@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	background: #fff;
	font-size:14px;
	color: #000;
}
/*Typography*/mob
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0 0 1rem 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
h1,h2,h3 {
	font-weight: 400;
}
h4,h5,h6 {
	font-weight: 300;
}
h1 {
	font-size: 64px;
}
h2 {
    font-size: 50px;
}
h3 {
    font-size: 34px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
	text-transform: inherit;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    font-weight:300;
}
p span, p strong {
    font-weight:bold;
}
img {
    border:none;
    max-width:100%;
}
a {
    text-decoration: none;
    color:#000;
}
a:hover,a:focus,a:active {
	text-decoration: none;
	outline: none !important;
	color: #222;
}
input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
textarea:focus,
textarea:active {
    outline: none !important;
}
html,body {
    height: 100%;
}



/*navigationBar*/
.navigationBar {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 80px;
    padding: 0;
    background: #1c2c59;
}
/*navigationBarContent*/
.navigationBarContent {
    position: relative;
    height: auto;
}
.navbar {
    min-height: 40px;
}
.navbar-brand {
    display: inline-block;
    margin-top: 16px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
}
.navbar-brand img {
    height: auto;
    position: relative;
    transition: all 400ms;
}
.navbar-nav {
    margin-top: 0;
}
.navbar-collapse {
    float: right;
    padding-right: 0;
}
.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}
/*navbar-collapse*/
.navbar-collapse > ul > li {
    margin: 0;
    color: #fff;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
}
.navbar-collapse > ul > li:last-child {
    border: none;
}
.navbar-collapse > ul > li > a {
    display: block;
    color: inherit !important;
    padding: 0 10px;
    margin: 0;
    height: inherit;
    line-height: inherit;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    font-family: 'Oswald', sans-serif;
    z-index: 2;
}
.navbar-collapse > ul > li > a i,
.navbar-collapse > ul > li > ul > li > a i {
    font-size: 12px;
    padding-left: 3px;
    position: relative;    
}
.navbar-collapse > ul > li > a i {
    top: -3px;
}
.navbar-collapse > ul > li > ul > li > a i {
    top: 7px;
}
.navbar-collapse > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 5px;
    background: #d8ac46;
    opacity: 1;
    transition: all 400ms;
    z-index: -1;
}
.navbar-collapse > ul > li:hover > a:before,
.navbar-collapse > ul > li.active > a:before {
    width: 100%;
    left: 0%;
    /*opacity: 0.2;*/
}
.navbar-collapse > ul > li:hover > a,
.navbar-collapse > ul > li.active > a {
    background: transparent !important;
    color: #d8ac46 !important;
}
.navbar-collapse.in {
    overflow-y: initial !important;
}
/*drop down menu*/
.navbar-collapse > ul > li > ul {
    /*display: block;*/
    width: 180px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0,0,0,0.15);
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}
.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}
.navbar-collapse > ul > li > ul > li {
    display: block;
    border-bottom: solid 1px #ddd;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}
.navbar-collapse > ul > li > ul > li > a {
    display: block;
    padding: 10px;
    color: #222;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    height: auto;
    line-height: normal;
    white-space: normal;
    transition: all 300ms ease-in-out;
}
.navbar-collapse > ul > li > ul > li:hover {
    background: #d8ac46;
}
.navbar-collapse > ul > li > ul > li:hover > a {
    color: #fff;
    background: transparent;
}
.navbar-collapse > ul > li > ul > li > span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}
.navbar-collapse > ul > li > ul > li:hover > span.separator {
    color: #fff;
}
.navbar-collapse > ul > li > ul > li > a > .fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}
.navbar-collapse > ul > li > ul > li:last-child {
    border-bottom: none;
}
/*double dropdown*/
.navbar-collapse > ul > li > ul > li > ul {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0,0,0,0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
}
.navbar-collapse > ul > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.navbar-collapse > ul > li > ul > li > ul > li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}
.navbar-collapse > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 10px 15px;
    color: #222;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    transition: all 300ms ease-in-out;
}
.navbar-collapse > ul > li > ul > li> ul > li:hover {
    background: #d8ac46;
}
.navbar-collapse > ul > li > ul > li> ul > li:hover > a {
    color: #fff;
}
/*navigationBarFixed*/
.navigationBarFixed {
    height: 60px;
}
.navigationBarFixed .navbar-brand {
    margin-top: 15px;
}
.navigationBarFixed .navbar-brand img {
    height: 30px;
}
.navigationBarFixed .navbar-collapse > ul > li {
    height: 60px;
    line-height: 60px;
}

