

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700'); */


#jqcheck { background: #fff9d7; text-align: center; color: #333; padding: 10px 0px; font-size: 13px; font-weight: bold; position: fixed; z-index: 9991; width: 100%; font-family: Arial, Helvetica, sans-serif; }
* { margin: 0px; padding: 0px; }

/* text selection color */
::-moz-selection { background: var(--primary-color);  color: var(--theme-white); text-shadow: none;}
::selection { background: var(--primary-color); color: var(--theme-white); text-shadow: none; }

/* browser scroller style */
::-webkit-scrollbar { width:10px; height:10px; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display:none; }
::-webkit-scrollbar-track-piece { background-color:#ecedf1; -webkit-border-radius:0px; border-left:1px solid #888; }
::-webkit-scrollbar-thumb:vertical { -webkit-border-radius:0px; background:var(--primary-color); }


@media screen and (-webkit-min-device-pixel-ratio:0) { select { -webkit-appearance: none !important; line-height:28px !important; } }

body {font-family: 'Grover';color: var(--default-color);font-size:var(--base-font-size);position: relative;overflow-x: hidden;}

/* font family */
.ff-primary { font-family: var(--primary-font-family); }
.ff-secondary { font-family: var(--secondary-font-family); }

/* font colors */
.fc-primary { color: var(--primary-color); }
.fc-secondary { color: var(--secondary-color); }
.fc-dark { color: var(--theme-dark); }
.fc-lite { color: var(--theme-lite); }

/* buttons */
.primary-btn,.secondary-btn { font-size: 13px; font-weight: 400; text-transform: capitalize; padding: 8px 15px;  position:relative; display:table; border-radius: 3px; }
.primary-btn:after, .secondary-btn:after { content: "\e957"; font-family: 'icomoon' !important;
font-size: 13px;  color: white; padding-left: 10px; display: table-cell; vertical-align: middle;  }
.primary-btn { background:var(--primary-color); color: white; }
.primary-btn:hover {background:var(--primary-color-dark); color: white; }
.secondary-btn { background:var(--secondary-color); color: white;  }
.secondary-btn:hover {background:var(--secondary-color-dark); color: white; }

.banner-btn{text-transform: capitalize; display: inline-block; transform: translateY(0rem); -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; color: #fff !important; background-color: transparent;padding: 20px 40px; font-size: 18px; font-weight: 600; border-radius: 5px;border: 1px solid #fff !important;}


.secpad-100{padding: 100px 0;}


.sm-btn { font-size: 14px; }
.md-btn { font-size: 16px; }
.lg-btn { font-size: 18px; }
.xl-btn { font-size: 20px; }

/* headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p { margin: 0; padding: 0; }
h1, .h1, h2, .h2 {font-family: 'Grover';}
h3, .h3, h4, .h4, h5, .h5, h6, .h6{ font-family: 'Grover'; padding-bottom: 10px;
color: var(--theme-dark); }

h2, .h2 { font-size: 6.7vmin; }
h3, .h3 { font-size: var(--font-size-h3); font-weight: 600; }
h4, .h4 { font-size: var(--font-size-h4); }
h5, .h5 { font-size: var(--font-size-h5); }
h6, .h6 { font-size: var(--font-size-h6); }
p { /*font-size: var(--base-font-size);*/ }

p {font-weight: 400;line-height: 1.4;padding: 0 0 20px;margin:0px;color: #687087;font-family: Rubik}

/*** theme sections padding ***/
.sec-padding-100 { padding:100px 0;} .sec-padding-90 { padding:90px 0;}
.sec-padding-80 { padding:80px 0;} .sec-padding-70 { padding:70px 0;}
.sec-padding-60 { padding:60px 0;} .sec-padding-xlarge { padding:50px 0; }
.sec-padding-large { padding:40px 0; } .sec-padding-medium { padding:30px 0; }
.sec-padding-small { padding:25px 0; } .sec-padding-xsmall { padding:10px 0; }

/*** theme sections margin ***/
.sec-margin-100 { margin:100px 0;} .sec-margin-90 { margin:90px 0;}
.sec-margin-80 { margin:80px 0;} .sec-margin-70 { margin:70px 0;}
.sec-margin-60 { margin:60px 0;} .sec-margin-xlarge { margin:50px 0; }
.sec-margin-large { margin:40px 0; } .sec-margin-medium { margin:30px 0; }
.sec-margin-small { margin:25px 0; } .sec-margin-xsmall { margin:10px 0; }

/*** no padding, no marging ***/
.p-0 { padding:0; }
.pt-0 { padding-top:0px; } .pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; } .pr-0 { padding-right:0px; }
.m-0 { margin:0; }
.mt-0 { margin-top:0px; } .mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; } .mr-0 { margin-right:0px; }




.tt-uppercase{text-transform: uppercase;}
.tt-capitalize{text-transform: capitalize;}




p strong { color: black; }
p span { color: black; }
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { border: 0px; outline: none; }
/*img { max-width: 100%;  }*/
ul,li { list-style-type: none; }
.relative { position:relative; }
.absolute { position:absolute; }

h2,.h2 {
 color: #171717;
 line-height: 1.2;
 font-weight: 700;
 padding: 0 0 15px 0;
 position: relative;
 letter-spacing: -1px;
 }
h2 span,.h2 span { color:var(--primary-color);}

a { text-decoration: none; }
.list-simple { list-style: none; margin: 0 0 15px 0; width:100%; display:inline-block; }
.list-simple li {color: var(--default-color);padding: 0 0 10px 16px;line-height: 20px;font-size: 14px;font-weight: 400;position:relative;}
.list-simple li:before {position: absolute; left: 0px;top: 0px;
font-size: 13px; color:var(--secondary-color); content: "\e93a"; font-family: 'icomoon' !important; }

/*** morefull block link ***/
.moreFull { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; }

/*** transition ***/
.transition {-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }

/*** scale with transition ***/
.scale-with-transition { -webkit-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in; transition: all 200ms ease-in; -webkit-transform: scale(1.05);
-ms-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05); }



