@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@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');

h1,h2,h3,h4,h5,h6{
    font-family: "Rajdhani", sans-serif;
    
}
body{
	font-family: "Raleway", sans-serif;
}
/*sticky watsup call start*/
.sticky-watsup .float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    right: 10px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.sticky-watsup .my-float {
    height: 40px;
    width: 40px;
}
/*sticky watsup call end*/
.header{
	padding: 5px 0px;
    background-color: #000;
}
.header .enquiry_btn{
    display: block;
}
.header .enquiry_btn-mobile{
    display: none;
}
.main-menu{
	display: flex;
	justify-content: flex-end;
	 flex-grow: 1;
}
.main-menu ul{
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
}
.main-menu ul li{
	display: inline-block;
}
.main-menu ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
.main-menu ul li:nth-last-child(1) a {
    background-color: #E82E31;
    color: #fff;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 10px;
    font-weight: 600;
}
.main-menu ul li:nth-last-child(2) a {
    background-color: #E82E31;
    color: #fff;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 10px;
    font-weight: 600;
    width: 140px;
}

.slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top: 1px #ddd solid;
}
.slide-image img{
    width: 100%;
}
.main_slider{
    position: relative;
}
.main_slider:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
}
.carousel-caption{
    z-index: 9;
    bottom: 10%;
}
.carousel-caption h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 3px 3px #000;
}
.carousel-caption p {
    font-size: 18px;
    font-weight: 600;
}
.top-form-heading {
    position: relative;
    background: #222;
    padding: 40px 20px 40px 20px;
    z-index: 999;
}


.top-content{
    padding: 10px 0px;
    margin-bottom: 10px;
}
.top-form-heading h2 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:0px;    
}
.top-form-heading h3 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    
}
.top-form-heading input {
    padding: 8px 12px;
    margin-bottom: 18px;
    border-radius: 0px;
    border: 0;
}
.top-form-heading input::placeholder{
	font-size: 16px;
	font-weight: 600;
	color: #222;
}
.top-form-heading select {
    padding: 8px 12px;
    margin-bottom: 18px;
    border-radius: 0px;
    border: 0;
    font-size: 16px;
	font-weight: 600;
}
.application-card{
    margin: 10px 0px;
}

