:root {
    --primary: #013e75;
    --secondary: #e22425;
    --tertiary: #57b0ff;
    --quaternary: #019fd6;
    --white: #FFFFFF;
    --gray: #f1edea;
    --light-gray: #FCF8F8;
    --dark: #333;
    --danger: #e72419;
    --rounded: 0.75em;
    --rounded2: 0.4em;
    --placeholder: #666666;
    --tertiary-hover: #046bbe;
    --quaternary-hover: #01b6f5;
    --danger-hover: #ff0000;
    --brown: #180303
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--placeholder);
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--placeholder);
    opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1
}
.productimg{
    margin-left: 10%;
    /* margin-right: 50%; */
}
.form-control::placeholder {
    color: var(--placeholder)
}
.sl{
    font-family: 'Rubik', sans-serif !important;
    
}
body,
html {
    font-family: 'Rubik', sans-serif;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden
}

.rounded {
    border-radius: var(--rounded) !important;
    overflow: hidden
}

.rounded2 {
    border-radius: var(--rounded2) !important;
    overflow: hidden
}

img {
    border: none;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

a,
a:focus,
a:link,
a:visited,
input:focus,
textarea:focus {
    outline: 0;
    text-decoration: none
}

select:focus {
    outline: 0
}

textarea {
    resize: none
}

form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
select,
textarea,
ul {
    margin: 0;
    padding: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

iframe {
    display: block
}

p+p {
    margin-top: 1.5em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0;
    padding: 0
}

::selection {
    background: #1c1c1c;
    color: #fff
}

::-moz-selection {
    background: #1c1c1c;
    color: #fff
}

ul {
    list-style: none
}

li {
    padding: 0;
    margin: 0
}

label {
    font-weight: 400 !important
}

.fa-ul>li:not(:last-child) {
    margin-bottom: 15px
}

.lead {
    font-size: 1.2em;
    line-height: 1.5em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600
}

h1 {
    font-size: 2.25em
}

h2 {
    font-size: 2em
}

h3 {
    font-size: 1.75em
}

h4 {
    font-size: 1.5em
}

h5 {
    font-size: 1.25em
}

h6 {
    font-size: 1em
}

@media only screen and (max-width:991px) {
    h1 {
        font-size: 2em
    }
    h2 {
        font-size: 1.77em
    }
    h3 {
        font-size: 1.54em
    }
    h4 {
        font-size: 1.31em
    }
    h5 {
        font-size: 1.1em
    }
    h6 {
        font-size: 1em
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 1.75em
    }
    h2 {
        font-size: 1.57em
    }
    h3 {
        font-size: 1.39em
    }
    h4 {
        font-size: 1.21em
    }
    h5 {
        font-size: 1.075em
    }
    h6 {
        font-size: 1em
    }
}

@media only screen and (min-width:1601px) {
    section>.minHeight {
        min-height: 250px
    }
}
#topNav {
    min-height: 40px;
    font-size: .9em;
    padding-top: 1.6rem;
}
.underlined {
    padding-bottom: .75em;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    position: relative
}

.underlined:after {
    content: "";
    width: 150px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: var(--danger)
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: .8em;
    display: block;
    line-height: 1.5em;
    font-family: RobotoLight
}

p:last-child {
    margin-bottom: 0
}

.stretched {
    letter-spacing: 1px
}

.text-default,
.text-default:active,
.text-default:focus {
    color: var(--primary) !important
}

.text-secondary,
.text-secondary:active,
.text-secondary:focus {
    color: var(--secondary) !important
}

.text-tertiary,
.text-tertiary:active,
.text-tertiary:focus {
    color: var(--tertiary) !important
}

.text-quaternary,
.text-quaternary:active,
.text-quaternary:focus {
    color: var(--quaternary) !important
}

.text-white,
.text-white:active,
.text-white:focus {
    color: var(--white)
}

.text-danger,
.text-danger:active,
.text-danger:focus {
    color: var(--danger) !important
}

.tooltip-inner {
    font-size: .875em
}

.bgGradient::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(60%, rgba(153, 153, 153, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%)
}

.bgOverlay,
.hoverIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 0
}

.bg-primary {
    background: var(--primary) !important
}

.bg-white {
    background: var(--white) !important
}

.bg-dark {
    background: var(--primary) !important
}

.bg-gray {
    background: var(--gray) !important
}

.bg-light {
    background: var(--light-gray) !important
}

body {
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
    line-height: 170%;
    overflow-x: hidden;
    padding-top: 128px
}
.slider-text{
    margin-top: 3.5rem;
}


.nav-link::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px; /* Adjust the height of the line as needed */
    background-color: #007bff; /* Change the line color as needed */
    bottom: 0;
    left: 0;
    transform: scaleX(0); /* Start with no visible line */
    transform-origin: right;
    transition: transform 0.3s ease; /* Smooth transition for the transform */
}

