/* Global ************************************************/
@import url(https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900,1000);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900,1000);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes:100,200,300,400,500,600,700,800,900,1000);

* {
	font-family: "Arapey", sans-serif;
    color: #333;
    border: 0;
	padding: 0;
	margin: 0;
}
@font-face {
    font-family: 'LPPinsel';
    src: url(../fonts/LP-Pinselschrift-Regular.woff);
}
@font-face {
    font-family: 'Arapey';
    src: url(../fonts/Arapey-Regular.woff);
}
.greatvibes {
    font-family: "LPPinsel", cursive;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 60px;
}

body {
    overflow-x: hidden;
}

section {
    max-width: 2000px;
    display: block;
    margin: 0 auto;
}

.container-sm {
    max-width: 1100px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin: 0 auto;
}

a {
	color: #333;
	display: inline-block;
	cursor: pointer !important;
}
a, a:hover, a:focus, a:visited {
	text-decoration: none !important;
	outline: none !important;
	color: #ccc;
}

h1,h2,h3,h4,h5,h6,ul,p {
	margin: 0;
}

ul,p {
	font-size: 17px;
    line-height: 25px;
}
p {
    text-align: justify;
}

h1 {
    font-size: 34px;
}
h2 {
    font-size: 25px;
}

.full-img {
    width: 100%;
}



/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in { 
    opacity:0;
    /* Number of times to repeat */
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    /* End frame key */
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    /* Duration of animation */
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

/* Delay before animation starts */
.fade-in.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.row-eq-height-sm, .row-eq-height-xs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/* Parallax ********************************************/
.parallax-bg-repeat {
    background-repeat: repeat;
    background-size: contain !important;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}
.parallax-bg-normal {
    background-repeat: no-repeat;
    background-size: cover;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* Read more *******************************************/
a#read-more {
    color: #333;
    cursor: pointer;
    display: inline;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}
a#read-more:before {
    content: 'read more';
}
a#read-more.active:before {
    content: 'back to top';
}
a#read-more:hover {
    color: #ccc;
}
/* Read More End ****************************************/

/* Margins **********************************************/
.my-30 {margin-top: 30px;margin-bottom: 30px;}
.my-60 {margin-top: 60px;margin-bottom: 60px;}
.my-90 {margin-top: 90px;margin-bottom: 90px;}

.mt-15 {margin-top: 15px;}
.mt-30 {margin-top: 30px;}
.mt-60 {margin-top: 60px;}
.mt-90 {margin-top: 90px;}

.mb-30 {margin-bottom: 30px;}
.mb-60 {margin-bottom: 60px;}
.mb-90 {margin-bottom: 90px;}
.m-0 {margin: 0;}
/* Margins End ******************************************/

/* Paddings **********************************************/
.py-20{padding-top: 20px;padding-bottom: 20px;}
.py-30{padding-top: 30px;padding-bottom: 30px;}
.py-60{padding-top: 60px;padding-bottom: 60px;}
.py-90{padding-top: 90px;padding-bottom: 90px;}
.p-0 {padding: 0;}
/* Paddings End ******************************************/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
textarea {
    resize: none;
}
/* Global End *******************************************/


/* Header ***********************************************/
.navbar-anchor {
  display: block;
  height: 150px; /*same height as header*/
  margin-top: -150px; /*same height as header*/
  visibility: hidden;
}
.logo {
    margin: 15px 0;
    height: 120px;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
    position: absolute;
}
.navbar {
	margin-bottom: 0;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    width: 100%;
    background-color: transparent;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
}
.navbar-brand {
    padding: 0;
}
.navbar-default {
    border: none;
    text-align: center;
    background-image: url(../images/headerbg.jpg);
}
.navbar-collapse {
    margin: 50px 0;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
}
.navbar-default .navbar-nav > li{
    background-color: transparent;
    position: relative;
    float: none;
    display: inline-block;
    z-index: 10000;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 18px;
    font-family: "Arapey", sans-serif; 
    font-weight: normal;
    text-align: center;
    cursor: pointer !important;
}
.navbar-default .navbar-nav > li > a:hover::after {
    width: 100%;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #e60509;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
}
.navbar-default .navbar-nav > li > a.active{
    color: #e60509;
    font-weight: bolder;
}

