@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --primary: #D01020;
	--secondary: #AD00FF;
    --white: #ffffff;
    --black: #000;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"], textarea, select, label {
    font-size: 14px;
    line-height: normal;
    width: 100%;
    outline: 0;
    font-family: "Inter", sans-serif;
    border: 1px solid #dbdbdb33;
    margin: 0;
    border-radius: 15px;
    padding: 14px;
    font-weight: 400;
    background: #fdfdfd;
}
::placeholder {
  color: #1a1a1a;
  font-weight:400;
}

select,
input[type="date"] {
    padding: 14px 17px;
}
input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    font-size: 14.5px;
    border: 0;
    outline: none;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding: 13px 20px;
    letter-spacing: 1px;
    border-radius: 15px;
    line-height: normal;
    width: 100%;
}
input[type="submit"]:hover {
    background: var(--primary);
    color: var(--white);
    transition: 0.8s;
}

textarea {
    height: 100px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: "Inter", sans-serif;
    color: #050A15;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Inter", sans-serif;
    color: #333;
    font-size: 15.5px;
    line-height: 28px;
    font-weight: 400;
}
ul,
li,
a {
    list-style-type: none;
    font-family: "Inter", sans-serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
}


.btn-secondary {
    background-color: var(--primary);
    color: #fff;
    line-height: normal;
    font-weight: 400;
    font-size: 15px;
    padding: 11px 20px;
    border-radius: 5px;
    letter-spacing: .5px;
    position: relative;
    z-index: 0 !important;
    overflow: hidden;

}

