@charset "utf-8";

/*
        Resets
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:'' }
abbr, acronym { border:0 }
:focus { outline:0 }
ins { text-decoration:none }
del { text-decoration:line-through }
.clear { clear: both; }

/*
        body Structure
*/
html,body {
    height: 100%;
}
body {
    background: url('../images/bg.png') repeat #fff;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height: 22px;
    font-weight:400;
    color: #222;
    overflow-x: hidden !important;
}
/*
        Typography
*/
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Playfair Display', serif;
    margin:0 0 15px 0;
    line-height: normal !important;
}
h1 {
    font-size:54px !important;
    font-weight:900;
}
h2 {
    font-size:40px;
    font-weight:900;
}
h3 {
    font-size:26px;
    font-weight:400;
}
h4 {
    font-size:22px;
    font-weight:300;
}
h5 {
    font-size:18px;
    font-weight:300;
}
h6 {
    font-size:14px;
    font-weight:300;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:400;
    margin: 0 0 15px 0;
}
p strong {
    font-weight:900;
}
img {
    border:none;
    max-width:100%;
}
a {
    text-decoration: none;
    color:#333;
}
a:hover,a:focus,a:active {
	text-decoration: none;
	outline: none;
	color: #000;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
/*header*/
.header {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 0;
    border-bottom: solid 1px #eee;
}
.header:after {
    content: '';
    display: block;
    clear: both;
}
.logo {
    display: inline-block;
    float: left;
    position: relative;
    top: 4px;
}
/*rightHead*/
.rightHead {
    display: inline-block;
    float: right;
    margin-top: 24px;
}
.rightHead > div {
    display: inline-block;
}
.rightHead > div:first-child {
    padding: 0 12px 0 0;
}
.rightHead > div:last-child {
    padding: 0 0 0 12px;
}
.rightHead > div a,
.rightHead > div span {
    font-size: 16px;
}
.rightHead > div a:hover {
    color: #b10000;
    text-decoration: underline;
}
.socialLinks {
    display: inline-block;
}
.socialLinks > ul,.socialLinks > ul > li {
    display: inline-block;
}
.socialLinks > ul > li > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
}
.facebook{
    background: #204385 !important;
}
.facebook:hover{
    background: #fff !important;
    color: #204385 !important;
}
.twitter{
    background: #2aa9e0 !important;
}
.twitter:hover{
    background: #fff !important;
    color: #2aa9e0 !important;
}
.linkedin{
    background: #02669a !important;
}
.linkedin:hover{
    background: #fff !important;
    color: #02669a !important;
}
.plus{
    background: #d3492c !important;
}
.plus:hover{
    background: #fff !important;
    color: #d3492c !important;
}
.instagram{
    background: #fb3958 !important;
}
.instagram:hover{
    background: #fff !important;
    color: #fb3958 !important;
}
/*menu*/
.respBtn {
    display: none;
}
.menu {
    display: block;
    clear: both;
    width: 80%;
    position: relative;
    height: 50px;
    line-height: 50px;
    float: right;
    z-index: 2;
    /*margin-top: 26px;*/
}
.menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0%;
    width: 120%;
    height: 100%;
    z-index: -1;
    transform: skew(-30deg);
    background: #b10000;
}
.menu > .container > ul {
    display: inline-block;
}
.menu > .container > ul > li {
    display: inline-block;
    float: left;
    position: relative;
    color: #fff;
    margin: 0 1px;
    transition: all 300ms ease-in-out;
}
.menu > .container > ul > li > a {
    display: block;
    color: inherit;
    padding: 0 10px;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 300ms ease-in-out;
}
.menu > .container > ul > li:hover > a {
    color: #fff;
}
.menu > .container > ul > li:hover,.current_page {
    background: #333;
}
.menu > .container > ul > li > a > i {
    padding-left: 3px;
}
/*ddown*/
.menu > .container > ul > li > ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 200px;
    padding: 6px;
    background: #fff;
    box-shadow: 0 3px 16px rgba(0,0,0,0.2);
    position: absolute;
    top: 50px;
    left: 10px;
    transition: all 300ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu > .container {
    position: relative;
}
.menu > .container > ul > li > ul > li {
    display: block;
    border-bottom: solid 1px #eee;
    color: #222;
    transition: all 300ms ease-in-out;
}
.menu > .container > ul > li > ul > li > a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    text-transform: capitalize;
    color: inherit;
    transition: all 300ms ease-in-out;
}
.menu > .container > ul > li:hover > ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.menu > .container > ul > li > ul > li:hover {
    background: #333;
}
.menu > .container > ul > li > ul > li:hover > a {
    color: #fff;
}