@media (min-width: 768px) {
    .navbar-collapse > ul > li > ul {
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    .navbar-collapse > ul > li:hover > ul {
        left: 0;
        visibility: visible;
        opacity: 1;
    }
}

.containerWrapper {
    display: block;
    padding-left: 150px;
    padding-right: 150px;
    position: relative;
    z-index: 10;
}
/*banner-section*/
.banner-section {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #ccc;
}
.banner-section .banner-section-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-section #bannerSlider,
.banner-section #bannerSlider .owl-stage-outer,
.banner-section #bannerSlider .owl-stage-outer .owl-stage,
.banner-section #bannerSlider .owl-stage-outer .owl-stage .owl-item,
.banner-section #bannerSlider .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}
.banner-section #bannerSlider .owl-stage-outer .owl-stage .owl-item .item,
.banner-section #bannerSlider .owl-stage-outer .owl-stage .owl-item .item .bannerImgSlide {
    width: 100%;
    height: 100%;
}
.banner-section .bannerSlideBlock {
    display: block;
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    bottom: 20%;
    z-index: 2;
}
.banner-section .bannerSlideBlock .bannerSlideCaption {
    display: block;
    width: 40%;
	position: relative;
	float: left;
    /*background: rgba(180,0,0,0.8);*/
    background: rgb(0 0 0 / 68%);	
}
.banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    display: block;
    color: #fff;
    padding: 60px;
    position: relative;
    z-index: 2;
}
.banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > h2 {
    display: block;
    font-weight: bold;
    font-size: 30px;
    position: relative;
    transition: all 900ms;
}
.banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > h3 {
    font-size: 24px;
    font-weight: 300;
}
.banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > .btn-transparent {
    padding: 10px 30px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}
.banner-section #bannerSlider .owl-stage-outer .owl-stage .owl-item .item .bannerImgSlide {
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}
.banner-section #bannerSlider .owl-stage-outer .owl-stage .owl-item .item .bannerImgSlide:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.banner-section .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}
.banner-section .owl-carousel .owl-nav button.owl-prev,
.banner-section .owl-carousel .owl-nav button.owl-next {
/*     display: inline-block; */
	display: none;
    position: absolute;
    bottom: 50vh;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #d8ac46;
    font-size: 26px;
    background: transparent;
    transition: all 400ms;
    border: none;
    outline: none;
    z-index: 2;
}
.banner-section .owl-carousel .owl-nav button:before {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
    top: -50%;
    transition: all 400ms;
}
.banner-section .owl-carousel .owl-nav button.owl-prev:before {
    left: -100%;
}
.banner-section .owl-carousel .owl-nav button.owl-next:before {
    right: -100%;
}
.banner-section .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.banner-section .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.banner-section .owl-carousel .owl-nav button:hover:before {
    background: #d8ac46;
}
.banner-section .owl-carousel .owl-nav button:hover {
    opacity: 1;
    color: #fff;
}
.banner-section .owl-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 50px;
    text-align: right;
    z-index: 2;
}
.banner-section .owl-carousel button.owl-dot {
/*     display: inline-block; */
	display: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: none;
    background: #fff;
    border-radius: 50%;
    margin: 0 2px;
    outline: none;
    opacity: 0.5;
    transition: all 400ms;
    transform: scale(0.5);
}
.banner-section .owl-carousel button.owl-dot.active {
    transform: scale(1);
    opacity: 1;
}
/*scrollDownBtn*/
.scrollDownBtn {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    color: #d8ac46;
}
.scrollDownBtn a {
    display: block;
    width: inherit;
    height: inherit;
    line-height: inherit;
    color: inherit;
    font-size: 26px;
    transition: all 400ms;
    position: relative;
    z-index: 2;
    text-align: center;
}
.scrollDownBtn a:before {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    transform: rotate(45deg);
    background: #fff;
    left: -50%;
    z-index: -1;
    transition: all 400ms;
    /*opacity: 0.2;*/
}
.scrollDownBtn a i.fa {
    animation: scrollIconAnimate 1.5s ease-in-out infinite;
    position: relative;
}
.scrollDownBtn a:hover:before {
    background: #d8ac46;
}
.scrollDownBtn a:hover {
    color: #fff;
}

