@font-face {
    font-family: HelveticaNeue-Black;
    src: url(../fonts/HelveticaNeue-Black.eot);
    src: url(../fonts/HelveticaNeue-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue-Black.woff2) format("woff2"), url(../fonts/HelveticaNeue-Black.woff) format("woff"), url(../fonts/HelveticaNeue-Black.ttf) format("truetype");
}

@font-face {
    font-family: HelveticaNeue-Bold;
    src: url(../fonts/HelveticaNeue-Bold.eot);
    src: url(../fonts/HelveticaNeue-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue-Bold.woff2) format("woff2"), url(../fonts/HelveticaNeue-Bold.woff) format("woff"), url(../fonts/HelveticaNeue-Bold.ttf) format("truetype");
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 14px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
    overflow-x: -moz-scrollbars-none;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #5c5a5b;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

a {
    display: block;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

.not_load {
    height: 100vh;
    overflow: hidden;
    background: #030303;
}

.loader {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    opacity: 1;
    visibility: visible;
    transition: ease-in-out all 0.4s;
}

.load .loader {
    visibility: hidden;
    opacity: 0;
}

.fixed-right {
    position: fixed;
    right: 20px;
    top: 30vh;
    z-index: 2;
}

.fixed-right .quick-contact {
    position: relative;
}

.fixed-right .call-right {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    z-index: 1;
    background: #1ba2e6;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-right .call-right i {
    font-size: 18px;
    color: #fff;
}

.fixed-right .slide-left {
    position: absolute;
    background: #137DB0;
    width: 0;
    height: 35px;
    right: 12px;
    top: 0px;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 13.5px 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
    transition: ease-in-out 0.5s;
    border-radius: 25px 15px 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-right .slide-left a {
    color: #fff;
}

.fixed-right .slide-left span {
    opacity: 0;
    font-weight: 400;
}

@media only screen and (min-width: 576px) {
    .fixed-right .quick-contact:hover .slide-left, .fixed-right .quick-contact:hover span {
        opacity: 1;
        transition: ease-in-out 0.5s;
        width: 135px;
    }
}

@media only screen and (min-width: 576px) {
    .fixed-right .quick-contact.mail .slide-left {
        background: #2b2b33;
    }
}

#Header.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    animation: ease-in-out;
    transition-delay: 0.5s;
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    background: #000000ad;
    transition: all 0s ease-in;
    height: auto;
    box-shadow: 0px 29px 28px rgba(2, 28, 96, 0.05);
}

#Header.sticky .logo_sec .logo {
    /*max-width: 175px;
    padding: 14px 30px;*/
}

#Header.sticky .menu_icon button {
    padding: 25px 25px;
}

#Header {
    background: transparent;
    position: absolute;
    top: 0px;
    z-index: 999;
    left: 0px;
    width: 100%;
}

#Header::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, .0));
    z-index: -1;
}

#Header .container {
    max-width: 100%;
}

#Header .container .row {
    justify-content: space-between;
	background-color: rgba(255, 255, 255, 0.9);
}

#Header .container .row .lft_sec, #Header .container .row .rit_sec {
    display: flex;
    align-items: center;
}
#Header .container .row .lft_sec {
}

#Header .logo_sec {
    /*background: #ffffff;*/
}

#Header .logo_sec .logo {
    max-width: 380px;
    /*padding: 25px 30px;*/
}

#Header .menu_icon button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
     /*background: white;*/
    border-radius: 0px;
    padding: 36px 25px;
    outline: none;
}

.animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

@keyframes animate {
    0% {
        transform: translate(-50%, 5px);
    }
    80% {
        transform: translate(-50%, 15px);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, 29px);
        opacity: 0.1;
    }
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-20px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-60px);
    }
}

@keyframes straightLine {
    50% {
        transform: translate3D(50px, -50px, 0);
    }
}

@keyframes straightLine1 {
    50% {
        transform: translate3D(-50px, 50px, 0);
    }
}

.pulse {
    animation-name: pulse;
    animation-duration: 5s;
}

#Header .menu_icon button .title {
    font-size: 12px;
    color: #2b2b33;
    text-transform: uppercase;
    margin-left: 15px;
    letter-spacing: 2px;
}

#Header .navbar {
    position: absolute;
    width: 60%;
    top: 100%;
    padding: 0;
}

#Header .navbar .prdcts {
    padding: 0;
}

#Header .navbar .navbar-nav {
    margin: 0;
}

#Header .navbar .nav_menu {
    background: #ffffff;
    justify-content: flex-start;
    padding: 20px 45px 40px 45px;
    width: 80%;
    position: relative;
    box-shadow: 3px 0px 40px rgba(0, 0, 0, 0.30);
}

#Header .navbar .nav_menu button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffb0;
    padding: 5px 5px;
    border-radius: 50%;
    outline: none;
    position: absolute;
    right: 15px;
    z-index: 30;
}

#Header .navbar .nav_menu button .title {
    background: url(../images/icons/close-button.png) no-repeat center;
    background-size: 72%;
    border-radius: 50%;
    background-position: center;
    padding: 10px;
}

#Header .navbar .navbar-nav li {
    display: flex;
    align-items: center;
}

@media only screen and (max-width:576px) {
    #about_us .all_cntnts_sec a {
        margin: 15px 15px 0px 0px !important;
        padding: 10px 7px !important;
        min-width: 130px !important;
    }
    #about_us .all_cntnts_sec a img {
        max-width: 15%;
    }
}

#Header .all_cntnts_sec {
    padding: 10px 0px;
    display: flex;
    margin-top: 20px;
    border-top: solid 1px #d8d8d8;
    width: 100%;
}

#about_us .all_cntnts_sec {
    padding: 25px 0;
    margin-right: 55px;
    display: flex;
}

#footer_details .all_cntnts_sec {
    padding: 25px 0;
    display: block;
}

#footer_details .all_cntnts_sec img {
    max-width: 15%;
}

.all_cntnts_sec .icon1 {
    background: #000;
}

.all_cntnts_sec a {
    margin: 15px 15px 0px 0px;
    background: #137DB0;
    padding: 10px 5px;
    min-width: 135px;
    text-align: left;
}