.nav-link:hover::before {
    transform: scaleX(1); /* Expand the width to 100% on hover */
    transform-origin: left; /* Starts expansion from the left side */
}



.dropdown-item:hover {
    background-color: #a29e9e; /* Change the background color as needed */
    color: #fff; /* Change the text color to make it readable */
    transition: background-color 0.3s ease; /* Add a smooth transition */
}   

@media (min-width:1200px) {
    body.condensed-nav {
        padding-top: 120px
    }
    body.condensed-nav #primaryNav {
        min-height: 80px
    }
}

@media (max-width:1199px) {
    body {
        padding-top: 105px
    }
}

.main {
    width: 100%
}

.navbar {
    font-weight: 600;
    text-transform: uppercase;
    padding: .75rem 1rem
}

.navbar-brand img {
    width: 180px
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-size: .9em;
    margin: auto .25rem;
    font-weight: 700
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #374286;
}

#primaryNav {
    min-height: 110px
}

#topNav {
    min-height: 40px;
    font-size: .9em;
    padding-top: .6rem;
}

#topNav a {
    color: var(--white)
}

#topNav i {
    margin-right: 5px
}

.download-btn {
    background: var(--tertiary-hover);
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-weight: 700
}

.language .dropdown-menu {
    min-width: auto
}

.language .btn {
    color: var(--dark) !important;
    border: solid 1px var(--gray);
    background: var(--gray)
}

.language .dropdown-toggle::after {
    display: none
}

.font-1x {
    font-size: 1rem;
    line-height: 160%
}

#primaryNav .dropdown-item,
#primaryNav .dropdown-submenu,
#primaryNav .nav-link,
#topNav .dropdown-item {
    position: relative;
    color: var(--primary);
    font-family: RobotoRegular, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: unset
}

#primaryNav .nav-link {
    letter-spacing: 1px
}

#primaryNav .nav-link:active,
#primaryNav .nav-link:focus,
#primaryNav .nav-link:hover,
#primaryNav .nav-link[aria-expanded=true] {
    color: var(--danger)
}

#primaryNav .dropdown-item,
#primaryNav .dropdown-menu>li.dropdown-submenu a.nav-link,
#topNav .dropdown-item {
    padding-top: .875em;
    padding-bottom: .875em
}

#primaryNav .dropdown-menu li.dropdown-submenu:not(:last-child),
#primaryNav .dropdown-menu li:not(:last-child) .dropdown-item {
    border-bottom: 1px solid var(--gray)
}

#primaryNav .dropdown-item:active,
#primaryNav .dropdown-item:focus,
#primaryNav .dropdown-item:hover,
#topNav .dropdown-item:active,
#topNav .dropdown-item:focus,
#topNav .dropdown-item:hover {
    background: var(--gray) !important
}

#primaryNav .dropdown-menu,
#topNav .dropdown-menu {
    font-size: 1em;
    background: var(--white);
    padding: 0;
    border-radius: 0
}

#primaryNav .dropdown-submenu>a:after {
    content: "\f105";
    position: absolute;
    border: none;
    right: 20px;
    font-family: 'Font Awesome 5 Free', FontAwesome;
    text-transform: none
}

#primaryNav .dropdown-submenu>a.dropdown-item {
    width: auto !important
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free', FontAwesome;
    border: none;
    vertical-align: unset;
    font-size: 1em;
    text-transform: none
}

.dropdown-menu {
    font-size: 18px;
    padding: .15rem 0
}

@media (min-width:1200px) {
    .dropdown:hover>.dropdown-menu {
        display: block
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block
    }
}

.nav-link+.dropdown-toggle {
    position: absolute !important;
    padding: 5px 10px !important;
    right: 10px;
    top: 6px;
    border: none !important
}

#primaryNav .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0
}

#primaryNav .dropdown-submenu>a.nav-link {
    padding-left: 1.5em
}

#primaryNav .dropdown-submenu>a.nav-link {
    padding-left: 1.5em
}

@media (max-width:1199px) {
    #primaryNav .dropdown-submenu>a.nav-link::after {
        content: none
    }
    #primaryNav {
        min-height: 60px
    }
    #primaryNav .navbar-nav {
        overflow-y: auto;
        max-height: 400px
    }
    #primaryNav .dropdown-submenu>a:after {
        content: "\f107";
        position: unset
    }
    #primaryNav .dropdown-item+.dropdown-menu li a.dropdown-item {
        padding-left: 50px
    }
    #primaryNav .dropdown-item+.dropdown-menu {
        background: var(--gray)
    }
    #primaryNav .navbar-nav>li:not(:last-child) {
        border-bottom: 1px solid var(--gray)
    }
    #primaryNav .nav-link {
        padding: 1em
    }
    #primaryNav .dropdown-toggle::after {
        font-size: 1.2em
    }
    #primaryNav .dropdown-item:active,
    #primaryNav .dropdown-item:focus,
    #primaryNav .dropdown-item:hover {
        background: 0 0 !important
    }
}