a:hover {
    transition: 0.8s;
    text-decoration: none;
}
.heading, .leftheading {
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.leftheading {
    margin-bottom:30px;
}
.heading {
    text-align: center;
}
.heading span {
    color: var(--primary);
}
.subheading {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

/* TOP CONTACT CSS */

.topbar {
    padding: 8px 0;
}
.volunteers figure {
    background: var(--secondary);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.volunteers img {
    width: 20px;
}
.volunteers {
    column-gap: 5px;
    font-family: "Caveat", cursive;
    font-size: 22px;
    font-weight: 600;
}
.top-contact {
    column-gap: 20px;
}
.top-contact p, .top-contact p a {
    color: var(--white);
    font-size: 15px;
}
.topcontact {
    column-gap: 10px;
    align-items: center;
    justify-content: end;
}

.smoicons {
    column-gap: 3px;
}
.smoicons li a {
    background: linear-gradient(45deg, var(    --primary), var(--secondary));
    color: var(--white);
    height: 33px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50px;
}
.smoicons svg path {
    fill: var(--white);
}

.topcontact ul {
    column-gap: 20px;
}
.topcontact i {
    color: var(--white);
    background: linear-gradient(45deg, var(
    --primary), var(--secondary));
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50px;
}
.topcontact li {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.topcontact a {
    font-size: 15px;
    font-weight: 400;
}

/* Header */

header .row {align-items: center;}
header h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
header img {
    width: 230px;
}
.ftr-logo img {
    width: 220px;
    margin-bottom: 20px;
}


/* SLIDER SECTION CSS */


.mainslider {
    position: relative;
}
.carousel-content {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.mainslider #carouselExampleFade img {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}
.mainslider .carousel-caption small {
    font-size: 13px;
    padding: 6px 17px 3px;
    font-weight: 300;
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #d0102061;
    display: inline-block;
    margin-bottom: 15px;
    border-left: 2px solid #ffffff;
    border-right: 2px solid var(--white);
    border-radius: 20px;
}
.mainslider .carousel-caption h2 {
    font-size: 34px;
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white) !important;
}
.mainslider .carousel-caption h2 span {
    font-size: 45px;
    font-weight: 700;
    display: inline;
}
.mainslider .carousel-caption p {
    font-size: 16px;
    line-height: 28px;
}
.carousel-content .btn-primary {
    background: #0000006b;
    border: 1px solid var(--white);
}
/* ABOUT US CSS  */

.aboutus-content {
    background: linear-gradient(90deg, #c3188f1f, #00000000);
    border-left: 3px solid var(--primary);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    height: 450px;
}
.aboutus {
    padding: 50px 0 60px;
}
.aboutus .leftheading {
    margin-bottom: 10px;
    font-size: 37px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.aboutus .leftheading span {
    color: var(--primary);
}
.moreabout{
	margin-bottom:50px;
}
.more-cnt {
    background: #c3188f0d;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    border-left: 1px dashed var(--primary);
    border-right: 1px dashed var(--primary);
}
.more-cnt p {
    margin-bottom: 5px;
}


/* SERVICES SECTION CSS  */

.services {
    background: #f1f6f7;
    padding: 50px 0 60px;
}
.services-item {
    background: var(--white);
    padding: 20px 10px;
    transition: .3s ease-in-out;
    border-radius: 10px;
	height:100%;
}

#solutions .row {
    row-gap: 20px;
}
.services-item:hover figure img {
    filter: brightness(100);
}
.services-item:hover figure:before {
    border-color:var(--white);
}
.services-item:hover figure:after {
    opacity: 1;
    background: var(--primary);
}
.services-item figure {
    line-height: 1;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background-color: transparent;
    width: 115px;
    height: 115px;
    transition: 300ms ease;
}
.services-item figure::before {
    position: absolute;
    left: 6px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    border-style: dashed;
    border-width: 1px;
    border-color: var(--accent-color);
    border-radius: 50%;
    animation-duration: 1500ms;
    animation: rotated 10s infinite linear;
    transition: 500ms all ease;
    animation-play-state: running;
}
.services-item figure::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-mask: url(../images/service-bg.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #3fb8477a;
    opacity: 0.14;
    transition: 500ms ease;
    z-index: -1;
}
@keyframes rotated {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.services-item img {
    width: 50px !important;
}
.services-item .btn {
    display: block !important;
    width: fit-content !important;
    background: unset !important;
    margin: 10px auto !important;
    position: relative;
    transition: .3s ease-in-out;
}
.services-item .btn:after {
    position: absolute;
    content: '';
    bottom: -3px;
    width: 55px;
    height: 2px;
    background: var(--secondary);
    left: 50%;
    transform: translate(-50%,-50%);
}
.servicescptn {
    text-align: center;
}
.servicescptn h3 {
    font-size: 22px;
    line-height: 28px;
    position: relative;
    transition: .3s ease-in-out;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.services .btn-primary {
    display: block;
    width: fit-content;
    margin: 27px auto 0;
}
.servicescptn p {
    width: 90%;
    margin: 15px 10px 0 !important;
    text-align: center;
    transition: .3s ease-in-out;
}
.servicescptn a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
    margin: 20px 0 10px;
    color: #000000d9;
    font-size: 16px;
}

.services-item:hover figure:after {
    opacity: 1;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}
/* product page  */
.products {
    margin-bottom: 50px;
}
ul.product-btn li {
    color: var(--primary);
    margin-right: 20px;
    margin-bottom: 15px;
    font-size: 17px;
}
.accordion-item {
    margin-bottom: 8px;
}
ul.product-btn {
    display: flex;
    column-gap: 10px;
}
button.accordion-button.collapsed {
    font-size: 16px;
}
.facts-item .product-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
}
.facts-item .product-list li:after {
    position: absolute;
    content: '\f0a4';
    top: 1px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
}
.anotherbtn .btn-primary {
    display: block;
    width: fit-content;
    margin: 10px 0;
    background: none;
    color: var(--primary);
    border: 1px solid var(--primary);
    font-weight: 500;
}
.productimg .fas {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--white);
    cursor:pointer;
}
i.fas.fa-chevron-left.slick-arrow {
    position: absolute;
    left: 0;
    z-index: 9;
}
i.fas.fa-chevron-right.slick-arrow {
    position: absolute;
    right: 0;
}
.about-productimg figure {
  overflow:hidden;
  border-radius:10px;
}
.about-productimg img {
    height: 395px;
    object-fit: cover;
}
.productimg_image-info {
    position: absolute;
    bottom: 0;
    padding: 12px;
    background: linear-gradient(359deg, black, #00000005);
    width: 100%;
}
.productimg_image-info h3 {
    color: var(--white);
    font-size: 20px;
    margin: 0;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 17.8px !important;
}
/* experiment section  */
.experiment {
    margin-bottom: 50px;
}
.experiment figure {
    overflow: hidden;
    border-radius: 6px;
}
.experiment .row {
    background: #c3188f29;
    padding: 15px 10px;
    border-radius: 6px;
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}
.heading, .leftheading {
    font-size: 32px;
}
ul.experiment-btn .btn-primary {
    background: var(--primary);
    color: var(--white);
}
.experiment p {
    margin: 0px 0 5px 0;
}
ul.experiment-btn {
    column-gap: 8px;
}
ul.experiment-btn a {
    display: block;
    margin-top: 8px;
}
/* mission page  */

.mission {
    background: url(../images/missionbg.jpg);
    background-size: cover;
    padding: 120px 0;
    background-position: top;
    text-align: center;
    position: relative;
    background-attachment: fixed;
}
.about-mission p {
    color: var(--white);
    width: 75%;
    margin: 8px auto;
}
.about-mission h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* career section  */

.career {
    margin-bottom: 50px;
    background: #f1f6f7;
    padding: 60px 0;
}
.career .leftheading {
    line-height: 50px;
    margin-bottom: 5px;
}
.career .leftheading span {
    color: var(--primary);
}
.career figure {
    overflow: hidden;
    border-radius: 15px;
}
.career figure img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}

/* CONTACT SECTION CSS */
.conatctus {
    margin-bottom: 50px;
}
div#wpcf7-f156-o1 {
    background: #d0102012;
    padding: 25px;
    border-radius: 15px;
}
.conctform .wpcf7-spinner {
    display: none;
}
.map iframe {
    height: 455px;
    border-radius: 15px;
}
/* FOOTER SECTION CSS */
/* Footer */

footer {
    background: #000;
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    z-index: 1;
}
footer:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 570px;
    background: #a07a4024;
    height: 355px;
    content: '';
    z-index: -1;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
footer a.footer-logo img {
    width: 125px;
    display: block;
    margin: 0 auto;
}
a.footer-logo {
    margin-bottom: 15px;
    height: 145px !important;
    width: 145px !important;
    background: var(--white);
    display: block;
    border-radius: 50%;
}
a.footer-logo {
    margin-bottom: 25px;
    display: block;
}
footer .col-sm-4 {
    padding: 50px 30px;
}

footer h3:after {
    background: var(--primary);
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    bottom: 0;
    left: 0;
}
footer a, footer ul li {
    color: var(--white);
    transition: 0.5s ease-in-out;
}
footer a:hover {
    color: var(--primary);
}
.ftrcontact li i {
    height: 35px;
    width: 35px;
    background: #f8c32c12;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.ftrcontact li{
	margin-bottom:10px;
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
}
footer .ftr-link img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
footer .supporter {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
}
.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #ffffffe0;
    font-size: 13px;
    background: #ffffff12;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.ftr-link li {
    padding-left: 20px;
    position: relative;
    line-height: 35px;
}
.ftr-link h3 {
    color: var(--white);
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-link li:before {
    position: absolute;
    content: "\f35a";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 12px;
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftr-contact li {
    width: 33.333%;
    border: 1px solid #ffffff21;
    padding: 15px;
    background: #0000003d;
    text-align: center;
    border-radius: 6px;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
.copyright {
    padding: 10px 0;
    margin-top: 30px;
    background: #171109;
}
.copyright ul{
	column-gap:15px;
}
.copyright p {
    color: #efefef;
    letter-spacing: .5px;
}
.copyright p a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
	transition:0.5s ease-in-out;
}
.copyright p a:hover {
    color: var(--primary);
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    padding: 0;
    width: 45px;
    height: 47px;
    color: var(--primary);
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    border: 2px solid var(
    --primary);
    border-radius: 8px;
}
#GoToTop img {
    width: 24px;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

/* VERTICAL SECTION CSS  */

.verticals {
    padding: 50px 0 60px;
}
.aboutvertical {
    text-align: center;
    background: #315f2e2b;
    padding: 30px;
    border-radius: 30px 0 30px 0;
}
.aboutvertical p {
    width: 85%;
    margin: 0 auto;
    line-height: 30px;
}
.verticals img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter:brightness(0.9);
}
.aboutverticals {
    border-radius: 10px;
    overflow: hidden;
    transition:.3s;
    position:relative;
}
.aboutverticals p {
    position: absolute;
    bottom: -100%;
    color: var(--white);
    padding: 30px;
    text-align: center;
    transition:.5s;
}
.aboutverticals:hover p{
  bottom:20%;
  transition:.5s;
}
.aboutverticals:hover img{
 filter:brightness(0.3);
 transition:.5s;
}
.aboutverticals h3 {
    position: absolute;
    bottom: -15px;
    width: 100%;
    text-align: center;
    color: var(--white);
    background: linear-gradient(to top, rgba(13, 21, 15, 0.75) 0%, rgba(13, 21, 15, 0.45) 45%, rgba(255, 255, 255, 0.01) 100%);
    padding: 20px;
}
.verticals .row {
    row-gap: 20px;
}


@media(max-width:991px){
.topbar {
    display: none;
}
button#rmp_menu_trigger-573 {
    background: var(--primary) !important;
}
div#rmp-container-573 {
    background: var(--primary) !important;
}
	.menubar {
    display: flex;
    display: none !important;

}
	header .col-sm-3 {
width: 40%;
}
	header .col-sm-9 {
width: 60%;
display: flex;
justify-content: end;
}
	
.carousel-content {
    width: 100%;
}
#about .row {
    row-gap: 20px;
}
#products .row {
    row-gap: 20px;
}
.experiment .row {
    row-gap: 20px;
}
#careers .col-sm-5 {
    width: 100%;
}
#careers .col-sm-7 {
    width: 100%;
}
#careers .row {
    row-gap: 20px;
}
.map iframe {
    width: 100%;
}
#contactus .row {
    row-gap: 20px;
}
form.wpcf7-form.init .row {
    row-gap: 0px !important;
}
.career figure img {
    height: auto;
}
	.ftricons {
    margin-top: 27px;
    margin-bottom: 65px;
    column-gap: 5px;
}
	.ftr-link {
    margin-left: -32px;
   
}
	footer p {
    margin-bottom: 10px;
    color: #efefef;
    width: 60%;
}
	
}
@media(max-width:767px){
.mainslider #carouselExampleFade img {
    height: auto;
}
	header .row {
    align-items: center;
    padding: 12px;
}
header img {
    width: 170px !important;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
}
.aboutus figure.aboutus-img img {
    height: 100% !important;
}
.aboutus-content {
    padding: 15px;
}
.aboutus .leftheading {
    margin-bottom: 5px;
    font-size: 30px;
}
.about-mission p {
    width: 100%;
}
.about-mission h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 44px;
}
	.career .leftheading {
    line-height: 48px;
    margin-bottom: 19px;
}
	.heading, .leftheading {
    font-size: 29px;
}
	footer:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 665px;
    background: #a07a4024;
    height: 336px;
    content: '';
    z-index: -1;
}
	.ftricons {
    margin-top: 4px;
    margin-bottom: 42px;
    column-gap: 5px;
}
	footer p {
    margin-bottom: 10px;
    color: #efefef;
    width: 100%;
}
	ul.ftrcontact {
    margin-left: -39px;
}
footer .row {
    row-gap: 20px;
}	
}

