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

body {
    font-family: "Poppins", sans-serif;
}

::selection {
    color: var(--light-color);
    background-color: var(--primary-color);
}

:root {
    --primary-color: #0091dc;
    --secondary-color: #d50400;
    --dark-color: #000;
    --light-color: #fff;
}

a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

p {
    color: var(--dark-color);
        text-align: justify;
}

ul {
    list-style: none;
}



@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
.speedyui {
  --su-primary-color: #814fff;
  --su-secondary-color: #212529;
  font-family: "Lexend", sans-serif;
  --su-nav-link-color:var(--bs-dark);
}

.speedyui-header .nav-link {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
        font-weight: 500;
}
.speedyui-header .nav-link:hover {
    color: #e31f25;
    border-bottom: 2px solid #e31f25;
}
.speedyui-header .navbar-collapse {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  z-index: 9;
}
@media (min-width: 992px) {
  .speedyui-header .navbar-collapse {
    position: initial;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .speedyui-header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    margin-top: 0.125rem;
  }
}
.speedyui-header .dropdown .dropdown-menu {
  margin-top: 0.125rem;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
 .speedyui-header .dropdown .dropdown-menu {
        opacity: 0;
        margin-top: 1rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        visibility: visible;
    }
}


.droplist{overflow: auto;
height: 560px;}


.speedyui-header .dropdown .dropdown-item {
    color: #000000;
    font-size: 14px;
}
.speedyui-header .dropdown .dropdown-item:hover {
  color: #e31f25;
}
.speedyui-header .dropdown .dropdown-item:active {
  color: #FFF;
  background-color: #e31f25;
}
.speedyui-header .dropdown .dropdown-toggle::after {
  display: none;
}
.speedyui-header .primary-btn {
  background-color: #e31f25;
}
.speedyui-header .primary-btn:hover {
  background-color: #000;
}

