
@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

font-family: 'Libre Franklin', sans-serif;
margin: 0;
padding: 0;
outline: 0;
}
.padr {
padding-right: 0 !important;
}
.padl {
padding-left: 0 !important;
}
.nopadd {
padding: 0px !important;
}
.trs {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.trs2 {
-webkit-transition: 0.7s ease-in-out;
-moz-transition: 0.7s ease-in-out;
-ms-transition: 0.7s ease-in-out;
-o-transition: 0.7s ease-in-out;
transition: 0.7s ease-in-out;

}

.twt img {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.twt:hover img {
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.img-responsive{
display: inline-block;
}
.flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.flex_left {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: left;
-moz-justify-content: left;
-ms-justify-content: left;
justify-content: left;
}
.malayalam{
font-family: 'Baloo Chettan', cursive !important;
font-size: 15px !important;;
}
/*Clear*/
.clear {
clear: both;
height: 0;
overflow: hidden
}
.placeholder {
color: #666;
opacity: 1 !important;
}
::-webkit-input-placeholder {
color: #666;
opacity: 1 !important;
}
:-moz-placeholder {
color: #666;
opacity: 1 !important;
}
::-moz-placeholder {
color: #666;
opacity: 1 !important;
}
:-ms-input-placeholder {
color: #666;
}
:focus {
outline: none !important;
}
.trs {
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.trs2 {
-webkit-transition: 0.7s ease-in-out;
-moz-transition: 0.7s ease-in-out;
-ms-transition: 0.7s ease-in-out;
-o-transition: 0.7s ease-in-out;
transition: 0.7s ease-in-out;
}
.twt {
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
}
img {
width: auto;
max-width: 100%;
display: inline-block;
}

.pulRiht{
    float: right;
}

.logo img {
/* padding: 10px 18px 30px 18px;*/

max-width: 100%;
}
/***************************** common *****************************/
body{
background: url(../images/banner.jpg) no-repeat top center fixed #e9dfd4;
background-size: cover;

}
header {
width: 100%;
float: left;
margin: 0;
z-index: 9;
}

.top_shape {
    width: 100%;
    height: 246px;
    padding: 0px;
    margin: 0px;
    float: left;

    background: url(../images/site-img1.png) center top no-repeat;
    background-size: contain;
}
.ph_main {
       width: 100%;
    position: relative;
    z-index: 99;
    float: left;
    background: #ffffff;
    padding: 2px 0;
}

.ph_main:before {
    display: block;
    position: absolute;
    text-align: center;
    content: close-quote;
    float: left;
    width: 100%;
    height: 26px;
    background: url(../images/ShadeBg.png) repeat-x top center;
    }
.tpRightA {
display: block;
float: right;
padding: 12px 0;
width: 100%;
text-align: center;
}

.tpRightA .socA {
    height: auto;
    float: right;
    line-height:  24px;
    width: 	auto;
}

.tpRightA .socA h6 .fa{
	line-height: 26px;
}
.tpRightA p {
float: right;
    color: #506a21;
    line-height: 26px;
}
.tpRightA span {
color: #506a21;
}
.tpRightA i {
    color: #91ac2c;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-size: 16px;
}
.tpRightA p:hover > i {
color: #666;
}
.tpRightA a {
color: inherit;
text-decoration: none;
}
.tpRightA .divideA {
padding: 0px 10px;
    color: #b1b1b1;
}
/*start top show gallery section*/
#wrapper {
overflow: hidden;
width: 100%;
}
.scheduler-col {
position: relative;
min-height: 500px
}
.scheduler-col::before {
position: absolute;
content: " ";
top: 0;
width: 6000px;
height: 100%;
min-height: 450px;
}
.scheduler-col.is-left::before {
right: -15px;
background: url(../images/topShow_bg.jpg) repeat top center;
-webkit-box-shadow: inset 0px 6px 30px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    inset 0px 6px 30px 0px rgba(0, 0, 0, 0.2);
box-shadow:         inset 0px 6px 30px 0px rgba(0, 0, 0, 0.2);
}
.scheduler-col.is-right::before {
left: -15px;
background: url(../images/photoGal_bg.jpg) repeat top center;
-webkit-box-shadow: inset 0px 6px 30px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    inset 0px 6px 30px 0px rgba(0, 0, 0, 0.2);
box-shadow:         inset 0px 6px 30px 0px rgba(0, 0, 0, 0.2);
}
.scheduler-col .HmContA {
position: relative;
z-index: 3;
}
.HmContA h1{
font-family: 'KennedySCGD-Book';
font-size: 30px;
color: #123b46;
text-align: left;
border-bottom: 1px solid rgba(18, 58, 69, 0.5);
padding: 5px 0px;
}
/*end top show gallery section*/
.ph_ful {
  width: 100%;
    float: left;
    text-align: right;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    display: block;
    height: auto;
}
.ph_ful img{
      margin: 0 10px 0 0 !important;
    width: auto !important;
}
.ph_ful ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%
}
.ph_ful ul li {
       width: 100%;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
}
.ph_ful ul li a {
   float: left;
    text-transform: lowercase;
    border-bottom: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: none;
    color: #516a26;
    padding-left: 0;
    text-align: left;
    text-decoration: none;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 3px;
    margin-bottom: 0;
}
.ph_ful ul li a :hover {
    color: #009BBD;
}
.room{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pic .servFlex {

    margin: 20px  !important;
}

.room .pic {

    flex: 1 1 400px;
}

.room .matter {

        flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.venu .accordion {
       background-color: #ececec;
    color: #000;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    /* border-radius: 10px; */
}

.venu .accordion.active {
        background-color: #81b922;
    color: #fff;
}

 .accordion:hover {
       background-color: #81b922;
    color: #fff;
}

.venu .panel {
       padding: 0 18px;
    background-color: #558602;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0;
    border-radius: 0;
}

.venu .panel p{
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    padding: 10px 0;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    margin: 0;
}
.prof  {
float: left;
margin: 20px;
width: 100%;
text-align: center;
flex-basis: 227px;

}

.prof img {
width: 100% !important;
margin: 0 !important;
float: none !important;
border: 4px solid #fde6cb;
-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5) !important;
box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5) !important;
}
.prof p {
text-align: center !important;
color: #990000 !important;
line-height: 25PX;
margin: 15px 0 !important;
float: left;
width: 100%;
}
.prof p span{
width: 100%;
float: left;
font-family: 'Baloo Chettan', cursive !important;
color: #333;
}
/* Contact Start */
.cont {
float: left;
width: 100%;
height: auto;
text-align: center;
padding: 1px 0px 20px 0px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
background: #eed688;
background: -moz-linear-gradient(to right, #f7b773 0%,#ffe9cd 50%,#ffc483 100%);
background: -webkit-linear-gradient(to right, #f7b773 0%,#ffe9cd 50%,#ffc483 100%);
background: linear-gradient(to right, #f7b773 0%,#ffe9cd 50%,#ffc483 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed688', endColorstr='#eed688',GradientType=1 );
}
.cont .footSec1 {
-webkit-box-shadow: none;
box-shadow: none;
margin-top: 30px;
background: url(../images/cnt.png) no-repeat top left;
}
.cont::before{
display: block;
position: absolute;
text-align: center;
content: close-quote;
float: left;
width: 100%;
height: 26px;
background: url(../images/ShadeBg.png) repeat-x top center;
}
.cont h2{
text-align: center;
color: #333;
font-family: 'Libre Franklin', sans-serif;
}
.cont h3{
text-align: left;
color: #900;
font-family: 'Libre Franklin', sans-serif;
}
.cont p{
font-family: 'Open Sans', sans-serif;
text-align: justify;
margin: 0px 0 15px 0;
color: #7b4500;
line-height: 25px;
font-size: 14px;
}
.cont h2 span {
text-align: center;
color: #990000;
font-family: 'Libre Franklin', sans-serif;
}
.cont  .module-title{display:block;position:relative;text-transform:uppercase;margin:auto;width:100%;margin-bottom:15px;}
.cont h1{color:#006388;font-family:'Dosis',sans-serif;font-size:35px;text-align:center;margin:0 0 10px 0;}
.cont  .module-separator{background-color:#f7ac10;display:block;height:3px;margin:auto;position:relative;width:150px;}
.cont .form-control{margin-top:15px;border-radius:0;color:#000;min-height:45px;}
.cont  #fbut{height:107px;border-radius: 0;margin-top:15px;border:none;background:#990000;text-transform:uppercase;font-family:'Open Sans',sans-serif;font-weight:600;color:#fff;}
.cont  #fbut:hover{background:#db923f;}
.cont textarea{resize:none;}
/* Contact End */
/*--social icons--*/
.social-nav{padding:0;list-style:none;display:inline-block;margin:1em 0 0;     float: left;}
.social-nav li{display:inline-block;margin:0 6px;}
.social-nav a{display:inline-block;float:none;width:35px;height:35px;text-decoration:none;cursor:pointer;text-align:center;line-height:35px;background:#000;position:relative;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.model-3d-0 a{background:#5C5B5B;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;}
.model-3d-0 .front,.model-3d-0 .back{width:35px;height:35px;line-height:35px;position:absolute;top:0;left:0;-webkit-transform:translateZ(18px);-moz-transform:translateZ(18px);-ms-transform:translateZ(18px);-o-transform:translateZ(18px);transform:translateZ(18px);-webkit-backface-visibility:visible;-moz-backface-visibility:visible;-ms-backface-visibility:visible;-o-backface-visibility:visible;backface-visibility:visible;color:#212121;font-size:12px;}
.model-3d-0 .back{-webkit-transform:rotateX(90deg) translateZ(18px);-moz-transform:rotateX(90deg) translateZ(18px);-ms-transform:rotateX(90deg) translateZ(18px);-o-transform:rotateX(90deg) translateZ(18px);transform:rotateX(90deg) translateZ(18px);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;}
a.twitter .front{background:#00acee;}
a.facebook .front{background:#3b5998;}
a.instagram .front{background:#f77737;}
a.pinterest .front{background:#bd081c;}
.twitter .back,.facebook .back,.instagram .back,.pinterest .back{background:#dfdfdf;}
.model-3d-0 a:hover{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg);}
.model-3d-0 a:hover .back{-webkit-backface-visibility:visible;-moz-backface-visibility:visible;-ms-backface-visibility:visible;-o-backface-visibility:visible;backface-visibility:visible;}
.w3_agile_social .front i{color:#fff;font-size:12px;}
.w3_agile_social .back i{color:#000;font-size:12px;}
.w3ls_team_grid img{background:#e4e3e3;padding:7px;}
/*-- //social icons--*/
/***************************** marquee *****************************/
.marquee_box {
width: 100%;
float: left;
margin: 15px auto;
white-space: nowrap;
overflow: hidden;
box-sizing: border-box;
background: rgba(217, 142, 58, 0.91);
padding: 0;
position: relative;
z-index: 99;
border: 2px solid #f1c693;
-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, .2);
box-shadow: 0 0px 8px rgba(0, 0, 0, .2);
}
.marquee_head {
float: left;
height: 45px;
position: relative;
border-right: 5px solid #f6ca95;
box-shadow: 5px 0 0 #990000;
z-index: 9999;
width: 170px;
background: #990000 url(../images/flash_head.pg) no-repeat;
font-family: 'Open Sans', sans-serif;
color: #f9dbb7;
font-size: 17px;
font-weight: 600;
padding: 8px 15px;
}
.marquee_box span {
font-family: 'Open Sans', sans-serif;
color: #fbf2e8;
font-size: 16px;
padding: 10px 0 10px 50%;
display: inline-block;
animation: marquee 40s linear infinite;
}
.marquee_box span p, .ie_marquee p {
font-family: 'Open Sans', sans-serif;
color: #ffffff;
font-size: 14px;
margin: 0 30px;
width: auto;
display: inline-block;
cursor: pointer;
font-weight: 600;
}
.marquee_box span p a, .ie_marquee p a {
color: #fff;
}
.marquee_box span p a:hover, .marquee_box span p a:focus, .ie_marquee p a:hover, .ie_marquee p a:focus {
text-decoration: none;
}
.marquee_box span:hover {
animation-play-state: paused;
}
.ie_marquee a {
font-family: 'Open Sans', sans-serif;
color: #d15294;
font-size: 16px;
font-weight: 600;
}
.ie_marquee a:hover {
text-decoration: none;
}
@keyframes marquee {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(-100%, 0);
}
}
.bnr_sect{
width: 100%;
float: left;
position: absolute;
bottom: 15%;
margin-top:     130px;

}
.slider-content p {
font-size: 16px;
color: #ffffffcc;
font-weight: 500;
max-width: 100%;
margin-top: 20px;
word-wrap: break-word;
font-family: Quicksand,sans-serif;
text-shadow: 0px 3px 2px rgba(0,0,0,.3);
}
.slider-content h2 {
font-family: Quicksand,sans-serif;
font-size: 45px;
color: #fff;
line-height: 1.1;
font-weight: 500;
text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.affix {
position: fixed !important;
display:block;
top: 0;
z-index:999;
width: 100%;
background: rgb(59, 214, 159);
-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
-webkit-transition: 0.7s ease-in-out;
-moz-transition: 0.7s ease-in-out;
-ms-transition: 0.7s ease-in-out;
-o-transition: 0.7s ease-in-out;
transition: 0.7s ease-in-out;
}
.snake{
float: left;
position: absolute;
padding: 0;
margin: 0;
top: -1px;
right: 0;
z-index: 9;
}
.banner-shad{
float: left;
width: 100%;
padding: 0 0 0 0;
margin: -16px 0 0 0;
text-align: center;
}
.displayFlex{
display: flex;
}
.bgBlack{
    background: rgba(0, 0, 0, 0.77);

}
.devider {
width: 100%;
height: 39px;
background: url(../images/devider.png) no-repeat center center;
margin: 15px 0;
}
.services_frame {
float: left;
clear: both;
margin: 0 0 0 10px;
padding: 0;
border-left: 2px solid #e7ba76;
list-style: none;
}
.services_frame li {
float: left;
clear: both;
width: 100%;
position: relative;
margin: 0;
font-weight: bold;
border-bottom: 1px solid #deb575;
}
.services_frame span{
color: #900;
font-weight: bold;

}
.services_list {
font-size: 14px;
color: #442600;
display: block;
padding: 5px 0 5px 20px;
line-height: 22px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
}
.services_list:before {
content: '';
display: block;
width: 14px;
height: 14px;
background: #000;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: absolute;
top: 8px;
left: -8px;
border: 2px solid #fff;
-webkit-box-shadow: 0px 0px 0px 3px #ff0000;
-moz-box-shadow: 0px 0px 0px 3px #ff0000;
box-shadow: 0px 0px 0px 3px #ff0000;
transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
animation: pulse 1.2s infinite;
}
.services_list:after {
content: '';
display: block;
width: 10px;
height: 10px;
background: #000;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: absolute;
top: 10px;
left: -6px;
border: 2px solid #fff;
-webkit-box-shadow: 0px 0px 0px 2px #f10000;
-moz-box-shadow: 0px 0px 0px 2px #f10000;
box-shadow: 0px 0px 0px 2px #f10000;
transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
}
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(242,96,49, 1);
box-shadow: 0 0 0 0 rgba(242,96,49, 1);
}
50% {
-webkit-box-shadow: 0 0 0 10px rgba(242,96,49, 0);
box-shadow: 0 0 0 5px rgba(242,96,49, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(242,96,49, 0);
box-shadow: 0 0 0 0 rgba(242,96,49, 0);
}
}
@-moz-keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(242,96,49, 1);
box-shadow: 0 0 0 0 rgba(242,96,49, 1);
}
50% {
-moz-box-shadow: 0 0 0 10px rgba(242,96,49, 0);
box-shadow: 0 0 0 5px rgba(242,96,49, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(242,96,49, 0);
box-shadow: 0 0 0 0 rgba(242,96,49, 0);
}
}
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(242,96,49, 1);
box-shadow: 0 0 0 0 rgba(242,96,49, 1);
}
50% {
-moz-box-shadow: 0 0 0 10px rgba(242,96,49, 0);
box-shadow: 0 0 0 5px rgba(242,96,49, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(242,96,49, 0);
box-shadow: 0 0 0 0 rgba(242,96,49, 0);
}
}
/*****************************button*****************************/
.hvr-bounce-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
padding: 10px 20px;
background: #003f66;
font-size: 15px;
font-weight: 400;
text-align: center;
color: #fff;
text-decoration: none;
border: none;
cursor: pointer;
}
.hvr-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fb4246;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
color: white;
text-decoration: none;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.white-button {
float: left;


}
.white-button a {
float: left;
margin-bottom: 20px;
background: #fff;
color: #2d2d2d;
border: 1px solid #ececec;
font-size: 15px;
font-weight: 500;
box-shadow: 0 12px 36px rgba(0,0,0,.1);
border-radius: 50px;
margin-right: 15px;
padding: 10px 15px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
transition: all .4s ease;
text-decoration: none;
}
.white-button a:hover {
background: #2ba278;
margin-top: -5px;
position: relative;
color: #fff;

}
/* Cart Start */
.crt_main{
background: #4f7366;
}
header .cart_login {
/* border: thin #3b9473 solid; */
background-color:rgb(96, 129, 117);
float: right;
margin-top: 0px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
header .cart_login .login {
margin: 0;
float: left;
}
header .cart_login .login .login_btn, .cart_btn i {
color: #fff;
font-size: 16px;
padding: 2px 4px;
float: left;
}
.profile_name {
font-size: 14px;
padding: 0 4px;
font-weight: 400;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.smaller .cart_login {
margin-top: 0px;
margin-right: 0;
}
.cart_btn {
font-family: Quicksand,sans-serif;
padding: 4px;
font-size: 14px;
color: #fff;
float: left;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
font-weight: 400;
text-decoration: none;
}
.cart_btn span {
display: inline-block;
vertical-align: top;
padding: 0;
margin: 0 2px;
}
.user {
width: auto;
/* border: 2px solid #2ba278; */
box-shadow: 0 4px 9px rgba(0,0,0,.5);
}
.user li a {
margin: 0 5px;
}
.mini_cart {
font-family: 'Titillium Web', sans-serif;
width: 100%;
float: left;
margin: 0px;
padding: 0px;
font-size: 14px;
font-weight: 400;
color: #2e2e2e;
line-height: 28px;
list-style: none;
}
.mini_cart img {
width: 60px;
float: left;
margin: 0 5px 0 0;
}
.mini_cart p {
font-family: 'Titillium Web', sans-serif;
line-height: 20px;
}
.mini_cart li {
width: 100%;
float: left;
border-bottom: 1px solid #e5e5e5;
padding: 10px;
}
.mini_cart li a {
margin: 10px 0;
}
.mini_cart_bg_border {
width: 100%;
height: auto;
float: left;
border: 1px solid #333;
-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
background: #000;
padding: 1px;
}
.mini_cart_bg {
font-family: 'Titillium Web', sans-serif;
width: 100%;
height: auto;
float: left;
min-height: 49px;
background: #FFF;
}
.mini_cart_close {
top: -16px;
position: absolute;
opacity: 1;
color: #fff;
right: -16px;
}
.mini_cart_close:hover, .mini_cart_close:focus {
opacity: 1;
color: #fff;
}
.mini_cart .total {
font-size: 18px;
font-weight: 400;
color: #666;
text-align: center;
}
.mini_cart .total span {
color: #D11717;
font-weight: 600;
}
.mini_cart_btn {
position: absolute;
right: 8px;
z-index: 99;
}
.slider-content {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.left-holder {
text-align: left;
}
.button-md {
font-size: 14px;
font-weight: 500;
}
.white-button i {
font-size: 20px;
margin-right: 15px;
color: #fb4245;
}
.mt-30 {
margin-top: 30px;
}

.logo{
float: left;
    padding: 5px;
}
.bg{        background: url(../images/shapes.png) no-repeat bottom center;
float: left;
width: 100%;
position: relative;
top: 0;
height: 100%;
}

.top {
      width: 100%;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
    background: rgba(255, 255, 255);
    position: relative;
}

.d-flex{
    display: flex !important;
}
.top::before {
    display: block;
    position: absolute;
    text-align: center;
    content: close-quote;
    float: left;
    width: 100%;
    height: 40px;
    background: url(../images/ShadeBg.png) repeat-x top center;
}
.lgo {
width: 100%;
float: left;
padding: 0;
margin: 0;
}
.pulse01 {
animation-name: nudge;
animation: nudge 2s linear infinite;
}
@keyframes nudge {
0% {
transform: translate(0, 0);
}
50% {
transform: translate(4px, 0px);
}
100% {
transform: translate(0, 0);
}
}
@-webkit-keyframes nudge {
0% {
transform: translate(0, 0);
}
50% {
transform: translate(10px, 0px);
}
100% {
transform: translate(0, 0);
}
}
@-webkit-keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
.banner{
	/*position: absolute;
	height: 100%;*/
margin: 0;
float: left;
width: 100%;
height: auto;
overflow: hidden;
padding:  0px;
}

.banner_home{
    position: absolute;
    height: 100%;
margin: 0;
float: left;
width: 100%;
height: auto;
overflow: hidden;
padding:  0px;
background: rgba(0, 0, 0, 0.3);
background-attachment: fixed;
background-position: center center;
background-size: cover;
}
.banner img{
width: 100%;

}
.lgin {
text-align: right;
float: left;
width: 100%;
padding: 0;
margin: 0;
}
.lgin a {
text-align: right;
float: left;
width: 100%;
padding: 10px 0;
margin: 0;
color: #fff;
text-decoration: none;
-webkit-transition: 0.7s ease-in-out;
-moz-transition: 0.7s ease-in-out;
-ms-transition: 0.7s ease-in-out;
-o-transition: 0.7s ease-in-out;
transition: 0.7s ease-in-out;
}
.lgin a:hover {
color: #ffcc29;
}
.serh {
background: #151f0e1c url(../images/ptn.png) repeat top center;
width: 100%;
float: left;
bottom: 0;
padding: 20px 0;
}
.serh input {
border-radius: 0;
height: 41px;
border: 0;
padding: 10px 0 11px 30px;
}
.serh .fa-map-marker, .fa-search, .fa-calendar {
position: absolute;
top: 11px;
font-size: 19px;
left: 5px;
color: #1b7958;
}
.bdy_cnt {
float: left;
display: block;
width: 100%;
margin:  0;

}

.bdy_cnt_home {
float: left;
display: block;
width: 100%;
margin:  0;
top: 100%;
}

.venu,.vazhipadu {
float: left;
width: 100%;
height: auto;
text-align: center;
padding-top: 1px;

background: #fff;
position: relative;
}
.product{
    float: left;
    padding-bottom:20px ;
}



.items {
    display: flex;
    flex-direction: column;
    border: 4px solid #dedede;
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.items img:hover {
    scale: 1.1;

}

.shadow{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 99;

}
.venu .servFlex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 20px 0;
}
.servFlex .item {
    flex: 1 1 350px;
}


.venu::before,.vazhipadu::before{
display: block;
position: absolute;
text-align: center;
content: close-quote;
float: left;
width: 100%;
height: 26px;
background: url(../images/ShadeBg.png) repeat-x top center;
}

.product img{
    max-width: 100% !important;
    margin: 0 !important;
        -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.product .title{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #66c2ff;
    padding: 10px 0;
    position: relative;
}

.product .title p{
    margin-bottom: 0;
    font-weight: bold;
}

.sub-head{
        text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
    color: #109af5;
    font-size: 30px;
}

.venu img {
float: left;
max-width: 390px;
margin: 0 20px 0 0;

}
.venu h2,.vazhipadu h2 {
text-align: center;
color: #003f66;
font-family: 'Libre Franklin', sans-serif;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.venu .hvr-bounce-to-right{
    float: none;
        margin-bottom: 20px;
}
.venu h2  .specialFont{
font-size: 20px;
color: #333;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
}
.venu p {
font-family: 'Open Sans', sans-serif;
text-align: justify;
margin: 0px 0 20px 0;
color: #000;
line-height: 30px;
font-size: 17px;

}
.vazhipadu p {
font-family: 'Open Sans', sans-serif;
text-align: left;
margin: 0;
color: #7b4500;
padding: 6px 0;
line-height: 25px;
font-size: 14px;
width:  100%;
display: inline-block;


}
.vazhipadu p span{
color: #ce0303;
font-weight: bold;
float: right;
}
.dbl_line {
border-bottom: 1px solid #daa872;
box-shadow: 0 1px 0 #fddcb7;
}
.venu h2 span,.vazhipadu h2 span {
text-align: center;
    font-size: 40px;
    color: #003f66;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: bold;
}
.venu .vnu_main {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: center;
-mozjustify-content: center;
-msjustify-content: center;
justify-content: center;
margin: 20px 0;
}
.vnu_main .sub {
flex-basis: 240px;
margin: 15px;
padding: 5px;
background: rgb(255, 255, 255);
}
.clients-details{
    position: relative;
    border: 1PX solid #e1e1e1;
    padding: 10px 45px;
    background: #eaf6ff;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.clients-details::before {
     content: '';
    width: 20px;
    height: 20px;
    background: #109af5;
    position: absolute;
    left: 10px;
    border-radius: 20px;
    top: 11px;
    border: 5px solid #96d6ff;
}

.serv_new {
width: 100%;
padding: 50px 0;
margin: 0;
float: left;
background: #fdc024;
}
.serv_new h2 {
color: #191001;
font-family: 'Libre Franklin', sans-serif;
font-size: 35px;
text-align: left;
margin: 0 0 20px 0;
}
.special {
display: block;
text-transform: uppercase;
font-size: 21px;
line-height: normal;
text-align: center;
border: 2px dotted #990000;
padding: 6px 20px;
background: #fbead6;
margin: 30px 0px 0px 0px;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
.special p{
margin:     0;
}
.sub .img_bx{
width: 100%;
float: left;
overflow: hidden;
background: #272727ad url(../images/ptn.png) repeat top center;
}
.vnu_main .sub:hover img {
opacity: 0.5;
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
.vnu_main .sub h2 {
font-weight: 500;
font-family: Quicksand,sans-serif;
margin: 0;
padding: 10px 0;
font-size: 15px;
text-align: center;
border-bottom: 1px solid #e8e8e8;
}
.vnu_main p {
margin: 10px 0px 10px 0px;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
text-align: center;
}
.vnu_main .fa-users {
color: #fb4246;
}
.vnu_main .sub:hover {
cursor: pointer;
box-shadow: none;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.view_all {
width: auto;
display: block;
text-align: center;
}
.view_all a {
border: 2px solid #b7b2b2;
padding: 8px 50px;
color: #545454;
display: inline-block;
font-size: 15px;
text-transform: uppercase;
}


 .module-title {
     border-bottom: 2px solid #f9e3ac;
    margin-bottom: 16px;
}
 .module-separator {
      background-color: #ffc225;
    display: block;
    height: 4px;
    margin: 5px 0 -3px 0;
    position: relative;
    width: 70px;
}
 h1 {
       font-size: 17px;
    color: #900;
    line-height: normal;
    text-align: left;
}

.serviceBox{
	    width: 100%;
    float: left;
    margin: 20px 0;
        padding: 15px;
    text-align: center;
    cursor: pointer;


}

.serviceBox:hover{
    background: #f1f1f1;
    padding: 15px;
    border-radius: 7px;
}
.serviceBox img{
    max-width: 100%;
    float: none;
    margin-bottom: 15px;
    -webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg)
}


.serviceBox:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);


}

.serviceBox h1{
    color: #4c7702;
    font-size: 22px;
    margin: 10px 0;
    text-align: center;
    }

    .serviceBox p{
   
    text-align: center;
    }


#wrapper h2 {
text-align: left;
color: #333;
padding: 20px 0;
font-family: 'Libre Franklin', sans-serif;
}
#wrapper p{
font-family: 'Open Sans', sans-serif;
text-align: center;
margin: 10px 0;
color: #7b4500;
line-height: 25px;
font-size: 14px;

}
#wrapper h2 span {
text-align: center;
color: #990000;
font-family: 'Libre Franklin', sans-serif;
}
.ftBtmA{
float: left;
width: 100%;
height: auto;
border-top: 4px solid #424242;
}
.ftbuilt{
float: left;
margin: 0;
padding:  0;
width: 100%;
background: #262626 url(../images/footer.jpg) repeat-x bottom center;
}
.ft_black{
float: left;
width: 100%;
margin: 0;
padding: 0;
background: #1a1a1a;
}
.ftBtmA h2{
text-align: center;
color: #827e7e;
font-size: 17px;
padding: 20px 0;
font-family: 'Raleway', sans-serif;
font-weight:    bold;

}
.ftBtmA p{
font-family: 'Open Sans', sans-serif;
font-size:14px;
color:#666;
text-align:center;
padding:15px 0;
border-bottom: 1px solid #3e3e3e;
}
.ftBtmA .copyA{
float:left;
width:100%;
height:auto;
}
.copyA p{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #8c8c8c;
text-align: left;
margin-top: 0px;
padding-bottom: 10px;
border-bottom: none;
}

.ftBtmA .siteA{
float:right;
width:100%;
height:auto;
}
.footer_social {
width: 100%;
float: left;
margin: 0px auto 0 auto;
display: block;
text-align: center;
}
.footer_social a{

padding:0 6px ;
}
.ftBtmA .siteA {
float: right;
width: 100%;
height: auto;
}
.siteA p{
font-family: 'Open Sans', sans-serif;
font-size:14px;
color:#a2a2a2;
text-align:right;
margin-top: 0px;
padding-bottom: 10px;
border-bottom: none;
}
.siteA p a{
color:  #b33b3b;
text-decoration:    none;
}
.siteA p a:hover{
color:  #666;

}
.fetur::before {
display: block;
text-align: center;
content: close-quote;
margin: 0px auto;
width: 100%;
max-width: 93px;
height: 47px;
border-left: 50px solid #a029c300;
border-right: 50px solid #10ca8400;
border-top: 46px solid #ffffff;
position: relative;
margin-top: -50px;
margin-bottom: 50px;
}

.brd_line {
height: 1px;
background: #fff;
max-width: 251px;
margin-bottom: 10px;
}
.box_brd {
height: 4px;
background: #fff;
width: 50px;
}
/*****************************button*****************************/
.hvr-bounce-to-right {
display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 10px 20px;
    background: #003f66;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: auto;
    border-radius:6px;
}
.hvr-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #fff;
border-radius: 6px;
background: #000;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
color: white ;
text-decoration: none;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.carousel-control {
width: 5%;
}
.carousel-fade .carousel-inner .item {
-webkit-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
z-index: 2;
}
.carousel, .carousel-inner, .carousel-inner .item img {
height: auto;
width: 100%;
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;

}
.carousel {

-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, .5);
box-shadow: 0 0px 8px rgba(0, 0, 0, .5);
/*border: 4px solid #f5dab8;*/
}
.carousel-control.left {
background: none !important;
filter: alpha(opacity=90);
}
.carousel-control.right {
background: none !important;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .glyphicon-menu-left {
left: 20% !important;
}
.carousel-control .icon-next, .carousel-control .glyphicon-menu-right {
right: 20% !important;
}
.carousel-control .glyphicon-menu-left {
position: absolute;
top: 50%;
z-index: 5;
color: #1a1c1d;
display: inline-block;
margin-top: -10px;
font-family: 'Glyphicons Halflings';
background: #fff;
padding: 10px;
}
.carousel-control .glyphicon-menu-right {
position: absolute;
top: 50%;
z-index: 5;
color: #1a1c1d;
display: inline-block;
margin-top: -10px;
font-family: 'Glyphicons Halflings';
background: #fff;
padding: 10px;
}
.carousel-caption {
width: 100%;
padding: 10px 0;
background: rgba(0, 0, 0, 0.65);
margin: 0;
bottom: 0;
padding: 0;
left: 0;
right: 0;
text-align: center;
}
/* Menu Start */
header .navbar-nav > li > a {
font-size: 15px;
color: #990000;
line-height: 25px;
padding: 10px 16px;
font-family: 'Libre Franklin', sans-serif;
}
.navbar {
border: 0;
margin-bottom: 0;
min-height: auto;
float: right;
}
.navbar-nav > li > ul, .navbar-nav > li > ul > li > ul {
margin-left: 20px;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background: #990000;
color: #fff !important;
}
.navbar-nav .active {
background: #990000;
color: #fff !important;
}
.navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > .active {
background: #00a1e7;
color: #fff !important;
}
.navbar-nav i {
margin: 0 0 0 5px;
}
.navbar-collapse.in {
width: 100%;
}
.navbar-toggle {
background: #1aa082;
position: absolute;
top: -60px;
right: 0;
}
.navbar-toggle .icon-bar {
background: #fff;
}
/* Menu End */
/* Button blank */
.btn-blank {
border: 2px solid #dfe0df;
color: #fff;
padding: 8px 20px;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-border-radius: 0;
border-radius: 0;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.btn-blank:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:#fb4245;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.btn-blank:hover, .btn-blank:focus, .btn-blank:active {
color: #fff;
}
.btn-blank:hover:before, .btn-blank:focus:before, .btn-blank:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
/* ===== Begin OWL carousel ===== */
.owl-carousel {
cursor: e-resize;
}
.owl-theme .owl-controls {
margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span {
background: rgba(0, 0, 0, 0);
width: 14px;
height: 14px;
border: 3px solid #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
background: rgba(0, 0, 0, 0);
border: 3px solid #ff1e22;
}
.owl-buttons {
position: absolute;
top: 50%;
margin-top: -25px;
width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
position: absolute;
width: 100px;
height: 100px;
line-height: 100px;
margin: 0;
text-align: center;
background: transparent;
opacity: 1;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
opacity: .5;
}
.owl-next {
background-image: url(../img/arrow-right.png) !important;
background-repeat: no-repeat !important;
background-position: center !important;
right: 0;
}
.owl-prev {
background-image: url(../img/arrow-left.png) !important;
background-repeat: no-repeat !important;
background-position: center !important;
left: 0;
}
/* End OWL carousel  */
/* Begin text carousel intro */
.caption {
position: absolute;
top: 30%;
float: left;
width: 100%;
left: 0;
}
.caption h1 {
margin-top: 0;
margin-bottom: 15px;
font-size: 50px;
color: #ffffff;
text-transform: uppercase;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.caption p {
letter-spacing: 2px;
font-size: 16px;
color: #ffd100;
margin-bottom: 25px;
}
/* End text carousel intro */
.fetur {
width: 100%;
float: left;
margin: 0;
padding: 50px 0;
background: url(../images/solution_bg.jpg) no-repeat top center;
background-attachment: fixed; 
background-position: center center;
background-size: cover;
position: relative;
}
.fetur h2 {
font-family: Quicksand,sans-serif;
text-align: center;
color: #ffffff;
}
.fetur h2 span {
text-align: center;
color: #57d5d1;
font-family: Quicksand,sans-serif;
}
.fetur .fetur_main {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: center;
-mozjustify-content: center;
-msjustify-content: center;
justify-content: center;
margin: 20px 0;
}
.fetur_main .sub {
text-align: center;
flex-basis: 250px;
margin: 15px;
padding: 0;
/* background: rgb(255, 255, 255); */
}
.fetur_main .icon {
min-height: 100px;
display: flex;
/* align-items: center; */
-webkit-justify-content: center;
-mozjustify-content: center;
-msjustify-content: center;
justify-content: center;
}
.fetur_main .img-responsive{
display: inline-block;
}
.fetur_main h2{
color: #5acdd9;
padding: 15px 0 5px 0;
font-size: 17px;
font-weight: 500;
font-family: Quicksand,sans-serif;

}
.fetur_main h3{
color: #ffffff;
padding: 5px 0;
font-size: 13px;
line-height: 21px;

}
.fetur_main .sub:hover img {
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
}
/*--home carousel--*/

/*--unit--*/
.unit .carousel-listWrapper {
width: 300px;
overflow: hidden;
}

/*--vertical--*/
.vertical .carousel-listWrapper {
margin: 0 0 20px;
height: 100px;
overflow: hidden;
}

.ui-carousel-list {
margin-bottom: 20px;
position: relative;
}
.ui-carousel-list:after {
content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
/*--fade--*/
#fade .ui-carousel-list {
width: 100px;
height: 100px;
}

.ui-carousel-item {
float: left;
display: inline;
margin: 0px;


background-color: #fff !important;
text-align: center;
}
.ui-carousel-item.ui-carousel-current {
/* background-color: #D264B7 !important; */
}
/*--vertical--*/
.vertical .ui-carousel-item {
float: none;
display: block;
}
/*--fade--*/
#fade .ui-carousel-item {
position: absolute;
top: 0px;
left: 0px;
}
/*--tab--*/
.tab .ui-carousel-item {
padding: 10px;
width: 190px;
height: auto;
background-color: #B7D264 !important;
text-align: left;
}

.carousel-button {
margin-left: -10px;
}
.carousel-button:after {
content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
/*--vertical--*/
/*.vertical .carousel-prev,*/
/*.vertical .carousel-next {*/
    /*display: block;*/
    /*float: none;*/
    /*margin-bottom: 10px;*/
/*}*/
.ui-carousel-prev,
.ui-carousel-next {
display: inline;
float: left;
margin-left: 10px;
width: 100px;
}
.ui-carousel-prev a,
.ui-carousel-next a {
display: block;
padding: 20px;
background-color: #B7D264;
border-radius: 5px;
}
.ui-carousel-prev.ui-carousel-disable a,
.ui-carousel-next.ui-carousel-disable a {
opacity: 0.5;
cursor: default;
text-decoration: none;
}

.ui-carousel-prev {
}
.carousel-prev a {
}

.ui-carousel-next {
}
.carousel-next a {
}

.ui-carousel-pagination {
}
.ui-carousel-paginationList {
margin-left: -10px;
}
/*--tab--*/
.tab .ui-carousel-paginationList {
margin-bottom: 0;
}
.ui-carousel-paginationList:after {
content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
.ui-carousel-paginationItem {
float: left;
display: inline;
margin-left: 10px;
}
.ui-carousel-paginationItem a {
display: block;
padding: 13px 0;
width: 45px;
background-color: #B7D264;
text-align: center;
}
.ui-carousel-setNum {
}
.ui-carousel-setNum a {
display: block;
width: 100%;
padding: 13px 0;
background-color: #B7D264;
text-align: center;
}
.ui-carousel-item{
max-width: 150px;
padding: 20px;
}
/*****************************footer*****************************/
.footer {
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 40px 0 0px 0;
background: #333;
position: relative;
z-index: 9;
text-align: center;
}
.footer h2 {
width: 100%;
font-size: 19px;
float: left;
text-align: center;
color: #fff;
font-weight: 400;
margin: 0 0 15px 0;
}
.footer h3 {
width: 100%;
font-size: 17px;
float: left;
text-align: center;
color: #fff;
font-weight: 400;
margin: 0px 0 15px 0;
}
.footer h4 {
width: 100%;
font-size: 15px;
float: left;
text-align: center;
color: #9b9daa;
font-weight: 400;
padding: 10px 0;
word-wrap: break-word;
line-height: 26px;
}
.footerlogo {
width: 135px;
}
.footer_social {
width: 100%;
float: none;
margin: 26px auto 0 auto;
display: block;
text-align: center;
border-bottom: solid thin #232222;
padding: 0 0 20px 0;
box-shadow: 0 1px 0 #444;
}
.footer_social a:hover {
text-decoration: none;
}
.footer_nav {
width: 100%;
float: left;
padding: 20px 0 0 0;
}
.footer_menu {
width: 100%;
float: left;
padding: 10px 0;
color: #999;
}
.footer_menu a {
font-size: 14px;
color: #9a9a9a;
font-weight: 500;
line-height: 40px;
padding: 0 10px;
}
.footer_menu a:hover, .footer_menu a:focus, .footer_menu a.active {
color: #fff;
text-decoration: none;
}
.copyright {
width: 100%;
height: auto;
float: left;
background: #eec99c;
padding: 0;
margin: 0;
}
.copyright h2 {
width: 100%;
font-size: 14px;
float: left;
text-align: center;
color: #333;
font-weight: 400;
margin: 15px 0;
line-height: 24px;
font-family: 'Libre Franklin', sans-serif;
}
.copyright h2 i {
font-size: 12px;
}
.copyright h2 a {
color: #333;
text-decoration: none;
font-family: 'Libre Franklin', sans-serif;
}
.copyright h2 a:hover {
color: #900;
}
.copyright h2 a:focus {
color: #900;
}
/* footer */
.ftA{
float:left;
width:100%;
height:auto;
}
.partner{
    float: left;
    width: 100%;
    height: auto;
    background: url(../images/ship.png) no-repeat center fixed #000000;
    background-size: cover;

}
.partner p{
    font-size: 4rem;
    text-align: center;
    padding: 90px 0;
    color: #fff;
    line-height: 65px;
    font-family: 'Open Sans', sans-serif;
}

.partner p a{
    color: #66c2ff;
    text-decoration: underline;
        -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.partner p a:hover{
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.footSec1{
float:left;
width:100%;
height:auto;

-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 0px 25px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}
.footSec1 h2{
font-size: 30px;
color: #fff;
text-align: left;
padding: 5px 0px;
font-family: 'Libre Franklin', sans-serif;
}
.footSec1 h2 .fa{
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
color: #109af5;
}
.footSec1 h2:hover > .fa{
color: #fff;
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
}
.footSec1 h5 {
font-size: 20px;
line-height: 24px;
color: #fff;
text-align: left;
padding: 5px 0px;
font-family: 'Libre Franklin', sans-serif;
}

.footSec1 h5 .fa{
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
color: #109af5;
}
.footSec1 h5:hover > .fa{
color: #fff;
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
}
.footSec1 p{
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 24px;
color: #fff;
text-align: left;
padding: 0px 0px;
margin: 5px 0px;
}

.footSec1 a{
font-family: 'Open Sans', sans-serif;
text-decoration: none;
color: #fff;
}

.footSec1 a:hover{
font-family: 'Open Sans', sans-serif;
text-decoration: none;
color: #66c2ff !important;
}

.footSec1 .iframeA{
float:left;
width:100%;
height: 100%;

}
.ftBreadcrmb{
    float: left;
    width: 100%;
    height: auto;
    margin: 0px auto;
    border-radius: 0;
    background: #003f66;
    border: none;
    border-left: none;
    border-right: none;
    border-top: 3px solid #074e7a;
}
.ftBreadcrmb .breadcrumb {
text-align: center;
padding: 15px 0px;
margin: 0px auto;
list-style: none;
letter-spacing:1px;
background-color: transparent;
border-radius: 0px;
font-family: 'KennedySCGD-Book';
color: #eed688;
text-transform:uppercase;
}
.ftBreadcrmb .breadcrumb a.active, .ftBreadcrmb .breadcrumb a:hover, .ftBreadcrmb .breadcrumb a:focus{
    color: #66c2ff!important;
}
.ftBreadcrmb .breadcrumb a, .breadcrumb a:visited{
text-decoration: none;
    color: #ffffff;
        -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.ftBreadcrmb .breadcrumb>li {
padding: 0 0px;
}
.ftBreadcrmb .breadcrumb>li+li:before {
padding: 0 10px;
color: #fff;
content: "/\00a0";
}
.ftcp_stlnk{
    float: left;
    width: 100%;
    height: auto;
    padding: 1px 0px 1px 0px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}
.ftcp_stlnk::before {
display: block;
position: absolute;
text-align: center;
content: close-quote;
float: left;
width: 100%;
height: 40px;
background: url(../images/ShadeBg.png) repeat-x top center;
}
.ftcp_stlnk .cpy{
width: 100%;
font-size: 14px;
float: left;
text-align: center;
color: #000;
font-weight: 400;
margin: 15px 0;
line-height: 24px;
font-family: 'Libre Franklin', sans-serif;
}
.ftcp_stlnk .cpy a{
color: #000;
text-decoration: none;
font-family: 'Libre Franklin', sans-serif;
}
.ftcp_stlnk .cpy a:hover {
color: #476d04;
}
.ftcp_stlnk .slnk{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
text-align: right;
color: #0e2d36;
margin: 5px 0px;
padding: 10px 0px;
}

.socA{
float:left;
width:100%;
height:auto;
text-align: right;
}
.socA h6 .fa{
font-size: 30px;
line-height: 50px;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.socA h6 .fa:hover{
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
}


/*Form Start*/


.booking {
        width: 100%;
    float: left;
    margin: 0;
    padding: 0px 0 70px 0;
    background: #000000a3;
    /*position: absolute;
    bottom: 0;*/
}

.booking .formBg{
   width: 100%;
    float: left;
    margin: 0;
    padding: 15px 0;
    background: #ffffffd9;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}



.booking h1{
       text-align: center;
    font-size: 30px;
    color: #ffffff;
    background: #809e4ce3;
    padding: 7px 0;
    border-top: 5px solid #90b158;
}


/*Service Start*/

.grid figure {
    position: relative;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
/*    border: 1px solid #fff;*/
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-errors: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure.effect-jazz {
    background: #000;
}

figure.effect-jazz img {
    opacity: 0.8;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1)
}

figure.effect-jazz h6 {
    font-family: 'Libre Franklin', sans-serif;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    word-wrap: break-word;
    text-shadow: 2px 2px 2px #000000;
    width: 100%;
    float: left;
}

figure.effect-jazz p {
    width: 120px;
    text-transform: none;
    font-size: 13px;
    opacity: 0;
    border: 1px solid #fff;
    font-weight: 600;
    margin: 5px auto;
    padding: 4px;
    position: absolute;
    float: left;
    display: block;
    left: 0;
    right: 0;
}

figure.effect-jazz:hover p {
    opacity: 1;
}

figure.effect-jazz:hover img {
    opacity: 0.5;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.hm_service {
      width: 100%;
    float: left;
    padding: 50px 0;
    background: #66c2ff;
}


.hm_service h2{
    text-align: center;
    color: #003f66;
    font-family: 'Libre Franklin', sans-serif;
}

.hm_service h2 span{
              text-align: center;
    font-size: 40px;
    font-family: 'Libre Franklin', sans-serif;
    color: #003f66;
    font-weight: bold;
}

.hm_service .servFlex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.servFlex .item {
    flex: 1 1 300px;
}

/*Service End*/

/* Gallery Page */

.product_img_area
{
	float:left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}
.product_box_product_page img
{
	width:100%;

}
.product_box_product_page h3{									
	font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: justify;
    color: #fbfbfb;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    margin-top: 12px;
    text-align: center;
    background: #8f5600;
}
.product_area
{
	margin-top:20px;
}
.product_box_product_page {

  
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden !important;
    padding: 0px 0px 5px 0px;
   border: 10px solid #6c8f2e;
	background: #6c8f2e;
}



.portfolio-index {
    position: relative;
    overflow: hidden !important; 
}
.hover-portfolio {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0,0,0,0.6);
    display: none;
	
}


.product_box_product_page img {
 
transition:all 1s ease-in;
-webkit-transition:all 1s ease-in;
-moz-transition:all 1s ease-in;
-o-transition:all 1s ease-in;
transform:rotate(0deg) scale(1.005) skew(0deg) translate(0px) ;
 -webkit-transform:rotate(0deg) scale(1.005) skew(0deg) translate(0px) ;
-moz-transform:rotate(0deg) scale(1.005) skew(0deg) translate(0px) ;
-o-transform:rotate(0deg) scale(1.005) skew(0deg) translate(0px) ;
-ms-transform:rotate(0deg) scale(1.005) skew(0deg) translate(0px) ;
	
}
.product_box_product_page h4
{
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	margin-top: 50%;
	

	
	
}
.product_box_product_page h3{
   
    transition: all 1s ease;
	margin-top: 10px;
	
}

.product_box_product_page:hover>.hover-portfolio{display:block;}
.product_box_product_page:hover>.image-gallery{
	
transform:rotate(0deg) scale(1.105) skew(0deg) translate(0px) ;
-webkit-transform:rotate(0deg) scale(1.105) skew(0deg) translate(0px) ;
-moz-transform:rotate(0deg) scale(1.105) skew(0deg) translate(0px) ;
-o-transform:rotate(0deg) scale(1.105) skew(0deg) translate(0px) ;
-ms-transform:rotate(0deg) scale(1.105) skew(0deg) translate(0px) ;


}
.inneer
{
background: url(../images/category_bg.jpg) no-repeat top center;
height:350px;
}
.photo_gallery_page
{
	background:url(../images/bg_gallery.jpg) ;
	border-bottom: 10px solid #fff;
}
.photo_gallery_page h5
{
	color: #fff;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-weight: 500;
	padding-top: 17px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 17px;
	
}
.photo_gallery_page h5 span
{
	font-family: 'Great Vibes', cursive;
	color:#fff;
	font-size: 40px;
	text-transform:capitalize;
	
}
.gallery_cont {
    width: 100%;
	box-shadow: 0 10px 30px #505050;
	margin-bottom: 40px;
	background: url(../images/footer_bg.png);
	margin-top: 40px;
	height: auto;
	float: left;
}
.photo_gallery_page_head
{
	background:url(../images/inn_bg.jpg) ;
	float:left;
	width:100%;
}
a:focus, a:hover {
    color: #0d0d0d ;

}


.sub_heading_album
{
float: left;
width: 98%;
padding: 2%;
}



@media (min-width:1200px) {




}
@media (max-width:1199px) {
    .mr-tp-15{
    margin-top: 15px;
}

    .top_shape {
    width: 100%;
    height: 165px;
}
.scheduler-col{
position: relative;
min-height: 570px;

}
.fetur_main .sub {
-webkit-flex-basis:     290px;
flex-basis:     290px;
}
header .navbar-nav {
width: 100%;
display: block;
float: left !important;
z-index: 999;
position: relative;
margin: 0;

}
}
@media (max-width:991px) {

    .top_shape {
    width: 100%;
    height: 134px;
}

    .venu .hvr-bounce-to-right{
    float: none;
        margin-bottom: 20px;
}

.pulRiht{
    float: none;
}


.venu h2{
    text-align: center;
}
    .booking {
        width: 100%;
    float: left;
    margin: 0;
 
    position: relative;
    bottom: 0;
    background: #000000ad;
}
	.banner_home{
		position: relative;
	}


	.top {
		background: #fff;
	}

	.bdy_cnt {
		position: relative;
	}
    .bdy_cnt_home {
position: relative;
}
.hvr-bounce-to-right{
float: none;
}
.snake{
display: none;
}
.mr_bt{
margin-bottom: 30px !important;
}

.ftcp_stlnk .cpy{
text-align: center;
}


.socA{
text-align: center;
}
.footSec1 .iframeA {
float: left;
width: 100%;
min-height: 320px;
}
.scheduler-col.is-left::before{
right: -119px;

}
.scheduler-col.is-right::before {
left: -128px;
}
.scheduler-col {
position: relative;
min-height: auto;
}
.logo{
position: relative;
display: inline-block;
top: 0;
margin: 10px auto;
float: none;
padding:    0;
width: 100%;
text-align: center;
}
.logo img {
    padding: 15px 0px;
    max-width: 100%;
    width: 350px;
}
.logoCenter{
text-align: center;
width: 100%;
}
.vnu_main .sub{
-webkit-flex-basis: 340px;
flex-basis: 340px;
}
.copyA p{
text-align: center;
}
.siteA p{
text-align: center;
padding: 0 0 15px 0;
}
.vnu_main p {
text-align: center;
}
.fetur_main .sub {
-webkit-flex-basis:     220px;
flex-basis:     220px;
}
}
@media (max-width:767px) {

    .carousel-control .glyphicon-menu-right, .carousel-control .glyphicon-menu-left{
        padding: 5px;
    font-size: 13px;
    border-radius: 50%;
    }
.bgBlack {
background: rgba(25, 16, 1, 0.57);
width: 100%;
float: left;
}

.displayFlex{
display: block;
}


.marquee_head {
width: 100%;
background: #990000;
text-align: center;
box-shadow: none;
border: 0;
}
.marquee_box span {
float: left;
}

.serh .fa-map-marker, .fa-search, .fa-calendar {
left: 22px;
}
.fetur_main .sub {
-webkit-flex-basis:     100%;
flex-basis:     100%;
margin-bottom: 35px;
}
.serh input {
margin-bottom: 10px;
}
.lgo {
padding: 10px 0;
text-align: center;
}
.lgin a {
text-align: center;
}
header {
position: relative;
}
.bdy_cnt {
position: relative;
}
.serh {
position: relative;
}
.caption {
position: relative;
margin: 40px 0;
}
.caption h1 {
font-size: 30px;
}

.navbar{
float: none;
}
header .navbar-nav > li > a{
padding: 10px 15px ;
border-bottom: 1px solid #40bb90;
}
.bnr_sect img{
margin: auto;

}
.bnr_sect{
text-align: center;
position:   relative;
}
.slider-content h2{
text-align:center;
font-size: 35px;
}
.slider-content p{
text-align: center;
}
.mt-30{
text-align: center;
margin-bottom: 30px;
}
.white-button {
float: none;
display: inline-block;
}
.Questions h2 {
text-align: center;
}
.Questions h4{
text-align: center;
}
.Questions p{
text-align: center;
}
.logo {
position: relative;
    margin: 0 auto;
}
}
@media (max-width:599px) {

    .logo img {
    padding: 15px 0px;
    max-width: 100%;
}

    .top_shape {
    width: 100%;
    height: 80px;
}

	.tpRightA .socA{
	    width: 100%;
    margin: 5px 0;}

.venu img{
width: 100%;
max-width: 100%;

}

.serviceBox img{
    width: auto;
}
.hvr-bounce-to-right{
float: none;
}
.tpRightA p{
width: 100%;
border-bottom: 1px solid #c57d2b;
padding: 5px 0;
}
.tpRightA p:last-child{
border:0px;
}

.tpRightA .divideA{
display: none;
}
}
@media (max-width:479px) {
        .logo img {
    padding: 15px 0px;
    max-width: 100%;
    width: auto;
}
.cont .footSec1 {
background: none;
}
}
@media (max-width:319px) {

}
@media (max-width:200px) {
}
/*================== Special css=========*/
@media (min-width:1200px) {
.no_padd {
padding: 0 !important;
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.no_padd {
padding: 0 !important;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.no_padd {
padding: 0 !important;
}
}
@media only screen and (min-width:600px) and (max-width:767px) {
}
@media only screen and (min-width:480px) and (max-width:599px) {
}
@media only screen and (min-width:320px) and (max-width:479px) {
}
@media only screen and (min-width:200px) and (max-width:319px) {
}
@media (max-width: 767px) and (min-width: 500px) {
.two_box {
width: 50% !important;
float: left;

}
}



/*@media only screen and (max-width: 1169px) and (min-width: 1000px){
.top_shape {
    height: 180px;
}
}

@media only screen and (max-width: 999px) and (min-width: 768px){
.top_shape {
    height: 130px;
    background-size: 1270px;
}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
.top_shape {
    height: 90px;
    background-size: 500px;
}
}

@media only screen and (max-width: 479px) {
.top_shape {
    height: 76px;
    background-size: 500px auto;
}
}*/