 
@import 'https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap';

/*flat icon */


/*==top===*/
body{font-family: 'Lato', sans-serif;}
a:hover {
    text-decoration: none;
}

.top-bar1 {
    padding: 3px 0;
}

.top-bar1 .top-icon1 {
    list-style: none;
}

.top-bar1 .cell {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}

.top-bar1 table tr td .svg-inline--fa {
    color: #1c5db0;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 40px !important;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
}

.parts {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}

.cell tr td {
    vertical-align: top;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    vertical-align: middle;
}

.parts tr td {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.parts tr td span,
.add tr td span,
.cell tr td span {
    color: #1c5db0;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 1px;
    margin-right: 2px;
    text-transform: uppercase;
}

table tr td {
    padding: 3px;
    text-align: left;
}


/******************/

.sina-nav .sina-menu>li>a {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 20px;
}

.sina-nav {
    background: #1862a7;
    min-height: inherit;
    border: 0;
}

.sina-nav .sina-menu .dropdown .dropdown-menu {
    width: 250px;
}

.sina-nav .sina-menu .dropdown .dropdown-menu li a {
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 30px;
}

.sina-nav .sina-brand>img {
    padding: 3px 0;
}

.sina-nav .sina-menu>li.active>a,
.sina-nav .sina-menu>li>a:hover,
.sina-nav .sina-menu>li>a:focus {
    color: #fff;
}

.slider .carousel-indicators li {
    width: 15px;
    width: 15px;
    border: 0;
    border-radius: 100px;
}

.slider .carousel-caption {
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider .carousel-caption h1 {
    font-size: 60px;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
}


/*******About*****/

.about-us {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.about-us h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #1862a7;
    margin-bottom: 20px;
}

.about-us p {
    color: #000;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 25px;
    line-height: 30px;
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}

.about-us a {
    background: #1862a7;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding: 12px 20px;
    border-radius: 5px;
}


/*===products*/

.product .row {
    margin-left: 0;
    margin-right: 0;
}

.product .row .col-md-6 {
    padding: 0;
}

.product .box {
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
}

.product .box::after {
    content: '';
    background: linear-gradient(to top, #0000008a 30%, transparent);
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.product .box:hover img {
    transform: scale(1.2);
    transition: 2s;
}

.product .box h3 {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    z-index: 9;
}

.product .box h3 a {
    color: #fff;
}


/*==quality*/

.quality {
    padding: 30px 0;
}

.quality .q-box {
    margin-top: 30px;
}

.quality .q-box h4 {
    font-size: 36px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1862a7;
}

.quality .q-box p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 30px;
}

.quality .q-box a {
    background: #1862a7;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding: 8px 20px;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
}

.partner {
    background: #f5f5f5;
    padding: 30px 0;
    text-align: center;
}

.partner h5 {
    color: #1862a7;
    font-size: 36px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.partner .q-box1 img {
    width: 196px;
    margin-bottom: 5px;
}


/******footer****/

.footer {
    padding: 50px 0;
    background: #1862a7;
}

.footer h6 {
    font-size: 20px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer p {
    color: #fff;
    margin: 0;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
}

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

.footer ul li {
    line-height: 30px;
}

.footer ul li a {
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.footer .icon .svg-inline--fa {
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 14px 30px #094782;
}

.copyright {
    background: #000;
    padding: 10px 0;
    text-align: center;
}

.copyright p {
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

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

#return-to-top .svg-inline--fa {
    color: #fff;
    background: black;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 12px;
}


/*contact us*/

.contact-us {
    padding: 20px 0;
    background: #f5f5fa;
}

.contact-us h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.contact-us .breadcrum {
    margin-bottom: 0;
    float: right;
    margin-top: 13px;
}

.contact-us .breadcrum li {
    text-align: right;
    font-size: 14px;
    float: left;
    list-style: none;
    font-family: 'Lato', sans-serif;
}

.contact-us .breadcrum li span {
    margin-right: 5px;
}

.contact-inner {
    padding: 30px 0;
}

.contact-inner h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
}

.contact-inner .box {
    background: #1862a7;
    padding: 40px 20px;
    min-height: 180px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}

.contact-inner .box h3 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.contact-inner .box p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.contact-form {
    background: 20px 0;
    text-align: center;
}

.contact-form h4 {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}

.contact-form input {
    background: #f5f5f5;
    border: 0;
    height: 42px;
}

.contact-form textarea {
    background: #f5f5f5;
    border: 0;
}

.contact-form .btn {
    background: #1862a7;
    border: 0;
    width: 150px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}


/*==about-us==*/


.about-us-content,
.about-us-text {
    padding: 50px 0;
}

.about-us-content h2,
.about-us-text h2 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
    color: #1862a7;
    font-weight: 700;
}

.about-us-content p,
.about-us-text p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    text-align: justify;
    float: left;
}

.about-us-content p img,
.about-us-text p img {
    float: right;
    max-width: 100%;
    margin: 25px;
    margin-right: 0;
    border: 1px solid #eee;
}

.about-us-content .text-right p,
.about-us-text .text-right p {
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.about-us-content .text-right p span,
.about-us-text .text-right p span {
    display: block;
    font-weight: 500;
}

.about-us-text {
    background: #1862a7;
    color: #fff;
}

.about-us-text h2 {
    color: #fff;
}

.about-us-text img {
    padding: 5px;
}


/********************/

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

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #1862a7;
    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 #1862a7;
    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: #1862a7;
    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: 14px;
    font-weight: bold;
    color: #1862a7;
    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: #1862a7;
    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: #1862a7;
    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: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
}

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


@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 #006E51 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 (max-width: 991px) {
    .sina-nav.mobile-sidebar .navbar-collapse {
        background: #1862a7;
    }
    .sina-nav .sina-menu li a:hover {
        color: #000;
    }
    .top-bar1 .cell {
        justify-content: left;
    }
    .sina-brand img {
        max-width: 100%;
    }
    .parts {
        justify-content: left;
    }
    .slider {
        clear: both;
    }
    .slider .carousel-caption {
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .slider .carousel-caption h1 {
        font-size: 48px;
    }
}

.career {
    padding: 50px 0;
    text-align: left;
}

.career h4 {
    font-size: 30px;
    font-weight: 700;
}

.career p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 36px;
    text-align: justify;
    margin-right: 50px;
}

.career label {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.career input,
.career textarea {
    background: none;
    border: 1px solid #ccc;
}


/*contact us*/


/*=products*/

.products-innner {
    padding: 50px 0;
}

.products-innner .sidebar p {
    background: #dc3545;
    color: #fff;
    margin-bottom: 0;
    padding: 12px 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.products-innner h3, .products-innner h2{ font-family: 'Lato', sans-serif; font-size:24px; font-weight:700;}

.products-innner p{ font-family: 'Lato', sans-serif;  font-size: 18px;}

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

.products-innner .sidebar Ul .active a {
    border-left: 5px solid #dc3545;
}

.products-innner .sidebar Ul li a {
    color: #000;
    background: #1862a7;
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    border-bottom: 1px solid #0a559b;
    border-left: 5px solid #0a559b;
}

.products-innner .products-box img {
    padding: 5px;
    border: 1px solid #eee;
   margin-bottom: 20px;
}

.products-innner .products-box h2 {
    margin: 0;
    padding: 15px 0;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.products-innner .products-box table tr td {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 5px 10px;
}

.products-innner .pro-name a {
    text-align: center;
    padding: 15px 0;
}

.products-innner .pro-name a p {
    color: #000;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    display: block;
}

.products-innner .pro-name img {
    border: 1px solid #eee;
}

.products-innner .pro-name img:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.slider-product {
    padding: 50px 0;
    text-align: center;
    position: relative;
    background: #f5f5f5;
}

.slider-product .product {
    border: 0;
    background: #f9f9f9;
    padding: 10px 25px;
    margin: 0 10px;
}

.slider-product .product .title {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 5px 0;
    line-height: 30px;
    color: #1862a7;
}

.slider-product .product .span {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    font-family: Barlow;
    line-height: 18px;
}

.slider-product .product .rupee {
    font-family: Barlow;
    color: #555;
    font-size: 20px;
    margin: 20px 0;
}

.slider-product .carousel-button-left,
.slider-product .carousel-button-right {
    color: #1862a7;
}

/*==gallery==*/
.gallery{ padding:50px 0;}
.gallery .box{ background:#f5f5f5; margin-bottom:15px; min-height:315px;}
.gallery .box a { color:#000; font-size:16px; font-weight:700; font-family:Barlow; text-align:center;}
.gallery .box a p{ margin-bottom:0; padding:10px 0; min-height:60px; display:flex; justify-content:center; align-items:center; line-height:16px; font-size:14px;}
.gallery .box:hover { background:#1862a7;}
.gallery .box:hover p{ color:#fff; font-size:14px; font-weight:500;}
.modal-body{ padding:5px; border-radius:0;}

.download{ padding:0 0 50px 0;}
.download h2, .download h3{ font-size:24px;   font-family:Barlow; font-weight:700; margin-bottom:25px; margin-top:35px;} 
.download a { color:#000;font-family:Barlow; font-size:16px; background:#f5f5f5; padding:15px 25px; display:inline-block;}
.download a .svg-inline--fa{ color:#f72015; font-size:18px; margin-right:10px;}
.download p{ margin-bottom:5px;}

.news-and-events{ padding:50px 0;}
.news-and-events .box1{ border:1px solid #eee; margin-bottom:15px; padding:20px; border-radius:8px;}
.news-and-events .box1 h2{ font-size:18px; font-weight:700;font-family:Barlow;}
.news-and-events .box1 p{font-family:Barlow; font-size:13px;}
.news-and-events .box1 .btn{ color:#f72015;font-family:Barlow; font-size:13px; border:1px solid #eee; padding:6px 25px; border-radius:20px;}
.news-and-events .box2{ margin-bottom:15px; }
.news-and-events .box2 img{ position:sticky; top:100px;}
.news-and-events .box2 h2{ font-size:24px;color:#f72015; font-weight:700;font-family:Barlow;}
.news-and-events .box2 p{font-family:Barlow; font-size:13px; line-height:30px; text-align:justify;}
.news-and-events ul{ padding-left:15px;font-family:Barlow;}

.group-companies p strong{ font-size:18px; margin-bottom:0;}
.group-companies .img-fluid{ padding:5px; box-shadow:0px 0px 5px 05px #eee;}

@media (max-width: 767px) {
    .slider .carousel-caption {
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .slider .carousel-caption h1 {
        font-size: 24px;
        text-transform: capitalize;
        font-weight: 500;
    }
    .about-us p {
        width: 100%;
    }
}

 
 