.navbar-default .navbar-nav > .active > a {
    color: #e60509;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #e60509;
    background-color: transparent;
}

.affix {
    background-color: #fff;
    background-image: url(../images/headerbg.jpg);
    background-repeat: no-repeat;
    box-shadow: 0px 5px 10px #f1f1f1;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
}
.affix .navbar-collapse {
    margin: 30px 0;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
}
.affix .logo {
    height: 80px;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
/* Header End **************************************************************/

/* Home */
.flexslider {
    /*padding-top: 150px !important;*/
}
.flexslider .flex-control-nav {
    width: fit-content;
    bottom: 50px;
    z-index: 5;
    text-align: unset;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slides li {
    max-height: calc(100vh - 110px);
    overflow: hidden;
}
.fadeInRight {
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    transition: all ease 1.5s;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    z-index:2;
}
.flex-active-slide .fadeInRight {
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    transition: all ease 1.5s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.home-banner {
    padding-top: 150px;
}
.home-banner .home-row-special2 .home-row-special-text {
    height: calc(100vh - 150px);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.home-banner .home-row-special2 .home-row-special-text .textcontainer{
    padding: 0px 50px 100px 50px;
    max-width: 60%
}
.home-banner .home-row-special2 img {
    object-fit: cover;
    object-position: left;
    height: 100%;
    width: auto;
    max-width: calc(40% + 250px);
    position: absolute;
    right: 0;
    bottom: 0;
}
.home-banner .home-row-special2 .home-row-special-text h3{
    font-family: 'Great Vibes', sans-serif;
    font-size: 75px;
    line-height: 90px;
    position: relative;
    z-index: 1;
    color: #ff9806;
    /*text-shadow: 5px 1px 5px black;*/
}
.home-banner .home-row-special2 .home-row-special-text h3.red{
    font-size: 80px;
    font-family: 'Great Vibes', sans-serif;
    color: #df070b;
    margin: 30px 0;
}
.home-banner #home-row-special {
    width: 100%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    bottom: 0;
    right: 0;
}
.home-banner #home-special-banner {
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    top: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    /*margin-top: -100px;*/
}
.home-banner img.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.orange-title {
    background-image: url(../images/home/bg.jpg);
    background-size: cover;
    /*background-position: bottom;*/
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 60px;
}
.orange-title h2.mission {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}
.home1 {
    background-image: url(../images/home/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

#home1-special1 {
    position: relative;
}
#home1-special1 img:nth-child(1) {
    position: absolute;
    top: 0;
}
#home1-special1 img:nth-child(2) {
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-40%);
}
#home1-special1 img:nth-child(3) {
    position: absolute;
    bottom: 0;
}

#home1-special2 img:nth-child(1){
    margin-left: 100px;
}
#home1-special2 img:nth-child(2){
    margin-right: 100px;
}

@keyframes swivelx { 
    0% { 
        transform: rotateY(0deg);
    } 
    50% {
        transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(0deg);
        opacity: 1;
    }
}
@keyframes swivel-outx { 
    0% { 
        transform: rotateY(0deg);
    } 
    50% {
        transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(0deg);
        opacity: 0;
    }
}

.navbar-default .social-logo img.instad {
    width: 20px;
    margin-top: -7px;
    animation: swivelx 0.5s ease forwards;
}
.navbar-default .social-logo:hover img.instad {
    animation: swivel-outx 0.5s ease forwards;
}
.navbar-default .social-logo img.instah {
    opacity: 0;
    width: 20px;
    position: absolute;
    top: -1px;
    left: calc(50% - 10px);
    animation: swivel-outx 0.5s ease forwards;
}
.navbar-default .social-logo:hover img.instah {
    animation: swivelx 0.5s ease forwards;
}


