/*
Template : Avtar Kalsi
Created By : The Innovative Ads

01. Default CSS
02. TopBar
03. Header
04. Main Banner
05. Action Box

*/


/* 01. Default Css Start Here 
-------------------------------------------------------------- */
body {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    line-height: 26px;
}
h1, h2, h3, h4, h5, h6, strong {
    font-family: 'Magra', sans-serif;
}
.facebook {
    background: #3b5998;
}
.twitter {
    background: #1da1f2;
}
.linkedin {
    background: #0077B5;
}
.googleplus {
    background: #DD4B39;
}
.youtube {
    background: #c4302b;
}
.instagram {
    background: #125688;
}
.pinterest {
    background: #c8232c;
}
.btn-theme {
    padding: 10px 40px;
    background: #A50485;
    border-color:  #A50485;
    border-bottom: 5px solid #85036b !important;
}
.btn-theme:hover,
.btn-theme:focus {
    background: #2B8FBE;
    border-color: #2B8FBE;
    border-bottom: 0px solid #1e759e !important;
    padding-top: 15px;
}
.form-group {
    margin-bottom:25px;
}
.form-control {
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #D9D9D9;
    font-size: 14px;
    line-height: 32px;
    height:46px;
}
label {
    font-weight: 500;
    font-size: 14px;
}
.color-theme {
    color: #2B8FBE;
}

/* 02. Topbar Start Here
-------------------------------------------------------------- */
#topBar {
    border-bottom: 1px solid #191e23;
    background-color: #191e23;
    padding: 5px 0px;
    /* -moz-box-shadow: inset 0 -2px 5px -5px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 -2px 5px -5px rgba(0,0,0,0.4);
    box-shadow: inset 0 -2px 5px -5px rgba(0,0,0,0.4);     */
}
#topBar a {
    color: #646464;
    line-height: 30px;
    font-size: 13px;
    text-decoration: none;
}
#topBar li > a {
    color:#fff;
}
.social a {
    color: #fff !important;
    width: 30px;
    height: 30px;
    text-align: center;
    display:block;
    border-radius: 4px;
    border-bottom: 2px solid rgba(0,0,0,0.3);
    line-height: 30px;
    font-size: 13px;
    text-decoration: none;
}
.social a:hover,
.social a:focus {
    border-bottom: 0px solid transparent;
}
#topBar .goog-te-menu-value {
    line-height: 26px;
}
#topBar .goog-te-gadget-simple {
    padding: 0px !important;
}

/* 03. Header Start Here
-------------------------------------------------------------- */
.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar {
    background:#fff !important;
    padding: 0px;
}
.navbar-nav .nav-link {
    font-family: 'Magra', sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #343434;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 74px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #A50485;
}
.navbar-nav .active >.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: #A50485;
}
.navbar-text {
    font-size: 17px;
    font-weight: bold;
    padding:0px 15px 0px 0px;
    margin: 5px;
    color: #343434;
    border: 2px solid #A50485;
    border-radius: 40px;
}
.navbar-text img {
    margin:-2px;
}
.navbar-text:hover,
.navbar-text:focus {
    color: #fff;
    background: #A50485;
    cursor: pointer;
}
.dropdown-menu {
    border: 0px;
    padding-top: 0px;
    margin: 0px;
    border-top: 1px solid #dedede;
    border-radius: 0px 0px 4px 4px;
}
.dropdown-menu .dropdown-item {
    font-family: 'Magra', sans-serif;
    font-size: 13px;
    padding:6px 15px;
    border-bottom: 1px solid #dedede;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #A50485;
    color: #fff;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown.position-static .dropdown-menu li {
    list-style: none;
}
.dropdown.position-static .dropdown-menu li a {
    color: #272727;
    font-family: 'Magra', sans-serif;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dotted #dedede;
    display: block;
    line-height: 28px;
    padding:5px 0px;
}
.dropdown.position-static .dropdown-menu li:first-child {
    margin-bottom: 10px;
}
.dropdown.position-static .dropdown-menu li a:hover,
.dropdown.position-static .dropdown-menu li a:focus {
    background-color: #A50485;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
  
/* 4. Main Banner
-------------------------------------------------------------- */
.carousel-control-next, .carousel-control-prev {
    width: 50px;
    background: rgba(0,0,0,0.5);
    top: 45%;
    bottom: 45%;
    visibility: hidden;
    font-size: 24px;
    opacity: 1;
}
.mainBanner:hover .carousel-control-next,
.mainBanner:hover .carousel-control-prev {
    visibility: visible;
}
.mainBanner .carousel-caption {
    background: rgba(0,0,0,0.5);
    top: 30%;
    bottom: 30%;
    left: 25%;
    right: 25%;
    padding-top: 80px;
}
.mainBanner .carousel-caption h5 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}
.carousel-indicators {
    right: 0;
    left: auto;
    margin-right: 25px;
    margin-left: 0px;
    display: block;
}
.carousel-indicators li {
    margin: 0px;
    padding: 0px;
    border-top-width: 5px;
    border-bottom-width: 5px;
}