.speedyui-hero {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .speedyui-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
      background-image: url(../image/bg-patern-1.jpg);
      background-size: cover;
      
  }
}
.speedyui-hero p {
     text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--e-global-color-text);
}
.speedyui-hero h1 {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #FF0000;
    font-size: 32px;
}
.speedyui-hero .primary-btn {
  background-color: var(--su-primary-color);
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.speedyui-hero .primary-btn:after {
  transition: all 0.3s;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.speedyui-hero .primary-btn:after, .speedyui-hero .primary-btn:before {
  background: var(--su-secondary-color);
  content: "";
  position: absolute;
  z-index: -1;
}
.speedyui-hero .primary-btn:hover:after {
  height: 100%;
  width: 135%;
}

.header {
    background-color: #fff;
}

.sticky-top.fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(10px); */
    background-color: #fff;
    animation: slideDown 0.70s ease-out;
}

@keyframes slideDown {
    0% {
    transform: translateY(-100%);
}

100% {
    transform: translateY(0);
}
}

.emlside ul {
    display: flex;
    column-gap: 21px;
    margin-left: 0;
    padding-left: 0;
    padding-top: 2px;
}

.emlside ul li a{color: #fff;}

.followside ul {
    display: flex;
    column-gap: 21px;
        flex-direction: row-reverse;
}
.top-head {
    background: #e31f25;
    color: #fff;
    padding: 5px;
}
.followside ul li a {
    color: #fff;
}


/*----counter css--------*/
#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 0px;
}

.stats {
  text-align: center;
      color: #FF0000;
    font-family: "Poppins", Sans-serif;
    font-size: 55px;
    font-weight: 600;
}

.stats h5{color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;}

.stats .fa {
  color: #008080;
  font-size: 60px;
}
.cnter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/*------counter css end----------*/


.aboutus {
    background-image: url(../image/aboutbg-1.jpg);
    background-size: cover;
    padding: 56px;
}

.aboutus h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.aboutus p{text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;}

section.pdicon {
    padding: 68px 23px;
    background: #ccc;
    background-image: url(../image/bg-patern-2.jpg);
    background-size: cover;
}

section.pdicon ul {
    display: flex;
    position: relative;
    gap: 8px;
    padding: 0;
}

section.pdicon img.img-fluid {
    width: 94%;
    max-width: 100%;
    border-radius: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    padding: 5px;
}

section.pdicon img.img-fluid:hover {
    width: 100%;
    transform: scale(1.1);
}

section.pdicon ul {
    display: flex;
    position: relative;
    gap: 8px;
    padding: 0;
    margin-bottom: 0px;
}

section.pdicon ul span {
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
        display: block;
}

/*----------product range-------*/
section.product-section {
    position: relative;
    padding: 49px;
    z-index: 1;
}

section.product-section::before {
    content: '';
    position: absolute;
    background: #454b4c;
    width: 100%;
    height: 662px;
    z-index: -1;
    top: 0px;
    left: 0;
}

section.product-section-1 {
    position: relative;
    padding: 49px;
    z-index: 1;
}


section.product-section-1::before {
    content: '';
    position: absolute;
    background: #454b4c;
    width: 90%;
    height: 662px;
    z-index: -1;
    top: 0px;
    left: 56px;
    border-radius: 50px;
}


section.product-section-2::before {
    content: '';
    position: absolute;
    background: #454b4c;
    width: 90%;
    height: 610px;
    z-index: -1;
    top: 0px;
    left: 56px;
    border-radius: 50px;
}



.lftimg img.img-fluid {
    width: 90%;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 20px 20px;
    margin-left: 55px;
}

.lftimg-2 img.img-fluid {
    width: 90%;
    max-width: 100%;
    height: 479px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 20px 20px;
    margin-left: 55px;
}


.lftimg {
    margin: 9px 0px;
}

.rgtimg {
    margin: 124px 0px 0px -102px;
    padding: 54px 0px 0px 0px;
}
.rgtimg img.img-fluid {
    width: 90%;
    max-width: 100%;
    border-radius: 20px 20px 20px 20px;
}

.mrbtn {
       text-align: center;
    padding-top: 0px;
    display: block;
    position: relative;
}
.mrbtn a {
    color: #fff;
    padding: 11px 17px;
    background: #FF0000;
    border-radius: 31px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.mrbtn p {
    text-align: center;
    color: #000;
    padding: 24px 46px 0px;
}

.read-more {
    text-align: center;
    padding-top:12px;
    position: relative;
}

.read-more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1848b8;
    top: 26px;
    left: 0;
    right: 0;
    z-index: -1;
}

.read-more span {
    background: #fff;
    width: 194px;
    display: inline-block;
}

.read-more a {
    color: #fff;
    padding: 11px 25px;
    background: #ff0000;
    border-radius: 31px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.btmpd{position: relative;}
.btmpd::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 1227px;
    height: 429px;
    z-index: -1;
    top: -198px;
    border-radius: 33px 33px 0px 0px;
    left: -50px;
}


.btmpd-2::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 1227px;
    height: 256px;
    z-index: -1;
    top: -198px;
    border-radius: 33px 33px 0px 0px;
    left: -50px;
}

.prorange {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-size: cover;
    }
.prorange h1 {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #FF0000;
    font-size: 32px;
}

.prorange p {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: var(--e-global-color-text);
    margin-bottom: 0px;
}

/*-------product range end--------*/

.vision {
    background-image: url(../image/mangent.jpg);
    background-size: cover;
    padding: 83px;
    text-align: center;
    color: #fff;
    border-radius: 17px;
    position: relative;
}

.vision::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 387px;
    background: #fff;
    top: 0;
    left: 0;
    opacity: .7;
}

.vision:hover::before {
    opacity: .1;
}
.vision h2 {
    color: #FF0000;
    position: relative;
}
.vision a {
    position: relative;
    background: #ff0000;
    padding: 10px 17px;
    color: #fff;
    border-radius: 22px;
}
.vision p {
    text-align: center;
    color: #000000;
    z-index: 1;
    position: relative;
}

