@charset "utf-8";
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; }
html,body {
    height: 100%;
}
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    line-height: 22px;
    font-weight:400;
    color: #222;
    overflow-x: hidden !important;
}
/*
        Typography
*/
/*@font-face {
    font-family: "Bernardo Moda";
    src: url('../fonts/Bernardo-Moda.ttf');
    font-weight: lighter;
}
@font-face {
    font-family: "Bernardo Moda Bold";
    src: url('../fonts/Bernardo-Moda-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: "Bernardo Moda Semibold";
    src: url('../fonts/Bernardo-Moda-Semibold.ttf');
    font-weight: bold;
}*/
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: 'Raleway', sans-serif;
    margin:15px 0;
    line-height: normal !important;
}
h1 {
    font-size:54px !important;
    font-weight:bold;
}
h2 {
    font-size:40px;
    font-weight:bold;
}
h3 {
    font-size:28px;
    font-weight:bold;
}
h4 {
    font-size:20px;
    font-weight:bold;
}
h5 {
    font-size:16px;
    font-weight:bold;
}
h6 {
    font-size:14px;
    font-weight:bold;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:400;
}
p span, p strong {
    font-weight:800;
}
img {
    border:none;
    max-width:100%;
}
a {
    text-decoration: none;
    color:#333;
}
a:hover,a:focus,a:active {
    text-decoration: none;
    outline: none !important;
    color: #000;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
/*videowrap*/
.videowrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.videowrap iframe {
    display: block;
    width: 112%;
    height: 112%;
    position: absolute;
    top: -6%;
    left: -6%;
    z-index: -1;
}
/*canvas*/
.canvacblock {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 500;
    opacity: 0.4;
}
#outer {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    width: 1px;
    height: 1px;
    overflow: visible;
}
#canvasContainer {
    position: absolute;
    width: 1400px;
    height: 1100px;
    top: -550px;
    left: -700px;
}

.animated-cursor {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}
.large-header {
  position: relative;
}

@media (min-width: 1600px) {
    #canvasContainer {
        width: 1800px;
        left: -900px;
    }
}


/*canvas {
    width: 100%;
    height: 100%;
}
#output {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    margin-top: 4px;
}

@media screen and (max-width: 650px){

    #canvasContainer {
        width: 310px;
        height: 200px;
        left: -155px;
        top: -150px;
    }
    canvas {
        width:100%; height:100%;
        border: 1px solid #333333;
    }
    #output {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 1em;
        line-height: 1.75em;
    }

}*/


/*header*/
.logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}
/*menu*/
.menu-btn {
    display: inline-block;
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 1050;
    background: #fff;
    color: #222;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.menu-btn:hover {
    background: #222;
    color: #fff;
}
.menu-btn i {
    font-size: inherit;
    color: inherit;
}
.navigation {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: auto;
    text-align: center;
    z-index: 1100;
    /*background: #0f527d;
    background: rgba(15,82,125,0.9);*/
    padding: 0;
    /*box-shadow: -6px 0 10px rgba(0,0,0,0.2);*/
}
.navigation ul {
    position: relative;
    z-index: 10;
}
.navigation ul,.navigation ul li,.navigation ul li a {
    display: block;
    text-transform: uppercase;
    clear: both;
    color: #fff;
}
.navigation ul li a {
    display: block;
    margin: 1px 0px;
    padding: 10px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.navigation ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    right: 30%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
}
.navigation ul li a:hover:before {
    right: 5%;
    opacity: 1;
    visibility: visible;
}
.navigation ul li a:hover,.activenav {
    color: #222 !important;
}
.navig-shape1,.navig-shape2 {
    display: block;
    width: 150%;
    height: 100%;
    position: absolute;
    right: -35%;
    opacity: 0.9;
    transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
}
.navig-shape1 {
    top: 40%;
    background: #0f527d;
    z-index: 0;
    transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
}
.navig-shape2 {
    top: -15%;
    background: #e9b434;
    z-index: -1;
    transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
}
.navig-shape1.navig-shape1-active {
    top: 0% !important;
}
.navig-shape2.navig-shape2-active {
    top: 0% !important;
}
/*banner-slider*/
.main-slider {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
}
#banner-slider {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#banner-slider .owl-controls {
    position: absolute !important;
    right: 2% !important;
    bottom: 2% !important;
    width: 12% !important;
    z-index: 2000;
}
#banner-slider .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    /*background: #8b452b !important;*/
    background: #e9b434 !important;
    margin: 5px 3px !important;
    /*border-radius: 0 !important;*/
}
#banner-slider .owl-buttons {
    display: none !important;
}
#banner-slider .item {
    position: relative;
    margin: 0px;
    padding: 0;
    text-align: center;
}
#banner-slider .item img {
    display: block;
    width: 100%;
}
#banner-slider .item h1 {
    display: inline-block;
    position: absolute;
    bottom: 20%;
    padding: 30px;
    left: 5%;
    z-index: 100;
    background: #fff;
    background: rgba(255,255,255,0.8);
    color: #222;
}
.slide-captions {
    display: inline-block;
    padding: 15px 30px;
    background: rgba(255,255,255,0.5);
    color: #000;
    z-index: 100;
    position: absolute;
    bottom: 10%;
    right: 0%;
    border-left: solid 4px #8b452b;
    box-shadow: -10px 0 20px rgba(0,0,0,0.3);
}
.slide-captions h2 {
    font-weight: 300;
}
.slide-captions h3 {
    margin: 0;
    font-size: 24px;
}
.text-animation-box {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 40%;
    z-index: 600;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    min-height: 300px;
    overflow: hidden;
}

