
html{
    overflow-x: hidden;  
      scroll-behavior: smooth;

}

body{
    margin: 0;
    overflow-x: hidden;
background-color: #fff;
 font-family: 'Supreme',sans-serif !important;
}
@font-face {
    font-family: 'Supreme' !important;
    src: url('../fonts/Supreme-Regular.eot');
    src: url('../fonts/Supreme-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Supreme-Regular.woff2') format('woff2'),
        url('../fonts/Supreme-Regular.woff') format('woff'),
        url('../fonts/Supreme-Regular.ttf') format('truetype'),
        url('../fonts/Supreme-Regular.svg#Supreme-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Supreme';
    src: url('../fonts/Supreme-Light.eot');
    src: url('../fonts/Supreme-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Supreme-Light.woff2') format('woff2'),
        url('../fonts/Supreme-Light.woff') format('woff'),
        url('../fonts/Supreme-Light.ttf') format('truetype'),
        url('../fonts/Supreme-Light.svg#Supreme-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Supreme';
    src: url('../fonts/Supreme-Medium.eot');
    src: url('../fonts/Supreme-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Supreme-Medium.woff2') format('woff2'),
        url('../fonts/Supreme-Medium.woff') format('woff'),
        url('../fonts/Supreme-Medium.ttf') format('truetype'),
        url('../fonts/Supreme-Medium.svg#Supreme-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Supreme';
    src: url('../fonts/Supreme-Bold.eot');
    src: url('../fonts/Supreme-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Supreme-Bold.woff2') format('woff2'),
        url('../fonts/Supreme-Bold.woff') format('woff'),
        url('../fonts/Supreme-Bold.ttf') format('truetype'),
        url('../fonts/Supreme-Bold.svg#Supreme-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
p{
    font-size: 15px !important;
}

a{
   
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
a:hover {
       text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}


/* width */
::-webkit-scrollbar {
 width:3px;
}

/* Track */
::-webkit-scrollbar-track {
 background:#581b6a; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background:#581b6a;
 border-radius:0px;
}



/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  height: 60px;
  position: relative;
}
.loader::before,
.loader::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #514b82;
  clip-path: polygon(0 0,100% 0, 100% 67%,50% 67%,50% 34%,0 34%);
  animation: sp7 2s infinite;
}
.loader::after {
  --s:-1,-1;
}
@keyframes sp7 {
    0%,
    10%  {transform:scale(var(--s,1)) translate(0,0)        rotate(0deg)}
    33%  {transform:scale(var(--s,1)) translate(0,-20px)    rotate(0deg)}
    66%  {transform:scale(var(--s,1)) translate(10px,-20px) rotate(-90deg)}
    90%,
    100% {transform:scale(var(--s,1)) translate(10px,-10px) rotate(-90deg)}
}

.social_chat_block {
    width: 172px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #f1ece5;
    border: solid 1px #58585c24;
    z-index: 777;
    text-align: left;
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border-radius: 50px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}.social_chat_block span {
    font-size: 18px;
    position: relative;
    top: 3px;
}.ftr-hand {
    width: 28px;
    margin-left: 8px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}
.social_chat_block strong img {
    width: 28px;
    float: right;
}




.mainheader{
    width: 100%;
    float: left;
    background: white;
    position: absolute;
    z-index: 11;
        
height: 0px;
}
.total-header{
    width: 100%;
padding-top: 10px}
.logopart{
    width: 20%;
    padding: 10px 0px 0px 0px;
    float: left;
    position: relative;
    z-index: 11;
}
.logobox{
    float: left;

    
}
.logopart img{
    float: left;
    max-width: 100%;
}


.buttonarea {
     float: right;
    margin-top: -12px;
    margin-left: 10px;
}


.buttonarea a {
   
       float: right;
    background: transparent;
    color: #f9f9f9;
    padding: 14px 0px;
    height: 50px;
    width: 160px;
    font-size: 15px;
    font-weight: 500;
    transition: .5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.buttonarea a:hover {
    text-decoration: none;
    color: white;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menuarea{width: auto;padding: 20px 0px 0px 0px;float: right;text-align: center;}


.menuarea > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 20px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      position: relative;
    z-index: 11111;
}

.menuarea > .mob_nav > div {
    background: #1b1259;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.menuarea > .mob_nav > div:nth-child(1) {
    top: 8px; 
}

.menuarea > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 16px; 
}

.menuarea > .mob_nav > div:nth-child(4) {
    top: 23px; 
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; 
}

.mob_nav.open > div:nth-child(2) {
    top: 1px;
    background: #1a1259;;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #1a1259;;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menuarea > ul{
     width: auto;
    display: inline-block;
    vertical-align: middle;
       padding-left: 0px;
margin-bottom: 0px;
    float: right;
}
    
.menuarea > ul > li{
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 0px 26px 0px 0px;
}
.sp-li{
    padding: 0px 0px 0px 0px !important;
}
.menuarea > ul > li > a{
    padding: 0px 0px 10px 0px;
    border-bottom: 3px solid transparent;
    width: auto;
    color: #f9f9f9;
    font-weight: 400;
    float: left;
    position: relative;
    font-size: 15px;
    letter-spacing: 0px !important;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
.menuarea > ul > li > a:hover{
   color: #f9f9f9;
   border-bottom: 3px solid #b31666 !important;
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
   text-decoration: none;
}

.activeli{
   color: #073860;
   border-bottom: 3px solid #b31666 !important;
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
   text-decoration: none;
}


.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
   
    transform: translate(0,0);
}




/*.sub-menu {
    margin-top: 73px!important;
}*/



.menu ul {
        border-radius: 10px;
        visibility: hidden;
        opacity: 0;
        margin: 0;
        top: 35px;
        padding: 0;
        width: 224px;
        position: absolute;
        left: -52px;
        background: #fff;
        z-index: 99;
        float: none;
        transform: translate(0,20px);
        transition: all .2s ease-out;
}
.menu ul li {
        display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 15px 15px;
    width: 100%;
    position: relative;
    z-index: 100;


}

/* new dropdown  */
  





.menu li:first-child {
    margin-left: 0;
}

.menu li:nth-child(n) {
border-bottom: none;}




.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
   
    display: block;
    color: #001e42;
}

.menu ul li a:hover {
    color:  #b31666;
   transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    
}
.menu ul li:hover a{
    text-decoration:none;
}
.menu ul li:hover .menu2 a{
     
    text-decoration:none;
}

.menu-padding{
    padding-top: 0px;
}
/*triangle on hoverul*/
.menu ul:after {
  
}.sp-li {
    padding: 0px 28px 0px 0px !important;
}






@media(max-width:1024px) 
{


.header_menu_area {
    position: inherit;
}

 .header2{
    background-color: transparent;
    position: absolute;
    top: 13px;
 }
    .menuarea{
        position: inherit;
        padding-top: 26px;
        border-bottom: none;
   
    }
  
    .menuarea > ul > li > a{
        float: left;
       
    }

.menuarea > ul {
    width: 0;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;

    min-height: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 0px;
    text-align: center;
}

.menuarea > ul > li > a:hover{
  
    border-bottom: none!important;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.activeli {
    border-bottom: none !important;
   
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.menuarea > ul > li {
    width: 100%;
    padding: 0px;
    }


.sp-li {
    padding: 0px 0px 0px 0px !important;
}
.menuarea ul.view {
          background-color: #000000eb;
    margin-top: 0px;
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 100%;
        padding-top: 30px;
    padding-bottom: 30px;
  visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
    /* transform: rotate(0deg) translate3d(0, 0, 0); */
}
.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
   display: none;
}

.menuarea > ul > li > a {
    font-size: 17px;
    width: 100%!important;
    padding: 17px 17px 17px 17px;

}
.header_menu_area > ul > li > a {
    margin: 8px 0px 0px 0px;
}

.sub-menu {
    margin-top: 73px!important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /*position: unset;*/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
border-radius: 0px;
}

/*.buttonarea{
width: 164px;
    padding: 11px 0px;
    text-align: center;
    float: none;
        margin-top: 30px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.buttonarea a{
    font-size: 15px;
    font-weight: 600;
    float: none;
    display: inline-block;
padding: 0px;
}*/
.header_menu a svg{
    display: none;
}
   .overlay{
    display:none ;
   }
   .cli-btn{
    display: none;
   }
   .menu ul li a {
    text-align: center;
}



}

.close-img{
    width: 35px;
}

    #videobanner:before {
          height:100vh;
      }
#videobanner {
    float: left;
    width: 100%;
    background-color: #010e26;
    height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    float: left;
    width: 100%;
    margin-top: 0px;
    /* background: red; */
    height: 100vh;
    width: 100% !important;
    object-fit: cover;
    width: 100vw;
}
.video-slide{
  /* height: 100vh; */
  bottom:0;
  top: 140px;
  width:100%;
  position: absolute;
  z-index: 1;
}
/*#videobanner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(9, 43, 80);
    background: linear-gradient(5deg, rgb(9 43 80 / 82%) 0%, rgb(9 43 80 / 68%) 35%, rgb(0 0 0 / 61%) 100%);
    opacity: 0.9;
}*/
.banner-caption{
  float:left;
  width:100%;

}


.banner-caption .item h3{
   float:left;
  width:100%;
  color:white !important;
  font-size:65px;
  font-weight:300;
  text-align:left;
  line-height:75px;
}
.banner-caption .owl-nav{
    display: none!important;
}
.banner-caption .item h3 span{
  font-weight:500;
    color: #eed0ff;
}




.video-slide p{
  float:left;
  width:100%;
  font-size:14px;
  color:white;
  font-weight:normal;
  text-align:left;
  line-height: 25px;
  padding-top: 10px;
}

.btn-abt {
    float: left;
    border-radius: 50px;
    width: 175px;
    color: #e6dee6;
    font-weight: normal;
    font-size: 14px;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 11px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.btn-abt:hover {

 text-decoration: none;
    color: white;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;


}
.btn-abt:hover span {
    background-color: #4e1b6a;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}

.btn-abt span {
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #d997f3;
    float: right;
    top: 5px;
    position: relative;
}


.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}
.scroll-down {
   overflow: hidden;
    float: right;
    text-align: right;
    position: relative;
    bottom: 250px;
    right: 107px;
    z-index: 1;
}
.scroll-down img{
        width: 80px;
        float: right;
        position: relative;
}



.banner-2{
    /* float: left; */
    /* position: relative; */
    bottom: 0px;
    width: 100%;
    position: absolute;
    z-index: 9;
}
.ban21{
    float: left;
    width: 50%;
    background-color: #f5f9f6;
    padding: 40px 30px;
    height: 144.5px;
}
.ban22{
    float: left;
    width: 50%;
    background-color: #581b6a;
    padding: 40px 57px;
    height: 144.5px;
}
.ban21 h3{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #000;
    font-weight: 300;
}
.ban21 h3 span{
font-weight: 500;
text-decoration: underline;
font-style: italic;
  
}
.ban22 h4{
    font-weight: 400;
    color: #fff;
    float: left;
    text-align: left;
    font-size: 38px;
    line-height: 28px;
    margin-bottom: 0px;
}
.ban22 h4 span{
    font-weight: 600;
    font-size: 50px;
}
.ban22 h4 strong{
    font-weight: 400;
    font-size: 16px;
    color: #bb93c7;
    padding-top: 10px;
}
.ban22 img{
    float: right;
    width: 136px;
    object-fit: cover;
}

.banner-3{
    
       float: left;
       width: 100%;
     padding: 90px 0px 60px 0px; 
     
}
.abtus-img{
    float: left;
    max-width: 100%;
    object-fit: cover;
}
.banner-3 h3
{
    float: left;
    width: 100%;
    font-size: 41px;
    line-height: 49px;
    font-weight: 300;
    color: #000;
}
.banner-3 h3 span{
    font-weight: 500;
}
.banner-3 p{
    width: 100%;
    font-weight: 400;
    color: #181818;
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.mission-index{
    float: left;
    width: 50%;
    padding: 0px 0px;
}
.mission-index h5
{
        background: -webkit-linear-gradient(#9131c5, #4e1b6a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        float: left;
        width: 100%;
        font-size: 25px;
        font-weight: 600;
}
.mission-index p{
        padding-right: 19px;
      font-weight: 400;
      color: #181818;
      float: left;
      text-align: left;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 14px;
      width: 100%;
}

.btn-abt-2 {
    float: left;
    border-radius: 50px;
    width: 175px;
    color: #e6dee6;
    font-weight: normal;
    font-size: 14px;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.btn-abt-2:hover {

 text-decoration: none;
    color: white;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;


}
.btn-abt-2:hover span {
    background-color: #4e1b6a;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}

.btn-abt-2 span {
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #d997f3;
    float: right;
    top: 5px;
    position: relative;
}


.banner-4{
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
   
}
.b4-1{
    float: left;
    width: 100%;
border-right: 1px solid #ccc;
padding-top: 30px;
padding-bottom: 30px;
}
.b4-1-img{
    float: left;
    width: 70px;
    margin-bottom: 20px;
    object-fit: cover;
display:block ;
}
.b4-2-img{
    float: left;
    width: 70px;
    margin-bottom: 20px;
    object-fit: cover;
display: none;
}
.b4-1 h6{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.b4-1 p{
        padding-right: 10px;
      font-weight: 400;
      color: #181818;
      float: left;
      text-align: left;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 14px;
}
.b4-1:hover .b4-1-img{
display: none;
}
.b4-1:hover .b4-2-img{
display: block;
}
.b4-1:hover h6{
    color: #731b7b;
}

.banner-5{
    background-color: #f5f9f6;
    padding: 70px 0px;
    float: left;
    width: 100%;
}
.banner-5 h3{
      margin-bottom: 37px;
      line-height: 50px;
      float: left;
      width: 100%;
      font-weight: 300;
      font-size: 41px;
      color: #000;
      margin-bottom: 52px;
}
.banner-5 h3 span{
    font-weight: 500;
}
.back-ser{
     background-image: url("../images/sr1.png");
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
     width: 100%;
    height: 100%;
}

.b5-1{
    position: relative;
    border-radius: 20px;
    float: left;
    width: 100%;
  
    height: 452px;
  
}
.b5-1 h2{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 35px;
    line-height: 34px;
    color: #000;
    position: absolute;
    top: 40px;
    left: 35px;
}
.btn-as-cntr{
    float: left;
    width: 100%;
    position: absolute;
    bottom: 22px;
}

.banner-5 a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(242 214 229 / 31%);
        -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s, -webkit-transform 1.8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    z-index: 9;
}
.banner-5  a {
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    border-radius: 20px;
}
.banner-5 a:hover::before {
    webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.banner-5 a:hover .back-ser{
    transform: scale(1.05);
}
.banner-5 a:hover .backgr{
    transform: scale(1.05);
}
.banner-5 a:hover img {
    transform: scale(1.05);
}



.btn-as {
    float: left;
    border-radius: 26px;
    width: 175px;
    color: #ebe8ed;
    font-weight: normal;
    font-size: 14px;
    background-color: #4e1b6a;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 11px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    position: absolute;
    bottom: 40px;
    left: 35px;
}
.btn-as:hover {

 text-decoration: none;
    color: white;
    background-color: #ab1666;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;


}
.btn-as:hover span {
    background-color: #4e1b6a;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}

.btn-as span {
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #d997f3;
    float: right;
    top: 5px;
    position: relative;
}
.backgr{
     background-image: url("../images/sr2.png");
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
     width: 100%;
    height: 100%;
}
.b5-2{
    position: relative;
    border-radius: 20px;
    float: left;
    width: 100%;
   
    height: 425px;
   
}
.b5-2 h2{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 35px;
    line-height: 34px;
    color: #000;
      position: absolute;
    top: 40px;
    left: 35px;
}
.btn-sp5{
    float: left;
    width: 100%;
    position: absolute;
    bottom: 23px;
    right: 12px;
}

.btn-5 {
    float: right;
    border-radius: 26px;
    width: 175px;
    color: #404040;
    font-weight: normal;
    font-size: 14px;
   background-color: #fff;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 11px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* position: relative; */
    bottom: 20px;
}
.btn-5:hover {

text-decoration: none;

background-color: #4e1b6a;

background-position: right center;

color: #fff;

text-decoration: none;

transition: all ease-in-out 0.5s;

-o-transition: all ease-in-out 0.5s;

-ms-transition: all ease-in-out 0.5s;

-moz-transition: all ease-in-out 0.5s;

-webkit-transition: all ease-in-out 0.5s;
}
.btn-5:hover span {
    background-color: #ab1666;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}

.btn-5 span {
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #7a7979;
    float: right;
    top: 5px;
    position: relative;
}

.b5-3{
    float: left;
    width: 100%;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
     transition: transform .5s ease;
    overflow: hidden !important;

}
.audit-hover{
     margin-top: 25px;
}

.b5-box1-img{
    float: left;
    width: 45%;
     transition: transform .5s ease;
      border-radius: 30px 0px 0px 30px;
      overflow: hidden;
   
}
.b5-box1-img img {
    float: left;
   
    width: 100%;
    height: 260px;
    object-fit: cover;
     transition: transform .5s ease;
    overflow: hidden !important;
     overflow: hidden !important;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b5-box2-cont {
    float: left;
    width: 55%;
    border-radius: 0px 30px 30px 0px;
    padding: 33px 29px 30px 40px;
    background-color: #fff;
}
.b5-box2-cont h4{
     float: left;
    width: 100%;
    font-weight: bold;
    font-size: 35px;
    line-height: 34px;
    color: #000;
}
.b5-box2-cont p{
      padding-top: 10px;
      font-weight: 400;
      color: #181818;
      float: left;
      text-align: left;
      font-size: 14px;
      line-height: 24px;
      /* margin-bottom: 42px; */
      width: 100%;
}
.btn-6{
    float: left;
    width: 100%;
    /* position: absolute; */
    /* bottom: 22px; */
}

.btn-bx6 {
    float: left;
    border-radius: 26px;
    width: 175px;
    color: #ebe8ed;
    font-weight: normal;
    font-size: 14px;
    background-size: 200% auto;
  background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);    padding-left: 22px;
    padding-right: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* position: relative; */
    /* bottom: 20px; */
}
.btn-bx6:hover {
    text-decoration: none;
    color: white;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.btn-bx6:hover span {
    background-color: #4e1b6a;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.btn-bx6 span {
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #d997f3;
    float: right;
    top: 5px;
    position: relative;
}


#videobanner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(9, 43, 80);
    background: linear-gradient(5deg, rgb(9 43 80 / 82%) 0%, rgb(9 43 80 / 68%) 35%, rgb(0 0 0 / 61%) 100%);
    opacity: 0.9;
}








.b5-4 {
    transition: transform .5s ease;
    overflow: hidden !important;
    border-radius: 20px;
    float: left;
    width: 100%;
    background-color: #ffd2eb;
    padding-top: 31px;
    padding-left: 30px;
    /* height: 337px; */
    padding-bottom: 31px;
    padding-right: 20px;
    position: relative;
    top: -2px;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.b5-4 h5{
    text-decoration: underline;
     float: left;
    width: 100%;
    font-weight: bold;
    font-size: 35px;
    line-height: 36px;
    color: #000;
}
.b5-4 p{
      padding-top: 10px;
      font-weight: 400;
      color: #181818;
      float: left;
      text-align: left;
      font-size: 14px;
      line-height: 24px;
      /* margin-bottom: 42px; */
      width: 100%;
}
.btn-7{
    float: left;
    width: 100%;
    /* position: absolute; */
    /* bottom: 22px; */
}

.btn-bx7 {
    float: left;
    border-radius: 26px;
    width: 175px;
    cursor:pointer;
    color: #ebe8ed;
    font-weight: normal;
    font-size: 14px;
    background-size: 200% auto;
  background-image: linear-gradient(to right, #b31666 0%, #4e1b6a 51%, #4e1b6a 100%);    padding-left: 22px;
    padding-right: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* position: relative; */
    /* bottom: 20px; */
}
.btn-bx7:hover {
    text-decoration: none;
    color: white;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.btn-bx7:hover span {
    background-color: #4e1b6a;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.btn-bx7 span {
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #d997f3;
    float: right;
    top: 5px;
    position: relative;
}


.banner-6{
    float: left;
    width: 100%;
  
    /* padding: 50px 0px; */
}
.banner-6-h3{
    text-align: center;
    /* margin-bottom: 37px; */
    line-height: 50px;
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 43px;
    color: #000;
    margin-bottom: 52px;
}
.banner-6-h3 span{
    font-weight: 500;
}
.banner-6-h3:hover{
    text-decoration: underline;
    background: -webkit-linear-gradient(#440f62, #c04bff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
         transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.banner-6-paragraph{
    text-align: center;
    margin-bottom: 20px;

}


.work-process-border {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}
.work-single-step {
    text-align: center;
    margin-bottom: 90px;
}

.text-white .work-single-step .icon .number {
    border-color: #1F1F27;
}
.work-single-step .icon .number {
    top: -7px;
    right: -8px;
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 31px;
    position: absolute;
    border-radius: 50%;
    border: 3px solid white;
   background: rgb(163,22,102);
background: linear-gradient(32deg, rgba(163,22,102,1) 24%, rgba(99,26,105,1) 67%);

}
.text-white *, .text-white a {
    color: white;
}
.delay-0-4s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.text-white *, .text-white a {
    color: white;
}
.text-white .before-after-circle:after, .text-white .before-after-circle:before {
    border-color: #35353C;
}
  .work-process-border:before {
    position: absolute;
    width: 70%;
    height: 0;
    content: '';
    left: 15%;
    top: 44px;
    z-index: -1;
    opacity: 0.1;
    border-top: 2px dashed black; 
}
    @media only screen and (max-width: 991px)
     {

      .work-process-border:before {
        left: 50%;
        width: 0;
        height: 70%;
        border-top: none;
        border-right: 2px dashed black;
         }
         }


         /* vat sevice styles  */


.before-after-circle 
{

  position: relative;
   }
  .before-after-circle:after, .before-after-circle:before
   {
    content: '';
    top: 36px;
    width: 18px;
    height: 18px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
   border: 5px solid #eda9ce;
    -webkit-animation: zoomInOut 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: zoomInOut 2s infinite cubic-bezier(0.66, 0, 0, 1);
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #ab1666 0%, #ab1666 117.45%);
}
  .before-after-circle:before 
  {
    left: -24px; 
}
    @media only screen and (max-width: 991px)
     {
      .before-after-circle:before
       {
        top: -50px;
        left: calc(50% - 9px);
         } 
    }
  .before-after-circle:after
   {
    right: -24px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; 
}
    @media only screen and (max-width: 991px)
     {
      .before-after-circle:after 
      {
        top: auto;
        bottom: -50px;
        left: calc(50% - 9px);
         } 
     }

.work-process-area-two 
{
  position: relative;
  overflow: hidden;
  z-index: 1; 
}
  .work-process-area-two .section-title p 
  {
    opacity: 0.8;
     }
  .work-process-area-two:after, .work-process-area-two:before 
  {
    position: absolute;
    width: 280px;
    height: 150%;
    content: '';
    top: -25%;
    z-index: -1;
    -webkit-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
    -ms-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
    transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
    background: -webkit-linear-gradient(269.21deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
    background: -o-linear-gradient(269.21deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
    background: linear-gradient(180.79deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%); 
}
  .work-process-area-two:before
   {
    left: 10%;
     }
  .work-process-area-two:after 
  {
    left: 40%; 
}
  .work-process-area-two .container:before 
  {
    position: absolute;
    width: 280px;
    height: 150%;
    content: '';
    top: -25%;
    left: 70%;
    z-index: -1;
    -webkit-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
    -ms-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
    transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
    background: -webkit-linear-gradient(269.21deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
    background: -o-linear-gradient(269.21deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
    background: linear-gradient(180.79deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
     }

.text-white .work-process-border:before
 {
  border-color: white; 
}

.text-white .before-after-circle:after, .text-white .before-after-circle:before
 {
  border-color: #35353C;
   }

.text-white .work-single-step .icon .number
 {
  border-color: #1F1F27; 
}
.work-single-step .icon {
    color: white;
    font-size: 35px;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    width: 88px;
    height: 88px;
    background: rgb(163,22,102);
background: linear-gradient(32deg, rgba(163,22,102,1) 24%, rgba(99,26,105,1) 67%);

    line-height: 88px;
    border-radius: 50%;
    text-align: center;
}.text-white *, .text-white a {
    color: white;
}


.banner-7{
    float: left;
    width: 100%;
    padding: 50px 0px;
}


.b1-2{
    float: left;
    width: 100%;
}
.b1-2 h2{
    line-height: 53px;
    text-align: left;
    font-weight: 300;
    font-size: 42px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 12px;
}
.b1-2 h2 span{
    font-weight: 500;
}


.b12p {
       font-size: 14px;
       color: #252525;
       font-weight: 400;
       line-height: 27px;
       text-align: left;
       padding-bottom: 0px;
}



.b4-inner1{
    margin-bottom: 21px;
}
.b4-inner1 img{
    width: 30px;
    float: left;
    margin-right: 13px;
    margin-top: 0px;
    position: relative;
    top: -1px;
}
.b4-inner1 h4{font-size: 15px;color: #252525;font-weight: 400;line-height: 27px;text-align: left;/* padding-bottom: 30px; */}

.b12img{
    border-radius: 20px;
     max-width: 100%;
    float: right;
    object-fit: cover;
    margin-left: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.btn-why {
    float: left;
    border-radius: 50px;
    width: 200px;
    color: #e6dee6;
    font-weight: normal;
    font-size: 14px;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 11px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.btn-why:hover {

 text-decoration: none;
    color: white;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;


}
.btn-why:hover span {
    background-color: #4e1b6a;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}

.btn-why span {
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #d997f3;
    float: right;
    top: 5px;
    position: relative;
}

.content h5{
        font-size: 23px;
    font-weight: 600;
}
.content p{
        width: 100%;
    text-align: center;
    padding: 0px 39px;
    font-size: 15px;
    font-weight: 400;
    float: left;
    line-height: 25px;
}
.icon img{
      margin-top: -4px;
    float: none;
    width: 40px;
    margin-left: auto;
    display: inline-block;
    margin-right: auto;

}
.icon-files-and-folders:before {
    content:none !important;
}

.banner-8{
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: rgb(75,25,94);
background: linear-gradient(72deg, rgba(75,25,94,1) 16%, rgba(71,24,92,1) 84%);

}
.b8-1 {
    float: left;

    width: 100%;
}
.b8-1 h3{
    float: left;
    width: 100%;
    color: #edeaee;
    font-weight: 300;
    font-size: 45px;
}
.b8-1 h3 span{
    font-weight: 500;
    color: #ffffff;
}
.b8-2{
    float: left;
    width: 100%;
}
.b8-2 p{
   font-size: 15px;
    font-weight: 400;
    float: left;
    line-height: 25px;
    width: 100%;
    text-align: right;
    color:#edeaee;
        margin-bottom: 100px;
}
.b8-3 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.count2{
    float: left;
    width: 100%;
}
.count2 .item1:after {
    content: '+';
    position: absolute;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    top: 11px;
}
.count2 .item1 {
 color: #fff;
 font-size: 70px;
 font-weight: 600;
 float: left;
 width: 100%;
 line-height: 1;
 text-align: center;
 position: relative;
 }
.count2 .item p {
    color: #f0eef1!important;
    font-size: 19px !important;
    font-weight: 400;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
    float: left !important;
    text-align: center;
    line-height: 41px;
}


.count2 .item h6
{
    color: #b496c2 !important;
    font-size: 15px !important;
    font-weight: 400;
    margin-top: 0px;
    width: 100%;
    margin-top: 1px;
    float: left !important;
    text-align: center;
    line-height: 24px;
    padding: 0px 34px;
}


.banner-9{
    float: left;
    width: 100%;
    padding:70px 0px 50px 0px;

}
.banner-9 h3{
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 300;
}
.banner-9 h3 span{
    font-weight: 500;
}

.panel1{
    float: left;
    width: 100%;
    padding-top: 50px;
 padding-bottom: 45px;

}

.p1-carousel .owl-nav {
display: none !important;
    
}


.loop-box{
    float: left;
    width: 100%;
    background-color: #Fff;
    border: 1px solid #e6e7e7;
    border-radius: 20px;
        height: auto;
}
.pad-loop{
    padding: 30px 60px 30px 60px;      float: left;
      width: 100%;
}
.loop-1{
    float: left;
    width: 100%;

}
.loop-1 img{float: left;height: 90px;width: 90px !important;border-radius: 50px;margin-right: 25px;object-fit: cover;}
.loop-1 h3{text-align: left;width:auto;color: #000;font-weight: 500;font-size: 23px;margin-top: 18px;float: none;}
.abt-banner3 p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.accounting-services h2 {
  
    float: left;
}
    .accounting-services p{
       color: #000;
       font-size: 15px;
       font-weight: 400;
       line-height: 25px;
       padding-top: 10px;
       margin-bottom: 30px;
       float:left;
}
.loop-1 h4{
    color: #000;
    font-weight: 400;
    font-size: 18px;
    /* float: left; */
}

.loop-box p
{
     font-size: 15px;
     color: black;
     font-weight: 400;
     float: left;
     width: 100%;
     line-height: 30px;
     margin-top: 30px;
     padding-bottom: 0px;
}

.loop-2{
    padding: 15px 40px;
    width: 100%;
    float: left;
    border-top: 1px solid #e6e7e7;
}
.loop-2 img{
    width: 55px !important;
    float: right;
    /* margin-right: 30px; */
}

.loop-box:hover {
    background-color: #531b6a;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.loop-box:hover  h3{
    color: #fff;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.loop-box:hover  h4{
    color: #cdb1d7;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.loop-box:hover  p{
    color: #fff;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.loop-box:hover .loop-2{
    border-top: 1px solid #714583;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.footer{
    float: left;
    width: 100%;
    background-color: #1f1f27;
    padding: 50px 0px 20px 0px;
}
.f-8{
    float: left;
    width: 100%;
}
.f-8 h3{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px;
    margin-top: 30px;
}

@media(max-width:767px)
{
    .med-f1{
        display: none;
    }
    .f-8{
        display: block;
    }
}
@media(min-width:767px)
{
    .med-f1{
        display: block;
    }
    .f-8{
        display: none;
    }
}


.f-1{
    float: left;
    width: 100%;
}
.f-1 h5{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px;
}
.f-1 h3{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px;
    margin-top: 30px;
}
.f-1 a{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #a4a4ab;
    font-weight: 400;
    margin-bottom: 15px;
}

.no-mar{
    margin-right: 0px !important;
}
.flag-img-ftr {
    width: 35px;
    float: right;
    margin-top: -3px;
}
.smedia{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.smedia a{
    width: auto !important;
}
.smedia a img{
    width: 37px;
    float: left;
    margin-right: 10px;
}
.smedia a img:hover {
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.ftr-logo{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.ftr-logo img{
    width: 240px;
    float: left;
    object-fit: cover;
}
.ftr-a-links{
    border-top: 1px solid #292931;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 45px;
    padding: 20px 0px 0px 0px;
}
.ftr-a-links h6{

float: left;

width: 100%;

font-size: 20px;

color: #fff;

font-weight: 700;

text-decoration: underline;

margin-bottom: 20px;
}
.ftr-a{
   
margin-right: 25px;
   
font-size: 14px;
   
font-weight: 400;
   
color: #a4a4ab;
}
.f-1 h4{
    width: 100%;
     float: left;
     font-size: 20px;
     color: #fff;
     font-weight: 700;
     text-decoration: underline;
     margin-bottom: 20px;
}
.flag-img{
    width: 35px;
    float: right;
}
.f-1 p{
    float: left;
    font-size: 14px;
    color: #a4a4ab;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 20px;
    width: 100%;
}
.f-1 h3{
     float: left;
     width: 100%;
     font-size: 14px;
     color: #a4a4ab;
     font-weight: 400;
     margin-bottom: 0px;
}
.f-1 h3 a{
    width: auto;
    float: none;
    font-size: 14px;
    color: #a4a4ab;
    font-weight: 400;
    /* margin-bottom: 20px; */
}
.f-1 h2{
     float: left;
     width: 100%;
     font-size: 14px;
     color: #a4a4ab;
     font-weight: 400;
     margin-bottom: 0px;
}
.f-1 h2 a{
    width: auto;
    float: none;
    font-size: 14px;
    color: #a4a4ab;
    font-weight: 400;
    /* margin-bottom: 20px; */
}
.mar-ftr{
    margin-bottom: 40px;
}

 .copy{
        float: left;
        width: 100%;
        background-color: #151519;
    }
    .copy p{
        float: left;
        font-size: 14px;
        color: #cfcfd2;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 0px;
        padding: 20px 0px;
    }
   
    .copy p a{
        color: #cfcfd2;
        text-decoration: none;

    }
    .copy p a:hover{
        color: #4e1b6a;
        text-decoration: underline;
    }
    .copy img{
        float: right;
        width: 60px;
        object-fit: cover;
    }



.header-page {
    float: left;
    width: 100%;
}

.hr-top {
    position: absolute;
    z-index: 11;
}#fixed-nr-header {
    background-color: white;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    display: none;
    position: fixed;
    z-index: 111;
    height: 91px;
}
.scroll-clr{
    color: #b31666 !important;
}

.menuarea-scroll{
        padding: 23px 0px 0px 0px!important;
}
.menuarea-scroll > ul > li > a:hover {
    color: #581b6a !important;
}

.menuarea-scroll > ul > li > a{

    padding: 0px 0px 33px 0px;
}
/*account*/


.acc-banner1{
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    height: 500px;
    background-image: url(../images/accounting-innerpage.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.acc-banner1 h3{
       float: left;
       width: 100%;
      color: #fff;
       font-size: 65px;
       line-height: 67px;
       padding-top: 200px;
       position: relative;
       text-decoration: underline;
       font-weight: 500;
}

.acc-banner1 p{
        padding-top: 233px;
        position: relative;
        width: 100%;
        text-align: right;
        /* padding: 0px 39px; */
        font-size: 15px;
        font-weight: 400;
        float: left;
        line-height: 25px;
        color: #fff;
}
.acc-banner1 a{
     text-align: right;
     float: right;
     color: #fff;
     font-weight: 400;
     font-size: 15px;
     position: relative;
     right: 0;
}


/* vat banner  */

.vat-banner1{
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    height: 500px;
    background-image: url(../images/vat-advisory-service.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.vat-banner1 h3{
       float: left;
       width: 100%;
      color: #fff;
       font-size: 65px;
       line-height: 67px;
       padding-top: 200px;
       position: relative;
       text-decoration: underline;
       font-weight: 500;
}

.vat-banner1 p{
        padding-top: 233px;
        position: relative;
        width: 100%;
        text-align: right;
        /* padding: 0px 39px; */
        font-size: 15px;
        font-weight: 400;
        float: left;
        line-height: 25px;
        color: #fff;
}
.vat-banner1 a{
     text-align: right;
     float: right;
     color: #fff;
     font-weight: 400;
     font-size: 15px;
     position: relative;
     right: 0;
}




/*audit*/
.audit-banner1{
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    height: 500px;
    background-image: url(../images/audit-innerpage.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.audit-banner1 h3{
       float: left;
       width: 100%;
      color: #fff;
       font-size: 65px;
       line-height: 67px;
       padding-top: 200px;
       position: relative;
       text-decoration: underline;
       font-weight: 500;
}

.audit-banner1 p{
        padding-top: 233px;
        position: relative;
        width: 100%;
        text-align: right;
        /* padding: 0px 39px; */
        font-size: 15px;
        font-weight: 400;
        float: left;
        line-height: 25px;
        color: #fff;
}
.audit-banner1 a{
     text-align: right;
     float: right;
     color: #fff;
     font-weight: 400;
     font-size: 15px;
     position: relative;
     right: 0;
}

/* mgt banner  */


.mgt-banner1{
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    height: 500px;
    background-image: url(../images/vat-advisory-service.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.mgt-banner1 h3{
       float: left;
       width: 100%;
      color: #fff;
       font-size: 65px;
       line-height: 67px;
       padding-top: 200px;
       position: relative;
       text-decoration: underline;
       font-weight: 500;
}

.mgt-banner1 p{
        padding-top: 233px;
        position: relative;
        width: 100%;
        text-align: right;
        /* padding: 0px 39px; */
        font-size: 15px;
        font-weight: 400;
        float: left;
        line-height: 25px;
        color: #fff;
}
.mgt-banner1 a{
     text-align: right;
     float: right;
     color: #fff;
     font-weight: 400;
     font-size: 15px;
     position: relative;
     right: 0;
}


/*consulting*/
.consult-banner1{
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    height: 500px;
    background-image: url(../images/consultancy-innerpage.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.consult-banner1 h3{
       float: left;
       width: 100%;
      color: #fff;
       font-size: 65px;
       line-height: 67px;
       padding-top: 200px;
       position: relative;
       text-decoration: underline;
       font-weight: 500;
}

.consult-banner1 p{
        padding-top: 233px;
        position: relative;
        width: 100%;
        text-align: right;
        /* padding: 0px 39px; */
        font-size: 15px;
        font-weight: 400;
        float: left;
        line-height: 25px;
        color: #fff;
}
.consult-banner1 a{
     text-align: right;
     float: right;
     color: #fff;
     font-weight: 400;
     font-size: 15px;
     position: relative;
     right: 0;
}

/*career*/
.career-banner1{
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    height: 500px;
    background-image: url(../images/career-innerpage.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.career-banner1 h3{
       float: left;
       width: 100%;
      color: #fff;
       font-size: 65px;
       line-height: 67px;
       padding-top: 200px;
       position: relative;
       text-decoration: underline;
       font-weight: 500;
}

.career-banner1 p{
        padding-top: 233px;
        position: relative;
        width: 100%;
        text-align: right;
        /* padding: 0px 39px; */
        font-size: 15px;
        font-weight: 400;
        float: left;
        line-height: 25px;
        color: #fff;
}
.career-banner1 a{
     text-align: right;
     float: right;
     color: #fff;
     font-weight: 400;
     font-size: 15px;
     position: relative;
     right: 0;
}
/*contactus*/
.contact-banner1{
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    height: 500px;
    background-image: url(../images/contact-innerpage.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-banner1 h3{
       float: left;
       width: 100%;
      color: #fff;
       font-size: 65px;
       line-height: 67px;
       padding-top: 200px;
       position: relative;
       text-decoration: underline;
       font-weight: 500;
}

.contact-banner1 p{
        padding-top: 233px;
        position: relative;
        width: 100%;
        text-align: right;
        /* padding: 0px 39px; */
        font-size: 15px;
        font-weight: 400;
        float: left;
        line-height: 25px;
        color: #fff;
}
.contact-banner1 a{
     text-align: right;
     float: right;
     color: #fff;
     font-weight: 400;
     font-size: 15px;
     position: relative;
     right: 0;
}

/*aboutus*/
.abt-banner1{
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    height: 500px;
    background-image: url(../images/innerpage-bg.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.abt-banner1 h3{
       float: left;
       width: 100%;
      color: #fff;
       font-size: 65px;
       line-height: 67px;
       padding-top: 200px;
       position: relative;
       text-decoration: underline;
       font-weight: 500;
}

.abt-banner1 p{
        padding-top: 233px;
        position: relative;
        width: 100%;
        text-align: right;
        /* padding: 0px 39px; */
        font-size: 15px;
        font-weight: 400;
        float: left;
        line-height: 25px;
        color: #fff;
}
.abt-banner1 a{
     text-align: right;
     float: right;
     color: #fff;
     font-weight: 400;
     font-size: 15px;
     position: relative;
     right: 0;
}

.abt-banner2{
    float: left;
    width: 100%;
    /* padding: 50px 0px; */
    border-bottom: 1px solid #ccc;
}
.abt-2{
    float: left;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 58px;
}
.abt-2 h3{

float: left;

width: 85%;

color: #000;

font-weight: 300;

font-size: 43px;
}
.abt-2 h3 span{
    font-weight: 500;
    color: #000;
}
.abt-2 p{
       padding-top: 10px;
       width: 100%;
       text-align: left;
       color: #000;
       font-size: 15px;
       font-weight: 400;
       padding-right: 25px;
       float: left;
       line-height: 25px;
}
.bd-lft{
    padding-top: 30px;
    float: left;
    width: 100%;
    border-left: 1px solid #ccc;
}

.abt-mission{
    float: left;
    width: 100%;
    padding-left: 40px;
    margin-bottom: 13px;
}
.abt-mission img{
    width: 60px;
    margin-right: 9px;
    /* filter: invert(1); */
    float: left;
}
.abt-mission h2{
        margin-top: 16px;
        background: -webkit-linear-gradient(#c04bff, #440f62);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 29px;
        font-weight: 500;
        float: left;
}

.abt-mission p{
     width: 100%;
     text-align: left;
     color: #000;
     font-size: 15px;
     font-weight: 400;
     float: left;
     line-height: 25px;
     padding-top: 10px;
}

.abt-mission h6{
        margin-top: 16px;
        background: -webkit-linear-gradient(#440f62, #c04bff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        font-weight: 500;
        float: left;
}
.abt-banner3{
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.abt-banner3 img{
    float: left;
    width: 442px;
    margin-right: 40px;
    margin-bottom: 20px;
    border-radius: 25px;
}
.abt-banner3 h2{

color: #000;

font-weight: 300;

font-size: 43px;

text-align: left;
}
.abt-banner3 h2 span{
    font-weight: 500;
}
.abt-banner3 p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 10px;
    margin-bottom: 0px;
    }

.btn-abtus {
    float: left;
    border-radius: 25px;
    width: 175px;
    color: #e6dee6;
    font-weight: normal;
    font-size: 14px;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 11px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.btn-abtus:hover {

 text-decoration: none;
    color: white;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;


}
.btn-abtus:hover span {
    background-color: #4e1b6a;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}

.btn-abtus span {
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #d997f3;
    float: right;
    top: 5px;
    position: relative;
}
/* card  */
/* url(https://fonts.googleapis.com/css?family=Raleway:400,500); */
figure.snip1156 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
}
figure.snip1156 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1156 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1156 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1156 figcaption > div {
  height: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.snip1156 h2,
figure.snip1156 p {
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
figure.snip1156 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  bottom: 0;
  -webkit-transform: translate3d(0%, 150%, 0);
  transform: translate3d(0%, 150%, 0);
}
figure.snip1156 h2 span {
  font-weight: 400;
}
figure.snip1156 p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
  -webkit-transform: translate3d(0%, -150%, 0);
  transform: translate3d(0%, -150%, 0);
}
figure.snip1156 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1156:hover img,
figure.snip1156.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1156:hover figcaption h2,
figure.snip1156.hover figcaption h2,
figure.snip1156:hover figcaption p,
figure.snip1156.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
figure.snip1156:hover figcaption h2,
figure.snip1156.hover figcaption h2 {
  opacity: 0.9;
}
figure.snip1156:hover figcaption p,
figure.snip1156.hover figcaption p {
  opacity: 0.6;
}




/* mgt-reporting-service style start  */

    
/* Reporting Services Section */
.reporting-services-section {
    padding: 50px 20px;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
  }
  
  .reporting-services-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(#440f62, #c04bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .reporting-services-section p {
    color: whitesmoke;
    margin-bottom: 20px;
  }
  
  .reporting-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* Allow wrapping for responsiveness */
    gap: 10px;
  }
  
  .reporting-tabs .tab {
    padding: 10px 15px;
    background-image: linear-gradient(to right, #b31666 0%,  #4e1b6a 51%, #4e1b6a 100%);
    color: white;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
    flex: 1 1 calc(50% - 10px); /* Two tabs per row */
    text-align: center;
  }
  
  .reporting-tabs .tab:hover,
  .reporting-tabs .tab.active {
    background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);
  }
  
  .tab-content {
    display: none;
    padding: 20px;
    background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 20px;
  }
  
  .tab-content.active {
    display: block;
  }
  
  .tab-content h3 {
    margin-top: 0;
    color: rgb(255, 255, 255);
  }
  
  .tab-content ul {
    list-style: disc;
    margin: 10px 0 0 20px;
    padding: 0;
    color: white;
  }
  
  @media (max-width: 768px) {
    .reporting-tabs .tab {
      flex: 1 1 100%; /* One tab per row on smaller screens */
    }
  }
  
  /*--------------------------------------------------------------
  # End
  --------------------------------------------------------------*/
  






/* mgt-reporting-service style end  */

/* project report feasibility style start  */


  /* ========================= feasibility study ====================== */

  @media (max-width:765px){
    .feasibility-section {
        h5 {
            font-size: 25px !important;
        }
        h2 {
            font-size: 2rem !important;
        }
    }
}

.feasibility-section {
    position: relative;
    padding: 50px 0; /* Add padding around the section */
    background-image: url('../images/Project Report and Feasibility Services3.png'); /* Replace 'your-image-url.jpg' with the image path */
    background-size: cover; /* Cover the entire section */
    background-position: center; /* Center the image */
    background-attachment: fixed; /* Makes the background fixed during scrolling */
    color: white; /* Ensures text is visible against the background */
}

/* Dark overlay */
.feasibility-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay with 60% opacity */
    z-index: 1; /* Ensure overlay is below the content */
}

/* Content inside the section */
.feasibility-section .container {
    position: relative;
    z-index: 2; /* Ensure content is above the overlay */
}



h2 {
    font-weight: bold;
    font-size: 3rem;
    color: white;
 
    text-align: center;
}

.feasibility-question {
    font-weight: bold;
    font-size: 3rem;
    color: transparent;
    background: linear-gradient(180deg, #a3161a 0%, #a3161a 100%);
    background-clip: text !important;
    text-align: center;
}

.accordion {
    position: relative;
    border-radius: 15px;
    background-color: transparent; /* Make the background transparent */
    color: white; /* Text color */
    cursor: pointer;
    padding: 20px 15px;
    width: 100%;
    border: 2px solid white; /* White border */
    text-align: left;
    outline: none;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
    z-index: 2; /* Ensure button is above the dark overlay */
}

.accordion p {
    margin-bottom: 0;
}

.accordion span {
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
}

.accordion i {
    color: white;
    font-size: 22px;
    transition: transform 0.3s ease;
}

/* Hover effect for accordion */
.accordion:hover {
    border: 2px solid rgb(255, 255, 255); /* Change border color on hover */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3); /* Add box shadow */
    transform: scale(1.05); /* Slightly enlarge the accordion */
}

.panel {
    padding: 0px 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
    background-color: transparent; /* Remove white background */
}

.panel p {
    padding-top: 10px;
    font-size: 14px;
}

.panel ul {
    padding-left: 20px;
    /* Removed white background */
}

.panel li {
    font-size: 14px;
    margin-bottom: 5px;
}

/* On mobile view */
@media screen and (max-width: 600px) {
    .accordion {
        width: 100%;
    }
}
/* ========================= feasibility study end ====================== */


 /* ======================= Tax Services Section Styles ======================= */
 .tax-services-section {
    padding: 50px 0;
    background-color: #f1f1f1;
  }

  .tax-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }

  /* Title and Description */
  .tax-services-title {
    font-size: 2.6rem;
    color: #333;
    text-align: center;
    margin-bottom: -10px ;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: bold;
  }

  .tax-services-description {
    font-size: 20px !important;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Arial', sans-serif;
  }

  /* Service Row Layout */
  .tax-services-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
    justify-content: center;
  }

  /* Individual Service Item */
  .tax-service-item {
    display: flex;
    flex: 1;
    max-width: 500px;
    align-items: center;
    border-radius: 10px;
    background-color: white;
    border: 2px solid #e0e0e0;
    box-shadow: 0 8px 20px hsla(277, 88.20%, 63.50%, 0.15);
    overflow: hidden;
    transition: all 0.3s ease;
  }

  /* Hover Effects */
  .tax-service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(213, 59, 244, 0.25);
  }

  /* Left Column (Image) */
  .tax-service-image {
    width: 40%;
    object-fit: cover;
    height: 100%;
  }

  /* Right Column (Content) */
  .tax-service-content {
    padding: 20px;
    width: 60%;
    color: #333;
    font-family: 'Arial', sans-serif;
  }

  .tax-service-heading {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .tax-service-paragraph {
    font-size: 1rem;
    color: #7f8c8d;
  }

  /* ===================== Responsive Design ===================== */
  @media screen and (max-width: 768px) {
    .tax-services-row {
      flex-direction: column;
    }

    .tax-service-item {
      flex-direction: column;
      max-width: 100%;
    }

    .tax-service-image {
      width: 100%;
      height: auto;
      border-bottom: 2px solid #e0e0e0;
    }

    .tax-service-content {
      padding: 20px;
    }
  }
  /* ======================= End Tax Services Section ======================= */



        .skillway-advantage {
    width: 100%;
    padding: 0px 0px 35px 0px;
}

.main-heading {
    text-align: center;
    margin-bottom: 50px;
}

.main-heading h2 {
    font-size: 40px;
    font-weight: 600;
    background: -webkit-linear-gradient(#440f62, #c04bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-heading p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.advantage-part {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.advantage-part1 {
    width: 11%;
    float: left;
}

.advantage-part1 h3 {
    font-weight: 300;
    font-size: 33px;
    background: -webkit-linear-gradient(#440f62, #c04bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advantage-part1 h2 {
    font-weight: 300;
    font-size: 40px;
    background: -webkit-linear-gradient(#440f62, #c04bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advantage-part2 {
    width: 85%;
    float: left;
}

.advantage-part2 h3 {
    font-weight: 300;
    font-size: 33px;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(#440f62, #c04bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advantage-part2 p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 0px;
    width: 100%;
}

.advantage-part:hover .advantage-part2 h3 {
    text-decoration: underline;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.advantage-part2 h3 b {
    font-weight: 700;
    font-size: 36px;
}

.advantage-part2 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}


    

/* Main Report Container */
.report {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 0 auto;
}

/* Report Row for Two Items per Row */
.report-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

/* Each Report Item Styling */
.report-item {
    flex: 1;
    padding: 30px;
    margin-right: 20px;
    border-radius: 8px;
    position: relative;
}

/* Last item in row - Remove right margin */
.report-row .report-item:last-child {
    margin-right: 0;
}

/* Background Image and Overlay for Each Section */
.report-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);  /* Dark overlay */
    border-radius: 8px;
    z-index: 0;  /* Ensure the overlay is behind the content */
}

/* Executive Summary */
.executive-summary {
    background-image: url('../images/Project Report and Feasibility Services1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 6px solid #b31666;
}

.executive-summary::before {
    background: rgba(0, 0, 0, 0.4);
}

.executive-summary .section-title h2,
.executive-summary p {
    position: relative;
    z-index: 1;
    color: #fff;
}

/* Technical Details */
.technical-details {
    background-image: url('../images/Project Report and Feasibility Services3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 6px solid #b31666;
}

.technical-details::before {
    background: rgba(0, 0, 0, 0.4);
}

.technical-details .section-title h2,
.technical-details p {
    position: relative;
    z-index: 1;
    color: #fff;
}

/* Financial Analysis */
.financial-analysis {
    background-image: url('../images/Project Report and Feasibility Services5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 6px solid #b31666;
}

.financial-analysis::before {
    background: rgba(0, 0, 0, 0.4);
}

.financial-analysis .section-title h2,
.financial-analysis p {
    position: relative;
    z-index: 1;
    color: #fff;
}

/* Implementation Plan */
.implementation-plan {
    background-image: url('../images/Project Report and Feasibility Services6.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 6px solid #b31666;
}

.implementation-plan::before {
    background: rgba(0, 0, 0, 0.4);
}

.implementation-plan .section-title h2,
.implementation-plan p {
    position: relative;
    z-index: 1;
    color: #fff;
}

/* Risk Assessment */
.risk-assessment {
    background-image: url('../images/Project Report and Feasibility Services7.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 6px solid #b31666;
}

.risk-assessment::before {
    background: rgba(0, 0, 0, 0.4);
}

.risk-assessment .section-title h2,
.risk-assessment p {
    position: relative;
    z-index: 1;
    color: #fff;
}

/* Paragraph and Text Styling */
.report-item p {
    font-size: 1.1em;
    color: white;
    line-height: 1.6;
}

/* Responsive Design: Make sure everything is readable on smaller screens */
@media (max-width: 768px) {
    .report {
        padding: 20px;
    }

    .report-row {
        flex-direction: column; /* Stack items vertically on smaller screens */
    }

    .report-item {
        margin-bottom: 20px; /* Space between stacked items */
    }

    .report-item .section-title h2 {
        font-size: 1.6em;
    }

    .report-item p {
        font-size: 1em;
    }
}



/* project report feasibility style end  */





/* Corporate Tax Planning Services style start */


 /* ===================== Corporate Tax Planning Section ===================== */
 .tax-planning-section {
    padding: 50px 0;
    background-color: #f9f9f9;
    max-width: 100%;
    margin: 0 auto;
  }

  /* Title and Paragraph */
  .tax-planning-title {
    font-size: 2.6rem;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: bold;
  }

  .tax-planning-paragraph {
    font-size: 1.3rem;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Arial', sans-serif;
  }

  /* Image Styling */
  .tax-planning-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(3, 3, 3, 0.6);
    margin-top: 55px;
  }

  /* Accordion Container */
  .accordion-container {
    margin-top: 30px;
  }

  .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    max-width: 95%; /* Makes the accordion smaller */
    margin-left: 5%; /* Moves the accordion slightly left */
    background-color: #fff;
  }

  .accordion-header {
    cursor: pointer;
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #2c3e50;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    transition: background-color 0.3s ease;
  }

  .accordion-header:hover {
    background-color: #e1e1e1;
  }

  .accordion-header.open {
    background-color: #ddd;
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background-color: #fff;
    color: #7f8c8d;
    font-size: 1rem;
    transition: max-height 0.3s ease-in-out;
  }

  .accordion-header .arrow {
    font-size: 1.5rem;
    transition: transform 0.3s;
  }

  .accordion-header.open .arrow {
    transform: rotate(180deg);
  }

  /* ===================== Responsive Design ===================== */
  @media screen and (max-width: 768px) {
    .tax-planning-title {
      font-size: 2rem;
    }

    .tax-planning-paragraph {
      font-size: 1.1rem;
    }

    .accordion-header {
      font-size: 1.1rem;
    }

    .tax-planning-image {
      margin-bottom: 30px;
    }

    /* Make accordion full width on smaller screens */
    .accordion-item {
      max-width: 100%;
      margin-left: 0;
    }
  }
  /* ===================== End  Section ===================== */


.corporate-tax-planning-section {
    padding: 50px 20px;
    background-image: 
      linear-gradient(rgba(78, 27, 106, 0.6), rgba(78, 27, 106, 0.8)), /* Gradient overlay with #4e1b6a */
      url('../images/Corporate Tax Planning Servicess.png'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repetition of the background image */
    color: #fff; /* Text color for contrast */
    font-family: Arial, sans-serif;
    /* border-radius: 25px; */
    overflow: hidden; /* Prevents background image overflow */
    margin-bottom: 20px;

    .corporate-tax-planning-section {
        padding: 50px 20px;
        background-image: 
          linear-gradient(rgba(78, 27, 106, 0.6), rgba(78, 27, 106, 0.8)), /* Gradient overlay with #4e1b6a */
          url('../images/Corporate Tax Planning Servicess.png'); /* Replace with your image path */
        background-size: cover; /* Ensures the image covers the entire section */
        background-position: center; /* Centers the image */
        color: #fff; /* Text color for contrast */
        font-family: Arial, sans-serif;
        border-radius: 25px;
      }
}

  
  
  .section-header h3 {
    font-family: sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .section-header p {
    font-size: 16px;
    color: rgb(237, 232, 232);
  }
  
  .tax-planning-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .tax-planning-tabs .tab {
    padding: 10px 15px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s;
  }
  
  .tax-planning-tabs .tab:hover,
  .tax-planning-tabs .tab.active {
    /* background: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%); */
    border: 2px solid #fff;
  }
  
  .tab-content {
    display: none;
    padding: 20px;
    /* background: transparent; */
    border-radius: 5px;
    margin-top: 20px;
  }
  
  .tab-content.active {
    display: block;
  }
  
  .tab-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .tab-content ul {
    margin: 0;
    padding: 0 20px;
    list-style: disc;
  }
  
  @media (max-width: 768px) {
    .corporate-tax-planning-section {
      padding: 30px 10px;
    }
  
    .tax-planning-tabs .tab {
      text-align: left;
    }
  }


  .why-choose-skillway {
    font-size: 55px;
    margin-left: 20px;
    margin-bottom: 50px;
}

.why-choose-title h2 {
    float: left;
    justify-content: center;
    font-size: 46px;
    background: linear-gradient(#440f62, #c04bff);
    background-clip: text;
    color: transparent;
}

.why-choose-description p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 0px;
    float: left;
    width: 100%;
}

.choose-reason {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.choose-reason-number {
    width: 11%;
    float: left;
}

.choose-reason-number h2 {
    float: left;
    font-weight: 300;
    font-size: 40px;
    width: 100%;
    background: -webkit-linear-gradient(#440f62, #c04bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.choose-reason-details {
    width: 85%;
    float: left;
}

.choose-reason-details h3 {
    float: left;
    width: 100%;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 33px;
}

.choose-reason-details p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 0px;
    float: left;
    width: 100%;
}

.choose-reason:hover .choose-reason-details h3 {
    text-decoration: underline;
    background: -webkit-linear-gradient(#440f62, #c04bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .why-choose-skillway {
        font-size: 45px;
        margin-left: 10px;
        margin-bottom: 30px;
    }

    .why-choose-title h2 {
        font-size: 36px;
    }

    .why-choose-description p {
        font-size: 14px;
    }

    .choose-reason {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .choose-reason-number {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .choose-reason-number h2 {
        font-size: 30px;
    }

    .choose-reason-details {
        width: 100%;
    }

    .choose-reason-details h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .choose-reason-details p {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Further smaller screens like mobile phones in portrait mode */
@media (max-width: 480px) {
    .why-choose-skillway {
        font-size: 40px;
    }

    .why-choose-title h2 {
        font-size: 30px;
    }

    .why-choose-description p {
        font-size: 13px;
    }

    .choose-reason-number h2 {
        text-align: left;
        font-size: 28px;
    }

    .choose-reason-details h3 {
        font-size: 24px;
    }

    .choose-reason-details p {
        font-size: 13px;
        line-height: 20px;
    }
}

  



/* Corporate Tax Planning Services style end */





.services{
    /* float: left; */
    width: 100%;
    padding: 0px 0px 175px 0px;

}
.vat-service-part{
    /* text-align: center; */
    font-size: 55px;
    margin-left: 20px;
    
    margin-bottom: 50px;
}
/* .vat-service-part1{
    
    
} */
.vat-service-part1 h3{
    /* text-align: center; */
    float: left;
    justify-content: center;
     /* font-weight: 500;  */
    font-size: 36px;
    background: linear-gradient(#440f62, #c04bff); 
    background-clip: text; 
    color: transparent;
}




.vat-service-part1 h2{
    /* text-align: center; */
    float: left;
    justify-content: center;
     /* font-weight: 500;  */
    font-size: 46px;
    background: linear-gradient(#440f62, #c04bff); 
    background-clip: text; 
    color: transparent;
}


 .vat-service-part2 p{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 0px;
    float: left;
    width: 100%;
  } 

.part{
    width: 100%;
    float: left;
    margin-bottom: 50px;

}
.part1{
    width: 11%;
    float: left;
}
.part1 h3{
    float: left;
    font-weight: 300;
    font-size: 33px;
    width: 100%;
    background: -webkit-linear-gradient(#440f62, #c04bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.part1 h2{
    float: left;
    font-weight: 300;
    font-size: 40px;
    width: 100%;
    background: -webkit-linear-gradient(#440f62, #c04bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.part2{
    width: 85%;
    float: left;
}
.part2 h3{
    float: left;
    width: 100%;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 33px;
}
.part2 p{
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 0px;
  float: left;
  width: 100%;
}
.part:hover .part2 h3{
    text-decoration: underline;
      background: -webkit-linear-gradient(#440f62, #c04bff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
           transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.services-2{
    float: left;
    width: 100%;
    padding: 60px 0px;
    background-color: #17171d;
    height: 290px;
}
.services-2 img{
    float: left;
    width: 500px;
    margin-right: 40px;
    margin-bottom: 20px;
    border-radius: 25px;
}
.services-2 h2{

color: #af1d69;

font-weight: 300;

font-size: 43px;

line-height: 49px;

text-align: left;
}
.services-2 h2 span{
    font-weight: 500;
}
.services-2 p{
         color: #a4a4ab;
         font-size: 15px;
         font-weight: 400;
         line-height: 25px;
         padding-top: 51px;
}

.btn-serv {
    float: left;
    border-radius: 25px;
    width: 175px;
    color: #e6dee6;
    font-weight: normal;
    font-size: 14px;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 11px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.btn-serv:hover {

 text-decoration: none;
    color: white;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;


}
.btn-serv:hover span {
    background-color: #4e1b6a;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}

.btn-serv span {
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #d997f3;
    float: right;
    top: 5px;
    position: relative;
}

/* vat advisory  */

/* why choose section start */


.vat-abt-banner3{
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.vat-abt-banner3 img{
    /* float: left; */
    width: 442px;
    margin-right: 40px;
    margin-bottom: 20px;
    border-radius: 25px;
}
.vat-abt-banner3 h2{

color: #000;

font-weight: 300;

font-size: 43px;
}
.vat-abt-banner3 h2 span{
    font-weight: 500;
}
.vat-abt-banner3 p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 10px;
    margin-bottom: 0px;
    }



/*consulting*/
.vat-consult-banner1{
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    height: 500px;
    background-image: url(../images/vat-advisory-service.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 35px;
}
.vat-consult-banner1 h3{
       float: left;
       width: 100%;
      color: #fff;
       font-size: 65px;
       line-height: 67px;
       padding-top: 200px;
       position: relative;
       text-decoration: underline;
       font-weight: 500;
}

.vat-consult-banner1 p{
        padding-top: 233px;
        position: relative;
        width: 100%;
        text-align: right;
        /* padding: 0px 39px; */
        font-size: 15px;
        font-weight: 400;
        float: left;
        line-height: 25px;
        color: #fff;
}
.vat-consult-banner1 a{
     text-align: right;
     float: right;
     color: #fff;
     font-weight: 400;
     font-size: 15px;
     position: relative;
     right: 0;
}


  



.vat-abt-banner3{
    /* float: left; */
    width: 100%;
    padding: 60px 0px;
}
.vat-abt-banner3 img{
    float: left;
    width: 442px;
    margin-right: 40px;
    margin-bottom: 20px;
    border-radius: 25px;
}
.vat-abt-banner3 h2{

color: #000;

font-weight: 300;

font-size: 43px;
}
.vat-abt-banner3 h2 span{
    font-weight: 500;
}
.vat-abt-banner3 p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 10px;
    margin-bottom: 0px;
    }






.choose_heading{
    /* text-align: center; */
    float: left;
    justify-content: center;
     /* font-weight: 500;  */
    font-size: 36px !important;
    background: linear-gradient(#440f62, #c04bff); 
    background-clip: text; 
    color: transparent;
    /* margin-top: -70px !important; */
}

choose_content{
    font-size: 19px !important;
    font-weight: 40px;
}
/* get in touch sec  */


/* ===========contact================================= */
@media (max-width:765px){
    .left-container {
      display: flex;
      flex: 1;
      /* height: 484px; */
      justify-content: center;
      align-items: center;
      color: #ffffff;
      padding: 3rem 0;
  }
  }
  @media (min-width:765px){
    .left-container {
      display: flex;
      flex: 1;
      height: 480px;
      justify-content: center;
      align-items: center;
      color: #ffffff;
    }
  }
.right-inner-container img{
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    /* margin-top: -53px; */
    padding: 10px;
    /* border-radius: 25px; */
}
  
  
  .contact{
    margin-bottom: 100px;
  
  
    /* .container {
      background-color: #ffffff; 
      position: relative;
      overflow: hidden;
      width: 1140px;
      max-width: 100%;
     height: 100%;
     
    } */
    
    h2 {
      font-size: 2rem;
      /* margin-bottom: 1rem; */
    }
    
    .form-container {
      display: flex;
    }
    
    .left-container {
      flex: 1;
      height: 360px;
      background: linear-gradient(to right, #4e1b6a 0%, #631b6a 51%, #b31666 100%);
    }
    
    .right-container {
      display: flex;
      flex: 1;
      /* width: 442px; */
      height: 460px;
      background-color: #ffffff;
      justify-content: center;
      align-items: center;
    }
    
    
    
    .left-container p {
      font-weight: 300;
     
    }
    
    .right-inner-container {
      width: 70%;
      height: 80%;
      text-align: center;
      width: 90%;
    }
    
    .left-inner-container {
      height: 50%;
      width: 80%;
      text-align: center;
      line-height: 22px;
      margin-top: -140px;
      

    }
    
   
    
    button {
     
      border: 1px solid linear-gradient(#440f62, #c04bff);
      /* background-color: var(--blue); */
      background: linear-gradient(to right, #4e1b6a 0%, #631b6a 51%, #b31666 100%);
      color: #FFFFFF;
      font-size: 12px;
      font-weight: bold;
      padding: 12px 45px;
      letter-spacing: 1px;
      text-transform: uppercase;
      transition: transform 80ms ease-in;
      cursor: pointer;
    }
    
    button:hover {
      opacity: 0.7;
    }
    
    @media only screen and (max-width: 600px) {
      .form-container{
        flex-direction: column;
      }
      /* .left-container {
        display: none;
      }
     */
      .lg-view {
        display: none;
      }
    }
    @media only screen and (min-width: 600px) {
      .sm-view {
        display: none;
      }
    }
    form p {
      text-align: left;
    }
  }
  .contact h2{
   color: white;
  }
  /* =============contact=========================== */



/* why choose end  */
.mar-top{
    margin-top: -190px;
}

.contact-ban1{
float: left;
width: 100%;
padding:70px 0px;
}

.contact2{
    float: left;
    width: 100%;
        height: auto;

}
.git{
    float: left;
    width: 100%;
}
.git h3{

float: left;

width:100%;

color: #000;

font-weight: 300;

font-size: 34px;

line-height: 40px;
}
.git h3 span{
    font-weight: 500;
    color: #000;
}
.git p{
   padding-top: 10px;
   font-size: 15px;
   font-weight: 400;
   float: left;
   line-height: 25px;
   width: 100%;
   text-align: left;
   color:#000;
}

.contactform{
    margin-top: 35px;
    width: 100%;
    float: left;
}
.contact-label {
   float: left;
   width: 100%;
   text-align: left;
   font-size: 15px;
   color: #000000;
   font-weight: 500;
}
.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 46px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 10px;
}
.info-tag {
       float: left;
   font-size: 14px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 28px;
    margin-top: 15px;
}
.contact-snd2 {
        border: 0;
        float: left;
        border-radius: 25px;
        width: 175px;
        color: #e6dee6;
        font-weight: 400;
        font-size: 15px;
        background-size: 200% auto;
        background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 13px;
        padding-bottom: 13px;
        margin-top: 11px;
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        cursor: pointer;
    }
.contact-snd2 span{
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #d997f3;
    float: right;
    top: 5px;
    position: relative;

}
.contact-snd2:hover span {
    background-color: #4e1b6a;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.contact-snd2:hover{
     text-decoration: none;
    color: white;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.address{
  
    float: left;
    width: 100%;
}

.address h3{

float: left;

width:100%;

color: #000;

font-weight: 300;

font-size: 34px;

line-height: 40px;
}
.address h3 span{
    font-weight: 500;
    color: #000;
}
.address p{
   padding-top: 10px;
   font-size: 15px;
   font-weight: 400;
   float: left;
   line-height: 25px;
   width: 100%;
   text-align: left;
   color:#000;
}
.part-con{
    width: 100%;
    float: left;
    margin-bottom: 20px;

}
.part1-con{
    width: 10%;
    float: left;
}
.part1-con img{
    float: left;
width: 30px;
}
.part2-con{
    width: 90%;
    float: left;
}
.part2-con h4{
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 10px;
}
.part2-con p{
  color: #000;
  float: left;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 61%;
}
.part2-con h3{
     float: left;
     width: 100%;
     font-size: 14px;
     color: #744b78;
     font-weight: 400;
     line-height: 23px;
     margin-bottom: 10px;
}
.part2-con h3 a{
    width: auto;
    float: none;
    font-size: 14px;
    color: #744b78;
    font-weight: 400;
    /* margin-bottom: 20px; */
}
.part2-con h5{
    float: left;
    width: 100%;
    font-weight: 500;
    text-decoration: underline;
    color: #000;
    font-size: 14px;
}
.part2-con h5 a{
    width: 100%;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    /* margin-bottom: 20px; */
}



/*careerpage*/

.careerban2{
    float: left;
    width: 100%;
    padding-bottom: 65px;
    padding-top: 65px;
}
.cr-wd {
 
       margin-right: auto;
    margin-left: auto;
    width: 770px;
    }
    .cr-wd h2 {
       float: left;

width:100%;

color: #000;

font-weight: 300;
text-align: center;
font-size: 34px;

line-height: 40px;
}
.cr-wd h2 span{
    font-weight: 500;
    color: #000;
}
.cr-wd p{
   padding-top: 10px;
   font-size: 15px;
   font-weight: 400;
   float: left;
   line-height: 25px;
   width: 100%;
   text-align: center;
   color:#000;
   padding-bottom: 40px;
}
.contact-snd {
  
    display: block;
    margin-right: auto;
    border: 0;
    float: none;
    margin-left: auto;
        border-radius: 25px;
        width: 175px;
        color: #e6dee6;
        font-weight: 400;
        font-size: 15px;
        background-size: 200% auto;
        background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 13px;
        padding-bottom: 13px;
        margin-top: 11px;
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        cursor: pointer;
    }
.contact-snd span{
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #d997f3;
    float: right;
    top: 5px;
    position: relative;

}
.contact-snd:hover span {
    background-color: #4e1b6a;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.contact-snd:hover{
     text-decoration: none;
    color: white;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-label-2 {
     float: left;
   width: 100%;
   text-align: left;
   font-size: 15px;
   color: #000000;
   font-weight: 500;
}

.logopart-scroll {
    width: 20%;
    padding: 9px 0px 0px 0px;
}











/*booknowcode*/
.quick-top {
    cursor: pointer;
}
.popup-btn{
  
}
button {
  text-decoration: none;
  border: none;
}
.main-btn-circle{
    position: relative;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #FFFFF0;
    background-color: rgb(197 148 10);
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;    
    outline: none;
    cursor: pointer;
    z-index: 100;
}
.main-btn-rect {

}
.main-btn-rect:before, 
.main-btn-rect:after{
 }
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
  width: 50%;
}
.main-btn-circle{
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
  position: fixed;
    top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active{
  top:0;
  background-color: rgba(3, 3, 3, 0.98); 
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup.active .popup-content{
  margin-top: 0px;
}

.form-group{
    position: relative;
    width: 90%;
    margin: 0px auto;
}

.popup .fade-out{
  position: absolute;
     top: 11px;
    right: 12px;
  text-align: center;
  font-size: 15px;
}

.request-sec {
    position: absolute;
    right: 0;
    width: 100%;
    top: -450px;
    right: 0;
    height: 100%;
    /* background: #00000096; */
    z-index: 9999999;
}


.req-form {
    width: 427px;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background: #2e7cc0;
    padding: 30px 30px 50px 30px;
    top: 0;
    position: relative;
    right: 0;
    /* height: 100%; */
    z-index: 99;
}

.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 15px;
}
.field_area-d {
    width: 50%;
    float: left;
    position: relative;
    margin: 15px 0 28px;
}
.field_area label {
    color: #0c1b46;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    font-family: 'Raleway',sans-serif;
}

.field_area input[type=email], .field_area input[type=number], .field_area input[type=text] {
    width: 100%;
    float: left;
        font-family: 'Raleway',sans-serif;

    /* position: relative; */
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    padding: 7px 10px;
    background: 0 0;
    border: none;
    border-bottom: solid 1px #fff;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.field_area textarea {
    height:70px;
    width: 100%;
    float: left;
    /* position: relative; */
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    padding: 7px 10px;
    background: 0 0;
    border: none;
    border-bottom: solid 1px #fff;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.grecaptcha-badge {
    visibility: hidden;
}

.quick-send {
    width: 100%;
    border: 0;
    margin-top: 15px;
     box-shadow: inset 400px 0 0 0 #ffffff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #0f1b51;
    padding: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    border-radius: 10px;
}

.quick-send:hover {
       color: #fff;
    box-shadow: inset 0px 0 0 0 #040404;
    /* background: #1BB177; */
    background-color: #000;
}


.field_area input[type=email], .field_area input[type=number], .field_area input[type=text], .field_area textarea:focus {

outline: none;}


.topfooterbox a{float: left;width: 100%;font-size: 14px;color: black;margin-top: 6px;}

.topfooterbox a:hover{
text-decoration: none;
}


.rlabel::after {
    content: '';
    height: 8px;
    width: 8px;
    background: transparent;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-radius: 50%;
}.rlabel {
    border: 1.2px solid #83bf41;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0px;
    position: relative;
    margin-left: -29px;
    margin-right: 29px;
    left: 0px;
    top: 4px;
}
.r-input {
    border: 0;
    margin-bottom: 15px;
    margin-top: 11px;
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    position: relative;
opacity: 0;}
.f-input {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 40px;
    margin-top: 30px;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    padding: 5px 0px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
}.f-input + label {
    width: 100%;
    font-size: 13px!important;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 4px 0px;
    /* width: 100%; */
    width: 200px;
    margin-top: 30px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    /* background: #e24a30; */
    background: #83bf41;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-decoration: none !important;
    /* border: 1px solid #b7b7b7; */
    border: none;
}
.r-input[type="radio"]:checked+.rlabel::after {
    background: black;
}

.bn-title{
    width: 100%;
}

.mct_form-bn {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding-left: 0px !important;
    margin-top: 0px;
   /* border-radius: 5px;*/
}

/*booknowcomplete*/



.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
  z-index: 111;
  background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);
}

.overlay-content {
  position: relative;
  /* top: 25%; */
  width: 100%;
  text-align: center;
  /* margin-top: 30px; */
  /* z-index: 111111111111111111111; */
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: white;
  z-index: 11;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 11px;
  font-size:40px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


.left-bg{
  /* background-color: #ffffff; */
  padding:0px !important;
  float:left;
}

.right-bg{
    /* background-color: #ab1666; */
    padding:0px !important;
    float:left;
}


.hd-address{
  width: 100%;
  float: left;
  text-align: left;
  padding: 75px 60px;
  background: transparent;
  height: 100vh;
}


.hd-tel{
  float:left;
  width:100%;
}

.hd-tel span{
  float:left;
  width:100%;
  font-size: 29px;
  font-weight: 100;
  color:white;
}

.hed-tel-hvr{float: left;width: 100%;font-size: 30px !important;color: white !important;font-weight: 500;padding: 0px !important;padding-bottom: 9px !important;}

.hed-tel-hvr:hover{
  color: #7dacdb !important;
}

.hd-presence{
  float: left;
  width: 100%;
  padding: 19px;
  border: solid 1px rgb(255 255 255 / 19%);
  border-radius: 20px;
  margin-top:15px;
  /* background: #112e4a; */
}

.hd-presence p{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #a7c1dd;
    line-height: 27px;
    padding-top: 5px;
}

.hd-presence span{
  float: left;
  width: 100%;
  font-size: 25px;
  font-weight: 100;
  color: #88b3dd;
  padding-bottom: 10px;
  border-bottom: solid 1px rgb(255 255 255 / 19%);
  margin-bottom: 15px;
}

.hd-tel p{
    float: left;
    width: 100%;
    font-size: 14px !important;
    color: #fbd2d4 !important;
    line-height: 25px;
    padding-top: 5px;
    margin-bottom: 0px;
}

.title-white{
  color:white !important; 
}

.top-thumb{
      font-size: 30px;
    cursor: pointer;
    float: right;
    padding-left: 20px;
    cursor:pointer !important;
    padding-top: 43px;
}
.enq-bg form{
  float:left;
  width:100%;
}

.frm-enq{
  float:left;
  width:100%;
  margin-top: 20px;
}

.frmq-title{
  float:left;
  width:100%;
  color:black;
  font-size:14px;
  font-weight:500;
  padding-top: 15px;
}

.field-enq{
  border-bottom: 1px solid #b0aaaa;
  color: #272626;
  display: block;
  font-size: 13px;
  /* text-transform: uppercase; */
  height: 59px;
  margin-bottom:2px !important;
  padding: 0 20px;
  outline: none;
  background: #ffffff;
  width: 100%;
  padding-left: 0px;
  border: none;
  transition: all 500ms ease;
  /* border: solid 1px #d4d3d3; */
  margin-top: 3px;
  width: 100%;
  float: left;
  padding: 15px;
  margin-top: 9px;
  border-radius: 10px;
}

.error-message {
    color: red;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.subscribe-btn {
    float: left;
    border-radius: 25px;
    width: 175px;
    color: #e6dee6;
    font-weight: 400;
    font-size: 14px;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #4e1b6a 0%, #d10069 51%, #e8dde3 100%);
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    position: relative;
    z-index: 1111;
}
.subscribe-btn:hover {
  text-decoration: none;
  color: white;
  background-position: right center;
  color: #4e1b6a;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}


.subscribe-btn:hover span {
    background-color: #4e1b6a;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}

.subscribe-btn span {
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #d997f3;
    float: right;
    top: 5px;
    position: relative;
}



@media(min-width: 1025px){
.wrapper{
    display: none;
}
}


@media(max-width: 1024px)
{
    
.navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    top: 40px;
    padding: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    background: #4e1b6a;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}.navItem ul li {
    display: block;
    float: none;
    margin-bottom: 0 !important;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 20px;
}.navItem ul li a {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 15px 10px;
    display: block;
    color: white;
    /* background: white; */
    border-bottom: 0;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.quick-top span{
      text-align: center;
    width: 100%;
    float: left;
}
.quick-top{
  margin-left: 40px !important;
}

    /***************************menu******************/

.wrapper {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* min-height: 80vh; */
}
.wrapper > * {
  margin: 0px 15px;
}


.frameMobile {
  /* position: relative; */
  /* overflow: hidden; */
  /* width: 300px; */
  /* height: 630px; */
  /* border: 10px solid #000; */
  /* border-radius: 50px; */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -moz-transform: translate3d(0, 0, 0);
}
.frameMobile .fmCamera {
  position: absolute;
  z-index: 99;
  top: 7px;
  left: 50%;
  width: 80px;
  height: 25px;
  border-radius: 30px;
  background-color: #000;
  transform: translatex(-50%);
}
.frameMobile .fmCamera .camera-dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.frameMobile .fmCamera .camera-dot-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
}
.frameMobile .fmCamera .camera-dot-3 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 0.7;
}
.frameMobile:after {
  position: absolute;
  z-index: 99;
  bottom: 8px;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  transform: translatex(-50%);
}

.menu {
  position: absolute;
  z-index: 9999;
  right: 15px;
  top: 92px;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 15px;
  --widthLine: 24px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(--heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
     top: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: white;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation));
}
.menu .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu .menuTrigger.active .line-3 {
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 15px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%);
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav .navList {
  display: none;
  width: 100%;
}
.nav .navLink {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navItem:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.nav .navItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav .navItem:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.nav .navItem:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nav .navItem:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nav .navItem:not(:last-child) {
  margin-bottom: 18px;
}.nav .navItem{
  position: relative;
  width: 100%;
  float: left;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  /* background-color: #0e4fa3; */
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;

}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

}

@media only screen and (max-width:991px) {
.work-process-border:before{display:none !important;}
.back-ser{    border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}
}

@media only screen and (max-width:425px) {
.video-slide{top:130px !important;}
}

@media only screen and (max-width:767px) {
.text-slider{transform: translate(0, -45%) !important; }
.loader{/* transform: translate(-50%, -50%); */}
}

@media only screen and (max-width:768px) {
.text-slider p{color:white !important; width:80% !important;}
}

@media only screen and (max-width:425px) {
.text-slider p{color:white !important; width:100% !important;}
}

@media only screen and (max-width:375px) {
.video-slide{top:118px !important;}
}

@media only screen and (max-width:320px) {
.video-slide{top:95px !important;}
}

@media (min-width:767px) and (max-width:767px) {
.banner-2{ bottom: -166px !important;}
.banner-3{padding: 220px 0px 50px 0px !important;}   
}

@media (min-width:768px) and (max-width:991px) {
.banner-2{position:relative; bottom: 0 !important; margin-top: 170px;}
.banner-3{margin-top: 170px;}
.text-slider{transform:translate(0, -40%) !important;}
.banner-caption .item h3{font-size: 25px !important; 
line-height:29px !important;}
.text-slider p{font-size: 14px !important;}
}

.text-slider{
  width:100%;  
  position: absolute;
  top: 50%;
  transform: translate(0, -65%);
  padding: 10px;
  z-index:1;
}

.text-slider p{color:white !important; width:50%;}


.common {
    width: 200px;
    height: 100vh;
    /* border: 8px solid #bb596b; */
    /* margin-bottom: 25px; */
}

.center1 .parent {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-text {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 120px; */
    /* height: 100px; */
    /* background-color: #f96d80; */
    /* border: 5px solid #303960; */
    /* padding: 10px; */
}


.e-abt{
    width:100%;
    float:left;
    padding-top: 58px;
    padding-bottom: 30px;
}
.e-abt h3{
    float: left;
    width: 100%;
   font-weight: 500;
    color: #000;
    font-size: 43px;
    text-align: center;
}
.e-abt p {
    padding-top: 10px;
    width: 100%;
  text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding-right: 25px;
    float: left;
    line-height: 25px;
}



