.vision:hover p{color: #fff;}
.vision {
    background-image: url(../image/mangent.jpg);
    background-size: cover;
    padding: 83px;
    text-align: center;
    color: #fff;
    border-radius: 17px;
}

.mision {
    background-image: url(../image/globle.jpg);
    background-size: cover;
    padding: 83px;
    text-align: center;
    color: #fff;
    border-radius: 17px;
    margin-top: 100px;
}

.mision::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 387px;
    background: #fff;
    top: 0;
    left: 0;
    opacity: .7;
}

.mision:hover::before {
    opacity: .1;
}
.mision h2 {
    color: #FF0000;
    position: relative;
}
.mision a {
    position: relative;
    background: #ff0000;
    padding: 10px 17px;
    color: #fff;
    border-radius: 22px;
}
.mision p {
    text-align: center;
    color: #000000;
    z-index: 1;
    position: relative;
}

.mision:hover p{color: #fff;}
.mision {
    background-image: url(../image/globle.jpg);
    background-size: cover;
    padding: 83px;
    text-align: center;
    color: #fff;
    border-radius: 17px;
}



.mision p {
    text-align: center;
    color: #000000;
    font-weight: 500;
}

section.visn-msn {
    padding: 59px;
}


/*==================*/

.newsletter-area {
    background: #f40404;
    padding: 16px 0 23px;
}

.newsletter-title h3 {
    color: #fff;
}
.newsletter-title p {
    font-size: 14px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
}
.send-enq {
    margin-right: 0px;
    float: right;
    border: 2px solid #fff;
    color: #fff;
    padding: 7px 13px;
    border-radius: 27px;
    background: #333;
    font-size: 16px;
}

.footer-bottom-area {
    background: #212121;
    padding: 17px 0 15px;
}
.footer-bottom-content-copy p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

/*====================*/


.footer-area {
    padding: 52px 0 0px;
    background-image: url();
    position: relative;
    background-repeat: no-repeat;
    background-color: #343131;
    background-size: cover;
    background-position: center center;
}

.footer-contact-info {
    background: #212121;
    padding: 30px;
    position: relative;
    margin-top: -162px;
    z-index: 1;
}

p.footer-desc {
	font-size: 16px;
	line-height: 26px;
	color: #8e939f;
	font-weight: 300;
	margin-top: 29px;
}

.footer-title2 h3 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 500;
	position: relative;
	margin-top: 24px;
	margin-bottom: 34px;
}

.footer-title2 h3:before {
	position: absolute;
	content: "";
	left: 0;
	top: 34px;
	width: 30px;
	height: 2px;
	background-color: #f40404;
}

.footer-didget-icon {
	float: left;
	margin-right: 10px;
}

.footer-didget-icon span i {
	color: #f40404;
}

.footer-widget-contact p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	overflow: hidden;
}

.footer-widget-contact h3 {
    font-size: 18px;
    color: #fff;
}
.footer-widget-menu ul {
    padding-left: 4px;
}

.footer-widget-contact p a{color: #fff;}

.footer-widget-social-icon ul li {
	display: inline-block;
	margin-right: 8px;
	margin-top: 14px;
}

.footer-widget-social-icon ul li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: rgba(255, 255, 255, 0.10196078431372549);
	line-height: 34px;
	text-align: center;
	color: #8f939e;
	font-size: 15px;
}

.footer-widget-social-icon ul li a:hover {
	color: #fff;
	background: #dc3545;
}

.footer-widget-content.style-left {
	position: relative;
	margin-left: 50px;
}

.footer-widget-titel h4 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 35px;
	position: relative;
}

.footer-widget-titel h4:before {
	position: absolute;
	content: "";
	left: 0;
	top: 36px;
	width: 30px;
	height: 2px;
	background-color: #f40404;
}

.footer-widget-menu ul li a {
	display: inline-block;
	transition: 0.5s;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 4px;
}

.footer-widget-menu ul li a:hover {
	color: #fff;
}



