/*@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Teko:wght@300..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');*/


@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Teko:wght@300..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
body{
  /*font-family: "Titillium Web", sans-serif;*/
  font-family: "Montserrat", sans-serif;
}
.left-navbar img{
  width: 62% !important;
}
.top-nav .row .col-lg-12 .left-top-nav .d-flex:nth-child(1) {
    padding: 0 25px;
    background-color: #302e2e;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    margin-right: -3%;
    transition:all .3s;
}
.top-nav .row .col-lg-12 .left-top-nav .d-flex:nth-child(1):hover{
    background-color:#555555;
}
.top-nav .row .col-lg-12 .left-top-nav .d-flex:nth-child(2):hover{
    background-color:#818181;
}
.top-nav .row .col-lg-12 .left-top-nav .d-flex:nth-child(3):hover{
    background-color:#d37700;
}
.top-nav .row .col-lg-12 .left-top-nav .d-flex:nth-child(2) {
    padding: 0 25px;
    background-color: #463f3f;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    margin-right: -3%;
    transition:all .3s;
}
.top-nav .row .col-lg-12 .left-top-nav .d-flex:nth-child(3) {
    padding: 0 25px;
    background-color: #f39113;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    transition:all .3s;
}
.wr{
  width: 16px;
}
.left-top-nav p {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #2e2e2e;
}
.xxcc{
    background-color:white;
    top:200px;
    left:0;
    width:200px;
}
.ul li {
    list-style-type: none;
    position: relative;
}
.xxcc {
    background-color: white;
    top: 41px;
    left: 0;
    width: 235px;
    transform: translateY(200px);
    height: 0;
    overflow: hidden;
}
.xxcc li {
    padding: 9px;
}
.xxcc li a{
    padding:7px;
}
.ul li a {
    text-decoration: none;
    color: #000;
    padding: 40px 0px;
    font-size: 17px;
    font-weight: 500;
}
.container21{
  width: 92%;
  margin: auto;
}
.left-top-nav{
  /*border: 1px solid #2f2f2f;*/
  /*padding: 0 18px;*/
}
/*.sub-nav{*/
/*  padding: 0 18px;*/
/*}*/
.sub-nav{
  
  /*border-left: 1px solid #2f2f2f;*/
  /*border-right: 1px solid #2f2f2f;*/
}
.navb {
    /* border-bottom: 1px solid #2f2f2f; */
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999999999999999999999999;
    box-shadow: black 0px 0px 25px -18px;
}
.nivoSlider img{
  height: 100vh !important;
}
.slider-wrapper{
  position: relative;
}
.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
}

/* banner start------------- */
.xx{
  position: relative;
}
.xx::after {
    position: absolute;
    content: "";
    background-color: #0000001a;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    clip-path: polygon(0 0, 31% 0, 51% 100%, 0% 100%);
}
.ban-txt {
  top: 59%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 999;
  width: 40%;
}

.ul{
  justify-content: end;
}

/* footer start----------------- */
.tx-dark-bg {
  background: #141414;
  padding: 5rem 0 0;
}
.tx-bb2px {
  border-bottom: 2px solid #f59a0f;
}
.tx-logo img {
    width: 218px;
}
.tx-footer .tx-aboutInfo-widget p {
  font-size: 18px;
  color: #919191;
  line-height: 26px;
  margin-top: 1rem;
}
.tx-footer__styleDefault .tx-inline-btn {
  color: #f59a0f;
  font-size: 18px;
  font-weight: 700;
}
.footer-widget__styleDefault ul li a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.55px;
}
.footer-widget__styleDefault ul li{
  list-style-type: none;
  padding: 5px 0;
}
.menu-quick-links-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
}
.tx-contactInfo-widget .tx-mailText {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  background-size: 100% 1px;
}
.tx-footer .tx-contactInfo-widget p {
  font-size: 17px;
  color: gray;
  margin-top: 10px;
}
.tx-copyright {
  padding: 68px 0 30px;
}
.tx-copyright__styleDefault p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.55px;
}
.tx-copyright__styleDefault p a {
  color: #f59a0f;
  text-decoration: none;

}
.menu-quick-links-container .menu:not(:last-child){
  position: relative;
}
.menu-quick-links-container .menu:not(:last-child)::after {
  position: absolute;
  left: 0;
  left: auto;
  content: "";
  top: 0;
  width: 100%;
  width: 1px;
  height: 100%;
  height: 100%;
  background:gray;
  right: -30px;
  opacity: .5;
}
.abt{
  padding: 5rem 0 1rem;
}
.abts{
    padding: 4rem 0 1rem;
}
.left-ab-img h2 {
  font-size: 40px;
  letter-spacing: 0.25px;
  font-weight: 600;
  color: #000000;
}
.left-ab-img p {
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 26px;
    color: #000;
}
.left-ab-img span {
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 500;
    padding: 3px 20px;
    background-color: #ffe2b6;
    color: #000000;
}

