/* reset css */

body {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

.yellow {
    color: #f9ed32
}

.white {
    color: #fff
}

.grey {
    color: #6d6e71
}

a, a:hover, a:active, a:focus {
    text-decoration: none
}

a:hover, a:active, a:focus {
    outline: 0;
    border: 0
}


header {
    display: block;
    margin: 0px;
    padding: 0px;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.logo {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.logo a { /* position: absolute;*/
    z-index: 1000;
}

.logo a img {
    max-width: 100%;
    height: auto;
}

.sticky-header {
    position: fixed;
    width: 100%;
    background: #FFF;
    transition: all 0.7s;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);

    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);

    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
}

.sticky-header .logo a img {
    height: 50px;
}

.main-banner {
    display: block;
    width: 100%;
}

.facebook-icon {
    display: inline-block;
    float: right;
    width: 27px;
    height: 27px;
    background: #3a589b;
    text-align: center;
    line-height: 27px;
    color: #FFF;
    margin-top: 14px;
    margin-left: 18px;
    transition: all 1.0s;
}

.facebook-icon:hover {
    border-radius: 27px;
    background: #777;
    color: #FFF;
}

.welcome {
    display: block;
    margin: 0px;
    padding: 70px 0px;
}

.welcome h1 {
    display: block;
    margin: 0px 0px 25px 0px;
    padding: 0px;
    font-size: 30px;
    color: #e31e24;
    font-weight: 900;
}

.welcome p {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin: 0px 0px 20px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.welcome p:last-child {
    margin-bottom: 0px;
}

.welcome-img {
    display: block;
    margin: 0px;
    padding: 0px;
}

.welcome-img img {
    max-width: 100%;
    outline: 20px solid rgba(227, 30, 36, 0.59);

    outline-offset: -20px;
    transition: all 0.5s linear 0s, background 0.5s linear 0s;

    -webkit-transition: all 0.5s linear 0s, background 0.5s linear 0s;

    -moz-transition: all 0.5s linear 0s, background 0.5s linear 0s;
}


.welcome-img:hover img {

    outline: 20px solid rgba(227, 30, 36, 0.59);

    outline-offset: -40px;

    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.19);

    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.19);

    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.19);

}

.our-product {
    display: block;
    margin: 0px;
    padding: 45px 0px 25px 0px;
    background: #e31e24 url(../images/our-product-bg.jpg) no-repeat fixed top;
}


.page-subheding {
    display: block;
    margin: 0px 0px 25px 0px;
    padding: 0px;
    font-size: 30px;
    color: #e31e24;
    font-weight: 900;
    text-transform: uppercase;
}

.whight-bg {
    color: #FFF;
}

.black-bg {
    color: #333333;
}

.product-con {
    margin-bottom: 22px;
    display: flex;
}

.ourpro-box-inner {
    width: calc(100% / 6);
    float: left;
    padding: 7px;
    margin: 3px;
}

.ourpro-box {
    width: calc(100% / 5);
    float: left;
    padding: 7px;
    margin: 3px;
}

.ourpro-box-pro-page {
    margin: 5px;
}


.proimg {
    display: block;
    margin: 0px;
    padding: 0px;
}

.proimg img {
    display: block;
    margin: 0px 0px 12px 0px;
    padding: 0px;
    max-width: 100%;
    border: 1px solid #8612152b;
    text-align: center;
    margin: auto;
}

.ourpro-box {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    text-align: center;
}

.ourpro-box h4 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
}

.ourpro-box h5 {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 28px;
}

.ourpro-box p {
    color: #000;
}

.proimg {
    color: rgba(155, 20, 24, 0.42);
}

.proimg:hover img {
    outline: 1px solid rgba(155, 20, 24, 0.25);

    color: rgba(155, 20, 24, 0.42);

    outline-offset: -7px;
    transition: all 0.5s linear 0s, background 0.5s linear 0s;

    -webkit-transition: all 0.5s linear 0s, background 0.5s linear 0s;

    -moz-transition: all 0.5s linear 0s, background 0.5s linear 0s;
}