@-webkit-keyframes scrollIconAnimate {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}
@-moz-keyframes scrollIconAnimate {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}
@-o-keyframes scrollIconAnimate {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}
@-ms-keyframes scrollIconAnimate {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}

/*section*/
.section {
    display: block;
    position: relative;
}
.section-two-cols-parallax {
    padding: 148px 0;
    overflow: hidden;
    color: #fff;
}
.section-half-parallax {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.section-half-parallax:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.section-leftcol-parallax {
    background: url('../images/slide2.jpg') no-repeat fixed 0% 0;
    backface-visibility: hidden;
    left: 0;
}
.section-rightcol-parallax {
    /* background: url('../images/slide1.jpg') no-repeat fixed 100% 0; */
    backface-visibility: hidden;
    right: 0;
}
.section-leftcol-parallax:before {
    background: #d8ac46;
    opacity: 0.75;
}
.section-rightcol-parallax:before {
    /*background: #d8ac46;*/
    background: #000;
    opacity: 0.8;
}
.iconcolblock1 {
    display: block;
    position: relative;
    padding: 0 0 0 160px;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
.iconcolblock1 p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.iconcolblock1 .iconblock {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
    height: 135px;
    line-height: 135px;
    text-align: center;
    font-size: 58px;
    color: #fff;
    border-radius: 50%;
}
.section-two-cols-parallax .iconcolblockLeft {
    padding-right: 30px;
}
.iconcolblockLeft .iconblock {
    background: #fff;
    color: #d8ac46;
}
.iconcolblockRight .iconblock {
    background: #d8ac46;
    left: 30px;
}
.iconcolblock1 h3 {
    font-weight: 900;
}
.iconcolblockRight {
    padding-left: 190px;
}
/*whatweDoSection*/
.whatweDoSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}
.whatweDoSection .row {
    margin-left: -8px;
    margin-right: -8px;
}
.whatweDoSection .row .col-md-4 {
/*     padding-left: 8px;
    padding-right: 8px; */
	padding: 4px;
}
.serviceBlock {
    display: block;
    position: relative;
    margin: 0;
    overflow: hidden;
}
.serviceBlock .serviceBlockImg {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    background-size: cover !important;
}
.serviceBlock .serviceBlockImg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
}
.serviceBlock > h3 {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
    bottom: 30px;
    margin: 0;
	font-size: 30px;
    z-index: 2;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    transform: scale(1);
    transition: all 400ms;
}
.serviceBlock:hover > h3 {
    transform: scale(0);
    opacity: 0;
}
.serviceBlock > .serviceBlockDesc {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
    background: rgba(0,0,0,0.9);
    padding: 20px;
    text-align: center;
    transition: all 400ms;
    transform: scale(1.5);
    opacity: 0;
    color: #fff;
    visibility: hidden;
}
.serviceBlock:hover > .serviceBlockDesc {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.serviceBlock a {
    margin-top: 15px;
}

/*parallaxSection2*/
.parallaxSection2 {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    padding: 120px 0 200px 0;
    overflow: hidden;
    background: url('../images/slide2.jpg') no-repeat fixed 100% 0;
    background-size: cover;
}
.parallaxSection2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #000;*/
    /*opacity: 0.8;*/
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
}
.parallaxSection2Parallax {
    display: block;
    position: absolute;
    width: 200%;
    height: 200px;
    right: -200%;
    z-index: 1;
    opacity: 0.7;
}
.parallaxSection2Parallax > div {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    right: 0;
    background: #d8ac46;
    transform: skew(30deg);
    /*transition: all 400ms;*/
}
.parallaxSection2Parallax1 {
    top: 18%;
}
.parallaxSection2Parallax2 {
    top: 35%;
}
.parallaxSection2Parallax3 {
    top: 55%;
}
.parallaxSection2Parallax1 > div {
    opacity: 0.5;
}
.parallaxSection2Parallax2 > div {
    opacity: 0.8;
}
.parallaxSection2Parallax3 > div {
    opacity: 0.6;
}
/*parallaxSection2ColLeft*/
.parallaxSection2ColLeft {
    display: block;
    position: relative;
    z-index: 2;
    color: #fff;
}
.parallaxSection2ColLeft .parallaxSection2ColLeftInn {
    display: block;
    position: relative;
}
.parallaxSection2ColLeft .parallaxSection2ColLeftInn h1 {
    font-size: 40px;
}
/*parallaxSection2ColRight*/
.parallaxSection2ColRight {
    display: block;
    position: relative;
    z-index: 2;
}
.parallaxSection2ColRight .parallaxSection2ColRightInn {
    display: block;
    position: relative;
    top: 0;
}
.parallaxSection2ColRight .parallaxSection2ColRightInn .row {
    margin-left: 0;
    margin-right: 0;
}
.parallaxSection2ColRight .parallaxSection2ColRightInn .row .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}
.parallaxSection2Block {
    display: block;
    padding: 30px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
    top: 0;
}
.parallaxSection2Block h4 {
    line-height: 30px !important;
}
/*mediaGallerySection*/
.mediaGallerySection {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    padding: 70px 0 0 0;
    overflow: hidden;
}
.mediaGallerySection .mediaGallerySection {
    display: block;
    position: relative;
    z-index: 2;
}
.mediaGallerySection .mediaGalleryContainer .item {
    margin: 0;
    position: relative;
}
.mediaGallerySection .mediaGalleryContainer .galleryBlock {
    display: block;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.mediaGallerySection .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    width: 100px;
    top: -50px;
    right: 0;
    z-index: 2;
    text-align: center;
}
.mediaGallerySection .owl-carousel .owl-nav button.owl-prev,
.mediaGallerySection .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    background: #d8ac46;
    transition: all 400ms;
    border: none;
    outline: none;
    z-index: 2;
    float: left;
    margin: 0 1px;
    box-shadow: none;
}
.mediaGallerySection .owl-carousel .owl-nav button:hover {
    background: #1c2c59;
    color: #fff;
    opacity: 1;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.galleryBlock {
    display: block;
    position: relative;
}
.galleryBlock:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #d8ac46;
    transform: scale(0.3);
    transition: all 500ms;
    opacity: 0;
    visibility: hidden;
}
.galleryBlock:hover:before {
    opacity: 0.9;
    visibility: visible;
    transform: scale(1);
}
.galleryBlock:hover {
    z-index: 3;
}
.galleryBlock span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 50px 30px;
    color: #fff;
    z-index: 2;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.2);
    transition: all 600ms;
}
.galleryBlock span small {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.galleryBlock:hover span {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.galleryBlock span i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #d8ac46;
    text-align: center;
    border-radius: 100%;
    font-size: 22px;
    margin: 0 auto;
    position: relative;
    top: 15px;
    left: 50px;
    transition: all 700ms;
    transform: rotate(90deg);
}
.galleryBlock:hover span i {
    left: 0;
    transform: rotate(0deg);
}
/*consultParallaxSection*/
.consultParallaxSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 100px 0;
}
.consultParallaxSectionSVGBg {
    display: block;
    position: absolute;
    bottom: -100px;
    right: -55%;
    width: 100%;
    height: 100%;
    background: url('../images/shape.svg') no-repeat bottom right;
}
.consultParallaxSection .consultParallaxSectionImg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: cover !important;
}
.consultParallaxSection .consultParallaxSectionContent {
    display: block;
    padding: 100px 0 100px 100px;
    background: #fff;
}