.mCSB_dragger {
    width: 60px !important;
}

.home2 img {
    position: relative;
}
.home2 button {
    background-color: transparent;
    border: 1px solid #fff;
    color:  #ff6600;
    padding: 7px 30px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}
.home2 button:hover {
    background-color: #fff;
}
.home2 .box {
    background-image: url(../images/home/slider-menu-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}
.home2 .hsbox:hover .box {
    opacity: 1;
}
.home2 h2.greatvibes {
    font-size: 40px;
    margin-bottom: 15px;
}
.home2 .box-border-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #ff9900;
    width: 85%;
    height: 85%;
}
.home2 .box-content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.home3 {
    background-image: url(../images/home/about-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.home3 h2 {
    text-align: center;
}
.home3 button {
    background-color: #E3080D;
    /*border: 1px solid #666;*/
    font-size: 16px;
    color:  #fff;
    padding: 7px 30px;
    position: relative;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}
@keyframes bobing { 
    from { 
        top: 0px;
    } 
    40% {
        top: -5px;
    }
    80% {
        top: 5px;
    }
    to { 
        top: 0px;
    } 
}
.home3 button:hover {
    animation: bobing 1s ease-in-out forwards;
}

.home4 {
    background-image: url(../images/home/bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.home4 .box {
    position: relative;
    z-index: 3;
}
.home4 .box-2 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../images/home/home4-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 30px;
}
.home4 .box-2 .img-container {
    display: table;
    height: 100%;
    width: 100%;
}
.home4 .box-2 .img-container > div {
    display: table-cell;
    vertical-align: middle;
}
.home4 .box-2 p {
    display: table;
    height: 100%;
    max-width: 330px;
}
.home4 .box-2 p span {
    color: #333;
    display: table-cell;
    vertical-align: middle;
}
.home5 {
    background-color: #fb7e00;
    padding-top: 60px;
}
.home5 .box {
    border: 1px solid #fff;
    padding: 30px;
    position: relative;
    padding-top: 50px;
    margin: 30px 0;
}
.home5 .box .box-2 {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    background-color: #fb7e00;
    padding: 15px 30px;
    white-space: nowrap;
}
.home5-testi p {
    text-align: center;
}
.home5-testi p:first-child {
    font-family: "LPPinsel", cursive;
    color: #f2e205;
    font-size: 30px;
}
.home5-testi p:last-child {
    font-size: 15px;
}

/*****************************************************************/

/* About */

.banner-title {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 150px;
    min-height: 170px;
}
.banner-title .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
}
.banner-title h2{
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: "Great Vibes", cursive;
    font-size: 45px;
    line-height: 60px;
}

.about1 {
    padding-top: 60px;
    background-image: url(../images/about/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.about1 .border {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: 1;
}
.about1 .image-border {
    position: relative;
    z-index: 2;
}

.about2 {
    padding-top: 60px;
    background-image: url(../images/about/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.about2 .row {
    padding-bottom: 5px;
}
.about2 .col-md-4 {
    margin-top: 30px;
    overflow: hidden !important;
}
.about2 .col-md-4 img {
    position: relative;
}
.about2 .col-md-4:hover .box {
    height: 100%;
}
.about2 .box .box2 {
    padding-left: 15px;
    padding-right: 15px;
}
.about2 .box .box2 p.extra {
    /*margin-top: 15px;*/
    font-size: 16px;
    opacity: 0;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}
.about2 .col-md-4:hover .box .box2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #945210;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.about2 .col-md-4:hover .box .box2 .box3{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.about2 .col-md-4:hover .box .box2 p.extra{
    opacity: 1;
}
.about2 .box {
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 55px;
    width: calc(100% - 30px);
    background-color: rgba(9,9,9,0.8);
    padding: 15px;
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
}
.about2 .box .box2 p.strong {
    color: #fb8610;
    font-size: 22px;
}
/*****************************************************************/

/* Menu */
#menu-enquire {
    z-index: 100000 !important;
}
#menu-enquire.in .modal-dialog {
    margin-top: 0;
   /* top: 30%;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);*/
}
#menu-enquire .modal-content {
    background-image: url(../images/menu/enquire-open-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
}
#menu-enquire .modal-header {
    border-bottom: none !important;
}
#menu-enquire .modal-footer {
    border-top: none !important;
}
#menu-enquire .form-control {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
}
#menu-enquire select.form-control {
    height: 34px;
    padding: 6px 8px;
}
    #menu-enquire select.form-control option {
        padding: 3px 8px;
    }
