*:focus {
    outline: 0
}
::-webkit-input-placeholder {
    color: #fff
}
:-ms-input-placeholder {
    color: #fff
}
::-moz-placeholder {
    color: #fff;
    opacity: 1
}
:-moz-placeholder {
    color: #fff;
    opacity: 1
}
textarea:focus,
input:focus {
    outline: 0
}
::-webkit-scrollbar {
    width: 5px
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
::-webkit-scrollbar-thumb {
    background: rgba(210, 210, 210, .8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(210, 210, 210, .4)
}
.font-Roboto {
    font-family: 'Roboto', serif
}
.font-Raleway {
    font-family: 'Raleway', serif
}
.font-Playfair {
    font-family: 'Lora', serif !important
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lora', serif !important
}
h1 {
    font-size: 4vh !important
}
.loaderGraybox {
    position: fixed;
    top: 0%;
    right: 0;
    background: #2c2a2a;
    width: 100%;
    height: 100%;
    z-index: 9998
}
.loaderOrangebox {
    position: fixed;
    top: 0%;
    right: 0;
    background: #232121;
    width: 100%;
    height: 100%;
    z-index: 9999
}
.clear-both {
    clear: both !important
}
.float-none {
    float: none !important
}
.no-padding-tb {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}
.width-20prc {
    width: 20% !important
}
.overflow-hidden {
    overflow: hidden !important
}
body {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 17px
}

#html5-watermark {
    display: none !important;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 100%;
    background: transparent;
    padding: 0px;
    z-index: 99999;
    opacity: 1;
    transition: all 500ms ease-in
}
header .logo {
    width: 100%;
    transition: all 500ms ease-in
}
header.shrink {
    background: #2c2a2a;
    transition: all 500ms ease-in-out
}
header .container-fluid {
    padding: 0
}
.navbar {
    border-radius: 0;
    margin-bottom: 0
}
.navbar-brand {
    height: auto;
    background: transparent;
    margin: 0 !important;
    padding: 10px;
    transition: all 500ms ease-in-out
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    height: auto;
    background: transparent;
    margin: 0 !important
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    border: 0
}
.navbar-inverse .navbar-nav>li>a {
    line-height: 55px;
    color: #dcb117;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 500ms ease-in-out
}
input#navcheck {
    position: fixed;
    opacity: 0
}
label {
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0;
    cursor: pointer
}
OurBusinessesWrp label::before {
    content: '';
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1)
}
label::after {
    content: 'MENU';
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none
}
label .burger {
    font-size: 1.7rem;
    background: #2c2a2a;
    position: fixed;
    top: 12%;
    right: 4%;
    z-index: 100;
    width: 4em;
    height: 4em;
    padding: 10px;
    margin: 0;
    transition: all 500ms ease-in-out
}
label .burger::before,
label .burger .bar,
label .burger::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: block;
    width: 40%;
    height: 2px;
    background: #ffffff;
    content: '';
    transition: all .5s cubic-bezier(0.19, 1, 0.22, 1)
}
label .burger .bar {
    top: 48%
}
label .burger::before {
    top: 26px;
    transform-origin: top left
}
label .burger::after {
    bottom: 26px;
    transform-origin: bottom left
}
input:focus+label .burger,
label:hover .burger {
    opacity: 1;
    background: #000;
    transition: all 300ms ease-in-out
}
nav#menu {
    position: fixed;
    top: 0;
    left: 7%;
    bottom: 0;
    z-index: 2;
    display: table;
    width: 86%;
    transform: translate3d(0, 0, 0);
    transform: translateY(-100%);
    will-change: transform;
    transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1)
}
nav#menu::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 25em;
    background: #ffffff;
    content: '';
    transform: skewX(15deg) translateY(-100%);
    transform-origin: bottom left;
    will-change: transform;
    transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1)
}
nav#menu a {
    font-family: 'lora', serif;
    width: 20%;
    margin: .5em 0;
    padding: .2em 1em;
    border-left: 1px solid #d8d8d8;
    font-size: 1.5em;
    color: #bb9b52;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 500;
    display: table-cell;
    height: 100vh;
    text-align: center;
    transform: translateY(-100%) skew(-10deg);
    transition: color .15s, background-color 300ms ease-in-out, transform .5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 300ms ease-in-out
}
nav#menu a:hover {
    color: #bb9b52 !important;
    background: rgba(0, 0, 0, 0.1);
    transition: all 300ms ease-in-out
}
nav#menu a:nth-child(1) {
    border: 0;
    transition-delay: 0s, 100ms
}
nav#menu a:nth-child(2) {
    transition-delay: .1s, 150ms
}
nav#menu a:nth-child(3) {
    transition-delay: .2s, 200ms
}
nav#menu a:nth-child(4) {
    transition-delay: .3s, 250ms
}
nav#menu a:nth-child(5) {
    transition-delay: .4s, 300ms
}
nav#menu a:nth-child(6) {
    transition-delay: .5s, 350ms
}
nav#menu a:nth-child(7) {
    transition-delay: .6s, 400ms
}
nav#menu a:hover,
nav#menu a:focus {
    color: black
}
nav#menu a span {
    transform: skew(10deg);
    display: block
}
nav#menu a img {
    margin: 20px auto;
    transform: skew(10deg)
}
nav#menu a:after {
    content: '';
    position: absolute;
    top: 42%;
    right: 0;
    width: 3px;
    height: 22%;
    background: rgb(187, 155, 82);
    transition: all 300ms ease-in-out
}
nav#menu a:hover:after {
    width: 10%;
    height: 22%;
    transition: all 300ms ease-in-out
}
main {
    overflow: hidden
}
main .content {
    transform: translate3d(0, 0, 0);
    will-change: transform, filter;
    transition: all .5s cubic-bezier(0.19, 1, 0.22, 1)
}
[id="navcheck"]:checked+label::before {
    opacity: 1;
    pointer-events: auto
}
[id="navcheck"]:checked+label .burger::before,
[id="navcheck"]:checked+label .burger::after {
    width: 35%;
    margin: 0px auto 0px 28px;
}
[id="navcheck"]:checked+label .burger::before {
    transform: rotate(45deg) translateY(-50%)
}
[id="navcheck"]:checked+label .burger::after {
    transform: rotate(-45deg) translateY(50%)
}
[id="navcheck"]:checked+label .burger .bar {
    transform: scale(0.1)
}
[id="navcheck"]:checked ~ nav#menu {
    transform: translateY(0)
}
[id="navcheck"]:checked ~ nav#menu::before {
    transform: skewX(15deg) translate(-10vw, 0vw)
}
[id="navcheck"]:checked ~ nav#menu a {
    transform: translateY(0) skew(-10deg)
}
[id="navcheck"]:checked ~ main .content {
    transform: translateY(3em);
    transform-origin: left center;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
header.shrink label .burger {
    background: #393737;
    position: fixed;
    top: 1%;
    right: 4%;
    z-index: 100;
    width: 4em;
    height: 4em;
    padding: 10px;
    margin: 0;
    transition: all 500ms ease-in-out
}
header.shrink .logo {
    width: 60%;
    transition: all 500ms ease-in-out
}
body {
    overflow-x: hidden
}
main {
    background: #3498db;
    padding: 5% 0
}
article {
    width: 80%;
    margin: 0 auto;
    font-size: 1.3em
}
@media (min-width: 60em) {
    article {
        width: 50%
    }
}
.grayscale {
    filter: grayscale()
}
.disp-block {
    display: block !important
}
.white-txt {
    color: #fff !important
}
.width {
    display: inline-block;
    position: relative;
    width: 90%
}
.width-13 {
    width: 13% !important
}
.width-20 {
    width: 20% !important
}
.width-27 {
    width: 27% !important
}
.width-30 {
    width: 30% !important
}
.width-39 {
    width: 39% !important
}
.width-40 {
    width: 40% !important
}
.width-45 {
    width: 45% !important
}
.width-50 {
    width: 50% !important
}
.width-56 {
    width: 56% !important
}
.width-60 {
    width: 60% !important
}
.width-70 {
    width: 70% !important
}
.width-73 {
    width: 73% !important
}
.width-80 {
    width: 80% !important
}
.width-83 {
    width: 83% !important
}
.width-87 {
    width: 87% !important
}
.width-90 {
    width: 90% !important
}
.width-100 {
    width: 100% !important
}
.width-auto {
    width: auto !important
}
.height-100 {
    height: 100% !important
}
.height-30px {
    height: 30px;
    width: 100%;
    float: none;
    margin: 0 auto;
    clear: both
}
.height-auto {
    height: auto !important
}
.clear-both {
    clear: both
}
.margin-one-half {
    margin: 0.5% !important
}
.margin-one {
    margin: 1% !important
}
.margin-two {
    margin: 1.5% !important
}
.margin-three {
    margin: 2% !important
}
.margin-four {
    margin: 2.5% !important
}
.margin-five {
    margin: 3% !important
}
.margin-six {
    margin: 3.5% !important
}
.margin-seven {
    margin: 4% !important
}
.margin-eight {
    margin: 4.5% !important
}
.margin-nine {
    margin: 5% !important
}
.margin-ten {
    margin: 5.5% !important
}
.margin-eleven {
    margin: 6% !important
}
.margin-twelve {
    margin: 6.5% !important
}
.margin-thirteen {
    margin: 7% !important
}
.margin-fourteen {
    margin: 7.5% !important
}
.margin-fifteen {
    margin: 8% !important
}
.margin-sixteen {
    margin: 8.5% !important
}
.margin-seventeen {
    margin: 9% !important
}
.margin-eighteen {
    margin: 9.5% !important
}
.margin-nineteen {
    margin: 10% !important
}
.margin-twenty {
    margin: 10.5% !important
}
.margin-twenty-one {
    margin: 11% !important
}
.margin-twenty-two {
    margin: 11.5% !important
}
.margin-twenty-three {
    margin: 12% !important
}
.margin-twenty-four {
    margin: 12.5% !important
}
.margin-twenty-five {
    margin: 13% !important
}
.margin-twenty-six {
    margin: 13.5% !important
}
.margin-twenty-seven {
    margin: 14% !important
}
.margin-twenty-eight {
    margin: 14.5% !important
}
.margin-twenty-nine {
    margin: 15% !important
}
.margin-thirty {
    margin: 15.5% !important
}
.margin-thirty-one {
    margin: 16% !important
}
.margin-thirty-two {
    margin: 16.5% !important
}
.margin-thirty-three {
    margin: 17% !important
}
.margin-thirty-four {
    margin: 17.5% !important
}
.margin-thirty-five {
    margin: 18% !important
}
.no-margin {
    margin: 0 !important
}
.no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important
}
.no-margin-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}
.no-margin-top {
    margin-top: 0 !important
}
.no-margin-bottom {
    margin-bottom: 0 !important
}
.no-margin-left {
    margin-left: 0 !important
}
.no-margin-right {
    margin-right: 0 !important
}
.margin-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important
}
.padding-one-half {
    padding: 0.5% !important
}
.padding-one {
    padding: 1% !important
}
.padding-two {
    padding: 1.5% !important
}
.padding-three {
    padding: 2% !important
}
.padding-four {
    padding: 2.5% !important
}
.padding-five {
    padding: 3% !important
}
.padding-six {
    padding: 3.5% !important
}
.padding-seven {
    padding: 4% !important
}
.padding-eight {
    padding: 4.5% !important
}
.padding-nine {
    padding: 5% !important
}
.padding-ten {
    padding: 5.5% !important
}
.padding-eleven {
    padding: 6% !important
}
.padding-twelve {
    padding: 6.5% !important
}
.padding-thirteen {
    padding: 7% !important
}
.padding-fourteen {
    padding: 7.5% !important
}
.padding-fifteen {
    padding: 8% !important
}
.padding-sixteen {
    padding: 8.5% !important
}
.padding-seventeen {
    padding: 9% !important
}
.padding-eighteen {
    padding: 9.5% !important
}
.padding-nineteen {
    padding: 10% !important
}
.padding-twenty {
    padding: 10.5% !important;
}
.padding-twenty-one {
    padding: 11% !important
}
.padding-twenty-two {
    padding: 11.5% !important
}
.padding-twenty-three {
    padding: 12% !important
}
.padding-twenty-four {
    padding: 12.5% !important
}
.padding-twenty-five {
    padding: 13% !important
}
.padding-twenty-six {
    padding: 13.5% !important
}
.padding-twenty-seven {
    padding: 14% !important
}
.padding-twenty-eight {
    padding: 14.5% !important
}
.padding-twenty-nine {
    padding: 15% !important
}
.padding-thirty {
    padding: 15.5% !important
}
.padding-thirty-one {
    padding: 16% !important
}
.padding-thirty-two {
    padding: 16.5% !important
}
.padding-thirty-three {
    padding: 17% !important
}
.padding-thirty-four {
    padding: 17.5% !important
}
.padding-thirty-five {
    padding: 18% !important
}
.no-padding {
    padding: 0 !important
}
.no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important
}
.no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}
.no-padding-top {
    padding-top: 0 !important
}
.no-padding-bottom {
    padding-bottom: 0 !important
}
.no-padding-left {
    padding-left: 0 !important
}
.no-padding-right {
    padding-right: 0 !important
}
.hero h1 {
    font-family: 'Lora', serif!important;
    font-size: 4vh;
}
.videoContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.videoContainer video {
    min-width: 100%;
    min-height: 100%;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0%;
    margin: 0px auto;
    background: #2b2929;
    z-index: 999999;
    display: table;
}
#holder {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
    right: 0;
    margin: 0px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.plus_loader {
    float: none;
    margin: 0 auto;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 120px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#inTurnBlurringTextG {
    margin: 0 auto;
}
.inTurnBlurringTextG {
    color: transparent;
    font-family: 'Lora', serif;
    font-size: 25px;
    display: inline;
    margin: 0 auto;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: none;
    text-shadow: rgb(184, 184, 184) 0 0 0;
    /*	animation-name:bounce_inTurnBlurringTextG;
		-o-animation-name:bounce_inTurnBlurringTextG;
		-ms-animation-name:bounce_inTurnBlurringTextG;
		-webkit-animation-name:bounce_inTurnBlurringTextG;
		-moz-animation-name:bounce_inTurnBlurringTextG;
	animation-duration:2.5s;
		-o-animation-duration:2.5s;
		-ms-animation-duration:2.5s;
		-webkit-animation-duration:2.5s;
		-moz-animation-duration:2.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;*/
}
/*#inTurnBlurringTextG_1{
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}
#inTurnBlurringTextG_2{
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}
#inTurnBlurringTextG_3{
	animation-delay:0.7755s;
		-o-animation-delay:0.7755s;
		-ms-animation-delay:0.7755s;
		-webkit-animation-delay:0.7755s;
		-moz-animation-delay:0.7755s;
}
#inTurnBlurringTextG_4{
	animation-delay:0.882s;
		-o-animation-delay:0.882s;
		-ms-animation-delay:0.882s;
		-webkit-animation-delay:0.882s;
		-moz-animation-delay:0.882s;
}
#inTurnBlurringTextG_5{
	animation-delay:0.9985s;
		-o-animation-delay:0.9985s;
		-ms-animation-delay:0.9985s;
		-webkit-animation-delay:0.9985s;
		-moz-animation-delay:0.9985s;
}
#inTurnBlurringTextG_6{
	animation-delay:1.105s;
		-o-animation-delay:1.105s;
		-ms-animation-delay:1.105s;
		-webkit-animation-delay:1.105s;
		-moz-animation-delay:1.105s;
}
#inTurnBlurringTextG_7{
	animation-delay:1.2115s;
		-o-animation-delay:1.2115s;
		-ms-animation-delay:1.2115s;
		-webkit-animation-delay:1.2115s;
		-moz-animation-delay:1.2115s;
}
*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes bounce_inTurnBlurringTextG {
    0% {
        text-shadow: rgb(184, 184, 184) 0 0 0;
    }
    100% {
        text-shadow: rgba(255, 255, 255, 0) 0 0 118px;
    }
}
@-o-keyframes bounce_inTurnBlurringTextG {
    0% {
        text-shadow: rgb(184, 184, 184) 0 0 0;
    }
    100% {
        text-shadow: rgba(255, 255, 255, 0) 0 0 118px;
    }
}
@-ms-keyframes bounce_inTurnBlurringTextG {
    0% {
        text-shadow: rgb(184, 184, 184) 0 0 0;
    }
    100% {
        text-shadow: rgba(255, 255, 255, 0) 0 0 118px;
    }
}
@-webkit-keyframes bounce_inTurnBlurringTextG {
    0% {
        text-shadow: rgb(184, 184, 184) 0 0 0;
    }
    100% {
        text-shadow: rgba(255, 255, 255, 0) 0 0 118px;
    }
}
@-moz-keyframes bounce_inTurnBlurringTextG {
    0% {
        text-shadow: rgb(184, 184, 184) 0 0 0;
    }
    100% {
        text-shadow: rgba(255, 255, 255, 0) 0 0 118px;
    }
}
.homeSec-05-P,
.homeSec-04-A {
    display: none;
}
.LineArtMan {
    /* margin-top: 25%; */
    /* margin-top: 20%; */
    /*margin-left: 15%;
    margin-bottom: 25%;*/
    /* margin-top: 20%; */
}
.years35 {
    position: relative;
    top: -25vh;
    z-index: 2;
    width: 100%;
}
/*	.home-video {
    width: 75%;
       margin: 2% 1% 2% 1%;
    margin-top: 2%;
}*/