#about_us .all_cntnts_sec a {
    margin: 15px 15px 0px 0px;
    padding: 15px 28px;
    min-width: 175px;
}

#footer_details .all_cntnts_sec a {
    margin: 15px 0;
    margin-right: 0;
    padding: 10px 10px;
    min-width: 150px;
    width: fit-content;
}

.all_cntnts_sec a strong {
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    margin-left: 0;
}

#about_us .all_cntnts_sec a strong {
    margin-left: 5px;
}

#footer_details .all_cntnts_sec a strong {
    font-size: 13px;
    margin-left: 0px;
}

#Header .navbar .navbar-nav .title_head {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    cursor: default;
}

#Header .navbar .navbar-nav li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 17px 0px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    background-repeat: no-repeat;
    background-position: left;
}

#Header .navbar .navbar-nav li a span {
    margin-left: 40px;
}

#Header .prdcts li a span {
    margin-left: 20px !important;
}

#Header .navbar .navbar-nav li .link::after {
    background: #137DB0;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 1px;
    width: 0px;
}

#Header .navbar .navbar-nav li .link.active::after {
    background: #137DB0;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 1px;
    width: 35%;
}

#Header .navbar .navbar-nav li .link.active {}

#Header .navbar .navbar-nav li .link:hover::after {
    width: 35%;
}

#Header .navbar .career_div {}

#Header .navbar .navbar-nav .head1 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    padding-top: 15px;
}

#Header .navbar .navbar-nav .sub {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

.collapse:not(.show) {
    display: none !important;
    width: 100%;
}

.navbar-expand-lg .navbar-nav {
    display: block;
    margin: 0 auto;
}

#Header .menu_icon button .icon {
    width: 19px;
    height: 2px;
    background: black;
}

#Header .menu_icon button .icon:nth-child(2) {
    width: 13px;
    margin-top: 5px;
}

#Header .menu_icon button .icon:nth-child(3) {
    width: 16px;
    margin-top: 5px;
}

#Header .container .row .rit_sec {
    padding-right: 45px;
}

#Header .qck_action {
    display: flex;
    align-items: center;
}

#Header .qck_action li {
    margin-right: 50px;
}

#Header .qck_action li a.call::before {
    content: "";
    background: url(../images/icons/top_call.png) no-repeat center #1BA2E6;
    background-size: 17px;
    margin-right: 10px;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 50%;
}

#Header .qck_action li a {
    font-size: 14px;
    color: #1ba2e6;
    padding-left: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#Header .qck_action li:last-child {
    margin-right: 0px;
}

#Header .qck_action li a.mail::before {
    content: "";
    background: url(../images/icons/top_mail.png) no-repeat center #1BA2E6;
    background-size: 17px;
    margin-right: 10px;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 50%;
}

#Header .language {
    margin-left: 45px;
}

#Header .language img {}

#Header .language .english {
    display: none;
}

#main-slider .carousel-inner {
    position: relative;
}

#main-slider .carousel-inner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 30%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: 1;
}

#main-slider .carousel-item {
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    max-height: 100vh;
}

#main-slider .carousel-item img {
    width: 100%;
    margin: auto;
}

@media only screen and (min-width: 576px) {
    #main-slider .carousel-item .mob_slide {
        display: none !important;
    }
}

#main-slider .carousel-item img {
    width: 100%;
    margin: auto;
}

#main-slider .carousel-caption {
    text-align: left;
    height: fit-content;
    height: -moz-fit-content;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background: rgba(30, 30, 36, 0.8);
    padding: 45px;
}

#main-slider .carousel-caption .sub_head {
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

#main-slider .carousel-caption .caption {
    font-size: 28px;
    color: white;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

#main-slider .carousel-caption .caption i {
    font-size: 19px;
}

#main-slider .carousel-indicators {
    left: 45px;
    right: auto;
    margin-left: 0;
    bottom: 25px;
    z-index: 1;
}

#main-slider .carousel-indicators li.active {
    background: #1BA2E6;
}

#main-slider .carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
    margin-right: 15px;
    font-size: 0px;
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

#about_sec {
    padding-bottom: 70px;
}

#about_sec .container {
    max-width: 100%;
    padding: 0;
}

#about_sec .img_box {
    position: relative;
    min-height: 670px;
    width: auto;
    background-size: cover;
    left: -45px;
    height: 100%;
}

#about_sec .counter_sec {
    padding: 0;
}

#about_sec .img_box .info .corner_sec {
    padding: 60px;
    background: #137DB0;
    position: absolute;
    right: -50px;
    top: -50px;
    border-bottom-left-radius: 100%;
    z-index: -1;
    animation: straightLine1 3.5s infinite linear;
}

#about_sec .img_box .info .corner_sec1 {
    padding: 60px;
    background: #137DB0;
    position: absolute;
    left: -50px;
    bottom: -50px;
    border-top-right-radius: 100%;
    z-index: -1;
    animation: straightLine 3.5s infinite linear;
}

#about_sec .img_box .info {
    padding: 40px;
    background: #1BA2E6;
    position: absolute;
    right: -47px;
}

#about_sec .img_box .info li {
    font-size: 25px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    display: flex;
    font-weight: 700;
}

#about_sec .img_box .info li .counter1 {
    padding-left: 10px;
}

#about_sec .abt_sec {
    padding-right: 5%;
}

#about_sec .img_box .info li span {
    font-size: 28px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

#about_sec .img_box .info li .plus {
    font-size: 28px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

#about_sec .img_box .info li p {
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#about_sec .about_sec {
    padding: 85px 60px;
}

#about_sec .about_sec .title {
    font-size: 45px;
    color: #2b2b33;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 40px;
    font-weight: 800;
}

#about_sec .about_sec p {
    font-size: 16px;
    color: #696969;
    margin-bottom: 30px;
}

#about_sec .about_sec li {
    padding: 3px 0px 15px 0px;
    display: flex;
    align-items: center;
}

#about_sec .about_sec li::before {
    content: "";
    background: url(../images/icons/home_li.png) 0px 0px no-repeat;
    padding: 3px 0px 15px 0px;
    height: 20px;
    width: 20px;
    display: block;
    margin-right: 15px;
}