.xy h2 {
  font-size: 180px;
  width: 100%;
  background: none;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0000001c;
  -webkit-text-fill-color: unset;
}
.xy {
  top: -36%;
  left: 0;
  z-index: -1;
}
.abt {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 9rem;
}
.abt::after {
  position: absolute;
  content: "";
  background-image: url(../images/request-one_pattern.png);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  right: -84%;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.bannerslide .swiper-button-next, .swiper-rtl .swiper-button-next {
  left: auto;
  left: 80%;
  top: 82.3%;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.bannerslide .swiper-button-next::before {
  position: absolute;
  content: "";
  border: 1px solid rgb(194 133 98);
  height: 25px;
  width: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.bannerslide .swiper-button-next:after {
  color: rgb(156, 156, 156);
  font-size: 20px;
  content: url(../images/right-arrow.png);
  transform: rotate(180deg);
  left: 5px;
  position: absolute;
}
.bannerslide .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: auto;
  right: 6%;
  top: 83%;
}
.bannerslide .swiper-button-prev::before {
  position: absolute;
  content: "";
  border: 1px solid rgb(194 133 98);
  height: 25px;
  width: 25px;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.bannerslide .swiper-button-prev:after {
  color: rgb(156, 156, 156);
  font-size: 20px;
  content: url(../images/right-arrow.png);
  transform: rotate(0deg);
  right: 5px;
  position: absolute;
}
.hd3 h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.09em;
  letter-spacing: .15em;
}
.hd3 p {
  font-size: 18px;
  letter-spacing: 1px;
  color: black;
  font-weight: 500;
}
.tes-nm h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 17px;
  line-height: 1.45em;
  font-weight: 700;
  letter-spacing: 0.55px;
}
.tes-nm p {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  font-family: Raleway;
  font-weight: 500;
  color: #c28562;
  font-weight: 500;
}
.inner-mission {
  padding: 2rem;
  border-radius: 35px;
  background-color: white;
}
.miss h2{
  font-size: 26px;
  color: #fff;
  font-weight: 500;
}
.miss{
  position: relative;
}
.miss::after {
  position: absolute;
  content: "";
  background-color: rgb(244 153 16);
  height: 110%;
  width: 90%;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 32px;
  z-index: -1;
}
.value {
    position: relative;
    padding: 6rem 0;
    margin-top: 3rem;
}
.value::after {
    position: absolute;
    content: "";
    background-image: url(../images/az.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -3;
    background-repeat: no-repeat;
    opacity: 0.4;
    background-attachment: fixed;
}
.ser-tx h3 {
    font-size: 25px;
    margin-bottom: 17px !important;
    margin-top: 2rem;
}
.value::before {
  position: absolute;
  content: "";
  background-color: #000000a8;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-repeat: no-repeat;
}





/* 8-8-2024 start------------------------ */
.cv h2 {
    font-size: 29px;
    margin: 10px 0 0px;
}
.count {
    background-color: #ffd79c;
    padding: 2rem 1rem 1rem 1rem;
    width: 924px;
    position: absolute;
    bottom: -30%;
    left: -105%;
    border-radius: 40px 0;
}
.cv img {
  width: 40px;
}
.cv h3 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 0;
}
.sub-hd span {
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight: 600;
    color: #000000;
}


.li-process {
    height: 260px;
    width: 260px;
    border-radius: 50%;
    background-color: #f6a30d;
}
.lg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86%;
    transform: translate(-50%, -50%);
}
.lg h3 {
    color: #000;
    margin: 0 0 7px 0;
    font-size: 24px;
}
.lg p {
  color: #fff;
  margin: 0;
}
.hgt {
    position: absolute;
    height: 70px;
    width: 70px;
    background-color: white;
    border-radius: 50%;
    top: -3%;
    right: 2%;
    box-shadow: black 0px 0px 16px -6px;
}
.hgt img {
    position: absolute;
    width: 37px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0.1);
}
.li-process::after {
    position: absolute;
    content: "";
    background-image: url(../images/asd.png);
    background-size: contain;
    height: 52px;
    width: 160px;
    top: 50%;
    right: -61%;
    background-repeat: no-repeat;
    opacity: 0.3;
    transform: translateY(-50%);
}
.process-dt .row .col:last-child .li-process::after{
  background-image: none;
}


.bannerslide {
  padding: 1rem;
  background-color: #fff4de;
  border-radius: 18px;
}
.fgg:nth-child(1){
  top: 20%;
  left: 30%;
}
.fgg:nth-child(1) img{
  width: 50%;
}
.fgg:nth-child(2) {
  top: 54%;
  left: 10%;
}
.fgg:nth-child(2) img{
  width: 70%;
}
.fgg:nth-child(3) {
  top: 10%;
  left: 64%;
}
.fgg:nth-child(3) img{
  width: 65%;
}
.fgg:nth-child(4) {
  top: 50%;
  left: 64%;
}
.fgg:nth-child(4) img{
  width: 35%;
}
.fgg:nth-child(5) {
  top: 80%;
  left: 64%;
}
.fgg:nth-child(5) img{
  width: 80%;
}