@media only screen and (max-width: 767px) {
   section.pdicon ul {
    display: block;
    position: relative;
    gap: 8px;
    padding: 0;
    margin-bottom: 0px;
}
    .btmpd::before {
    width: 100%;
    height: 429px;
    top: -221px;
    left: 0px;
}
    
    .lftimg img.img-fluid {
    width: 100%;
    max-width: 100%;
    height: 256px;
    margin-left: 0px;
}
    .rgtimg {
    margin: 0px 0px 0px 0px;
    padding: 56px 0px 0px 0px;
}
    
    section.product-section {
    padding: 23px;
}
    
    .rgtimg img.img-fluid {
    width: 100%;
}
    
    section.product-section-1 {
    padding: 12px;
}
    section.visn-msn {
    padding: 0px;
}
    
    vision {
    padding: 24px;
}
.mision {
    padding: 28px;
    margin-top: 22px;
    margin-bottom: 46px;
}
    
    .mision::before {
    height: 284px;
}
    
    section.product-section-1::before {
    width: 90%;
    height: 662px;
    left: 18px;
}
    
    .footer-contact-info {
    padding: 30px;
    margin-top: -51px;
}

    .footer-widget-content.style-left {
    position: relative;
    margin-left: 0px;
}
    .emlside li {
    font-size: 12px;
}
    
    .unlst {
    margin: 17px 0px! important;
            background: #ffffff9c! important;
    border: 0px solid #dfdede! important;
}
    .unlst h2 {
    font-size: 18px;
}
  
    ul.bnrlisttxt li {
    padding-right: 0px! important;
    font-size: 11px;
}
    .speedyui-hero h1 {
    font-size: 22px;
}
    .about-secsn p {
    font-size: 14px! important;
}
    .home4-service-section {
    padding: 0px 0px 40px! important;
}
    .service-column .icons {
    display: inline! important;
}
    
    .certificate ul {
    display: block! important;
}
    
    section.welcome-section.director-dsk {
    padding: 47px 4px 47px! important;
    margin: 46px 5px;
}
    
    section.welcome-section.director-dsk span.msg {
    font-size: 37px! important;
    top: -54px! important;
}
    section.welcome-section.director-dsk .abhead {
            font-size: 25px ! important;
        top: -88px ! important;
        position: relative ! important;
}
    .order-2 {
    order: 1 !important;
}
    
    .prorange h1 {
    font-size: 20px;
}
    .prorange p {
    font-size: 14px;
}
    
    .btmpd-2::before {
    height: 347px ! important;
}
    
    .speedyui-hero {
    padding-top: 6rem ! important;
}
    .mrbtn a {
   padding: 11px 12px;
    font-size: 11px;
}
    
    .cnbrd {
    padding: 0px ! important;
}
    .addressBoxWrap h2 {
    font-size: 22px ! important;
}
    .addressBoxWrap p {
    font-size: 14px;
}
    
    .vision::before {
    height: 519px;
}
}


/*=======about page=css========*/
.inerbnr{background-image: url(../image/iner-bnr.png);
background-size: cover;}

.unlst {
    position: relative;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    border: 4px solid #dfdede;
    margin: 170px 0px;
}
.inerbnr-1 h2 {
    font-weight: 600;
    color: #fc0001;
}
ul.bnrlisttxt {
    display: flex;
    margin-bottom: 0;
    padding-left: 0rem;
    color: #101010;
}
ul.bnrlisttxt li {
    padding-right: 19px;
}

.about-secsn p {
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--e-global-color-text);
}

.about-secsn img.img-fluid {
    border-radius: 35px;
    border: 5px solid #d0d1d1;
    padding: 8px;
}

.about-secsn img.img-fluid:hover{border: 5px solid #fc0001;}

.home4-service-section {
    padding: 33px 0px 40px;
}
.head-section {
    margin-bottom: 20px;
}

.wdt-100 {
    width: 100%;
    float: left;
}
.about-secsn h3 {
    margin: 0px 0px;
    font-size: 16px;
    color: #e31f25;
}
.head-section p {
    border-left: 1px solid #838383;
    padding: 4px 41px;
    color: #000;
}
.whmargen {
    border: 1px solid #333;
    border-radius: 20px;
    padding: 14px;
    margin-bottom: 27px;
}

.service-column .icons {
    width: 82px;
    height: 82px;
    display: inline-block;
}
.service4-icons {
    margin: 30px 0px;
}
.service-manufactureicon {
    background: url(../image/icn-2.png) no-repeat 0px 0px;
}
.service4-desc {
    width: 89%;
    float: right;
    border-left: 1px solid #ccc;
    background: #f2f2f2;
    padding: 15px;
}

.service4-desc-1 {
    width: 82%;
    float: right;
    border-left: 1px solid #ccc;
    background: #f2f2f2;
    padding: 15px;
}

.service-column h5 {
    font-size: 18px;
    margin: 5px 0px 5px;
    color: #e31f25;
}
.home6 p, .home8 p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: normal;
}