#about_sec .about_sec li span {
    font-size: 16px;
    color: #696969;
    /*margin-left: 35px;*/
}

#about_sec .about_sec .view_more {
    background: url(../images/icons/arow.png) 135px center no-repeat #2b2b33;
    padding: 25px 75px 25px 60px;
    color: #fff;
    float: right;
    margin-top: 30px;
    transition: 0.7s;
    text-decoration: none;
}

#about_sec .about_sec .view_more:hover {
    background: url(../images/icons/arow.png) 140px center no-repeat #2b2b33;
}

.common_main_head {
    position: relative;
    text-align: center;
}

.common_main_head .sub_title {
    font-size: 30px;
    color: #2b2b33;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.common_main_head .title {
    font-size: 80px;
    color: #2b2b33;
    font-family: 'Roboto', sans-serif;
    position: relative;
    top: -85px;
    opacity: 0.1;
    text-transform: uppercase;
    font-weight: 900;
}

.common_main_head::after {
    position: absolute;
    bottom: 70px;
    left: 0px;
    content: '';
    border-bottom: solid 6px #32F7FF;
    width: 40px;
    right: 0px;
    margin: 0px auto;
}

#our_brands {
    padding: 75px 0;
    background: #f4f4f5;
}

#our_brands .client_slide .item .img-box {
    border: 1px solid #eee;
    margin: 0 15px;
    outline: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

#our_brands .client_slide .item .img-box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#our_brands .client_slide .slide-prev {
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    bottom: -30px;
    left: -50px;
    right: 0;
    margin: auto;
    background: none;
    transition: ease-in-out all .3s;
}

#our_brands .client_slide .slide-prev:hover {
    left: -70px;
    filter: contrast(0) sepia(100%) hue-rotate(-40deg) brightness(1.4) saturate(12);
}

#our_brands .client_slide .slide-nxt {
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    bottom: -30px;
    right: -50px;
    left: 0;
    margin: auto;
    background: none;
    transition: ease-in-out all .3s;
}

#our_brands .client_slide .slide-nxt:hover {
    right: -70px;
    filter: contrast(0) sepia(100%) hue-rotate(-40deg) brightness(1.4) saturate(12);
}

#our_products {
    padding: 100px 30px;
    padding-bottom: 0px;
}

#our_products .item-box {
    box-shadow: 27px 0px 59px rgba(2, 28, 96, 0.08);
    background: #fff;
    position: relative;
    top: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

#our_products .item-box .bg-img::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 30%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

#our_products .item-box .date {
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    visibility: visible;
    z-index: 300;
}

#our_products .item-box:hover .date {
    visibility: hidden;
}

#our_products .item-box:hover .bg-img .inner_cntnt {
    background: transparent;
    visibility: visible;
}

#our_products .item-box .bg-img .inner_cntnt {
    height: 100%;
    width: 100%;
    transition: .5s linear;
    position: relative;
    visibility: visible;
    /*background: #0000007d;*/
}

#our_products .item-box .bg-img .all_cntnts {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -200px;
    z-index: 30;
    transition: 0.5s ease-in-out;
}

#our_products .item-box:hover .bg-img .all_cntnts {
    position: absolute;
    bottom: 65px;
	background: #0000007d;
	padding:30px;
}

#our_products .item-box .bg-img .all_cntnts .icon {
    visibility: hidden;
    margin-bottom: 20px;
}

#our_products .item-box:hover .bg-img .all_cntnts .icon {
    visibility: visible;
}

#our_products .item-box .bg-img .txt_sec .car_detais_link {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #fff;
    display: block;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 30;
}
#our_products .item-box .bg-img .txt_sec p {
    color: #fff;
	line-height:18px;
	font-size: 14px;
	padding-top:10px;
}

#our_products .item-box .bg-img .txt_sec .view_all {
    font-family: 'Roboto', sans-serif;
    padding: 15px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: #137DB0;
    width: 140px;
    text-align: center;
    visibility: hidden;
    transition: ease-in-out all 0.5s;
    margin: 15px auto;
    letter-spacing: 1px;
}

#our_products .item-box:hover .bg-img .txt_sec .view_all {
    visibility: visible;
}

#our_products .item-box .bg-img {
    position: relative;
    overflow: hidden;
    height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
}

#our_products .item-box:hover .bg-img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

#projects {
    overflow: hidden;
    padding: 70px 0;
    padding-bottom: 100px;
}

#projects .common_main_head .sub_title {
    font-size: 30px;
    color: #2b2b33;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

#projects .common_main_head::after {
    position: absolute;
    bottom: -20px;
    left: 0px;
    content: '';
    border-bottom: solid 6px #32F7FF;
    width: 40px;
    right: 0px;
    margin: 0px auto;
}

#projects .common_main_head {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

#projects .content_box {
    /*box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.10);*/
    margin: 25px 15px;
}

#projects .content_box .txt_sec .main_head, #project_details .content_box .txt_sec .main_head {
    min-height: 210px;
    margin-top: 0px;
}

#projects .content_box .img_box .comp_img {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}

#projects .content_box .img_box:hover a {
    background-repeat: no-repeat;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    transition: 0.5s ease-in-out;
}

#projects .content_box .img_box {
    height: 238px;
    overflow: hidden;
}

#projects .content_box .img_box a {
    height: 100%;
    background-size: cover;
}

#projects .content_box .slilde_logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}

#projects .content_box .slilde_logo .logo1 {
    height: 50px;
    width: 120px;
}

#projects .content_box .main_head .head {
    font-size: 20px;
    color: #137db0;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
    font-weight: 700;
}

#projects .content_box .main_head table td, #project_details .content_box .main_head table td {
    font-size: 14px;
    color: #6c6c6f;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
    padding-right: 10px;
    line-height: 21px;
}

#projects .content_box .txt_sec {
	padding: 15px;
}

#projects .content_box .view_all {
    background: url(../images/icons/arow.png) 115px center no-repeat;
    padding: 19px 60px 19px 40px;
    color: #000;
    float: right;
    transition: 0.7s;
    text-decoration: none;
    text-transform: capitalize;
}