svg {
    display: block;
    margin: 0 auto;
    height: 180px;
    width: 180px;
    /*  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);*/
    
    position: relative;
}
/*@-webkit-keyframes dash {
  from {
    stroke-dashoffset:628;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash {
    from {
    stroke-dashoffset:628;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
   from {
    stroke-dashoffset:628;
  }
  to {
    stroke-dashoffset: 0;
  }
}*/

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
svg circle {
    fill: none;
    /* stroke-dasharray: 628;
  stroke-dashoffset: 628;*/
    
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-alignment: outer;
    stroke: white;
    animation-name: dash;
    animation-duration: 5s;
    animation-timing-function: ease-in, ease-in-out;
    animation-iteration-count: 10;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-delay: 0.05s;
    /*  -webkit-animation: dash 900ms linear infinite;
  -moz-animation: dash 900ms linear infinite;
  animation: dash 900ms linear infinite;
	-ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
*/
}
.preloader-2 .line {
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 1px;
    display: inline-block;
    animation: opacity-2 1000ms infinite ease-in-out;
}
.preloader-1 .line-1,
.preloader-2 .line-1 {
    animation-delay: 800ms;
}
.preloader-1 .line-2,
.preloader-2 .line-2 {
    animation-delay: 600ms;
}
.preloader-1 .line-3,
.preloader-2 .line-3 {
    animation-delay: 400ms;
}
.preloader-1 .line-4,
.preloader-2 .line-4 {
    animation-delay: 200ms;
}
.preloader-1 .line-6,
.preloader-2 .line-6 {
    animation-delay: 200ms;
}
.preloader-1 .line-7,
.preloader-2 .line-7 {
    animation-delay: 400ms;
}
.preloader-1 .line-8,
.preloader-2 .line-8 {
    animation-delay: 600ms;
}
.preloader-1 .line-9,
.preloader-2 .line-9 {
    animation-delay: 800ms;
}
@keyframes opacity-1 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes opacity-2 {
    0% {
        opacity: 1;
        height: 15px;
    }
    50% {
        opacity: 0;
        height: 12px;
    }
    100% {
        opacity: 1;
        height: 15px;
    }
}
svg g {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    box-sizing: content-box;
}
svg g rect,
svg g polygon,
svg g line {
    stroke: white;
    fill: none;
}
.HeroBannerWrp {
    background: #2c2a2a;
    width: 100%;
    height: 100vh;
    margin: 0px auto;
    overflow: hidden
}
.HeroBanner {
    width: 90%;
    height: 100vh;
    margin: 0px auto;
    padding: 15vh 0 0 0;
    position: relative
}
.BannerTxtWrp {
    position: absolute;
    background: #fff;
    top: 21%;
    right: 0;
    transform: translate(0%, 0%);
    padding: 0px
}
.carousel-fade .carousel-inner .item {
    padding: 6vh 5vh 0vh 5vh;
    min-height: 45vh;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.carousel-fade .carousel-control {
    z-index: 2
}
.companyBannerWrp .carousel-fade .carousel-inner .item {
    padding: 6vh 10vh;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.companyBannerWrp .hero h1 {
    font-size: 6.35vh;
    font-family: 'Lora', serif !important;
    margin: 0px 0px 3vh 0px;
    padding: 0
}
.companyBannerWrp .hero p.lead {
    font-size: 1.7rem;
    line-height: 1.7
}
.fade-carousel {
    position: relative
}
.fade-carousel .carousel-indicators {
    display: none
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s
}
.hero {
    display: initial
}
.hero h1 {
    font-size: 5vh;
    font-weight: 500;
    margin: 0px 0px 3vh 0px;
    padding: 0
}
.hero p.lead {
    line-height: 1.7 !important
}
a.PlayCorpVideo {
    background: #dadada;
    display: flex;
    text-decoration: none;
    position: relative
}
span.playIcon {
    background: #bb9b52;
    color: #fff;
    padding: 23px 30px;
    font-size: 3vh;
    display: inline-block;
    position: relative;
    z-index: 5;
    transition: all 500ms ease-in-out
}
span.playTxt {
    padding: 30px 25px 0px 25px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    z-index: 5
}
a.PlayCorpVideo:after {
    content: "";
    background: #bb9b52;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 0;
    transition: all 500ms ease-in-out
}
a.PlayCorpVideo:hover:after {
    width: 100%;
    transition: all 500ms ease-in-out
}
a.PlayCorpVideo:hover span.playTxt {
    color: #fff;
    transition: all 300ms ease-in-out
}
a.PlayCorpVideo:hover span.playIcon {
    color: #bb9b52;
    background: #dadada;
    transition: all 500ms ease-in-out
}
.RDabt {
    width: 90%;
    margin: 0px auto;
    position: relative;
    padding: 80px 0px
}
.RDabt h1 {
    font-size: 44px;
    display: inline
}
.RDabt h1.font-blug-bg {
    margin: 0px;
    line-height: 1.4
}
.RDabt h3 {
    font-size: 26px;
    line-height: 1.4;
    margin: 0px
}
.RDabt p {
    line-height: 1.7
}
body.company-page .RDabt p {
    /*line-height: 30px*/
	line-height: 1.7
}
.RDabt h1 span.font-blug-bg {
    background: #bb9b52;
    color: #fff;
    padding: 0px 100px 0px 10px;
    line-height: initial
}
body.company-page .HomeSec-03 .ContentBox p {
    /*line-height: 30px*/
	line-height: 1.7
}
body.company-page .HomeSec-04 p {
    line-height: 1.7;
}
.HomeSec-03 {
    width: 90%;
    margin: 0px auto;
    position: relative;
    padding: 0px 0px 40px 0px
}
.HomeSec-03 .ContentBox {
    background: #2b2929;
    /*padding-left: 7vh;*/
    
    padding: 7vh;
    display: table-cell;
    vertical-align: middle;
    position: relative
}
.HomeSec-03 .ContentBox h1 {
    color: #fff;
    font-size: 4vh;
    font-weight: 500;
    margin: 0px 0px 3vh 0px;
    padding: 0
}
.HomeSec-03 h1 {
    color: #fff;
    font-size: 4vh;
    font-weight: 500;
    margin: 0px 0px 3vh 0px;
    padding: 0
}
.HomeSec-03 .ContentBox h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px
}
.HomeSec-03 .ContentBox p {
    color: #fff;
    font-weight: 100
}
.HomeSec-03 .ContentBox .diamondIconWrp {
    position: absolute;
    bottom: 0
}
.HomeSec-03 .ContentBox .diamondIcon {
    display: inline-block;
    width: 8vh;

    height: 8vh;
    margin: 0vh 1.5vh;
    background: url(../img/diadmon_icon.png) no-repeat center center;
    background-size: cover
}
.HomeSec-03 .ImageBox {
    background: url(../img/abtSec-03.jpg) no-repeat center center;
    background-size: cover;
    position: static;
    width: auto;
    height: auto;
    z-index: 0;
    height: 70vh;
    overflow: hidden
}
.btn-knowmore {
    background: #bb9b52;
    padding: 0px;
    border-radius: 0;
    display: inline-block;
    position: relative;
    transition: all 300ms ease-in-out
}
.btn-knowmore .txt,
.btn-knowmore .icon {
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1
}
.btn-knowmore:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    transition: all 300ms ease-in-out
}
.btn-knowmore:hover .txt {
    color: #bb9b52;
    transition: all 300ms ease-in-out
}
.btn-knowmore:hover:after {
    width: 70%;
    background: #fff;
    transition: all 300ms ease-in-out
}
.btn-backto {
    background: #bb9b52;
    padding: 0px;
    border-radius: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    transition: all 300ms ease-in-out
}
.btn-backto .txt,
.btn-backto .icon {
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 300ms ease-in-out;
}
.btn-backto:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    transition: all 300ms ease-in-out
}
.btn-backto:hover .txt {
    color: #bb9b52;
    transition: all 300ms ease-in-out
}
.btn-backto .txt:hover,
.btn-backto .icon:hover {
    color: #23527c;
    transition: all 300ms ease-in-out;
}
.btn-backto:hover:after {
    width: 100%;
    background: #fff;
    transition: all 300ms ease-in-out
}
.HomeSec-04 {
    width: 90%;
    margin: 0px auto;
    position: relative;
    padding: 40px 0px
}
.HomeSec-04 .ContentBox {
    /*padding: 0 7vh;*/
    
    padding: 7vh;
    position: relative
}
.HomeSec-04 .ContentBox h1 {
    color: #2b2929;
    font-weight: 500;
    margin: 0px 0px 3vh 0px;
    padding: 0
}
.HomeSec-04 .ContentBox h4 {
    color: #2b2929;
    font-size: 20px;
    margin-bottom: 15px
}
.HomeSec-04 .ContentBox p {
    color: #2b2929
}
.homeSec-04-A {
    position: absolute;
    top: -50%;
    right: 15%;
    z-index: -1
}
.HomeSec-05 {
    width: 100%;
    margin: 0px auto;
    position: relative;
    padding: 70px 0px 0px 0px
}
.HomeSec-05 .ContentBox {
    background: #2b2929;
    padding: 10vh 7vh;
    position: relative;
    height: 100vh;
    width: 100vw;
    float: none;
    vertical-align: middle;
}
.HomeSec-05 .ContentBox h1 {
    color: #ffffff;
    font-weight: 500;
    margin: 0px 0px 3vh 0px;
    padding: 0
}
.HomeSec-05 .ContentBox h4 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px
}
.HomeSec-05 .ContentBox p {
    color: #ffffff;
    font-weight: 100
}
.LineArtMan {
    /* margin-top: 13% */
}
.homeSec-05-P {
    position: absolute;
    top: 15%;
    left: 15%;
    z-index: -1
}
.years35 {
    /* position: absolute; */
    /* z-index: 2; */
    /* width: 100%; */
}
.years35 h1 {
    position: absolute;
    left: 70%;
    top: 27%;
    width: 330px;
    text-align: center;
}
footer {
    width: 100%
}
footer .subfooter {
    background: #e0e0e0;
    padding: 20px 0px 10px 0px
}
.ProdSec-01Wrp {
    background: #2c2a2a;
    width: 100vw;
    height: 100vh;
    margin: 0px auto
}
.ProdSec-01 {
    width: 100vw;
    height: 100vh;
    margin: 0px auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative
}
.ProdSec-01 .ProdTxtWrp {
    background: #fff;
    padding: 7vh 15vh 12vh 15vh
}
.ProdSec-01 .ProdTxtWrp h1 {
    font-weight: 500;
    margin: 0px 0px 3vh 0px;
    padding: 0;
    margin-bottom: 30px
}
.ProdSec-01 .ProdTxtWrp p {
    font-weight: 300
}
.projectDimaonds {
    background: url(../img/projectDiamonds.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50vw;
    height: 50vh
}
.productsSec {
    width: 100%;
    margin: 0px auto;
    position: relative;
    padding: 0px 0px 80px 0px
}
#productsTab.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1;
    border: none;
    border-radius: 0px;
    padding: 20px 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-left: 1px solid #ddd;
    background-color: #2c2a2a;
    font-family: 'Lora', serif !important;
}
#productsTab.nav-tabs>li.active>a,
#productsTab.nav-tabs>li.active>a:focus,
#productsTab.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #bb9b52;
    border-bottom-color: transparent
}
#productsTab.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 33.33%
}
#ProductTabContent {
    border: 2px solid #000;
    clear: both;
    display: inline-block;
    padding: 7vh 5vh 7vh 5vh;
    /*padding:2vh;*/
    
    width: 100%;
    border-top: 0px solid transparent;
}
/*#ProductTabContent .tab-pane .col-md-4{padding:0px 30px}*/