.pro-name {
    display: block;
    color: #FFF;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}

.ourpro-box:hover img {
    background: #ffffff4f;, background 0.5 s linear 0 s;

    -webkit-transition: all 0.5s linear 0s, background 0.5s linear 0s;

    -moz-transition: all 0.5s linear 0s, background 0.5s linear 0s;
}

.pro-name:hover {
    color: #FFF;
}

.owl-product-cont {
    display: block;
}

.owl-ourpro-box {
    display: none;
}

#owl-demo .item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.new-arrival {
    display: block;
    margin: 0px;
    padding: 0px;
}

.new-arrival-img {
    display: block;
}

.new-arrival-img img {
    width: 100%;
}

.new-arrival-con {
    display: block;
    padding: 55px 15% 22px 7%;
}

.arrival-sub-til {
    display: block;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.new-arrival-con {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}

.arrival-img {
    display: block;
    max-width: 100%;
    text-align: center;
}

.arrival-img img {
    max-width: 100%;
}


.rel-logo {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);

    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);

    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
}

.pad0px {
    padding: 0px;
}

.aruoris-hed {
    display: block;
    width: 100%;
    line-height: 11px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #e31e24;
    border-radius: 3px;
    position: relative;
}

.aruoris-hed:after {
    position: absolute;
    right: -13px;
    top: 15px;
    content: "";
    background: url(../images/artho-arrow.png) no-repeat;
    width: 20px;
    height: 23px;
}

.rel-logo .item a {
    display: block;
    background: #FFF;
    text-align: center;
    margin: 0px 5px;
}

.rel-logo .item a img {
    display: block;
    max-width: 100%;
}

.enquiry-now {
    display: block;
    margin: 0px;
    padding: 70px 0px;
    text-align: center;
}

.enquiry-now p {
    display: block;
    margin: 0px 0px 50px 0px;
    padding: 0px;
    font-size: 30px;
    line-height: 44px;
    color: #333333;
    font-weight: 300;
    text-align: center;
}

.enquiry-now-btn {
    display: inline-block;
    background: #333333;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 3px;
    transition: all 0.7s;
}

.enquiry-now-btn:hover {
    background: #e31e24;
    color: #FFF;
}


.our-project {
    display: block;
    margin: 0px;
    padding: 70px 0px;
    background: url(../images/our-project.jpg) repeat;
}

.owl-project-box {
    display: block;
    padding: 0px 10px;
}

.project-img {
    display: block;
    margin: 0px;
    padding: 0px;
}

.project-img img {
    width: 100%;
    border-radius: 5px;
}

.project-name {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #333333;
    text-align: left;
    margin-top: 15px;
}

.project-name:hover {
    color: #e31e24;
}

.our-partners-read-btn {
    background: #e31e25;
    padding: 3px 11px 3px 11px;
    border-radius: 50px;
    color: #fff;
}

.our-partners-read-btn:hover {
    background: #d71c23;
    color: #fff;
}


footer {
    display: block;
    margin: 0px;
    padding: 50px 0px;
    background: #e31e24;
    clear: both;
}


.footer-nev {
    display: block;
    margin: 0px;
    padding: 0px;
}


.footer-nev ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

.footer-nev ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    padding-left: 15px;
    transition: all 0.6s;
}

.footer-nev ul li:after {
    content: "\f0da";
    position: absolute;
    color: #FFF;
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
}

.footer-nev ul li a {
    display: block;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: 300;
}

.footer-nev ul li:hover {
    padding-left: 20px;
}