.application-card-title{
    font-weight: 700;
}
.carousel-indicators [data-bs-target] {
    background-color: #E82E31 !important;
}
.distrubition-section{
	position: relative;
	padding: 30px 0px;
}
.distrubition-left h3{
    font-weight: 700;
    font-size: 26px;
}
.distrubition-left h2{
    font-weight: 700;
    font-size: 26px;
}
.distrubition-left p {
    position: relative;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 25px;
}
.distrubition-left p .fa {
    position: absolute;
    top: 4px;
    left: 0px;
    color: #E82E31;
}
.distrubition-left p span {
    font-weight: 600;
    color: #E82E31;
}
.distrubition-right{
	text-align: center;
}
.distrubition-right img {
    width: 100%;
    border: 2px #E82E31 solid;
    padding: 5px;
}
.distrubition-right a{
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background: #E82E31;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}
.icon-section{
	position: relative;
	width: 100%;
	padding: 70px 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../img/bg-white.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.wprt-icon-text {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 5px;
    height: 135px;
}
.wprt-icon-text .icon img{
    max-width: 100%;
    width: 60px;
}
.wprt-icon-text .icon {
    color: #E82E31;
    font-size: 52px;
    line-height: normal;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}
.wprt-icon-text .title_01 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding: 5px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.icon-heading h2 {
    font-weight: 700;
    font-size: 32px;
}
.icon-box ul{
	list-style: none;
	padding-left: 0px;
}
.icon-box ul li {
    display: inline-block;
    width: 18%;
    border: 1px #ddd solid;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin: 0px 6px 0px 6px;
    font-weight: 700;
    font-size: 18px;
    padding: 20px;
}
.icon-box ul li img {
    width: 70px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}
.product-card{
    margin: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.award-cls{
    padding: 45px 0px;
}
.why_us{
    position: relative;
    padding: 45px 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(../img/banner-img-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.why-card{
    margin-bottom: 15px;
    border-radius: 1px;
}
.why-card img{
    height: 45px;
    width: 45px;
}
.why-title{
    font-weight: 600;
    font-size: 22px;
}
.why-text{
    font-size: 16px;
}
.certificate-section{
	padding: 45px 0px;
}
.certifications_inner ul{
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
}
.certifications_inner ul li {
    display: inline-block;
    width: 15%;
    border: 1px #ddd solid;
    margin: 0px 8px 0px 4px;
    text-align: center;
}
.certifications_inner ul li img{
	width: 100%;
}
.product_section{
	position: relative;
    width: 100%;
    background:url(../image/bg.png);
    padding: 40px 0px;
}
.read-more-content {
    display: none;
}
.read-more{
    background: #E82E31;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}
.read-more_image{
    margin-bottom: 10px;
}
.read-more_image img{
    width: 100%;
}
/*Slick Slider*/
.custom-slider{
  width: 100%;
  margin: auto;
}
.slick-slide {
  margin: 0 5px;
}
.slick-prev, .slick-next{
  position: absolute;
  line-height: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50px;
  background: #E82E31;
}
.slick-slider{
  user-select: none;
}
.slick-next{
  right: -30px;
}
.slick-prev{
  left: -30px;
}
.slick-next:before{
  content: '\003e';
  font-size: 1.2em;
  font-weight: 1000;
  padding-left: 12px;
  color: white;
}
.slick-prev:before{
  content: '\003c';
  font-size: 1.2em;
  font-weight: 1000;
  padding-left: 9px;
  color: white;
}
/*Slick Slider*/
.icon-heading p {
    color: #222;
    font-weight: 600;
    font-size: 18px;
    padding: 0px 40px 0px 40px;
}

.product-inner {
    background: #fff;
    border: 1px #ddd solid;
    padding: 6px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding-bottom: 15px;
}
.product-inner img {
    width: 100%;
    background: #cbd7d6;
}
.product-inner h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}
.product-inner h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}
.product_heading{
    text-align: center;
}
.product_heading h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    color: #E82E31;
    position: relative;
}
.product_heading h2:after {
    content: "";
    width: 50px;
    position: absolute;
    height: 2px;
    background: #E82E31;
    left: 0;
    bottom: -5px;
    right: 24px;
    margin: auto;
}
.enquiry_btn {
    background: #E82E31;
    color: #fff;
    padding: 8px 12px;
    display: block;
    text-decoration: none;
    font-weight: 600;
}
.reach-section{
    position: relative;
    padding: 45px 0px;
}
.reach_us_inner{
    border: 1px #E82E31 solid;
    padding: 25px 0px;
}
.reach_us_inner h3{
    font-weight: 700;
}
.reach_us_inner p {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px;
}
.reach_us_inner .fa {
    background-color: #E82E31;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    position: relative;
    z-index: 99;
}
.reach_us_inner span{
    position: relative;
    z-index: 9;
}
.reach_us_inner span:after {
    content: "";
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0f4223;
    position: absolute;
    left: -8px;
    z-index: 1;
    top: -14px;
}

.faculty_section{
	position: relative;
	padding:45px 0px;
}
.faculty_heading h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}
.faculty_heading p {
    color: #222;
    font-weight: 600;
    font-size: 18px;
}
.faculty_img img{
	width: 100%;
}
.award-text {
    margin: 10px 0px;
}
.testimonial-section{
    padding: 45px 0px;
}
.testimonial-card{
    padding: 10px;
    height: 260px;
    background-image: url('../img/test-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin: 10px 0px;
}
.testimonial-card:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.footer {
    position: relative;
    padding: 40px 0px;
    background: url(../image/footer-banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000db;
    width: 100%;
    height: 100%;
}
.footer-left {
    z-index: 9;
    position: relative;
}
.footer-form-heading {
    z-index: 99;
    position: relative;
}
.footer-left h2{
	color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}
.footer-left p{
	color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-family: "Poppins", sans-serif;
}
.footer-left p a{
	color: #fff;
	text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.footer-left p .fa{
	position: absolute;
	left: 0px;
	top: 4px;
}
.footer-form-heading h3{
 	color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-form-heading h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.footer-form-heading input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 12px;
    border: 0;
    border-radius: 20px;
}
.footer-form-heading select {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 12px;
    border: 0;
    border-radius: 20px;
}
.social-icons{
    margin-top: 25px;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li>a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 0;
    border: 1px solid rgba(255, 255,255,0.10);
    margin: 0 1px;
    background-color: #E82E31;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: none;
    text-indent: -9999px;
    background: url(../image/icon_top.png) no-repeat;
    z-index: 9999999;
}
.poup-form h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 20px;
}
.btn-close {
    top: 5px;
    position: absolute;
    right: 5px;
    /*width: 35px;
    height: 35px;
    background: #E82E31 !important;*/
    opacity: 1;
    color: #fff;
    /*border-radius: 50%;
    line-height: 0;*/
    font-size: 16px;
    z-index: 999;
}

.send_btn1 {
    background: #E82E31;
    color: #000;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.secondary-footer {
    position: relative;
    background:#000000;
    padding: 15px 0px;
    border-top: 1px #fff dotted;
    font-weight: 600;
}
.copyright span {
    color: #fff;
    font-size: 16px;
}
.breadcrumb_1 img{
	width: 100%;
}
.thankyou {
    position: relative;
    padding: 50px 0px;
    background: #f7f7f7;
}
.thankyou-text-wrap h2 {
    color: #E82E31;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.thankyou-text-wrap h2:before {
    left: 0;
    right: 0;
    width: 13%;
    height: 2px;
    content: "";
    margin: auto;
    position: absolute;
    background-color: #E82E31;
    top: 51px;
}
.thankyou-text-wrap h1 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
/*about-section*/


.about-section{
    position: relative;
    background: #292929;
    background-repeat: repeat;
    padding: 55px 0px 55px;
}
.about-section .enquiry_btn{
    display: inline-block;
}
.about-section .enquiry_btn-mobile{
    display: none;
}
.why_us .enquiry_btn{
    display: inline-block;
}
.why_us .enquiry_btn-mobile{
    display: none;
}
.about-right{
    position: relative;
}
.about-right img {
    width: 100%;
    padding: 5px;
}
.about-left h3 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.5px;
    display: block;
    padding-left: 47px;
    margin-bottom: 5px;
    position: relative;
    color: #fff! important;
    font-weight: 700;
}
.about-left {
    z-index: 9;
    position: relative;
}
.about-left h3:before{
    display: block;
    content: "";
    position: absolute;
    width: 36px;
    height: 1px;
    left: 0;
    background-color: #E82E31;
    top: 50%;
}
.about-left h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    color: #E82E31;
    font-weight: 700;
}
.about-left p {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    text-align: justify;
    font-weight: 500;
}
.about-left ul{
    border-bottom: 0px;
}
.about-left .tablinks {
    border-bottom: 2px #9d9d9d solid;
    margin-right: 35px;
    text-decoration: none;
    position: relative;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 20px;
    background: transparent;
    font-weight: 700;
    color: #fff;
}
.about-left .tablinks.active{
    border-bottom:2px solid #e34a0a;
}
.about-left .tablinks.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 0;
    left: 50%;
    right: 50%;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: #292929;
    margin-bottom: -2px;
    margin-left: -7px;
}
.about-left .tablinks.active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -2px;
    left: 50%;
    right: 50%;
    border: 9px solid transparent;
    border-top: 0;
    border-bottom-color: #e34a0a;
    margin-left: -10px;
}
.about-icon img{
    max-width: 100%;
}
.tabcontent .row{
    align-items: center;
}
.tab_list{
    list-style: none;
    padding-left: 0px;
}
.tab_list li{
    font-weight: 500;
    color: #fff;
}
.contact-btn {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    left: -75px;
    top: 40%;
    z-index: 99999;
    transform: translateY(-50%) rotate(270deg);
    -webkit-transform: translateY(-50%) rotate(270deg);
    -o-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
    -moz-transform: translateY(-50%) rotate(270deg);
    text-decoration: none;
}
.contact-bg {
    background: #E82E31;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px 15px 10px 15px;
    font-weight: 500;
    z-index: 10;
    -webkit-box-shadow: 0 0 13px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 13px 3px rgb(0 0 0 / 10%);
}
.counter-card{
    margin: 10px;
    padding: 15px;
    height: 200px;
}

