/* sleek font  */
@import url('https://fonts.googleapis.com/css2?family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
/*  */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #009d91;
    --white: #fff;
    --black: #000;
}

body {
    margin: 0;
    padding: 0 !important;
/*     font-family: "Inter", sans-serif;
    font-family: "Poppins", sans-serif; */
    font-family: "Lato", sans-serif;
    font-family: "Roboto", 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 {
    color: #000;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    outline: 0;
    font-family: "Roboto", sans-serif;
    border: 1px solid #c1c1c1a6;
    margin: 0px 0 8px;
    border-radius: 6px;
    padding: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    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: "Roboto", sans-serif;
    padding: 13px 20px;
    letter-spacing: 1px;
    border-radius: 2px;
    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: "Lato", sans-serif;
    color: #050A15;
    font-weight: 600;
    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: "Roboto", sans-serif;
    color: #000000d1;
    font-size: 16.5px;
    line-height: 28px;
    font-weight: 400;
}
.secondary-container {
    padding: 60px 0;
}
ul,
li,
a {
    list-style-type: none;
    font-family: "Roboto", sans-serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
}

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

/* TOPBAR */
.topbar {
    background: var(--secondary);
    padding: 8px 0;
}
.smoicons li a {
    background: #fdb61424;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.smoicons li:last-child a {
    margin-right: 0;
}
.top-contact {
    column-gap: 15px;
}
.top-contact i {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    background: #ffffff36;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}
.top-contact span {
    color: white !important;
}
.top-contact p a {
    color: var(--white);
    font-size: 15px;
}

.top-contact p:not(:last-child)::after {
    content: "";
    display: inline-block;
    border-left: 1px solid #ccc;
    height: 20px;
    margin: 0 15px;
    vertical-align: middle;
}
/* Header */
.mainmenu {
    background: #fff;
}
header {
    position: relative;
    top: 0;
    background: #f5f5f5;
}
header .row {align-items: center;}
header img {
    width: 160px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
.mainmenu .btn-primary {margin-left: 10px;}

/* SLIDER SECTION CSS */
#home video {
    height: 650px !important;
    width: 100% !important;
    object-fit: cover;
  filter: brightness(0.9);
}
.carousel-caption {
    left: 50% !important;
}
.carousel-content h1 {
    color: var(--white);
    font-size: 65px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    overflow: hidden;
}
.carousel-content .text-line {
      display: inline-block;
      opacity: 0;
      transform: translateY(20px);
      animation: fadeSlide 0.6s ease forwards;
}

@keyframes fadeSlide {
      to {
        opacity: 1;
        transform: translateY(0);
      }
}

.mainmenu {
    padding: 6px 0;
}
.carousel-content p {
    color: var(--white);
    width: 60%;
    margin: 0 auto;
    font-size: 17px;
}
.carousel-content h3 {
    color: #fff;
    font-size: 55px;
    width: 60%;
    margin: 0 auto 20px;
    font-family: "Proza Libre", sans-serif;
}
a.btn.btn-primary {
    background: linear-gradient(45deg, var(--primary), #000);
    color: var(--white);
    border-radius: 50px;
    margin-top: 15px;
    padding: 12px 25px;
    transition:.5s ease-in-out;
}
a.btn.btn-primary:hover{
background: linear-gradient(45deg, #000 , var(--primary));
transition:.5s ease-in-out;
}
/* about us page  */
#about img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 370px;
}
.aboutus-content .leftheading img {
    width: 180px !important;
    height: 180px !important;
    object-fit: contain !important;
    position: absolute;
    top: -67px;
    right: 40px;
}
.aboutus:after {
    position: absolute;
    bottom: 0;
    content: '';
    background: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 530px;
    z-index: -1;
    opacity: .7;
}
.aboutus-content {
    padding-left: 20px;
}
.aboutus-content p {
    line-height: 30px !important;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
    height: 100%;
}
.aboutus {
    padding: 60px 0;
}
.aboutus .leftheading {
    margin-bottom: 13px;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--black);
    letter-spacing: 1px;
}
.aboutus-content h5 {
    background: #005bac17;
    display: inline-block;
    padding: 10px 26px 6px;
    border-radius: 50px;
    font-size: 19px;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.aboutus-content h5 i {
    transform: rotate(322deg);
    color: var(--primary);
    font-size: 16px;
}
.aboutus .leftheading span {
    color: var(--primary);
}


/* products esction  */
.aboutproducts {
    text-align: center;
}
.aboutproducts img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.aboutproducts h3 {
    position: absolute;
    top: 0;
    left: 20px;
    top: 20px;
    font-size: 15px;
    background: linear-gradient(45deg, var(--primary), #000);
    padding: 5px 20px;
    border-radius: 50px;
    color: lemonchiffon;
    letter-spacing:1px;
}
.aboutservices h3 {
    margin-bottom: 8px;
}
#products .row {
    row-gap: 20px;
}
#products {
    margin: 60px 0;
}

/* banner section  */
.banner img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 600px;
}
.banner-details {
    position: absolute;
    top: 40%;
    left: 50px;
}
.banner-details h2 {
    font-size: 40px;
    width: 60%;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: 600;
}

/* cumene banner details  */
.cumene-details {
    position: absolute;
    top: 40%;
    left: 58%;
}
.cumene-details h2 {
    color: var(--white);
    font-size: 40px;
    width: 100%;
}
.cumene img {
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
}



/* details section  */
.about-details figure {
    height: 80px;
    width: 80px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom:20px;
}
.about-details img {
    width: 55px !important;
}
.details {
    padding: 60px 0;
}
.details-info h3 {
    margin: 20px 0 30px;
}
.about-details:after {
    position: absolute;
    content: '';
    top: 79px;
    left: 50%;
    height: 120px;
    width: 2px;
    border: 1px dashed var(--primary);
}
.details-info h3 {
    margin: 20px 0 40px;
    background: linear-gradient(45deg, var(--primary), #000);
    display: inline-block;
    padding: 9px 25px;
    border-radius: 10px;
    color: var(--white);
    position: relative;
    z-index: 2;
    font-size: 16px;
}
.details-info p {
    background: #00221f12;
    padding: 20px 12px;
    border-radius: 10px;
    height: 155px;
}

/* global leader section  */
.globaleader {
    padding: 30px 0;
    background: #009d9114;
}
.globaleader img {
    height: 305px;
    object-fit: cover;
    border-radius: 10px;
}
.globaleader h2 {
    font-size: 32px;
}

/* speaker banner section  */
.speakerbanner {
    margin-top: 60px;
}
.speakerbanner img {
    height: 500px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}
.speakerinfo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.speakerinfo h2 {
    color: #fff;
    font-size: 45px;
    letter-spacing: 1px;
}
.speakerinfo p {
    color: #fff;
    line-height: 30px;
    letter-spacing:1px;
}
.otherimgs img {
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}
.otherimgs .slick-track{
margin:0 !important;
}
.otherimgs h3 {
    position: absolute;
    top: 12px;
    left: 16px;
    background: linear-gradient(45deg, var(--primary), #fff);
    color: #000;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 50px;
    letter-spacing:1px;
}

/* client section  */

.reviews {
    margin-bottom: 10px;
    margin-top: 65px;
}
.reviews .heading {
    margin-bottom: 22px !important;
}
.reviews-info {
    background: var(--white);
    padding: 75px 25px 25px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    height: 290px;
}

.reviews-info p {
    margin: 15px 0;
}
.reviews-info span.starreviews i {
    color: var(--primary);
    font-size: 12px;
    letter-spacing: 5px;
}
.reviews-info figure img {
    width: 80px;
    border-radius: 50px;
}
.reviews-info figure {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-40px);
    box-shadow: 0 21px 10px rgba(4,4,4,.05);
    border-radius: 50%;
    outline: 2px solid #173f47;
    overflow: hidden;
    outline-offset: 10px;
    margin-bottom: 30px;
    z-index: 1;
}
.reviews-info h3 {
    font-size: 18px;
    color: var(--black);
    margin-bottom: 25px;
}
.slick-dots {
    margin-top: 0 !important;
}

/* BLOG SECTION CSS */
.homeblog {
    margin-bottom: 60px;
}
.homeblog .row, .blogpost .row {
    row-gap: 25px;
}
.homebloglist {
    border-radius: 10px;
    transition: .5s;
    box-shadow: 0 0 40px 5px #0000000d;
    padding: 8px;
}
.homebloglist:hover {
    transform: translateY(-2px);
    background: var(--white);
}
.homebloglist:hover img {
    transform: scale(1.1) rotate(3deg);
    filter: grayscale(1);
}
.homeblogbox h3 {
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homeblogbox span {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-bottom: 12px;
    display: block;
}
.homebloglist figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.user {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: var(--white);
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
}
.homebloglist img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s;
}
.homeblogbox {
    padding: 20px;
    position: relative;
}
.homebloglist p {
    margin: 10px 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homebloglist ul {
    column-gap: 20px;
    border-bottom: solid 1px #dddddd8c;
    padding: 0 0 12px;
    margin-bottom: 15px;
}
.homebloglist ul li, .homebloglist ul li a {
    font-size: 15px;
}
.homebloglist ul li i {
    margin-right: 5px;
    color: var(--primary);
}
.homebloglist .btn-primary {
    padding: 9px 15px !important;
    font-weight: 300;
    margin-top: 12px;
}
.homeblogbox .readmore {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary);
    margin: 15px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.blogpost .homeblog {
    background: none;
    padding: 0;
}

.homebloglist figure:before, .whychoose-thumb:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    transition: all .3s ease;
	z-index:-3;
}
.homebloglist:hover figure:before, .whychoose-thumb:hover:before {
    animation: shine 1s;
	z-index: 1;

}

/* client section  */
.client {
    background: #f9f9f9;
    padding: 50px 0 20px;
    margin-bottom: 60px;
}
.client-logo {
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 15px;
    background: #f8721705;
}
.client-logo img {
    width: 160px !important;
}
.client .slick-track {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* samsung banner section  */
.samsungbanner {
    margin: 22px 0 0px;
}
.samsungbanner img {
    border-radius: 15px;
    filter:brightness(0.9);
}
.samsungbanner h3 {
    font-size: 50px;
    color: #fff;
}
.info {
    position: absolute;
    top: 21%;
    left: 50px;
    width: 55%;
}

/* about-details page css  */
.aboutmsnvsn img {
    width: 65px !important;
}
.aboutmsnvsn {
    background: #009d911a;
    height: 100%;
    padding: 20px;
    border-radius: 8px;
}
.aboutmsnvsn figure {
    height: 80px;
    width: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.msnvsn {
    margin-top: 60px;
}

/* clients page css  */
.clientsldrs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 15px;
}
.clientsldrs li {
    width: 18%;
}

/* contact us section  */
.google-map iframe {
    width: 100%;
    border-radius: 8px;
}
div#wpcf7-f156-o1 {
    background: #fff;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid #009d9130;
}
.google-map iframe {
    width: 100%;
    height: 481px;
    border-radius: 8px;
}
.contactus_details {
    text-align: center;
    background: #009d9112;
    padding: 20px;
    border-radius: 8px;
    box-shadow: inset 0 0 10px 0px #009d914a;
}
.contact-info {
    margin-bottom: 60px;
}
.contactus_details figure {
    height: 60px;
    width: 60px;
    display: inline-flex;
    background: linear-gradient(45deg, var(--primary), #000);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.contactus_details figure i {
    color: #fff;
    font-size: 25px;
}
.contactus_info h3 {
    margin-bottom: 10px !important;
}
.contact-forms {
    background: #f9f9f9;
    padding: 50px 0 60px;
}


/* breadrumb section  */
.breadcrumb {
    background: linear-gradient(45deg, #009d91, #000000d4);
    padding: 50px 0;
    text-align: center;
}
.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}
.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}
.breadcrumb h1 {
    color: #fff;
}
.breadcrumb p {
    color: #fff;
}

/* FOOTER SECTION CSS */
footer {
    background: var(--primary);
}
.footerlogo img {
    width: 200px;
    filter: invert(1) brightness(100);
    margin-bottom: 20px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
a.footer-logo{
	width:100%;
	background: var(--white);
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    font-family: 'Lato';
}
footer h3:after, footer h3:before {
    background:#fff;
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    bottom: 0;
    left: 0;
}
footer h3:before {
    width: 35px;
    left: 20px;
}
footer a, footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
    font-size: 14.5px;
}
footer a:hover {
    color: var(--black) !important;
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
    font-weight: 300;
    font-size: 15px;
}
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: #fff;
    font-size: 14px;
    background: #ffffff00;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #fff;
}
.ftr-link li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-link li:before {
    position: absolute;
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
   
}
.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;
}
footer .col-lg-4 {
    padding:50px 0 40px;
}
footer .col-lg-3 {
     padding:50px 0 40px;
}
footer .col-lg-2 {
    padding:50px 0 40px;
}
footer .col-lg-3:last-child {
    border-right: unset;
}
.ftrcontact li:before {
	display:none;
}
.ftrcontact li {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
	 padding: 0;
	margin-bottom:15px;
}
.ftrcontact li a {
    font-size: 15px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 15px;
    margin: 0;
    height: 35px;
    width: 35px;
    background: #ffffff1f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff1f;
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    padding: 0;
    width: 45px;
    height: 47px;
    color: var(--black);
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    border: 2px solid #fdb614;
    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;
}