.f-nav-title {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer-nev p {
    display: block;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: 300;
}

.footer-nev p a {
    color: #FFF;
}


.copy-right {
    display: block;
    margin: 0px;
    background: #FFF;
    padding: 17px 0px;
}


.copy-right p {
    font-size: 13px;
    color: #333333;
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: 300;
    text-transform: uppercase;
}

.copy-right p a {
    color: #333333;
}

.copy-right p a:hover {
    color: #e31e24;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}


/*inner page style start */

.inner-content {
    padding: 35px 0px 25px 0px;
}

.inner-page-tl {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.inner-page-tl .inner-page-tl-inner h1 {
    color: #fff;
    margin: 0px 0px 20px 0px !important;
}

.inner-page-tl .inner-page-tl-inner h1 span {
    color: #da251c;
}

.inner-page-tl .inner-page-tl-inner {
    position: relative;
}

.inner-page-tl .inner-page-tl-inner h1:after {
    content: "";
    border-bottom: 3px solid #da251c;
    width: 70px;
    position: absolute;
    top: 45px;
    left: 0;
}


.breadcrumb {
    padding: 8px 0px;
    background-color: transparent;
}

.breadcrumb li a {
    color: #ffffff;
    text-transform: uppercase;
}

.breadcrumb li {
    color: #e31e25;
    text-transform: uppercase;
}


.inner-banner {
    position: relative;
}

.inner-banner-img-div img {
    min-height: 180px;
}


/*inner page style END */


/*contact page Start*/

.address {
    text-align: center;
}

.address p {
    font-size: 17px;
}

.contact-detail-block {
    background: #eee;
    padding: 30px;
    border-radius: 10px;
    min-height: 250px;
    max-height: 250px;
    margin: 15px 0;
}

.contact-detail-block-circal {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #e31e25;
    margin: auto;
    font-size: 45px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-detail-block-circal i {
    color: #fff;
}

.contact-detail-block-inner-detail {
    text-align: center;
    padding: 15px 0px;
}

.contact-detail-block-inner-detail p strong {
    font-size: 15px;
    margin-bottom: 5px;
}

.contact-detail-block-inner-detail p a {
    font-size: 15px;
}

.contact-top-part p {
    font-size: 18px;
}

.contact-top-part {
    padding: 3rem;
    background: #eee;
    margin: 3rem;
    border-radius: 0px 147px;
    box-shadow: 0px 9px 0px #e0e0e0;
}

.contact-top-part p:before {
    content: "\f10d";
    font-family: FontAwesome;
    padding: 15px;
    font-size: 30px;
    color: #cc2424;
}

.contact-top-part p:after {
    content: "\f10e";
    font-family: FontAwesome;
    padding: 15px;
    font-size: 30px;
    color: #cc2424;
}

.hvr-overline-reveal {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #e31e24;
    height: 5px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.contact-map-div {
    margin-top: 15px;
}

/*contact page end*/

.about-content h2 {
    margin-top: 0px;
    line-height: 35px;
}

.about-content p {
    font-size: 16px;
    line-height: 25px;
}


/* gradient-border css*/

.gradient-border {
    --borderWidth: 3px;
    background: #1d1f20;
    position: relative;
    border-radius: var(--borderWidth)
}

.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%
}

@-webkit-keyframes animatedgradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }

}

@keyframes animatedgradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

/* gradient-border css*/


/* draw-border css*/

.draw img {
    padding: 15px;
    border: 1px solid #ddd
}

.draw {
    overflow: hidden;
    position: relative
}

.draw::before, .draw::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    border: 2px solid transparent;
    width: 0;
    height: 0
}

.draw::before {
    top: 0;
    left: 0;
    border-top-color: #da251c;
    border-right-color: #da251c;
    animation: border 12s infinite
}

.draw::after {
    bottom: 0;
    right: 0;
    animation: border 12s 6s infinite, borderColor 12s 6s infinite
}

@keyframes border {
    0% {
        width: 0;
        height: 0
    }

    25% {
        width: 100%;
        height: 0
    }

    50% {
        width: 100%;
        height: 100%
    }

    100% {
        width: 100%;
        height: 100%
    }

}

@keyframes borderColor {
    0% {
        border-bottom-color: #da251c;
        border-left-color: #da251c
    }

    50% {
        border-bottom-color: #da251c;
        border-left-color: #da251c
    }

    51% {
        border-bottom-color: transparent;
        border-left-color: transparent
    }

    100% {
        border-bottom-color: transparent;
        border-left-color: transparent
    }

}

/* draw-border css*/


.mission-vision-bg { /*background:url(../images/inner-images/mission-vission.jpg) center right no-repeat; min-height:500px;*/

    background-color: #f6f6f6;
    padding: 50px 0 30px 0px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='18' viewBox='0 0 100 18'%3E%3Cpath fill='%23dcd9df' fill-opacity='0.11' d='M61.82 18c3.47-1.45 6.86-3.78 11.3-7.34C78 6.76 80.34 5.1 83.87 3.42 88.56 1.16 93.75 0 100 0v6.16C98.76 6.05 97.43 6 96 6c-9.59 0-14.23 2.23-23.13 9.34-1.28 1.03-2.39 1.9-3.4 2.66h-7.65zm-23.64 0H22.52c-1-.76-2.1-1.63-3.4-2.66C11.57 9.3 7.08 6.78 0 6.16V0c6.25 0 11.44 1.16 16.14 3.42 3.53 1.7 5.87 3.35 10.73 7.24 4.45 3.56 7.84 5.9 11.31 7.34zM61.82 0h7.66a39.57 39.57 0 0 1-7.34 4.58C57.44 6.84 52.25 8 46 8S34.56 6.84 29.86 4.58A39.57 39.57 0 0 1 22.52 0h15.66C41.65 1.44 45.21 2 50 2c4.8 0 8.35-.56 11.82-2z'%3E%3C/path%3E%3C/svg%3E");

}

.mission-vision-inner {
    margin-bottom: 15px;
}

.mission {
    background: #eee;
    padding: 15px 35px;
    min-height: 270px;
}

.mission .mission-text p {
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
}

.mission h2 {
    box-sizing: border-box;
}

.mission-vision-inner {
    display: inline-block;
}

.mission-img img {
}


.our-clientsrow-box {
    min-height: 100px;
    margin: 15px;
    border: 1px solid #eee;
    padding: 15px 0px;
}

.contact-map-div iframe {
    width: 100%;
    border: none;
}

.client-company-logo {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
}


/*pferd-block-1*/

.pferd-block {
    margin-bottom: 30px;
}

.pferd-block p {
    color: #676767;
    font-size: 2rem;
}

.pferd-block a {
    font-size: 2rem;
}

.pferd-block img {
    margin: auto;
}

/*pferd-block-1*/

/*gesipa*/

.greay-bg {
    background: #eee;
    padding: 35px 0px;
    width: 100%;
}

.ourpro-box-gesipa {
    background: #fff;
    float: left;
    padding: 30px 20px;
    margin: 5px;
    text-align: center;
    width: 100%;
}

.ourpro-box-gesipa img {
    margin-bottom: 20px;
}

.gesipa-top-div {
    text-align: center;
}

.gesipa-top-div p {
    font-size: 16px;
    line-height: 26px;
    width: 93%;
    margin: auto;
    margin-bottom: 35px;
}

/*gesipa*/


.gedoreindia-img-block-greay {
    background: #eee;
}

.gedoreindia-block {
    padding: 30px 0px;
}

.view-more {
    background: #ef3f45;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    display: inline-block;
    margin: 5px;
}

.view-more:hover {
    color: #fff;
    background: #e31e24;
}

.gedoreindia-img-block img {
    max-height: 300px;
    float: right;
}

.gedoreindia-con-block {
    float: left;
    width: 100%;
}


.gedoreindia-img-block-greay .gedoreindia-con-block {
    float: right;
    display: block;
    width: auto;
}

.gedoreindia-img-block-greay .gedoreindia-img-block img {
    float: left;
}


.product-page-bottom-link-part {
    display: block;
    background: #eee;
    padding: 20px 0;
    border-radius: 50px;
}

.product-page-bottom-link-part-inner {
    text-align: center;
}

.product-page-bottom-link-part-inner a {
    background: #3f484c;
    color: #fff;
    padding: 15px 20px;
    border-radius: 0px;
    display: inline-block;
    margin: 5px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    max-width: 300px;
    letter-spacing: 1px;
}

.product-page-bottom-link-part-inner a i {

    background: #e31e25;

    padding: 20px 20px;

    margin: -15px -20px;

    margin-right: 6px;

}

.product-page-bottom-link-part-inner a:hover {
    background: #16191b;
}

.list-item {
}

.list-item ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

.list-item ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 20px;
    transition: all 0.6s;
}