#projects .content_box .view_all:hover {
    background: url(../images/icons/arow.png) 120px center no-repeat;
}

.clear {
    clear: both;
}
.bt1 {
    padding-bottom:25px;
}
#projects .courses_slide .slick-arrow {}

#projects .courses_slide .slide-prev {
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    bottom: -30px;
    left: -50px;
    right: 0;
    margin: auto;
    background: none;
    transition: ease-in-out all .3s;
}

#projects .courses_slide .slide-prev:hover {
    left: -70px;
    filter: contrast(0) sepia(100%) hue-rotate(-40deg) brightness(1.4) saturate(12);
}

#projects .courses_slide .slide-nxt {
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    bottom: -30px;
    right: -50px;
    left: 0;
    margin: auto;
    background: none;
    transition: ease-in-out all .3s;
}

#projects .courses_slide .slide-nxt:hover {
    right: -70px;
    filter: contrast(0) sepia(100%) hue-rotate(-40deg) brightness(1.4) saturate(12);
}

#footer_details {
	padding: 45px 0;
	border-bottom: solid 1px #106691;
	background-color: #09364c;
	background-image: url(../../assets/images/water.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer_details .logo-sec {
    text-align: center;
}

#footer_details .logo-sec .branch {
    color: #fff;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 40px;
}

#footer_details .title {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

#footer_details .title1 {
    visibility: hidden;
}

#footer_details .sub_title {
    font-size: 13px;
    color: #fefefe;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

#footer_details .quick_link_sec li a {
    font-size: 13px;
    color: #aaaaaa;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
    transition: .5s linear;
}

#footer_details .quick_link_sec li a:hover {
    color: #fff;
}

#footer_details .title::after {
    content: '';
    border-bottom: solid 2px #31f6fe;
    width: 40px;
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
}

#footer_details .title1::after {
    content: '';
    border-bottom: solid 2px #31f6fe;
    width: 40px;
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
}

#footer_details .contact_us_1 p {
    font-size: 13px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-right: 20px;
}

#footer_details .contact_us_1 span {
    font-size: 13px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

#footer_details .contact_us_1 li, #footer_details .contact_us_1 li a {
    font-size: 13px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    display: flex;
    margin-bottom: 8px;
    transition: .5s linear;
}

#footer_details .contact_us_1 li a:hover {
    color: #00FFFF;
	text-decoration: underline !important;
}
#footer_details .contact_us_1 li a {
    margin-left: 5px;
}

#copyright_sec {
    display: flex;
    justify-content: space-between;
    background: #042332;
    padding: 30px 0;
    align-items: center;
}

#copyright_sec .all_cntnt {
    display: flex;
    justify-content: space-between;
}

#copyright_sec .all_cntnt p {
    font-size: 13px;
    color: #aaaaaa;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    display: flex;
    margin: 0;
}

#copyright_sec .all_cntnt p a {
    color: #aaaaaa;
}

#copyright_sec .social_sec ul {
    display: flex;
}

#copyright_sec .social_sec ul li {
    margin-right: 15px;
}

#copyright_sec .social_sec ul li a {
    background: #ffffff26;
    border: none;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
    transition: 0.5s linear;
}

#copyright_sec .social_sec ul li a:hover {
    background: #1BA2E6;
}

#banner {
    background-size: cover;
    height: 75vh;
    position: relative;
    background-position: center;
}

/* #banner::after { */  /* old-before-wave */
    /* content: ""; */
    /* position: absolute; */
    /* left: 0px; */
    /* bottom: 0px; */
    /* width: 100%; */
    /* height: 36%; */
    /* background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); */
    /* z-index: 1; */
/* } */

#banner::after {
    content: "";
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 36%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    z-index: 1;
}

#banner .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 150px;
    text-align: center;
    z-index: 50;
}

#banner .banner-content .page-title {
    font-size: 40px;
    text-transform: uppercase;
    color: #2ad9ff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

#breadcrumb {
    padding: 20px 0;
}

.toggle {
    display: flex;
    justify-content: center;
}

.toggle .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

.toggle .breadcrumb a {
    color: #a4a4a4;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Roboto' sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.toggle .breadcrumb-item:first-child a {
    color: #252525;
}

.breadcrumb-item.active {
    color: #a4a4a4;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Roboto'sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #00000;
    content: '|';
}

#blog_details {
    padding: 10px 0;
}

#blog_details .item-box {
    margin-bottom: 40px;
}

#blog_details .item-box .date {
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 10px 22px;
    background: #2b2b33;
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 12px;
    transition: 0.5s linear;
}

#blog_details .item-box .date:hover {
    background: #ed1d2b;
}

#blog_details .item-box .bg-img {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

#blog_details .item-box .bg-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#blog_details .item-box .bg-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#blog_details .item-box p {
    font-size: 18px;
    color: #1c1c1c;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 23px;
    font-weight: 400;
}

#blog_dtls {
    padding: 100px 0;
}

#blog_dtls .container {
    overflow: hidden;
}

#blog_dtls .my_blog_sec .content1 .heading {
    padding-right: 40px;
}

#blog_dtls .my_blog_sec .content1 .heading p {
    font-size: 12px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    color: #9c9e9f;
    margin-bottom: 30px;
    font-weight: 500;
}

#blog_dtls .my_blog_sec .content1 .main_head {
    font-size: 20px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2b2b33;
    margin-bottom: 30px;
}

#blog_dtls .my_blog_sec .content1 .img_box {
    width: auto;
    margin-bottom: 30px;
}

#blog_dtls .my_blog_sec .content1 .img_box a {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

#blog_dtls .my_blog_sec .discription p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #696767;
    font-weight: normal;
}

#blog_dtls .more_menu .head .sub_head {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2b2b33;
}

#blog_dtls .more_menu .more_menu_details .more_detailed {
    display: flex;
    padding-bottom: 25px;
    border-bottom: 1px dashed #d5d9dc;
    margin-top: 30px;
}

#blog_dtls .more_menu .more_menu_details .more_detailed:hover .rev a {
    color: #ed1d2b;
}