#ProductTabContent .tab-pane h1 {
    font-weight: 500;
    margin: 0px 0px 3vh 0px;
    padding: 0;
    display: block;
    font-size: 3vh!important
}
#ProductTabContent .tab-pane p {
    margin-bottom: 60px
}
.OurBusinessesWrp {
    background: #2c2a2a;
    width: 100%;
    height: 100vh;
    margin: 0px auto
}
.OurBusinesses {
    width: 100vw;
    height: 100vh;
    margin: 0px 5vw;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative
}
.OurBusinesses .ProdTxtWrp {
    background: #fff;
    padding: 6vh 11vh;
    height: 70vh;
    display: table-cell;
    vertical-align: middle
}
.OurBusinesses .ProdTxtWrp h1 {
    font-weight: 500;
    margin: 0px 0px 3vh 0px;
    padding: 0
}
.OurBusinesses .ProdTxtWrp p {
    font-weight: 300;
    -webkit-columns: 2 250px;
    -moz-columns: 2 250px;
    columns: 2 250px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em
}
a.ourBusiness {
    position: relative;
    display: block;
    overflow: hidden;    width: 35vh;
    height: 35vh;
    transition: all 300ms ease-in-out
}
a.ourBusiness:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: all 300ms ease-in-out
}
a.ourBusiness h1 {
    font-weight: 500;
    margin: 0px 0px 3vh 0px;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px auto;
    text-align: center;
    z-index: 9
}
a.ourBusiness .btn-knowmore {
    position: absolute;
    color: #fff !important;
    z-index: 1;
    top: 60%;
    left: 100%;
    transition: all 300ms ease-in-out
}
a.ourBusiness:hover .btn-knowmore {
    left: 50%;
    transition: all 300ms ease-in-out
}
a.ourBusiness:hover:after {
    background: rgba(0, 0, 0, 0);
    transition: all 300ms ease-in-out
}
a.ourBusiness:hover h1 {
    text-shadow: 2px 2px 2px #000
}