@media (max-height: 768px) {
    .text-animation-box {
        bottom: 25%;
    }
}

/*down-arrow-box*/
.down-arrow-box {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 3%;
    left: 30%;
    right: 30%;
    z-index: 1000;    
}
.down-arrow-box a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    font-size: 30px;
    position: relative;
    top: 0;
    color: #fff;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
.down-arrow-box a:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border: solid 2px #fff;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    background: #222;
    background: rgba(228,27,35,0.2);
}
.down-arrow-box a:hover:before {
    /*background: #fff;*/
    background: #0f527d;
    opacity: 0.8;
}
.down-arrow-box a:hover {
    color: #fff;
}
.down-arrow-box a i {
    color: #fff !important;
    position: relative;
    z-index: 100;
}
.down-arrow-box a:hover i {
    color: #fff !important;
}
.down-arrow-box a:focus {
    outline: none;
}
.down-arrow-box a:after {
    position: absolute;
    content: "";
    display: none;
    width: 2px;
    height: 70px;
    bottom: -80px;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    background: #fff;
}
.rw-wrapper {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    z-index: 100;
    bottom: 0%;
    left: 0%;
    padding-left: 30px;
    /*padding-bottom: 30px;*/
}
.rw-sentence{
    margin: 0;
    /*text-transform: uppercase;*/
    font-weight: 800;
    text-shadow: 0 0 0 rgba(0,0,0,0.0001);
}
.rw-sentence span{
    color: #000;
    white-space: nowrap;
}
.rw-sentence > span:first-child{
    display: block;
    text-indent: 5px;
    font-size: 40px;
    color: #fff;
}
.rw-words{
    width: 100%;
    height: 74px;
    -webkit-perspective: 800px;
    perspective: 800px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.rw-words span{
    position: absolute;
    width: 100%;
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}
.rw-words-1 span{
    font-size: 55px;
    line-height: 100%;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
    -webkit-animation: rotateWordsFirst 30s linear infinite 0s;
    -ms-animation: rotateWordsFirst 30s linear infinite 0s;
    animation: rotateWordsFirst 30s linear infinite 0s;
}
.rw-words-1 {
    display: block;
    padding-bottom: 10px;
    /*margin-bottom: 20px;*/
}
.rw-words-2 span{
    font-size: 35px;
    /*font-style: italic;*/
    /*text-indent: 5px;*/
    line-height: 110%;
    /*color: orange; */
    color: #eee;
    font-weight: 300;
    -webkit-animation: rotateWordsSecond 30s ease-in infinite 0s;
    -ms-animation: rotateWordsSecond 30s ease-in infinite 0s;
    animation: rotateWordsSecond 30s ease-in infinite 0s;
}
.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 5s; 
    -ms-animation-delay: 5s; 
    animation-delay: 5s; 
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 10s; 
    -ms-animation-delay: 10s; 
    animation-delay: 10s; 
}
.rw-words span:nth-child(4) { 
    -webkit-animation-delay: 15s; 
    -ms-animation-delay: 15s; 
    animation-delay: 15s; 
}
.rw-words span:nth-child(5) { 
    -webkit-animation-delay: 20s; 
    -ms-animation-delay: 20s; 
    animation-delay: 20s; 
}
.rw-words span:nth-child(6) { 
    -webkit-animation-delay: 25s; 
    -ms-animation-delay: 25s; 
    animation-delay: 25s; 
}
@-webkit-keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsFirst {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -ms-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(200px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsSecond {
    0% { opacity: 0; -ms-transform: translateZ(600px) translateX(200px);}
    8% { opacity: 1; -ms-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(200px); transform: translateZ(600px) translateX(200px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px); transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 1060px){
    .rw-wrapper {width: 90%;}
    .rw-words{ height: 55px; }
    /*.rw-words-1 span{ font-size: 280%; text-indent: 5px;}
    .rw-words-2 span { font-size: 160%; }*/
}
@media screen and (max-width: 560px){
    .rw-words{ height: 40px; }
    /*.rw-words-1 span{ font-size: 180%; text-indent: 5px;}
    .rw-words-2 span { font-size: 90%; }
    .rw-sentence > span:first-child{ font-size: 80%;}*/
}
@media screen and (max-width: 400px){
    .rw-words{ height: 30px; }
    /*.rw-words-1 span{ font-size: 140%; text-indent: 5px;}
    .rw-words-2 span { font-size: 70%; }
    .rw-sentence > span:first-child{ font-size: 60%;}*/
}

/*feat-shape-content*/
.feat-shape-content {
    clear: both;
    display: block;
    width: 100%;
    position: relative;
    height: 1015px;
    z-index: 10;
}
.feat-shape-parallaxbg {
    content: "";
    display: block;
    width: 100%;
    height: 74%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/featuredbg.jpg) 100% 0 fixed no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.5;
}
.abt-section-hompage {
    text-align: justify;
}
.abt-section-hompage h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.feat-shape-content .container {
    position: relative;
    z-index: 100;
}
.feat-shape-content .container a {
    margin-top: 10px;
}
.feat-shape-content:after {
    display: block;
    content: "";
    clear: both;
}
.feat-shape-content > img {
    display: inline-block;
    position: absolute;
    /*z-index: -1;*/
}
.feat-shape-content .feat-shape-img1 {
    left: 0;
    bottom: 8px;
}
.feat-shape-content .feat-shape-img2 {
    left: 253px;
    bottom: 16px;
}
.feat-shape-content .feat-shape-img3 {
    left: 751px;
    bottom: 16px;
}
.feat-image-1 {
    right: 0;
    top: 15%;
    z-index: -2 !important;
}
.featbox1 {
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    color: #222;
    text-align: center;
    left: 160px;
    bottom: 45px;
}
.featbox1 .inner-iconbox {
    top: 20px;
}
.featbox1 .inner-iconbox a {
    background: #0f527d;
    color: #fff;
}
.featbox1:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.featbox2 {
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;    
    color: #fff;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    text-align: center;
    left: 651px;
    bottom: 313px;
}
.featbox2:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0f527d;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.featbox3 {
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    text-align: center;
    left: 676px;
    bottom: 76px;
}
.featbox3:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e9b434;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.featbox1 .inner-iconbox {
    color: #222;
}
.featbox3 .inner-iconbox {
    top: 10px;
}
.featbox3 .inner-iconbox h4 {
    margin: 5px 0;
}
.inner-iconbox {
    display: block;
    position: absolute;
    top: 50px;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    z-index: 200;
    color: #fff;
}
.inner-iconbox span i {
    font-size: 40px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.inner-iconbox h4 {
    font-size: 20px;
    font-weight: 600;
}
.inner-iconbox a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 30px;
    margin-top: 5px;
    background:#fff;
    color: #222;
    text-shadow: none;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    border-radius: 100%; 
}
.inner-iconbox a i {
    font-size: inherit;
}
.inner-iconbox a:hover {
    background: #222;
    color: #fff;
}

/*parallax-shapes*/
.parallax-shapes {
    display: inline-block;
    position: absolute;
    z-index: 10;
}
.parallax-shapes img {
    position: relative;
    top: 0;
}
.parallax-shape1 {
    top: 80%;
    left: 10%;
}
.parallax-shape2 {
    top: 100%;
    right: 5%;
}
.parallax-shape-new1 {
    top: 50%;
    left: 10%;
}
.parallax-shape-new2 {
    display: none;
    top: 70%;
    left: 4%;
}
.parallax-shape3 {
    top: 70%;
    right: 10%;
}
.parallax-shape4 {
    top: 75%;
    left: 1%;
}
.parallax-shape5 {
    top: 100%;
    right: 1%;
}
.parallaxshape6,
.parallaxshape7,
.parallaxshape-turn-new1,
.parallaxshape-turn-new2 {
    display: inline-block;
    position: absolute;
}
.parallaxshape6 {
    top: 70%;
    right: -100px;
    z-index: 1;
}
.parallaxshape7 {
    top: 70%;
    right: -90px;
}
.parallaxshape-turn-new1 {
    top: 45%;
    left: -100px;
    z-index: 1;
}
.parallaxshape-turn-new2 {
    top: 46%;
    left: -90px;
}
.parallaxshape6 > div,
.parallaxshape7 > div,
.parallaxshape-turn-new1 > div,
.parallaxshape-turn-new2 > div {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    top: 0;
}
.parallaxshape6 > div,
.parallaxshape-turn-new1 > div {
    background: #e9b434;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.parallaxshape7 > div,
.parallaxshape-turn-new2 > div {
    background: #0f527d;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    /*-o-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);*/
}

/*services-shapesbg*/
.services-shapesbg {
    display: block;
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 1;
}
.featuredbg2-parallaxbg {
    display: block;
    width: 100%;
    height: 140%;
    position: absolute;
    top: -265px;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(../images/featuredbg2.jpg) no-repeat fixed 100% 0;
    background-size: cover;
}
.worksection-shape1 {
    display: inline-block;
    position: absolute;
    top: 200px;
    right: 0;
    z-index: -1;
}
.worksection-shape1 img {
    position: relative;
}
.worksection-shape2 {
    display: inline-block;
    position: absolute;
    bottom: -16px;
    left: 0;
    z-index: -1;
}
/*triangle-shapes*/
.triangle-shapes {
    display: block;
    position: absolute;
    width: 280px;
    height: 280px;
    z-index: 1;
    color: #fff;
    text-align: center;
    top: 50px;
}
.chairmanmsg-box {
    left: 250px;
}
.environment-box {
    left: 645px;
    color: #222;
}
.triangle-shapes h4 {
    font-size: 16px;
    padding: 35px 30px 10px 30px;
}
.triangle-shapes .heading:after {
    left: 0%;
    right: 0%;
    margin: 0 auto;
}
.chairmanmsg-box .heading:after {
    background: #fff;
}
.triangle-shapes a {
    margin-top: 15px;
}
.triangle-shapes:before,
.environment-box-bg {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    z-index: -1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
}
.chairmanmsg-box:before {
    background: #e9b434;
}
.environment-box:before {
    display: none !important;
}
.environment-box-bg {
    background: #fff;
    overflow: hidden;
}
.environment-box-bg:before {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    top: -60px;
    left: -60px;
    transform: rotate(-45deg);
    background: url(../images/serv-bg3.jpg) no-repeat;
    background-size: cover;
    opacity: 0.3;
}
.chairman-pic {
    position: absolute;
    top: 55px;
    left: -180px;
}
.treepic {
    position: absolute;
    top: 100px;
    right: -75px;
}
/*videointro*/
.videointro {
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    text-align: center;
    z-index: 1;
    color: #fff;
    top: 230px;
    left: 513px;
}
.videointro .inner-videointro {
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    z-index: -1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #000;
}
.videointro .inner-videointro:before {
    content: "";
    display: block;
    width: 220px;
    height: 220px;
    background: url(../images/videobg.jpg) no-repeat;
    position: absolute;
    top: -34px;
    left: -34px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    opacity: 0.5;
}
.videointro a span {
    padding-top: 25px;
    font-size: 70px;
    color: rgba(255,255,255,0.7);
}
.videointro h4 {
    margin-top: 0;
}

/*projects-container*/
.projects-container {
    clear: both;
    display: block;
    width: 100%;
    height: 520px;
    overflow: hidden;
    background: #ddd;
    position: relative;
    z-index: 100;
}
.projects-container:before,
.projects-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 81px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
}
.projects-container:before {
    background: url(../images/project-head-shape1.png) no-repeat top;
    background-size: 100% 100%;
    top: 0;
}
.projects-container:after {
    background: url(../images/project-head-shape2.png) no-repeat bottom;
    background-size: 100% 100%;
    bottom: 0;
}
.project-half-section {
    display: block;
    width: 42%;
    height: inherit;
    overflow: hidden;
    background: #fff;
}
.project-heading-section {
    display: block;
    width: 16%;
    height: inherit;
    float: left;
    text-align: center;
    background: #fff;
}
.project-heading-section > div {
    display: block;
    width: 175px;
    height: 175px;
    background: url(../images/project-heading-section.jpg) no-repeat center;
    background-size: cover;
    border-radius: 100%;
    border: solid 1px #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    color: #fff;
    margin: 180px auto 0 auto;
}
.project-heading-section > div h3 {
    display: inline-block;
    padding-top: 32px;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding-bottom: 8px;
}
.project-heading-section > div h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #e9b434;
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0%;
    margin: 0 auto;
}
.project-half-section .col-xs-3 {
    padding-left: 4px;
    padding-right: 4px;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.more-projects-btn {
    display: block;
    width: 200px;
    height: auto;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background: #0f527d;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    z-index: 500;
    box-shadow: 0 -5px 10px rgba(0,0,0,0.3);
    border-top: solid 1px #fff;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.more-projects-btn:hover {
    color: #fff;
    background: #e9b434;
}
/*col4-project-slide*/
.col4-project-slide {
    display: block;
    width: 100%;
    height: 520px;
    text-align: center;
    position: relative;
    background: #eab535;
    overflow: hidden;
}
.inner-project-slider {
    display: block;
    width: 100%;
    height: inherit;
    position: relative;
}
.inner-project-slider a {
    display: block;
    /*width: 33.33333333333333%;*/
    width: 100%;
    height: inherit;
    float: left;
    overflow: hidden;
    /*cursor: pointer;*/
}
.inner-project-slider a img {
    display: block;
    width: auto;
    max-width: none;
    height: 100%;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.inner-project-slider a:hover img {
    opacity: 0.5;
}
/*.fancybox-skin*/
/*.fancybox-opened*/
/*.fancybox-opened.fancybox-desktop,*/
.fancybox-wrap {
    width: 80% !important;
    height: 92% !important;
    left: 10% !important;
}
.fancybox-inner {
    width: 100% !important;
    height: 100% !important;
}
.fancybox-wrap {
    top: 4% !important;
}
/*.fancybox-inner {
    height: 60% !important;
}*/
.fancybox-skin {
    padding: 0 !important;
}
.fancybox-title-float-wrap {
    bottom: initial !important;
    top: -100px;
    left: 0;
    right: initial !important;
    margin-bottom: initial !important;
    width: 100%;
    height: 50%;
    z-index: -1 !important;
}
.fancybox-title-float-wrap .child {
    margin-right: initial !important;
    padding: 40px 0 0 0 !important;
    background: none !important;
    border-radius: 0 !important;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    text-align: left;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
}
.fancybox-title-float-wrap .child:before {
    display: none;
    content: "";
    width: 100%;
    height: 150%;
    position: absolute;
    top: 0;
    left: -50px;
    background: #eab535;
    opacity: 0.8;
    transform: skew(30deg);
    -o-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    z-index: -1;
}
.fancybox-title-float-wrap .child:after {
    display: none;
    content: "";
    width: 100%;
    height: 150%;
    position: absolute;
    bottom: -300px;
    right: -20px;
    opacity: 0.8;
    transform: skew(30deg);
    -o-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    z-index: -1;
    background: #0f527d;
}
.fancybox-close {
    background: url(../images/close.png) no-repeat center rgba(0,0,0,0.5) !important;
    top: 10px !important;
    right: 10px !important;
    width: 60px !important;
    height: 60px !important;
}
.fancybox-nav span {
    visibility: visible !important;
    opacity: 0.5;
}
.fancybox-nav span:hover {
    opacity: 1;
}
.fancybox-prev {
    left: -10% !important;
}
.fancybox-prev span {
    width: 72px !important;
    height: 140px !important;
    background: url(../images/prev.png) no-repeat center !important;
    background-position: center !important;
}
.fancybox-next span {
    width: 72px !important;
    height: 140px !important;
    background: url(../images/next.png) no-repeat center !important;
    background-position: center !important;
}
.fancybox-next {
    right: -10% !important;
}
.fancybox-skin,.fancybox-outer, .fancybox-inner {
    height: 100% !important;
}

.space100 {
    display: block;
    padding: 100px 0;
    clear: both;
}
.space75 {
    display: block;
    padding: 75px 0;
    clear: both;
}
.space60 {
    display: block;
    padding: 60px 0;
    clear: both;
}
.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}
.space20 {
    display: block;
    padding: 20px 0;
    clear: both;
}
.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}
.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}
.centertext,.center {
    text-align: center;
}
.white {
    color: white;
}
/*footer*/
.footer-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/subtle_freckles.png) repeat #eee;
    /*background: url(../images/footer-section.jpg) no-repeat;
    background-size: cover;*/
    color: #222;
    clear: both;
    box-shadow: inset 0 5px 5px rgba(0,0,0,0.15);
    padding-top: 30px;
    position: relative;
    z-index: 1000;
}
.footer-content .col-md-3,.footer-content .col-md-2,
.contactuspage-footer .col-md-4 {
    border-right: solid 1px #ddd;
    height: 180px;
}
.noborder {
    border-right: none !important;
}
.footer-content:after {
    display: block;
    content: "";
    clear: both;
}
.footer-content .dark-btn-border {
    margin-top: 8px;
}
.footer-content .dark-btn-border:hover {
    text-decoration: none;
}
.map-content {
    display: block;
    clear: both;
}
.map-content p {
    float: left;
}
.map-content .maplink {
    display: inline-block;
    float: right;
    margin-top: -65px;
}
.footer-content h4.heading {
    font-size: 16px
}
/*form-footer*/
.form-footer {
    display: block;
    float: left;
    position: relative;
    margin-left: -0.5%;
}
.form-footer:after {
    content: "";
    display: block;
    clear: both;
}
.form-footer input,.form-footer textarea {
    display: block;
    margin: 0 0.5%;
    float: left;
    border: solid 1px #ddd;
    text-indent: 10px;
    margin-bottom: 5px;
    background: #fff;
    color: #222;
}
.form-footer input {
    width: 49%;
    height: 30px;
}
.form-footer textarea {
    width: 99%;
    height: auto;
}
.form-footer button {
    display: inline-block;
    float: right;
    margin: 0.5% 0.5% 0 0; 
    border: none;
    padding: 5px 15px;
    background: #0f527d;
    color: #fff;
    font-size: 15px;
}
.form-footer button:hover {
    background: #e9b434;
}
/*footer-socials*/
.footer-social-container {
    display: block;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: -70px;
}
.footer-socials {
    display: inline-block;
    text-align: center;
    position: relative;
}
.footer-socials li,.footer-socials li a {
    display: inline-block;
}
.footer-socials li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    position: relative;
    font-size: 24px;
    color: #0f527d;
    z-index: 10;
    transition: all 1500ms ease-in-out;
    -o-transition: all 1500ms ease-in-out;
    -moz-transition: all 1500ms ease-in-out;
    -webkit-transition: all 1500ms ease-in-out;
    -ms-transition: all 1500ms ease-in-out;
}
.footer-socials li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border: solid 1px #0f527d;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background: transparent;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    z-index: -1;
}
.footer-socials li a:hover:before {
    background: #ddd;
}
.facebookbtn,.twitterbtn {
    left: 100px;
    opacity: 0;
}
.facebookbtn-active,.twitterbtn-active {
    left: 0px;
    opacity: 1;
}
.linkedinbtn,.googleplusbtn {
    right: 100px;
    opacity: 0;
}
.linkedinbtn-active,.googleplusbtn-active {
    right: 0px;
    opacity: 1;
}
.footer-content a:hover,.footer-content p a:hover {
    text-decoration: underline;
}
.footer-strip {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    padding: 5px 0 10px 0;
    background: #e9b434;
}
.footer-strip:before {
    content: "";
    width: 100%;
    height: 130%;
    left: 0;
    right: 0;
    background: url(../images/footer-strip.png) no-repeat top center;
    position: absolute;
    top: -100%;
}
.footer-strip p {
    position: relative;
    z-index: 10;
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.footer-strip p a,.footer-strip a {
    color: #fff;
}
.addresssection i {
    display: inline-block;
    padding-right: 5px;
}
.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    font-weight: bold;
    text-transform: capitalize;
}
.heading small {
    font-weight: bold;
}
.heading:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #e9b434;
    position: absolute;
    bottom: 0;
}
.heading span {
    color: #e9b434;
}
/*inner-pageshape-content*/
.inner-pageshape-content {
    display: block;
    height: auto;
    position: relative;
    z-index: 10;
    padding-bottom: 2%;
    min-height: 500px;
    background: url(../images/featuredbg2.jpg) no-repeat fixed 100% 0;
    background-size: cover;
    color: #fff;
}
.inner-pageshape-content:after {
    content: "";
    display: block;
    clear: both;
}
.inner-pageshape-content p a,
.inner-pageshape-content h4 a {
    color: #fff;
    text-decoration: underline;
}
.inner-pageshape-content p a:hover,
.inner-pageshape-content h4 a:hover {
    color: #eee;
    text-decoration: none;
}
.contact-banner-googlemap {
    display: block;
    width: 100%;
    height: 350px;
    position: relative;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}
