@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900&display=swap";
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap";

/*==tapbaer*/

body {
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

.topbar {
    background: #212121;
    font-family: Montserrat;
}

.topbar a {
    color: #fff;
    padding: 8px 0;
    display: inline-block;
    margin: 0 8px;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: 1px;
}

.topbar .get {
    float: right;
    background: #F82D2D;
    padding: 8px 18px;
}

.topbar .fa {
    color: #F82D2D;
    margin-right: 5px;
}

::-moz-selection,
 ::selection {
    background: #F82D2D;
    color: #fff;
}


/*=navbar=*/

.sina-nav {
    background: #f6f6f6;
    border: 0;
}

.sina-nav .sina-menu li a {
    color: #000 !important;
    line-height: 36px;
    font-family: Montserrat !important;
    font-weight: 500;
    letter-spacing: 1px;
}

.sina-nav .sina-brand {
    height: 74px;
}

.sina-nav ul li a {
    text-transform: none;
}

.sina-nav.navbar-fixed.navbar-freez {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}


/*banner*/
.banner video {
    /* position: absolute; */
    /* top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    background-position: 50% 80% !important;
    background-size: cover !important;
    object-fit: cover !important;
    width: 100%;
    height: 750px;
    /* opacity: .8; */
 }
.carousel-indicators li {
    width: 15px;
    border-radius: 50px;
    height: 15px;
    background-color: #f6f6f6;
}

.carousel-indicators .active {
    background: #F82D2D;
}

.carousel-caption {
    top: 40%;
    left: 10%;
    text-align: left;
}

.carousel-caption h2 {
    font-family: Montserrat;
    font-size: 55px;
    color: #fff;
    text-shadow: 0px 2px 2px #3a3738;
    font-weight: 700;
}

.carousel-caption p {
    font-family: Raleway;
    font-size: 18px;
}


/*==about home*/

.about {
    padding: 50px 0;
    text-align: center;
}

.about h1 {
    text-align: center;
    color: #F82D2D;
    font-family: Montserrat;
    font-size: 42px;
    border-bottom: 1px solid #F82D2D;
    display: inline-block;
    margin-bottom: 30px;
}

.about p {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    color: #3a3738;
    margin-bottom: 50px;
}

.about .about-box {
    box-shadow: #3a3738 0px 0px 15px -10px;
    padding: 30px;
    text-align: left;
    min-height: 450px;
}

.about .about-box h2 {
    font-family: Raleway;
    margin-bottom: 25px;
    font-weight: 700;
}

.about .about-box p {
    margin-bottom: 25px;
    line-height: 30px;
}

.about .about-box .btn {
    border: 2px solid #F82D2D;
    padding: 8px 35px;
    border-radius: 0px;
    color: #F82D2D;
    font-family: Montserrat;
}


/*==products*/

.products-home {
    background: #3a3738;
    padding: 73px 0;
    position: relative;
    text-align: center;
}

.products-home h3 {
    text-align: center;
    color: #fff;
    font-size: 42px;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 4%;
    font-family: Montserrat;
    text-transform: uppercase;
}

.products-home .prducts-back {
    position: absolute;
    background: url(../images/products-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
}

.products-home .btn {
    background: #F82D2D;
    color: #f6f6f6;
    margin-top: 3%;
    font-family: Montserrat;
    padding: 8px 35px;
    border-radius: 0px;
}

.products-home .product-box {
    background: #f6f6f6;
    padding: 0px;
    overflow: hidden;
}

.products-home .product-box img:hover {
    transform: scale(1.3);
    transition: 1s;
}

.products-home h4 {
    font-family: Raleway;
    background: #f6f6f6;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 999;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
}

.products-home h4 a {
    color: #000;
    padding: 12px;
    display: block;
}

.products-home h4:hover a {
    color: #F82D2D;
}


/*==Quality==*/

.quality {
    padding: 3% 0 0 0;
    background: #F82D2D;
}

.quality .ser-box {
    min-height: 200px;
    text-align: center;
}

.quality .text-center h5 {
    font-family: Montserrat;
    font-size: 44px;
    color: #fff;
}

.quality .text-center p {
    color: #fff;
    font-family: Raleway;
    font-size: 14px;
    margin-bottom: 55px;
    display: block;
}

.quality h6 {
    font-family: Montserrat;
    color: #f6f6f6;
    font-size: 24px;
    margin-bottom: 15px;
}

.quality .fa {
    color: #3a3738;
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: #f6f6f6;
    border-radius: 5px;
    box-shadow: 12px 12px 0px 0px #3a3738;
    margin-bottom: 40px;
}

.quality p {
    color: #f6f6f6;
    font-family: Raleway;
    font-size: 14px;
    margin-bottom: 10%;
}


/*==quality-policy==*/

.quality-policy {
    padding: 5% 0;
    position: relative;
}

.quality-policy .quality-box {
    padding: 8%;
    margin: 5%;
    background: #3a3738;
    color: #f6f6f6;
    position: absolute;
    left: -20%;
}

.quality-policy .quality-box h2 {
    font-family: Montserrat;
    font-size: 44px;
    color: #fff;
}

.quality-policy .quality-box p {
    font-family: Raleway;
    font-size: 14px;
    line-height: 30px;
}

.quality-policy .quality-box .btn {
    border: 1px solid #f6f6f6;
    font-size: 14px;
    font-family: Montserrat;
    color: #f6f6f6;
    padding: 8px 35px;
    border-radius: 0px;
    margin-top: 5%;
}

.quality-policy .quality-box .btn:hover {
    background: #F82D2D;
    border-color: #F82D2D;
    color: #f6f6f6;
}

.quality-policy1 {
    padding: 2%;
}

.contact-mail {
    background: #F82D2D;
    padding: 2% 0;
    font-family: Montserrat;
    text-align: center;
    color: #f6f6f6;
    font-size: 28px;
    margin-bottom: -50px;
    position: relative;
    border-radius: 5px;
}

.contact-mail .btn {
    background: #f6f6f6;
    color: #F82D2D;
    font-size: 28px;
    padding: 5px 35px;
    margin: 0 10px;
}

.contact-mail p {
    margin: 0;
}


/*===footer===*/

.footer {
    padding: 6% 0 4% 0;
    background: #3a3738;
}

.footer h4 {
    color: #f6f6f6;
    font-family: Montserrat;
    font-size: 18px;
}

.footer h3 {
    font-size: 24px;
    font-family: Montserrat;
    margin-bottom: 20px;
    color: #F82D2D;
}

.footer address {
    color: #f6f6f6;
    line-height: 30px;
}

.footer address p {
    margin: 0;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer address a {
    color: #f6f6f6;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer .list li {
    width: 50%;
    float: left;
}

.footer ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.footer ul li a {
    color: #f6f6f6;
    font-size: 13px;
    font-family: Montserrat;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 1px;
}

.footer .text-center {
    margin-top: 5%;
}

.copyright {
    padding: 1% 0;
    color: #f6f6f6;
    background: #F82D2D;
}

.copyright p {
    margin: 0;
    font-family: Montserrat;
}

.copyright .social a {
    color: #f6f6f6;
}

.copyright .social a .fa {
    text-align: center;
    width: 30px;
}

#return-to-top {
    position: fixed;
    right: 20px;
    bottom: 90px;
}

#return-to-top .fa {
    background: #F82D2D;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #f6f6f6;
    box-shadow: 0px 0px 5px -2px #3a3738;
}


/*contact us page*/

.breads {
    padding: 10px 0;
    background: #f6f6f6;
}

.breads h1 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.breads .breadcrumb {
    background: none;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}

.breads .breadcrumb .fa {
    color: #F82D2D;
}

.breads .breadcrumb li {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.svbreadcrumb {
    overflow: hidden;
    width: auto;
    padding: 0px;
    text-align: right;
    margin: 0;
}

.svbreadcrumb li {
    display: inline-block;
    list-style: none;
    background: transparent;
    border-width: 0px;
    border-style: solid;
    border-radius: 5px 0px 0px 5px;
    text-transform: capitalize;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    background-image: linear-gradient(to right, #f5f5f5, #fff);
}

.svbreadcrumb li:first-child {
    background-color: #f8f5f5;
}

.svbreadcrumb li:first-child a {
    background-image: none !important;
    padding-left: 1em;
    border-radius: 5px 0 0 5px;
    background-color: #fefefe;
}

.svbreadcrumb li:first-child a:after {
    border-left-color: #f8f8f8;
}

.svbreadcrumb li a {
    padding: .5em 1em .5em 1.5em;
    display: inline-block;
    text-decoration: none;
    color: #444;
    font-size: 13px;
    position: relative;
    background-color: #ddd;
    background-image: linear-gradient(to right, #f5f5f5, #fff);
}


/*==contact inner*/

.contact-information {
    padding: 3% 0;
    text-align: center;
}

.contact-information h2 {
    font-family: Montserrat;
    font-weight: 500;
    margin-bottom: 5%;
}

.contact-information .cbox {
    background: #f6f6f6;
    padding: 35px 10px;
    min-height: 180px;
    margin-bottom: 15px;
}

.contact-information .cbox h3 {
    font-family: Montserrat;
    font-size: 20px;
    color: #F82D2D;
    margin-bottom: 15px;
}

.contact-information .cbox p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
}

.contact-information .cbox p a {
    color: #333;
}

.form {
    padding-bottom: 2%;
}

.form input,
.form textarea,
.form button {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
}

.form button {
    padding: 12px 35px;
    background: #000;
    border: 0;
    margin-top: 2%;
}

.abouts p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.inner-content {
    padding: 1px 0;
    background: #eee;
}

.about-who-we {
    padding: 3% 0;
    text-align: center;
}

.about-who-we h3 {
    font-family: Montserrat;
    font-size: 24px;
    margin-bottom: 20px;
}

.about-who-we .fa {
    color: #000;
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: #eee;
    border-radius: 5px;
    box-shadow: 12px 12px 0px 0px #F82D2D;
    margin-bottom: 40px;
}

.about-who-we p {
    font-family: Montserrat;
    font-weight: 500;
}


/*Products inner*/

.products-innner {
    padding: 3% 0;
}

.products-innner h2 {
    font-family: Montserrat;
    font-size: 36px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 2%;
}

.products-innner section {
    background: #f5f5f5;
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow: hidden;
}

.products-innner section:hover {
    box-shadow: 0px 0px 15px -8px #3a3738;
}

.products-innner section button {
    position: absolute;
    top: 0;
    right: 10px;
    background: none;
    color: #F82D2D;
    border: 0;
    display: none;
}

.products-innner section p {
    font-family: Montserrat;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    color: #fff;
    bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px;
    margin: 0;
}

.products-innner .sidebar ul {
    padding-left: 0;
    list-style: none;
}

.products-innner .sidebar ul li {
    background: #f5f5f5;
    margin-bottom: 1px;
}

.products-innner .sidebar ul li a {
    color: #3a3738;
    font-family: Montserrat;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 36px;
    padding: 10px 25px;
    display: block;
}

.products-innner .sidebar ul .active {
    background: #F82D2D !important;
    border-left: 3px solid #3a3738;
}

.products-innner .sidebar ul .active a {
    color: #fff;
}

.products-innner .sidebar ul .active ul {
    display: none;
}

.products-innner .sidebar ul .active ul li a {
    color: #000;
}

.modal-content {
    font-family: Montserrat;
}

.modal-content .title {
    color: #F82D2D;
    font-size: 20px;
}

.modal-content p {
    font-size: 13px;
}

table {
    text-align: center;
    vertical-align: middle;
}

table tr td,
table tr th {
    padding: 2px !important;
    font-size: 13px;
    font-weight: 500;
}

table tr th {
    background: #3a3738;
    color: #fff;
}

.home-popup .modal-header {
    border: 0;
}

.home-popup .modal-content {
    border-radius: 0;
}

.home-popup .close {
    position: absolute;
    right: -20px;
    top: -10px;
    padding: 0;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    z-index: 999;
    opacity: 1;
}


/*********************** Effect *******************/

.box9 {
    background: #000;
    text-align: center;
    position: relative;
}

.box9 img {
    width: 100%;
    height: auto;
}

.box9 .box-content {
    padding: 30px 10px 30px 0;
    background: rgba(0, 0, 0, .65);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0
}

.box9 .box-content h3 {
    color: #fff;
    font-family: Montserrat;
    margin-top: 15px;
}

.box9:hover .box-content {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
}

.box9 .title {
    font-weight: 700;
    color: #fff;
    line-height: 17px;
    margin: 5px 0;
    position: absolute;
    bottom: 55%;
}

.box9 .icon {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
}

.box9 .icon li {
    display: inline-block;
    opacity: 0;
}

.box9:hover .icon li {
    opacity: 1;
    transform: translateY(0);
    border: 0;
}

.box9 .icon li a {
    display: block;
    background: #F82D2D;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    transition: all .35s ease 0s;
}

.box9 a:not([href]):not([tabindex]):focus,
.box9 a:not([href]):not([tabindex]):hover {
    color: #fff;
}


.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
    margin-bottom: 85px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #F82D2D;
    top: 127px;
    bottom: 123px;
    left: 50%;
    margin-left: -1px;
}

.tl-container {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.tl-container.left {
    left: 0;
}

.tl-container.right {
    left: 50%;
}

.tl-container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #F82D2D;
    border-radius: 16px;
    z-index: 1;
}

.tl-container.right::after {
    left: -8px;
}

.tl-container::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #F82D2D;
    z-index: 1;
}

.tl-container.right::before {
    left: 8px;
}

.tl-container .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.tl-container.left .date {
    right: -75px;
}

.tl-container.right .date {
    left: -75px;
}

.tl-container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #F82D2D;
    border: 2px solid #fff;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 1;
}