@media (min-width: 768px) {
    .consultParallaxSection .consultParallaxSectionImg {
        width: 70%;
    }
}


/*footer*/
.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: url(../images/slide3.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.85;
}
.footer > .row {
    position: relative;
    z-index: 2;
}
.footer .heading,
.footer .heading-center {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: inherit;
    margin-bottom: 30px;
}
.footer .heading:after,
.footer .heading-center:after {
    background: #fff;
}
.footer hr {
    border-top: solid 1px rgba(255,255,255,0.2);
    border-bottom: none;
}

@media (max-width: 1366px) {
    .footer .heading {
        font-size: 16px;
    }
}

.footerUls {
    display: block;
    margin: 0 0 15px 15px;
}
.footerUls li {
    list-style-type: circle;
    padding: 4px 0;
    color: #fff;
}
.footerUls li a {
    color: inherit;
}
.footerUls li a:hover {
    text-decoration: underline;
    color: #eee;
}
/*addressInfo*/
.addressInfo {
    display: block;
    position: relative;
    color: inherit;
}
.addressInfo h4 {
    font-size: 20px;
}
.addressInfo p {
    margin: 0 0 7px 0;
    color: inherit;
}
.addressInfo p a,
.addressInfo a {
    color: inherit;
}
.addressInfo i {
    width: 30px;
}
/*footerStrip*/
.footerStrip {
    display: block;
    clear: both;
    background: #fff;
    text-align: center;
    padding: 15px 0;
    color: #d8ac46;
    font-weight: bold;
}
.footerStrip a {
    color: inherit;
    font-weight: bold;
}
.footerStrip a:hover {
    text-decoration: underline;
    color: #999;
}
.footer-social {
    display: inline-block;
    margin-top: 15px;
}
/* CONTACT US */
.enquiry-form {
    position: relative;
}
.enquiry-form label {
    display: none;
    color: #fff;
}
.enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 5px;
}
.enq-formgroup i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;    
    color: #d8ac46;
    background: transparent; 
    border-radius: 30px 0 0 30px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.enquiry-form input,