.list-item ul li:after {
    content: "\f18e";
    position: absolute;
    color: #337ab7;
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
}

.list-item ul li a {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
}

.list-item ul li a:hover {
    color: #e31e24;
}

.ourpro-box3 {
    width: calc(100% / 3);
    float: left;
    padding: 10px;
    margin: 5px;
}

.inner-page-product .ourpro-box {
    padding: 10px 10px 20px 10px;
}


/*

#show-previous-image{position: absolute;left: 0px;top: 50%;}

#show-next-image{position: absolute;right: 0px;top: 50%;}

.gallery-block .thumbnail a>img, .thumbnail>img {margin-right: auto;margin-left: auto; max-height: 190px;}

.gallery-block a.thumbnail, .gallery-block a.thumbnail, .gallery-block a.thumbnail {border-color: #337ab7; border:0px solid #ddd;}

.gallery-block a.thumbnail.active, .gallery-block a.thumbnail:focus, .gallery-block a.thumbnail:hover { border-color: #337ab7;    border:0px solid #ddd;}

.gallery-block a>img, .thumbnail>img {margin-right: auto;margin-left: auto; max-height: 190px;min-width:100%; min-height:190px;}

*/


/*gallery*/

#show-previous-image {
    position: absolute;
    left: 0px;
    top: 50%;
}