@media (max-width:991px){
  header {
      padding: 10px 0;
      background: unset;
  }
  .aboutus-content .leftheading img {
    right: 135px;
}
.cumene-details h2 {
    font-size: 30px;
}
.details-info p {
    height: 115px !important;
}
.otherimgs .row {
    row-gap: 20px;
}
.info {
    top: 5%;
}
.homebloglist img {
    height: 100%;
}
.globaleader img {
    height: 100%;
}
.aboutus .row {
    gap: 20px;
}
.aboutus:after {
    height: 100%;
}
.details .row {
    row-gap: 20px;
}
.globaleader .row {
    row-gap: 20px;
}
footer .col-lg-3 {
    padding: 0px 0 40px;
}
footer .col-lg-2 {
    padding: 0px 0 20px;
}
.msnvsn .row {
    row-gap: 20px;
}
}

@media screen and (max-width:767px) {
.carousel-content h3 {
    font-size: 45px;
    width: 100%;
    
}
.aboutus .leftheading {
    font-size: 35px;
}
.aboutus-content .leftheading img {
    right: 0;
}
.cumene-details h2 {
    font-size: 22px;
    line-height: 35px;
}
.cumene-details {
    top: 30%;
    left: 54%;
}
.banner img {
    height: 100%;
}
.banner-details h2 {
    font-size: 29px;
    width: 70%;
    line-height: 44px;
}
.samsungbanner h3 {
    font-size: 37px;
}
.samsungbanner .info p {
    display: none;
}
.samsungbanner .info {
    top: 20%;
}
.clientsldrs li {
    width: 48%;
}
.contact-form .row {
    row-gap: 20px;
}
.contact-forms .col-sm-6 {
    width: 100%;
}
form.wpcf7-form.init .row {
    row-gap: 0;
}
}