#blog_dtls .more_menu .more_menu_details .more_detailed .img_box {
    height: 100px;
    width: 160px;
    overflow: hidden;
}

#blog_dtls .more_menu .more_menu_details .more_detailed .img_box img {
    height: 100px;
    width: 160px;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#blog_dtls .more_menu .more_menu_details .more_detailed .img_box img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#blog_dtls .more_menu .more_menu_details .more_detailed .img_box a {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s linear;
}

#blog_dtls .more_menu .more_menu_details .more_detailed .rev {
    position: absolute;
    left: 200px;
}

#blog_dtls .more_menu .more_menu_details .more_detailed .rev .review {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #0e0e0e;
    text-decoration: none;
    transition: .5s linear;
}

#blog_dtls .more_menu .more_menu_details .more_detailed .rev p {
    font-size: 10px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    color: #8b8b8c;
}

#brands {
    padding: 65px 0 45px 0;
}

#brand1 {
    padding: 65px 0 45px 0;
}

#brand1 {
    background: #e9eaea;
}

#brands .all_sec .all_brand_logo, #brand1 .all_sec .all_brand_logo {
    display: flex;
    justify-content: center;
}

#brands .all_sec .brand_logo, #brand1 .all_sec .brand_logo {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#brands .all_sec .brand_logo, #brand1 .all_sec .all_brand_logo {
    margin-bottom: 30px;
}

#brands .row, #brand1 .row {
    justify-content: center;
}

#brands .common_main_head, #brand1 .common_main_head {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

#brands .common_main_head .sub_title, #brand1 .common_main_head .sub_title {
    font-size: 24px;
    color: #2b2b33;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

#brands .common_main_head::after, #brand1 .common_main_head::after {
    position: absolute;
    bottom: -20px;
    left: 0px;
    content: '';
    border-bottom: solid 6px #ed1d2b;
    width: 40px;
    right: 0px;
    margin: 0px auto;
}

#contact .common_main_head {
    position: relative;
    text-align: left;
    margin-bottom: 50px;
}

#contact .common_main_head .sub_title {
    font-size: 24px;
    color: #2b2b33;
    font-family: "";
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

#contact .common_main_head::after {
    position: absolute;
    bottom: -20px;
    left: 0px;
    content: '';
    border-bottom: solid 2px #ed1d2b;
    width: 17px;
    right: auto;
}

#contact {
    padding: 50px 0;
}

#contact .address {
    border-right: solid 1px #8080802e;
    padding: 30px 15px 60px 0px;
}

#contact .address_bar {
    box-shadow: 20px 0px 70px rgba(31, 31, 42, 0.10);
    margin: 0;
}

#contact .address_bar .address1 {
    justify-content: center;
    padding: 30px;
}

#contact .address_bar .address1 .colum1 p {
    font-size: 13px;
    color: #605f5f;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    display: flex;
    margin-bottom: 8px;
    transition: .5s linear;
}

#contact .address_bar .address:last-child {
    border-right: none;
}

/*Sub Page CSS {*/

.page-cont {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.page-cont p {
	text-align: justify;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.page-cont h2 {
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 28px;
	color: #137db0;
	width: 100%;
}
.page-cont h3 {
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	color: #000;
	width: 100%;
}
.page-cont ul {
    font-size: 16px;
	line-height: 24px;
	color: #000;
	width: 100%;
	padding-left: 15px;
	padding-bottom: 20px;
}
.page-cont ul li {
	list-style-type: disc;
	color: #137db0;
	list-style-position: inside;
}
.new-box1 {
    background: #B3ECFF;
}
.new-box2 {
    background: #eee;
}
.flinks {
    color:#fff;
	margin-top:30px;
}
.flinks ul li a {
	list-style-type: disc !important;
    color: #137db0;
    list-style-position: inside;
}
/*.flinks ul li::before {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
    color: #DF3800;
}/*


/*#contact .address_bar .address1 .colum1 {*/

/*    max-width: 45%;*/

/*    margin-right: 80px;*/

/*}*/

/*#contact .address_bar .address1 .colum2 {*/

/*    margin-top: 30px;*/

/*}*/

#contact .address_bar .address1 .colum2 li, #contact .address_bar .address1 .colum2 li a {
    font-size: 13px;
    color: #605f5f;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    display: flex;
    margin-bottom: 8px;
    transition: .5s linear;
}

#contact .address_bar .address1 .colum2 li a {
    margin-left: 5px;
}

#contact .address_bar .address .location_box {
    padding: 10px 15px;
    width: 150px;
    border: solid 1px #80808054;
    display: flex;
    justify-content: center;
    margin-left: 25px;
}

#contact .address_bar .address .location {
    background: url(../images/icons/location.png) no-repeat;
    height: 22px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #7d7d7d;
}

#contact .address_bar .address .location span {
    padding-left: 25px;
}

#contact .address_bar .address1 .colum2 li a:hover {
    color: #1BA2E6;
}

#contact .address_bar .sub_title {
    font-size: 16px;
    color: #2b2b33;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

#get_in_touch {
    padding: 40px 0;
}

#get_in_touch .row {
    margin: 0;
}

#get_in_touch .sec1 .title {
    font-size: 34px;
    color: #141414;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#get_in_touch .sec1 ul {
    display: flex;
}

#get_in_touch .sec1 ul li a {
    background: none;
    padding: 0 11px;
    color: #000;
    transition: .5s linear;
    font-size: 13px;
}

#get_in_touch .sec1 ul li:hover a {
    color: #1BA2E6;
}

.form-all-page .form-control {
    border: none;
    border-bottom: 1px solid #b1b1b1;
    min-height: 60px;
    background: transparent;
    color: #6c6c6c;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding-top: 0;
    text-transform: uppercase;
}

#get_in_touch .right-sec .form-all-page .border_mail {
    border-right: 1px solid #b1b1b1;
}

.form-all-page .form-group {
    margin-bottom: 0px;
}

.form-all-page [class^="col-"], .form-all-page [class*="col-"] {
    padding: 0px;
}

#get_in_touch .right-sec .form-all-page .message-box .form-control {
    padding-top: 30px;
}