#show-next-image {
    position: absolute;
    right: 0px;
    top: 50%;
}

.gallery-block .thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
    max-height: 190px;
}

.gallery-block a.thumbnail, .gallery-block a.thumbnail, .gallery-block a.thumbnail {
    border-color: #337ab7;
    border: 0px solid #ddd;
}

.gallery-block a.thumbnail.active, .gallery-block a.thumbnail:focus, .gallery-block a.thumbnail:hover {
    border-color: #337ab7;
    border: 0px solid #ddd;
}

.gallery-block a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
    max-height: 190px;
    min-width: 100%;
    min-height: 190px;
}

.gallery-block {
    margin-bottom: 25px;
    text-align: center;
}

.gallery-block > div > h5 {
    line-height: 19px;
    padding-bottom: 15px;
}


.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.noborder {
    border: none !important;
}

.nomargin {
    margin: 0px;
}

.client-company-logo.noborder.partner {
    margin-top: 0px;
    padding-top: 0px;
}

.gallery-inner .col-lg-3.col-md-4.col-xs-6.thumb a.thumbnail {
    border: none;
}

.site-map > ul > h4 {
}

.site-map ul {
    padding: 0px;
    margin-top: 35px;
}

.site-map ul li {
    background: url(../images/sitemap.png) 0px 12px no-repeat;
    padding: 8px 0px 8px 20px;
}

.site-map ul li a {
    color: #000;
    font-size: 16px;
}

.site-map ul li a:hover {
    color: #e31e24;
}

.site-map-last-ul {
    margin-top: 10px !important;
}


.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-center-tl {
    display: flex;
    align-items: center;
    justify-content: left;
}

.flex-center-tr {
    display: flex;
    align-items: center;
    justify-content: right;
}


.file-upload {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    cursor: pointer;

}


/*social start*/

.listing-block .list-inline {

    padding-left: 0;

    margin-left: -5px;

    list-style: none;

}


.listing-block .list-inline > li {

    display: inline-block;

    padding-right: 5px;

    padding-left: 5px;

}


.listing-block .list-inline > li a {
    display: inline-block;

    position: relative;

    margin: 0 auto 0 auto;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    text-align: center;

    width: 25px;

    height: 25px;

    font-size: 13px;

}


.listing-block .list-inline a.icoFacebook:hover {

    background-color: #3B5998;

}

.listing-block .list-inline a.icotwitter:hover {

    background-color: #0084b4;

}


.listing-block .list-inline a.icogoogle-plus:hover {

    background-color: #d82d66;

}


.listing-block .list-inline a.icolinkedin:hover {

    background-color: #0077B5;

}


.listing-block .list-inline > li a:hover i, .triggeredHover {

    -moz-transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

    -ms--transform: rotate(360deg);

    transform: rotate(360deg);

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    -o-transition: all 0.2s;

    -ms-transition: all 0.2s;

    transition: all 0.2s;

}


.listing-block .list-inline li i {

    margin: 0;

    line-height: 25px;

    text-align: center;

}


.listing-block .list-inline .social-circle i {

    color: #fff;

    -webkit-transition: all 0.8s;

    -moz-transition: all 0.8s;

    -o-transition: all 0.8s;

    -ms-transition: all 0.8s;

    transition: all 0.8s;

}


.listing-block .list-inline a {

    color: #fff;

    background-color: #818182;

}

/*social END*/