@media(max-width:667px){
.mainslider .carousel-caption small {
    display: none;
}
.about-productimg img {
    height: 395px;
    object-fit: unset;
}
ul.experiment-btn {
    flex-wrap: wrap;
}
.about-mission figure img {
    width: 80px !important;
}
.about-mission figure {
    display: none;
}
.mission {
    padding: 60px 0;
}
.services {
    padding: 40px 0;
}
.aboutus {
    padding: 40px 0;
}
.moreabout {
    margin-bottom: 40px;
}
.experiment {
    margin-bottom: 40px;
}
.career {
    padding: 40px 0;
}
.career {
    margin-bottom: 40px;
}
.conatctus {
    margin-bottom: 40px;
}
	.carousel-control-next, .carousel-control-prev {
    width: 39px !important;
    left: 30px;
    height: 39px !important;
}
	.carousel-control-next {
    right: 31px !important;
    left: auto !important;
}
	.verticals img {
    width: 100%;
    height: 329px;
    object-fit: cover;
    filter: brightness(0.9);
}
	.career figure {
    overflow: hidden;
    border-radius: 15px;
    margin-top: 20px;
}
	
}

@media(max-width:568px){
.mainslider .carousel-caption p {
    display: none;
}
.carousel-control-next {
    right: 10px !important;
}
.carousel-control-prev {
    left: 10px !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
}
.experiment {
    padding: 10px;
}
.mission {
    padding: 40px 0;
}
	.mainslider .carousel-caption h2 {
    font-size: 24px;
    line-height: 40px;
}
	.aboutus figure.aboutus-img img {
    height: 400px !important;
    width: 100% !important;
    object-fit: cover;
}
	.aboutus .leftheading {
    margin-bottom: 10px;
    font-size: 24px;
}
	#solutions .row {
    row-gap: 27px;
}
	.about-mission h2 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 41px;
}
	#products .row {
    row-gap: 20px;
   
}
	.verticals img {
    width: 100%;
    height: 347px;
    object-fit: cover;
    filter: brightness(0.9);
}
	#careers .row {
    row-gap: 20px;
}
	.career .leftheading {
    line-height: 44px;
    margin-bottom: 19px;
}
	#contactus .row {
    row-gap: 20px;
    
}
	.ftr-logo {
    padding: 0 26px;
}
	ul#menu-quick-links-menu {
    margin-bottom: 26px;
}
footer:after {
    width: 550px;
}
header img {
    width: 150px !important;
}
	
}
@media(max-width:479px){
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
}
.heading, .leftheading {
    font-size: 25px;
    margin-bottom: 25px;
}
.conctform p {
    margin-bottom: 5px;
}
	.mainslider .carousel-caption h2 {
    font-size: 20px;
    line-height: 35px;
}
.carousel-control-next, .carousel-control-prev {
    width: 30px !important;
    left: 30px;
    height: 30px !important;
}
	#about .row {
    row-gap: 20px;
}
	.aboutus figure.aboutus-img img {
    height: 350px !important;
    width: 100% !important;
    object-fit: cover;
}
	.aboutus .leftheading {
    margin-bottom: 10px;
    font-size: 20px;
}
.about-mission h2 {
    font-size: 17px;
    line-height: 36px;
}
.career .leftheading {
    line-height: 42px;
    margin-bottom: 19px;
    font-size: 23px;
}
#contactus .row {
    row-gap: 20px;
}
	div#wpcf7-f156-o1 {
    background: #d0102012;
    padding: 13px;
    border-radius: 15px;
}
footer:after {
    width: 465px;
}	
}