.form-group {
    margin-bottom: 1.5rem
}

.form-control {
    border-radius: .35rem;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-appearance: none;
    font-size: .9rem
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    color: var(--white) !important;
    font-size: unset;
    font-weight: 600;
    padding: .375rem 1.25rem
}

.btn-xs {
    font-size: .6em;
    white-space: nowrap
}

.btn-sm {
    padding: .375rem .5rem;
    border-radius: var(--rounded2);
    color: var(--dark)
}

.btn:hover {
    color: var(--white)
}

[class*=btn-theme] {
    font-size: 18px
}

.btn-theme-outline-white {
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(0, 0, 0, .3);
    color: var(--white)
}

.btn-theme-outline-white:hover {
    background: #000
}

.btn-theme-black:hover,
.btn-theme-outline-black {
    border: 1px solid var(--primary);
    background: var(--white);
    color: var(--primary) !important
}

.btn-theme-black,
.btn-theme-outline-black:hover {
    background: var(--primary);
    color: var(--white) !important
}

.btn-primary {
    background: var(--primary) !important
}

.btn-secondary {
    background: var(--secondary) !important
}

.btn-tertiary,
.btn-tertiary:active,
.btn-tertiary:focus {
    background: var(--tertiary) !important
}

.btn-quaternary {
    background: var(--quaternary) !important
}

.btn-danger {
    background: var(--danger) !important
}

.btn-tertiary:hover {
    background: var(--tertiary-hover) !important
}

.btn-quaternary:hover {
    background: var(--quaternary-hover) !important
}

.btn-danger:hover {
    background: var(--danger-hover) !important
}

#topNav .btn,
.searchBox {
    height: 35px;
    font-size: .875em;
    line-height: 35px;
    padding: 0 1em;
    box-shadow: none
}

.searchBox {
    font-size: .875em;
    border: none;
    background: var(--gray);
    border-radius: 0
}

.searchBox+.input-group-append {
    position: absolute;
    right: 0;
    height: 100%
}

.searchBox+.input-group-append button {
    border: none;
    background: var(--gray);
    outline: 0
}

@media (max-width:767px) {
    .input-group.w-auto,
    .searchBox {
        width: 100% !important
    }
}

#hamburgerButton {
    outline: 0
}

.hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    margin: -5px 0 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.hamburger span {
    background: var(--primary)
}

.hamburger span:nth-child(1) {
    top: 0
}

.hamburger span:nth-child(2) {
    top: 10px
}

.hamburger span:nth-child(3) {
    top: 20px
}

.hamburger.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: var(--danger)
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    background: var(--danger)
}

.hamburger.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: var(--danger)
}

.bgHeader {
    position: absolute;
    background-color: var(--gray);
    height: 270px;
    width: 100%;
    top: 0;
    z-index: 0
}

.bgHeader+.container {
    position: relative;
    z-index: 1
}

.bgCover,
.slideElement,
.staticBanner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block !important
}

.slideElement aside {
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 25%;
    width: 100%
}

.slideElement aside h1,
.slideElement aside p {
    text-shadow: 0 0 2px #1c1c1c;
    margin-bottom: 20px
}

.slideElement aside p {
    font-family: RobotoLight
}

.staticBanner300 aside h1 {
    margin: 0
}

.overlaid .slideElement aside {
    top: 30%
}

.staticBanner {
    padding-top: 6em;
    padding-bottom: 6em;
    color: var(--white)
}

.staticBanner .container {
    position: relative;
    z-index: 1
}

.staticBanner .heading,
.staticBanner .title,
.staticBanner p {
    margin-bottom: 2em
}

.staticBanner300 {
    height: 300px
}

.slideH300 .slideElement {
    height: 300px;
    overflow: hidden
}

.slideH400 .slideElement {
    height: 400px;
    overflow: hidden
}

.slideH650 .slideElement {
    height: 650px;
    overflow: hidden
}

.fullScreen .slideElement {
    height: calc(100vh - 150px)
}

@media only screen and (min-width:578px) {
    .overflowing:not(.centered) .slick-list {
        overflow: visible !important
    }
}

@media only screen and (max-width:767px) {
    .staticBanner300 {
        height: 200px
    }
    .slideH300 .slideElement {
        height: 200px
    }
    .slideH400 .slideElement {
        height: 330px
    }
    .slideH650 .slideElement {
        height: 400px
    }
}

.slick-dots {
    width: 100%;
    padding: 0;
    -webkit-appearance: none;
    text-align: center;
    margin-top: 1rem
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 12px;
    height: 12px;
    -webkit-appearance: none
}

.slick-dots li span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-indent: 9999px;
    margin: 0 auto;
    background: var(--gray);
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-appearance: none
}