.fgg1:nth-child(1){
  top: 80%;
  left: 64%;
}
.fgg1:nth-child(1) img{
  width: 50%;
}
.fgg1:nth-child(2) {
  top: 54%;
  left: 10%;
}
.fgg1:nth-child(2) img{
  width: 70%;
}
.fgg1:nth-child(3) {
  top: 50%;
  left: 64%;
}
.fgg1:nth-child(3) img{
  width: 65%;
}
.fgg1:nth-child(4) {
  top: 10%;
  left: 64%;
}
.fgg1:nth-child(4) img{
  width: 35%;
}
.fgg1:nth-child(5) {
  top: 20%;
  left: 30%;
}
.fgg1:nth-child(5) img{
  width: 80%;
}
.rd-bt a {
  text-decoration: none;
  color: #f49910;
}
.rd-bt a img {
  width: 20px;
  margin-right: 5px;
}
.new-txt h4 {
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  color: #fff;
}
.new-txt p {
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  line-height: 27px;
}
.date p{
  font-size: 15px;
  font-weight: 500;
  color: rgb(197, 197, 197);
  margin: 11px 0 2px;
}
.ul1 li{
  list-style-type: none;
  margin-bottom: 1rem;
}
.imnews{
  position: relative;
}
.imnews::after {
  position: absolute;
  content: "";
  background-image: url(../images/dfaaaa.png);
  background-size: cover;
  height: 100%;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 61px 61px 0 0;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.imnews::before {
  position: absolute;
  content: "";
  background-color: #181818;
  background-size: contain;
  height: 100%;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 61px 61px 0 0;
  opacity: 1;
}
.hd p {
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 27px;
    color: #000000;
}
.cv{
  text-align: center;
}
.right-cl img{
  clip-path: polygon(25% 0%, 100% 0, 100% 50%, 100% 100%, 25% 100%, 0% 50%);
}
.client-logo img {
    padding: 1rem;
    /*box-shadow: black 0px 0px 12px -8px;*/
    border-radius: 10px;
}

.client-logo{
    position:relative;    
}

.client-logo:nth-child(1)::after{
    position:absolute;
    content:"";
    border-right:1px solid lightgray;
    border-bottom:1px solid lightgray;
    background-size:contain;
    height:100%;
    width:100%;
    top:0;
    right:0;
}
.client-logo:nth-child(1){
    margin:0 !important;
}
.client-logo:nth-child(2)::after{
    position:absolute;
    content:"";
    border-right:1px solid lightgray;
    background-size:contain;
    height:100%;
    width:100%;
    top:0;
    right:0;
}

/*.clientslide .swiper-slide:nth-child(4n) .client-logo ::after{*/
/*    border-right:none !important;*/
/*}*/
.clientslide{
  padding: 3rem 0rem;
}
.client-logo{
  padding: 0 5px;
}

.sub-hd h2{
  font-size: 40px;
  letter-spacing: 0.25px;
  font-weight: 600;
  color: #000000;
}

.footer_social li {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  background-color: #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_social li a {
  display: block;
}
.footer_social li img {
  width: 20px !important;
}
.left-navbar img {
    width: 90% !important;
}




/* rupali */
/* about  */
.ab-hd h2{
  font-size: 43px;
 letter-spacing: 0.55px;
 line-height: 1.1;
 font-weight: 600;
 padding-top: 4px;
 padding-bottom: 4px;
}

.ab-hd p {
font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 27px;
    color: #000000;
}
.ab-hd p strong{
font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 27px;
    color: #000000;
    font-weight:500;
}

.ab-hd span{
  color: #f49910;
 font-size: 25px;
 font-weight: 500;
 letter-spacing: 0.55px;
}

.ab-hd{
position: relative;
}
.why-bg {
position: absolute;
top: -10%;
left: 33px;
z-index: 1;
}
.why-bg h2 {
font-size: 67px;
width: 100%;
background: none;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color:#0000000a;
-webkit-text-fill-color: unset;
}
.tyty li{
list-style: none;
align-items: center;
}

.ft-about-feature-list-item {
padding: 27px 20px 25px 32px;
border-radius: 6px;
margin-bottom: 18px;
-webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
box-shadow: black 1px 0px 11px -8px;
gap:45px;
}
.lef-ic img{
width: 30px;
}
.lef-ic{
position: relative;
z-index: 1;
}
.lef-ic::after {
position: absolute;
content: "";
background-color: #f49910c2;
/* box-shadow: #626262 4px 5px 0px 0px; */
background-size: contain;
height: 45px;
width: 45px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
border-radius: 50%;
}
.gh-ic{
position: absolute;
content: "";
background-color: #f49910c2;
/* box-shadow: #626262 4px 5px 0px 0px; */
background-size: contain;
height: 45px;
width: 45px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
border-radius: 50%;
}
.gh-ic::before {
color: black;
content: "";
position: absolute;
margin: 0 auto;
z-index: 1;
width: 20px;
height: 20px;
background: linear-gradient(-48deg, #f49910 50%, transparent 0);
rotate: 46deg;
left: 12px;
top: 65%;
}
.gh-ic{
position: relative;
z-index: 1;
}
.gh-ic img{
width: 30px;
}
.pera-content h2 {
color: #00044b;
font-size: 20px;
font-weight: 700;
letter-spacing: 0.55px;
/* padding-bottom: 5px; */
}
.pera-content p {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.55px;
    line-height: 1.2;
    color: #000;
}
.hc-blog-more {
  color: #f49910;
  /*font-weight: 600;*/
  /*border-radius: 50px;*/
  background-color: #fff;
  border: 1px solid #f49910;
  padding: 10px 22px;
  display: inline-block;
  transition:all .3s;
}
.hc-blog-more:hover{
  background-color:#000 ;
  border: 1px solid #000;
  color:#fff;
}
.pran{
text-align: center;
}
.bnm a{
    color: #f49910;
  /*font-weight: 600;*/
  /*border-radius: 50px;*/
  background-color: #fff;
  border: 1px solid #f49910;
  padding: 6px 30px;
  display: inline-block;
  transition:all .3s; 
  text-decoration:none;
}
.bnm a:hover{
  background-color:#f49910 ;
  border: 1px solid #f49910;
  color:#fff;
}


/* about  end*/


/* news startr */
.inner-box {
position: relative;
}

.inner-box .image {
position: relative;
overflow: hidden;
background-color: #ffde00;
}

.post-date {
    position: absolute;
    right: 13px;
    top: 8px;
    z-index: 1;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 11px;
    display: inline-block;
    background-color: #f49910;
    border-radius: 50px;
}

.inner-box .image img {
position: relative;
width: 100%;
display: block;
transition: all 600ms ease;
-moz-transition: all 600ms ease;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
}

.inner-box:hover .image img {
opacity: 0.6;
-webkit-transform: scale(1.05, 1.05);
       transform: scale(1.05, 1.05);
}

.inner-box .lower-content {
position: relative;
padding: 11px 0px 0px;
}


.lower-content h4 {
    font-size: 27px;
    letter-spacing: 0.55px;
    line-height: 1.1;
    font-weight: 600;
    padding-top: 3px;
    padding-bottom: 0px;
    color: #010101;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.inner-box .lower-content .text {
position: relative;
color: #454545;
font-size: 16px;
margin-top: 15px;
margin-bottom: 22px;
line-height: 1.7em;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}

.inner-box .read-more {
position: relative;
color: #000000;
font-size: 15px;
font-weight: 600;
padding: 13px 32px;
border-radius: 50px;
display: inline-block;
background-color: #ffde01;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}

.inner-box .read-more:hover {
color: #ffffff;
background-color: #0009c1;
}
.inner-choose a{
text-decoration: none;
}
.itm-img img{
  width:100%;
}
.itm-txt h2 {
    font-size: 21px;
    letter-spacing: 0.55px;
    font-weight: 400;
    line-height: 31px;
    color: #000;
}
.itm-txt p{
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 400;
    line-height: 26px;
    color: #00000085;
}
.itm-txt span{
  color: #f49910;
  letter-spacing: 0.55px;
}


/* ndews end */

/* image gallery */
.gl11 {
position: relative;
border-radius: 10px 10px 0 0;
}
.gl11 img{
border-radius: 10px 10px 0 0;
}
.gl-img{
    border-radius: 10px;
}
.gl11::before {
    position: absolute;
    content: "";
    background-color: #ffffff50;
    background-size: contain;
    height: 0%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all .5s;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.gl11::after {
    position: absolute;
    content: "";
    background-color: #ffffff50;
    background-size: contain;
    height: 0%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all .5s;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.gl-img {
box-shadow: black 0px 0px 11px -5px;
}
.gl-img:hover .gl11::before,.gl-img:hover .gl11::after {
height: 75%;
}
.gl-btn p {
font-size: 15px;
color: #ffffff;
}
.dq {
padding: 10px 10px 10px;
transition: all .3s;
background-color: #f49910;
color: #fff;
border-radius: 0 0 10px 10px;
}
.mm a{
text-decoration: none;
}
.glrx-h img {
width: 100%;
border-radius: 9px;
}
.ppl {
    bottom: 44px;
    padding: 5px 8px;
    background: linear-gradient(90deg, #f49910, transparent);
    /* background-color: gray; */
    width: 186px;
    display: flex;
    gap: 7px;
    z-index: 999;
    align-items: center;
}
.ppl p{
    color:#fff;
    margin:0;
}
.ppl img{
    width:16px;
}
.dq p{
    font-size:18px;
    letter-spacing:0.55px;
}

/* image gallery */


/* about 2nd paet */
.experience2 .exp-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.item {
  display: flex;
  align-items: center;
  padding: 24px 23px 24px 15px;
  /* background-color: #f7a80b; */
  border: 1px solid #f7a80b;
  border-radius: 5px 28px;
  transition: 0.3s;
  gap: 13px;
}
.item img{
  width:26px;
}
.item h3 {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0.55px;
}
.item:hover {
  border-color: rgba(255, 92, 0, 0.8);
}
  
/* about 2nd part */






/* contact us */
.apomnt-form {
padding: 27px 20px;
box-shadow: black 1px 0px 11px -8px;
background-color: #fffbf99e;
align-items: center;
border-radius: 9px;
}
.form-control {
display: block;
width: 100%;
padding: 10px .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
margin-bottom: 10px;
color: #212529;
/* background-color: #fff; */
background-clip: padding-box;
border: 1px solid #00000026;
border-radius: .375rem;
/* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
background-color: #faf8f538;
}

.select-cls{
padding: 10px .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
margin-bottom: 10px;
background-clip: padding-box;
}

.form-row .form-group {
margin-top: 8px;
margin-bottom: 5px;
}
.form-row .form-group .form-control:focus {
border: 1px solid rgb(215, 146, 107);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
background-color: #f9f7f617;


}
.form-row .form-group .select-cls:focus {
border: 1px solid rgb(215, 146, 107);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
outline: none; 
background-color: #f9f7f617;

}
.form-row .form-group label {
padding-bottom: 8px;
font-size: 16px;
color:#000;
}
.bt a{
    padding: 12px 22px;
    background-color: #f39113;
    color: #fff !important;
    text-decoration: none;
    transition: all .3s;
    border: 1px solid #f39113 !important;
}
.bt a:hover{
  background-color: 000;
  color:#fff;
  border: 1px solid #000;
}

.contact-icon-box {
  margin-bottom: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 20px 20px;
  border-radius: 6px;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.conta-hd {
    text-align: center;
    padding-bottom: 0px;
    position: relative;
    border-bottom: 1px solid rgb(246 162 13 / 39%);
    margin-bottom: 2rem;
    padding-bottom: 27px;
}
.conta-hd h2 {
    font-size: 33px;
    letter-spacing: 0.55px;
    line-height: 34px;
    margin: 0;
}
.conta-hd span{
color:#f49910;
}

.contact-icon-box {
/* text-align: center; */
padding: 15px;
margin-bottom: 30px;
border-radius: 5px;
position: relative;
}
.til {
  position: relative;
  z-index: 1;
  margin-top: 2px;
  border-bottom: 1px solid rgb(246 162 13 / 39%);
}
.til::after {
  position: absolute;
  content: "";
  background-color: #f6a20d;
  background-size: contain;
  height: 42px;
  width: 42px;
  top: 30%;
  left: 4%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 25px;
}
.til img{
  width: 27px;
    height: 27px;
}
.til p{
font-size: 21px;
letter-spacing: 0.55px;
color: #000;
font-weight: 400;
}
.pr {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
}


/* contact us end */

.breadcrumb-area {
  background-image: url(../images/abt.jpg);
}
.breadcrumb-area1 {
  background-image: url(../images/seer.jpg);
}
.breadcrumb-area2 {
  background-image: url(../images/care.jpg);
}
.breadcrumb-area3 {
  background-image: url(../images/new.jpg);
}
.breadcrumb-area4 {
  background-image: url(../images/co.jpg);
}
.breadcrumb-area5 {
  background-image: url(../images/leader.jpg);
}

.breadcrumb-area {
  height: 460px;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.breadcrumb-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #092c3e26;
    opacity: 0.5;
    z-index: -1;
}
.breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 40px;
    position: relative;
    padding-left: 16px;
}
.breadcrumb-title {
    position: absolute;
    top: 0%;
    background-color: #000000b3;
    padding: 12.5rem 10rem 8.5rem;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.breadcrumb-area .breadcrumb-title h1:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 3px solid #f8a90b;
}

.breadcrumb-area h6 a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.breadcrumb-area h6 {
  color: #aeb1b3;
  font-size: 16px;
  margin-top: 0px;
  margin-left: 18px;
}

.view-image {
  position: fixed;
  inset: 0;
  padding: 3%;
  display: flex;
  flex-direction: column;
  animation: view-image-in 300ms;
  backdrop-filter: blur(20px);
  z-index: 999999 !important;
  -webkit-backdrop-filter: blur(20px);
}
.vd-ic img{
        width: 49px;
}
.vd-ic{
    top:50%;
    left:50%;
   transform:translate(-50%,-50%);
    z-index:99999;
}

/* rupali end */


/* Biswajit 09-08-2024 start------------------------------ */
.dropitem {
    bottom: -172px;
    left: -45%;
    width: 240px;
    background-color: white;
    box-shadow: black 0px 0px 25px -5px;
    transform: translateY(100%);
    height: 0;
    overflow: hidden;
    padding: 0 !important;
    opacity: 0;
    transition: all .5s;
}
.dropitem1 {
    bottom: -128px;
    left: -45%;
    width: 240px;
    padding: 0 !important;
    background-color: white;
    box-shadow: black 0px 0px 25px -5px;
    transform: translateY(100%);
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
}
.dropitem li{
  padding: 10px;
}
.dropitem li a{
  text-decoration: none;
  color: #000;
  letter-spacing: 0.55px;
  padding: 10px !important;
}
.dropdown:hover .dropitem{
  height: auto;
  opacity: 1;
  transform: translateY(0);
}
.dropdown:hover img{
  transform: rotate(180deg);
}
.dropdown a img {
    transition: all .3s;
    width: 20px;
}
.dropitem li{
  position: relative;
  z-index: 1;
}
.col-lg-2-img {
    /*box-shadow: black 0px 0px 11px -5px;*/
    position:relative;
}
.col-lg-2-img::after{
    position:absolute;
    content:"";
    border-right:1px solid lightgray;
    border-bottom:1px solid lightgray;
    background-size:contain;
    height:100%;
    width:100%;
    top:0;
    right:0;
}
.col-lg-3:nth-child(4n) .col-lg-2-img::after{
    position:absolute;
    content:"";
    border-right:none;
    border-bottom:1px solid lightgray;
    background-size:contain;
    height:100%;
    width:100%;
    top:0;
    right:0;
}
.dropitem li::after{
  position: absolute;
  content: "";
  background-color: #171717;
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
  transition: all .3s;
}
.dropitem li:hover::after{
  width: 100%;
}
.dropitem li:hover a{
  color: #fff;
}
.dropitem li a{
  transition: all .3s;
}
.news {
    position: relative;
    /* padding: 4rem 0px; */
    padding: 5rem 0;
}
.fgg,.fgg1{
    opacity:0.5;
}
.news::after{
     position: absolute;
  content: "";
  background-color: #f5f5f5;
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -9;
}


.nivo-caption{
    z-index:99999999 !important;
    bottom: initial;
    top: 50%;
    /*left:-100% !important;*/
    background:transparent !important;
    opacity:1 !important;
    height:fit-content;
    transition:all .5s;
}
.nivo-caption22222{
    left:0% !important;
}
.text-content h1 {
    color: #000;
    font-size: 52px;
}
.text-content p {
  font-size: 18px;
  color: #000;
  letter-spacing: 0.55px;
  margin-top: 14px;
  line-height: 31px;
}
.nivo-caption{
    width:40% !important;
    left: 3% !important;
}


.bt1 a {
    padding: 12px 22px;
    background-color: #f39113;
    color: #fff !important;
    text-decoration: none;
    transition: all .3s;
    border: 1px solid #f39113 !important;
}
.bt1 a:hover{
    background-color:#000;
    color:#fff !important;
    border: 1px solid #000 !important;
}


.get-q{
    position:relative;
     /*animation: mymove 1s infinite;*/
     color:red;
}

@keyframes mymove {
  0%   {
      color:#fff;
  }
  50%  {
      color:#f59910;
  }
  100% {
      color:#fff;
  }
}
    .textswipw {
      width: 100%;
      height: auto;
    }

    .textswipw .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    
    
/*    p {*/
/*  height: 50px;*/
/*  float: left;*/
/*  margin-right: 0.3em;*/
/*  margin-top: 0px*/
/*}*/
b {
    float: left;
    overflow: hidden;
    position: relative;
    height: 18px;
    font-weight: 400;
}
span1 {
 display: inline-block;
color: #000;
position: relative;
white-space: nowrap;
top: 0;
left: 0;
-webkit-animation: move 10s;
-webkit-animation-iteration-count: infinite;
animation-delay:2s;

}

@keyframes move {
0%  { top: 0px;-webkit-animation-delay: 10s; }
20% { top: -26px;-webkit-animation-delay: 10s; }
40% { top: -52px;-webkit-animation-delay: 10s; }
60% { top: -78px;-webkit-animation-delay: 10s; }
80% { top: -104px;-webkit-animation-delay: 10s; }
}
.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    z-index: 9999999999999999999999;
}





#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 45px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}

/*whatsapp end*/



.getimg img {
    width: 22px;
    height: 22px;
}
.getimg {
    position: relative;
    z-index: 1;
}
.getimg::after{
   position: absolute;
    content: "";
    background-color: #f6a20d;
    background-size: contain;
    height: 42px;
    width: 42px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    z-index: -1;
    
}
.dd-img {
   height: 481px;
   object-fit: cover;
}

.dd-txt {
    padding: 15px;
    background-color: #ffffff;
    height: 30%;
    transition: all .3s;
    border-radius: 10px 10px 00;
    overflow: hidden;
}
.lll{
  height: 0%;
}
.liss:hover .dd-txt{
  height: 100%;
  border-radius: 0;
}
.liss{
  box-shadow: black 0px 0px 6px -3px;
}
.less-abt {
    padding: 19px 19px 19px 12px;
    background-color: white;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.less-abt h5 {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.less-abt img{
  transition: all 1s;
  width: 16px;
}
.less-abtnew img{
  transform: rotate(180deg);
}
.link-img img{
  width: 36px;
}
.hover-txt p{
  height: 400px;
  overflow: auto;
}
.tx-footer::after{
    position: absolute;
    content: "";
    background-image: url(../images/texture3.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*z-index: -3;*/
    background-repeat: no-repeat;
    opacity: 0.6;
    
   z-index:-1;
}
.tx-footer{
   position: relative;
   z-index:1;
}

.single-service-style1 {
    text-align: center;
    margin-top: 10%;
    box-shadow: black 1px 0px 11px -8px;
    padding: 19px;
    border-radius: 33px 7px;
}
.text-holder h2 {
    font-size: 22px;
    letter-spacing: 0.55px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    padding-bottom: 7px;
}
.icon-holder img {
  width: 76px;
  /*filter: drop-shadow(2px 2px 3px grey);*/
}
.tie{
    text-align:center;
}
.tie h2{
    font-size: 34px;
    letter-spacing: 0.25px;
    font-weight: 600;
    color: #000000;
}
.text-holder p{
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
}
 .ser-hd h1{
     font-size:40px;
    letter-spacing: 0.25px;
    font-weight:600;
    color:#000;
    line-height:42px;
 }

.ser-p p{
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 27px;
    font-weight: 400;
    color: #000000;
}

.contact-sec .form-input{
width: 100%;
display: block;
border-radius: 1px;
margin-bottom: 30px;
padding: 14px 25px;
border: 1px solid lightgray;
border-radius: 1px;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
 /* box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);  */
  box-shadow: 0 20px 60px 0 rgba(107, 98, 119, 0.11);

 color: grey;
 padding-left: 11px !important;

}

.contact-form-group input:focus{
outline: none !important;
box-shadow: none !important;
border: 1px solid rgb(164, 164, 164);
}

.contact-sec .form-input2 {
width: 100%;
display: block;
border-radius: 5px;
margin-bottom: 30px;
padding: 39px 25px;
border: 1px solid lightgray;
border-radius: 1px;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
/* -webkit-box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16); */
 /* box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);  */
  box-shadow: 0 20px 60px 0 rgb(68 17 135 / 11%);

 color: grey;
 padding-left: 11px !important;
 padding-top: 12px;
}
.contact-sec .form-input2:focus{
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(164, 164, 164);
}
.form-input {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 12px 25px;
    border: 1px solid #f3f5f6;
    border-radius: 1px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /* -webkit-box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16); */
    /* box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16); */
    /* box-shadow: 0 20px 60px 0 rgb(68 17 135 / 11%); */
    background-color: #f3f5f6;
    color: #000000;
    padding-left: 11px !important;
    font-size: 15px;
}
.form-input:focus{
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(164, 164, 164);
}
.contact-form-group .form-input2 {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 39px 25px;
  border: 1px solid #f3f5f6;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #f3f5f6;
  color: #3324248a;
  padding-left: 11px !important;
  padding-top: 12px;
  font-size: 15px;
}
.contact-form-group .form-input2:focus{
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(164, 164, 164);
}
.h-d h1{
font-size: 33px;
padding-bottom: 24px;
letter-spacing: 0.55px;
color: #000;
}
.h-d span{
  color:#f49910
}

#contactForm {
    height: 100%;
    box-shadow: rgb(80, 18, 18) 0px 0px 9px -5px;
    padding: 23px;
    background-color: #fff;
    border-radius: 10px;
}
.quote{
  position: relative;
  padding: 7rem 0;
 
}
.quote::after {
    position: absolute;
    content: "";
    background-image: url(../images/ltr.jpg);
    background-size: cover;
    height: 76%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -3;
    background-repeat: no-repeat;
    opacity: 0.7;
}
.quote::before{
    position: absolute;
    content: "";
    background-color: #000000a8;
    background-size: cover;
    height: 76%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
}

.btxc a{
  color: #fff;
   font-weight: 600;
   border-radius: 50px;
   background-color: #f49910;
   border: 1px solid #f49910;
   padding: 10px 25px;
   /* display: inline-block; */
   text-decoration: none;
   transition:all .3s;
  }
  .btxc a:hover{
    background-color: #fff;
    color:#000;
    border: 1px solid #000;
  }
.qu-h span {
    color: #fab407;
    letter-spacing: 0.55px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}
.qu-h h2 {
    font-size: 36px;
    letter-spacing: 0.55px;
    color: #fff;
    line-height: 52px;
    font-size: 40px;
    letter-spacing: 0.25px;
    font-weight: 600;
    /* color: #000000; */
}
.qu-h p {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.55px;
    line-height: 28px;
}
   .care-hd {
      text-align: center;
      margin: auto;
      width: 88%;
  }
  .care-hd p {
    font-size: 22px;
    letter-spacing: 0.55px;
    line-height: 34px;
    font-weight: 500;
    margin-top: 5%;
}
  .exc h2{
    font-size: 25px;
    letter-spacing: 0.55px;
    line-height: 30px;
  }
 .indo img{
  width: 24px;
 }
 .bus{
  position: relative;
  box-shadow: black 0px 0px 17px -14px;
    padding: 2rem 2rem;
    background: linear-gradient(360deg, #ffd79c47 0, #1c635f00 100%);
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
    z-index:1;

 }
 .bus::after{
 position: absolute;
 content: "";
 top:0;
 left: 0;
  width: 100%;
  height: 100%;
  border-left: 8px solid #ffd79c;
  margin-left: 0px;
  transition: all 0.3s ease-in-out;
  border-radius: 23px;
   z-index:-1;
 }

 .bus:hover::after{
  border-left: 19px solid #ffd79c;
 }
 .carier{
  gap: 16px;
  margin-top: 7%;
  padding-bottom: 2%;
 }
 .bus:hover .indo{
  margin-left: 4%;
 }
 .indo{
  transition: all 0.3s ease-in-out;
 }
 .indo p{
     font-size:15px;
     color:#000;
     font-weight:400;
 }
    .ghjkl a{
    padding: 12px 22px;
    background-color: #f39113;
    color: #fff !important;
    text-decoration: none;
    transition: all .3s;
    border: 1px solid #f39113 !important;
  }
  .ghjkl a:hover{
    background-color:#000;
    color:#fff !important;
    border: 1px solid #000 !important;
  }
  
  
.raju{
  position: relative;
   z-index: 1; 
}
.raju img {
  width: 32px;
  height: 32px;
}
.raju::after {
  position: absolute;
  content: "";
  background-color:#f6a30d;
  box-shadow: #626262 4px 5px 0px 0px;
  background-size: contain;
  height: 48px;
  width: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.tx h2{
  font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 26px;
    font-weight: 600;
}
.tx p{
  font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 26px;
    font-weight: 400;
    color:#000000c2;
}
.hc-blog-more p{
    font-weight:500;
}
  .boult h2 {
    font-size: 25px;
    letter-spacing: 0.55px;
    font-weight: 500;
}
.job-desc h2{
  font-size: 28px;
  letter-spacing: 0.55px;
  font-weight: 500;
  line-height: 25px;

}
.job-desc p{
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 28px;
    color: #000000b3;
    font-weight: 500;
}
.details{
  box-shadow: black 0px 0px 17px -14px;
    padding: 2rem 2rem;
}
.gh a{
   padding: 12px 22px;
    background-color: #f39113;
    color: #fff !important;
    text-decoration: none;
    transition: all .3s;
    border: 1px solid #f39113 !important;
  }
  .gh a:hover{
    background-color:#000;
    color:#fff !important;
    border: 1px solid #000 !important;
  }
  .cardet{
      margin:auto;
      width:75%;
  }

.get-q {
    padding: 10px 22px !important;
    background-color: #1f1b20;
    /* background: linear-gradient(#f8ab0a, black); */
    /* -webkit-background-clip: text; */
    /* background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    z-index: 1;
    color: #fff !important;
    font-weight: 500;
    transition:all .3s;
    border:1px solid #1f1b20;
}
.get-q:hover {
    border: 1px solid #f49910;
    color: #f49910 !important;
    background-color: #ffffff !important;
}
/*.get-q::after{*/
/*    position:absolute;*/
/*    content:"";*/
/*    background-color:#000;*/
/*    background-size:contain;*/
/*    height:100%;*/
/*    width:100%;*/
/*    top:0;*/
/*    left:0;*/
/*    z-index:-1;*/
/*}*/



.ser-txt {
    top: 20%;
    right: 0;
    height: 400px;
    padding: 2rem;
    width: 52%;
    /* background-color: #f59d0f !important; */
    background: linear-gradient(45deg, #ef7f28, #f69f0e);
}
.ser-txt h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    line-height: 1.22em;
    letter-spacing: .15em;
}
.ser-txt p {
    font-size: 17px;
    letter-spacing: 0.55px;
    font-family: Raleway;
    font-weight: 500;
    margin: 13px 0 0;
    /* text-transform: uppercase; */
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
}
@media screen and (max-width: 1900px) {
    .inner-ser-list1 {
        margin-top: 9rem;
    }
}
.inner-ser-list:nth-child(even) .ser-txt {
    top: initial;
    bottom: 20%;
    right: initial;
    left: 0;
    height: 400px;
    padding: 2rem;
    width: 52%;
    background-color: #c28562 !important;
}
.get-q{
    text-decoration:none;
}
.top-nav{
    background-color:black;
}




.bannerslider1 {
      width: 100%;
      height: 100%;
    }

    .bannerslider1 .swiper-slide {
      background-position: center;
      background-size: cover;
    }

    .bannerslider1 .swiper-slide img {
      display: block;
      width: 100%;
      height:100vh;
      object-fit:cover;
    }
    .bannerslider1 .swiper-slide {
        position:relative;
        z-index:1;
    }
.bannerslider1 .swiper-slide::after {
    position: absolute;
    content: "";
    background-color: #ffffffa8;
    background-size: contain;
    /*backdrop-filter: blur(4px);*/
    height: 100%;
    width: 57%;
    top: 0;
    left: 0;
    z-index: 1;
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
}
.text-content-wra {
    top: 58%;
    left: 10%;
    transform: translateY(-50%);
    width: 31%;
    z-index: 9;
    overflow: hidden;
    padding: 14px 0;
}
.text-content{
    transform:translateX(-154%);
    transition:all 1s;
}
.swiper-slide-active .text-content{
     transform:translateX(0%);
}
.sub-nav ul {
    padding: 37px 0;
}
/*.ul li{*/
/*    position:relative;*/
/*}*/
/*.ul li::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: red;*/
/*    background-size: contain;*/
/*    height: 7px;*/
/*    width: 7px;*/
/*    bottom: -49%;*/
/*    left: 39%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 9;*/
/*}*/
/*.ul li::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: blue;*/
/*    background-size: contain;*/
/*    height: 7px;*/
/*    width: 7px;*/
/*    bottom: -51%;*/
/*    left: 39%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 9;*/
/*}*/
.square1 {
    background-color: #f6a30d;
    height: 7px;
    width: 7px;
   transform:scale(0);
    transition:all .3s;
}
.square2 {
    background-color: #000;
    height: 7px;
    width: 7px;
   transform:scale(0);
    transition:all .3s;
    transition-delay:.1s;
    
}
.sub-nav ul li:hover .square1,.sub-nav ul li:hover .square2{
   transform:scale(1);
}
.cfx {
    margin-top: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.acti .square1 {
   transform:scale(1);
   animation:move 1s infinite;
}
.acti .square2 {
   transform:scale(1);
   animation:move 1s infinite;
   animation-delay: .3s;
    
}
@keyframes move{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(0);
    }
    100%{
        transform:scale(1);
    }
}

.bannerslider1  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
    background: #f39113;
    opacity: 1;
}
.bannerslider1 .swiper-pagination {
    position: absolute;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-left: 10%;
    display: flex;
    gap: 20px;
    padding-bottom: 2%;
}
.bannerslider1 .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #f39113;
    position:relative;
}
.bannerslider1 .swiper-pagination-bullet-active::after {
    position: absolute;
    content: "";
    border: 1px solid #f39113;
    background-size: contain;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: 46%;
    left: 47%;
    transform: translate(-50%, -50%);
}
.rd-bt a img{
    transition:all .3s;
}
.rd-bt a:hover img{
    margin-right:10px;
}
#contactForm{
    position:relative;
}
#contactForm::after {
    position: absolute;
    content: "";
    background: linear-gradient(140deg, #f39113, #000 42%, #fff 46%);
    background-size: contain;
    height: 77%;
    width: 101%;
    top: -1%;
    left: -1%;
    z-index: -1;
    border-radius: 10px;
    background: linear-gradient(140deg, #f39113, #121212 40%);
}
.dd-hd h4 {
    font-size: 16px;
    font-weight: 700;
}
.temex{
    width:70%;
    margin:auto;
}
 .gl11 img{
     height: 250px;
    object-fit: cover;

 }
.rans img{
    height: 249px;
    object-fit: cover;

}
.image img{
    height: 256px;
    object-fit: cover;

}
.new-im img{
     height: 256px;
    object-fit: cover;
}

.view-image {
    position: fixed;
    inset: 0;
    z-index: 500;
    padding: 3%;
    display: flex;
    flex-direction: column;
    animation: view-image-in 300ms;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 999999999999999 !important;
}



.career-pop, .Enquiry {
    background-color: #000000b3;
    height: 100vh;
    width: 100%;
    z-index: 9999999999999999;
    backdrop-filter: blur(8px);
}
.inner-pop {
    width: 45%;
}
.inner-pop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 0.5rem;
    outline: 0;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.heading h2 {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}
.ccb {
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 400;
    margin-top: 10px !important;
}
.btn-close, .heading::after, .heading::before {
    position: absolute;
    border-radius: 50%;
}
.btn-close {
    width: 30px;
    height: 30px;
    right: 25px;
    top: 10px;
    background-size: 15px;
    opacity: 1;
    z-index: 1;
    border: 1px solid #fa0000;
    background-image: url(../images/close_btn.png);
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
.form-row label, .headerPopUp .enorllForm_rightWrapper .form-row label {
    font-size: 15px;
    font-weight: 400;
    color: #181818;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
}
.form-row label, .headerPopUp .enorllForm_rightWrapper .form-row label {
    font-size: var(--font-small);
    font-weight: var(--weight-400);
    font-family: var(--heading-font);
    color: #181818;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
}
.form-row .form-control, .form-row .form-select {
    border-radius: var(--border-radius-5px);
    height: 44px;
    margin-bottom: 10px;
}
.form-row .form-control, .form-row .form-select {
    border-radius: var(--border-radius-5px);
    height: 44px;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.hero_btn {
    font-weight: var(--weight-400);
    text-align: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    padding: 12px 20px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .4);
    background: #f39113;
    color: #fff;
    transition: var(--trans-nrml);
    border: 1px solid transparent;
    display: block;
    width: fit-content;
    border-radius: 5px;
    letter-spacing: 1px;
}
#callBackSection .callBackSection .callBackSectionText .btn_group .hero_btn.btn_invers:hover, .hero_btn:hover {
    background: #141b79;
    border-color: #141b79;
    color: #fff;
}
.inner-pop {
    width: 45%;
}
.inner-pop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 0.5rem;
    outline: 0;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem;
}
.btn-close {
    background-color: #fff;
}

.btn-close, .heading::after, .heading::before {
    position: absolute;
    border-radius: 50%;
}
.btn-close {
    width: 30px;
    height: 30px;
    right: 25px;
    top: 10px;
    background-size: 15px;
    opacity: 1;
    z-index: 1;
    border: 1px solid #fa0000;
    background-image: url(../images/close_btn.png);
}
.breadcrumb-area2:after,.breadcrumb-area4:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000075;
    opacity: 0.5;
    z-index: -1;
}



.key-hd1 p {
    font-size: 16px;
    letter-spacing: 0.55px;
}
.key-hd1 h2 {
    color: #000;
    font-weight: 900;
    font-size: 45px;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: unset;
}
.key-hd1 h2 span {
    color: #000;
    font-weight: 900;
    font-size: 45px;
    background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: unset;
}

#emailerr{
  display: none;
}
#moberr{
  display: none;
}
#email_err{
  display: none;
}
#mob_err{
  display: none;
}
#emlerr{
  display: none;
}
#mberr{
  display: none;
}