@media(max-width:414px){
.aboutus .leftheading {
    margin-bottom: 5px;
    font-size: 25px;
}
.carousel-control-next, .carousel-control-prev {
    width: 35px;
    height: 35px;
}
.carousel-control-prev {
    left: 12px !important;
}
.carousel-control-next{
    right: 12px !important;
}
	.aboutus figure.aboutus-img img {
    height: 270px !important;
    width: 100% !important;
    object-fit: cover;
}
.aboutus .leftheading {
  font-size: 20px;
}

.about-mission p {
    color: var(--white);
    width: 100%;
    font-size: 14px;
}

.career .leftheading {
    line-height: 37px;
    margin-bottom: 19px;
    font-size: 19px;
}
	#contactus .row {
    row-gap: 20px;
   
}
	.map iframe {
    width: 100%;
    height: 285px;
}
	.ftr-logo img {
    width: 181px;
    margin-bottom: 20px;
}
	.ftr-link h3 {
    color: var(--white);
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
}
	footer a, footer ul li {
    color: var(--white);
    transition: 0.5s ease-in-out;
    font-size: 14px;
}
.productimg_image-info h3 {
    font-size: 16px;
    line-height: 28px;
}
ul.servicesbtn li {
    width: 100%;
    margin-bottom: 12px;
}
.about-services h3 {
    font-size: 19px;
}
	.mainslider .carousel-caption h2 {
    font-size: 17px;
    line-height: 30px;
}
footer:after {
    width: 400px;
}
}

@media(max-width:375px){
	.mainslider .carousel-caption h2 {
    font-size: 15px;
    line-height: 27px;
}
footer p {
    font-size: 14px;
}
#careers .row {
    row-gap: 10px;
}
.aboutus .leftheading {
    font-size: 20px;
}
#solutions .row {
    row-gap: 15px;
}
.btn {
    font-size: 14px !important;
}
#products .row {
    row-gap: 20px;
}
.ftr-logo img {
    width: 140px;
    margin-bottom: 15px;
}
footer:after {
    width: 335px !important;
    height: 360px !important;
}
.verticals img {
    height: 350px !important;
}
.aboutverticals p {
    bottom: -500px;
    padding: 15px;
}
.aboutverticals:hover p {
    bottom: 44px;
    transition: .5s;
    font-size: 13.8px;
}
.aboutverticals h3 {
    bottom: -15px;
    padding: 10px;
    font-size: 18px;
}
}