.slick-dots li span:hover,
.slick-dots li.slick-active span,
.slick-dots li.slick-active span:hover {
    background: var(--primary) !important;
    position: relative;
    -webkit-appearance: none
}

.bg-primary .slick-dots li span {
    background: var(--gray);
    border: 0;
    opacity: .5
}

.bg-primary .slick-dots li span:hover,
.bg-primary .slick-dots li.slick-active span,
.bg-primary .slick-dots li.slick-active span:hover {
    background: var(--quaternary) !important;
    border: 0;
    opacity: 1
}

.btnNext,
.btnNext:active,
.btnNext:focus,
.btnPrev,
.btnPrev:active,
.btnPrev:focus {
    width: 35px;
    height: 35px;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    color: var(--white);
    z-index: 1;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    -webkit-appearance: none
}

.btnNext i,
.btnPrev i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%
}

.btnPrev {
    left: 20px
}

.arrowOutside .btnPrev {
    left: -10px
}

.arrowOutside .btnNext {
    right: -10px
}

.slideShow .btnNext,
.slideShow .btnNext:active,
.slideShow .btnNext:focus,
.slideShow .btnPrev,
.slideShow .btnPrev:active,
.slideShow .btnPrev:focus {
    background: 0 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px
}

@media only screen and (min-width:1300px) {
    .arrowOutside .btnPrev {
        left: -40px
    }
    .arrowOutside .btnNext {
        right: -40px
    }
}

.btnNext.slick-disabled,
.btnPrev.slick-disabled {
    opacity: .1;
    cursor: not-allowed
}

.slideShow.overlaid .slick-dots {
    bottom: 130px
}

@media only screen and (max-width:991px) {
    .arrowOutside .btnPrev {
        left: 0
    }
    .arrowOutside .btnNext {
        right: 0
    }
}

@media only screen and (max-width:767px) {
    .slideShow.overlaid .slick-dots {
        bottom: 20px
    }
}

@media only screen and (max-width:575px) {
    .arrowOutside .btnPrev {
        left: 0
    }
    .arrowOutside .btnNext {
        right: 0
    }
}

.btnNext:hover,
.btnPrev:hover {
    background: var(--primary);
    color: var(--white)
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-grow-center:before {
    background: var(--tertiary) !important
}

.hvr-grow-center,
.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    z-index: 2
}

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

.hvr-glow:active,
.hvr-glow:focus,
.hvr-glow:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.bannerBox {
    width: 80%;
    margin: auto;
    max-width: 850px;
    color: var(--white);
    position: relative;
    margin-top: -80px
}

.BanNo {
    width: 150px;
    border-right: solid 1px #005baa;
    font-weight: 700;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem
}

.heading {
    font-weight: 700;
    font-size: 2.4rem
}

.heading span {
    display: block;
    color: #005bab;
    font-size: 2.6rem
}

.heading2 {
    font-weight: 700;
    font-size: 3.2rem;
    margin: .75rem 0
}

.heading-thin {
    font-weight: 400
}

.w-60 {
    width: 57%
}

.sub-head {
    font-weight: 400;
    font-size: 1.7rem
}

.certificateSlider .btnPrev,
.clientsSlider .btnPrev,
.industrySlider .btnPrev {
    left: -50px;
    background: 0 0;
    color: var(--dark)
}

.certificateSlider .btnNext,
.clientsSlider .btnNext,
.industrySlider .btnNext {
    right: -50px;
    background: 0 0;
    color: var(--dark)
}

.videoBg {
    min-height: 500px;
    position: relative;
    background-attachment: fixed
}

.videoBg::before {
    content: '';
    background: var(--primary);
    width: 100%;
    height: 100%;
    opacity: .8;
    position: absolute;
    z-index: 0
}

.videoContent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 500px;
    flex-direction: column;
    z-index: 1;
    position: relative;
    color: var(--white)
}

.videoContent i {
    font-size: 3.5rem;
    color: var(--white);
    margin-bottom: 1.2rem
}

.bgOverlay {
    background: var(--primary);
    opacity: .7;
    width: 100%;
    height: 100%;
    position: absolute
}

#videoModal .close {
    position: absolute;
    z-index: 99;
    color: #fff;
    background: var(--secondary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: -10px;
    top: -10px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.contPic {
    position: absolute;
    bottom: 0
}

.newsItem aside,
.timelineItem aside {
    height: 225px
}

.timelineItem aside {
    height: 180px
}

.newsItem aside .content,
.timelineItem aside .content {
    height: 3em;
    overflow: hidden
}

.newsItem aside .btn {
    width: 130px !important
}

@media (max-width:575px) {
    .videoItem aside {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        bottom: unset;
        background: var(--primary);
        padding-top: 1.5em;
        padding-bottom: 1.5em
    }
}

footer,
footer a {
    color: var(--dark)
}

.footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--gray);
    font-size: 22px
}

footer .logo {
    margin-bottom: 1.286em
}

footer h6 {
    margin-top: 1.5em;
    margin-bottom: 1.2em
}