section.about-secsn h2 {
    font-weight: 600;
    text-transform: uppercase;
}

/*=========about page css end==================*/

/*----------contact us page--------*/
/*------------------contact us css------------*/

.contactWrap {
    width: 100%;
    min-height: 400px;
    background-size: cover;
    padding: 44px;
}

.cnbrd {
    border: 7px solid #ccc;
    padding: 30px;
    border-radius: 41px;
}
.addressBoxWrap {
    color: #fff;
}
.addressBoxWrap h2 {
    font-size: 29px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
        color: #333;
}
.addressBox.active:last-child {
    border-bottom: 0px solid #ccc;
}
.addressBox.active {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    margin-bottom: 26px;
}
.locationName {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}
.addressLine {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    padding-bottom: 0px;
        color: #e11f28;
}

.addressLine a {
    color: #000;
}

.addressLine img {
    width: 32px;
    float: left;
    vertical-align: middle;
    position: absolute;
        left: -8px;
    top: -4px;
}
.addressLine p {
    font-weight: 500;
    font-size: 15px;
}
.addressBoxWrap {
    color: #fff;
}
.img-hotspot .img-hotspot-wrap {
    position: relative;
    max-width: 100%;
    margin-left: 0px;
}
.img-hotspot .img-hotspot-wrap:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 295px;
    top: -5px;
    left: -22px;
    background: #8e8d8d;
}
.contact-form {
    width: 85%;
    display: block;
    margin: 20px 0px 0px;
    text-align: center;
}
.form-field.input-halfrght {
    padding-right: 5px;
}
.form-field {
    margin-bottom: 25px;
}
.form-field .form-input {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #ab2a2a;
    border: 0px solid #a3a3a3;
    padding: 13px;
    border-bottom: 3px solid #babcc3;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
}
.form-field .form-comment {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #939393;
    border: 0px solid #a3a3a3;
    padding: 13px;
    font-family: 'Lato', sans-serif;
    border-bottom: 3px solid #babcc3;
    border-radius: 20px;
}
.btn-enq {
    font-size: 16px;
    font-weight: 600;
    /* border-style: solid; */
    border-radius: 29px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 44px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* height: 55px; */
    line-height: 48px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #e11f28;
    -webkit-transform: translateY(0px);
    /* transform: translateY(0px); */
    margin-top: 20px;
    box-shadow: 1px 1px 10px #9e9999;
}

/*------------contact us page end--------------*/

.certificate ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
        gap: 18px;
}
.certificate ul li img.img-fluid {
    width: 357px;
}


/*------chairman message--------*/

    
section.welcome-section.director-dsk {
    padding: 47px 40px 47px;
    border: 5px solid #c1c0c0;
    position: relative;
    background: #fff;
}

.welcome-section.director-dsk .title-column h2 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #01101a;
    font-weight: 500;
     text-transform: capitalize; 
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-style: italic;
    padding-top: 24px;
    font-family: "Noto Sans", sans-serif;
}
.welcome-section {
    position: relative;
    padding: 47px 0 47px;
    background-size: cover;
    background-position: center;
    border-radius: 49px;
    background: #ececec;
    margin: 57px 80px;
}

.welcome-section .text-column .inner-column {
    padding: 16px 43px;
    padding-left: 35px;
    border-left: 2px solid #e31f25;
}
section.welcome-section.director-dsk span.msg {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ededed;
    letter-spacing: 5px;
    top: -50px;
    position: relative;
}

.welcome-section .text-column .text {
    font-size: 16px;
    line-height: 28px;
    color: var(--e-global-color-text);
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}