.contact-banner-googlemap:after {
    content: "";
    display: block;
    clear: both;
}
.internal-banner {
    display: block;
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.internal-banner ul,
.internal-banner img {
    display: block;
    width: 100%;
    height: 100%;
}
.internal-banner ul li {
    height: 100%;
}
.internal-banner .flex-control-nav {
    display: none;
}
.blog > .page-header,
.item-page > .page-header {
    display: block;
    width: 100%;
    height: 350px;
    padding: 0;
    margin: 0 0 30px 0;
    border: none; 
    position: relative;
    z-index: 100;
}
.blog > .page-header > h1,
.item-page > .page-header > h1 {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 0;
    padding: 12px 20px;
    font-size: 34px !important;
    z-index: 10;
    margin: 0;
    color: #222;
    text-shadow: 0 2px 0 rgba(255,255,255,0.3);
}
.blog > .page-header > h1:before,
.item-page > .page-header > h1:before {
    display: block;
    width: 300%;
    height: 100%;
    background: #fbd705;
    top: 0;
    right: -200%;
    transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    z-index: -1;
    content: "";
    position: absolute;
    box-shadow: -5px 0 8px rgba(0,0,0,0.1);
}
.blog .items-row .item {
    display: block;
    padding: 15px;
    background: #fff;
    color: #222;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border: solid 1px #eee;
    margin-bottom: 30px;
    position: relative;
}
.blog .items-row .item:after {
    content:'';
    display: block;
    clear: both;
}
.blog .items-row .item:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.blog .items-row .item .item-image {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.blog .items-row .item .item-image img {
    width: 100%;
}
.blog .items-row .item .page-header {
    padding: 0 0 6px 0;
    margin: 0 0 10px 0;
    border: none;
}
.blog .items-row .item .page-header h2 {
    font-size: 16px;
    margin: 0;
}
.item-page .page-subheader > h2[itemprop="name"] {
    font-size: 30px;
}
.item-page .item-image img {
    padding: 3px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.item-page .pull-right.item-image {
    margin-left: 10px;
    margin-bottom: 10px;
}
.item-page .pull-left.item-image {
    margin-right: 10px;
    margin-bottom: 10px;
}
.item-page div[itemprop="articleBody"] h3,
.item-page div[itemprop="articleBody"] h4,
.item-page div[itemprop="articleBody"] h5,
.item-page div[itemprop="articleBody"] h6 {
    margin-top: 0;
}
.item-page div[itemprop="articleBody"] p {
    margin-bottom: 15px;
}
div[itemprop="articleBody"] h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

/*"blog gallerypage"*/
.blog.gallerypage .items-row .item  {
    transform: skew(40deg);
    -o-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -webkit-transform: skew(40deg);
    -ms-transform: skew(40deg);
}
.blog.gallerypage .items-row .item .page-header {
    transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
}
.blog.gallerypage .items-row .item .item-image {
    overflow: hidden;
    position: relative;
    height: 200px;
    background: #eee;
}
.blog.gallerypage .items-row .item .item-image img,
.blog.gallerypage .items-row .item a.dark-btn-border {
    transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
}
.blog.gallerypage .items-row .item .item-image img {
    width: 155%;
    display: block;
    position: absolute;
    top: 0;
    left: -45%;
    max-width: none;   
}
.blog.gallerypage .items-row .item a.dark-btn-border {
    position: relative;
    /*left: 30px;*/
    border: none !important;
    background: transparent !important;
}
.blog.gallerypage .items-row .item a.dark-btn-border:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px #0f527d;
    background: #fff;
    transform: skew(40deg);
    -o-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -webkit-transform: skew(40deg);
    -ms-transform: skew(40deg);
    z-index: -1;
    transition: all 300ms ease-in-out;
}
.blog.gallerypage .items-row .item a.dark-btn-border:hover:before {
    background: #0f527d;
}
.item-page div[itemprop="articleBody"] table {
    color: #fff;
}
.item-page div[itemprop="articleBody"] table,
.item-page div[itemprop="articleBody"] table tr {
    background-color: rgba(0,0,0,0.1);
}
.item-page div[itemprop="articleBody"] table tr td,
.item-page div[itemprop="articleBody"] table tr th {
    border-top-color: rgba(255,255,255,0.1) !important;
}
.item-page div[itemprop="articleBody"] table ul {
    display: block;
    margin: 0 10px 0 20px;
}
.item-page div[itemprop="articleBody"] table ul li {
    list-style-type: square;
}
/*item-page*/
.item-page div[itemprop="articleBody"],
.blog .items-leading {
    text-align: justify;
}
.blog .items-leading .item-image {
    border: solid 1px #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.blog .items-leading .pull-left.item-image {
    margin-right: 15px;
}
.blog .items-leading .pull-right.item-image {
    margin-left: 15px;
}


/*products-services-page*/
.item-page.products-services-page div[itemprop="articleBody"] > div {
    display: block;
    padding: 15px;
    background: rgba(0,0,0,0.2);
    color: #fff;
}
.blog.products-services-page .items-row .item {
    padding: 15px 15px 0 15px;
    height: 300px;
    overflow: hidden;
    transform: skew(30deg);
    -o-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
}
.blog.products-services-page .items-row .item .page-header,
.blog.products-services-page .items-row .item .item-image {
    transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
}
.blog.products-services-page .items-row .item .item-image {
    width: 150%;
    height: 240px;
    overflow: hidden;
    margin-left: -25%;
    margin-bottom: 0;
}
.blog.products-services-page .items-row .item .products-block {
    display: block;
    width: 150%;
    position: absolute;
    top: 0;
    left: -25%;
    bottom: 0;
    padding: 15px 180px 15px 90px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
    background: #0f527d;
    background: rgba(15,82,125,0.8);
    color: #fff;
    transform: scale(0) skew(-30deg);
    -webkit-transform: scale(0) skew(-30deg);
    -moz-transform: scale(0) skew(-30deg);
    -o-transform: scale(0) skew(-30deg);
    -ms-transform: scale(0) skew(-30deg);
    text-align: justify;
}
.blog.products-services-page .items-row .item .products-block .dark-btn-border {
    float: right;
    margin-top: 10px;
}
.blog.products-services-page .items-row .item:hover .products-block {
    transform: scale(1) skew(-30deg);
    -webkit-transform: scale(1) skew(-30deg);
    -moz-transform: scale(1) skew(-30deg);
    -o-transform: scale(1) skew(-30deg);
    -ms-transform: scale(1) skew(-30deg);
    visibility: visible;
    opacity: 1;
}
/*breadcrumb-section*/
.breadcrumb-section {
    display: inline-block;
    position: absolute;
    top: 304px;
    left: 5%;
    background: none;
    padding: 5px 30px;
    z-index: 1000;
}
.breadcrumb-section:before {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
    background: #fff;
    transform: skew(-35deg);
    -o-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    position: absolute;
    box-shadow: 5px 0 10px rgba(0,0,0,0.25);
}
.breadcrumb-section > li:nth-of-type(2):before {
    display: none;
}
.breadcrumb-section > li img {
    position: relative;
    top: -2px;
}
.breadcrumb-section > li a {
    font-weight: bold;
}
/*eventspage*/
.blog.eventspage .items-row .item {
    overflow: hidden;
    padding: 0 !important;
}
.blog.eventspage .items-row .item .item-image {
    height: 180px;
    overflow: hidden;
}
.blog.eventspage .items-row .item .eventsblock {
    display: block;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    padding: 15px;
    background: #0f527d;
    background: rgba(15,82,125,0.8);
    color: #fff;
    transition: all 300ms ease-in-out;
}
.blog.eventspage .items-row .item:hover .eventsblock {
    bottom: 0;
}
.blog.eventspage .items-row .item .eventsblock > a {
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
}
.blog.eventspage .items-row .item:hover > .eventsblock > a {
    visibility: visible;
    opacity: 1;
}
.item-page.eventspage div[itemprop="articleBody"],
.item-page.gallerypage div[itemprop="articleBody"] {
    margin-left: -1%;
    margin-right: -1%;
}
.item-page.eventspage div[itemprop="articleBody"] .eventsfancybox,
.item-page.gallerypage div[itemprop="articleBody"] .eventsfancybox {
    display: inline-block;
    width: 18%;
    float: left;
    overflow: hidden;
    height: 240px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    text-align: center;
    background: #fff;
    border: solid 2px #fff;
    position: relative;
    margin: 1%;
    transform: skew(40deg);
    -o-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -webkit-transform: skew(40deg);
    -ms-transform: skew(40deg);
}
.item-page.eventspage div[itemprop="articleBody"] .eventsfancybox img,
.item-page.gallerypage div[itemprop="articleBody"] .eventsfancybox img {
    transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    width: 200%;
    max-width: none;
    position: absolute;
    left: -75%;
    top: 0;
    height: 150%;
}
.item-page.eventspage div[itemprop="articleBody"] > a.eventsfancybox > i,
.item-page.gallerypage div[itemprop="articleBody"] > a.eventsfancybox > i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0f527d;
    color: #fff;
    border-radius: 100%;
    font-size: 24px;
    position: absolute;
    top: 40%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    opacity: 0.8;
    z-index: 10;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    transition: all 300ms ease-in-out;
    transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
}
.item-page.eventspage div[itemprop="articleBody"] > a.eventsfancybox:hover i,
.item-page.gallerypage div[itemprop="articleBody"] > a.eventsfancybox:hover > i {
    visibility: hidden;
    top: 0%;
    opacity: 0;
}
/*blog our-dealerspage*/
.blog.our-dealerspage .leading-0 ul,
.item-page.our-dealerspage div[itemprop="articleBody"] ul {
    display: block;
}
.blog.our-dealerspage .leading-0 ul li,
.item-page.our-dealerspage div[itemprop="articleBody"] ul li {
    display: inline-block;
    padding: 10px;
    width: 18%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    background: #fff;
    color: #222;
    box-shadow: 0 3px 2px rgba(0,0,0,0.3);
    height: 230px;
}
.blog.our-dealerspage .leading-0 ul li:hover,
.item-page.our-dealerspage div[itemprop="articleBody"] ul li:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
}
/*enquiry-form*/
.formpage {
    position: relative;
    margin-top: 30px;
}
.enquiry-form {
    position: relative;
}
.enquiry-form label {
    display: block;
}
.enquiry-form input {
    display: block;
    width: 100%;
    text-indent: 45px;
    height: 40px;
    border: solid 1px #ddd;
}
.enquiry-form textarea {
    display: block;
    width: 100%;
    text-indent: 45px;
    height: auto;
    padding: 5px 0;
    border: solid 1px #ddd;
}
.enquiry-form input:hover,
.enquiry-form textarea:hover,
.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: #0f527d;
}
.enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.enq-formgroup i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e9b434;
    color: #fff;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.lefttborderline {
    border-left: solid 1px #ddd;
}
.formpage h4 {
    margin: 5px 0;
    font-size: 18px;
    font-weight: normal;
}
.googlemap {
    display: inline-block;
    float: left;
    margin-top: -60px;
    width: 100%;
    position: relative;
}
.googlemap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: transparent;
}
.address-block {
    display: inline-block;
    padding: 15px 50px 30px 50px;
    box-shadow: -4px 0 8px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 10;
}
.address-block h3,
.address-block h3 strong {
    font-weight: bold !important;
}
.address-block h4 {
    margin: 0;
}
.address-on-enquiry h4,.address-on-enquiry h3,.address-on-enquiry p {
    margin: 5px 0;
}
.address-on-enquiry a {
    text-decoration: underline;
}
.address-on-enquiry a:hover {
    text-decoration: none;
}
.transparent-btn {
    background: transparent;
}
/*btn-styles*/
.white-btn-style {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    background: transparent;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.white-btn-style:hover {
    background: #fff;
    color: #222;
}
.btn-style1 {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #e9b434;
    color: #fff;
    background: transparent;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.btn-style1:hover {
    background: #e9b434;
    color: #fff;
}
.dark-btn-border {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #0f527d;
    color: #333;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.dark-btn-border:hover {
    background: #0f527d;
    color: #fff;
    border-color: #0f527d;
}
.btn-small {
    padding: 3px 10px !important;
    font-size: 14px !important;
}
.repcatchabox {
    display: block;
    float: right;
    text-align: right;
}
/*fancybox-type-iframe*/
.fancybox-type-iframe .fancybox-inner {
    height: 400px !important;
}
.fancybox-type-iframe.fancybox-wrap {
    /*top: 15% !important;*/
    height: auto !important;
}
.blog.our-dealerspage .item {
    height: 250px;
}
/**********scrollUp**********/
.scrollup {
    width:32px;
    height:32px;
    opacity:0.9;
    position:fixed;
    bottom:50px;
    right:20px;
    display:none;           
    background: url(../images/up.png) no-repeat;
    z-index: 1200;
}
.scrollup:hover {
    opacity:1;
}

/*******Visibility divs***********/
.hidden_element {
    opacity:0;
}
.visible_element {
    opacity:1;
}



/*mediaqueries*/
@media (max-width: 991px) {

}

@media (max-width: 768px) {
    .animated-cursor {
        display: none;
    }
    .logo {
        position: relative;
    }
    .main-slider,
    .videowrap,.videowrap iframe,
    .feat-shape-content {
        height: auto;
    }
    .videowrap {
        height: 200px;
        background: url(../images/serv-bg3.jpg) no-repeat #eee;
        background-size: cover;
    }
    .videowrap iframe {
        display: none !important;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .canvacblock {
        display: none;
    }
    .feat-shape-content > .space15 {
        display: none;
    }
    .feat-shape-content > img,
    .parallax-shapes,
    .parallaxshape6, .parallaxshape7,
    .featbox1,
    .featbox2,
    .featbox3,
    .worksection-shape2,
    .down-arrow-box,
    .worksection-shape1 {
        display: none;
    }
    .feat-shape-content,
    .services-shapesbg {
        padding-bottom: 30px;
        height: auto;
    }
    .feat-shape-parallaxbg {
        height: 100%;
    }
    .featuredbg2-parallaxbg,
    .feat-shape-parallaxbg {
        top: 0;
        background-position: initial !important;
        background-attachment: initial !important;
    }
    .chairman-pic {
        position: relative;
        top: 0;
        left: 0;
        padding: 15px 0;
    }
    .chairmanmsg-box {
        left: 0;
    }
    .triangle-shapes {
        width: auto;
        height: auto;
        position: relative;
        top: 0;
    }
    .triangle-shapes:before, .environment-box-bg,
    .videointro {
        width: 100%;
        height: 100%;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
    }
    .environment-box {
        left: 0;
        padding: 15px;
    }
    .environment-box-bg:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
    }
    .triangle-shapes h4 {
        padding-top: 0;
    }
    .treepic {
        display: none;
    }
    .videointro .inner-videointro,
    .videointro .inner-videointro:before {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
    .videointro {
        left: 0;
        right: 0;
        top: 0;
        position: relative;
    }
    .projects-container {
        height: auto;
    }
    .projects-container:before, .projects-container:after {
        display: none;
    }
    .project-half-section {
        width: 100%;
        float: none;
    }
    .flex-direction-nav,
    .project-heading-section {
        display: none;
    }
    .footer-content {
        text-align: center;
    }
    .footer-content > .container > .row > .col-md-3,
    .footer-content > .container > .row > .col-md-2,
    .footer-content > .container > .row > .col-md-3 {
        display: none;
    }
    .footer-social-container {
        margin-top: 0;
        float: none;
        margin-bottom: 30px;
    }
    .breadcrumb-section {
        width: 100%;
        overflow: hidden;
        border-radius: 0;
        top: 0;
        left: 0;
    }
    .internal-banner {
        overflow: hidden;
    }
    .internal-banner ul, .internal-banner img {
        max-width: none;
        width: auto;
        position: relative;
        left: -25%;
    }
    .blog > .page-header, .item-page > .page-header {
        overflow: hidden;
        left: 15px;
    }
    .blog > .page-header > h1, .item-page > .page-header > h1 {
        font-size: 30px !important;
    }
    .inner-pageshape-content {
        min-height: 500px;
    }
    .item-page.eventspage div[itemprop="articleBody"] .eventsfancybox,
    .item-page.gallerypage div[itemprop="articleBody"] .eventsfancybox {
        width: 48%;
        height: 100px;
    }
    .item-page.eventspage div[itemprop="articleBody"] .eventsfancybox img, 
    .item-page.gallerypage div[itemprop="articleBody"] .eventsfancybox img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .item-page.eventspage div[itemprop="articleBody"] > a.eventsfancybox > i, 
    .item-page.gallerypage div[itemprop="articleBody"] > a.eventsfancybox > i {
        top: 20%;
    }
    .blog.our-dealerspage .leading-0 ul li {
        width: 49%;
        height: 240px;
    }
    .contactuspage-footer {
        padding-top: 0;
    }
    .contactuspage-footer .col-md-4 {
        display: none;
    }

}



@media (max-width: 640px) {

}