/*bannerSlider*/
.bannerSliderSection {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    clear: both;
    float: left;
    margin-top: -25px;
}
#bannerSlider .owl-controls {
    position: absolute !important;
    bottom: 5% !important;
    width: 100% !important;
    z-index: 200;
}
#bannerSlider .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    background: #b10000 !important;
    margin: 5px 3px !important;
    /*border-radius: 0 !important;*/
}
#bannerSlider .item {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
#bannerSlider .item img {
    display: block;
    width: 100%;
    height: auto;
}
#bannerSlider .owl-buttons {
    display: block;
}
#bannerSlider .owl-buttons div {
    display: block;
    position: absolute;
    bottom: 250px;
    margin: 0;
    padding: 0;
    font-size: 36px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 100%;
    background: #b10000 !important;
}
#bannerSlider .owl-buttons div.owl-prev {
    left: 2%;
}
#bannerSlider .owl-buttons div.owl-next {
    right: 2%;
}

@media (max-width: 1366px) {
    #bannerSlider .owl-buttons div {
        bottom: 180px;
    }
}

.banner-info {
    display: block;
    width: 25%;
    height: auto;
    position: absolute;
    bottom: 5%;
    right: 5%;
    text-align: center;
    padding: 20px 30px;
    background: rgba(255,255,255,0.8);
    color: #b10000;
    box-shadow: 10px 15px 35px rgba(0,0,0,0.3);
}
.banner-info h1 {
    font-size: 28px !important;
    font-weight: bold;
    text-transform: capitalize;
}
.banner-info h2 {
    font-size: 22px !important;
    font-weight: normal;
    color: #222;
    margin: 0;
}
.owl-theme .owl-controls .owl-page span {
    background: #b10000 !important;
}
/*featured-section*/
.featured-section {
    display: block;
    clear: both;
    width: 100%;
    padding: 80px 0;
    background: url(../images/parallax1.jpg) no-repeat fixed 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    position: relative;
    border-bottom: solid 1px #ddd;
}
.featured-section:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: -50%;
    width: 120%;
    bottom: 0;
    background: #fff;
    opacity: 0.7;
    transform: skew(-20deg);
}
.container,.container-fluid {
    position: relative;
    z-index: 10;
}
.featured-section .col-md-5,
.featured-section .col-md-7 {
    padding: 0;
}
.featured-intro .heading {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
}
.featured-intro .heading:after {
    left: -35px;
    width: 100%;
}
.featured-intro .heading small {
    font-size: 28px;
    display: block;
    color: #999;
}
.featured-intro .heading span {
    font-weight: 900;
}
.featured-intro h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 32px !important;
}
.userpic {
    display: block;
    position: relative;   
}
.userpic > div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 150px;
    right: 150px;
    overflow: hidden;
    z-index: -1;
    background: transparent;
}
.userpic > div:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -linear-gradient(top, #fff, rgba(255,255,255,0.0));
    background: -o-linear-gradient(top, #fff, rgba(255,255,255,0.0));
    background: -webkit-linear-gradient(top, #fff, rgba(255,255,255,0.0));
    background: -moz-linear-gradient(top, #fff, rgba(255,255,255,0.0));
    background: -ms-linear-gradient(top, #fff, rgba(255,255,255,0.0));
}
.userpic img {
    padding: 50px;
    position: relative;
    z-index: 2;
}

/*servicesSection*/
.servicesSection {
    display: block;
    clear: both;
    width: 100%;
    padding: 60px 0;
    background: url(../images/servicesSection.jpg) no-repeat fixed 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    position: relative;
}
.servicesSection:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b10000;
    opacity: 0.8;
}
.servicesSection .heading-center {
    color: #fff;
}
.servicesSection .row {
    margin-left: -6px !important;
    margin-right: -6px !important;
}
.servicesSection .row .col-md-4 {
    padding-left: 6px;
    padding-right: 6px;
}
/*service-box*/
.service-box {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}
.service-box h3 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 15px 15px 15px;
    font-size: 26px;
    margin: 0;
    font-weight: 400;
    z-index: 1;
    color: #000;
    transition: all 300ms ease-in-out;
}
.service-box h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 150%;
    height: 200%;
    top: -25%;
    left: -25%;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    z-index: -1;
    border-top: solid 3px #333;
    transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    border-radius: 100% 100% 0 0;
    transition: all 300ms ease-in-out;
}
.service-box-desc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    padding: 30px 20px;
    transition: all 300ms ease-in-out;
    transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    visibility: hidden;
}
.service-box:hover > h3 {
    transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    visibility: hidden;
    opacity: 0;
}
.service-box:hover > .service-box-desc {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    visibility: visible;
    opacity: 1;
}
/*newsUpdatesSection*/
.newsUpdatesSection {
    display: block;
    width: 100%;
    clear: both;
    padding: 50px 0;
    position: relative;
}
.newsUpdatesSection .container {
    position: relative;
    z-index: 10;
}
.newsRow {
    margin-left: -6px !important;
    margin-right: -6px !important;
}
.newsRow .item {
    margin: 0 6px;
}
/*NewsUpdatesBlock*/
.NewsUpdatesBlock {
    display: block;
    position: relative;
}
.NewsUpdatesBlock .metaBlock {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 3px 15px;
}
.NewsUpdatesBlockThumb {
    display: block;
    overflow: hidden;
}
.NewsUpdatesBlockThumb img {
    position: relative;
    transition: all 300ms ease-in-out;
}
.NewsUpdatesBlock:hover .NewsUpdatesBlockThumb img {
    opacity: 0.9;
    transform: scale(1.05);
}
.newsBlockHeading {
    display: block;
    padding: 15px;
    background: #f3f3f3;
    border-bottom: solid 1px #ddd;
    margin: 0;
    text-align: left;
}
.NewsUpdatesBlockDesc {
    display: block;
    clear: both;
    padding: 15px;
    background: #fff;
    border-bottom: solid 1px #ddd;
    height: 231px;
}