#menu-enquire .form-control::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
#menu-enquire .form-control:-ms-input-placeholder {
  color: #a9a9a9;
}
#menu-enquire .form-control::-webkit-input-placeholder {
  color: #a9a9a9;
}
#menu-enquire button.btn-submit {
    color: #fff;
    padding: 10px 30px;
    background-color: #fb7e00;
    border-radius: 0;
    margin-bottom: 15px;
    transition: 0.3s background-color ease;
    -webkit-transition: 0.3s background-color ease;
    -moz-transition: 0.3s background-color ease;
}
#menu-enquire button.btn-submit:hover {
    background-color: #ff0000;
}
#menu-enquire #datec {
    position: relative;
}
#menu-enquire #datec:before {
    content: '';
    background-image: url(../images/menu/calender.png);
    width: 28px;
    height: 27px;
    position: absolute;
    right: 30px;
    top: 3px;
}
#menu-enquire .dropdown-menu {
    float: none;
    left: 0;
    top: 35px;
    width: 100%;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#menu-enquire .dropdown-menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
}
.squaredFour {
  position: relative;
  margin: 0 auto;
}
.squaredFour label {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0;
}

.squaredFour label:after {
  content: '';
  width: 20px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 5px;
  border: 1px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredFour label p {
    position: absolute;
    left: 40px;
    top: 0;
    font-size: 14px;
    width: 150px;
    font-weight: normal;
    color: #333;
}
.squaredFour input[type=checkbox], .squaredFour input[type=radio] {
  visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after, 
.squaredFour input[type=radio]:checked ~ label:after {
  opacity: 1;
}

.enquire {
    background: rgba(0, 0, 0, 0) url("../images/menu/enquire-bg.png") no-repeat scroll center center / cover ;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    position: fixed;
    left: 0;
    top: 402px;
    padding: 5px 20px;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    height: 60px;
    width: 225px;
    border: none;
    outline: 0 !important;
    z-index: 10000;
}
.enquire:hover {
    color: #fff;
    background-image: url("../images/menu/enquire-bg-hover.png");
}
.enquire:focus {
    color: #fff;
}
.enquire i {
    margin-left: 10px;
    color: #fff;
    font-size: 25px;
    vertical-align: sub;
}
.menu1 {
    padding-top: 60px;
    background-image: url(../images/about/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.menu1 .col-md-4 {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.menu1 .box{
    box-shadow: 0px 5px 10px #ccc;
}
.menu1 .col-md-4:hover .box .box2 .menu-text-content {
    color: #fff;
}
.menu1 .box {
    position: relative;
    background-color: #fff;
}
.menu1 .box .box2 {
    padding: 40px 15px;
    background-image: url(../images/menu/white.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -30px;
    position: relative;
    z-index: 1000;
}
.menu1 .col-md-4:hover .box .box2{
     background-image: url(../images/menu/color.png);
}
.menu1 .box .box2 .circle img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.menu1 .box .box2 .circle-big {
    position: absolute;
    left: 15px;
    top: -30px;
    height: 75px;
    width: 75px;
    background-color: #fff;
    border-radius: 50%;
}
.menu1 .col-md-4:hover .box .box2 .circle-big{
    background-color: #fb7400;
}
.menu1 .box .box2 .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fdae1e;
}
.menu1 .box .box2 .circle .active {
    display: none;
}
.menu1 .col-md-4:hover .box .box2 .circle .active{
    display: block;
}
.menu1 .col-md-4:hover .box .box2 .circle .default{
    display: none;
}
.menu1 .col-md-4:hover .box .box2 .circle{
    background-color: #fff;
}
.menu1 .box .box2 .menu-text-content {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
/****************************************************************/


/* Health */

.health1 {
    padding-top: 60px;
    background-image: url(../images/about/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.health1 .box {
    text-align: right;
}
.health1 img.icon{
    display: inline-block;
    margin-bottom: 10px;
}
.health1 .box h2 {
    color: #cc0000;
    font-size: 35px;
}
.health1 .box p {
    text-align: right;
    color: #333;
}

.health1 .box2 h2 {
    color: #cc0000;
    font-size: 35px;
}
.health1 .box2 p {
    text-align: left;
    color: #333;
    max-width: 370px;
}
.health1 .box-center {
    background-image: url(../images/health/centerbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 15px;
}
.health1 .box-center .black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,1);
    /*transition: 0.3s background-color ease;
    -webkit-transition: 0.3s background-color ease;
    -moz-transition: 0.3s background-color ease;*/
}
.health1 .box-center:hover .black-overlay {
    /*background-color: rgba(51,51,51,0.8);*/
}
.health1 .box-center .box-center-sub {
    border: 1px solid #fb7e00;
    padding: 30px 15px;
    position: relative;
}
.health1 .absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
/*****************************************************************/

/* Footer ******************************************************************/

.sree-form {
    background-color: #fff;
    padding: 30px 40px;
    margin-top: -200px;
    position: relative;
    bottom: -50%;
    transform: translateY(50%);
}
.sree-form input {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    outline: none;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sree-form textarea {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    outline: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
}
.sree-form input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.sree-form input:-ms-input-placeholder {
  color: #ccc;
}
.sree-form input::-webkit-input-placeholder {
  color: #ccc;
}
.sree-form textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.sree-form textarea:-ms-input-placeholder {
  color: #ccc;
}
.sree-form textarea::-webkit-input-placeholder {
  color: #ccc;
}
#sree-form-special {
    margin-top: 30px;
}
.sree-form button {
    background-color: #ff0000;
    padding: 5px;
    color: #fff;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}
.sree-form button:hover {
    color: #fff;
    background-color: #fec128;
}
.sree-form ul.address li{
    position: relative;
	list-style-type: none;
    padding-bottom: 15px;
	text-align: left;
    margin-left: 70px;
    color: #7c7c7c;
}
.sree-form ul.address li:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 20px;
    width: 26px;
    height: 25px;
    background-image: url(../images/address.png);
}
.sree-form ul.contact li{
    position: relative;
	list-style-type: none;
    padding-bottom: 15px;
	text-align: left;
    margin-left: 70px;
    color: #7c7c7c;
}
.sree-form ul.contact li:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 20px;
    width: 23px;
    height: 23px;
    background-image: url(../images/contact.png);
}
.sree-form ul.fax li{
    position: relative;
	list-style-type: none;
    padding-bottom: 15px;
	text-align: left;
    margin-left: 70px;
    margin-top: 20px;
    color: #7c7c7c;
}
.sree-form ul.fax li:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0px;
    width: 25px;
    height: 25px;
    background-image: url(../images/fax.png);
}
.sree-form ul.email li{
    position: relative;
	list-style-type: none;
    padding-bottom: 15px;
	text-align: left;
    margin-left: 70px;
    margin-top: 20px;
    color: #7c7c7c;
}
.sree-form ul.email li:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0px;
    width: 30px;
    height: 28px;
    background-image: url(../images/email.png);
}
.sree-form ul.email li a {
    color: #7c7c7c;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}
.sree-form ul.email li a:hover {
    color: #fec128;
}

footer {
    position: relative;
    text-align: center;
    z-index: 1 !important;
    background-color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer p {
    margin-bottom: 0;
}
footer p.copy {
    color: #b8bcbd;
    font-size: 11px;
}
footer p.powered {
    color: #666;
    font-size: 11px;
    text-align: right;
}
footer p.powered a {
    color: #666;
    cursor: pointer;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}
footer p.powered a:hover {
    color: #fff;
}
/* Footer End *********************************************************/


/* Media **************************************************************/

@media only screen and (max-width: 1399px) {
    .sree-form ul li {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .health1 .box p br {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .home-banner {
        padding-top: 80px;
    }
    .flexslider {
        padding-top: 0px !important;
    }
    .health1 .box p, .health1 .box2 p {
        max-width: 535px;
        margin: 0 auto;
    }
    .health1 .box-center .black-overlay {
        background-color: rgba(51,51,51,0.8);
    }
    .home2 .hsbox .box {
        opacity: 1;
    }
    .home2 h2.greatvibes {
        height: 90px;
    }
    .health1 .box {
        text-align: center;
    }
    .health1 .box2 {
        text-align: center;
    }
    .about1 .border {
        top: auto;
        transform: translate(-50%, 0);
        bottom: -2px;
    }
    .orange-title h2.mission {
        position: relative;
        transform: translate(0,0);
        top: auto;
    }
    .home-banner #home-special-banner {
        position: relative;
        height: 40vh;
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        top: auto;
        transform: none;
    }
    .banner-title {
        margin-top: 72px;
    }
    .health1 .box-center {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .health1 .box p {
        text-align: center;
        color: #6f6f6f;
    }
    .health1 .box2 p {
        text-align: center;
        color: #6f6f6f;
    }
    .orange-title h2 {
        position: relative;
        transform: translate(0, 0);
        top: auto;
    }
    .enquire {
        transform-origin: none;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: 30px;
        height: 40px;
        width: 180px;
        border-radius: 10px;
    }
    .menu1 {
        padding-top: 100px;
    }
    .tab-pane .container > .row {
        margin-top: 0;
    }
    .menu1 .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about1 {
        padding-bottom: 60px;
    }
    .about1 .image-border {
        margin-bottom: 60px;
    }
    
    .home-banner img.right {
        height: 50vh;
        position: relative;
        float: right;
    }
    .navbar-anchor {
      display: block;
      height: 102px; /*same height as header*/
      margin-top: -102px; /*same height as header*/
      visibility: hidden;
    }
    .sree-form {
        bottom: auto;
        transform: none;
        margin-top: 30px;
    }
    
    .sree-form input {
        margin-bottom: 15px;
    }
    .sree-form textarea {
        margin-bottom: 15px;
    }
    #sree-form-special {
        margin-top: 0;
    }
    .home5 .home5-testi p{
        text-align: center;
    }
    .home5 .col-md-6:first-child .box {
        margin-bottom: 80px;
    }
    .orange-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .orange-title p {
        text-align: center;
    }
    #home1-special2 img:nth-child(1){
        margin-left: 50px;
    }
    #home1-special2 img:nth-child(2){
        margin-right: 50px;
    }
    
    .greatvibes {
        font-size: 35px;
        line-height: 45px;
    }
    
    .navbar-nav li a {
        font-size: 17px;
    }
    .navbar {
        width: 100%;
    }
    .navbar-default {
        background-image: url(../images/headerbg.jpg);
        background-repeat: no-repeat;
        box-shadow: 0px 5px 10px #f1f1f1;
        transition: 1s all ease;
        -webkit-transition: 1s all ease;
        -moz-transition: 1s all ease;
    }
    
    /* Collapse Navigation */
    .navbar-default .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .navbar-default .navbar-nav > li > a {
        color: #333;
    }
    .navbar-header {
      float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        float: right !important;
        background-color: transparent;
        margin-right: 0;
        border: none;
        display: inline-block;
    }
    .navbar-default .navbar-toggle:hover{
        background-color: #333;
    }
    .navbar-default .navbar-toggle:focus{
        background-color: #333;
    }
    .navbar-default .navbar-toggle:active{
        background-color: #333;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333;
    }
    .navbar-default .navbar-toggle:focus .icon-bar{
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:active .icon-bar{
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover .icon-bar{
        background-color: #fff;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        text-align: center;
        display: block;
        margin: 0 auto;
        float: none;
        margin-top: 72px;
        background-image: url(../images/headerbg.jpg);
        background-repeat: repeat;
        background-size: initial;
        position: absolute;
        /*display: none;*/
        height: 0;
        overflow: hidden;
        transition: 0.3s height ease;
        width: 100vw;
        left: 0;
        z-index: 10000;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .open {
        height: 350px;
    }
    .container > .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse {
        
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        display: block;
        margin: 0 auto;
    }
    .navbar-nav>li {
        float: none;
        width: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .row-eq-height-sm {
        display: inline;
    }
    
    .navbar-brand img {
        height: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .affix .logo {
        height: 50px;
    }
    .affix {
        background-size: auto;
    }
    .navbar-toggle {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .affix .navbar-collapse {
        margin-top: 72px;
    }
    .navbar {
        height: auto;
    }
    .home-banner .home-row-special2 .home-row-special-text h3 {
        font-size: 55px;
    }
    .home-banner .home-row-special2 .home-row-special-text h3.red{
        font-size: 65px;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .parallax-bg-normal {
        background-size: cover;
    }
    .banner-title .container {
        padding-left: 0;
        padding-right: 0;
    }
    .banner-title h2{
        position: relative;
        text-align: center;
    }
    .home-banner h1.center {
        padding-top: 100px;
    }
    .home-banner img.right {
        height: 50vh;
    }
    footer p.copy {
        text-align: center;
    }
    footer p.powered {
        text-align: center;
    }
     .row-eq-height-xs {
        display: inline;
    }
    
    .home4 .box-2 {
        position: relative;
        transform: none;
        top: auto;
        padding: 30px 15px;
    }
    .home4 .box-2 p {
        margin: 15px auto 0;
        text-align: center;
    }
    .home-banner .home-row-special2 {
        position: relative !important;
        /*top: 80px;*/
    }
    .home-banner .home-row-special2 .home-row-special-text .textcontainer {
        padding: 30px;
        max-width: unset;
        text-align: center;

    }
    .home-banner .home-row-special2 .home-row-special-text h3 {
        line-height: 65px !important;
        padding: unset !important;
    }
    .home-banner .home-row-special2 .home-row-special-text {
        position: relative;
        max-width: unset !important;
        height: unset !important;
        display: block;
    }
    .home-banner .home-row-special2 img {
        max-width: unset !important;
        width: 100%;
        position: relative;
    }
    .slides li {
        max-height: calc(800px);
        /*overflow: hidden;*/
    }
    .home-banner .home-row-special2 img {
        max-height: 500px;
        object-position: top;
    }

}

@media only screen and (max-width: 575px) {
    .home-banner .home-row-special2 img {
        max-height: 200px;
    }
    p {
        text-align: left;
    }
    #home-special-banner {
        height: auto !important;
    }
    .home-banner .home-row-special2 .home-row-special-text h3 {
        font-size: 35px;
        padding: unset !important;
    }
    .home-banner .home-row-special2 .home-row-special-text h3.red{
        font-size: 45px;
        margin: 5px 0;
    }
}

@media only screen and (max-width: 500px) {
}

@media only screen and (max-width: 400px) {
     #home-special-banner {
        height: auto !important;
    }
    .menu1 .box .box2 {
        padding: 50px 15px;
    }
    .home4 .box-2 p br{
        display: none;
    }
}
/* Media End ***************************************************/