@media (min-width: 1600px){
    .container{max-width:1400px}
}


/* header 
------------------------------------*/

.mobile-nav nav li a:hover {
    background: #FF4400;
}
.mobile-nav img{width: 200px}

header{padding: 20px;position: absolute;width: 100%;border-bottom: 1px solid #ffffff7a;}
header .logowrp{}
header .logowrp a{}
header .logowrp a img{width: 100%;}
header .navwrp{padding-top: 20px;text-align: center;}
header .navwrp ul{margin-bottom: 0; }
header .navwrp ul li{display: inline-block;margin: 0 40px 0px 0;position: relative;}
header .navwrp ul li a{font-size: 16px;text-transform: uppercase;color: #fff;transition: .4s;position: relative;}
header .navwrp ul li a:hover{color: #FF4400}
header .navwrp ul li a:after{content: "";background: #FF4400;width: 100%;height: 3px;position: absolute;left: 0;bottom: -10px;opacity: 0;transition: .4s}
header .navwrp ul li:hover a:after{display: block;opacity: 1}
header .hdrnmbr {padding-top: 15px;float: right;}
header .hdrnmbr img{width: 40px; }
header .hdrnmbr a{display: inline-flex; }
header .hdrnmbr .numm {display: block;margin: 0 10px;}
header .hdrnmbr a:hover .numm{color: #FF4400 !important}
header .hdrnmbr .numm span{text-transform: uppercase;color: #fff;}
header .navwrp ul li.servv:hover .drpdown{display: block;opacity: 1}
header .navwrp ul li.servv .drpdown{backdrop-filter: blur(15px); border: 1px solid #FF4400; border-radius: 5px; position: absolute; top: 25px; width: 280px; display: none; transition: 1s; z-index: 999; }
header .navwrp ul li.servv .drpdown ul{}
header .navwrp ul li.servv .drpdown ul li{display: block; text-align: left; margin: 10px 0 0px 0; border-bottom: 1px solid; padding: 0px 0px 10px 10px; }
header .navwrp ul li.servv .drpdown ul li:hover a{color:#FF4400 }
header .navwrp ul li.servv .drpdown ul li a:after{display: none;}
header .navwrp ul li.servv .drpdown ul li:hover a:after{display: none;}


/*--------------Header End----------------------*/


/*--------------Banner Start----------------------*/

.homebannr{background: url(../images/home-banner.webp); background-position: center; background-size: cover; background-repeat: no-repeat; padding:  0; overflow: hidden; height: 100vh; display: flex; align-items: center; padding-top: 140px; }
.homebannr .txtwrp{position: relative;}
.homebannr .txtwrp h1{font-size: 54px;color: #fff;font-family: 'Grover';font-weight: 900;text-transform: uppercase;line-height: 70px;letter-spacing: 2px;}
.homebannr .txtwrp h1 span{color: #FF4400; font-family: 'Grover'; font-weight: 900; }
.homebannr .txtwrp p{font-size: 18px; color: #fff; padding: 20px 0;}
.btnwrp{margin-top: 30px; position: relative; }
.btn-1{background: linear-gradient(90deg, rgba(221,59,0,1) 0%, rgba(119,32,0,1) 79%);color: #fff;padding: 15px 30px;font-size: 16px;/* font-weight: 600; */margin-right: 20px;transition: .4s}
.btn-1:hover{/* font-weight: 600; */background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #db3b00, #772000) border-box;color: #FF4400;}
.btn-2{padding: 15px 30px;font-size: 16px;border: 1px solid transparent;/* font-weight: 600; */background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #db3b00, #772000) border-box;color: #FF4400;    box-shadow: rgb(255 68 0 / 35%) 0px 2px 4px 0px, rgb(255 68 0 / 35%) 0px 2px 16px 0px;transition: .4s}
.btn-2:hover{background: linear-gradient(90deg, rgba(221,59,0,1) 0%, rgba(119,32,0,1) 79%);color:#fff;border: unset;}
.txtwrp2 h2{font-size: 50px;color: #fff;letter-spacing: 2px;text-transform: uppercase;}
.txtwrp h2{font-size: 50px;color: #000;letter-spacing: 2px;text-transform: uppercase;}
h2 span{color: #FF4400}
.homebannr .partnrslogos{position: relative; margin-top: 40px; }
.homebannr .partnrslogos img{}
.homebannr .bnrvideowrp{position: relative; }
.homebannr .bnrvideowrp video{width: 100%; mix-blend-mode: lighten; /*    position: absolute;*/ transform: scale(2.9) translateY(20px) translateX(50px); }


/*--------------Banner End----------------------*/

/*.frstfold .imgwrp img{animation: anim1 4s linear infinite;}*/
/*.hmm .frstfold .imgwrp img{width: 100%; transform: scale(1.1) translateX(100px); }*/
/*--------------FirstFold Start----------------------*/

.frstfold{padding: 70px 0;overflow:hidden; }
.frstfold .row{justify-content: space-between;}
.frstfold .container-fluid{padding: 0}
.frstfold .imgwrp{}
.frstfold .imgwrp img{width: 100%; transform: scale(1.5) translateX(160px); }
.frstfold .txtwrp{}
.frstfold .txtwrp h2{font-size: 50px;font-weight: 600;background: #FF4400;color: #fff;padding: 10px 20px;letter-spacing: 2px;}
.frstfold .txtwrp .innrtxt{width: 80%; }
.frstfold .txtwrp h6{color: #FF4400;font-size: 16px;font-weight: 800;margin: 10px 0 0;text-transform: uppercase;}
.frstfold .txtwrp p{padding: 10px 0; font-size: 16px; color: #000; line-height: 30px; }
.frstfold .txtwrp .keypointswrp{}
.frstfold .txtwrp .keypointswrp ul{}
.frstfold .txtwrp .keypointswrp ul li{background: #FF4400; margin-bottom: 10px; padding: 10px 10px; font-size: 12px; color: #fff; text-transform: uppercase; font-family: 'Grover'; font-weight: 600; }
.frstfold .txtwrp .keypointswrp ul li i{font-size: 20px; margin-right: 10px; border-right: 2px solid #C23400; padding-right: 10px; }
.frstfold .btn-2{padding: 15px 30px;font-size: 16px;border: 1px solid;/* font-weight: 600; */background: transparent;color: #FF4400;}
.frstfold .txtwrp .circleshpe{border-left: 3px solid #FF4400; margin-left: 50px; }
.frstfold .txtwrp .circleshpe h4{background: #000; border-radius: 100px; width: 150px; height: 150px; display: flex; align-items: center; justify-content: center; margin: 0 auto; border: 2px solid #ff4400; color: #ff4400; }

.frstfold .btn-2{padding: 15px 30px;font-size: 16px;border: 1px solid;/* font-weight: 600; */background: transparent;color: #FF4400;}
.frstfold .btn-2:hover{background: linear-gradient(90deg, rgba(221,59,0,1) 0%, rgba(119,32,0,1) 79%);border: unset;color: #fff}

/*.frstfold .imgwrp img{animation: anim1 4s infinite; }*/

.btn2{padding: 15px 30px;font-size: 16px;border: 1px solid;/* font-weight: 600; */background: transparent;color: #FF4400;box-shadow: rgb(255 68 0 / 35%) 0px 2px 4px 0px, rgb(255 68 0 / 35%) 0px 2px 16px 0px;}
.btn2:hover{background: linear-gradient(90deg, rgba(221,59,0,1) 0%, rgba(119,32,0,1) 79%);color: #fff;border: unset;}
.ctawrp .btn-2{color: #fff}
.ctawrp .btn-2 i{color: #FF4400}
/*--------------FirstFold End----------------------*/

.servpgg .frstfold .txtwrp h2{font-size: 34px;margin-bottom: 10px;}
/*.webapp .frstfold .imgwrp img {animation: anim2 4s infinite; }*/

/*--------------Services Section Start----------------------*/

.servcwrp{background: #121212; padding: 70px 0; }
.servcwrp .txtwrp{text-align: center; margin-bottom: 30px; }
.servcwrp .txtwrp h4{font-size: 20px; color: #fff; border: 1px solid #FF4400; display: inline-block; padding: 5px 120px; }
.servcwrp .txtwrp2{}
.servcwrp .txtwrp2 h2{font-size: 50px;color: #fff;letter-spacing: 2px;}
.servcwrp .txtwrp2 h2 span{color: #FF4400}
.servcwrp .txtwrp2 p{font-size: 16px; color: #fff; width: 80%; }

.servcwrp .mainbxx{}
.servcwrp .mainbxx .imgbox{}
.servcwrp .mainbxx .imgbox img{width: 90%; /*    transform: rotate(-10deg);*/ transition: .4s; }
.servcwrp .mainbxx .rightcntnt{display: flex; /* margin-bottom: 40px; */ border-top: 1px solid; padding: 25px 0; }
.servcwrp .mainbxx .rightcntnt .img-txt{display: flex; gap: 30px; position: relative; align-items: center; border-right: 1px solid; padding-right: 30px; width: 80%; justify-content: flex-start; }
.servcwrp .mainbxx .rightcntnt .img-txt h3.txtbgg{position: absolute; right: 40px; font-size: 70px; opacity: 0.7; z-index: 0; font-weight: 900; }
.servcwrp .mainbxx .rightcntnt .img-txt img{height: 60px; }
.servcwrp .mainbxx .rightcntnt .img-txt h4{position: relative; z-index: 1; color: #fff; text-align: center; transition: .4s;text-transform: uppercase;}
.servcwrp .mainbxx .rightcntnt .img-txt h4 span{font-size:12px }
.servcwrp .mainbxx .rightcntnt .txtwrp{text-align: unset; margin-left: 30px; margin-bottom: 0; }
.servcwrp .mainbxx .rightcntnt .txtwrp p {padding: 0; color: #fff; line-height: 24px; }
.imgboxcontainer.active {display: block; opacity: 1; }
.imgboxcontainer {display: none; font-size: 20px; opacity: 0; transition: .5s; }
.navlist {cursor: pointer; transition: .1s linear; }
.servcwrp .mainbxx .rightcntnt:hover h4{color: #FF4400}
.servcwrp .mainbxx .rightcntnt:hover .img-txt img{filter:brightness(0) saturate(100%) invert(28%) sepia(98%) saturate(1735%) hue-rotate(359deg) brightness(102%) contrast(109%) }


/*--------------Services Section End----------------------*/




/*--------------Process Section Start----------------------*/

.processwrp{
    padding: 70px 0;
}
.processwrp .txtwrp{
    text-align: center;
}
.processwrp .txtwrp h2{
    font-size: 50px;
    letter-spacing: 2px;
}
.processwrp .txtwrp h2 span{}
.processwrp .txtwrp p{
    font-size: 16px;
    color: #000;
    width: 65%;
    margin: 0 auto;
}
.processwrp .prorow{/* column-gap: 30px; */justify-content: center;margin-top: 30px;} 
.processwrp .promainbxx{
    position: relative;
    flex: 0 0 23%;
    max-width: 23%;
}
.processwrp .promainbxx:hover .processbox{z-index: 1;position: relative;}
.processwrp .promainbxx:hover h2.numabs{left: -100px;z-index: -1;#FF4400;color: #000}
.processwrp .promainbxx:hover .processbox h4{color: #000}
.processwrp h2.numabs{
    position: absolute;
    font-size: 200px;
    top: 50px;
    left: -40px;
    z-index: 0;
    transition: 0.8s;
    color: #FF4400;
}
.processwrp .processbox{
     background: #ffffff;
     box-shadow: -15px 0px 10px -10px #0000008f;
     padding: 90px 20px;
     width: 70%;
     position: relative;
     height: 360px;
}
.processwrp .processbox img{
    width: 80px;
    transition: 0.8s;
}
.processwrp .promainbxx:hover .processbox img{filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(238deg) brightness(98%) contrast(100%)}
.processwrp .processbox h4{
    font-size: 20px;
    color: #FF4400;
    font-weight: 700;
    margin-top: 20px;
    transition: .8s;
    text-transform: uppercase;
}
.processwrp .btnwrp{margin-top: 100px}




.webapp .ctawrp{margin-bottom: 100px}




.ctawrp {background:url(../images/Group1597883483.webp);background-size: auto;background-position: center;background-repeat: no-repeat;margin: 50px 0 0;}
.ctawrp .row{align-items: center;}
.ctawrp .imgwrp{}
.ctawrp .imgwrp img{width: 50%; transform: scale(1.8) translateX(40px); z-index: 1; position: relative;
}
.ctawrp .txtwrp{}
.ctawrp .txtwrp h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 2px;
}
.ctawrp .btnwrp{}



/* Section Styling */
section.workkk {
    background-color: #000;
    padding: 50px 0 !important;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Initially align at the top */
/*    position: relative;*/
}
 
/* Container Styling */
.workkk .container {
    width: 100%;
    text-align: center;
}
 
/* Heading Styling */
.workktxt {
    font-size: 4rem;
    font-weight: bold;
    position: sticky;
    top: 10%;
    left: 50%;
    transform: translateX(0%);
    z-index: 0;
    transition: all 0.8s ease-in-out;
}

.workktxt {
    font-size: 4rem;
    font-weight: bold;
    position: sticky;
    top: 10%;
    left: 50%;
    transform: translateX(0%);
    z-index: 0;
    transition: all 0.8s ease-in-out;
}
.workktxtresp{display: none;
}
.workktxtresp span {
    display: inline-block;
    color: #fff;
}
 
/* Optional for better visual */
.workktxt span {
    display: inline-block;
    color: #fff;
}



.worksec {
  background: #121212;
  padding: 70px 0;
  overflow: hidden;
  position: relative; /* For positioning the text relative to the section */
}

.worksec .sticky {
  position: absolute; /* Default absolute */
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Ensures it stays behind images */
  pointer-events: none;
  transition: transform 0.2s ease; /* Smooth scaling */
}

.fixedClass {
  position: fixed !important;
  top: 10% !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; /* Keeps it behind images */
}
.worksec .txtwrp h2.wrkktxt {
  font-size: 50px; /* Initial size */
  color: #fff;
  position: sticky;
  top: 0; /* Sticks to the top */
  left: 0;
  z-index: -1; /* Places the text behind other content */
  transform: scale(1); /* Default scale */
  transition: transform 0.2s ease; /* Smooth scaling */
}

.worksec .txtwrp h2 span {
  color: #fff;
}

.scroll-section {
  display: flex;
  flex-direction: column;
  gap: 30px; /* Space between items */
  padding: 100px 0 0;
  position: relative; /* For z-index layering */
  z-index: 2; /* Ensure images stay above the text */
}

.scroll-item {
  perspective: 1000px; /* Enables 3D effect */
  position: relative;
  width: 100%;
  margin: auto; /* Center align */
}

.scroll-item img {
  width: 90%;
  display: block;
  border-radius: 10px;
  transform-origin: bottom; /* Rotate from the bottom edge */
  transform: perspective(1000px) rotateX(75deg); /* Initial flat position */
  transition: transform 0.1s linear; /* Smooth updates */
}
.scroll2 .scroll-item {
    margin-top: 100px;
}

    .scroll-item .cntntvis{
    width: 90%;
    background: #FF4400;
    position: relative;
    top: -100px;
    border-radius: 0px 0px 8px 8px;
    padding: 20px 20px 0;
    opacity: 0;
    transition: 1s;
}
.scroll-item:hover .cntntvis{opacity: 1}
    .scroll-item .cntntvis h6{
    color: #fff;
    font-size: 26px;
}
    .scroll-item .cntntvis p{
    color: #000;
}






.ser-client-logowrp{background: #000;position: relative;z-index: 1}
.ser-client-logowrp .maincountr ul {margin: 0; font-size: 0 }
.ser-client-logowrp .maincountr ul li {padding: 90px 10px;display: inline-block;text-align: center;width: 25%;transition: .4s}
.ser-client-logowrp .maincountr ul li.border-right {border-right: 3px solid #121212 !important; }
/*.ser-client-logowrp .maincountr ul li:hover {background: #fff }*/
.ser-client-logowrp .maincountr ul li h4 {color: #fff;font-size: 52px;}
.ser-client-logowrp .maincountr ul li h4 span{color: #FF4400;font-weight: 600;}
.ser-client-logowrp .maincountr ul li p {color: #fff;font-size: 22px;padding: 0;text-transform: uppercase;}
.ser-client-logowrp .maincountr ul li.border-left {border-left: unset!important }
.ser-client-logowrp h2 {font-size: 36px }








.ser-client-logowrp{}
.ser-client-logowrp .mainwrp{}
.ser-client-logowrp .mainwrp .nopadd{padding: 0}
.ser-client-logowrp .mainwrp .frstbxx{background: #FF4400;padding: 60px 20px;border-radius: 8px 8px 0px 0px;height: 210px;position: relative;}
.ser-client-logowrp .mainwrp .frstbxx:after{content: "";background-image: url(../images/angle-shape.webp);position: absolute;bottom: -39px;left: -1px;width: 50px;height: 40px;background-repeat: no-repeat;}
.ser-client-logowrp .mainwrp .frstbxx h2{color: #fff; font-size: 32px; text-transform: uppercase; text-align: center; /* padding: 10px; */ }
.ser-client-logowrp .mainwrp .scndbox{padding: 40px 20px;background: #fff;border-radius: 8px 8px 0px 0px;height: 210px;}
.ser-client-logowrp .mainwrp .scndbox ul.partnerslider{}
.ser-client-logowrp .mainwrp .scndbox ul.partnerslider li{}
.ser-client-logowrp .mainwrp .scndbox ul.partnerslider li img{width: 180px; height: 80px; object-fit: contain; }





.advisorssec{
    padding-bottom: 70px;
}
.advisorssec .mainwrp{padding: 20px 0;}
.advisorssec .mainwrp .cntntwrp{display: flex;align-items: center;padding: 20px 0px;border-bottom: 1px solid #E9EBEE;}
.advisorssec .mainwrp .cntntwrp h6 {background: antiquewhite; padding: 20px; border-radius: 100px; color: #AE1F04; }
.advisorssec .mainwrp .cntntwrp h4{margin-left: 40px; color: #000; font-size: 28px; font-weight: 500; }
.advisorssec .txtwrp2{}
.advisorssec .txtwrp2 h2{font-size: 32px;margin-top: -40px;color: #000;z-index: 1}
.advisorssec .imgwrp{
    width: 100%;
}
.advisorssec .imgwrp img{width: 80%; }
.advisorssec .chklisttt{width: 90%; }
.advisorssec .chklisttt li{margin-bottom: 20px;font-size: 18px;display: inline-flex;font-family: 'Rubik';}
.advisorssec .chklisttt li img{width: 25px; margin: 0 10px 0px 0px; }







.missionsec{
    background: url(../images/mission-sec-bg.webp);
    background-repeat: no-repeat;
    padding: 70px 0;
    background-position: center;
}
.missionsec .txtwrp{}
.missionsec .txtwrp h2{
    font-size: 50px;
    padding: 0;
}
.missionsec .mainwrp{}
.missionsec .mainwrp ul.tabbwrp{
    margin: 30px 0;
}
.missionsec .mainwrp ul.tabbwrp li{
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    padding: 15px 50px;
    border-radius: 5px;
    line-height: 25px;
    transition: .4s;
}
.missionsec .mainwrp ul.tabbwrp li.current{background: #FF4400;color: #fff;}
.missionsec .mainwrp2{}
.missionsec .mainwrp2 .tabs{}
.missionsec .mainwrp2 .tabs p{
    font-size: 16px;
    line-height: 26px;
    transition: .4s;
}
.tabs{display: none;}
.tabs.current{display: block;}

.missionsec .chklisttt{width: 90%;margin-top: 50px;}
.missionsec .chklisttt li{margin-bottom: 20px;font-size: 18px;display: inline-flex;font-family: 'Rubik';}
.missionsec .chklisttt li img{width: 25px; margin: 0 10px 0px 0px; }







.countsec2{
    padding: 70px 0 0;
    position: relative;
    overflow: hidden;
}
.countsec2 .txtwrp{
    /* text-align: center; */
}
.countsec2 .txtwrp h2{
    /* font-size: 50px; */
    letter-spacing: 1px;
    text-align: center;
}
.countsec2 .txtwrp h2 span{}
.countsec2 .cabimg1{position: absolute;right: -100px;}
.countsec2 .cabimg2{position: absolute;left: -100px;bottom: 100px;}
.countsec2 .mainwrp{
    padding-top: 60px;
}
.countsec2 .mainwrp ul{
    text-align: center;
}
.countsec2 .mainwrp ul li{
    display: inline-block;
    border: 1px solid;
    border-radius: 100%;
    /* padding: 100px 110px; */
    margin-left: -20px;
    width: 300px;
    height: 300px;
    align-content: center;
}
.countsec2 .mainwrp ul li h4{
    color: #FF4400;
    font-size: 40px;
    font-weight: 900;
}
.countsec2 .mainwrp ul li p{
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}





.cta-2{
    background: url(../images/cta2-bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 70px 160px 100px;
    margin: 100px 0 0;
}
.cta-2 .txtwrp{}
.cta-2 .txtwrp h2{
    font-size: 38px;
    text-align: unset;
    color: #fff;
    line-height: 1;
}
.cta-2 .btnwrp {
    float: right;
}
.cta-2 .btnwrp .btn-1{background: #000;color: #fff;position: relative;padding: 15px 40px;overflow: hidden !important;!i;!;display: inline-block;border-radius: 5px;}



.cta-2 .btnwrp .btn-1:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #fff;
    opacity: 0.2;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}













footer{
        background: #222429 url(../images/footer-bg.webp) center top no-repeat;
        padding: 70px 0 30px;
}
footer .navwrp{
}
footer .navwrp.navwrp22{
    margin-top: 40px;
}
footer .navwrp h4{
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}
footer .navwrp img.logoimg{
    width: 100%;
}
footer .navwrp p{
    margin-top: 20px;
    color: #999B9F;
    font-size: 16px;
}
footer .navwrp img.ftrimg1{
    width: 90%;
    display: block;
}
footer .navwrp img.ftrimg2{
    width: 50px;
}
footer .navwrp ul{margin-top: 30px;}
footer .navwrp ul li{
    margin-bottom: 15px;
}
footer .navwrp ul li a{
    color: #999B9F;
    font-size: 16px;
}
footer .navwrp ul li i{
    font-size: 16px;
    margin-right: 10px;
    color: #FF4400;
}

footer .bdrtpp{
}
footer .ftrbtm{
    text-align: center;
    padding: 60px 0 0 0;
}
footer .ftrbtm p{
    border-top: 1px solid;
    padding: 30px 0 0;
    font-size: 14px;
}














.servbanner{border-bottom: 10px solid #FF4400;}
.servbanner .txtwrp p{
    font-size: 18px;
    color: #fff;
    padding: 20px 0;
}
.servbanner .imgwrp{}
.servbanner .imgwrp img{animation: anim1 4s linear infinite;}

.servfrstfld{}
.servfrstfld .imgwrp img{transform: unset;}







.offer-sec{padding: 70px 0; }
.offer-sec .txtwrp{text-align: center;margin-bottom: 20px;}
.offer-sec .txtwrp h2{}
.offer-sec .txtwrp h2 span{}
.offer-sec .txtwrp h2 span{}
.offer-sec .txtwrp p{font-size: 16px;width: 70%;margin: auto;}
.offer-sec .bxwrp{background: url(../images/boxxbgg.webp); background-repeat: no-repeat; background-size: contain; height: 270px; width: 100%; background-position: top; padding: 20px; position: relative; }
.offer-sec .bxwrp .topcntnt{position: absolute; background: #FF4400; border-radius: 50px; padding: 15px 15px 20px; top: 13px; right: 2px; z-index: -1; transition: .7s; }
.offer-sec .bxwrp .topcntnt2{top: 53px; }
.offer-sec .bxwrp:hover .topcntnt2{top: 13px}
.offer-sec .bxwrp .topcntnt h4{color: #fff;font-size: 13px;padding: 0;font-weight: 600;}
.offer-sec .bxwrp h3{font-size: 60px; color: rgb(119 32 0); }
.offer-sec .bxwrp p{font-size: 18px; line-height: 30px; padding-top: 0px; }


.servpgg .ctawrp .imgwrp img {width: 80%; transform: scale(1.2) translateX(40px); }
.servpgg .processwrp {
    padding: 100px 0;
}






.roleswrp .txtwrp{
    text-align: center;
}
.roleswrp .txtwrp h4{
    font-size: 18px;
    color: #fff;
    border: 1px solid #FF4400;
    display: inline-block;
    padding: 5px 120px;
    margin-bottom: 20px;
}
.roleswrp .txtwrp h2{
    color: #fff;
}

.roleswrp .quest-title.active {
  color: #fff;
  border-bottom: unset;
/*  border-top-color: #FF4400;*/
}

.roleswrp .quest-title.active:before {
  color: #fff;
}

.roleswrp .imgboxhovv {
  display: none; /* Hide all images by default */
}

.roleswrp .imgboxhovv.active {
  display: block; /* Show only the active image */
}

.roleswrp {
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -460px -230px;
  background: #d2d4d614;
  background: #000;
  background-size: cover;
}

.quest-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FF4400;
  padding: 20px 15px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  display: inline-block;
  transition: all linear 0.15s;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}

.quest-title:before {
  position: absolute;
  content: "\e91e";
  width: 20px;
  height: 20px;
  right: 15px;
  top: 0px;
  font-family: 'icomoon' !important;
  color: #FF4400;
  font-size: 20px;
}

.quest-title.active, .quest-title:hover {
  content: "\e91c";
  color: #fff;
}

.quest-content {
  padding: 15px 20px;
  display: none;
  margin-bottom: 0px;
}
.quest-content h4{font-size: 18px;color: #fff;}

.quest-content.open {
  display: block;
}




.webapp .frstfold .imgwrp img{transform: scale(1.1) translateX(100px)}
.webapp .ctawrp .imgwrp img {width: 100%; transform: scale(1.6) translateX(0px); }
.cmspage .ctawrp .imgwrp img {width: 100%; transform: scale(1.1) translateX(-40px) translateY(14px); }
.logopage .frstfold .imgwrp img{width: 90%;transform: translateX(150px) translateY(-50px);}
.logopage .ctawrp{margin-bottom: 100px}
.logopage .ctawrp .imgwrp img {width: 40%; transform:unset; }


.soluscnd .row.myroww{position: relative;}
.soluscnd .mycolneww:before {
    content: "";
    background: #FF4400;
    /* height: 60px; */
    width: 160%;
    position: absolute;
    left: -60%;
    padding: 30px;
}
.soluscnd .txtwrp h2{background: unset;}
.soluscnd .innrtxt{width: 100% !important}
/*.soluscnd .imgwrp img{width: 100% !important}*/
.ctawrp.ctafull {background:url(../images/cta-bg-full.webp);background-size: auto;background-position: center;background-repeat: no-repeat;margin: 50px 0 0;padding: 70px 0}
.ctawrp.ctafull .txtwrp{text-align: center;}



.solupage .frstfold.soluscnd .imgwrp img{width: 100%}
.solupage .frstfold.soluscnd .imgwrp img{transform: scale(1.1) translateX(100px);}
.solupage .frstfold.soluscnd .txtwrp h2{padding-left: 0}








.case-studies {
    position: relative;
}

.case-studies img.shape1,
.case-studies img.shape2,
.case-studies img.shape3 {
    position: absolute;
    animation: contactimage 3s infinite;
}

.case-studies img.shape1 {top: 290px;left: 30px;width: 100px;}


.case-studies img.shape2 {
    right: 0px;
    width: 130px;
    top: 80px;
}

.case-studies img.shape3 {
    right: 0;
    bottom: 20px;
    width: 200px;
}

.case-studies {
    padding: 70px 0;
}

.case-studies .case-studies-heading {
    padding-bottom: 50px;
    text-align: center;
}

.case-studies .case-studies-heading h4 {
    font-size: 21px;
    color: #826BDD;
    font-weight: 800;
}

.case-studies .case-studies-heading h2 {
    font-size: 50px;
    text-transform: uppercase;
}

.case-studies .case-studies-heading h2 span {
}

.case-studies .case-box {border-radius: 15px !important;background: url(../images/case-studies-box.webp);/* border: 3px solid transparent; */padding: 30px;position: relative;height: 330px;transition: 0.4s;box-shadow: 0px 5px 20px -12px #000;background-position: top;background-repeat: no-repeat;background-size: cover;z-index: 1;overflow: hidden;display: flex;align-items: center;}
.case-studies .case-box:before{border-radius: 10px;content: "";background: #000000de;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;opacity: 0.9;}
.case-studies .case-box:hover {
    background: url(../images/hover-img.webp);
    /* background-size: cover; */
    /* background-position: center; */
}
.case-studies .case-box:hover.case-box:before {display: none;}
.case-studies .case-box img.mobile {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 30%;
    transition: 0.4s;
}

.case-studies .case-box .image-title {
    /* padding: 30px 0; */
}

.case-studies .case-box .image-title ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.case-studies .case-box .image-title ul li {
    font-size: 21px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
}

.case-studies .case-box .image-title ul li img {}

.case-studies .case-box .image-title p {
    width: 56%;
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    line-height: 26px;
}

.case-studies .case-box .image-title .play-img {}

.case-studies .case-box .image-title .play-img ul {
    display: flex;
    column-gap: 10px;
    margin-bottom: 0;
}



.case-studies .row {
    column-gap: 0;
}

.case-studies .row .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}

.case-studies .row:last-child {
    padding-bottom: 0;
}






.simpsec{
    padding: 70px 0;
}
.simpsec .txtwrp{}
.simpsec .txtwrp .innrcntnt{
    margin-bottom: 30px;
}
.simpsec .txtwrp .innrcntnt h3{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
}
.simpsec .txtwrp .innrcntnt h4{
    font-weight: 700;
    font-size: 18px;
    color: #FF4400;
}
.simpsec .txtwrp .innrcntnt p{
    font-size: 16px;
}
.simpsec .imgwrp{}
.simpsec .imgwrp img{
    width: 100%;
}











/* form section */
.form-section .form-wrapper .checkbox-list ul {
    padding: 0 1.5rem ;
    list-style: none;
    margin: 0 0 10px 0px;
    display: flex;
    width: 100%;
    flex-flow: wrap;
}

.form-section .form-wrapper .checkbox-list ul li {
    width: 31%;
}
.form-section .form-wrapper .checkbox-list ul li input{
    vertical-align: top;
    display: inline-block;
    margin-top: 8px;
    accent-color: #FF4400;
}
.form-section .form-wrapper .checkbox-list ul li label{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #FF4400;
}



section.form-section {
    padding: 5% 0;
    background: #121212;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
    overflow: hidden;
}
.form-section .cabimg1{position: absolute;right: 330px;}
.form-section .cabimg2{position: absolute;left: 20px;bottom: 100px;}
section.form-section .mainwrp{
    backdrop-filter: blur(15px);
    border: 1px solid #FF4400;
    padding: 30px;
    overflow: hidden;
}
section.form-section .formsecabsimg {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.form-section .content-section{
    margin: 0 auto 30px auto;
}
.form-section .txtwrp{}
.form-section .txtwrp h2{
    font-size: 34px;
    color: #fff;
}
.form-section .txtwrp p{}

section.form-section .content-section p {
    font-size: 16px;
    line-height: 31px;
    font-weight: 500;
    color: #ffffff;
}
section.form-section .form-wrapper .checkbox-list li {
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
section.form-section .form-wrapper .checkbox-list li {
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

section.form-section .form-wrapper input,
 section.form-section .form-wrapper textarea {
    background: transparent;
    margin-top: 15px;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    border: unset;
    border-bottom: 1px solid #FF4400;
}
section.form-section .form-wrapper input.btn-1{background: linear-gradient(90deg, rgba(221,59,0,1) 0%, rgba(119,32,0,1) 79%) !important;width: 30%}
section.form-section .form-wrapper input:focus{box-shadow:unset;}
section.form-section .form-wrapper input::placeholder, section.form-section .form-wrapper textarea::placeholder {
    color: #fff;
}

section.form-section .imgwrp{}
section.form-section .imgwrp img{width: 100%;position: absolute;bottom: 0;}
/* form section */


.cabimg1, .cabimg2{
 animation: animName 10s linear infinite;
}
@keyframes animName {
  0%{
     transform: rotate(0deg);
    }
 100%{
     transform: rotate(360deg);
    }
 }

@keyframes anim1 {
  0% {
    transform: translateY(0%) translateX(60px);
  }

  50% {
    transform: translateY(-8%) translateX(60px);
  }

  100% {
    transform: translateY(0%) translateX(60px);
  }
}

@keyframes anim12 {
  0% {
    transform: translateY(60px) translateX(80px);
  }

  50% {
    transform: translateY(-10px) translateX(80px);
  }

  100% {
    transform: translateY(60px) translateX(80px);
  }
}

.roleswrp .imgboxhovv img {
    width: 70%;
    display: block;
    margin: auto;
}


.appdevpg .servfrstfld .imgwrp img{
    width: 80%;
    margin: auto;
    display: block;
}

.privcybnr{padding: 250px 0 200px;height: unset;}
.privacysec{padding: 100px 0 70px}
.privacysec h4{margin-top:20px;font-weight: 600;}
.privacysec li{margin-top:10px;}
.privacysec li strong{color: #000}
.privacysec li a{font-size: 16px;color: #FF4400;font-weight: 600}



/*//////////////////////*/


.site-navbar,
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0
}

.site-navbar,
.site-navbar .site-navigation .site-menu,
ul.cont-info-f li:not(:last-child) .media {
    margin-bottom: 0
}

.is-sticky header marquee p{color:#000 !important;}
.is-sticky header.site-navbar.js-sticky-header {
    background-color: white;
    color: #000;
    padding-top: 1%;
    padding-bottom: 1%;
    transition: .5s
}

/*.is-sticky header.site-navbar nav.site-navigation ul.header-btn li,
.is-sticky header.site-navbar nav.site-navigation ul.header-btn li a,
.is-sticky header.site-navbar nav.site-navigation ul.site-menu li a span,
.is-sticky header.site-navbar.js-sticky-header p.contact_number a,
.text-dark,
a.simple-btn:hover {
    color: #000 !important
}

header.site-navbar.js-sticky-header p.contact_number a {
    color: #fff !important
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a{
    color: #FF4400 !important;
}*/


.site-navbar {
    z-index: 1999;
    position: absolute;
    top: 0rem;
    background: transparent;
    width: 100%
}

.site-navbar.transparent {
    background: 0 0
}

.site-navbar.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px !important
}

.site-navbar .site-navigation .site-menu>li>a>span {
    width: fit-content !important
}

.site-navbar .site-navigation .site-menu .active>a span {
    border-bottom: 2px solid #b10655;
    border-radius: 0 !important;
    background-color: transparent !important
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block
}

header.site-navbar nav.site-navigation ul.header-btn li,
header.site-navbar nav.site-navigation ul.header-btn li a,
header.site-navbar nav.site-navigation ul.site-menu li a {
    padding: 5px 10px;
}

/*header.site-navbar nav.site-navigation ul.header-btn li,
header.site-navbar nav.site-navigation ul.header-btn li a,
header.site-navbar nav.site-navigation ul.site-menu li a span {
    font-size: 12px !important;
    color: #ffffff !important;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 30px
}*/


.site-mobile-menu .site-nav-wrap a:hover,
.site-mobile-menu .site-nav-wrap li.active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover,
.site-navbar .site-navigation .site-menu .has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu>li>a:hover>span {
    color: #b10655;
}


.site-navbar .site-navigation .site-menu .has-children,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a,
.site-navbar .site-navigation .site-menu li>a span {
    position: relative
}

.site-navbar .site-navigation .site-menu .has-children>a span {
    position: relative;
    padding-right: 30px
}

.site-navbar .site-navigation .site-menu .has-children>a span:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: icomoon
}


.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #FF4400;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .1);
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
    background: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
    min-width: 300px;
    padding: 0;
    background: #222;
    margin: 0;
    overflow-y: hidden;
    height: 370px;
    text-align: right
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: 10px solid rgba(136, 183, 213, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    margin-left: -10px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #343a40
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    position: relative
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 20px 30px;
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #363636
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:after {
    position: absolute;
    content: "\e315";
    right: 20px;
    font-family: icomoon
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a {
    background: #fafafb
}

.site-navbar .site-navigation .site-menu .has-children:active,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:hover {
    cursor: pointer
}

.site-navbar .site-navigation .site-menu .has-children:active>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0;
    visibility: visible;
    opacity: 1
}


.site-navbar .site-navigation .site-menu .has-children:focus-visible {
    outline: 0 !important
}


.site-navbar .site-navigation .site-menu li>a span:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: -2px;
    background: #b10655;
    height: 2px;
    transition-property: width;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.site-navbar .site-navigation .site-menu li>a span:active:after,
.site-navbar .site-navigation .site-menu li>a span:focus:after,
.site-navbar .site-navigation .site-menu li>a span:hover:after {
    left: 0;
    right: auto;
    width: 100%
}


.dropdown-menu {
    border-radius: 0 !important;
    padding: 0 !important;
    top: 0px !important;
}


.dropdown-menu.show li.has-megasubmenu a.dropdown-item {
    color: #000;
    text-decoration: none;
    padding: 20px 10px;
    border-bottom: 1px solid #363636;
    transition: .5s !important
}

.megasubmenu.dropdown-menu {
    top: 0;
    padding: 15px 15px !important;
    min-width: 690px;
    margin-top: 0px;
}

.megasubmenu.dropdown-menu ul li a {
    background-color: #fff !important;
    width: 100% !important;
    position: relative !important;
    padding: 25px 20px 25px 40px !important;
    margin-bottom: 15px;
    box-shadow: 0 0 5px 2px #00000026;
    color: #000 !important
}

.dropdown-menu.show li.has-megasubmenu a.dropdown-item,
.megasubmenu.dropdown-menu ul li a {
    font-size: 16px !important;
     !important
}

.dropdown-menu.show li.has-megasubmenu a.dropdown-item:hover,
.megasubmenu.dropdown-menu ul li a:hover {
    background-color: #FF4400 !important;
    color: #fff !important
}

li.has-megasubmenu a:hover:before {
    content: "";
    width: 3px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #FF4400
}



.site-navbar .site-navigation .site-menu li.nav-item:hover {}

.site-navbar .site-navigation .site-menu li.nav-item:hover ul.dropdown-menu {
    display: block;
}


a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: .4s;
    position: relative;
}

.site-navbar .site-navigation .site-menu > li {margin-right: 4px;}

.site-navbar .site-navigation .site-menu li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: .4s;
    position: relative;
}
.site-navbar .site-navigation .site-menu li a:hover{color: #FF4400}

.megasubmenu.dropdown-menu ul.list-unstyled {}

.megasubmenu.dropdown-menu ul.list-unstyled li {
    margin-bottom: 10px;
}

.megasubmenu.dropdown-menu .row {

}

.megasubmenu.dropdown-menu .row {}

.megasubmenu.dropdown-menu .row .col-lg-6.col-md-12 {
    padding: 0 5px;
}

/*/////////////*/


.mobile-nav-btn.active span.lines {
    top: 9px;
    transform: rotate(48deg);
    transition: unset;
    left: 0px;
}

.mobile-nav-btn.active span.lines::before {
    top: -6px;
    transform: rotate(85deg);
    transition: unset;
    left: 6px;
}

.mobile-nav-btn.active span.lines::after {
    display: none;
}


.site-navbar nav.site-navigation {}

.site-navbar nav.site-navigation li.servv {
    position: relative;
}

.site-navbar nav.site-navigation li.servv ul.drpdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.site-navbar nav.site-navigation li.servv:hover ul.drpdown {
    display: block;
}

.site-navbar nav.site-navigation li.servv ul.drpdown li {}

.site-navbar nav.site-navigation li.servv ul.drpdown li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    transition: .4s;
    position: relative;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: #000;
    text-decoration: none;
    padding: 15px 10px;
    border-bottom: 1px solid #363636;
    transition: .5s !important;
}


.site-navbar nav.site-navigation li.servv ul.drpdown li:hover {
    background-color: #FF4400;
}

.site-navbar nav.site-navigation li.servv ul.drpdown li:hover a {
    color: #fff;
}

/*//////////////////////////*/


body.healthcare section.soluscnd .txtwrp h2 {
    display: block;
}

body.healthcare section.soluscnd .mycolneww::before {padding: 60px;}


body.consumer-device section.soluscnd .txtwrp h2 {
    display: block;
}

body.consumer-device section.soluscnd .mycolneww::before {padding: 75px;}








.servbanner .imgwrp{}
.servbanner .imgwrp img.new_img{width: 100%}
.appdevpg.new_serv .servfrstfld .imgwrp img{width: 80%}
.qa_frstimg{width: 60% !important}
.new_serv .roleswrp .imgboxhovv img{width: 90%}