.form-all-page textarea {
    height: 80px;
}

::placeholder {
    color: #000;
}

.form-all-page .submit {
    background: #1BA2E6;
    padding: 20px 60px;
    float: right;
    color: #FFF;
    border: none;
    margin-top: 30px;
}

#project_details {
    padding: 50px 0;
}

#project_details .common_main_head {
    margin-bottom: 50px;
}

#project_details .common_main_head::after {
    position: absolute;
    bottom: -20px;
    left: 0px;
    content: '';
    border-bottom: solid 6px #ed1d2b;
    width: 40px;
    right: 0px;
    margin: 0px auto;
}

#project_details .content_box {
    box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.10);
    /* margin: 25px 15px; */
    margin-bottom: 30px;
}

/*#project_details .content_box .txt_sec .main_head {*/

/*    min-height: 185px;*/

/*}*/

#project_details .content_box .img_box a {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
}

#project_details .content_box .img_box:hover a {
    background-repeat: no-repeat;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    transition: 0.5s ease-in-out;
}

#project_details .content_box .img_box {
    height: 238px;
    overflow: hidden;
}

#project_details .content_box .slilde_logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}

#project_details .content_box .slilde_logo .logo1 {
    height: 50px;
    width: 120px;
}

#project_details .content_box .main_head .head {
    font-size: 16px;
    color: #040404;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
    font-weight: 700;
}

#project_details .content_box .main_head li, #projects .content_box .main_head span {
    font-size: 14px;
    color: #6c6c6f;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
}

#project_details .content_box .txt_sec {
    padding: 0 15px;
}

#about_us {
    padding: 85px 0;
}

#about_us .common_main_head {
    margin-bottom: 50px;
    text-align: left;
}

#about_us .common_main_head::after {
    position: absolute;
    bottom: -20px;
    left: 0px;
    content: '';
    border-bottom: solid 7px #ed1d2b;
    width: 40px;
    right: 0px;
    margin: 0px;
}

#about_us .who_we_are p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #5c5a5b;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

#about_us .image_sec_box .eltdf-parallax-info-item {
    display: flex;
    justify-content: flex-end;
}

#about_us .image_sec_box .image_box {
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
    box-shadow: 45px 0px 95px rgba(34, 34, 49, 0.20);
}

#about_us .image_sec_box .image_box img {
    height: 525px !important;
    width: 409px !important;
}

#about_us .image_sec_box .image_box span {
    position: absolute;
    right: -50px;
    top: 30px;
    transform: rotate(90deg);
    text-transform: uppercase;
    font-size: 13px;
    color: #2b2b33;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

#about_us .image_sec_box .shape {
    position: absolute;
    right: -155px;
    z-index: -1;
    bottom: -30px;
}

#vision_mission {
    padding: 85px 0;
}

#vision_mission .common_main_head {
    margin-bottom: 60px;
    text-align: left;
}

#vision_mission .common_main_head::after {
    position: absolute;
    bottom: -20px;
    left: 0px;
    content: '';
    border-bottom: solid 7px #ed1d2b;
    width: 40px;
    right: 0px;
    margin: 0px;
}

#vision_mission .who_we_are p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #5c5a5b;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

#vision_mission .image_sec_box .eltdf-parallax-info-item {
    display: flex;
    justify-content: flex-start;
}

#vision_mission .image_sec_box .image_box {
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
    box-shadow: 45px 0px 95px rgba(34, 34, 49, 0.20);
}

#vision_mission .image_sec_box .image_box img {
    height: 525px !important;
    width: 409px !important;
}

#vision_mission .image_sec_box .image_box span {
    position: absolute;
    top: 55px;
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-size: 13px;
    color: #2b2b33;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    left: -70px;
}

#vision_mission .image_sec_box .shape {
    position: absolute;
    left: -155px;
    bottom: -175px;
    z-index: -1;
    bottom: -30px;
}

#vision_mission .who_we_are .vision {
    margin-bottom: 50px;
}

#quality_assurance {
    padding: 150px 0;
    padding-bottom: 200px;
}

#quality_assurance .common_main_head {
    margin-bottom: 50px;
    text-align: left;
}

#quality_assurance .common_main_head::after {
    position: absolute;
    bottom: -20px;
    left: 0px;
    content: '';
    border-bottom: solid 7px #ed1d2b;
    width: 40px;
    right: 0px;
    margin: 0px;
}

#quality_assurance .quality p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #5c5a5b;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

#quality_assurance .image_sec_box .eltdf-parallax-info-item {
    display: flex;
    justify-content: flex-end;
}

#quality_assurance .image_sec_box .image_box {
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
    box-shadow: 45px 0px 95px rgba(34, 34, 49, 0.20);
}

#quality_assurance .image_sec_box .image_box img {
    width: 409px !important;
    height: 525px !important;
}

#quality_assurance .image_sec_box .image_box span {
    position: absolute;
    right: -85px;
    top: 65px;
    transform: rotate(90deg);
    text-transform: uppercase;
    font-size: 13px;
    color: #2b2b33;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

#quality_assurance .image_sec_box .shape {
    position: absolute;
    right: -155px;
    z-index: -1;
    bottom: -30px;
}

#tap_mixers {
    padding: 75px 0;
}

#tap_mixers .call_box {
    padding: 20px 0px;
    background: #137DB0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#tap_mixers .call_box a {
    color: #eee7e7;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 20px;
}

#tap_mixers .call_box a span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

#tap_mixers .mail_box {
    padding: 20px 0px;
    background: #2b2b33;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tap_mixers .mail_box a {
    color: #eee7e7;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 20px;
}

#tap_mixers .mail_box a span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

#tap_mixers .categories {
    background: #eeeeef;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

#tap_mixers .categories .title {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding-left: 25px;
}

#tap_mixers .categories li {}

#tap_mixers .categories li {
    position: relative;
}

#tap_mixers .categories li a {
    background: url(../images/icons/right_arrow.png) 15px no-repeat;
    padding: 17px 0;
    color: #6e6e6e;
    padding-left: 35px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    transition: ease-in-out all .3s;
    display: block;
    position: relative;
    z-index: 1
}

