/***************Category Three Page product view*******************/

.c-preview {
    background: #000;
    background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #ff5654 50%, #009540 75%, #009540 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #ff5654 50%, #009540 75%, #009540 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000000 0%, #000000 25%, #ff5654 50%, #009540 75%, #009540 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    width: 220px;
    height: 220px;
    max-width: 100vw;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: .5s all;
}

.c-preview__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .5;
    mix-blend-mode: screen;
}

.c-preview__img img {
    width: 100%;
}

.c-preview__title {
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 16px;
    font-weight: 700;
}

.c-preview:hover {
    background-position: 100% 100%;
    color: #fff !important;
}

.c-preview:hover {
    text-shadow: 0 0 20px black;
}

a:hover {

    text-decoration: none;
}

.videoframe {
    display: block;
}

.inner-page {
    margin-bottom: 20px;
}

/*business segments image caption*/
.p-img-readmore {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    bottom: 0px;
    color: #f00;
    display: none;
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 30%;
}

/*business segments image caption*/
.p-img-container span.pf-caption {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    bottom: 25px;
    color: #f00;
    display: none;
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 25%;
}

.p-img-container {

    position: relative;
    z-index: 11;
}

/* Portfolio */
.portfolio {
    border-top: 1px solid #e6e6e6;
}

.portfolio .portfolio-item {
    margin-top: 20px;
    text-align: center;
}

.portfolio .portfolio-item .p-img-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    z-index: 11;
}

.portfolio .portfolio-item .p-img-container span.pf-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.portfolio-item .p-img-container .pf-caption span.title {
    display: block;
    padding: 10px 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.portfolio-item .p-img-container .pf-caption span.paragraph {
    display: block;
    font-size: 13px;
    line-height: 23px;
    padding: 10px 15px;
}

/* Inner Page  Portfolio */
/* Portfolio */

.img-portfolio ul {
    margin: 0;
    padding: 0;
}

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

#filters {
    margin-left: 0px;
    margin-bottom: 5px;
}

#filters li {
    display: inline;
    padding: 0px;
    background: none;
}

#filters a {
    font-size: 15px;
    padding: 4px 20px;
    display: inline-block;
    font-weight: bold;
    color: white;
    background-color: gray;
}

#filters .btn-default:hover, #filters .btn-default:focus, #filters .btn-default:active {
    background-color: red !important;
}

#filters .btn {
    border-radius: 0px !important;

}

.portfolio li {
    display: inline !important;
    border: none !important;
}

.portfolio li a, .portfolio li a:visited {
    color: red;
    padding: 5px 10px;
    margin: 0px 5px;
}

.portfolio li a:hover {
    color: #555;
}

#portfolio {
    text-align: center;
}

#portfolio .element {
    margin: 5px 10px 5px 0px;
    padding: 0px;
}

#portfolio h4 {
    margin: 4px 0px;
    padding: 0px;
    margin-top: 10px;
    color: #666;
    font-size: 15px;
    font-weight: bold;
}

#portfolio a, #portfolio a:visited, #portfolio a:hover {
    color: #666;
    text-decoration: none;
}

#portfolio .pcap {
    padding: 3px 0px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-top: 0;
    max-width: 270px;
    line-height: 20px
}

#portfolio .pcap p {
    padding: 0px 10px 10px 10px;
    font-size: 12px;
    font-style: italic;
    color: #888 !important;
}

/*#portfolio img{
   width:277px;
   max-width:277px;
   height:126px;
}*/
.middlewrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}

.content1 p {
    font-family: 'Open Sans', Arial;
    color: #555555;
    text-align: justify;
    margin-top: 8px;
}

.about__us__wrapper .hidden-sm {
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.about__us__wrapper .content1 p {
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.contentheading {
    color: #504c4c;
}

.leftbox img, .rightbox img {
    box-shadow: 0px 0px 3px #9e9e9e;
    margin-bottom: 10px;
}

.leftbox, .rightbox {
    width: 48%;
    float: left;
}

.leftbox {
    margin-right: 10px;
}

.bubox, .videomodule {
    margin-top: 8px;
}

.pom, .recipes {
    padding: 10px;
    background: none repeat scroll 0 0 #FFFFFF;
    /* height: 240px; */
    border-radius: 2px;
    box-shadow: 0 0 4px #9e9e9e;
    margin: 0px 50px 0px 10px;
    line-height: 1.7;
}

.pomleft, .recipesleft {
    padding: 4px;
}

.pom span {
    color: #4d218f;
    font-family: Cuprum;
}

.recipes span {
    color: #feb10c;
    font-family: Cuprum;
}

.recipes p, .pom p {
    color: #807f7f;
    font-family: 'Open Sans', Arial;
    margin: 10px;
    text-align: justify;
}

.brand_title__padding {
    padding: 50px 15px;
}

/*.pom p
{
    font-size:1.1em;
    font-family:'Open Sans',Arial;
    font-weight:bold;
    color:#e92d23;
    margin-top:5px;
    margin-bottom:5px;
}*/

/********************* Home Page Category*************************88*/

.brand-category__headline {
    color: #545454;
    font-weight: 400;
    font-size: 20px;
    font-size: 2.5rem;
    line-height: 26px;
    line-height: 1.625rem;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
}

.brand {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
}

.brand__image img {
    transition-duration: .2s;
    margin: 0 auto;
    display: block;
}

.brand__image img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    z-index: 0;
}

.brand__image .image__file {
    display: block;
    width: 100%;
    /*padding:10px;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.2);*/
}

.image____file {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.2);
}

.image__file {
    max-width: 100%;
    /*border: 5px solid #fff;*/
}

.formatted-text {
    width: 100%;
    max-width: 52rem;
    margin-right: auto;
    margin-left: auto;
}

.brand__headline {
    flex-basis: 100%;
    margin-bottom: 0.625rem;
    color: #666;
    font-weight: 600;

    font-size: 14px;

    text-align: center;
    line-height: 1.6rem;
    font-family: 'Open Sans', Arial;
}

.catagory_hr {
    width: 230px;
    color: #000;
    border-top: 1px solid #101010;
}

.controls-top {
    text-align: right;
    margin-bottom: 1.88rem;
}

.btn-floating {
    /* -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15); */
    /* box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15); */
    width: 30px;
    height: 27px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 0;
    padding: 2px 7px;
    cursor: pointer;
    border: 2px solid #717070;
    text-align: center;
}

.btn-category {
    color: gray;
    /* background-color: gray; */
    border: 1px solid gray;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}

.btn-category:hover {
    background-color: #009540;
    color: white;
    border: 1px solid #009540;
}

/*#####################
Additional Styles (Carousel)
######################*/

#myCarousel .thumbnail {
    margin-bottom: 0;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    color: #fff;
    top: 40%;
    color: #428bca;
    bottom: auto;
    padding-top: 4px;
    width: 30px;
    height: 30px;
    text-shadow: none;
    opacity: 1;
}