footer p+h6,
footer ul+h6 {
    margin-top: 1.5em
}

footer a,
footer p {
    font-size: 22px
}

footer a:hover {
    color: var(--dark);
    text-decoration: underline
}

.footerLogoLink {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 1.5em
}

.footerLogoLink:after {
    content: "";
    height: 1px;
    background: var(--dark-gray);
    width: 100%;
    margin-left: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.contactPage .socialMedia li a,
footer .socialMedia li a {
    border: solid 1px #7d819c;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7d819c
}

.contactPage .socialMedia li a:hover,
footer .socialMedia li a:hover {
    text-decoration: none
}

.socialMedia li a>i[class*=facebook]:hover {
    color: #3e5b99
}

.socialMedia li a>i[class*=twitter]:hover {
    color: #1da1f2
}

.socialMedia li a>i[class*=instagram]:hover {
    color: #0095f6
}

.socialMedia li a>i[class*=linkedin]:hover {
    color: #0077b5
}

.socialMedia li a>i[class*=youtube]:hover {
    color: red
}

.socialMedia li a>i[class*=vk]:hover {
    color: #2787f5
}

.bottomFooter {
    background: #005bab;
    text-align: center;
    padding: 1em;
    border-top: 1px solid var(--dark-gray)
}

.withSeparator li {
    position: relative;
    padding: 0 .5em
}

.withSeparator li:not(:last-child):after {
    content: "";
    width: 1px;
    position: absolute;
    right: -.5em;
    height: .75em;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: var(--gray)
}

.text-shadow {
    text-shadow: 0 0 2px #fff
}

@media (max-width:767px) {
    #topNav li {
        font-size: .9em
    }
    footer h6 {
        margin-top: 2em
    }
    .bannerBox {
        width: 100%;
        margin-top: 0;
        border-radius: 0 !important
    }
    .certificateSlider .btnNext,
    .clientsSlider .btnNext,
    .industrySlider .btnNext {
        right: 0;
        color: var(--white)
    }
    .certificateSlider .btnPrev,
    .clientsSlider .btnPrev,
    .industrySlider .btnPrev {
        left: 0;
        color: var(--white)
    }
    .clientsSlider .btnNext,
    .clientsSlider .btnPrev {
        color: var(--primary)
    }
    .contPic {
        display: none
    }
    .heading,
    .heading2 {
        font-size: 2rem
    }
    .sub-head {
        font-size: 1.2rem
    }
    .BanNo {
        flex-shrink: 0;
        width: 60px
    }
    .section2::before {
        background-position: center top;
        height: 500px
    }
    #topNav .socialMedia {
        display: none
    }
    #topNav ul li:first-child {
        display: none
    }
    .awardsSlider .slick-slide img {
        max-width: 200px;
        margin: auto
    }
}

.bg-cover,
.bg-cover-absolute {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.bg-cover-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1c1c1c
}

.rectangleBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.categoryBox:hover .grow,
.newsBox:hover .grow,
.rectangleBox:hover>.grow,
.serviceBox:hover .grow {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

@media only screen and (min-width:992px) {
    .seeAllLink {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }
}

.categoryBox,
.newsBox,
.serviceBox {
    position: relative;
    border-radius: var(--rounded);
    overflow: hidden
}

.serviceBox .rectangleBox {
    padding-top: 60%
}

.serviceBox aside {
    color: var(--white);
    padding: 25px 30px;
    background: var(--dark-gray);
    overflow: hidden
}

.categoryBox aside {
    margin-top: 1rem;
    color: var(--dark);
    z-index: 2
}

.categoryBox aside {
    left: 20px;
    right: 20px;
    bottom: 20px
}

.section {
    padding: 80px 0
}

.section:after {
    content: '';
    position: absolute;
    height: 40%;
    bottom: 0;
    width: 100%;
    background: var(--white);
    z-index: 0
}

.section2 {
    padding: 120px 0 80px
}

.facility-bg {
    background: url(../images/manuf-bg.jpg) no-repeat center top;
    background-size: 100%
}

.collectionsSlider {
    z-index: 1
}

.manuf-single {
    min-height: 200px;
    border-top-right-radius: var(--rounded);
    border-top-left-radius: var(--rounded)
}

.manufName {
    background: var(--primary);
    border-bottom-right-radius: var(--rounded);
    border-bottom-left-radius: var(--rounded);
    padding: 1rem .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
    margin-bottom: 1.5rem;
    min-height: 104px
}

.newsBox aside {
    padding-top: 20px;
    padding-bottom: 20px
}

.newsBox aside .content {
    height: 50px;
    overflow: hidden
}

.serviceBox aside .content {
    height: 50px;
    overflow: hidden
}

.clientBox {
    max-width: 250px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .75rem auto;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .15)
}

.clientBox img {
    max-width: 210px;
    max-height: 90px
}