.enquiry-form textarea {
    display: block;
    width: 100%;
    background: #fff;
    color: #222;
    text-indent: 45px;
    border: none;
}
.enquiry-form input {
    height: 40px;
	border-radius: 11px;
/*     border-radius: 30px; */
}
.enquiry-form textarea {
    height: auto;
    padding-top: 10px;
    border-radius: 10px;
}
.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: #eee;
}
.enquiry-form .textareabox i {
    top: 0;
    left: 0;
    border-radius: 0 30px 30px 0;
}
.enquiry-form .btn-transparent {
  background: transparent;
}
/*quicklinks*/
.quicklinks {
    display: block;
    position: relative;
    margin: 0 0 0 16px;
    padding: 0;
}
.quicklinks ul {
    margin: 0;
    padding: 0;
}
.quicklinks li {
    list-style-type: disc;
}
.quicklinks li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 6px 0;
}
.quicklinks li a:hover {
    color: #eee;
    text-decoration: underline;
}

/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: normal;
}
.heading,
.heading2 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.heading small,
.heading2 small {
    font-size: 18px;
    color: #d8ac46;
}
.heading small a,
.heading2 small a {
    color: inherit;
}
.heading:after,
.heading-center:after,
.heading2:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #d8ac46;
    position: absolute;
}
.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
    bottom: 0;
}
.heading2:after {
    left: -120px;
    top: 10px;
}
.heading:after {
    bottom: 0;
    left: 0;
}
.heading small {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-bottom: 15px;
    font-weight: 300;
}
.heading span,
.heading-center span,
.heading2 span {
    color: #d8ac46;
}
.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    transition: all 300ms ease-in-out;
}
.btn-transparent:hover,.btn-transparent:focus,.btn-transparent:active,
.btn-default:hover,.btn-default:focus,.btn-default:active {
    background: #d8ac46 !important;
    border-color: transparent !important;
    color: #fff;
}
.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}
.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0,0,0,0.2);
}
.btn-primary {
    background: #d8ac46 !important;
    color: #fff;
    border: none;
    border-color: transparent;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    background: #1c2c59 !important;
    color: #fff;
}
.btn-rounded {
    border-radius: 50px !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;
}
.container {
    position: relative;
    z-index: 10;
}

/*scrollUp*/
.scroll-to-top {
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    opacity:0.9;
    position:fixed;
    bottom:60px;
    right:15px;
    color: #fff;
    font-size: 26px;
    display:none;
    background: #d8ac46;
    z-index: 200;
    border-radius: 50%;
}
.scroll-to-top:hover,
.scroll-to-top:active,
.scroll-to-top:focus {
    background: #1c2c59;
    opacity:1;
    color: #fff;
}