.carousel-control:hover {
    color: #d9534f;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}

.carousel-control.right {
    left: auto;
    right: -32px;
}

.carousel-control.left {
    right: auto;
    left: -32px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 50%;
    padding-right: 0;
    margin-left: 0%;
    text-align: right;
    list-style: none;
}

.carousel-indicators li {

    border: 1px solid #444;
    color: #444;

}

/*.carousel-indicators i{
    border-radius: 0;
    width: 30px;
    height: 30px;
    background: #ccc;
    border: 1px solid #ccc;
    padding: 7px;
}*/

.my-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.carousel-inner img {
    width: 100%;
}

.news--row {
    padding: 0px 100px 100px;
}

.news_title {
    font-family: 'Open Sans';
}

.adoutus_title {
    font-family: 'Open Sans';
    font-weight: 600;
    margin: 20px 0px;
}

.news_detail_home {
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 1.5;
    color: gray;
}

.btn-news {
    color: white;
    background-color: #464646;
    /* border: 1px solid #666; */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /* border-radius: 4px; */
}

.btn-news:hover {
    background-color: #009540;
    color: white;
}

.ttm-row {
    padding: 95px 0;
}

/***************************************************Close Bootstrap 4.00*/

.navbar-nav {
    margin: 10px auto 0px;
}

.navbar > .container, .navbar > .container-fluid {
    display: block;

}

.multi-item-carousel .carousel-inner > .item {
    transition: 0.6s ease-in-out all;
}

.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}

.multi-item-carousel .carousel-inner .next {
    left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner > .item {
        transition: 0.6s ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-perspective: none;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

/***********************Tawhid*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../bootstrap/fonts/glyphicons-halflings-regular.eot);
    src: url(../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

/*#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
}*/

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {

    font-family: 'Open Sans', sans-serif;
    background-color: #f2f2f2;
    border: 1px solid #e8e8e8;
    border-bottom: 2px solid #f7dc2b;
    padding-right: .5em;
    padding-left: .5em;
    -webkit-box-shadow: 0px 10px 30px -15px #333;
    box-shadow: 0px 10px 30px -15px #333;
    border-radius: 2px;
    min-height: 800px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li {
    border-bottom: 1px solid #ffffff;
}

#sidebar ul li .col-md-10, .col-md-2 {
    padding-right: 10px;
    padding-left: 10px;
}

#sidebar ul li a.left_cat_title {
    padding: 15px;
    font-size: 14px !important;
    display: block;

}

#sidebar ul li a.lect_cat_icon {
    padding: 15px;
    font-size: 1.1em;
    display: block;

}

#sidebar ul li a {
    padding: 15px;
    font-size: 14px;
    display: block;

}

#sidebar ul li a:active {
    font-weight: 600;
}

#sidebar ul li a:hover {
    color: #fff !important;
    font-weight: 500;
    transition-duration: 0.5s;
    background-color: #009540 !important;
}

#sidebar ul li .sidebar_box.active a:hover {
    color: #fff !important;
    font-weight: 500;
}

#sidebar ul li.active a:hover {
    color: #fff !important;
    font-weight: inherit;
    /*background: #666;*/
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #333;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    content: '\002b';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\2212';
}

.megamenu a[aria-expanded="false"]::before, .megamenu a[aria-expanded="true"]::before {
    content: none;
}

#sidebar ul ul a {
    font-size: 1.1em !important;
    padding-left: 25px !important;
    color: #333;
}

#sidebar ul ul ul a {
    font-size: 1.1em !important;
    padding-left: 30px !important;
    color: #333;
}

#sidebar ul ul ul ul a {
    font-size: 1.1em !important;
    padding-left: 35px !important;
    color: #333;
}

#sidebar ul ul a.lect_cat_icon {
    font-size: 1.1em !important;
    padding-left: 10px !important;
    color: #333;
}

#sidebar ul.CTAs {
    padding: 20px;
}

#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

/* ---------------------------------------------------
    Category page
----------------------------------------------------- */

#breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    height: 30px;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    overflow: hidden;
    position: relative;
    margin: 10px 0px;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.breadcrumb span.inline.odd.first {
    padding: 0 1em 0 0;
}

.breadcrumb span.inline.even, .breadcrumb span.inline.odd {
    display: inline-block;
    padding: 0 .5em 0 1.5em;
}

.breadcrumb > * {
    -webkit-transition: 1s all cubic-bezier(.18, .89, .32, 1.28);
    transition: 1s all cubic-bezier(.18, .89, .32, 1.28);
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: #000;
    padding: 0 10px 0 30px;
    background: #fff;
    position: relative;
}

.breadcrumb span.first a {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 1.5em;
    color: transparent;
    max-width: 1em;
}

.breadcrumb span.first a:before {
    content: "\e021";
    color: #666;
    font-size: .85rem;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
    opacity: .75;
}

.breadcrumb span a:after {
    content: '▶';
    position: absolute;
    left: 1px;
    top: -.05em;
    font-size: .65rem;
    font-weight: 100;
}

.cate_title {
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding-left: 20px;
}

.category_brand {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 53px;
}

.border-left-gray {
    border-left: 1px solid #efefef;
}

.border-bottom-gray {
    border-bottom: 1px solid #efefef;
}

.brand-category__brands {
    /*border: 1px solid #efefef;*/
    /*padding-bottom: 50px;*/
}

.breadcrumb {
    padding: 0px 10px;
}

p {
    color: #3c4043;
    font-family: 'Open Sans', sans-serif;
}

.p-4 {
    padding: 40px !important;
}

.joint_img {
    position: relative;
    float: left;
}

.joint_title {
    margin: 40px 0px;
}

.m-5 {
    margin: 50px !important;
}

.mx-2 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-5 {
    margin-left: 50px;
    margin-right: 50px;
}

.box-shadow {
    box-shadow: 3px 3px 10px #bbbbbb;
}

.eventsDate {
    text-align: center
}

.eventsDate time {
    font-size: 20px;
}