.business-wrp-block {
    height: 35vh;
    width: 35vh;
}




.ourBusinessesParticularWrp label::before {
    content: '';
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1)
}
.ourBusinessesParticularWrp {
    background: #2c2a2a;
    width: 100%;
    height: 100vh;
    margin: 0px auto;    display: table-cell;
}
.ourBusinessesParticularWrp .OurBusinesses {
    width: 100vw;
    height: 100vh;
    margin: 0px 5vw;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative
}
.ourBusinessesParticularWrp .OurBusinesses .ProdTxtWrp {
    background: #fff;
    height: auto;
    display: table-cell;
    vertical-align: middle
}
.ourBusinessesParticularWrp .OurBusinesses .ProdTxtWrp h1 {
    font-weight: 500;
    margin: 0px 0px 3vh 0px;
    padding: 0
}
.ourBusinessesParticularWrp .OurBusinesses .ProdTxtWrp p {
    font-weight: 300;
    -webkit-columns: 1 250px;
    -moz-columns: 1 250px;
    columns: 1 250px;
    -webkit-column-gap: 0em;
    -moz-column-gap: 0em;
    column-gap: 0em;
    white-space: pre-wrap
}
.ourBusinessesParticularWrp a.ourBusiness {
    position: relative;
    display: block;    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 300ms ease-in-out
}
.ourBusinessesParticularWrp a.ourBusiness:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: all 300ms ease-in-out
}
.ourBusinessesParticularWrp a.ourBusiness h1 {
    font-weight: 500;
    margin: 0px 0px 3vh 0px;
    padding: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px auto;
    text-align: center;
    z-index: 9
}
.ourBusinessesParticularWrp a.ourBusiness .btn-knowmore {
    position: absolute;
    color: #fff !important;
    z-index: 1;
    top: 60%;
    left: 100%;
    transition: all 300ms ease-in-out
}
.ourBusinessesParticularWrp a.ourBusiness:hover .btn-knowmore {
    left: 50%;
    transition: all 300ms ease-in-out
}
.ourBusinessesParticularWrp a.ourBusiness:hover:after {
    background: rgba(0, 0, 0, 0);
    transition: all 300ms ease-in-out
}
.ourBusinessesParticularWrp a.ourBusiness:hover h1 {
    text-shadow: 2px 2px 2px #000
}
.procuring-biz-icon {
    bottom: 60%;
    left: 54%
}
.manufacturing-biz-icon {
    bottom: 35%;
    left: 66%
}
.polishing-biz-icon {
    bottom: 30%;
    left: 60%
}
.polishing-biz-iconbase {
    bottom: 23%;
    left: 61%
}
.ContactBgWrp {
    background: url(../img/contactBG.jpg) no-repeat center center;
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.ContactBg {
    width: 100vw;
    height: auto;
    margin: 0px 5vw;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 5vw 0;
}
.ContactBg .ProdTxtWrp {
    background: #fff;
    padding: 6vh 11vh;
    height: 67.2vh;
    display: table-cell;
    vertical-align: middle
}
.ContactBg .ProdTxtWrp h1 {
    font-size: 44px;
    margin-bottom: 30px
}
.ContactBg .ProdTxtWrp p {
    font-weight: 300
}
.contactForm span {
    font-family: 'Lora', serif !important;
    font-size: 24px;
    color: #fff;
    margin-bottom: 0px
}
input.urNameInput,
input.addressInput,
input.phoneInput,
input.emailInput {
    background: none;
    color: #fff;
    border: none;
    border-bottom: 2px solid #0a84d9;
    margin-bottom: 20px;
    padding: 0px 20px
}
input.urNameInput {
    width: 98%
}
input.addressInput {
    width: 63%
}
input.phoneInput {
    width: 35%
}
input.emailInput {
    width: 80%
}
.btn-submit {
    padding: 15px 50px;
    border-radius: 0px;
    border: 2px solid #0a84d9;
    background: #000;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.52);
    color: #ccc !important;
    transition: all 300ms ease-in-out
}
.btn-submit:hover {
    border: 2px solid #009BFF;
    background: #009BFF;
    color: #ffffff !important;
    transition: all 300ms ease-in-out
}
.contactForm span.cfgen-e-set input.urNameInput,
.contactForm span.cfgen-e-set input.addressInput,
.contactForm span.cfgen-e-set input.phoneInput,
.contactForm span.cfgen-e-set input.emailInput {
    color: #fff;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
    background: -webkit-linear-gradient(#eee, #666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
#card {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0%;
    height: 100%;
    background: #232121;
    opacity: 1
}
#cardLoader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 1500px;
    opacity: 1
}
#cardLoader:after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 80%;
    background: #f5ca00
}
.absolute {
    position: absolute
}
.full-width {
    width: 100%
}
.owl-stage-outer {
    overflow: hidden
}
.owl-item {
    float: left
}
body.company-page .HomeSec-05 {
    width: 100%;
    margin: 0px auto;
    position: relative;
    padding: 0px 0px 0px 0px
}
.about-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #bb9b52;
    color: #fff;
    padding: 0% 3% 3% 3%;
    transition: all 500ms ease-in-out
}
.about-carousel .owl-nav .owl-prev,
.about-carousel .owl-nav .owl-nxt {
    margin: 15px auto;
    cursor: pointer;
    transition: all 500ms ease-in-out
}
.about-carousel .owl-nav .owl-prev i,
.about-carousel .owl-nav .owl-nxt i {
    margin: 15px auto;
    transition: all 500ms ease-in-out
}
.whiteBg-sec {
    background: #fff
}
.whiteBg-sec .ContentBox {
    background: transparent;
    color: #000
}
.whiteBg-sec .ContentBox h1 {
    color: #2c2a2a
}
.whiteBg-sec h1 {
    color: #2c2a2a
}
.whiteBg-sec .ContentBox p {
    color: #2c2a2a;
    font-weight: 400
}
.text-center {
    text-align: center
}
.company-page .HomeSec-05 .ContentBox p {
    font-weight: 400
}
.company-page .HomeSec-05 .ContentBox {
    background: #2b2929;
    position: relative;
   
    display: table-cell
}
.about-tabbed .nav-tabs>li {
    width: 299px;
    height: 200px;
    display: flex;
    align-items: center;
    transition: all 500ms ease-in-out
}
.about-tabbed ul.nav.nav-tabs>li>a {
    margin-right: 0px;
    line-height: normal;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
    min-width: 301px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease-in-out
}
.about-tabbed .nav-tabs > li.active > a {
    color: #fff !important;
    transition: all 500ms ease-in-out
}
.about-tabbed .nav-tabs>li>a {
    border: 0px solid transparent;
    background: #fff;
    color: #a9a9a9;
    padding: 55px 30px;
    background: #f9f9f9;
    font-size: 4vh;
    transition: all 500ms ease-in-out
}
.about-tabbed ul.nav.nav-tabs li.active,
.about-tabbed ul.nav.nav-tabs>li>a:focus,
.about-tabbed ul.nav.nav-tabs>li>a:hover {
    background: #bb9b52;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease-in-out
}
.about-tabbed ul.nav.nav-tabs>li.active>a,
.about-tabbed ul.nav.nav-tabs>li.active>a:focus,
.about-tabbed ul.nav.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #bb9b52;
    border: 0px solid transparent;
    border-bottom-color: transparent;
    cursor: pointer;
    transition: all 500ms ease-in-out
}
.about-tabbed ul.nav.nav-tabs {
    font-family: 'Lora', serif !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    border: 0px !important;
    background: #fff !important;
    z-index: 99;
    cursor: pointer;
    transition: all 500ms ease-in-out
}
.about-tabbed .owl-dots {
    right: 4%;
    position: absolute;
    bottom: 7%;
    cursor: pointer;
    transition: all 500ms ease-in-out
}
.about-tabbed .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 60px;
    border: 1px solid #bb9b52;
    background: #bb9b52;
    margin: 10px 0px;
    cursor: pointer
}
.about-tabbed .owl-nav {
    display: none;
    cursor: pointer
}
.about-tabbed .owl-dots .owl-dot.active span {
    background: #fff;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    text-align: center;
    margin: 3px auto;
    cursor: pointer
}
.about-tabbed .about-carouselstop.owlcarousel .owl-dots .owl-dot {
    display: none
}
.darkbg {
    background: #343434;
    color: #fff
}
.mentorship-culture {
    background: url(../img/mentorship.jpg) top center;
    background-size: cover;
    background-attachment: fixed
}
.mentorship-culture .ContentBox {
    padding: 13vh 15% 13vh 15%;
}
.mentorship-icon {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    top: -10vh;
    left: 10%;
    width: 20vh;
    height: 20vh;
}
.HomeSec-07 {
    width: 90%;
    margin: 0px auto;
    position: relative;
    padding: 0px 0px 80px 0px
}
.HomeSec-07 .ContentBox {
    padding: 7vh;
    height: 70vh;
    display: table-cell;
    vertical-align: middle;
    position: relative
}
.HomeSec-07 .ContentBox h1 {
    font-weight: 500;
    margin: 0px 0px 3vh 0px;
    padding: 0
}
.HomeSec-07 .ContentBox p {
    font-weight: 100
}
.HomeSec-07 .ContentBox .diamondIconWrp {
    position: absolute;
    bottom: 0
}
.HomeSec-07 .ContentBox .diamondIcon {
    display: inline-block;
    width: 8vh;
    height: 8vh;
    margin: 0vh 1.5vh;
    background: url(../img/diadmon_icon.png) no-repeat center center;
    background-size: cover
}
.HomeSec-07 .ImageBox {
    background: url(../img/abtSec-03.jpg) no-repeat center center;
    background-size: cover
}
.corporateResponsibility .ContentBox p {
    font-weight: 400
}
.csr-txt {
    padding: 0px 100px 0px 0px
}
.corporateResponsibility .accordion-toggle span {
    font-size: 4vh;
    line-height: 5.5vh;
    border-bottom: 2px solid #bb9b52
}
.corporateResponsibility .accordion-toggle {
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 10px 0;
    position: relative
}
.accordion-toggle.active:before {
    display: none
}
.accordion-content {
    display: none
}
.accordion-toggle.active {
    color: #ff0000
}
.accordion-toggle.active i {
    transform: rotate(180deg)
}
a.popup-with-zoom-anim {
    text-decoration: none
}
a.popup-with-zoom-anim:active,
a.popup-with-zoom-anim:hover,
a.popup-with-zoom-anim:focus {
    outline: 0;
    border: 0
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}
p {
    font-weight: 400 !important
}