@media only screen and (max-width:767px) {
    .facility-bg {
        background: url(../images/manuf-mob-bg.jpg) no-repeat top;
        background-size: 100%;
        padding-top: 50px
    }
    .categoryBox aside {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        color: var(--dark);
        padding: 10px 20px;
        background: var(--dark-gray);
        text-align: center
    }
    .categoryBox aside h6 {
        font-size: 1.075em
    }
    .categoryBox aside .btn-xs {
        font-size: 1em
    }
    .serviceBox aside .content {
        height: unset
    }
    .serviceBox {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:768px) {
    .serviceBox aside .title {
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

a.blockLink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

#primaryNav,
.btn,
.grow,
.overflowing:not(.centered) .slick-list,
.slick-dots li span,
.slick-slide,
a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.breadCrumbs {
    font-size: .9em;
    border-bottom: 1px solid var(--gray);
    color: var(--danger);
    font-family: BentonSansBook
}

.breadCrumbs li {
    position: relative;
    padding-right: 1em
}

.breadCrumbs li:not(:last-child):after {
    content: "\f105";
    position: absolute;
    right: -2px;
    font-family: 'Font Awesome 5 Free', FontAwesome;
    color: var(--primary);
    text-transform: none
}

.breadCrumbs li a {
    color: var(--primary)
}

.breadCrumbs li a.active,
.breadCrumbs li a:hover {
    color: var(--danger)
}

.content ul:not(.nav-tabs) li {
    list-style: disc;
    padding-left: 1em;
    margin-left: 1em
}

.content ul:not(.nav-tabs) {
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

.lineRight {
    position: relative;
    overflow: hidden
}

.lineRight:after {
    content: "";
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: var(--gray)
}

@media only screen and (max-width:767px) {
    body {
        font-size: 22px
    }
    .lineRight {
        padding-bottom: .75em;
        margin-bottom: 1em;
        text-align: center;
        text-transform: uppercase;
        position: relative
    }
    .lineRight:after {
        content: "";
        width: 150px;
        height: 5px;
        position: absolute;
        left: 50%;
        bottom: 0;
        top: unset;
        margin: 0;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background-color: var(--gray)
    }
}

.signupOffset {
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    width: 3000px;
    height: 100%;
    z-index: 0
}

.signupOffset+.content {
    position: relative;
    z-index: 1
}

.signupOffset+.content ul li {
    padding: 0;
    margin: 0
}

.signupOffset+.content img {
    width: 100px
}

@media only screen and (max-width:1199px) {
    .signupOffset {
        left: -1000px
    }
}

.slideElement[data-animation] {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0
}

[data-animation]:not('.slideElement') {
    opacity: 1 !important
}

.delay-1 {
    animation-delay: .25s
}

.delay-2 {
    animation-delay: .5s
}

.delay-3 {
    animation-delay: .75s
}

.delay-4 {
    animation-delay: 1s
}

.delay-5 {
    animation-delay: 1.25s
}

i.infinite {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important
}

.industryAbout .slick-slide img {
    filter: grayscale(100%) brightness(0);
    opacity: .8
}

.section3 {
    padding: 5rem 0
}

.innerBanner {
    min-height: 400px
}

.bannerText {
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center
}

@media only screen and (max-width:768px) {
    .w-60 {
        width: 100%
    }
}

.prodDet .tab-area ul.nav-tabs li a {
    font-size: 1rem;
    border-radius: 4px 4px 0 0;
    border-radius: 5px 5px 0 0;
    background: #fbfbfb;
    color: #363636;
    display: inline-block;
    padding: 10px 40px
}

.prodDet .tab-area ul.nav-tabs li a.active {
    background: var(--primary);
    color: var(--white);
    font-weight: 600
}

.product__carousel a {
    display: block;
    margin-bottom: 15px
}

.product__carousel .gallery-top {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 5px
}

.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden
}

.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.product__carousel .gallery-top .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: var(--tertiary)
}

.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border .15s linear;
    border: 2px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    height: calc(100% - 2px)
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primary)
}

.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.prodBox-category {
    border: none !important;
    padding: 0 !important;
    min-height: auto !important
}

.prodBox {
    max-width: 322px;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    padding: 15px;
    min-height: 480px
}

.prodBox h6 {
    color: var(--dark);
    font-weight: 500;
    line-height: 1.5rem
}