/* 5. Action Box
-------------------------------------------------------------- */
.actionBox {
    margin-top: -20px;
    margin-bottom:50px;
}
.actionBoxInner {
    padding: 24px 0px;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    background-color: #cf4726;
    clear: both;
    border-radius: 6px;
    z-index: 1;
}
.actionBoxInner:before {
    position: absolute;
    content: '';
    background-color: #cf4726;
    width: 30px;
    height: 32px;
    display: block;
    bottom: -6px;
    left: 20%;
    border-radius: 4px;
    -webkit-transform: skewY(35deg);
    -ms-transform: skewY(35deg);
    transform: skewY(35deg);
    border-top: 0;
}
.actionBoxContent {
    padding: 20px 40px;
}
.actionBoxContent h3 {
    font-weight: normal;
    font-size: 22px;
}
.actionBoxContent span {
    font-weight: 500;
}
.actionBoxContent:before {
    position: absolute;
    content: '';
    background-color: #cf4726;
    top: -6px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: skewY(1.5deg);
    -ms-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    border-radius: 6px;
    transform-origin: right top;
}
.actionBoxContent:after {
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,.2);
    width: 90%;
    height: 50%;
    display: block;
    border-radius: 4px;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    right: 5%;
    top: -20px;
    z-index: -1;
}
.actionButton {
    margin-top:25px;
    text-align: right;
}
.actionButton .btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-width: 2px;
}





.owl-theme .owl-nav {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    font-size: 24px !important;
    margin: 10px 5px !important;
    padding: 4px 20px !important;
    background: #efefef !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    min-width: 40px;
    border: 1px solid #ccc !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #cf4726 !important;
    border-color:  #cf4726 !important;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-carousel .item h5 {
    font-weight: 500;
    font-size: 15px;
    text-align:center;
    margin-top: 10px;
    margin-bottom:20px;
}
.owl-carousel .item a {
    text-decoration: none;
    color: #272727;
}
.owl-carousel .item img {
    transition: transform .2s;
}









/* Footer Start Here
-------------------------------------------------------------- */
footer {
    color: #fff;
}
.footerTop {
    padding-bottom: 30px;
    padding: 50px 0px 0px;
    background: #fff;
}
.footerTop .btn-theme {
    margin-top: 10px;
}
.footerTop .text {
    font-size: 15px;
    font-weight: 500;
}
.footerBlock {
    font-size: 14px;
    padding: 50px 0px 30px;
    background: #000 url('../images/bg.jpg') repeat;
}
.footerBlock .heading {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footerBlock p {
    margin-bottom: 10px;
}
.footerBlock ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 5px;
}
.footerBlock ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.footerBlock ul li a:hover,
.footerBlock ul li a:focus { 
    color: #fff;
}
footer .highlight {
    background: #fff;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    padding: 40px;
    margin-top: -100px;
    border-radius: 3px;
    border-top: 5px solid #A50485;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px #dedede;
}
footer .highlight img {
    margin-bottom: 20px;
}
footer .highlight h3 {
    color: #A50485;
    font-size: 28px;
}
footer .highlight p {
    color: #343434;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.copyright {
    padding: 20px 0px 0px;
    color: #fff;
    font-size: 13px;
    background: #090909;
}
.copyright a {
    color: #fff;
    text-decoration: none;
}
.copyright a:hover {
    color: #fff;
}


