/*
.wrapper { 
            margin: 0 auto; 
    height: auto;
        } 
*/
.navbar-nav .nav-link {
    color: #333;
    padding-left: 26px ! important;
    padding-right: 3px ! important;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 15px;
        text-transform: uppercase;
}
.dropend .dropdown-toggle {
      color: #000;
    margin-left: 0em;
}
.dropdown-item:hover {
     background-color: #333;
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
        padding: 13px;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: rgb(41 38 38);
    background-color: #000000;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}


@media (min-width: 1400px) {
   
}




@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  
    
    .dropend .dropdown-toggle:hover{background: #333;
    color: #fff;}
    
}

.navbar-dark {
    background: #fff;
    padding: 2px;
}
.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
        padding-right: 27px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #b72221;
}



.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 11px;
    clear: both;
    font-weight: 500;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}


/*------------navbar css end-------*/
    
/*
    .white { filter: drop-shadow(0px 1000px 0 white);
  transform: translateY(-1000px);}
*/

ul.rangepd li {
    list-style: none;
    display: inline-block;
    padding: 32px 49px;
    line-height: 43px;
    font-weight: 500;
    color: #000;
    font-size: 15.5px;
    font-family: "Roboto", sans-serif;
    border-right: 1px solid #dbd7d7;
}