.eventCard p {
    overflow: hidden;
    max-height: 60px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.eventCard h4 {
    overflow: hidden;
    max-height: 35px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-card h3.nHeading {
    max-width: 50rem;
    font-weight: 700;
    font-style: normal;
    color: #464646;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-top: 4rem;
    margin-right: 1rem;
    font-family: "Lato", sans-serif;
}

.imageOverlay20 {
    /*position: absolute;*/
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    /*height: 100%;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.nHockey:after {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: -1px;
    top: 25px;
    width: 0;
    z-index: 1;
}

.news-card .storyContent {
    position: relative;
    margin: 2rem;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    max-height: 60px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ymlFeedArticle {
    color: #464646;
    max-width: 24rem;
    margin-left: 15px;
}

.already-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

.comeInBorder {
    -webkit-animation: borderLine 2s;
    animation: borderLine 2s;
}

.feedArticleBorder {
    border-left: 1px solid orange;
    position: absolute;
    height: 95%;
    bottom: 0;
    left: 2%;
}

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.product_brand_img {
    position: relative;
    float: right;
    margin: 0px 15px;
}

.line-height-25 {
    line-height: 2.5;
}

.line-height-15 {
    line-height: 1.5;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/***********Brand carousel*/

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control {
    width: 8%;
    width: 0px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    opacity: 1;
}

.carousel-control > a > span {
    color: #444;
    font-size: 16px !important;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.shadow-text-box {
    font-family: 'Open Sans', Arial;
    font-size: 1.1em;
    color: #555555;
    text-align: justify;
    padding: 15px;
    background: none repeat scroll 0 0 #FFFFFF;
    height: 450px;
    border-radius: 2px;
    box-shadow: 0 0 4px #9e9e9e;
    margin: 0px 30px 0px 10px;
    line-height: 1.7;
}

#str {
    color: #666;
    text-align: justify;
    padding: 30px;
    height: 460px;
}

#abt_txt {
    display: none;
}

.active > div {
    display: none;
}

.active > div:first-child {
    display: block;
}

.brand-category__brands_title {
    width: 100%;
    height: 50px;
}

.gallery_banner_margin {
    margin: 20px auto 0px;
    padding: 0;
}

.gallery_banner_margin img {
    border: 10px solid #fff;
}

.ask-pran .q-a-group .ask-pran-answer {
    padding-left: 1.2em;
}

.ask-pran .q-a-group .ask-pran-question {
    font-weight: 500;
    margin-top: 2em;
    text-decoration: none;
}

.content-block .content-details p {
    margin-top: .5em;
    margin-bottom: .75em;
    font-size: 1rem !important;
    line-height: 1.75;
}

/***********************************Search**************************/
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/* Form wrapper styling */
.search-wrapper {
    width: 230px;
    margin: 5px auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(255, 255, 255, 0.49);
}

/* Form text input */
.search-container {
    margin-top: 15px;
}

.search-wrapper input {
    width: 158px;
    height: 30px;
    padding: 5px 5px;
    float: left;
    /* font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma'; */
    font-size: 12px;
    border: 0;
    background: #fff;
    border-radius: 3px 0 0 3px;
    color: #999;
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

/* Form submit button */
.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 72px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    background: #001021;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.search-wrapper button:hover {
    background: #7a7878;
}

.search-wrapper button:active,
.search-wrapper button:focus {
    background: #7a7878;
    outline: 0;
}

.search-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #001021 transparent;
    top: 7px;
    left: -6px;
}

.search-wrapper button:hover:before {
    border-right-color: #7a7878;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before {
    border-right-color: #001021;
}

.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

.product_brand_logo {
    width: 100px;
}

.block {
    width: 306px;
    height: 230px;
}

.btnfos {
    color: #fff;
    cursor: pointer;
    display: block;

    font-weight: 400;
    line-height: 21px;
    max-width: 130px;

    padding: 10px 10px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

/***********************************End Search**************************/

/*********************************** Slider **************************/

.jusim-slider {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 700px !important;
    overflow: hidden;
    visibility: hidden;
}

.slider-container {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 700px !important;
    overflow: hidden;
}

.animation-box {
    width: 75%;
    height: 700px !important;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slider-loader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.slider-loader-img {
    margin-top: -19px;
    position: relative;
    top: 50%;
    width: 38px;
    height: 38px;
}

@keyframes topFadeOut {
    0% {
        position: absolute;
        top: -3rem;
        opacity: 0;
    }

    75% {
        position: absolute;
        top: 25%;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes bottomFadeOut {
    0% {
        position: absolute;
        bottom: -5rem;
        opacity: 0;
    }

    75% {
        position: absolute;
        bottom: 25%;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}

@keyframes topFadeOutVertical {
    0% {
        position: absolute;
        top: -3rem;
        opacity: 0;
    }

    75% {
        position: absolute;
        top: 45%;
        opacity: .5%;
    }

    100% {
        opacity: 1;
    }
}

@keyframes rightFadeInOut {
    0% {
        position: absolute;
        right: -3rem;
        opacity: 0;
    }

    75% {
        position: absolute;
        right: 10rem;
        opacity: 1;
    }

    100% {
        opacity: 0;
        right: 10rem;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    45% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.first-slider-top-text {
    position: absolute;
    top: 290px;
    left: 75px;
    z-index: 0;
    min-width: 250px;
    background-color: rgba(226, 226, 226, 0.63);
    font-size: 25px;
    font-weight: 100;
    color: #000000;
    padding: 10px 20px;
    box-sizing: border-box;
    animation-name: topFadeOutVertical;
    animation-duration: 3s;
}

.first-slider-bottom-text {
    position: absolute;
    top: 360px;
    left: 75px;
    z-index: 0;
    min-width: 250px;
    background-color: rgba(0, 16, 33, 0.63);
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    box-sizing: border-box;
    animation-name: topFadeOutVertical;
    animation-duration: 3s;
}

.second-slider-top-text {
    position: absolute;
    top: 290px;
    left: 75px;
    z-index: 0;
    min-width: 250px;
    background-color: rgba(226, 226, 226, 0.63);
    font-size: 25px;
    font-weight: 100;
    color: #000000;
    padding: 10px 20px;
    box-sizing: border-box;
    animation-name: fadeInOut;
    animation-duration: 3s;
}

.second-slider-bottom-text {
    position: absolute;
    top: 360px;
    left: 75px;
    z-index: 0;
    min-width: 250px;
    background-color: rgba(0, 16, 33, 0.63);
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    box-sizing: border-box;
    animation-name: fadeInOut;
    animation-duration: 3s;
}

.third-slider-top-text {
    position: absolute;
    top: 290px;
    left: 75px;
    z-index: 0;
    min-width: 250px;
    background-color: rgba(226, 226, 226, 0.63);
    font-size: 25px;
    font-weight: 100;
    color: #000000;
    padding: 10px 20px;
    box-sizing: border-box;
    animation-name: topFadeOut;
    animation-duration: 3s;
}

.third-slider-bottom-text {
    position: absolute;
    top: 360px;
    left: 75px;
    z-index: 0;
    min-width: 250px;
    background-color: rgba(0, 16, 33, 0.63);
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    box-sizing: border-box;
    animation-name: topFadeOut;
    animation-duration: 3s;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 {
    position: absolute;
}

.jssorb032 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb032 .i .b {
    fill: #fff;
    fill-opacity: 0.7;
    stroke: #000;
    stroke-width: 1200;
    stroke-miterlimit: 10;
    stroke-opacity: 0.25;
}

.jssorb032 .i:hover .b {
    fill: #000;
    fill-opacity: .6;
    stroke: #fff;
    stroke-opacity: .35;
}

.jssorb032 .iav .b {
    fill: #000;
    fill-opacity: 1;
    stroke: #fff;
    stroke-opacity: .35;
}

.jssorb032 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 051 css*/
.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #001021;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

/***********************************End Slider**************************/

.scroll-top-margin {
    margin-top: -240px;
    margin-left: -10px;
}

.btnfos-4 {
    border: 1px solid;
    overflow: hidden;
    position: relative;
}

.btnfos-4 span {
    z-index: 20;
}

.btnfos-4:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    width: 50px;
    -webkit-transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: -10;
}

.btnfos-4:hover {

    color: #fff !important;
    border: 1px solid #fff;
}

.btnfos-4:hover:after {

    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.box {
    padding: 4.5em 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

/* Top Navigation Style */
.codrops-links {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 1.25em;
    text-align: center;
}

.codrops-links::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #BFCACF;
    content: '';
    -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
    transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
    display: inline-block;
    margin: 0.5em;
    padding: 0em 0;
    width: 1.5em;
    text-decoration: none;
}

.codrops-icon:before {
    margin: 0 5px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon span {
    display: none;
}

.codrops-icon--drop:before {
    content: "\e001";
}

.codrops-icon--prev:before {
    content: "\e004";
}

/* Related demos */
.content--related {
    text-align: center;
    font-weight: 600;
}

.media-item {
    display: inline-block;
    padding: 1em;
    margin: 1em 0 0 0;
    vertical-align: top;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.media-item__img {
    opacity: 0.8;
    max-width: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
    opacity: 1;
}

.media-item__title {
    font-size: 0.85em;
    margin: 0;
    padding: 0.5em;
}

@media screen and (max-width: 50em) {
    .codrops-header {
        padding: 3em 10% 4em;
    }
}

@media screen and (max-width: 40em) {
    .codrops-header h1 {
        font-size: 2.8em;
    }
}

/* Box colors */
.bg-1 {
    background: #ECEFF1;
    color: #37474f;
}

.bg-2 {
    background: #7986cb;
    color: #ECEFF1;
}

.bg-3 {
    background: #37474f;
    color: #fff;
}

/* Common button styles */
.productPage .button {
    float: left;
    display: block;
    /* border: none;*/
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    top: 5px;
    left: 10px;
}

.newsPage .button {
    float: left;
    display: block;
    /* border: none;*/
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button:focus {
    outline: none;
}

.button > span {
    vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
    color: #37474f;
    border-color: #37474f;
}

.bg-2 .button {
    color: #ECEFF1;
    border-color: #ECEFF1;
}

.bg-3 .button {
    color: #fff;
    border-color: #fff;
}

/* Sizes */
.button--size-s {
    font-size: 14px;
}

.button--size-m {
    font-size: 16px;
}

.button--size-l {
    font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.button--text-thin {
    font-weight: 300;
}

.button--text-medium {
    font-weight: 500;
}

.button--text-thick {
    font-weight: 600;
}

.button--round-s {
    border-radius: 5px;
}

.button--round-m {
    border-radius: 15px;
}

.button--round-l {
    border-radius: 40px;
}

/* Borders */
.button--border-thin {
    border: 1px solid;
}

.button--border-medium {
    border: 2px solid;
}

.button--border-thick {
    border: 3px solid;
}

/* Ujarak */
.button--ujarak {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.button--ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak.button--round-s::before {
    border-radius: 2px;
}

.button--ujarak.button--inverted::before {
    background: #7986CB;
}

.button--ujarak,
.button--ujarak::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak a:hover {
    color: #fff !important;
    border-color: #37474f;
}

.button--ujarak.button--inverted a:hover {
    color: #37474F !important;
    border-color: #fff;
}

.button--ujarak:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*======================== Simple button===================*/
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
}

button.learn-more {
    -webkit-transition: all 0.5s cubic-bezier(0.65, -0.25, 0.25, 1.95);
    transition: all 0.5s cubic-bezier(0.65, -0.25, 0.25, 1.95);
    font-weight: 700;
    color: #1b1b1b;
    padding: 1rem 2rem;
    border: 1px solid #1b1b1b;
    text-transform: uppercase;
    border-radius: 5px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #929292;
    border-color: #929292;
}

button.learn-more:hover, button.learn-more:focus, button.learn-more:active {
    padding: 1rem 5rem 1rem 2rem;
    background: #1b1b1b;
    color: #fff;

    background-image: url(../images/whiteArrow.png);
    background-repeat: no-repeat;
    background-position-x: 110px;
    background-position-y: center;
}

.title-lable {

    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.2);
    height: 4.5rem;
    font-weight: bold;
    display: inline-block;
    padding: 8px 20px;
    position: absolute;
    top: -3rem;
    left: 1.5rem;
    z-index: 2;
    background-color: rgb(27, 27, 27);
    margin-top: 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;

}

/*======================== Simple button===================*/

/************************** Product Page Table ***************************/

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
    width: 1366px;
    margin: 0 auto;
}

.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #fff;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 1170px;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
.table100 {
    background-color: #fff;
}

table {
    width: 100%;
}

th, td {
    font-weight: unset;
    padding-right: 10px;
}

/*
.column1 {
    width: 33%;
    padding-left: 40px;
}
*/

/*.column2 {
    width: 13%;
}

.column3 {
    width: 22%;
}

.column4 {
    width: 19%;
}

.column5 {
    width: 13%;
}*/

.table100-head th {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 40px;
}

.table100-body td {
    padding-top: 16px;
    padding-bottom: 16px;
}

/*==================================================================
[ Fix header ]*/
.table100 {
    position: relative;
}

.table100-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.table100-body {
    /*max-height: 585px;
    overflow: auto;*/
}

/*==================================================================
[ Ver1 ]*/

.table100.ver1 th {
    padding: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    background-color: #6c7ae0;
    border-bottom: 1px solid;
}

.table100.ver1 td {
    padding: 15px;
    font-size: 14px;
    color: #808080;
    line-height: 1.4;
}

.table100.ver1 .table100-body tr:nth-child(even) {
    background-color: #f8f6ff;
}

/*---------------------------------------------*/

.table100.ver1 {
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.table100.ver1 .ps__rail-y {
    right: 5px;
}

.table100.ver1 .ps__rail-y::before {
    background-color: #ebebeb;
}

.table100.ver1 .ps__rail-y .ps__thumb-y::before {
    background-color: #cccccc;
}

/**** Social Media Icon*/

/*=====================*/
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px auto 0px;
}

.social-nav li {
    display: inline-block;
}

.social-nav a {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 33px;
    background: #ff3931;
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.model-9 li {
    margin: 0 5px;
}

.model-9 a {
    color: #fff;
    overflow: hidden;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.model-9 a:hover {
    background: #fff;
}

.model-9 a:hover .fa {
    -moz-animation: 0.4s icon-move linear 0s;
    -webkit-animation: 0.4s icon-move linear 0s;
    animation: 0.4s icon-move linear 0s;
}

.model-9 .twitter {
    background: #00ACED;
}

.model-9 .twitter:hover {
    color: #00ACED;
}

.model-9 .facebook {
    background: #3B579D;
}

.model-9 .facebook:hover {
    color: #3B579D;
}

.model-9 .youtube {
    background: #DD4A3A;
}

.model-9 .youtube:hover {
    color: #DD4A3A;
}

.model-9 .linkedin {
    background: #007BB6;
}

.model-9 .linkedin:hover {
    color: #007BB6;
}

.model-9 .pinterest {
    background: #CB2026;
}

.model-9 .pinterest:hover {
    color: #CB2026;
}

/*====== Model-9 Animation ========*/
@-moz-keyframes icon-move {
    49% {
        -moz-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }
    50% {
        -moz-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 1;
    }
    80% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes icon-move {
    49% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes icon-move {
    49% {
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }
    50% {
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 1;
    }
    80% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*=======================================================*/

/**** Brand Page Social Media Icon*/

/*=====================*/
.brand-category__brands .social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px 20px 0px;
}

.brand-category__brands .social-nav li {
    display: inline-block;
}

.brand-category__brands .social-nav a {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 33px;
    background: #ff3931;
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.brand-category__brands .model-2 a {
    overflow: hidden;
    font-size: 18px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 5px;
}

.brand-category__brands .model-2 a:hover {
    background: #fff;
    text-shadow: 0px 0px #d5d5d5, 1px 1px #d5d5d5, 2px 2px #d5d5d5, 3px 3px #d5d5d5, 4px 4px #d5d5d5, 5px 5px #d5d5d5, 6px 6px #d5d5d5, 7px 7px #d5d5d5, 8px 8px #d5d5d5, 9px 9px #d5d5d5, 10px 10px #d5d5d5, 11px 11px #d5d5d5, 12px 12px #d5d5d5, 13px 13px #d5d5d5, 14px 14px #d5d5d5, 15px 15px #d5d5d5, 16px 16px #d5d5d5, 17px 17px #d5d5d5, 18px 18px #d5d5d5, 19px 19px #d5d5d5, 20px 20px #d5d5d5, 21px 21px #d5d5d5, 22px 22px #d5d5d5, 23px 23px #d5d5d5, 24px 24px #d5d5d5, 25px 25px #d5d5d5, 26px 26px #d5d5d5, 27px 27px #d5d5d5, 28px 28px #d5d5d5, 29px 29px #d5d5d5, 30px 30px #d5d5d5;
}

.brand-category__brands .model-2 .twitter {
    background: transparent;
    text-shadow: none;
    color: #7B7B7B;
}

.brand-category__brands .model-2 .twitter:hover {
    color: #00ACED;
}

.brand-category__brands .model-2 .facebook {
    background: transparent;
    text-shadow: none;
    color: #7B7B7B;
}

.brand-category__brands .model-2 .facebook:hover {
    color: #3B579D;
}

.brand-category__brands .model-2 .youtube {
    background: transparent;
    text-shadow: none;
    color: #7B7B7B;
}

.brand-category__brands .model-2 .youtube:hover {
    color: #DD4A3A;
}

.brand-category__brands .model-2 .linkedin {
    background: transparent;
    text-shadow: none;
    color: #7B7B7B;
}

.brand-category__brands .model-2 .linkedin:hover {
    color: #007BB6;
}

.brand-category__brands .model-2 .pinterest {
    background: transparent;
    text-shadow: none;
    color: #7B7B7B;
}

.brand-category__brands .model-2 .pinterest:hover {
    color: #CB2026;
}

/*=======================================================*/

.nav > li > a {
    padding: 3px 5px !important;
}

.bsmenuh4 {
    border-bottom: 1px solid #999;
    padding-bottom: 5px !important;
}

.dropdown-menu .divider {
    margin: 5px 0px;
}

.dropdown-menu > li > a:hover {
    background-color: gray;
    color: #FFF;
}

.rightborder {
    border-right: 1px dashed white;
    padding-right: 2%;
}

.gsc-control-cse {
    padding: 2px !important;
}

.gsib_a {
    padding: 0 !important;
}

input.gsc-search-button-v2 {
    width: 32px !important;
    height: 28px !important;
    padding: 5px 6px !important;
    margin-top: 4px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px !important;
}

.gsc-input-box {
    height: 28px !important;
}

.input.gsc-search-button {
    margin-left: 0px !important;
}

form.gsc-search-box {
    margin: 0px;
}

.brand_icon a {
    color: #ddd;
    text-transform: capitalize;
    font-size: 24px;
}

.brand_icon a:hover {
    color: #ccc;
    text-decoration: none;
}

.brand_icon .carousel-inner {
    margin: auto;
    width: 90%;
}

.brand_icon .carousel-control {
    width: 4%;
}

.brand_icon .carousel-control.left,
.brand_icon .carousel-control.right {
    background-image: none;
}

.glyphicon-chevron-left, .brand_icon .carousel-control .glyphicon-chevron-right {
    margin-top: -10px;
    margin-left: -10px;
    color: #444;
}

.brand_icon .carousel-inner a {
    display: table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
}

.brand_icon .carousel-inner img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 90000;
    background-color: #26262c;
    display: none;
}

#boxes .window {
    position: fixed;
    left: 20%;
    top: 20%;
    width: 440px;
    height: 850px;
    display: none;
    z-index: 999999;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#boxes #dialog {
    width: 1050px;
    height: auto;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    font-size: 15pt;
}

.agree:hover {
    background-color: #D1D1D1;
}

.popupoption:hover {
    background-color: #D1D1D1;
    color: green;
}

.popupoption2:hover {
    color: red;
}

.pop-close {
    float: right;
    margin-right: -25px;
    margin-top: -20px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.masking {
    width: 2478px;
    font-size: 32pt;
    color: white;
    height: 1202px;
    display: none;
    opacity: 0.4;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 15px;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 100%;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 100%;
    }
}

/**** Cookies Bar *****/

.cookie-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#cc0000));
    background: linear-gradient(#ff3333, #cc0000);
    color: white;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-animation: slideIn .8s;
    animation: slideIn .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.cookie-bar .message {
    white-space: nowrap;
    text-shadow: 0 1px 0 #cc0000;
}

@media (max-width: 767px) {
    .cookie-bar .message {
        display: none;
    }
}

.cookie-bar .mobile {
    display: none;
}

@media (max-width: 767px) {
    .cookie-bar .mobile {
        display: inline-block;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.close-cb {
    border: none;
    color: white;
    background: #990000;
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 0;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: bold;
}

.close-cb:hover {
    background: #cc0000;
}

.checkbox-cb {
    display: none;
}

.checkbox-cb:checked + .cookie-bar {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.career-card {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 5px 8px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    margin: 30px;
    padding: 0px;
    height: 220px;
}

.btn.btn-sm {
    padding: 3px 12px 4px;
    font-weight: 400;
}

.btn.btn-outline {
    color: #1863AB;
    background-color: transparent;
}

.career-card .button {
    float: right;
    display: block;
    /* border: none; */
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    margin: 20px;
    margin-top: 0px;
    -webkit-backface-visibility: hidden;
}

.career-card p {
    overflow: hidden;
    max-height: 110px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0px 15px;
}

.career-card h4 {
    overflow: hidden;
    max-height: 55px;
    width: 100%;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 15px;
    margin: 0px;
    background-color: #e4e4e4;
    color: #444444;
}

.postDate {
    color: #001021;
    font-style: italic;
}

.post-date {
    margin-left: 10px;
    margin-right: 30px;
}

.career-calender {
    width: 20px;
    position: relative;
    float: left;
}

.footerheading p {
    color: #fff;
}

.footer_contact table {
    color: #fff;
}

.copyright {
    color: #fff;
}

/**** End Cookies Bar *****/

/**** animation *****/

.home-container {
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

.home-container .smooth-section {
    flex-direction: column;
    /* Scroll Snap */
    scroll-snap-align: center;
}

/**** End of animation *****/

/**** Sticky Header *****/

nav.navbar-shrink {
    height: 50%;
}

/**** Home page galary *****/

.slide-box {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 0px;
}

/* slide */

.slide-home {
    position: relative;
    margin: 0;
    padding: 0;
}

.slide-home.item {
    position: relative;
    /*height: 100%;*/
}

.slide-home.item a {
    display: block;
}

.slide-home.item::before {
    display: block;
    padding-top: 39%;
    content: "";
}

.slide-home.item .image {
    position: relative;
    overflow: hidden;
}

.slide-home.item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
}

.slide-home > .slick-list,
.slide-home > .slick-list > .slick-track,
.slide-home > .slick-list > .slick-track > .slick-slide > div {
    position: relative;
    height: 100%;
}

/* slide-navigation */

.slide-navigation {
    line-height: 0;
    position: relative;
    margin: 0;
    padding: 0;
}

.slide-navigation .item {
    position: relative;
    cursor: pointer;
}

.slide-navigation .item .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.slide-navigation .item .image::before {
    display: block;
    padding-top: 35%;
    content: "";
}

.slide-navigation .item .image::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #000;
}

.slide-navigation .slick-current .image::after {
    opacity: 0;
}

.slide-navigation .item .image {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slide-navigation .item .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}

.slick-next:before, .slick-prev:before {
    color: #000;
}

@media screen and (max-width: 767px) {
    .slide-navigation {
        width: 100%;
    }

    .slide-navigation .item .image::before {
        padding-top: 50%;
    }
}

/* slick */

.slick-vertical .slick-slide {
    border: 0 solid transparent;
}

.slick-arrow {
    z-index: 999;
}

.slick-prev {
    top: 25px;
    bottom: 0;
    /*left: 20px;*/
    right: auto;
    margin: auto;
}

.slick-next {
    top: 25px;
    bottom: 0;
    left: auto;
    /*right: 20px;*/
    margin: auto;
}

/*********************** Home Slider ****************************/

/*#carousel .carousel-item.boat {
    background-image: url("https://picsum.photos/1200/600/?image=1083");
}

#carousel .carousel-item.sea {
    background-image: url("https://picsum.photos/1200/600/?image=1050");
}

#carousel .carousel-item.river {
    background-image: url("https://picsum.photos/1200/600/?image=1015");
}*/

#carousel .carousel-item {
    height: 85vh;
    width: 100%;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
}

/*#carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}*/

#carousel .carousel-item .caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px;
    color: white;
    animation-duration: 1s;
    animation-delay: 2s;
}

#carousel .caption h2 {
    animation-duration: 1s;
    animation-delay: 2s;
}

#carousel .caption p {
    animation-duration: 1s;
    animation-delay: 2.2s;
    color: #fefefe;
}

#carousel .caption a {
    animation-duration: 1s;
    animation-delay: 2.4s;
}

.carousel-indicators-custom {
    bottom: 35px;
    left: 0%;
    width: 100%;
}

.carousel-control-next {
    color: #fff;
    text-align: center;
    opacity: .5;
    background: linear-gradient(to right, #fff0, #b5b5b557, #9696968a);
    width: 5%;
}

.carousel-control-prev {
    color: #fff;
    text-align: center;
    opacity: .5;
    background: linear-gradient(to left, #fff0, #b5b5b557, #9696968a);
    width: 5%;
}

/* Button */
.delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 60px;
    color: #ffffff;
    border: none;
    border-left: 3px solid #1c8314;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 58px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: #40ba37;
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1c8314;
    border-color: #40ba37;
}

/********************** news section ************/
.content1 {
    display: flex;
}

.come-in:nth-child(odd) {
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -ms-animation-duration: .6s;
    animation-duration: .6s;
}

.come-in {
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-animation: comeIn 1s ease forwards;
    -ms-animation: comeIn 1s ease forwards;
    animation: comeIn 1s ease forwards;
}

.module {
    border-left: 15px solid transparent;
    padding: 0;
    border-right: 15px solid transparent;
    position: relative;
}

.ymlSalt .storyContent {
    position: relative;
    margin: 2rem 4rem 0 6rem;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    color: #fff;
    /*background: linear-gradient(90deg, rgb(11 95 160 / 47%) 0%, rgb(88 50 206 / 37%) 50%, rgb(150 6 249 / 7%) 100%);*/
}

.carouselDiv {
    position: relative;
    width: 100%;
}

.carouselDiv {
    position: initial;
}

.innerCarousel.sHockey {
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
    background: rgba(0, 0, 0, 0.2);
}

.innerCarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.storyIndicators {
    width: auto;
}

.carouselIndicators {
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: center;
    bottom: 20%;
}

.nIndicators li, .storyIndicators li {
    width: 6px;
    height: 6px;
    border-radius: 0;
    margin: 5px;
}

.carouselIndicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carouselIndicators li {
    margin: 3px;
}

.carouselIndicators li.active {
    background-color: #fff;
}

.nIndicators .active, .storyIndicators .active {
    width: 6px;
    height: 6px;
    margin: 5px;
    background-color: #fff;
    border-radius: 0;
}

.innerCarousel > .carItem {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

.innerCarousel > .carItem {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carouselIndicators li.active {
    background-color: #fff;
}

.nIndicators .active, .storyIndicators .active {
    width: 6px;
    height: 6px;
    margin: 5px;
    background-color: #fff;
    border-radius: 0;
}

.ymlSalt .nTitle {
    display: flex;
    height: 100%;
}

.noMargin {
    margin: 0;
}

div.hoverCard, a.hoverCard {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 1s ease;
}

.ymlSalt a, .ymlSalt ul li a, .ymlSalt .subMenu {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.module:nth-child(even) {
    margin-right: 0;
}

.come-in {
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-animation: comeIn 1s ease forwards;
    -ms-animation: comeIn 1s ease forwards;
    animation: comeIn 1s ease forwards;
}

.module-top {
    margin-top: -100px;
}

.module {
    border-left: 15px solid transparent;
    padding: 0;
    border-right: 15px solid transparent;
    position: relative;
    margin-bottom: 50px;
}

.twitterFeed, .fB, .instaGram {
    height: 36.2rem;
}

.twitterFeed {
    position: relative;
    height: 36.2rem;
    background-color: #307fe2;
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
    cursor: pointer;
}

.twitterFeed, .fB, .instaGram {
    height: 36.2rem;
}

.twitterFeed {
    position: relative;
    height: 36.2rem;
    background-color: #307fe2;
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
    cursor: pointer;
}

.twitterFeed, .fB, .instaGram {
    height: 36.2rem;
}

.twitterFeed {
    position: relative;
    height: 36.2rem;
    background-color: #307fe2;
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
    cursor: pointer;
}

#twitter-carousel .carItem {
    height: 200px;
}

.innerCarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.twitterFeed {
    position: relative;
    height: 36.2rem;
    background-color: #307fe2;
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
    cursor: pointer;
}

.twitterContent {
    margin: 2rem 2rem 0;
    position: relative;
}

.twitterContent a:hover {
    color: #fff;
}

.newsFeedA {
    word-break: break-word;
    line-height: 2.4rem;
    margin-left: 2rem;
    font-size: 16px;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}

.txt__shadow {
    text-shadow: 0 0 10px #3f40be, 0 0 10px #000000;
}

.newsBorder.borderAnimCards.comeInBorder {
    -webkit-animation: borderLine 2s;
    animation: borderLine 2s;
}

.newsBorder {
    border-left: 1px solid #fff;
    position: absolute;
    height: 97%;
    bottom: 0;
    left: 2%;
}

.comeInBorder {
    -webkit-animation: borderLine 2s;
    animation: borderLine 2s;
}

.already-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

.noPadding {
    padding: 0;
}

.imageContent {
    position: relative;
    background-color: #fff;
    height: 36.2rem;
    margin: 0;
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
}

.blueCaption {
    padding: 4rem 0 2rem 4rem;
    text-transform: uppercase;
    color: #4a90e2;
    font-size: 1.2rem;
}

h3.nHeading {
    max-width: 45rem;
    font-weight: 700;
    max-height: 60px;
    overflow: hidden;
    color: #464646;
    font-size: 2rem;
    line-height: 3rem;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 2rem auto 2rem 4rem;
}

.storyContent {
    position: relative;
    margin: 2rem 4rem 0 6rem;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.imageContent img.arrow {
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 25px;
    bottom: 25px;
}

.imageContent img.arrow {
    z-index: initial !important;
}

.newsroom {
    margin: 5rem 0 10rem 0;
}

.newsroom {
    padding-top: 5rem;
}

.ymlFeedArticle {
    color: #464646;
    max-width: 24rem;
}

.ymlFeedArticle, .ymlTextArticle, .ymlFeedArticleW, .ymlFeedArticleL {
    word-break: break-word;
    line-height: 2.2rem;
    margin-left: 2rem;
    position: relative;
    height: 110px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.feedArticleBorder {
    border-left: 1px solid orange;
    position: absolute;
    height: 95%;
    bottom: 0;
    left: 2%;
}

.comeInBorder {
    -webkit-animation: borderLine 2s;
    animation: borderLine 2s;
}

.nHockey {
    padding: 0;
    margin-right: 0;
    width: 54%;
    height: 23.8rem;
    position: relative;
}

.sHockey {
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
}

.innerCarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.storyIndicators {
    text-align: left;
    bottom: 3%;
    left: -22%;
    padding-left: 0;
}

.nIndicators li, .storyIndicators li {
    width: 6px;
    height: 6px;
    border-radius: 0;
    margin: 5px;
}

.carouselIndicators li.active {
    background-color: #fff;
}

.tThisWeek .twitterFeed .innerCarousel, .jobsCarouselHome .innerCarousel {
    width: 85% !important;
}

.sTwitter {
    left: 4rem;
    width: 80%;
}

.twitterFeed, .fB, .instaGram {
    height: 36.2rem;
}

.ymlSalt img.icons {
    padding: 4rem 0 2rem 4rem;
}

.innerCarousel > .carItem.next.left, .innerCarousel > .carItem.prev.right, .innerCarousel > .carItem.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0
}

.tThisWeek {
    font-family: "Lato", sans-serif;
}

.tweet-date {
    font-size: 1.1rem;
    margin-top: 0;
    display: block;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}

.nIndicators {
    bottom: 5%;
    padding-left: 0;
}

.carouselIndicators {
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: center;
    bottom: 0%;
}

.twitterFeed img.arrow {
    z-index: 10 !important;
}

.ymlSalt img.arrow {
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 25px;
    bottom: 25px;
}

.ymlSalt img.arrow {
    z-index: initial !important;
}

.ymlSalt .backgImg {
    position: relative;
    height: 36.2rem;
    width: 100%;
}

.fB .dynaImg {
    object-fit: cover;
}

.imageOverlayFb {
    position: absolute;
    width: 100%;
    background: rgba(59, 89, 152, 0.7);
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ymlSalt .whiteContent {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
}

div.hoverCard, a.hoverCard {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 1s ease;
}

.feeds, .fJobs {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-style: normal;
}

.content2 {
    margin-top: 3rem;
    display: flex;
}

.instagramDiv {
    position: relative;
}

.imageOverlayInsta {
    position: absolute;
    width: 100%;
    background-image: url(../images/content/insta_shade.png);
    padding: 0;
    background-position: center;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    right: 0;
    background-size: cover;
}

.margin-x-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

/*************** End news section ************/

/********************** Scroll top ************/
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    font-size: 54px;
    z-index: 9999;
    color: #333333;
    opacity: .5;
}

/*============== Shop Button ===============*/
.header .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header .btn:link,
.header .btn:visited {
    width: 100px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: 0;
    left: 0;
    padding: 8px;
    border-radius: 100px;
    display: inline-block;
    transition: all .5s;
    font-size: 10px;
    line-height: 10px;
    margin: auto;
    margin-top: 10px;
}

.header .btn-white {
    background: #666;
    color: #fff;
}

.header .btn:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.header .btn:active {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.header .btn-bottom-animation-1 {
    animation: comeFromBottom 1s ease-out .8s;
}

.header .btn::after {
    content: "";
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    display: inline-block;
    z-index: -1;
    transition: all .5s;
}

.header .btn-white::after {
    background: #666;
}

.header .btn-animation-1:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

@keyframes comeFromBottom {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*============== End Shop Button ===============*/

/*============== Visit Site Button ===============*/
.box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand-category__brands .btn:link,
.brand-category__brands .btn:visited {
    width: auto;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: 0;
    left: 0;
    padding: 8px 15px;
    border-radius: 100px;
    display: inline-block;
    transition: all .5s;
    font-size: 10px;
    line-height: 10px;
    margin: auto;
    margin-top: 10px;
}

.brand-category__brands .btn-white {
    background: #666;
    color: #fff;
}

.brand-category__brands .btn:hover {
    /*box-shadow: -3px 0px #d5d5d5, 1px 1px #d5d5d5, 2px 2px #d5d5d5, 3px 3px #d5d5d5, 4px 4px #d5d5d5, 5px 5px #d5d5d5, 6px 6px #d5d5d5, 7px 7px #d5d5d5, 8px 8px #d5d5d5, 9px 9px #d5d5d5, 10px 10px #D5D5D2;*/
    transform: translateY(0px);
    color: #fff;
}

.brand-category__brands .btn:active {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.btn-bottom-animation-1 {
    animation: comeFromBottom 1s ease-out .8s;
}

.brand-category__brands .btn::after {
    content: "";
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    display: inline-block;
    z-index: -1;
    transition: all .5s;
}

.brand-category__brands .btn-white::after {
    background: #666;
}

.brand-category__brands .btn-animation-1:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

@keyframes comeFromBottom {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*============== End Visit Site Button ===============*/

.product_social a {
    overflow: hidden;
    font-size: 18px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 5px;
}

.product_social a:hover {
    background: #fff;
    text-shadow: 0px 0px #d5d5d5, 1px 1px #d5d5d5, 2px 2px #d5d5d5, 3px 3px #d5d5d5, 4px 4px #d5d5d5, 5px 5px #d5d5d5, 6px 6px #d5d5d5, 7px 7px #d5d5d5, 8px 8px #d5d5d5, 9px 9px #d5d5d5, 10px 10px #d5d5d5, 11px 11px #d5d5d5, 12px 12px #d5d5d5, 13px 13px #d5d5d5, 14px 14px #d5d5d5, 15px 15px #d5d5d5, 16px 16px #d5d5d5, 17px 17px #d5d5d5, 18px 18px #d5d5d5, 19px 19px #d5d5d5, 20px 20px #d5d5d5, 21px 21px #d5d5d5, 22px 22px #d5d5d5, 23px 23px #d5d5d5, 24px 24px #d5d5d5, 25px 25px #d5d5d5, 26px 26px #d5d5d5, 27px 27px #d5d5d5, 28px 28px #d5d5d5, 29px 29px #d5d5d5, 30px 30px #d5d5d5;
}

.product_social .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}

.product_social .twitter:hover {
    color: #00ACED;
}

.product_social .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}

.product_social .facebook:hover {
    color: #3B579D;
}

.product_social .youtube {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}

.product_social .youtube:hover {
    color: #DD4A3A;
}

.product_social .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}

.product_social .linkedin:hover {
    color: #007BB6;
}

.product_social .pinterest {
    background: #CB2026;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}

.product_social .pinterest:hover {
    color: #CB2026;
}

.single-team {
    background: #ffffff;
    padding: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #f8f8f8;
    z-index: 1;
    height: 135px;
}

.single-team .go__arrow {
    margin-top: 5px;
}

.go__arrow img {
    width: auto !important;
    display: block !important;
}

.single-team .team-image {
    position: relative;
    z-index: 1;
}

.single-team .team-content {
    /* min-height: 120px;
     max-height: 130px;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-team .team-info h5 {
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 0px;
    color: #666;
    font-weight: 400;
}

.single-team .team-info {
    max-height: 50px;
    /*display: -webkit-inline-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;

}

.single-team .team-info h5:hover {

    color: #00B7C1;
}

.single-team .team-info:hover {

    color: #00B7C1;
}

.single-team .team-content p {
    margin-bottom: 0;
    font-size: 16px;
    color: #7b7b7b;
    height: 78px;
    /*display: -webkit-inline-box;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-team:hover .team-image::before {
    height: 0;
}

.single-team:hover .team-info {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    width: 100%;
}

.owl-carousel .owl-stage-outer {
    background: #ffffff;
    border-radius: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #179CA3;
    border: 4px solid #11364D;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

.owl-carousel .owl-item .service__bottom_icon img {
    margin: auto;
    width: auto;
}

.partner-area {

}

.partner___url, .team___url {
    color: #179CA3;
}

.nav > li > a {
    padding: 3px 5px !important;
}

.bsmenuh4 {
    border-bottom: 1px solid #000;
    padding-bottom: 5px !important;
}

.dropdown-menu .divider {
    margin: 5px 0px;
}

.dropdown-menu > li > a:hover {
    background-color: gray;
    color: #FFF;
}

.rightborder {
    border-right: 1px dashed #999;
    padding-right: 2%;
}

.gsc-control-cse {
    padding: 2px !important;
}

.gsib_a {
    padding: 0 !important;
}

input.gsc-search-button-v2 {
    width: 32px !important;
    height: 28px !important;
    padding: 5px 6px !important;
    margin-top: 4px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px !important;
}

.gsc-input-box {
    height: 28px !important;
}

.input.gsc-search-button {
    margin-left: 0px !important;
}

form.gsc-search-box {
    margin: 0px;
}

.brand_icon a {
    color: #ddd;
    text-transform: capitalize;
    font-size: 24px;
}

.brand_icon a:hover {
    color: #ccc;
    text-decoration: none;
}

.brand_icon .carousel-inner {
    margin: auto;
    width: 90%;
}

.brand_icon .carousel-control {
    width: 4%;
}

.brand_icon .carousel-control.left,
.brand_icon .carousel-control.right {
    background-image: none;
}

.glyphicon-chevron-left, .brand_icon .carousel-control .glyphicon-chevron-right {
    margin-top: -10px;
    margin-left: -10px;
    color: #444;
}

.brand_icon .carousel-inner a {
    display: table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
}

.brand_icon .carousel-inner img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
}

.slick-slide img {
    max-width: 100%;
}

.video-middle-card {
    margin: 0px 0px 20px 20px;
    padding: 30px 15px;
    box-shadow: 0 0 4px #9e9e9e
}
.home_banner img {margin-bottom: 15px;}
.cpdl-0 {padding-left: 0}
.cpdr-0 {padding-right: 0}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 15px;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 100%;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 100%;
    }
}

@media (max-width: 768px) {
    .cpdl-0 {padding-left: 15px;}
    .cpdr-0 {padding-right: 15px;}
}