/* Video Icon
-------------------------------------------------------------- */
.bg-section {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 15px;
    right: 15px;
    border: 5px solid #fff;
    overflow: hidden;
}
.homewcu .bg-section {
    border-color: #cf4726;
}
.videoOverlay {
    padding:20% 0px;
}
.homewcu .videoOverlay {
    background: rgba(0,0,0,0.5);
}
.video-icon {
    position: relative;
}
.video-icon a {
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    background: #fff;
    width: 104px;
    height: 104px;
    border-radius: 52px;
    box-shadow: 2px 0px 30px rgba(3, 15, 39, 0.1);
}
.video-icon a:after {
    text-indent: 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -15px;
    border-width: 14px 22px;
    border-style: solid;
    border-color: transparent;
    transition: all ease 0.3s;
    border-left-color: #cf4726;
}
.video-icon .circle {
    border: 2px solid rgba(255, 255, 255, 0.4);
    width: 120px;
    height: 120px;
    top: -8px;
    left: -8px;
}
.video-icon .circle {
    position: absolute;
    border-radius: 100%;
    animation: circle-fade-inf 3s infinite ease-in-out;
    transition: all 0.5s;
}

@keyframes circle-fade-inf {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}




.bc {
    position: relative;
}
.bc .bcTitle {
    color: #fff;
    font-size: 32px;
}
.bc.image {    
    background: #000 url('../images/bg.jpg') repeat;
}
.bc .map {
    margin-bottom:-10px;
}
.bc .bcContent {
    padding: 30px 0px 20px;
}
.bc .breadcrumb {
    display: inline-flex;
    width: auto;
    background: transparent;
    color: #fff;
    padding: 5px 15px;
}
.bc .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.bc .breadcrumb li,
.bc .breadcrumb li a {
    color:#fff;
    text-decoration: none;
}
.bc .bottom-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right:0px;
    width: 100%;
    z-index: 99;
    height: 40px;
    background: url('./../images/bottom_mask.png') center bottom no-repeat;
}
.pageContent {
    padding:50px 0px 80px;
    border-bottom: 1px solid #dedede;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: relative;
}
/* .pageContent:after {
    content: "";
    background: url(./../images/background.png) center center no-repeat;
    position: absolute;
    z-index: 999999;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.5;
} */
.pageHeading {
    border-bottom: 1px solid #dedede;
    padding-bottom:10px;
    margin-bottom:20px;
    font-weight: 500;
}
.subHeading {
    font-size: 16px;
}