#tap_mixers .categories li a::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 100%;
    background: rgb(253, 254, 254);
    transition: ease-in-out all .3s;
    z-index: -1;
    text-decoration: none;
}

#tap_mixers .categories li a:hover::after {
    content: "";
    width: 100%;
    background: url(../images/icons/right_arrow.png) 15px no-repeat #fff;
    text-decoration: none;
    color: #181818;
    border-left: solid 1px #137DB0;
}

#tap_mixers .categories li a:hover, #tap_mixers .categories li a.active {
    color: #137DB0;
    transition: ease-in-out all .5s;
    background: url(../images/icons/right_arrow.png) 15px no-repeat #fff;
}

#tap_mixers .item-box {
    box-shadow: 27px 0px 59px rgba(2, 28, 96, 0.08);
    background: #fff;
    position: relative;
    top: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

#tap_mixers .item-box .bg-img::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 30%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

#tap_mixers .item-box .date {
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    visibility: visible;
    z-index: 300;
}

#tap_mixers .item-box:hover .date {
    visibility: hidden;
}

#tap_mixers .item-box:hover .bg-img .inner_cntnt {
    background: transparent;
    visibility: visible;
}

#tap_mixers .item-box .bg-img .inner_cntnt {
    height: 100%;
    width: 100%;
    transition: .5s linear;
    position: relative;
    background: #0000007d;
}

#tap_mixers .item-box .bg-img .all_cntnts {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 30;
    transition: 0.5s ease-in-out;
}

#tap_mixers .item-box:hover .bg-img .all_cntnts {
    position: absolute;
    bottom: 65px;
}

#tap_mixers .item-box .bg-img .all_cntnts .icon {
    visibility: hidden;
    margin-bottom: 20px;
}

#tap_mixers .item-box:hover .bg-img .all_cntnts .icon {
    visibility: visible;
}

#tap_mixers .item-box .bg-img .txt_sec .car_detais_link {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #fff;
    display: block;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 30;
    text-transform: uppercase;
}

#tap_mixers .item-box .bg-img .txt_sec .view_all {
    font-family: 'Roboto', sans-serif;
    padding: 15px 25px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    background: #d11c19;
    width: 140px;
    text-align: center;
    visibility: hidden;
    transition: ease-in-out all 0.5s;
    margin: 15px auto;
    letter-spacing: 1px;
}

#tap_mixers .item-box:hover .bg-img .txt_sec .view_all {
    visibility: visible;
}

#tap_mixers .item-box .bg-img {
    position: relative;
    overflow: hidden;
    height: 256px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
}

#tap_mixers .item-box:hover .bg-img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

#Shower_Bath_Mixer .box_cntnt {}

#Shower_Bath_Mixer .box_cntnt .card {
    border: none;
    margin-bottom: 10px;
}

#Shower_Bath_Mixer .box_cntnt .card-header {
    border: none;
    padding: 0px;
    background: transparent;
    margin: 0px;
    border-radius: 0px;
    background: #eeeeef;
    padding: 10px 10px;
}

#Shower_Bath_Mixer .box_cntnt .card-header button[aria-expanded='true'] {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    background: url(../images/icons/accordian1.png) no-repeat center right;
    background-size: 11px;
    text-decoration: none;
    border: none;
}

#Shower_Bath_Mixer .box_cntnt .card-header button[aria-expanded='false'] {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    background: url(../images/icons/accordian.png) no-repeat center right;
    background-size: 11px;
    text-decoration: none;
    border: none;
}

#Shower_Bath_Mixer .box_cntnt .card-body {
    padding: 0px;
}

#Shower_Bath_Mixer .box_cntnt .card-body .brand_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    margin: 20px 0 35px;
    margin-top: 0;
}

#Shower_Bath_Mixer .box_cntnt .card-body .brand_list label {
    position: relative;
    min-height: 80px;
    padding: 15px;
    border: 1px solid #f1f1f1;
}

#Shower_Bath_Mixer .box_cntnt .card-body .brand_list [type=checkbox] {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-appearance: button;
    z-index: 0;
    left: 0px;
    top: 0px;
    outline: none;
    background: white;
}

#Shower_Bath_Mixer .box_cntnt .card-body .brand_list [type=checkbox]::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    background: url('../images/icons/check-mark.png') no-repeat;
    background-size: 12px;
    width: 15px;
    height: 15px;
    z-index: 1;
    transition: ease-in-out all .3s;
}

#Shower_Bath_Mixer .box_cntnt .card-body .brand_list [type=checkbox]:focus::before, #Shower_Bath_Mixer .box_cntnt .card-body .brand_list [type=checkbox]:checked::before {
    background: url('../images/icons/check-mark_active.png') no-repeat;
    background-size: 12px;
    transition: ease-in-out all .3s;
}

#Shower_Bath_Mixer .box_cntnt .card-body .brand_list [type=checkbox]::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    border: none;
    background-color: white;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

#Shower_Bath_Mixer .box_cntnt .card-body .brand_list [type=checkbox]:focus::after, #Shower_Bath_Mixer .box_cntnt .card-body .brand_list [type=checkbox]:checked::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    border: none;
    background: #e8e8e8;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

#Shower_Bath_Mixer .box_cntnt .card-body .brand_list [type=checkbox]+img {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#Shower_Bath_Mixer .categories li {
    position: relative;
}

#Shower_Bath_Mixer .categories li a {
    background: url(../images/icons/right_arrow.png) 15px no-repeat;
    padding: 17px 0;
    color: #6e6e6e;
    padding-left: 35px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    transition: ease-in-out all .3s;
    display: block;
    position: relative;
    z-index: 1
}

#Shower_Bath_Mixer {
    padding: 70px 0;
}

#Shower_Bath_Mixer .categories li a:hover, #Shower_Bath_Mixer .categories li a.active {
    color: #c30e14;
    transition: ease-in-out all .5s;
    background: url(../images/icons/right_arrow.png) 15px no-repeat #fff;
}

#Shower_Bath_Mixer .call_box {
    padding: 20px 0px;
    background: #c30e14;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#Shower_Bath_Mixer .call_box a {
    color: #eee7e7;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 20px;
}