.desktop-none {
    display: none;
}


/*Media Queries*/
@media (max-width: 1400px) {
    .navbar-collapse > ul > li:nth-last-of-type(2) > ul > li > ul {
        left: -100%;
    }
}

@media (max-width: 1366px) {
    .parallaxSection1Row {
        padding-top: 0;
        padding-bottom: 0;
    }
    .consultParallaxSectionSVGBg {
        z-index: 2;
        right: -30%;
        opacity: 0.3;
    }
    .consultParallaxSection .consultParallaxSectionContent * {
        position: relative;
        z-index: 3;
    }
}

@media (max-width: 1200px) {
    .navbar-collapse > ul > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .navbar-collapse > ul > li > a,
    .navbar-collapse > ul > li > ul > li > a,
    .navbar-collapse > ul > li > ul > li > ul > li > a {
        font-size: 15px;
    }
    .banner-section .owl-carousel .owl-nav button.owl-prev,
    .banner-section .owl-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .container {
        width: auto;
        padding: 0 40px;
    }
    .banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > h2 {
        font-size: 32px;
    }
    .banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > .btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    .banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px;
    }
    .consultParallaxSection .consultParallaxSectionContent {
        padding: 50px 0 50px 50px;
    }
}

@media (max-width: 1024px) {
    .containerWrapper {
        padding-left: 80px;
        padding-right: 80px;
    }
    .banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > h2 {
        font-size: 30px;
    }
    .banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > h2 strong {
        font-size: 32px;
    }
    .banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .btn-transparent {
        padding: 8px 20px;
    }
    .parallaxSection2Parallax {
        right: -250%;
    }
    .consultParallaxSectionSVGBg {
        right: -10%;
    }
}

@media (max-width: 991px) {
    .navbar-brand img {
        height: 30px;
    }
    .containerWrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    .container {
        width: auto;
    }
    .footer .heading {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .quicklinks {
        margin-bottom: 30px;
    }
}

@media (max-width: 875px) {
    .navigationBar {
        height: auto;
        position: absolute;
    }
    .navbar-brand {
        margin-bottom: 12px;
    }
    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0,0,0,0.15) !important;
    }
    .navbar-collapse > ul > li {
        height: 40px;
        line-height: 40px;
    }
    .banner-section .owl-carousel .owl-nav button.owl-prev,
    .banner-section .owl-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .section-two-cols-parallax .col-sm-6 {
        width: auto;
        float: none;
        padding-top: 100px;
        padding-left: 30px;
        padding-bottom: 100px;
    }
    .section-two-cols-parallax .col-sm-6:first-child {
        background: #000;
    }
    .section-two-cols-parallax .col-sm-6:last-child {
        background: #d8ac46;
    }
    .section-two-cols-parallax .container {
        padding: 0;
    }
    .iconcolblockRight {
        padding-left: 160px;
        padding-right: 30px;
    }
    .iconcolblockRight .iconblock {
        left: 0;
    }
}