@media screen and (max-width:996px) {
    .preview {
        margin-bottom: 20px
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0
}

.tab-content {
    overflow: hidden
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.prodDet .card {
    background: var(--white);
    border: 0
}

@media screen and (min-width:997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.colors,
.price,
.product-title,
.sizes {
    font-weight: 700
}

.checked,
.price span {
    color: var(--secondary)
}

.price,
.product-description,
.product-title,
.rating,
.sizes,
.vote {
    margin-bottom: 15px
}

.product-title {
    margin-top: 0
}

.add-to-cart,
.like {
    background: var(--primary);
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: 700;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.add-to-cart:hover,
.like:hover {
    background: var(--secondary);
    color: #fff
}

.not-available {
    text-align: center;
    line-height: 2em
}

.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff
}

.tooltip-inner {
    padding: 1em
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.cart-table {
    padding: 1rem 0 .5rem;
    border-bottom: solid 1px var(--gray)
}

.cart-table p {
    line-height: 1.4em;
    margin-top: 5px;
    color: var(--dark-gray)
}

.cart-table img {
    max-width: 50px;
    margin-right: 10px;
    flex-shrink: 1
}

.cartQty .form-control {
    max-width: 60px;
    font-size: .98em
}

.cartQty .btn-number {
    padding: .52rem .75rem;
    border: 0;
    color: var(--white)
}

.totPrice {
    width: 100px;
    display: inline-block
}

.checkout-form .order-summary-wrapper {
    padding: 2.5rem 3rem 3rem;
    border: 1px solid #eee;
    border-radius: 3px;
    background: var(--light-gray)
}

.order-table .product-name {
    font-size: .95rem;
    font-weight: 400
}

.order-table td {
    padding-top: 1.5rem
}

.order-table td:last-child {
    text-align: right
}

.order-table .product-total {
    font-size: .95rem;
    letter-spacing: -.05em
}

.order-table .product-name i {
    font-size: 22px;
    margin-left: .5rem;
    margin-right: .5rem
}

h2.heading span {
    font-size: .4em
}

.locationName {
    position: relative;
    padding-left: 30px
}

.locationName .loc_tag {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    background: var(--primary);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.locationName .loc_tag p {
    text-align: center;
    color: #fff;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.locationName address a {
    word-break: break-all
}

#search-overlay {
    display: none
}

.block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(1, 62, 117, .97);
    border: #a0a0a0 solid 1px;
    margin: 0;
    z-index: 9999
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #fff;
    border: none;
    background: 0 0
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0
}

#search-form {
    height: 4em;
    border: 1px solid #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden
}

#search-text {
    font-size: 22px;
    color: #ddd;
    border-width: 0;
    background: 0 0
}

#search-box input[type=text] {
    width: 93%;
    padding: 15px 15px 15px 0;
    color: #333;
    outline: 0;
    font-size: 1.4em
}

#search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    background-color: var(--secondary);
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    padding: .43rem 0
}

#close-btn {
    position: fixed;
    top: 1em;
    right: 1em
}

#close-btn:hover {
    color: #777;
    cursor: pointer
}

.modal-content button.close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px #e2e2e2;
    position: absolute;
    right: 10px;
    margin-top: 10px;
    z-index: 1
}

.popover,
.tooltip {
    font-family: Montserrat, sans-serif !important
}

.point1,
.point10,
.point11,
.point12,
.point13,
.point14,
.point2,
.point3,
.point4,
.point5,
.point6,
.point7,
.point8,
.point9 {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 16.5%;
    top: 39.5%;
    background: var(--primary);
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
    cursor: pointer
}

.mapLocation:hover {
    animation: none
}

.mapLocation+.popover {
    border-radius: 0;
    color: #000
}

.mapLocation+.popover .popover-content {
    padding: 10px;
    letter-spacing: 1px;
    font-family: Dubai-Medium;
    text-transform: uppercase
}

.mapLocation+.popover .popover-title {
    padding: 5px 14px;
    text-transform: uppercase
}

.mapLocation+.popover>.arrow::after {
    border-left-width: 5px;
    border-right-width: 5px;
    margin-left: -5px
}

.point2 {
    left: 56.7%;
    top: 47.5%;
    animation-delay: .2s;
    -webkit-animation-delay: .2s
}