.counter-card img{
    height: 50px;
    width: 50px;
}
.counter-title{
    font-size: 25px;
    font-weight: 700;
}
.counter-text{
    font-size: 16px;
}

.client-outer{
    padding: 45px 0px;
}
.client-img{
    border: 1px solid rgb(158, 158, 158);
    padding: 10px;
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.product-card-title{
    font-weight: 600;
}
.value-card{
    height: 200px;
    padding: 20px 10px;
    margin: 10px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.value-card:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.value-card img{
    height: 60px;
    width: 60px;
}
@media (max-width: 1024px) and (min-width: 768px){
.wprt-icon-text {
    height: 160px;
}
.read-more {
    margin-bottom: 10px;
}
.top-form-heading input {
    padding: 4px 12px;
    margin-bottom: 10px;
}
.top-form-heading select {
    padding: 4px 12px;
    margin-bottom: 10px;
}
.top-form-heading {
    padding: 9px 10px 15px 10px;
}
}
@media (max-width: 767px){

.logo{
	width: 70px;
}
.logo img{
	width: 100%;
}
.main-menu {
    align-items: center;
}
.main-menu ul li {
    margin-bottom: 12px;
}
.main-menu ul li a {
    font-size: 14px;
}
.menu_bar{
    transition: all .3s linear;
        width: 36px;
        padding: 6px;
        margin-right: 0px;
        margin-top:0px;
        display: inline-block;
        position: absolute;
        right: 10px;
}
.menu_bar span {
    height: 2px;
    width: 100%;
    background: #E82E31;
    display: block;
    margin: auto;
    transition: .5s ease;
    margin-bottom: 5px;
}
.main-menu ul {
    position: absolute;
    width: 100%;
    top: 83px;
    left: 0px;
    z-index: 9999;
    background: #000;
    padding: 10px;
    display: none;
}
.main-menu ul li{
    display: block;
}
.icon-box ul li {
    width: 45%;
    margin: 0px 6px 14px 6px;
    padding: 6px;
    height: 180px;
}
.certifications_inner ul li {
    width: 26%;
    margin: 0px 8px 10px 4px;
}
.faculty_img img {
    margin-top: 15px;
}

.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
    z-index: 99;
}
.about-left .tablinks {
    border-bottom: 2px #9d9d9d solid;
    margin-right: 2px;
    text-decoration: none;
    position: relative;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 12px;
    margin-bottom: 3px;
    padding: 10px;
    background: transparent;
    font-weight: 700;
    color: #fff;
}
.carousel-caption {
    bottom: 3%;
}
.carousel-caption h3 {
    font-size: 28px;
}
.carousel-caption p {
    font-size: 16px;
}
.top-form-heading {
    margin: 15px 10px 0px 10px;
}
.wprt-icon-text {
    margin-bottom: 15px;
}
.why_us_left img {
    margin-bottom: 20px;
}

}

/*projects css start*/


.project_slider{
    margin: 30px 0px;
}
  .projects .slick-dots li button:hover{
    color: #000;
  }
  .projects.slick-dots li button:before{
    color: #000;
  }
  .projects.slick-dots li button:after{
    color: #000;
  }
.projects.slick-prev:before{
    color: rgb(255, 255, 255);
}
.projects .slick-next:before{
    color: rgb(255, 255, 255);
}

/*projects css end*/
.slider-outer{
    display: none;
}
.product_section{
    display: block;
}

@media only screen and (max-width: 600px) {
    .slider-outer{
        display: block;
    }
    .product_section{
        display: none;
    }

    .header .enquiry_btn{
        display: none;
    }
    .header .enquiry_btn-mobile{
        display: inline-block;
    }
    .about-section .enquiry_btn{
        display: none;
    }
    .about-section .enquiry_btn-mobile{
        background: #E82E31;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    }
    .why_us .enquiry_btn{
        display: none;
    }
    .why_us .enquiry_btn-mobile{
        background: #E82E31;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    }
    .about-left h3,h2{
        text-align: center;
    }
    .about-left h3:before{
        left: 46px;
    }
    
}

.slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}