@media (max-width:667px){
.carousel-content p {
    display: none;
}
.carousel-control-prev {
    left: 0px !important;
}
.carousel-control-next{
 right:0 !important;
}
#home video {
    height: 100% !important;
}
.aboutus {
    padding: 40px 0;
}
#products {
    margin: 40px 0;
}
.details {
    padding: 40px 0;
}
.speakerinfo {
    position: absolute;
    top: 30% !important;
    text-align: center !important;
    width: 100% !important;
    left: 0 !important;
    transform: unset !important;
}
.speakerbanner img {
    height: 400px;
}
.samsungbanner h3 {
    font-size: 30px;
}
.secondary-container {
    padding: 40px 0;
}
}

@media (max-width:568px){
.carousel-content h3 {
    font-size: 30px;
    margin-bottom: 5px;
}
.mainmenu .col-sm-3 {
    width: 30%;
}
.mainmenu .col-sm-9 {
    width: 70%;
}	
.cumene-details h2 {
    font-size: 20px;
    line-height: 30px;
}	
.cumene-details {
    top: 23%;
    left: 45%;
}	
.banner-details h2 {
    font-size: 28px;
    width: 100%;
    line-height: 40px;
}
.banner-details {
    position: absolute;
    top: 25%;
}
.speakerinfo {
    padding: 10px;
}
.speakerbanner img {
    height: 100%;
}
.speakerinfo p {
    display: none;
}
.speakerinfo {
    top: 15% !important;
}
.speakerinfo h2 {
    margin-bottom: 5px !important;
}
footer .row {
    padding-left: 25px;
}
}