@media (max-width: 768px) {

    .navigationBarContent {
        padding-bottom: 0;
    }
    .banner-section {
        height: 0px;
        padding-bottom: 100%;
    }
    .banner-section .owl-carousel .owl-nav button.owl-prev,
    .banner-section .owl-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > h2 {
        font-size: 22px;
    }
    .banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > h2 strong {
        font-size: 24px;
    }
    .banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > .btn-transparent,
    .scrollDownBtn {
        display: none;
    }
    .section-two-cols-parallax {
        padding-top: 0;
        padding-bottom: 0;
    }
    .section-two-cols-parallax .iconcolblockLeft,
    .iconcolblockRight {
        padding-left: 110px;
        padding-right: 15px;
    }
    .iconcolblock1 .iconblock {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 38px;
    }
    .section-two-cols-parallax .col-sm-6 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h4 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .navigationBar {
        position: relative;
        padding: 10px 0;
        box-shadow: 0 5px 30px rgba(0,0,0,0.2);
    }
    .navbar-header {
        text-align: center;
    }
    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .navbar-brand {
        float: none;
        margin: 10px 0 3px 0;
    }
    .navbar-brand img {
        height: auto;
        width: auto;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #d8ac46;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #eee;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-collapse > ul > li:before {
        display: none;
    }
    .navbar-collapse > ul > li > a:before {
        background: #000;
    }
    .navbar-collapse > ul > li {
        border-bottom: solid 1px rgba(0,0,0,0.2);
        height: auto;
        line-height: normal;
    }
    .navbar-collapse > ul > li > a {
        padding: 15px;
    }
    .navbar-collapse > ul > li > ul > li > a:hover {
        color: #fff !important;
    }
    .banner-section .owl-carousel .owl-nav {
        display: none;
    }
    .banner-section .owl-carousel .owl-dots {
        bottom: 10px;
        right: 10px;
    }
    .banner-section .bannerSlideBlock,
    .banner-section .bannerSlideBlock .bannerSlideCaption {
        width: 100%;
        background: transparent;
    }
    .banner-section #bannerSlider .owl-stage-outer .owl-stage .owl-item .item .bannerImgSlide:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0.5;
    }
    .parallaxSection2 {
        padding: 100px 0;
    }
    .parallaxSection2ColLeft .parallaxSection2ColLeftInn {
        margin-bottom: 30px;
    }
    .parallaxSection2ColRight .parallaxSection2ColRightInn,
    .parallaxSection2Block {
        top: 0 !important;
    }
    .parallaxSection2Block,
    .serviceBlock {
        margin-bottom: 10px;
    }
    .consultParallaxSection .consultParallaxSectionContent {
        padding: 0;
    }
}

@media (max-width: 650px) {
    .banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 20px;
    }
    .banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > h2 {
        font-size: 20px;
    }
    .banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > .btn {
        padding: 10px 15px;
        font-size: 13px;
        height: auto;
        line-height: normal;
    }
    #input_val, #inputval {
        margin-bottom: 15px;
    }
}

a.whtsappbtnFixed {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 100;
    color: #fff;
    font-size: 30px;
    background: #4ac659;
    box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
	transition: 0.3s ease-in-out;
}

a.whtsappbtnFixed:hover {    
    color: #4ac659;    
    background: #fff;    
}

a.callbtnFixed {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 180px;
    right: 20px;
    z-index: 100;
    color: #fff;
    font-size: 25px;
    background: #997010;
    box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
    transition: 0.3s ease-in-out;
}

a.callbtnFixed:hover {    
    color: #997010;    
    background: #fff;    
}

.d-flex {
	display: flex;
	align-items: end;
	justify-content: space-evenly;
}

.mobile-email {
    position: absolute;
    /*left: 25%;*/
    right: 0;
    top: 28px;
}

.mobile-email span {
	white-space: nowrap;
    font-weight: normal;
}

@media (max-width: 767px) {
    .mobile-none {
        display: none!important;
    }
    .mobile-email {
        display: none;
    }
    .desktop-none {
        display: inline-block;
        margin: 5px;
    }
    .modal-body {
        background: rgb(0 0 0 / 68%);
    }
    .modal-body  {
        color: #fff;
    }
    .modal-body .enquiry-form .btn-transparent {
        margin-top: 10px;
    }   

	.mobile-email {
		position: relative;
		left: 0;
		top: 10px;
	}
	.bannerSlideBlock .d-flex {
		display: contents;
	}
	.banner-section .bannerSlideBlock {
		bottom: 0;
	}
	.banner-section {
    height: 0px;
    padding-bottom: 70%;
	}
	.banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    padding: 0 10px!important;
	}
	.banner-section .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner > h2 {    
	margin-bottom: 5px;
	}
	.bannerSlideCaptionInner hr {
		margin-top: 5px;
        margin-bottom: 5px;
	}
    /* .bannerSlideCaption {
        margin-bottom: 15px;
    } */
}

.mobile-email p, .mobile-email a  {
	color: #fff;
}

#wpadminbar {
	bottom: 0!important;	
    top: auto!important;
}

.footer a {
    color: #fff;
}

.captcha input{
    text-indent: 8px!important;
}

#operation {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.robot-txt {
    margin: 5px 0;
}
input#input_val, input#inputval {
    text-indent: 10px;
}