ul.dashed {
	margin: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 5px;
}

ul.dashed {
	list-style-type: none;
}
ul.dashed > li {
	text-indent: -15px;
	font-size: 14px;
}
ul.dashed > li span:before {
	content: "";
	display: inline-block;
	background: url(../img/list-icon1.png) no-repeat;
	width: 15px;
	height: 15px;
	text-indent: 13px;
	text-indent: -6px;
	padding-right: 20px;
}
.infra-listwrap {
	display: table-cell;/* width: 50%; */
} 
#floorplan_icon1 {
	position: absolute;
/*	top: 20%;
	bottom: 0px;
	left: 24%;
	right: 4px;*/
	
	display: block;
}
ul.dashed > li {
	line-height: 1.2;
	padding: 1vh 0px 1vh 10px;
}
#floorplan_icon3 {
	position: absolute;
/*	top: 0;
	bottom: 125px;
	left: 0;
	right: 129px;*/

}
#floorplan_icon2 {
	position: absolute;

}
.about-map-wrap	{position:relative;}
.mumbai-pin{
    background: url(../img/mumbai-pin.png) center no-repeat;
    background-size: cover;
    left: 78%;
    top: 43%;
    transform: translate(-74%,-43%);
    }
.surat-pin{background: url(../img/surat-pin.png) center no-repeat;background-size: cover;left: 74%;top: 58%;transform: translate(-74%,-58%);}
.hongkong-pin{background: url(../img/hongkong-pin.png) center no-repeat;background-size: cover;left: 95%;top: 51%;transform: translate(-95%,-51%);}
.antwerp-pin{background: url(../img/antwerp-pin.png) center no-repeat;background-size: cover;left: 46%;top: 39%;transform: translate(-46%,-39%);}
.pin-wrp{width: 20vh;height: 20vh;display:block;position: absolute;}