.point3 {
    left: 43.8%;
    top: 49%;
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

.point4 {
    left: 62%;
    top: 52%;
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.point5 {
    left: 48%;
    top: 60.3%;
    animation-delay: .8s;
    -webkit-animation-delay: .8s
}

.point6 {
    left: 66.2%;
    top: 54.3%;
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.point7 {
    left: 45.5%;
    top: 31%;
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.point8 {
    left: 70.2%;
    top: 40.8%;
    animation-delay: .8s;
    -webkit-animation-delay: .8s
}

.point9 {
    left: 58%;
    top: 56%;
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.point10 {
    left: 51.8%;
    top: 59%;
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

.point11 {
    left: 57.4%;
    top: 51.5%;
    animation-delay: .2s;
    -webkit-animation-delay: .2s
}

.point12 {
    left: 82%;
    top: 77.2%
}

.point13 {
    left: 60%;
    top: 52%;
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.point14 {
    left: 60%;
    top: 50%;
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #203dbc
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #203dbc;
        box-shadow: 0 0 0 0 #203dbc
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 15px rgba(204, 169, 44, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@media screen and (max-width:768px) {
    .shopping-cart {
        margin-top: 5px
    }
    a.add_quote_item.btn {
        position: absolute;
        top: 0;
        right: 126px;
        transform: translateY(27px)
    }
    .product-title {
        margin-top: 2rem
    }
    .prodDet .tab-area ul.nav-tabs li a {
        padding: 10px 20px
    }
    .careerThead {
        display: none
    }
    .careerDesc {
        margin-top: 1rem
    }
    .centered {
        width: 90%
    }
    #search-box input[type=text] {
        font-size: 1em
    }
}

@media screen and (min-width:1600px) {
    .container {
        max-width: 1360px
    }
    body,
    html {
        font-size: 22px
    }
    .footer,
    footer a,
    footer p {
        font-size: 22px
    }
    .section2::before {
        background-repeat: no-repeat;
        background-size: cover
    }
    #search-button {
        font-size: 22px;
        line-height: 55px
    }
}

.dropdown-item {
    color: var(--dark);
    font-size: .8em;
    margin: auto 0;
    font-weight: 700
}

.dropdown-menu {
    padding: 0
}

.easyzoom {
    position: relative;
    display: inline-block
}

.easyzoom img {
    vertical-align: bottom
}

.easyzoom.is-loading img {
    cursor: progress
}

.easyzoom.is-ready img {
    cursor: crosshair
}

.easyzoom.is-error img {
    cursor: not-allowed
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #888
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #fff
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px
}

a.add_quote_item.btn {
    background: #013e75;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    color: #fff;
    padding: 0;
    line-height: 30px
}

.cart-icon img {
    width: 25px;
    height: 25px
}

.cart-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%
}

.cart-icon:hover {
    background: rgba(235, 235, 235, .377);
    width: 38px;
    height: 38px;
    border-radius: 50%
}

.cart_c {
    position: absolute;
    background: #013e75;
    color: #fff;
    transform: translateX(20px);
    font-size: 22px;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50px;
    text-align: center
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .3em
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem
}

.c-no {
    padding-top: 40px;
    padding-bottom: 50px
}

.c-no hr {
    margin-top: 40px;
    margin-bottom: 20px
}

.counter-Txt {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    color: #7e7e7e;
    font-size: 22px;
    line-height: 36px
}

.counter-Txt img {
    height: 58px;
    margin-bottom: 15px
}

.counter-Txt span {
    font-size: 36px;
    color: #064074;
    font-weight: 700
}

.counter-Txt sup {
    color: #064074;
    font-size: 22px
}

.li-style li {
    list-style: disc !important;
}

.li-style ul {
    padding-left: 15px;
}

div#videoModal {
    top: 29% !important;
}

#videoModal .close {
    top: 12px !important;
}

#videoModal .modal-body {
    padding-top: 2.5rem !important;
}

.dotscls {
    list-style-type: disc;
    margin-left: 10px;
    font-weight: bold;
}

.dotscls ul {
    margin-left: 10px;
    font-weight: bold;
}

.dotscls ul li {
    margin-left: 10px;
    font-weight: bold;
}

.dotsclswb {
    list-style-type: disc;
    margin-left: 10px;
}

.dotsclswb ul {
    margin-left: 10px;
}

.dotsclswb ul li {
    margin-left: 10px;
}

.dotnumbercls {
    list-style-type: number;
    margin-left: 35px;
}

.dotnumbercls ul {
    list-style-type: number;
    margin-left: 20px;
}

.dotnumbercls ul li {
    list-style-type: number;
    margin-left: 20px;
}

.catalogue-card {
    border: 1px solid #c6c6c6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.catalogue-card img {
    width: 100%;
    margin-bottom: 15px;
}
.company-text{
    font-size: 1.1rem;
}
.accordion-toggle {
    /* background-color: #f1f1f1; */
    border: none;
    padding: 15px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 1.5rem;
    /* transition: background-color 0.5s ease; */
  }
  
  .accordion-toggle:hover, .accordion-toggle:active {
    background-color: #013e75;
    color: white ;
    border: none;
  }
  
  .accordion-content {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    border: none;
  }
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    top: 84px;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    position: absolute;
    right: 25px;
    top: 0;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
@media only screen and (min-width: 1199px) and (max-width: 1599px) {
    #topNav {
        padding-top: 0px !important;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 2020px) {
    #topNav {
        padding-top: 1.6rem !important;
    }
    .socialMedia9{
        margin-left: 0.5rem !important;
    }
}
/*.certification_img{*/
/*    width: 31rem;*/
/*    height: 39rem;*/
/*    border: 1px solid #ccc;*/
/*}*/

.main_heading{
    background-color: #013e75;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    border-radius: 6px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
}
.image{
    border-radius: 10px;
    height: 100%;
}
.image img {
    border: 1px solid #cccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease; /* Adds a smooth transition effect */
}
.image img:hover {
    transform: scale(1.02); /* Scales the image up to 105% of its original size */
}