section.welcome-section.director-dsk .abhead {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 9px;
    color: #000000;
    position: absolute;
    top: 74px;
    font-family: 'Poppins', sans-serif;
}

.abhead span {
    color: #e31f25;
    font-weight: 600;
}

hr.dr-4 {
    width: 105px;
    border: 1px solid #e31f25;
    margin-top: -87px;
    margin-left: 0pc;
    opacity: 1;
}
    

section.welcome-section.director-dsk h3 {
    font-size: 22px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    padding-top: 0px;
    font-weight: 600;
    /* color: #01101a; */
    font-family: "Noto Sans", sans-serif;
}
    
section.welcome-section.director-dsk h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #e31f25;
    text-align: left;
    text-transform: uppercase;
    padding-top: 15px;
}

section.welcome-section.director-dsk img.img-fluid {
    border-radius: 0px 20px 20px 0px;
}
/*--------chairmain message end-------------------*/


/*-----------------call popup-------------------*/
.call-btn {
    position: fixed;
    margin: 0;
    padding: 0px;
    left: 0;
    bottom: 70px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}

.call-btn .tada {
    background: #ff9002;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tada;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.call-btn .tada a:before {
    font-family: FontAwesome;
    content: "\f095";
    font-size: 19px;
    
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}


@keyframes tada {
    from {
        transform: rotate(-20deg);
    }
    to {
        transform: rotate(20deg);
    }
}

.call-btn .pulse {
    width: 60px;
    height: 60px;
    background: rgba(255, 144, 2, 0.39);
    ;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes pulse {
    from {
        width: 55px;
        height: 55px;
        margin-top: -27.5px;
        margin-left: -27.5px;
    }
    to {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
}

.call-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #ff9002;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

@keyframes zoomIn {
    from {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }
    to {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
}

@media screen and (max-width: 549px) {
    .call-btn {
        width: 80px;
        height: 80px;
    }
}

.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 17%;
    right: 26px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    z-index: 100;
    padding: 3px;
    margin: 0px;
}
/*----------------call popu end----------------*/



/*=======gallery css========*/
		.product-img {
    position: relative;
    background: #000;
    /* float: left; */
    /* margin: 15px; */
    box-sizing: border-box;
    overflow: hidden;
/*    box-shadow: 0 5px 10px rgb(0 0 0 / 80%);*/
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 25px 25px 25px 0px;
                height: 265px;
}
.product-img:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleX(0);
    opacity: 0;
}
.product-img-section{
    z-index: 99;
    position: relative;
    display: block;
}
.product-img .product-img-section {
    position: relative;
}
.product-img .product-img-section img {
    width: 100%;
    transition: 0.5s;
}
.product-img .product-img-content {
    position: absolute;
    /*width: 100%;
    top: 50%;*/
    /*transform: translateY(-50%);*/
    z-index: 2;
   /* padding: 20px;*/
    box-sizing: border-box;
    text-align: center;
}
.product-img .product-img-content .fa{
    font-size: 34px;
    font-style: inherit;
    color: #fff;
    font-weight: 100;
}

.product-img:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleY(0);
    opacity: 0;
}
.product-img .product-img-content h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    transition: 0.5s;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}

.product-img:hover .product-img-section img {
    opacity: .2;
    transform: scale(1.2);
}
.product-img:hover .product-img-content h2, .product-img:hover .product-img-content P {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.product-img:hover:before {
    transform: scaleX(1);
    opacity: 1;
}
.event-text {
    margin-bottom: 25px;
}
.event-text h2 {
    text-align: center;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
}
.event-text h2 a{
    color: #000;
    transition: 0.4s;
font-family: "Titillium Web", serif;
    font-size: 20px;
}
.event-text h2 a:hover{
    color: #e31e24;
    transition: 0.4s;
}
.product-img:hover:after {
    transform: scaleY(1);
    opacity: 1;
}
	section.gallry {
    background: #edebea;
    padding: 64px 29px 37px;
    margin: 71px;
    border-radius: 51px;
}
        
       
/*-----gallery css end-------*/