/* video gallery page */

.video {

    height: 0;

    position: relative;

    padding-bottom: 56.25%; /* Если видео 16/9, то 9/16*100 = 56.25%. Также и с 4/3 - 3/4*100 = 75% */

}

.video iframe {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}

.video-div {
    margin-bottom: 25px;
}


.video-main {
}

.video-main .wrapper {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}


.js--image-preview {
}


.video-main .box {

    width: 265px;

    display: block;

    min-width: 265px;

    margin: 10px;

    background-color: white;

    border-radius: 5px;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);

    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);

    overflow: hidden;


}


.upload-options {

    position: relative;

    height: 45px;


    cursor: pointer;

    overflow: hidden;

    text-align: center;

    -webkit-transition: background-color ease-in-out 150ms;

    transition: background-color ease-in-out 150ms;

    display: flex;

    justify-content: center;

    flex-direction: column;

    background: #000;

    color: #fff;

}

.upload-options:hover {

    background-color: #36b3ed;

}

.upload-options input {

    width: 0.1px;

    height: 0.1px;

    opacity: 0;

    overflow: hidden;

    position: absolute;

    z-index: -1;

}

.upload-options label {


}


.upload-options label span {


}

.upload-options label span:hover i.material-icons {

    color: lightgray;

}


.js--image-preview {


    width: 100%;

    position: relative;

    overflow: hidden;

    background-image: url("");

    background-color: white;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

}


.js--image-preview.js--no-default::after {

    display: none;

}


i.material-icons {

    -webkit-transition: color 100ms ease-in-out;

    transition: color 100ms ease-in-out;

    font-size: 2.25em;

    line-height: 55px;

    color: white;

    display: block;

}


.drop {

    display: block;

    position: absolute;

    background: rgba(95, 158, 160, 0.2);

    border-radius: 100%;

    -webkit-transform: scale(0);

    transform: scale(0);

}


.animate {

    -webkit-animation: ripple 0.4s linear;

    animation: ripple 0.4s linear;

}


@-webkit-keyframes ripple {

    100% {

        opacity: 0;

        -webkit-transform: scale(2.5);

        transform: scale(2.5);

    }

}


@keyframes ripple {

    100% {

        opacity: 0;

        -webkit-transform: scale(2.5);

        transform: scale(2.5);

    }

}


.video-main {
    font-family: "Raleway", sans-serif;


    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

}

/* video gallery page */

.video-bg {
    background-color: #eee;
    padding: 15px 0px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}


/*cart team start*/

.card {


    min-height: 400px;

    background: #fff;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);

    border-radius: 10px;

    transition: 0.5s;

}

.card:hover {

    box-shadow: 0 30px 70px rgba(0, 0, 0, .2);

}

.card .box {

    margin: auto;

    text-align: center;

    padding: 20px;

    box-sizing: border-box;

    width: 100%;

    margin-bottom: 20px;

}

.card .box .img {

    width: 180px;

    height: 180px;

    margin: 0 auto;

    border-radius: 50%;

    overflow: hidden;

}

.card .box .img img {

    width: 100%;

    height: 100%;

}

.card .box h2 {

    font-size: 20px;

    color: #262626;

    margin: 20px auto;

}

.card .box h2 span {

    font-size: 14px;

    background: #e21e25;

    color: #fff;

    display: inline-block;

    padding: 4px 10px;

    border-radius: 15px;

    margin-top: 8px;


}

.card .box p {

    color: #262626;

}

.card .box span {

    display: inline-flex;

}

.card .box ul {

    clear: both;

    margin: 0 auto;

    padding: 0;

    display: grid;

}

.card .box ul li {

    list-style: none;

    float: left;

    padding-bottom: 5px;

}

.card .box ul li a {

    display: block;

    color: #aaa;

    margin: 0 10px;

    font-size: 20px;

    transition: 0.5s;

    text-align: center;

}

.card .box ul li:hover a {

    color: #e91e63;

    transform: rotateY(360deg);

}


/* cart team end*/


.owl-product-box {
    background: rgb(255, 255, 255);

    border-radius: 5px;

    text-align: center;
    padding: 7px;

    margin: 3px;
    min-height: 340px;
}

.minHeight {
    min-height: 290px;
}