@media (max-width:479px){
#about img {
    height: 100%;
}
.aboutus .leftheading {
    font-size: 28px;
}
.cumene-details {
    top: 60%;
    transform: translate(-45%,-50%);
    text-align: center;
    width: 100%;
    padding: 10px;
}
.cumene img {
    filter: brightness(0.8);
}
.banner-details {
    position: absolute;
    top: 19% !important;
    width: 100% !important;
    text-align: center;
    left: 0 !important;
    padding: 10px;
}
.banner-details h2 {
    margin-bottom: 5px;
}
.cumene-details h2 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 3px;
}
.speakerinfo h2 {
    font-size: 30px;
}
.samsungbanner .info {
    top: 22% !important;
    width: 100%;
    text-align: center;
    left: 0 !important;
}
.samsungbanner h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.samsungbanner img {
    filter: brightness(0.8);
}
.heading, .leftheading {
    font-size: 32px;
    margin-bottom: 10px;
}
.client {
    margin-bottom: 40px;
}
}

@media (max-width:414px){
.carousel-content h3 {
    font-size: 22px;
    margin-bottom: 1px;
}
.aboutus-content .leftheading img {
    right: 0;
    width: 145px !important;
}
.cumene-details {
    padding: 15px;
}
.cumene-details h2 {
    font-size: 20px;
}
.banner-details h2 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0px !important;
}
.details-info p {
    height: 140px !important;
}
.globaleader h2 {
    font-size: 27px;
    line-height: 35px;
}
.speakerinfo h2 {
    font-size: 28px;
    margin-bottom: 0px !important;
}
.otherimgs img {
    height: 100%;
}
.samsungbanner img {
    filter: brightness(0.8);
    height: 200px;
    object-fit: cover;
}
.aboutus-content .leftheading img {
    width: 120px !important;
}
div#about {
    padding-bottom: 26px !important;
}
.msnvsn {
    margin-top: 40px;
}
}

@media (max-width:393px){
.aboutus .leftheading {
    font-size: 24px;
}
.aboutus-content .leftheading img {
    width: 130px !important;
}
.aboutus .leftheading {
    margin-bottom: 3px;
}
.clientsldrs li {
    width: 100%;
}
}

@media (max-width:360px){
.carousel-control-next, .carousel-control-prev {
    width: 35px;
    height: 35px;
}
.aboutus .leftheading {
    font-size: 22px;
    margin-bottom: 5px;
}
.aboutus-content .leftheading img {
    width: 110px !important;
}
.cumene img {
    filter: brightness(0.8);
    height: 220px;
}
.banner img {
    height: 220px;
}
.speakerbanner img {
    height: 150px;
}
	
}