/*mediaGallerySection*/
.mediaGallery {
    display: block;
    width: 100%;
    clear: both;
    padding: 50px 0;
    position: relative;
}
.mediaGallery .row {
    margin-left: -3px;
    margin-right: -3px;
}
.mediaGallery .row .col-md-4 {
    padding-left: 3px;
    padding-right: 3px;
}
.galleryBlock {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 6px;
}
.galleryBlock:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -120%;
    background: #222;
    border-radius: 0 50% 0 0;
    transform: skew(20deg);
    transition: all 500ms;
    z-index: 2;
}
.galleryBlock:hover:before {
    left: 0;
    opacity: 0.9;
    border-radius: 0 0 0 0;
    transform: skew(0deg);
}
.galleryBlock span {
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    padding: 120px 30px 0 30px;
    color: #fff;
    z-index: 3;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    transition: all 600ms;
}
.galleryBlock:hover span {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.galleryBlock span i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #b10000;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    font-size: 22px;
    position: relative;
    top: 15px;
    left: 50px;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
    transition: all 700ms;
}
.galleryBlock:hover span i {
    left: 0;
    transform: rotate(0deg);
}
.galleryBlock .galleryBlockImgbg {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 0;
    background-size: cover !important;
}



/*footer*/
.footer {
    display: block;
    clear: both;
    width: 100%;
    height: 450px;
    color: #fff;
    position: relative;
    background: url(../images/footerbg2.png) repeat #222;
}
.footer .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer .heading:after {
    background: rgba(255,255,255,0.15) !important;
}
.footer a {
    color: inherit;
}
.footerul {
    display: block;
    margin: 0 0 10px 18px;
}
.footerul li {
    list-style-type: square;
    border-bottom: dotted 1px rgba(255,255,255,0.2);
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.footerul li a:hover {
    color: #ddd;
}
.textwidget {
    display: block;
}
.textwidget p {
    margin: 0 0 5px 0;
}
.textwidget a:hover {
    text-decoration: underline;
}
/*footer-strip*/
.footer-strip {
    display: block;
    clear: both;
    padding: 15px 0;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 14px;
}
.footer-strip a {
    color: inherit;
    font-weight: 600;
}
.footer-strip a:hover {
    text-decoration: underline;
}
/*googleIframe*/
.googleIframe {
    display: block;
    width: calc(50% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 0;
    z-index: 20;
}
.googleIframe iframe {
    width: 100% !important;
    height: 100% !important;
}

/*innerBannerSection*/
.innerBannerSection {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.innerBannerSection img {
    width: 100%;
    height: auto;
}
.innerBannerSection > div {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 2;
    color: #000;
}
.innerBannerSection > div h1 {
    display: inline-block;
    position: relative;
    padding: 15px 30px;
    background: rgba(255,255,255,0.8);
    color: inherit;
}
/*innerPageContent*/
.innerPageContent {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 400px;
    padding: 50px 0;
}
/*contact us page*/
.enquiry-form {
    position: relative;
}
.enquiry-form label {
    display: block;
    color: #222;
}
.enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.enq-formgroup i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;    
    color: #b10000;   
    border-radius: 0 20px 20px 0;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.enquiry-form input {
    display: block;
    width: 100%;
    text-indent: 45px;
    height: 40px;
    border: solid 1px #b10000;
    background: transparent;
    box-shadow: inset 10px 0 10px rgba(0,0,0,0.2);
    border-radius: 40px;
}
.enquiry-form input:hover{
    border-color: #222;
}
.enquiry-form textarea {
    display: block;
    width: 100%;
    text-indent: 45px;
    height: auto;
    padding: 5px 0;
    border: solid 1px #b10000;
    background: transparent;
    box-shadow: inset 10px 0 10px rgba(0,0,0,0.2);
    border-radius: 15px;
}
.enquiry-form textarea:hover{
    border-color: #222;
}
.addresssection {
    display: block;
}
.contactUsAddress p {
    font-size: 14px;
    margin:0px;
    line-height: 24px;
}

/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}
.heading-center {
    padding-bottom: 10px;
}
.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.heading small a {
    color: inherit;
}
.heading span {
    display: block;
}
h2.heading span {
    font-size: 60px;
}
.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #333;
    position: absolute;
    bottom: 0;
}
.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}
.heading:after {
    left: 0%;
}
.btn {
    border-radius: 0 !important;
    transition: all 300ms ease-in-out;
}
.btn-primary {
    background: #b10000 !important;
    border: none !important;
}
.btn-primary:hover {
    background: #333 !important;
}
.btn-rounded {
    border-radius: 40px !important;
}
.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}
.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}
.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}
.centertext,.center {
    text-align: center;
}
.white {
    color: white;
}