.flip-container2 {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
/*
			.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
				-webkit-transform: rotateY(180deg);
				-moz-transform: rotateY(180deg);
				-ms-transform: rotateY(180deg);
				transform: rotateY(180deg);
				filter: FlipH;
    			-ms-filter: "FlipH";
			}
			*/
/* START: Accommodating for IE */

.flip-container2:hover .back2,
.flip-container2.hover .back2 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.flip-container2:hover .front2,
.flip-container2.hover .front2 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container2,
.front2,
.back2 {
    height: 30px;
    width: 30px;
    position: relative;
}
/* flip speed goes here */

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    top: -5px;
}
/* hide back of pane during swap */

.front2,
.back2 {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    right: 0;
}
/* front pane, placed above back */

.front2 {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
}
.back2 {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.about-carousel2.owlcarousel .item{height: 100vh;}


	ul.tab-pan-gridlist {
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    box-sizing: content-box;
    display: block;
    height: 100%;
}
ul.tab-pan-gridlist li {
    float: left;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 3rem;
    margin: 0;
      font-family: 'Lora', serif !important;
      line-height: 15rem;
}
	/*.right-border{border-right: 1px solid #656565;	}*/
	.left-border{border-left: 1px solid #656565;}
	.top-border{border-top: 1px solid #656565;}
	/*.bottom-border{border-bottom: 1px solid #656565;}*/
	.midbottom-border{border-bottom: 1px solid #000;}
.right-border,.right-border-full,.right-border-reverse,.bottom-border {
  position: relative;
}
.right-border:before,.right-border-full:before,.right-border-reverse:before, .bottom-border:after {
  content: "";
  position: absolute;
     bottom: -1px;
  right: 0px;
  
}.bottom-border-left:after {
  content: "";
  position: absolute;
     bottom: -1px;
  right: 0px;
  
}
.right-border:before {
  top: -5px;bottom: 0px;
  width: 1px; 
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #000);
  background-image: -moz-linear-gradient(transparent, #000);
  background-image: -o-linear-gradient(transparent, #000);
}.right-border-reverse:before {
  top: 0px;bottom: -5px;
  width: 1px; 
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(transparent), to(#000));
  background-image: -webkit-linear-gradient( #000,transparent);
  background-image: -moz-linear-gradient( #000,transparent);
  background-image: -o-linear-gradient( #000,transparent);
}.right-border-full:before {
  top: -5px;bottom: 0px;
  width: 1px; 
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(#000));
  background-image: -webkit-linear-gradient(#000, #000);
  background-image: -moz-linear-gradient(#000, #000);
  background-image: -o-linear-gradient(#000, #000);
}
.bottom-border:after {
  right: 0px;
  height: 1px;left: 0px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(#000));
  background-image: -webkit-linear-gradient(right, #000, transparent);
  background-image: -moz-linear-gradient(right, #000, transparent);
  background-image: -o-linear-gradient(right, #000, transparent);
}.bottom-border-left:after {
  left: 0px;
  height: 1px;    right: 0px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(left, #000, transparent);
  background-image: -moz-linear-gradient(left, #000, transparent);
  background-image: -o-linear-gradient(left, #000, transparent);
}
	





/*********** @media Query ************/

@media(min-width:40em) {
    nav#menu::before {
        width: 120vw
    }
}
@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 880px) {
	
	
	ul.tab-pan-gridlist li{font-size:2rem;}
.our-bizwrapper .row-flex {
    display: block;
}
.OurBusinesses .ProdTxtWrp {
    background: #fff;
    padding: 5vh;
    height:auto;
    display: inline-block;
    vertical-align: middle;
}
.OurBusinessesWrp {
 margin: 0px auto 10% auto;
position: relative;
display: table;
}
a.ourBusiness {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
 text-align: center;
}
.business-wrp-block {
    height: auto;
    width: 100%;
    clear: both;
    margin: 0 auto;
}
a.ourBusiness img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}	
}
@media screen and (max-width: 640px) {
    .width,
    .width-13,
    .width-20,
    .width-27,
    .width-30,
    .width-39,
    .width-40,
    .width-45,
    .width-50,
    .width-56,
    .width-60,
    .width-70,
    .width-73,
    .width-80,
    .width-83,
    .width-87,
    .width-90,
    .width-100 {
        width: 100% !important
    }
    .mob-none {
        display: none!important
    }
    .no-mopad {
        padding: 0px!important;
        display: block;
    }
    .mob-divider50 {
        height: 50px!important
    }
    .mob-divider25 {
        height: 25px!important
    }
    .divider10,
    .divider100,
    .divider20,
    .divider30,
    .divider40,
    .divider60,
    .divider70,
    .divider80,
    .divider90 {
        float: none;
        width: 100%;
        clear: both;
    }
    header.shrink .logo {
        width: 50%;
        transition: all 500ms ease-in-out;
    }
    header .logo {
        width: 50%;
        transition: all 500ms ease-in-out;
    }
    [id="navcheck"]:checked ~ nav#menu a {
        transform: translateY(0%) skew(0deg);
    }
    nav#menu {
        left: 0!important;
        width: 100%!important;
    }
    nav#menu a span {
        transform: skew(0deg);
        display: block;
        margin: 5vh auto;
    }
    nav#menu a img {
        margin: 0.5vh auto;
        transform: skew(0deg);
        display: none;
    }
    nav#menu a {
        width: 100%;
        margin: .1em auto;
        padding: .1em;
        border-left: 1px solid #d8d8d8;
        /* font-size: 1.5em;*/
        /* font-size: 2vh;*/
        
        font-size: 3.5rem;
        color: #bb9b52;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 500;
        display: block;
        height: auto;
        text-align: center;
        transform: translateY(0%) skew(0deg);
        transition: color .15s, background-color 300ms ease-in-out, transform .5s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 300ms ease-in-out;
    }
    nav#menu::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100rem;
        height: 100vh;
        background: #ffffff;
        content: '';
        transform: skewX(15deg) translateY(-100%);
        transform-origin: bottom left;
        will-change: transform;
        transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .HeroBannerWrp {
        background: #2c2a2a;
        width: 100%;
        height: 110vh;
        margin: 0px auto;
        box-sizing: content-box;
        display: table;
    }
    .HeroBanner {
        width: 90%;
        height: 100vh;
        margin: 0px auto;
        padding: 15vh 0 0 0;
        position: relative;
        display: table;
    }
    h1 {
        font-size: 2.5rem!important;
    }
    .BannerTxtWrp {
        position: relative;
    }
    .home-video {
        width: 100%!important;
        margin: 2% auto!important;
    }
    .carousel-fade .carousel-inner .item {
        padding: 1.5rem;
        min-height: 45vh;
    }
    .RDabt {
        width: 100%;
        margin: 0px auto;
        position: relative;
        padding: 0px 0px;
    }
    .RDabt h3 {
        font-size: 2rem;
        line-height: auto;
        margin: 0px;
    }
    .HomeSec-03 {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    .HomeSec-03 .row-flex {
        display: flex;
        flex-direction: column;
    }
    .HomeSec-03 .ContentBox {
        padding: 2vh;
        height: auto;
        display: block;
        vertical-align: middle;
        position: relative;
        box-sizing: content-box;
    }
    .HomeSec-03 .ContentBox .diamondIconWrp {
        position: relative;
        bottom: 0;
    }
    .HomeSec-03 .ContentBox .diamondIcon {
        display: inline-block;
        width: 5vh;
        height: 5vh;
        margin: 0vh 1vh;
        background: url(../img/diadmon_icon.png) no-repeat center center;
        background-size: cover;
    }
    .HomeSec-03 .padding-thirty,
    .HomeSec-05 .padding-thirty {
        padding: 0% !important;
    }
    .HomeSec-04 {
        width: 100%;
        margin: 0px auto;
        position: relative;
        padding: 0px 0px;
    }
    .years35 {
        position: relative!important;
        bottom: 0;
        z-index: 2;
        width: 100%;
    }
    .years35 img {
        width: 100%;
    }
    .years35 h1 {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
    }
    .LineArtMan {
        margin-left: 0!important;
        margin-bottom: 2%!important;
        margin-top: 2%!important;
    }
    .HomeSec-05 .ContentBox {
        padding: 2vh;
    }
    .companyBannerWrp .carousel-fade .carousel-inner .item {
        padding: 1.5rem;
    }
    .company-page .HeroBannerWrp {
        background: #2c2a2a;
        width: 100%;
        height: 150vh;
        margin: 0px auto;
        box-sizing: content-box;
    }
    .about-carousel,
    .about-carouse2 {
        clear: both!important
    }
    .about-tabbed ul.nav.nav-tabs {
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        top: 0px;
    }
    .about-tabbed .nav-tabs>li {
        width: 48.8%;
        height: 80px;
        display: flex;
        align-items: center;
        transition: all 500ms ease-in-out;
    }
    .about-tabbed .nav-tabs>li>a {
        padding: 2.5rem;
        font-size: 2rem;
        transition: all 500ms ease-in-out;
    }
    .about-tabbed ul.nav.nav-tabs>li>a {
        min-width: 100%;
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 500ms ease-in-out;
    }
    .company-page .HomeSec-05 .ContentBox {
        width: 100%!important;
        height: auto!important;
        display: block;
    }
    .infra-listwrap {
        display: table!important;
        width: 100%!important;
    }
    .mentorship-icon {
        text-align: center;
        margin: 0 auto;
        position: absolute;
        z-index: 9;
        top: -24px;
        left: 0;
        width: 100px;
        height: 100px;
        right: 0;
    }
    .mentorship-culture .ContentBox {
        height: auto;
        padding: 90px 2vh 2vh 2vh;
    }
    .mentorship-culture {
        height: 150vh;
    }
    .ContactBgWrp {
        width: 100%!important;
        height: 100vh!important;
    }
    .ContactBg {
        width: 100vw;
        height: 100vh;
        padding: 0;
        display: block!important;
        vertical-align: middle;
        position: relative;
        padding-top: 9vh;
        float: none;
        margin: 0 auto;
    }
    h2.footer-title.no-border {
        font-size: 2rem!important;
    }
    .footer-add p {
        font-size: 1.8rem!important;
        line-height: 2.5rem!important;
    }
    .OurBusinesses {
        width: 100vw;
        height: 100vh;
        margin: 0px auto!important;
        padding: 0;
        display: table;
    }
    .OurBusinessesWrp {
        display: table
    }
    .OurBusinesses .ProdTxtWrp {
        background: #fff;
        height: auto;
        display: table-cell;
        width: 100%;
        padding: 4%;
    }
    .ourBusinessesParticularWrp {
        background: #2c2a2a;
        width: 100%;
        height: 100vh;
        margin: 0px auto;
        display: table;
    }
    .ourBusinessesParticularWrp .OurBusinesses .ProdTxtWrp {
        background: #fff;
        padding: 2rem;
        height: auto;
        display: table-cell;
        vertical-align: middle;
    }
    .ProdSec-01 .ProdTxtWrp {
        background: #fff;
        padding: 10vw;
    }
    .projectDimaonds {
        background: none;
        background-size: cover;
        position: relative;
        left: 0;
        bottom: 0%;
        /* top: 100%; */
        
        width: 50vw;
        height: 50vh;
    }
    #productsTab.nav-tabs>li>a {
        margin-right: 0px;
        line-height: 1;
        border: none;
        border-radius: 0px;
        padding: 20px 15px;
        text-align: center;
        font-size: 2rem;
        color: #fff;
        border-left: 1px solid #ddd;
        background-color: #2c2a2a;
    }
    #productsTab.nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        width: 33%;
    }
    #ProductTabContent {
        border: 2px solid #bb9b52;
        clear: both;
        display: inline-block;
        padding: 3.5vw 2vw;
    }
	
	ul.tab-pan-gridlist li {
    font-size: 2rem;
    line-height: 5rem;
    height: 5rem;
}
	
}
@media (max-width: 480px) {ul.tab-pan-gridlist li {
    font-size: 1rem!important;
    line-height: normal;
    height: 4rem;
}} @media (min-width: 220px) and (max-width: 560px) {ul.tab-pan-gridlist li {
    font-size: 1.5rem;
    line-height: normal;
    height: 4rem;
}} @media (min-width: 550px) and (max-width: 800px) {} @media screen and (min-width: 500px) and (max-width: 800px) {
    .home-video {
        width: 100%!important;
        margin: 2% auto!important;
        margin-top: 2%;
    }
    .BannerTxtWrp {
        position: relative;
    }
    .HeroBannerWrp {
        display: table;
        padding-bottom: 4%;
    }
    .HeroBanner {
        width: 90%;
        height: 100vh;
        margin: 0px auto;
        padding: 0vh 0 0 0;
        position: relative;
        display: table;
    }
    h1 {
        font-size: 4vw !important;
    }
    .RDabt {
        width: 90%;
        padding: 0px;
    }
    .RDabt .col-md-5.no-mopad {
        padding: 1% 0;
    }
	
	ul.tab-pan-gridlist li {
    font-size: 2rem;
    line-height:normal;
    height: 5rem;
}
}
@media screen and (max-width: 991px) {
    .projectDimaonds {
        background: none;
        background-size: cover;
        position: absolute;
        left: 0;
        bottom: 0%;
        top: 65%;
        width: 50vw;
        height: 50vh;
    }
	
	#tab1primary .row.full-width {

    display: flex;
    flex-direction: column;	}
	
	

	
}
@media (min-width: 850px) and (max-width: 1366px) {ul.tab-pan-gridlist li{font-size: 2rem}}
@media screen and (min-width: 750px) and (max-width: 770px) { ul.tab-pan-gridlist li{font-size: 2rem}}
@media screen and (min-width: 980px) and (max-width: 1024px) {
.carousel-fade .carousel-inner .item,.companyBannerWrp .carousel-fade .carousel-inner .item { padding: 3.5vh;}
.BannerTxtWrp,.companyBannerWrp .BannerTxtWrp.width-40 {
        width: 45%!important;
    }
    .RDabt h3 {
        font-size: 2.25rem;
    }
    .HomeSec-03 .ContentBox .diamondIcon {
        width: 4vh;
        height: 4vh;
    }
    body {
        font-size: 1.4rem;
    }
    .companyBannerWrp .hero p.lead {
        font-size: inherit;
    }
	h1 {
    font-size: 3rem !important;
}
.OurBusinessesWrp {
 margin: 0px auto 10% auto;
position: relative;
display: table;
}
.OurBusinesses .ProdTxtWrp {
    background: #fff;
    padding: 5vh;
    height: 50vh;
    display: table-cell;
    vertical-align: middle;
}
	
.our-bizwrapper .col-md-7.col-sm-12.col-xs-12.no-padding {
    width: 50%;
}	
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    body {
        font-size: 1.4rem;
    }
    .carousel-fade .carousel-inner .item,
    .companyBannerWrp .carousel-fade .carousel-inner .item {
        padding: 3.5vh;
    }
    .BannerTxtWrp,
    .companyBannerWrp .BannerTxtWrp.width-40 {
        width: 45%!important;
    }
    .RDabt h3 {
        font-size: 2.25rem;
    }
    .HomeSec-03 .ContentBox .diamondIcon {
        width: 4vh;
        height: 4vh;
    }
    .HomeSec-03 .ContentBox {
        padding: 2vh;
    }
    h1 {
        font-size: 3rem !important;
    }
    .companyBannerWrp .hero p.lead {
        font-size: inherit;
    }
	.about-tabbed .nav-tabs>li {
    width: 50%;
    height: auto;
}
.about-tabbed ul.nav.nav-tabs>li>a {
    min-width: 100%;
    min-height: 20vh;
}
	
.about-tabbed .nav-tabs>li>a {

       padding: 5vh 3vh;

    font-size: 3rem;

}
	.OurBusinesses .ProdTxtWrp {
padding: 6vh;}


.our-bizwrapper {
    width: 50%!important;
    padding: 0!important;
    margin: 0 5%!important;
}
	
.ProdTxtWrper {
    width: 60%;
}	
	
	
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
    body {
        font-size: 1.8rem;
    }
    #procuring-wrap video {
        transform: scale3d(1.8, 1.8, 1.8)!important;
    }
    .carousel-fade .carousel-inner .item,
    .companyBannerWrp .carousel-fade .carousel-inner .item {
        padding: 3.5vh;
    }
    .BannerTxtWrp,
    .companyBannerWrp .BannerTxtWrp.width-40 {
        width: 45%!important;
    }
    .RDabt h3 {
        font-size: 2.25rem;
    }
    .HomeSec-03 .ContentBox .diamondIcon {
        width: 5vh;
        height: 5vh;
    }
	
	  h1 {
        font-size: 3rem !important;
    }
	
	
	.our-bizwrapper{width:80%; }
	
.ProdTxtWrper {
    width: 50%;
}	
	
}
@media screen and (min-width: 1601px) and (max-width: 1800px) {
    .carousel-fade .carousel-inner .item,
    .companyBannerWrp .carousel-fade .carousel-inner .item {
        padding: 3.5vh 5.5vh;
    }
	  h1 {
        font-size: 3rem !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    body {
        /* font-size: 1.65rem;*/
        
        font-size: 1.45rem;
    }
    .carousel-fade .carousel-inner .item,
    .companyBannerWrp .carousel-fade .carousel-inner .item {
        padding: 3.5vh;
    }
    .BannerTxtWrp,
    .companyBannerWrp .BannerTxtWrp.width-40 {
        width: 45%!important;
    }
    .RDabt h3 {
        font-size: 2.25rem;
    }
    .HomeSec-03 .ContentBox .diamondIcon {
        width: 5vh;
        height: 5vh;
    }
    #procuring-wrap video {
        transform: scale3d(1.4, 1.4, 1.4)!important;
    }
    .HomeSec-03 .ContentBox {
        padding: 4vh;
    }
	
.companyBannerWrp .hero p.lead {
	 font-size: inherit; }	
	
  h1 {
        font-size: 2.8rem !important;
    }
	
		
.about-tabbed .nav-tabs>li {
	width: 50%;height:auto;}	
	
	
.about-tabbed .nav-tabs>li>a {
 padding: 5vh 3vh;
}	
	
	
.about-tabbed ul.nav.nav-tabs>li>a {
min-width: 30vh;
min-height: 20vh;

}	
.company-page .HomeSec-05 .ContentBox {
display: table-cell;padding: 5vh;
}	
	
	
.our-bizwrapper{width:75%!important;padding:0!important; margin:0 2%!important}	
	.OurBusinesses .ProdTxtWrp {

    padding: 6vh 5vh;
  
}
	
.ProdTxtWrper {
    width: 50%;
}	
}
/*-----------------arrows------------------*/

.arrows {
    width: 60px;
    height: 80px;
    margin-left: -10px;
}
svg.arrows {
    transform: scale(.5);
}
.arrows path {
    stroke: #fff;
    fill: transparent;
    stroke-width: 3px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}
@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes arrow
/*Safari and Chrome*/

{
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    /* Safari ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ Chrome */
}
.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    /* Safari ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ Chrome */
}
.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    /* Safari ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ Chrome */
}
.bg-video {
    width: 100%;
    height: auto;
    object-fit: cover;
 }