/* Gallery Start Here */
.gallery-item {
    text-align: center;
    position: relative;
    margin: 5px;
}
.gallery-item:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.gallery-item:hover:before {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: auto
}
.gallery-item .gallery-content {
    width: 100%;
    padding: 20px 0 30px;
    color: #fff;
    opacity: 0;
    position: absolute;
    bottom: 10%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.gallery-item:hover .gallery-content {
    opacity: 1;
    bottom: 0;
}
.gallery-item .gallery-content:before {
    content: "";
    width: 100px;
    height: 8px;
    background: #cf4726;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
}
.gallery-item:hover .gallery-content:before {
    width: 100%;
}
.gallery-item .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}
.gallery-item .post{
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.gallery-item .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.gallery-item .icon li {
    display: inline-block;
}
.gallery-item .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #cf4726;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

/* Gallery 2 Start Here */
.gallery-item2 {
    background: #000;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    margin:5px;
}
.gallery-item2:before,
.gallery-item2:after{
    content: "";
    border-width: 0 180px 140px 180px;
    border-style: solid;
    border-color: transparent transparent #cf4726bb transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-55%, 100%);
    transition: all 0.5s 0s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.gallery-item2:after{
    border-width: 150px 250px;
    border-color: transparent #cf4726 #b12f0e #962509;
    top: 25%;
    transform: translate(-60%, 100%);
}
.gallery-item2:hover:before{
    transition: all 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translate(-55%, 0);
    transition-delay: 0.2s;
}
.gallery-item2:hover:after{
    transition: all 0.4s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translate(-60%, 0);
    transition-delay: 0s;
}
.gallery-item2 img{
    width: 100%;
    height: auto;
    opacity: 1;
    transform: scale(1.1) translateY(3%);
    transition: all 0.5s ease 0s;
}
.gallery-item2:hover img{
    transform: scale(1.1) translateY(-3%);
    opacity: 0.4;
}
.gallery-item2 .gallery-content{
    padding: 20px 0 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transform: translateY(20%);
    transition: all 0.5s ease 0s;
}
.gallery-item2:hover .gallery-content{
    opacity: 1;
    transform: translate(0px);
    transition-delay: 0.1s;
}
.gallery-item2 .title{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.gallery-item2 .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.gallery-item2 .icon li{ display: inline-block; }
.gallery-item2 .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    color: #cf4726;
    text-align: center;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}
.gallery-item2 .icon li a:hover{ transform: rotate(360deg); }

@media only screen and (max-width: 767px) and (min-width: 600px){
    .gallery-item2:before{ border-width: 0 250px 240px; }
    .gallery-item2:after{ border-width: 260px 460px; }
}
@media only screen and (max-width: 599px) and (min-width: 430px){
    .gallery-item2:before{ border-width: 0 220px 120px; }
    .gallery-item2:after{ border-width: 260px 460px; }
}

/* Video Gallery Start Here */
.video-item {
    margin-bottom: 30px;
    border: 1px solid #dedede;
    padding: 5px;
}
.video-item h5 {
    font-weight: 500;
    font-size: 20px;
}


/* fluid 5 columns */
.grid-sizer,
.grid-item { width: 33.339%; }

.pageContent .content {
    font-size: 16px;
    line-height: 30px;
}


/* WCU Start Here */
.wcu {
    padding: 60px 0px 30px;
    background: #f5f5f5 url('./../images/bc.jpg') center center no-repeat fixed;
    background-size:cover;
    font-size: 16px;
    line-height: 28px;
}
.homewcu {
    background: #fff;
}
.wcu .card-header {
    padding: 0px;
}
.wcu .card-header a {
    font-size: 20px;
    color: #171717;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
}
.wcu .card-header a span {
    margin-top:5px;
}
.product-image {
    border: 1px solid #ccc;
    padding: 5px;
}
.single-product {
    font-size: 16px;
}
.single-product .nav-item {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.single-product .table th {
    font-weight: 500;
}


/* Step box Start Here */
.row.gutter-md {
    margin-right: -25px;
    margin-left: -25px;
}
.row.gutter-md>[class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
}
.stepbox {
    color: #535353;
    padding: 25px;
    min-height: 100px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 25px;
    border-radius: 5px;
    background-color: #ededed;
    z-index:9
}
.stepbox.first:after,
.stepbox.second:after {
    position:absolute;
    content: '';
    margin-top: 0;
    top: 0;
    right: -5px;
    background-color: #ededed;
    width: 40%;
    height: 100%;
    border-radius: 5px;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index:-1;
}
.stepbox.second:before,
.stepbox.third:before {
    position:absolute;
    content: '';
    margin-top: 0;
    top: 0;
    left: -5px;
    background-color: #ededed;
    width: 40%;
    height: 100%;
    border-radius: 5px;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    z-index:-1;
}
.stepbox-title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.stepbox-desc {
    font-size: 14px;
}
.stepbox.third,
.stepbox.third:before {
    background: #cf4726;
    color: #fff;
}


.homeAbout {
    padding: 50px 0px;
    background: #f5f5f5 url('./../images/bc.jpg') center center no-repeat fixed;
}
.homeAbout .content {
    padding: 50px 0px 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    z-index:999;
    position: relative;
}
.homeAbout h4 {
    line-height: 36px;
    font-weight: normal;
}

.homecontentBlock {
    position: relative;
}

.imgBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #f5f5f5 url('./../images/home.jpg') center center no-repeat fixed;
    background-size: cover;
}

.right .imgBlock {
    left:auto !important;
    right: 0;
}
.homecontentBlock {
    border-bottom: 1px solid #dedede;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: relative;
}
.homecontentBlock .container {
    background: url('./../images/tmap.png') center center no-repeat fixed;
    background-size: 50%;
    padding-top:50px;
    padding-bottom:50px;
}

.welcomeBox {
    padding:80px 0px;
    border-bottom: 1px solid #dedede;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: relative;
}

.videoBg {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding:130px 0px;
    background: #191e23;
    color: #fff;
}
.videoBg .content {
    z-index:1;
    text-align:center;
}
.videoBg .video-container {
    position: absolute;
    top: -60%;
    left: 0;
    width: 100%;    
    bottom:0px;
    right:0px;
    text-align:center;
}
.videoBg .color-overlay {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.4;
    background: #191e23;
}
video {
    height: 100vh;
}
.parallox {
    background: url("./../images/parrallox.jpg") center center no-repeat scroll;
    background-size: cover;
    font-size: 16px;
    line-height: 30px;
}
.customer {
    background: url("./../images/customer.jpg") center center no-repeat scroll;
}
.parallox .inner {
    padding: 100px 0px 120px;
    color: #fff;
    background: rgba(0,0,0,0.3);
}
.parallox h1 {
    font-size: 50px;
    line-height: 60px;
}
.bigText {
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
}
@media (max-width: 767px) { 
    .section h3 {
        margin-bottom:30px;
        text-align: center;
        font-size: 24px;
        opacity: 1;
        color:#fff;
    }
    .section h1 {
        text-align: center;
        font-size: 36px;
        padding-bottom: 20px;
        margin: 0px;
        opacity: 1;
        color:#fff;
    }
    .section p {
        text-align:center;
    }
    .contentBlock {
        display: none;
    }
    .videoBg .video-container { 
        top:-30%;
    }
    .bigText {
        font-size: 40px;
        font-weight: 500;
        line-height: 50px;
    }
}

.iconsBlock {   
    padding:50px 0px 130px;
    background: #000 url('../images/bg.jpg') repeat;
    color: #fff;
}
.iconsBlock h5 {
    margin-bottom:20px;
}
.iconsBlock i {
    color : #2B8FBE;
    margin-top:4px;
}
.iconsBlock span {
    font-size:18px;
    line-height:26px;
}

.categoriesBlock {
    margin-top: -100px;
}
.categoriesBlock .card {
    border-radius: 8px;
}
.categoriesBlock .card .card-body {
    padding: 50px 30px;
}
.categoriesBlock .card .card-title {
    text-transform: uppercase;
    font-family: 'Magra', sans-serif;
    color: #2B8FBE;
    font-weight: bold;
}
.categoriesBlock .card a {
    text-decoration: none;
    font-size: 18px;
}
.categoriesBlock .owl-carousel .owl-item img {
    width: auto !important;
}

.aboutBlock {
    padding: 50px 0px;
    font-size: 16px;
    line-height: 30px;
}
.aboutBlock h2 {
    color: #A50485;
}

.productsBLock {
    padding: 0px;
    margin: 80px 0px;
    background: url("./../images/parrallox.jpg") center center no-repeat fixed; 
}
.productsBLock .inner {
    background: rgba(0,0,0,0.3);
}
.productsBLock .head {
    margin-top: -80px;
    margin-bottom: -80px;
    padding: 75px 50px 150px;
    background: #000 url(../images/bg.jpg) repeat;
}
.productsBLock .foot {
    margin-top: -80px;
    margin-bottom: -80px;
    padding: 150px 50px 75px;
    background: #000 url(../images/bg.jpg) repeat;
}
.productsBLock .head h3 {
    color: #fff;
    font-size: 34px;
}
.productsBLock .foot .btn-outline-light {
    border: 3px solid #fff;
    border-radius: 0px;
    padding: 8px 50px;
}
.productsBLock .gallery {
    background: #fff;
    padding: 5px;
    z-index: 999;
    position: relative;
}

.box{
    font-family: 'Magra', sans-serif;
    background: #090909;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin: 5px;
}
.box:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.box:hover img{
    opacity: 0.6;
    filter: grayscale(100%);
}
.box .box-content{
    color: #fff;
    background: linear-gradient(to right, transparent,transparent,rgba(43,143,190,0.9),#A50485,#A50485);
    text-align: right;
    width: 100%;
    padding: 15px 15px 15px 60px;
    transform: translateY(-50%) scaleY(0);
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.box:hover .box-content{ transform: translateY(-50%) scaleY(1); }
.box .title{
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.box .post{
    font-size: 15px;
    font-style: italic;
    text-transform: capitalize;
    margin: 0 0 5px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translate(-100%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.box:hover .icon{ transform: translate(0, -50%); }
.box .icon li a{
    color: #A50485;
    background: #fff;
    font-size: 20px;
    text-align:center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: block;
    transition: all 0.3s ease;
}
.box .icon li  a:hover{ 
    color: #fff;
    background: #A50485;
}

.colorBlock {
    padding: 120px 0px;
}
.colorBlock h1 {
    font-size: 60px;
    line-height: 70px;
    color: #A50485;
}
.colorBlock h4 {
    font-size: 24px;
    line-height: 40px;
}
.colorBlock .block {
    text-align: center;
    margin-bottom: 20px;
}
.colorBlock .block img {
    border-radius: 50%;
    margin-bottom: 10px;
}
.pageContent .card-title {
    color: #A50485;
    font-size: 24px;
}