/**********scrollUp**********/
.scrollup {
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    opacity:0.9;
    position:fixed;
    bottom:70px;
    right:15px;
    display:none;
    background: #b10000;
    color: #fff;
    font-size: 22px;
    z-index: 200;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    border-radius: 50%;
}
.scrollup i {
    line-height: inherit;
}
.scrollup:hover,
.scrollup:active,
.scrollup:focus {
    opacity:1;
    background: #222;
    color: #fff;
}
/*******Visibility divs***********/
.hidden_element {
    opacity:1;
}
.visible_element {
    opacity:1;
}


@media (max-width: 820px) {
    .menu {
        width: 100%;
    }
    .menu:before {
        transform: skew(0deg);
    }
    .rightHead {
        margin-top: 17px;
    }
    .rightHead > div {
        display: block;
        margin: 10px 0 0 0;
    }
    #bannerSlider .owl-buttons div {
        display: none;
    }
}

@media (max-width: 768px) {
    .featured-section:before {
        right: 0;
        width: 100%;
        transform: skew(0deg);
    }
    .userpic {
        text-align: center;
    }
    .userpic img {
        padding: 20px;
    }
    .featured-intro,.featured-intro .heading {
        text-align: center;
    }
    .service-box img {
        width: 100%;
    }
    .footer {
        height: auto;
    }
    .googleIframe {
        position: relative;
        width: 100%;
        height: 300px;
        top: 0;
        left: 0;
        right: 0;
    }
}

@media (max-width: 710px) {
    .respBtn {
        display: block;
        position: relative;
        width: 100%;
        height: 45px;
        line-height: 45px;
        background: #b10000;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        clear: both;
        cursor: pointer;
    }
    .respBtn:hover {
        background: #333;
        color: #fff;
    }
    .menu{
        height: auto;
        position: relative;
        clear: both;
        line-height: normal;
    }
    .menu > .container {
        padding: 0;
    }
    .menu > .container > ul {
        display: none;
    }
    .menu > .container > ul > li {
        display: block;
        width: 100%;
        border-bottom: solid 1px rgba(255,255,255,0.2);
    }
    .menu > .container > ul > li > a {
        display: block;
        padding: 15px 20px;
        text-align: center;
    }
    .innerBannerSection > div {
        position: relative;
        bottom: 0;
    }
    .innerBannerSection > div h1 {
        display: block;
        position: relative;
        background: transparent;
        margin: 0;
        text-align: center;
    }
}

@media (max-width: 650px) {
    .banner-info {
        display: none;
    }
}

@media (max-width: 600px) {
    .logo {
        display: block;
        text-align: center;
        float: none;
    }
    .rightHead {
        float: none;
        display: block;
        clear: both;
        text-align: center;
    }
    .scrollup {
        bottom: 5px;
        right: 5px;
    }
}