#Shower_Bath_Mixer .call_box a span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

#Shower_Bath_Mixer .mail_box {
    padding: 20px 0px;
    background: #2b2b33;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Shower_Bath_Mixer .mail_box a {
    color: #eee7e7;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 20px;
}

#Shower_Bath_Mixer .mail_box a span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

#Shower_Bath_Mixer .slick-slide img {
    display: block;
    margin: auto;
}

#Shower_Bath_Mixer .slider .title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    margin-bottom: 45px;
}

#Shower_Bath_Mixer .slider-content {
    margin-bottom: 4px;
}

#Shower_Bath_Mixer .slider-thumb {
    margin: 0 -3.5px;
}

/* @media only screen and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }
} */

#Shower_Bath_Mixer .slide-prev {
    border-radius: 50%;
    outline: none;
    border: none;
    background: #ffffff7a;
    position: absolute;
    z-index: 30;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    width: 40px;
    height: 40px;
    left: 20px;
}

#Shower_Bath_Mixer .slide-nxt {
    border-radius: 50%;
    outline: none;
    border: none;
    background: #ffffff7a;
    position: absolute;
    z-index: 30;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    width: 40px;
    height: 40px;
    right: 20px;
    transition: .5s linear
}

#Shower_Bath_Mixer .slide-nxt:focus {
    background: #c30e14;
}

#Shower_Bath_Mixer .slide-prev:focus {
    background: #c30e14;
}

#Shower_Bath_Mixer .thumb_list .item {
    padding: 0 3.5px;
}

#tiles {
    padding: 80px 0;
}

#tiles .slide-prev {
    position: absolute;
    z-index: 30;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    bottom: 30px;
    left: -55px;
    right: 0;
    margin: auto;
}

#tiles .slide-nxt {
    position: absolute;
    z-index: 30;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    bottom: 30px;
    right: -55px;
    left: 0;
    margin: auto;
}

#tiles .title {
    font-size: 26px;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 45px;
}

#tiles p {
    font-size: 14px;
    color: #696969;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 26px;
}

#tiles .call_box {
    padding: 19px 0px;
    background: #c30e14;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#tiles .call_box a {
    color: #eee7e7;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 20px;
}

#tiles .call_box a span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

#tiles .mail_box {
    padding: 19px 0px;
    background: #2b2b33;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tiles .mail_box a {
    color: #eee7e7;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 20px;
}

#tiles .mail_box a span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

#tiles .head {
    margin-top: 60px;
    font-size: 26px;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#tiles .pdf_logo {
    padding: 0 7.5px;
}

#tiles .item-box {
    background: #fff;
    position: relative;
    top: 0;
    margin-bottom: 15px;
    overflow: hidden;
    border: solid 1px #ececec;
}

#tiles .item-box:hover .bg-img .inner_cntnt {
    background: #000000c7;
    visibility: visible;
}

#tiles .item-box .bg-img .inner_cntnt {
    height: 100%;
    width: 100%;
    position: relative;
    transition: .5s linear;
}

#tiles .item-box:hover .bg-img .all_cntnts {
    bottom: 30px;
    transition: 0.5s ease-in-out;
}

#tiles .item-box .bg-img .all_cntnts {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    transition: 1s ease-in-out;
}

#tiles .item-box .bg-img .all_cntnts .icon {
    visibility: hidden;
}

#tiles .item-box:hover .bg-img .all_cntnts .icon {
    visibility: visible;
}

#tiles .item-box .bg-img {
    position: relative;
    overflow: hidden;
    height: 100px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
}

#tiles .slick-slide img {
    display: block;
    margin: auto;
}

.slider-content div, .slider-content div a {
    outline: none;
    border: none;
    box-shadow: none;
}

.slider-thumb div, .slider-thumb div a {
    outline: none;
    border: none;
    box-shadow: none;
}

.slider-thumb .slick-arrow {
    border-radius: 0px !important;
    height: 100% !important;
    bottom: auto !important;
    cursor: pointer;
}
.slider-thumb .slick-arrow:focus{
    background: #ffffff7a !important;
}

.slider-thumb .slick-arrow.slide-prev {
    left: 0 !important;
}

.slider-thumb .slick-arrow.slide-nxt {
    right: 0 !important;
}

.scrollup {
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: url(../images/icons/icon_top.png) center center no-repeat #137DB0;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0px 29px 28px rgba(2, 28, 96, .05);
    background-size: 10px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    padding: 50px 30px 30px !important;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    border-bottom: none;
}

.modal-header .close {
    width: 30px;
    background: #1f4490;
    padding: 5px !important;
    opacity: unset;
    text-shadow: none;
    color: #fff;
    box-shadow: none;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
}

}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 480px;
        margin: 1.75rem auto;
    }
}

.modal-header .header_sec {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.modal-header .modal_title {
    font-size: 25px;
    font-weight: 500;
    color: #1f4490;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 15px;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #fff;
    text-decoration: none;
    opacity: 100%;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.input-group .form-control {
    padding: 27px 15px;
}

.input-group i {
    font-size: 25px;
    width: 40px;
    padding-right: 20px;
}

.input-group {
    align-items: center;
    margin-bottom: 20px !important;
}

.modal-body {
    padding: 0;
}

.registration-sec .car-call-back .flat-btn {
    padding: 10px 20px;
    margin: auto;
    display: flex;
    background: #1f4490;
    color: #fff;
    border: none;
}

.qck_action .btn {
    background: url(../images/icons/icon.png) no-repeat transparent;
    padding: 10px 31px;
    margin-left: 0px;
    background-position: 16px center;
    /* border: solid 1px #ffffff3d; */
    border-radius: 0;
}

.qck_action .btn .enquiry {
    color: #fff;
    padding-left: 35px;
    text-transform: capitalize;
}
#about_sec .img_box .info li .counter1 {
    padding-left: 0px;
}
#about_sec .img_box .info li .stock_from{
     padding-left: 10px;
}
}



.ocean { 
  height: 5%;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  background: #015871;
}

.wave {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x; 
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}