.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#successm{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInnerm{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
  font-family:auto !important;
}
.quick_sucInner h3{
    
  font-family:auto !important;
}

#success{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInner{
  text-align: center;
}



.col-lg-2-img img{
    height:200px;
    object-fit:contain;
}

.col-lg-2-img{
    position:relative;
    z-index:1;
    overflow:hidden;
}
.col-lg-2-img::before {
    position: absolute;
    content: "";
    background: #f94834;
    width: 70%;
    height: 0%;
    background: #f94834;
    transform: rotate(45deg) scale(3);
    transition: all .3s ease-out;
    bottom: -17%;
    left: -35%;
    z-index: -1;
}
.col-lg-2-img:hover::before{
    height: 100%;
}
.col-lg-2-img img{
    transition:all .3s;
}
.col-lg-2-img:hover img{
    filter:brightness(0)invert(1);
}
.col-lg-2-img1 img{
    height:200px;
    object-fit:contain;
}



.col-lg-2-img1 {
    /*box-shadow: black 0px 0px 11px -5px;*/
    position:relative;
}
.col-lg-2-img1::after{
    position:absolute;
    content:"";
    border-right:1px solid lightgray;
    border-bottom:1px solid lightgray;
    background-size:contain;
    height:100%;
    width:100%;
    top:0;
    right:0;
}
.col-lg-2-img1{
    position:relative;
    z-index:1;
    overflow:hidden;
}
.col-lg-2-img1::before {
    position: absolute;
    content: "";
    background: #f94834;
    width: 70%;
    height: 0%;
    background: #f94834;
    transform: rotate(45deg) scale(3);
    transition: all .3s ease-out;
    bottom: -17%;
    left: -35%;
    z-index: -1;
}
.col-lg-2-img1:hover::before{
    height: 100%;
}



.xcx1{
    border-radius: 1rem;
    position: relative;
    transition: 0.5s ease-in-out;
}

.xcx2 {
    position: absolute;
    border-radius: 1rem;
    transition: 0.5s ease-in-out;
    opacity: 0;
    z-index: 9;
    top: 0;
    left: 0;
}

.col-lg-2-img1:hover .xcx1{
  opacity: 0;
}

.col-lg-2-img1:hover .xcx2{
   opacity: 100% !important;
}