ul.rangepd li:last-child{ border-right: 0px solid #dbd7d7;}

ul.rangepd li:hover{background: #fbd601;}

ul.rangepd li span {
    display: block;
    color: #333;
}

section.product-range-icon {
    padding: 37px 0px 0px;
    background: #e7e7e7;
    width: 1123px;
    margin: 68px auto;
    border-radius: 51px;
}
.rangehead h2 {
    font-weight: 600;
    position: relative;
    font-size: 32px;
}
.rangehead h2 span {
    color: #fecc00;
}


.rangehead h2:before {
        position: absolute;
    left: 30%;
    bottom: 32%;
    height: 2px;
    width: 50px;
    background-color: #fad410;
    content: "";
    margin-left: 15px;
}

.rangehead h2:after {
    position: absolute;
    left: 63%;
    bottom: 32%;
    height: 2px;
    width: 50px;
    background-color: #fad022;
    content: "";
    margin-left: 15px;
}



.aboutsection {
    position: relative;
    padding: 65px 0px 52px;
}

.aboutsection img{border-radius: 35px 0px 0px 35px;}

.icn-img img.img-fluid {
    width: 46px;
    filter: drop-shadow(0px 1000px 0 #ccc);
    transform: translateY(-1000px);
}
.icn-img {
    display: flex;
    gap: 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #000;
}

.about-txt {
    /* position: absolute; */
    margin: 0px 0px 0px -24px;
    background: #efefef;
    padding: 61px 61px 52px;
    border-radius: 0px 35px 35px 0px;
    /* background: linear-gradient(90deg, rgb(240 243 248) 4%, rgb(126 125 125 / 14%) 42%, rgb(240 242 247) 100%); */
}
.about-txt h2 {
    font-weight: 700;
    line-height: 48px;
    color: #2d2556;
    font-size: 30px;
}
.our-team {
    display: flex;
    gap: 18px;
    background: #333333;
    color: #fbd601;
    align-items: baseline;
    padding: 10px 24px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 21px;
}

.team-btn{border: 0;
    background: #0000;
    font-size: 17px;
    color: #fff;
    font-family: "Inter", sans-serif;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;}

.about-txt p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #000;
    font-weight: 400;
    margin-bottom: 8px;
}

.abread {
    margin-top: 2rem;
}

.abread a {
    background: #fbd601;
    font-size: 17px;
    padding: 10px 21px;
    border-radius: 6px;
    font-weight: 500;
    color: #000000;
}

/*----button css----*/
.frame {
    width: 100%;
}

.custom-btn {
    width: 130px;
    height: 49px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    /* box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1); */
    outline: none;
}



/* 3 */
.btn-3 {
    background: rgb(0, 172, 238);
    background: #b72221;
    width: 139px;
    /* height: 39px; */
    line-height: 49px;
    padding: 0;
    border: none;
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: #000;
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover{
   background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: #121111;
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: #000;
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}




/*---button css end-----*/


.newsletter-form {
    position: relative;
}
.newsletter-form form {
    position: relative;
}
.newsletter-form .form-group {
    position: relative;
    margin: 0;
}

.newsletter-form .form-group input[type="tel"], .newsletter-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 20px 60px 20px 25px;
    height: 66px;
    display: block;
    font-size: 18px;
    background: #1c1e22;
    color: #ffffff;
    border-radius: 5px;
    font-family: var(--thm-b-font);
    border: 1px solid #1c1e22;
    transition: all 300ms ease;
    font-size: 14px;
}

.newsletter-form .form-group .theme-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 44px;
    height: 44px;
    background: #fbd601;
    color: #000;
    border-radius: 50%;
    border: 2px solid #605c5c;
}
.newsletter-form .form-group .theme-btn span {
    /* vertical-align: middle; */
    font-size: 14px;
}

.newsletter-widget .text-1 {
    position: relative;
    display: block;
    margin: 25px 0 0;
    font-size: 15px;
    color: #555;
    line-height: 25px;
    margin-bottom: 25px;
}

.newsletter-form .text-1 {
    padding-bottom: 20px;
    color: #333;
    font-family: "Roboto", sans-serif;
}
.addtxt p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.row.bord-top {
    border-top: 0px solid #ccc;
    padding-top: 35px;
    margin-top: 0px;
}

.gray-1 {
    
    width: 29px;
}


.rangehead-1 h2 {
    font-weight: 600;
    padding-bottom: 37px;
    position: relative;
    color: #2d2556;
}


.rangehead-2 h2 {
    font-weight: 600;
    padding-bottom: 12px;
    position: relative;
}



.rangehead-1 h2 span {
    color: #b72221;
}
.rangehead-1 h2:before {
    position: absolute;
    left: 33%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #b72221;
    content: "";
    margin-left: -13px;
}
.rangehead-1 h2:after {
    position: absolute;
    left: 60%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #b72221;
    content: "";
    margin-left: 41px;
}



.rangehead-2 h2:before {
       position: absolute;
    left: -2%;
    bottom: 5%;
    height: 2px;
    width: 78px;
    background-color: #fad410;
    content: "";
    margin-left: 15px;
}
.rangehead-2 h2:after {
    position: absolute;
    left: 60%;
    bottom: 45%;
    height: 0px;
    width: 50px;
    background-color: #fad022;
    content: "";
    margin-left: 15px;
}


.pdbt {
    padding-top: 25px;
}

/*------grid product css---------*/
.grid {
    position: relative;
    margin: 0 auto;
    /* padding: 1em 0 4em; */
    /* max-width: 1000px; */
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    overflow: hidden;
    
    /* max-width: 580px; */
    /* max-height: 500px; */
    /* width: 48%; */
    
    text-align: center;
    cursor: pointer;
        border-radius: 30px;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
    width: 100%;

}

.grid figure figcaption {
    padding: 26em 43px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.grid figure .figcaption-1 {
    padding: 218px 18px;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure .figcaption-3 {
    padding: 210px 18px;
    color: #000;
}


.grid figure h3 {
    /* word-spacing: -0.15em; */
    font-weight: 600;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.grid figure h2 {
    /* word-spacing: -0.15em; */
    font-weight: 600;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-hover img {
       /* max-width: none; */
    /* height: 400px; */
    /* -webkit-transition: opacity 1s, -webkit-transform 1s; */
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
   
}

figure.effect-hover figcaption {
  text-align: left;
}

figure.effect-hover h2 {
  position: relative;
  padding: 0.5em 0;
}

figure.effect-hover p {
    display: inline-block;
    margin: -18px 0 0.25em;
    padding: 0.4em 1em;
    background: rgb(241 234 16 / 90%);
    color: #000;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
    display: none;
}

figure.effect-hover:hover img {
  opacity: 0.9;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

figure.effect-hover:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*grid product css end--------*/


.stripbg{background-image: url(../image/strip.png);
background-size: cover;
    padding: 125px;}

.feature-icn ul li {
    list-style: none;
    display: inline-flex;
    width: 130px;
    border: 1px solid #e1dddd;
    margin: 9px;
}
.feature-icn ul {
    padding-left: 0rem;
    margin-bottom: 4rem;
}

.feature-icn {
    margin-top: 49px;
    margin-left: 57px;
    
}
.feature-icn h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #333;
    padding-bottom: 23px;
    position: relative;
}



.feature-icn h2:before {
          position: absolute;
    left: -2%;
    bottom: 14%;
    height: 2px;
    width: 92px;
    background-color: #fad410;
    content: "";
    margin-left: 15px;
}

.feature-icn h2 span{color: #fecc00;}

.slick-slide img {
    display: block;
    width: 114px;
}



/*----side popup-----*/
.sendbtn {
    transform: rotate(90deg);
    margin-left: -71px;
    background: #388950;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(90deg);
    text-transform: uppercase;
    padding: 6px 17px;
    border-radius: 22px 22px 0px 0px;
    /* font-family: "Nirmala UI", sans-serif; */
    z-index: 5;
    background-image: linear-gradient(#b72221, #b72221, #b72221);
    font-family: "Roboto", sans-serif;
}
.sidenav {
	height: 89%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #388950;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	margin-top: 3%;
	padding-bottom: 0px;
    background-image: linear-gradient(#2d2556, #2d2555, #2d2556);
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 19px;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 18px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-group {
	margin-bottom: 25px;
}
.text-secondary-1 {
    text-transform: uppercase;
    /* font-family: "Nirmala UI", sans-serif; */
    color: #db1f1e;
    font-family: "Roboto", sans-serif;
    font-size: 23px;
}
.btn-primary {
	color: #fff;
	background-color: #0e0e0e;
	border-color: #ffffff;
}
.btn-primary {
	color: #fff;
	background-color: #0e0e0e;
	border-color: 1px solid #ffffff;
	padding: 8px 24px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Nirmala UI", sans-serif;
	border-radius: 0px;
	border: 2px solid #fff;
}
 @font-face {
 font-family: "Nirmala UI", sans-serif;
 src: url('fonts/nirmala.ttf');
 src: local('nirmala.ttf'), local('nirmala'), url('fonts/nirmala.ttf') format('truetype');
}
.btn-primary:hover {
	color: #000;
	background-color: #ffffff;
	border-color: #ffffff;
}
        .contact-info {
    padding: 18px;
    margin-top: -36px;
}
        textarea.form-control {
    height: auto;
}
/*------side popup end--------*/


/*-----blink css-----*/
@keyframes blink {
            0% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        .blink{
            text-align: center;
            margin-top: 20%;
           
            color: green;
            animation: blink 1s infinite; 
        }
/*---------blink css end-------*/


.about-year {
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: -6px;
    margin-top: 8px;
}
.about-year span {
    font-size: 63px;
    color: #2d2556;
    font-weight: 600;
    line-height: 85px;
    position: relative;
    padding-left: 24px;
    padding-right: 34px;
    z-index: 1;
    font-family: poppins, sans-serif;
}
.about-year span:after {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    border: 5px solid #2d2556;
    left: 0px;
    top: -21px;
    z-index: -1;
    border-radius: 9px;
}
.manufat p {
    color: #072144;
    font-size: 17px;
    line-height: 28px;
    /* font-family: poppins, sans-serif; */
    text-align: justify;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
    margin-bottom: 24px;
}



/*========================= Page Middle Banner ==================*/
.page-middle-banner {
    position: relative;
    padding: 44px 0 29px 0;
    background: #fec917eb;
}

.page-middle-banner.m-fix {
  margin-top: 80px;
}
.page-middle-banner:before,
.page-middle-banner:after {
          content: '';
    position: absolute;
    width: 100%;
    height: 100%;
/*    border-radius: 139px 0 0 0;*/
    right: 0;
    top: 0;
}
.page-middle-banner:before {
  background: url(../image/bg-4.jpg) no-repeat center;
  background-size: cover;
}
.page-middle-banner:after {
  background: rgb(255 255 255 / 29%);
}
.page-middle-banner .left-side h3 {
  color:#fff;
  font-size: 35px;
}
.page-middle-banner .left-side p {
  font-size: 16px;
  font-weight: normal;
  color:#fff;
  margin:14px 0 40px 0;
}
.page-middle-banner .left-side a {
  font-size: 12px;
  width: 155px;
  line-height: 40px;
  margin-left: 15%;
  text-align: center;
  color:#fff;
  border-radius: 30px;
  background: #ff6828;
}
.page-middle-banner .left-side a:hover {
  background: #212121;
}
/*
.page-middle-banner .right-side {
  text-align: center;
}
*/


.page-middle-banner .left-side {
    padding: 0px 147px 0px;
}

.page-middle-banner .left-side img {
           position: absolute;
    width: 14%;
    top: 6px;
    left: 147px;
}

.page-middle-banner .right-side h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color:#333;
}
.page-middle-banner .right-side p {
  color:#fff;
}
.page-middle-banner .right-side {
  position: relative;
  z-index: 9;
}
/*===================== Page Middle Banner end ====================*/



/*=============================================
=            icon info            =
=============================================*/

.icon-info-wrapper {
    background-color: #fff;
    padding: 35px 30px 30px;
    margin-top: 0px;
    border-radius: 8px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 13%);
}

.single-icon-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.single-icon-info__image {
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}

.single-icon-info__content {
    -webkit-flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    margin-left: 8px;
}

.single-icon-info__title {
    font-size: 17px;
    /* line-height: 1.2; */
    /* margin-bottom: 10px; */
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}
.single-icon-info__title--black2 {
    color: #11202D;
}

.single-icon-info__title--black3 {
    color: #1a1919;
}

.single-icon-info__text:last-child {
    margin-bottom: -5px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.single-icon-info:hover .single-icon-info__image {
    -webkit-animation: box-image-pop .3s linear;
    animation: box-image-pop .3s linear;
}


/*=====  End of icon info  ======*/


.pdrng-50{padding-left: 50px;}

/*------------why us-------------*/
section#why {
        padding: 42px 0px 0px;
    text-align: center;
   
}
.heading h2 {
            font-size: 30px;
    color: #212121;
    font-weight: 600;
    margin: 0px;
}
.heading h2::after {
    content: '';
    border-bottom: 1px solid #000000;
    margin: 0px auto 10px;
    display: block;
    width: 15%;
    height: 10px;
}
.heading p {
        font-size: 15px;
    color: #212121;
    margin-bottom: 20px;
}

.heading h2 span {
    color: #ed2530;
}
.service-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.service-block .inner-box {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 37px 19px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
    overflow: hidden;
    height: 320px;
}
.service-block .inner-box::before {
    position: absolute;
    width: 124px;
    height: 121px;
    left: 0;
    top: 0;
    background-image: url(../image/dots.png);
    content: "";
}
.service-block .icon-box {
    position: absolute;
    right: -25px;
    bottom: -107px;
    height: 210px;
    width: 210px;
    background: #d9d9d9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 13px 34px;
    border-radius: 50%;
}
.service-block .icon-box img.img-responsive {
    max-width: 65%;
}

.service-block .inner-box:hover {
    -webkit-box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.service-block .icon-box .icon {
    color: #1d64b8;
    font-size: 46px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block .title {
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 23px;
    color: #333;
    font-family: "Roboto", sans-serif;
}
.service-block .text {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    font-size: 15px;
    line-height: 29px;
    font-family: "Roboto", sans-serif;
    text-align: justify;
    margin: 0px;
}
.rangehead-3 h2:before {
    position: absolute;
    left: 32%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #fad410;
    content: "";
    margin-left: -76px;
}

.rangehead-3 h2:after {
    position: absolute;
    left: 61%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #fad022;
    content: "";
    margin-left: 104px;
}



.rangehead-4 h2:before {
    position: absolute;
    left: 43%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #fad410;
    content: "";
    margin-left: -76px;
}

.rangehead-4 h2:after {
    position: absolute;
    left: 50%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #fad022;
    content: "";
    margin-left: 104px;
}

/*------------why us end---------*/

.footer-logo img {
    width: 179px;
}
.pdrgt-97{margin-right: -97px;}

.apprl{position: relative;
        margin-bottom: -68px;
}

.apprl .aprl-img{width: 550px;
    margin-left: -123px;
    position: absolute;}

.callusnow{padding-left: 42px;}




/***

====================================================================
about Banner
====================================================================

***/

.page-banner {
    position: relative;
    padding: 0;
    color: #ffffff;
    background: #2d2556;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}



.page-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 3;
    background: #1010102e;
}

.page-banner .inner-container {
    position: relative;
    padding: 40px 0px 30px;
}



.page-banner h1 {
    position: relative;
    font-size: 33px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: .2px;
    /* text-transform: uppercase; */
    margin: 0;
    text-align: left;
}

.page-banner .page-nav {
    position: relative;
    padding-top: 5px;
       text-align: left;
}

.page-banner .bread-crumb {
    position: relative;
    display: inline-block;
        padding-left: 0px;
}

.page-banner .bread-crumb li {
        position: relative;
    float: left;
    font-size: 15px;
    line-height: 30px;
    color: #b72221;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: .5px;
    cursor: default;
    padding-right: 10px;
    margin-right: 10px;
    list-style-type: none;
    font-family: "Roboto", sans-serif;
}

.page-banner .bread-crumb li:before {
    position: absolute;
    right: -15px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    content: ">";
}

.page-banner .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before {
    display: none;
}

.page-banner .bread-crumb li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    transition: all 300ms ease;
    font-family: "Roboto", sans-serif;
}

.page-banner .bread-crumb li:nth-child(2n) a {
    color: #b72221;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
    color: #fff;
}
/***

====================================================================
about Banner end
====================================================================

***/

/*-----explore css------*/
.h-section-04 {
    max-width: 1140px;
    margin: 20px auto;
}
.e-link {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-self: center;
}
.e-link .e-box {
    width: 93.5%;
    margin: 5px 0.5%;
    background-color: #fecc00;
    border-radius: 10px;
    padding: 0px 30px;
    font-family: GraphikLight;
    font-size: 16px;
    /* text-transform: uppercase; */
    color: #000;
    height: 80px;
    display: flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 4px 5px 0px #e5e5e3;
}
.e-link .e-box:hover{background: #333;
color: #fff;}
.e-link .e-box.active{background: #333;
color: #fff;}

.e-link .e-box .flx {
    flex-basis: 82px;
    background: #fecc00;
    padding: 8px 16px;
    margin-left: -30px;
    border-radius: 8px 0px 0px 9px;
    margin-right: 16px;
    height: 80px;
}



.exptxt {
    font-family: "Roboto", sans-serif;
}
.e-link .e-box .flx img {
    width: 66px;
}


/*----explore css end*/


/*-----contact us page-----*/
.contactus {
    background-image: url(../image/cont-bg.png);
    background-size: cover;
    padding: 58px 0px 18px;
}
.conthead-1 h2:before {
    position: absolute;
    left: 32%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #b72221;
    content: "";
    margin-left: -13px;
}
.conthead-1 h2:after {
    position: absolute;
    left: 61%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #b72221;
    content: "";
    margin-left: 41px;
}

.abtxt span {
    color: #ff0000;
}

.store-address {
    color: #c14747;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    margin-bottom: 40px;
    min-height: 63px;
    padding-left: 120px;
    font-family: 'Roboto', sans-serif;
}
.store-address:before {
    width: 23px;
    height: 32px;
    background: url(../image/pointer.png) no-repeat 0 0 #fff0;
    content: '';
    position: absolute;
    top: -17px;
    left: 120px;
}
.store-address address {
    border-left: solid 1px #141313;
    margin: 0 0 0 11px;
    padding-left: 30px;
    color: #000;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.store-address .store-title {
    font-weight: 600;
    display: block;
       font-size: 23px;
}


.page-enquiry-data-5 {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 22%);
    border-radius: 47px;
}

.page-enquiry-data-5 h4 {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    margin-top: -25px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 18px;
    margin-bottom: 25px;
    color: #000;
}
.page-enquiry-data-5 .form-group {
    margin-bottom: 12px;
}
.page-enquiry-data-5 .form-group label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    color: #222;
}
.contact-us-data-3 .form-group input {
    width: 100%;
    height: 50px;
    padding-top: 0px;
    padding-left: 20px;
    border: 1px solid #0f4085;
    border-radius: 31px;
    background-color: transparent;
    margin-top: 10px;
    box-shadow: 2px 2px #0f4085;
}

.contact-us-data-3 .form-group textarea {
    width: 100%;
    height: 54px;
    padding-top: 13px;
    padding-left: 20px;
    border: 1px solid #064d72;
    border-radius: 31px;
    background-color: transparent;
    margin-top: 9px;
    box-shadow: 2px 2px #064d72;
}

.maptch{padding: 0px 37px;}

.gettch-1 h2:before {
    position: absolute;
    left: 38%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #fad410;
    content: "";
    margin-left: -13px;
}

.gettch-1 h2:after {
    position: absolute;
    left: 56%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #fad022;
    content: "";
    margin-left: 41px;
}

.contact-us-data-3 button {
    background-color: #ff0000;
    border: none;
    color: #fff;
    padding: 20px 50px 14px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}
.btn-md-1 {
    padding: 12px 20px;
    margin-left: 14px;
    /* border: 1px solid #083952; */
    border-radius: 0px;
    background-color: #b72221;
    font-weight: 600;
    color: #fff;
}
.btn-theme::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 0;
    width: 0;
    transition: all 0.25s ease-in-out;
    background: #0d0905;
    z-index: -1;
}
.btn-md-1:hover {
    background: #333;
    color: #fff;
}
.contsection {
    position: relative;
    padding: 0px 0px 0px;
}

.feedback h2:before {
    position: absolute;
    left: 31%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #fad410;
    content: "";
    margin-left: -13px;
}
.feedback h2:after {
    position: absolute;
    left: 61%;
    bottom: 63%;
    height: 2px;
    width: 50px;
    background-color: #fad022;
    content: "";
    margin-left: 41px;
}
/*-----contct us page end------*/


/*----client css----*/
.clintle-sector h3 {
    color: #060606;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 45px;
}

.clintle-sector h3 span{color: #fecc00;}
.client-section {
    padding-top: 0px;
	    padding-bottom: 28px;
}

.client-section ul {
    text-align: center;
    padding-left: 0px;
}

.client-section ul li {
    display: inline-block;
    width: 16%;
    border: 1px #ddd solid;
    margin: 0px 1px 8px;
    height: 114px;
    /* padding: 8px; */
    border-radius: 17px;
}
.client-section ul li img.img-fluid {
    width: 112px;
}

.clientle-txt {
    margin: 39px 0px 39px -22px;
    background: #efefef;
    padding: 61px 61px 0px;
    border-radius: 93px;
    box-shadow: inset -1px 4px 10px #8b8a8a;
    border: 4px solid #0f4085;
}

/*-----client css end---*/


/*------product page css------*/
.services-section-four {
    position: relative;
    padding: 30px 0 20px;
}

.services-section-four .image-column .image-box {
    position: relative;
}
.probx {
    margin: 39px 0px;
    box-shadow: 2px 2px 10px #ccc;
/*    background: linear-gradient(30deg, rgba(232, 235, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);*/
        z-index: 99;
}
.titlebx {
    padding: 26px 11px;
}
.titlebx .title-dub {
    font-size: 30px;
    line-height: 37px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.titlebx .title-dub span {
    color: #fbd601;
}
.probx-2 {
    margin: 36px 0px 38px;
    box-shadow: 2px 2px 10px #ccc;
    background: linear-gradient(30deg, rgba(232, 235, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.widget-reservation {
    position: relative;
    overflow: hidden;
    padding: 39px 22px 24px;
    border-radius: 8px;
}
.widget-reservation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #32C36CE6), to(#32C36C)); */
    background-image: -o-linear-gradient(top, #32C36CE6 20%, #32C36C 100%);
    /* background-image: linear-gradient(180deg, #1b2f54 20%, #000000 100%); */
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 2;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /* opacity: 0.9; */
    /* visibility: visible; */
    background: #2d2556;
}
.widget-reservation .widget-content {
    position: relative;
    z-index: 3;
}
.widget-reservation .widget-content p {
    margin-top: 7px;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
}
.widget-reservation .widget-content .btn {
    width: 100%;
    /* height: 60px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--global--font-body);
    font-size: 21px;
    font-weight: 500;
    padding: 10px 26px;
    margin-bottom: 22px;
    border: 2px solid #fff;
    color: #fff;
}
.services-section-four .content-column {
    position: relative;
    margin-bottom: 10px;
}
.text-lft {
    text-align: left;
    margin-bottom: 0px;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 49px;
}

.services-section-four .content-column .sec-title .pdtxt {
    margin-top: 26px;
    /* background: #938787; */
    padding: 0px;
    border-radius: 22px;
}
.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 37px;
    color: #000;
    font-weight: 400;
    margin-top: 35px;
    text-align: justify;
    font-family: "Roboto", sans-serif;
        margin: 0px;
}
.pdlst {
       margin-top: 38px;
    padding-bottom: 5px;
    font-size: 28px;
    font-weight: 600;
}
.sec-title h4 span {
    color: #fecc00;
}
.pdlcr ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0px;
}
.pdlcr ul li {
    color: #000;
    font-size: 17px;
    line-height: 34px;
    flex-basis: 45%;
    background-color: rgb(239 239 239);
    margin: 3.5% 15px 5px;
    padding: 7px 30px;
    list-style-type: none;
    box-shadow: 0px 1px 14px #bfbaba;
    border-radius: 20px;
        text-align: justify;
}
.widget-reservation .widget-content img {
    width: 81px;
}

.widget-reservation .widget-content .btn-catalog {
    width: 100%;
    /* height: 60px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--global--font-body);
    font-size: 20px;
    font-weight: 500;
    padding: 0px 26px;
    margin-bottom: 22px;
    /* border: 2px solid #fff; */
    color: #fff;
}
/*-----product page css end------*/
.about-txt-1 {
    margin: 0px 0px 0px -24px;
    background: #ffffff;
    padding: 0px 0px 0px;
    border-radius: 0px 35px 35px 0px;
}


.vision-mission-txt {
    /* position: absolute; */
    margin: 0px 0px 0px -24px;
    background: #ffffff;
    padding: 0px;
    border-radius: 0px 35px 35px 0px;
    /* background: linear-gradient(90deg, rgb(240 243 248) 4%, rgb(126 125 125 / 14%) 42%, rgb(240 242 247) 100%); */
}

.vision-mission-section {
    position: relative;
    padding: 0px 0px 46px;
}

@media  only screen and (min-width: 1440px) {
  .about-txt p {
    font-family: "Roboto", sans-serif;
            font-size: 18px;
        line-height: 30px;
    text-align: justify;
    color: #000;
    font-weight: 400;
    margin-bottom: 8px;
}
    .about-txt-1 img.img-fluid {
    width: 501px;
    margin-left: 21px;
}
  
    
    .about-txt {
   padding: 86px 61px 103px;
}
      .about-txt-1 {
   padding: 61px 44px 0px;
}
    .feature-icn {
    margin-top: 3px;
                padding-bottom: 20px;
}
    .feature-icn ul li {
    width: 151px;
    margin: 4px 14px;
}
    .about-txt-2 {
        padding: 60px 61px 0px;
    }
    
    .why-choose-content .single-box-3 img.img-fluid {
           width: 100%;
        height: 246px;
}
    
    .probx img.img-fluid {
    width: 100%;
}
    
    .grid figure .figcaption-1 {
    padding: 255px 18px;
}
    .grid figure figcaption {
    padding: 30em 43px;
  
}
    
    .grid figure .figcaption-4 {
        padding: 264px 18px;
    }
    
/*
    .mapmarker iframe {
    width: 385px;
}
    
*/
    
}

.popup-title:before {
    position: absolute;
    left: -5%;
    bottom: 9%;
    height: 2px;
    width: 49px;
    background-color: #fad410;
    content: "";
    margin-left: 15px;
}

/*--------------*/
.contact-section {
    position: relative;
    /* border-bottom: 1px solid #eee; */
}
.service-block-three {
    position: relative;
}

.service-block-three .inner-box {
    position: relative;
    margin-bottom: 29px;
    padding: 0px 1px 0px;
    background-color: #fff;
    box-shadow: 1px 5px 18.9px 2.1px rgb(0 0 0 / 18%);
    z-index: 2;
    height: 153px;
}

.service-block-three .inner-box:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    bottom: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    background-color: #333;
    z-index: -1;
}

.service-block-three .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.service-block-three .icon {
    position: relative;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 16px;
    transition: .5s;
    text-align: center;
}

.service-block-three .inner-box:hover .icon {
    color: #fff;
}

.service-block-three h4 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 30px;
    transition: .5s;
}

.service-block-three .inner-box:hover h4 {
    color: #fff;
}

.service-block-three h4:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 50px;
    transition: .5s;
}

.service-block-three .inner-box:hover h4:before {
    background-color: #fff;
}

.service-block-three .text {
    position: relative;
    margin-bottom: 0;
    transition: .5s;
}

.service-block-three .inner-box:hover .text {
    color: #fff;
}

.creating-bx h4 {
    text-align: center;
    font-size: 17px;
    color: #000; 
}

.about-txt-1 h4 {
    font-size: 19px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #333;
}

.about-txt-1 ul{padding-left: 0px;}

.about-txt-1 ul li {
    list-style-type: none;
    line-height: 32px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.about-txt-1 ul li .fa {
    color: #e7c60c;
    font-size: 15px;
}
.about-txt-2 h2 {
    font-weight: 700;
    line-height: 48px;
    color: #2d2556;
    font-size: 30px;
    position: relative;
        margin-bottom: 28px;
}


.about-txt-2 h2:before {
    position: absolute;
    left: -2%;
    bottom: -15%;
    height: 2px;
    width: 92px;
    background-color: #b72221;
    content: "";
    margin-left: 15px;
}


.about-txt-2 h2 span{color: #fecc00;}

.about-txt-2 h4{font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
padding-bottom: 20px;}


.about-txt-2 ul{padding-left: 0px;}


.about-txt-2 ul li{list-style-type: none;
line-height: 32px;}


.service-block-three .icon-2 img {
    width: 70px;
}
.service-block-three .icon-2 {
    position: relative;
    font-size: 70px;
    margin-bottom: 13px;
    transition: .5s;
    text-align: center;
}

.creating-bx-2 h4 {
    text-align: center;
    font-size: 19px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
}

.creating-bx-2 p {
    text-align: justify;
    padding: 0px 26px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 26px;
}

.service-block-three .creating-bx-2 {
    position: relative;
    margin-bottom: 29px;
    padding: 0px 1px 0px;
    background-color: #fff;
    box-shadow: inset 1px 5px 18.9px 2.1px rgb(0 0 0 / 18%);
    z-index: 2;
    height: 297px;
    border-radius: 20px;
}

.service-block-three .creating-bx-2:hover p {
    color: #fff;
}


.value-section{padding: 46px 0px 13px;}



/*** 
=============================================
    Why Choose Area style
=============================================
***/
.why-choose-area{
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 70px 0 48px;
    z-index: 1;
}
.why-choose-title {
    position: relative;
    display: block;
    padding-bottom: 35px;
    background: #efefef;
    width: 100%;
    box-shadow: inset 3em 3em 11em rgb(0 0 0 / 10%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 30%);
}


.why-choose-title p {
    color: #000;
    padding: 0px 32px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    line-height: 26px;
        text-align: justify;
}
.why-choose-title .sec-title {
       margin: 0;
    padding-top: 24px;
    padding-left: 40px;
    padding-bottom: 14px;
}
.why-choose-title .sec-title .icon {
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.why-choose-title .sec-title .title {
    color: #000;
    font-size: 30px;
    line-height: 40px;
        font-weight: 600;
}
.why-choose-title ul{
    position: relative;
    display: block; 
    padding-left: 40px;
}
.why-choose-title ul li{
       position: relative;
    display: block;
    padding-left: 0px;
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 17px;
}
.why-choose-title ul li:last-child{
    margin-bottom: 0;
}

.why-choose-title .button{
    position: relative;
    display: block;
    margin-top: 52px;
    z-index: 1;
}
.why-choose-title .button:before{
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 10px;
        background-image: linear-gradient(#14232a, #688a96, #111e24)
    content: "";
    z-index: -1;
}
.why-choose-title .button:after {
    position: absolute;
    top: -15px;
    left: -10px;
    width: 10px;
    height: 15px;
    content: "";
    background: url(../images/icon/button-shape.png);
    z-index: -1;
}
.why-choose-title .button a {
    position: relative;
    display: block;
       background-image: linear-gradient(#14232a, #688a96, #111e24)
    color: #ffffff;
    line-height: 70px;
    padding: 0 40px 0;
        font-size: 18px;
}
.why-choose-title .button a:hover{
    background: #000;
    color: #fff! important;
      
}

.why-choose-content{
    position: relative;
    max-width: 780px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.why-choose-content .single-box {
    position: relative;
    display: block;
    padding: 87px 40px 66px;
    /* padding-right: 30px; */
    width: 50%;
    box-shadow: inset 3em 3em 11em rgb(0 0 0 / 10%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 30%);
}
.why-choose-content .single-box.redbg{
        background-image: linear-gradient(#0f4085, #0f4085, #0f4085);
}
.why-choose-content .single-box.whitebg{
    background: #ffffff;
}
.why-choose-content .single-box.blackbg{
    background: #000;
}

.why-choose-content .single-box .icon-holder{
    position: relative;
    display: block;
    padding: 10px;
    width: 70px;
    height: 70px;
    z-index: 1;
}
.why-choose-content .single-box .icon-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ed4d58;
    border-radius: 50%;
    z-index: -1;
}
.why-choose-content .single-box .icon-holder span:before{
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
}

.why-choose-content .single-box .text-holder{
    position: relative;
    display: block;
    padding-top: 16px;
}
.why-choose-content .single-box .text-holder h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 18px;
    font-family: 'Montserrat', sans-serif;
}
.why-choose-content .single-box .text-holder p{
        color: #ffffff;
    margin: 0;
    font-size: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.why-choose-content .single-box.whitebg .text-holder h3{
    color: #2e7c45;     background: linear-gradient(to right, #14232a, #688a96, #111e24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why-choose-content .single-box.whitebg .text-holder p{
    color: #000;    
}
.why-choose-content .single-box.whitebg .icon-holder:before{
    background: #ffeced;
}
.why-choose-content .single-box.whitebg .icon-holder span:before{
    color: #e9212e;
}
.why-choose-content .single-box.blackbg .text-holder p{
    color: #828282;    
}
.why-choose-content .single-box.blackbg .icon-holder:before{
    background: #36373b;
}
.why-choose-content .single-box.blackbg .icon-holder span:before{
    color: #ffffff;
}



.why-choose-content .single-box-3 {
    padding: 0px;
}

/*** 
=============================================
    Why Choose Area style end
=============================================
***/




/*-----milestone----- css*/
/* Timeline container styling */
.timeline-container {
    display: flex;
    gap: 39.5px;
    width: 100%;
    height: 134px;
    justify-content: center;
    font-weight: 600;
    font-size: 35px;
    margin: 456px 0px 443px;
}
/* Individual timeline point styling */
.timeline-point {
    transition-duration: 0.5s;
    border-radius: 50%;
    background: linear-gradient(145deg, #1e2125, #23282c);
    box-shadow: inset 13.4px 13.4px 40.2px #0f1010, inset -13.4px -13.4px 40.2px #262b2f;
    display: grid;
    place-items: center;
    width: 134px;
    position: relative;
    color: #fff;
}

.timeline-point::before {
  content: "";
     width: 150px;
    height: 150px;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  background: conic-gradient(
    var(--color) var(--angle),
    transparent 0deg 360deg
  );
  animation: rotateBorder 1s linear var(--delay) forwards;
}

.timeline-point:nth-child(odd)::before {
  transform: rotate(-90deg);
}

.timeline-point:nth-child(even)::before {
  transform: rotate(90deg) scaleY(-1);
}

/* Custom property for angle */
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

/* Common styling for timeline points */
.timeline-point:nth-child(1) {
  --color: #c1121f;
  --delay: 0s;
}

.timeline-point:nth-child(2) {
  --color: #ffc300;
  --delay: 1s;
}

.timeline-point:nth-child(3) {
  --color: #2ec4b6;
  --delay: 2s;
}

.timeline-point:nth-child(4) {
  --color: #6536ff;
  --delay: 3s;
}

.timeline-point:nth-child(5) {
  --color: #3a86ff;
  --delay: 4s;
}
.timeline-point:nth-child(6) {
  --color: #3a86ff;
  --delay: 4s;
}

/* Popup styling */
.popup {
    width: 331.6px;
    height: auto;
    max-height: 0;
    background-color: var(--color);
    position: absolute;
    color: white;
    border-radius: 30px;
    
    transform-origin: bottom bottom;
    animation: expandPopup 0.5s linear calc(var(--delay) + 0.5s) forwards;
}
.timeline-point:nth-child(odd) .popup {
  bottom: 325px;
}

.timeline-point:nth-child(even) .popup {
  top: 221.1px;
}

/* Popup number styling */
.popup-number {
  grid-row: span 2;
  display: grid;
  font-size: 2rem;
  font-weight: bold;
  place-items: center;
  cursor: auto;
  animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
  opacity: 0;
  height: 100%;
}

/* Popup title styling */
.popup-title {
    color: #000;
    padding-bottom: 6.7px;
    font-size: 19px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    position: relative;
}

/* Popup details styling */
.popup-details {
    padding: 17px;
    background-color: #1c1f23;
    border-radius: 30px;
    opacity: 0;
    font-weight: 400;
    user-select: none;
    cursor: auto;
    overflow: hidden;
    font-size: 14px;
    text-align: justify;
    background: #efefef;
    margin: 3.35px;
    animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
    height: 303px;
    font-family: "Roboto", sans-serif;
    color: #000;
}

.popup::before {
  content: "";
  width: 6.7px;
  height: 0;
  border-radius: 20px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  top: -41.9px;
  display: flex;
  animation: drawLine 0.5s linear var(--delay) forwards;
}

.timeline-point:nth-child(odd) .popup:before {
  top: calc(100% + 150px);
  transform: rotateX(180deg);
  transform-origin: top;
}

/* Hover effect for timeline points */
.timeline-point:hover {
  background: linear-gradient(145deg, var(--color), #1e2125);
  color: white;
}

/* Animation for border rotation */
@keyframes rotateBorder {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 180deg;
  }
}

/* Animation for popup expansion */
@keyframes expandPopup {
  0% {
    max-height: 0;
  }

  100% {
    max-height: 200px;
  }
}

/* Animation for line drawing */
@keyframes drawLine {
  0% {
    height: 0%;
    opacity: 0;
  }

  100% {
    height: 33.5px;
    opacity: 1;
  }
}

/* Animation for fade-in effect */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media (max-width: 1050px) {
 
  .timeline-container {
    flex-direction: column;
    height: auto;
    width: 100%;
    padding: 100px 0px;
  }

  .timeline-point {
    height: 134px;
    flex-shrink: 0;
    left: calc(-321px / 2);
    margin: 0px auto;
    position: relative;
  }

  .timeline-point:nth-child(odd)::before {
    transform: rotate(0deg);
  }

  .timeline-point:nth-child(even)::before {
    transform: rotate(0deg) scaleX(-1);
  }

  .timeline-point .popup:before {
    display: none;
  }

  .timeline-point:nth-child(odd) .popup {
    bottom: auto;
    right: -370.1px;
  }

  .timeline-point:nth-child(even) .popup {
    top: auto;
    right: -370.1px;
  }
}
/*----milestone css end---------*/

.wirecable{padding: 45px;}

.store-address address a{color: #000;}

@media screen and (max-width: 767px) {
    .pdrgt-97 {
    margin-right: 0px;
}
    .rangehead-3 h2:after {
    left: 45%;
    width: 38px;
}
    .rangehead-4 h2:after {
   left: 51%;
   width: 32px;
}
    .about-txt h2 {
    line-height: 25px;
   font-size: 21px;
}
    .about-txt p {
    font-size: 14px;
    line-height: 26px;
}
    
    .rangehead-1 h2 {
    font-size: 18px;
}
    .rangehead-1 h2:before {
    left: 15%;
    bottom: 77%;
   width: 28px;
        display: none;
}
    .rangehead-1 h2:after {
           left: 65%;
        bottom: 74%;
        width: 31px;
        display: none;
}
    .grid figure .figcaption-1 {
    padding: 304px 49px;
}
    
    .service-block .text {
  font-size: 13px;
    line-height: 23px;
}
    
    .service-block .icon-box {
     right: 16px;
    bottom: -101px;
    height: 175px;
    width: 165px;
}
    
    .apprl .aprl-img {
    width: 213px;
    margin-left: -53px;
}
   .feature-icn {
    margin-top: 73px;
    margin-left: 109px;
} 
    .feature-icn h2 {
    font-size: 17px;
    padding-bottom: 18px;
}
    
    .feature-icn ul {
        padding-left: 0rem;
        margin-bottom: 5rem;
        margin-top: 63px;
        margin-left: -87px;
    }
    .feature-icn ul li {
           width: 84px;
        margin: 3px;
}
    
    .page-middle-banner .right-side h2 {
    font-size: 18px;
    margin-bottom: 0px;
}
    .pdrng-50 {
    padding-left: 17px;
}
    .callusnow {
    padding-left: 0px;
}
    .single-icon-info {
    margin-bottom: 26px;
}
    .page-banner .inner-container {
    padding: 18px 16px 6px;
}
    
    .page-banner h1 {
  font-size: 18px;
    line-height: 15px;
}
   .about-txt-1 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 15px! important;
    }
    
    .e-link {
    display: block;
}
    
    .e-link .e-box {
    width: 100%;
    margin: 5px;
   padding: 0px 25px;
   font-size: 14px;
   height: 79px;
}
    .about-txt {
   margin: 0px 0px 0px 0px;
    padding: 63px 0px 52px;
}
  
    .probx {
    margin: 0px 0px;
}
    .titlebx .title-dub {
    font-size: 20px;
}
    
    .widget-reservation .widget-content p {
    font-size: 20px;
    line-height: 18px;
}
    
    .sec-title .text {
  font-size: 14px;
    line-height: 27px;
   margin-top: 35px;
}
    .pdlst {
    margin-top: 38px;
    font-size: 18px;
}
    
    .pdlcr ul li {
    font-size: 14px;
    line-height: 23px;
   margin: 3.5% 0px 5px;
    padding: 7px 30px;
}
    
    .store-address {
  padding-left: 0px;
}
  
    .store-address address {
    border-left: solid 0px #141313;
}
    .store-address:before {
  display: none;
}
    .page-enquiry-data-5 {
    padding: 5px;
}
    
    .page-enquiry-data-5 h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-top: 28px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 0px;
    margin-bottom: 25px;
    color: #000;
}
    .clientle-txt {
    margin: 37px 0px 0px 0px;
   padding: 24px 0px 0px;
}
    .clintle-sector h3 {
    color: #060606;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 22px;
}
    
    .client-section ul li {
    width: 29%;
    margin: 0px 1px 8px;
    height: 103px;
}
    
    .sec-title h2 {
    font-size: 20px! important;
}
    
    section.speci-devlop {
    padding: 0px! important;
    margin: 55px 0px 0px! important;
}
    .conttxt-1 h3 {
    font-size: 28px! important;
}
    
    .conttxt-2 h3 {
    font-size: 40px! important;
    line-height: 42px! important;
}
    section.certificate {
    padding: 30px 0px! important;
}
    
    .certificate img {
    margin-bottom: 31px;
}
    
    section.tagline ul {
    grid-template-columns: 45% 55%! important;
}
    
    .vsnmsnsdw {
    padding: 0px 0px 0px! important;
}
    .trand {
    margin-bottom: 25px! important;
}
    
    .vision-mission-txt {
   padding: 0px ! important;
    margin: 0px 0px 29px 0px ! important;
}
    
    .footer-logo img {
    width: 121px;
}
}

/*------------vision mission-------------------*/
section.products-data-1.trending-section.loaded {
    /* padding-bottom: 70px; */
    padding-top: 50px;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    color: #2d2556;
    font-weight: 600;
    text-align: center;
}

.vsnmsnsdw .sec-title h2 span {
    color: #b72221;
}
.sec-title h2 span {
        font-weight: 600;
}
.trand {
    padding: 0px 0px 0px;
    /* background: #ebe8e8; */
    border-radius: 41px;
    border: 2px solid #2d2556;
    box-shadow: 0px 0px 12px #787676;
}
.trand span {
    padding: 44px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b72221;
    font-family: "Poppins", sans-serif;
}
.trand img {
    border-radius: 39px 38px 30px 30px;
    width: 100%;
    padding: 11px;
}
.trand-1 {
    margin-top: 2px;
    border-radius: 0px 0px 30px 30px;
    padding: 2px 40px 51px;
    text-align: justify;
    line-height: 29px;
    font-size: 15px;
    color: #000000;
    font-family: "Roboto", sans-serif;
}

.vsnmsnsdw {
    /* background: #e5e5e5; */
    /* background-color: #e5e5e5; */
    padding: 0px 38px 0px;
    border-radius: 50px;
}
/*------------vision mission---end----------------*/





/*----certificate---------css start----*/
.lightbox-zoom {
  background: #fff;
  bottom: 0;
  color: #2727a4;
  line-height: 1;
  padding: .306em .5em;
  position: absolute;
  right: 0
}

.lightbox-no-scroll {
  overflow-y: hidden;
}


/* Overlay */
.lightbox-overlay {
  background: rgba(17, 17, 17, .8);
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 32;
  overflow: hidden;
}

  .lightbox-overlay *,
  .lightbox-overlay *::before,
  .lightbox-overlay *::after {
    box-sizing: inherit;
  }

  .lightbox-overlay[aria-hidden="true"] {
    display: none;
  }


/* Slider */
.lightbox-slider {
  -webkit-transition: left .3s ease, -webkit-transform .3s ease;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: left .3s ease, -webkit-transform .3s ease;
  transition: left .3s ease, transform .3s ease, -webkit-transform .3s ease;
  transition: left .3s ease, transform .3s ease;
  white-space: nowrap;
}


/* Content */
.lightbox-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

  .lightbox-content figure {
    position: relative;
  }

    .lightbox-content img {
      display: block;
      height: auto;
      max-height: 85vh;
      max-width: 85vw;
      width: auto;
    }

    .lightbox-content figcaption {
      background: rgba(17, 17, 17, .8);
      bottom: 0;
      color: #fff;
      display: block;
      left: 0;
      padding: .25em .5em;
      position: absolute;
      width: 100%;
    }


.lightbox-overlay button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.6em;
  height: 1.6em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 1.6em;
}

  .lightbox-overlay button:focus {
    border: 1px solid #fff;
    outline: 0;
  }

  .lightbox-overlay button:disabled {
    cursor: default;
    opacity: .5;
  }

  .lightbox-overlay button[aria-label="Previous"],
  .lightbox-overlay button[aria-label="Next"] {
    top: 50%;
    top: calc(50% - (1.6em / 2));
  }

    .lightbox-overlay button[aria-label="Previous"] {
      left: 2%;
    }

    .lightbox-overlay button[aria-label="Next"] {
      right: 2%;
    }

  .lightbox-overlay button[aria-label="Close"] {
    top: 1em;
    right: 2%;
  }

.lightbox-counter {
  background: transparent;
  color: #fff;
  font-size: 1.15em;
  left: 2%;
  position: absolute;
  top: 1em;
}


.lightbox-loader {
  width: 5em;
  height: 5em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.5em;
  margin-left: -2.5em;
}

  .lightbox-loader::before {
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite;
    border-radius: 100%;
    border: .5em solid #9f9f9f;
    border-top-color: #2727a4;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
section.certificate {
    padding: 70px;
}
.certificate img {
    width: 100%;
    border: 5px solid #e9e9e9;
    padding: 5px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #706d6d;
}

.certificate .abread {
    margin-top: 2rem;
    text-align: center;
}
/*--------certificate css end----------*/

.mapmarker{margin-top: 43px;}


section.speci-devlop {
    background: #00456a;
    clear: both;
    padding: 39px;
    margin: 60px 60px 0px;
    border-radius: 49px;
}

.feature-devlopment-1 {
    display: block;
    grid-template-columns: 20% 80%;
    align-items: center;
    color: #fff;
}
.conttxt-1 h3 {
    padding-top: 51px;
    color: #fff;
    font-size: 45px;
    line-height: 53px;
    font-family: "Poppins", sans-serif;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}
.conttxt-2 h3 {
    color: #f25230;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 89px;
    text-align: right;
    background: -webkit-linear-gradient(#ef6c43, #c11902);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}


section.tagline ul {
    display: grid;
    grid-template-columns: 20% 80%;
    /* background: #ccc; */
    /* padding: 12px; */
    text-align: center;
    margin-bottom: 0px;
    margin-top: 40px;
}

section.tagline ul li:first-child{background: #b72221;}
section.tagline ul li:last-child{background: #2d2556;}

section.tagline ul li {
    list-style-type: none;
    color: #fff;
    padding: 15px;
}

section.certificate.conduct h4 {
    font-size: 18px;
    padding: 9px;
    text-align: center;
    font-weight: 600;
    color: #2d2556;
}

.page-banner h2 {
    position: relative;
    font-size: 33px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: .2px;
    /* text-transform: uppercase; */
    margin: 0;
    text-align: left;
}