.tl-container.left .icon {
    right: 56px;
}

.tl-container.right .icon {
    left: 56px;
}

.tl-container .content {
    padding: 30px 90px 30px 30px;
    background: #F82D2D;
    position: relative;
    border-radius: 0 500px 500px 0;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    min-height: 180px;
}

.tl-container.right .content {
    padding: 10px 10px 10px 60px;
    border-radius: 500px 0 0 500px;
}

.tl-container .content p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: Montserrat;
  font-weight: 500;
}
 .card-title{ text-align:center; padding:20px 0;}

 .content-inner{
    font-family: Montserrat;
 }

@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }
    .tl-container {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }
    .tl-container.right {
        left: 0%;
    }
    .tl-container.left::after,
    .tl-container.right::after {
        left: 82px;
    }
    .tl-container.left::before,
    .tl-container.right::before {
        left: 100px;
        border-color: transparent #9aa3a1 transparent transparent;
    }
    .tl-container.left .date,
    .tl-container.right .date {
        right: auto;
        left: 15px;
    }
    .tl-container.left .icon,
    .tl-container.right .icon {
        right: auto;
        left: 146px;
    }
    .tl-container.left .content,
    .tl-container.right .content {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
}

















@media only screen and (max-width: 990px) {
    .box9 {
        margin-bottom: 20px;
    }
}

.modal-dialog {
    max-width: 750px;
}

@media (max-width: 991px) {
    .topbar .get {
        display: none;
    }
    .quality-policy .quality-box {
        left: 0;
        margin: 0;
    }
    .sidebar {
        display: none;
    }
    .products-innner h2 {
        display: none;
    }
    .breads .text-right {
        text-align: left !important;
        display: inline-flex;
    }
    .contact-mail .btn {
        display: block;
        margin-top: 2%;
    }
    .banner video{height: 500px;}
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .banner video{height: 650px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer {
        padding: 10% 0 4% 0;
    }
    .quality-policy .quality-box {
        position: relative;
    }
    .banner video{height: 550px;}
    .sina-nav .sina-menu li a{letter-spacing: normal;}
}

@media (max-width: 767px) {
    .quality-policy {
        position: relative;
    }
    .quality .text-center .img-fluid {
        display: none;
    }
    .footer {
        padding-top: 12%;
    }
    .quality-policy .quality-box {
        position: relative;
        width: 100%;
        left: 0;
        margin: 0;
    }
    .quality .text-center h5 {
        padding: 5% 0;
    }
    .contact-mail {
        margin: 0;
    }
    .products-home h3 {
        margin-bottom: 20%;
    }
    .contact-mail {
        font-size: 22px;
        margin-bottom: 4%;
    }
    .contact-mail .btn {
        font-size: 22px;
    }
    .products-home .btn {
        margin-top: 11%;
    }
    .carousel-caption {
        display: none;
    }
    .topbar a {
        line-height: normal;
        font-size: 12px;
    }
    .footer .list li {
        width: 100%;
    }
    .quality .ser-box {
        min-height: inherit;
    }
    .footer h3 {
        display: block;
    }
    .footer ul,
    .footer address {
        margin-bottom: 4%;
    }
    .copyright {
        text-align: center;
    }
    .copyright .text-right {
        text-align: center !important;
        margin-top: 2%;
    }
    .banner video{height: 400px;}
}
@media (max-width:500px) {
    .banner video{height: 100%;}
    .about h1{font-size: 36px;}
}