/* resuable styles For More Webiste Container */
:root {
    --font-family: "Outfit", sans-serif; 
    --primaryColo: #C14153;
}

* {
    list-style: none;
}

a {
    text-decoration: none;
}

/* Start Utilization Component Container */
h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
    margin: 0;
    padding: 0;
}

/* end Utiliation component Container */


 
body {
    font-family: var(--font-family);
    overflow-x: hidden;
}


.question-contianer  span{
    display: block;
}

.content-container {
	display: flex;
	align-items: center;
	margin-left: 2rem;
}

/* Start Hero Container */
.hero-component {
    height: 46rem;
    top: 0;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
}

section.hero-component > div > div > div:nth-child(2) > div > div:nth-child(3) {
    display: flex;
    align-items: end;
}


section.hero-component > div > div > div:nth-child(2) > div > div:nth-child(4) {
    margin-top: -95px;
}

.caption-content-container {
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
}

.caption-content-container h1 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
}
.caption-content-container span {
    /* display: flex; */
    margin-bottom: .3rem;
}
.caption-content-container span bold, .caption-content-container span strong {
    font-weight: bold;
}
.caption-content-container h1 small {
    font-size: .8rem;
    font-weight: 300;
}
.last-title {
    position: relative;
    top: -8px;
}

.weighter {
    font-weight: 700;
}


.right-sider-img-contianer {
    display: flex;
    grid-template-columns: 50% 50%;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 6.125rem;
    width: fit-content;
    justify-content: end;
    padding-right: 1rem;
}

.logo-container img {
    width: 13.8125rem;
}


header {
    background-color: #00000059;
    height: 5.6875rem;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header .logo-container {
    background-color: #c34254;
    padding: .5rem 1rem;
    border-radius: 0rem 2.5rem 2.5rem 0rem;
    position: absolute;
    left: -67px;
    top: -21px;
}


.list-container a {
    color: #fff;
}


.list-container  ul {
    justify-content: space-between;
}


.question-contianer span {
    color: #fff;
    font-weight: 300;
    /* font-size: 12px; */
}

.question-contianer a{
    color: #fff;
}


.social-icons-contianer a {
    color: #fff;
}


.question-contianer {
    border-right: 0.125rem solid #fff;
    padding: 0 1rem 0 0;
}  

.social-icons-contianer {
    gap: 1rem;
    margin-left: 1rem;
}


.right-sider-img-contianer .img-container:first-child > img, .right-sider-img-contianer .img-container:last-child > img {
    width: 13.75rem;
}


.readmorebtn {
    display: inline-block;
    padding: .5rem 1rem;
    background-color: var(--primaryColo);
    color: #fff;
    border-radius: 0.625rem;
}


.about-component {
    position: relative;
}
.stripes-container {
    position: absolute;
    right: -3rem;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.stripes-container img:first-child {
    transform: translate(-3.9375rem, 1.625rem);
}

.about-component h2 {
    font-size: 2.5rem;
    margin: 1.3rem 0;
}

.reusbale-box  h3 {
    font-size: 1.25rem;
    margin-bottom: .2rem;
}

.about-component p {
    margin: 1rem 0;
    color: #5A5A5A;
}


.aboutimg {
    width: 80%;
    object-fit: cover;
    margin: auto;
}

.min-img-container {
    width: fit-content;
    padding: 1rem;
    background-color: #C1415324;
    border-radius: 0.625rem;
}


.about-component .reusbale-box{   
   gap: 1rem;
}
.about-component .reusbale-box p{   
    margin-bottom: 0;
}


.about-component h4 {
    font-size: 0.9375rem;
    text-transform: uppercase;
    color: var(--primaryColo);
    font-weight: 500;
}

.about-component {
    position: relative;
    padding-top: 5rem!important;
}
.aboutbger-container {
    position: absolute;
    bottom: 0;
    z-index: -3;
    left: 0;
}


.aboutbger-container img {
    width: 47.5rem;
}


.nexta-component .component-insdier h2{
    font-size: 1.625rem;;
}
.nexta-component .component-insdier h3 {
    font-size: 2.4375rem;
    font-weight: 600;
}

.component-insdier p {
    margin-bottom: 1rem;
    line-height: 1.875rem;
}
.component-insdier p:last-child {
    margin-bottom: 0;
}

.component-insdier h3{
    margin-bottom: 1rem;
}

.nexta-component {
    background: linear-gradient(180deg, #FFF1F3 0%, rgba(255, 255, 255, 0) 73.29%);
}


.nexat-box {
    background-color: #fff;
    padding: 2rem 1rem;
    border: 0.0625rem solid #EFEFEF;
    height: auto;
    border-radius: 0.625rem;
    overflow: auto;
    height: 100%;
}

.circle-contianer {
    box-shadow: 0rem 0.5rem 1.5rem 0rem #959DA51A;
    width: 5.625rem;
    height: 5.625rem;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin: auto;
    border: 0.0625rem solid #F1F1F1;
}

.component-insdier .row .col-md-6:nth-child(2n) .nexat-box {
    margin-top: 0;
}

  .fitertitel {
    color: var(--primaryColo);
  }


  .developer-img {
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    z-index: 1;
    top: b;
    bottom: -0.8125rem;
    left: 1rem;
    padding: 1rem;
}

  .developer-img img{
    width: 3.75rem;
  }


  .our-services {
    background-color: #f9f9f9;
  }

  .service-box {
    background-color: #fff;
    border-radius: 0.625rem;
    box-shadow: 0rem 0.125rem 0.625rem 0rem #0000001A;
    margin-bottom: .5rem;
}
  .our-services  .img-boxer {
    position: relative;
}
.our-services  .service-container h4 {
    position: relative;
    font-size: 0.9375rem;
    color: var(--primaryColo);
}

.service-container p {
    margin: 1rem 0;
}

.service-container {
    padding: 1rem;
    border-radius: 1.25rem;

}
#services .service-container {
    height: 184px;
    overflow: auto;
}
.service-container p {
    text-align: left;
    margin-bottom: 15px;
    font-size: .9rem;
}
.service-container ul li {
    font-size: .9rem;
}


.service-container a {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #6D6D6D;
    border: 0.0625rem solid #6d6d6d7d;
    padding: .5rem 1rem;
    border-radius: .5rem;
}


.our-services .item {
    padding: .3rem;
}


.our-services  .service-box a i {
    margin-left: 1rem;
    color: var(--primaryColo);
}

.industries {
    background-color: #fff;
}

.service-container .cirlce-iconer {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid #E0E0E0;
}

.service-container .cirlce-iconer i {
    transform: rotate(320deg);
    color: #000!important;
}

.links-contaienr {
    gap : 1rem;
}


.links-contaienr a {
    color: #000;
    font-size: 0.875rem;
}

.links-contaienr i {
    color: var(--primaryColo);
    font-size: .6rem;
    margin: .5rem;
}
footer   {
   position: relative;
}
footer  h4 {
    color: var(--primaryColo);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

footer a {
    color: #000;
}
footer ul li {
    margin-bottom: .5rem;
}
footer .logo-container {
    background-color: var(--primaryColo);
    width: fit-content;
    padding: .5rem 1.5rem;
    border-radius: 1.875rem;
    margin: auto;
    position: absolute;
    left: 40%;
    top: 0.5625rem;
}

footer .container {
    box-shadow: 0rem 0.0625rem 0.25rem 0rem #00000029;
    padding: 6rem 2rem 1rem 2rem;
    border-radius: 1.875rem;
}

.copyright-containr p {
    text-align: center;
    font-size: 0.9375rem;
}

.caption-content-container h1 strong {
    font-weight: bold;
}

.caption-content-container h1 >  span:nth-child(2) {
    padding-left: 0;
    margin-bottom: 0;
    margin: 1rem 0!important;
    display: inline-block;
    padding-left: 0;
}

.caption-content-container h1 >  span:nth-child(3) {
    padding-left: 0;
    line-height: 1rem;
    padding-left: 0;
}
.img-container {
    position: relative;
}
.cuved-img {
    width: 3.3125rem!important;
    position: absolute;
    top: -1.625rem;
}

.quality-solution-contianer  .reusbale-box p {
    margin-top: 0;
    color: #5A5A5A;
    font-size: 0.9375rem;
}
.min-img-container img{
    width: 2rem;
}

.readmorebtn {
    text-transform: uppercase;
    font-size: 0.875rem;
}
.readmorebtn i {
    margin-left: 1rem;
}
.nexat-box  h4 {
    font-size: 1.25rem;
    color: #c34254;
}

footer ul li a {
    display: flex;
    align-items: center;
}
footer ul li a i{
    color: var(--primaryColo);
   
}

span.adress-component {
    margin: 0;
}

.footer a i {
    margin-right: 1rem;
    margin-top: 0;
}

.lister-container a {
    gap: 0.625rem;
}


header .list-container {
    transform: translateX(4.375rem);
}
header .list-container a {
   font-weight: 500;
}
.containerElement {
    text-align: justify;
    line-height: 2.1875rem;
}
.containerElement h3 {
    text-align: left;
}

.nexta-component .nexat-box  p {
    margin-bottom: 1rem;
    line-height: 1.875rem;
    font-size: 0.875rem;
}

#services {
    background-image: url(../img/service-imger-container.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.copyright-containr a{
    color: #000
} 


footer .lister-container a:first-child i{
    margin-top: 0;
}

i.fa-solid.fa-location-dot {
    transform: translateY(-0.625rem);
}

.spanizer {
    font-weight: 300;
}



.stripedborder {
    background-color: var(--primaryColo);
    width: 278px;
    height: 60px;
    margin-bottom: 1rem;
    border-radius: 0 3rem 3rem 0;
}

.fit-img-box-container {
    position: relative;
    display: flex;
    align-items: center;
}
.fit-img-box-container .stripedborder  {
   position: absolute; 
   top: 0;
}
.fit-img-box-container .stripedborder.left {
    left: 0;
    top: 158px;
    z-index: -2;
    transform: rotate(151deg);
}
.fit-img-box-container .stripedborder.right {
    position: absolute;
    right: 1px;
    z-index: -1;
    top: 114px;
    transform: rotate(333deg);
}

.stripedborder.right.small {
    height: 40px;
    right: 0;
    top: 244px;
    transform: translateX(1px) rotate(331deg);
}

.stripedborder.left.small {
    height: 44px;
    right: 1rem;
    top: 320px;
    transform: translateX(46px) rotate(151deg);
}

.cirlce-container {
    width: 40px;
    height: 40px;
    background-color: #c14153;
    position: absolute;
    top: 82%;
    transform: translateX(10px);
    border-radius: 50%;
}


#services .img-boxer > img {
    border-radius: 0 0 0 4rem;
    height: 230px;
    object-fit: cover;
}

.industries .img-boxer > img {
    border-radius: 0 0 0 6rem;
    height: 260px;
    object-fit: cover;
}


img.topCurved {
    border-radius: 100px 0px 100px 0px!important;
    height: 321px;
    width: 247px;
    object-fit: cover;
    border: 3px solid #fff;
}
.rightcurved {
    border-radius: 150px 150px 150px  0px;
    height: 224px;
    width: 228px;
    border: 3px solid #fff;
    object-fit: cover;
}

.rightcurved.thirdcurved{
    border-radius: 150px 0px 150px 150px!important;
}


.last-title .weighter, .first-title .weighter, .second-title .weighter {
    margin-left: 0;
}



/* end Gide Responsive Design Coming Soon! */
/* end Hero Container */

@media(max-width: 992px){
    html{
        font-size: 95%;
    }
}
@media(max-width: 768px){
    html{
        font-size: 90%;
    }
}
@media(max-width: 576px){
    html{
        font-size: 85%;
    }
}




header .container {
    /* position: relative; */
} 

header .logo-container {
    background-color: #c34254;
    padding: .5rem 1rem;
    border-radius: 0rem 2.5rem 2.5rem 0rem;
    position: absolute;
    left: 0;
    top: 0px;
}


.statics-component .counterelement{
    font-size: 2rem;
    font-weight: 600;
}
.counterComponent {
    background: url(../img/service-imger-container.png), #fff4f6;
    border-bottom: 3px solid #ffd9df;
}

.statics-component  .insiderelement {
    align-items: center;
    /* text-align: center;
    display: flex; */
    background: #e9e9e9;
    padding: 0;
    border-radius: 121px;
    /* flex-wrap: wrap; */
    height: 120px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: 1px solid #00000038;
    padding: 1rem;
}

.statics-component  .insiderelement h4{
   margin-top: 1rem;
}
.statics-component .counterelement {
    display: inline-block;
    /* width: 150px;
    height: 150px; */
    background-color: var(--primaryColo);
    /* border-radius: 50% 0; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #fff;
}


/* Start */
header.scrolled {
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

header.scrolled .list-container a {
    color: #000;
}

header.scrolled .question-contianer span {
    color: #000;
    font-weight: 300;
}
header.scrolled .question-contianer a {
    color: #000;
}

header.scrolled  .social-icons-contianer a {
    color: #000;
}

header.scrolled  .question-contianer {
    border-right: 0.125rem solid #000;
}


/* Start Step Progreess Component Container */
:root {
	--hue: 200;
	--bg: red;
	--fg: green;
	--primary: green;
	--trans-dur: 0.3s;
}

button {
	background-color: var(--primary);
	border-radius: 0.2em;
	color: hsl(0,0%,100%);
	display: block;
	margin: 1.5em auto 0 auto;
	outline: transparent;
	padding: 0.5em 1em;
	transition: background-color 0.15s linear;
	-webkit-tap-highlight-color: transparent;
}
button:hover,
button:focus-visible {
	background-color: hsl(var(--hue),90%,30%);
}
main {
	margin: auto;
}
.loader,
.loader__fill,
.loader__fill:before,
.loader__fill-glow,
.loader__middle,
.loader__middle:before {
	border-radius: 50%;
}
.loader {
	--progress: 0;
	--angle: calc(360deg * var(--progress));
	background-color: hsl(var(--hue),10%,90%);
	background-image: linear-gradient(145deg,hsla(var(--hue),10%,10%,0.1),hsla(var(--hue),10%,10%,0));

	position: relative;
	width: 12em;
	height: 12em;
	transition:
		background-color red,
		box-shadow red;
}


.loader[data-running="true"] + button {
	visibility: hidden;	
}
.loader__fill {
   
    filter: blur(1px);
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.loader__fill,
.loader__fill:before,
.loader__fill-glow,
.loader__middle,
.loader__middle:before,
.loader__value {
	position: absolute;
}
.loader__fill:before,
.loader__fill:before, .loader__fill-glow {
    background-image: conic-gradient(transparent, hsl(var(--hue), 90%, calc(90% - 40%* var(--progress))) var(--angle), hsla(var(--hue), 90%, calc(90% - 40%* var(--progress)), 0) var(--angle));
}
.loader__fill:before {
	content: "";
	display: block;
	inset: 0.25em;
}
.loader__fill-glow {
    filter: blur(0px);
    opacity: 0.5;
    inset: -0.25em;
}
.loader__middle,
.loader__middle:before {
	transition: background-color var(--trans-dur);
}
.loader__middle {
    background-color: hsl(var(--hue),10%,100%);
    background-image: linear-gradient(145deg,hsla(var(--hue),10%,10%,0),hsla(var(--hue),10%,10%,0.7));
    /* box-shadow: 0.5em 0.5em 1em hsl(200deg 100% 69.58% / 50%); */
    inset: 1.5em;
    z-index: 1;
}
.loader__middle:before {
	background-color: hsl(var(--hue),10%,90%);
	background-image: linear-gradient(145deg,hsla(var(--hue),10%,10%,0.1),hsla(var(--hue),10%,10%,0));
	content: "";
	display: block;
	inset: 0.25em;
}
.loader__value {
	font-size: 2.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	inset: 0;
	text-shadow: 0 0.25rem 0.25rem hsla(var(--hue),10%,50%,0.4);
	transition: text-shadow var(--trans-dur);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue),10%,30%);
		--fg: hsl(var(--hue),10%,90%);
	}
	.loader {
		background-color: hsl(var(--hue),10%,30%);
		box-shadow:
			0.25em 0.25em 0.5em hsl(var(--hue),10%,15%) inset,
			0.5em 0.5em 1.5em hsl(var(--hue),10%,20%),
			-0.5em -0.5em 1.5em hsl(var(--hue),10%,40%);
	}
	.loader__middle {
		background-color: hsl(var(--hue),10%,40%);
	}
	.loader__middle:before {
		background-color: hsl(var(--hue),10%,30%);
	}
	.loader__value {
		text-shadow: 0 0.25rem 0.25rem hsla(var(--hue),10%,0%,0.4);
	}
}


.counterTitle {
    margin-top: 1rem;
    color: #000;
}


.caption-content-container ul {
   display: flex;
  
}
.caption-content-container li {
    margin-right: 1rem;
    float: left;
    margin-top: 16px;
  }
.caption-content-container ul li a {
    color: #fff;
    text-align: start;
    text-transform: capitalize;
}
.customized-lister {
    display: flex;
    flex-direction: column;
}

.customized-lister i {
    margin-right: .5rem;
}

.customized-lister li {
    margin-bottom: 1rem;
}

.caption-content-container ul {
    display: flex;
    margin-top: 2rem;
    justify-content: flex-start !important;
}

.customized-lister li a {
    transition: all .5s ease;
    background-color: transparent;
    width: 100%;
    display: block;
    padding: .5rem;
    border-radius: 2rem;
    border: 1px dashed #fff;
    font-size: .9rem;
    text-transform: capitalize;
}

.customized-lister li a:hover {
    padding-left: 1rem;
    background: #c34254;
}

.nexta-component {
    padding-top: 6rem!important;
}


/* Dropdown Menu */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Show the dropdown menu when hovering over the Services menu item */

.header .list-container a:hover > {
    
}
.services-dropdown:hover .dropdown-menu {
    display: block;
}

/* Style the dropdown menu items */
.dropdown-menu li {
    padding: 0px;
}

.dropdown-menu li:hover {
    background-color: #f0f0f0;
}



/* Start Drop Down Menu Items */
.menu, .drop-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    display: inline-block;
    background-color: transparent;
    position: relative;
}

.menu-item a {
    text-decoration: none;
    padding: 6px 10px;
    color: #fff;
    display: block;
}


.drop-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    width: 300px;
    position: absolute;
    padding: 0rem;
    border-radius: .5rem;
}


.drop-menu-item {
    width: 100%;
  
}

.drop-menu-item:hover {
    background-color: #c34254;
    color: #fff;
}

.drop-menu-item a {
    color: #555!important;
}

.menu-item:hover .drop-menu {
    display: block;
}


.drop-menu .drop-menu-item a {
   transition: all .5s ease;
}
.drop-menu .drop-menu-item:hover a {
    color: #fff!important;
}

.drop-menu {
    border-top: 5px solid var(--primaryColo);
}


/* Start Counter Animation Component */
@keyframes counterAnimation {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.counter {
    font-size: 39px;
    color: #333;
}

.loader__value {
    animation: counterAnimation 1s ease-in-out forwards;
    background: #fff;
    border-radius: 50%;
    border: 2px dashed #0000005c;
}


.col-md-4.d-flex.justify-content-center.align-items-center.flex-wrap.boxer-element\; {
    flex-direction: column;
}


span.weighter.lastemover {
    display: inline-block;
    margin-left: 0;
    margin-top: .5rem;
}

@media(min-width: 1700px){
    header .container{
       position: relative;
    }

    header .logo-container {
        background-color: #c34254;
        padding: .5rem 1rem;
        border-radius: 0rem 2.5rem 2.5rem 0rem;
        position: absolute;
        left: 0;
        top: -23px;
    }
}

.list-container-mainer  li a {
    border-right: 2px solid var(--primaryColo);
    padding-right: .5rem;
}


@media(min-width: 1300px){
    .cirlce-container {
        top: 85%;
    }
}


.list-container-mainer  li a {
    border-right: 2px solid var(--primaryColo);
    padding-right: 1rem;
}
.list-container-mainer li:last-child a{
    border-right: none;
}

#contactus .container{
    background: linear-gradient(180deg, #FFF1F3 0%, rgba(255, 255, 255, 0) 73.29%);
}

.circular-container >  h4:first-child {
    width: 180px;
    height: auto;
    /* background-color: #ffff; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    /* border: 22px solid #dfe2e4; */
    font-size: 2.5rem;
    margin: auto;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}


.menu-item > i {
    padding-left: 1rem;
    display: inline-block;
}

.space-pad {
    padding-left: .5rem;
    margin-top: .3rem;
}
.h-20 {
    height: 20rem;
}
.mt-70 {
    margin-top: 70px;
}
.br-2 {
    border-radius: 50px 0 50px 0;
}
.icon-text {
    margin-top: 20px;
}
.icon-text .icon-img {
    margin-right: 10px;
}
.icon-text .icon-data h5 {
    margin-bottom: 0px;
}
.icon-text .icon-data p {
    margin-top: 0px;
    margin-bottom: 10px;
}


/* Side Menu */

.navbar-toggler {
	display: none;
}
.sidenav {
	display: none;
}


.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.owl-dot {
    background: rgb(255, 179, 179);
    height: 10px;
    width: 10px;
    float: left;
    margin-right: 10px;
    border-radius: 18px;
}
.owl-dot.active {
    background: #cd4759;
    width: 24px;
}
.icon-text .icon-data {
    padding-top: 10px;
}
.nexat-box-service .circle-contianer {
    margin: inherit;
    border: 0;
    box-shadow: 0rem 0rem 0rem 0rem #959DA500;
    display: block;
    width: 100%;
    height: auto;
}
.nexat-box-service .circle-contianer img {
    width: 100%;
    border-radius: 20px 0 20px 0;
}
.nexat-box-service {
    border: 2px solid #00000010;
    padding: 24px;
    border-radius: 20px;
    transition: all 1s;
    background: transparent;
    color: #333;
}
.nexat-box-service:hover {
    background: white;
    /* border: 2px solid #cd475920; */
    /* border-radius: 0px 50px 0px 50px; */
    /* box-shadow: 1px 1px 5px #cd475950; */
    transition: all 1s;
    /* background: #c34254; */
    /* transform: scale(1.01); */
}
.nexat-box-service h4 {
    color: #c34254;
    margin-top: 20px !important;
}
.nexat-box-service:hover h4 {
    color: #c34254;
}
.about-services {
    padding: 100px;
    background: linear-gradient(180deg, #FFF1F3 0%, rgba(255, 255, 255, 0) 73.29%);
}
a {
    color: #000000;
}
.p-6 {
    padding-bottom: 6rem !important;
}
.engagement {
    position: relative;
    z-index: 99;
    background: #ffffff;
    padding: 100px 0;
    display: block;
    width: 100%;
    overflow: hidden;
    color: white;
}
.engagement h1 {
    margin-bottom: 20px;
}
.engagement p {
    margin-bottom: 30px;
}
.engagement-items ul {
    margin-top: 30px;
    margin-bottom: 30px;
}
.engagement-items ul li {
    margin-bottom: 10px;
    border: 0px solid #ffffff30;
    padding: 10px 20px;
    padding-left: 40px;
    border-radius: 100px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(195, 66, 84, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
    position: relative;
}
.engagement-items ul li:before {
    content: "✔";
    /*font-family: "Font Awesome 6 Free";*/
    position: absolute;
    left: 18px;
    top: 8px;
}
.engagement-items ul li i {
    margin-right: 10px;
}
.engagement button {
    background: #911f30;
    border: 1px solid #972b3b;
    border-radius: 100px;
    padding: 10px 30px;
    margin: 0;
    color: white;
}
.engagement button:hover {
    background: #f05b71;
    border: 1px solid #f05b71;
    border-radius: 100px;
    padding: 10px 30px;
    margin: 0;
    color: #ffffff;
}
.team-block-two {
    position: relative;
    margin-bottom: 30px;
}
.team-block-two .inner-box {
    position: relative;
}
.team-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    /* background-color: #f05b71; */
    border-radius: 10px 10px 150px 150px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.team-block-two .inner-box:hover .image {
    border-radius: 150px 150px 10px 10px;
}
.team-block-two .inner-box:hover .lower-box .social-box {
    opacity: 1;
}
.team-block-two .inner-box .lower-box {
    position: relative;
    margin-top: -30px;
    padding: 20px 20px 25px;
    text-align: center;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.team-block-two .inner-box .lower-box .social-box {
    position: absolute;
    left: 50%;
    opacity: 0;
    bottom: -17px;
    padding: 5px 16px;
    border-radius: 50px;
    display: inline-block;
    background-color: #f05b71;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translateX(-50%);
}
.team-block-two .inner-box .lower-box .social-box li {
    position: relative;
    padding: 0px 6px;
    text-align: center;
    display: inline-block;
}
.team-block-two .inner-box .lower-box .social-box li a {
    color: #ffffff;
}
.team-block-two .inner-box .lower-box .social-box li a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.bg-white {
    background: white !important;
}
.service-list {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.service-list li {
    margin-bottom: 10px;
    background: #fff3f5;
    border-radius: 10px;
    padding: 10px;
    width: 48%;
    margin-right: 2%;
    position: relative;
    padding-left: 50px;
    color: #5A5A5A;
    height: 70px;
    display: flex;
}
.service-list li a {
    display: flex;
    align-content: center;
    align-items: center;
}
.service-list li i {
    /* margin-right: 10px; */
    color: #fff;
    position: absolute;
    left: 0px;
    background: #c34254;
    padding: 7px 12px;
    top: 0px;
    height: 100%;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
}
.lg-button {
    background: #911f30;
    border: 1px solid #972b3b;
    border-radius: 100px;
    padding: 10px 30px;
    margin: 0;
    color: white;
}
.lg-button:hover {
    border: 1px solid #911f30;
    color: #911f30 !important;
}
.accordion-button:not(.collapsed) {
    background-color: #eab8bf !important;
    color: black !important;
}
button:hover, button:focus-visible {
    background-color: #eab8bf;
    color: black !important;
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    color: #5A5A5A;
}
.accordion-button {
    font-size: 18px;
}
.serv-img1 {
    width: 200px;
    height: auto;
}
.bg-dots {
    position: relative;
}
.bg-dots::before {
    content: '';
    background: url(../img/bg1.gif);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: grayscale(100);
    opacity: 0.3;
}
.font-size-22 {
    font-size: 22px;
}
element {
}
.iq-blog-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  border: 1px solid #f2f4ff;
  border-radius: 6px;
  background: #ffffff;
  height: 450px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.iq-blog-box .iq-blog-image {
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    width: 100%;
}
.iq-blog-box .iq-blog-image img {
    margin-bottom: 30px;
    background: #f2f5fe;
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.iq-blog-box .iq-blogtag {
    margin: 0 0 0 20px;
    padding: 0;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.iq-blog-box .iq-blogtag li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.iq-blog-box .iq-blogtag li a {
    background: #c34254;
    color: #ffffff;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
}
.iq-blog-box .iq-blog-detail {
    padding: 0 20px 20px;
    display: inline-block;
    float: left;
    width: 100%;
    height: 160px;
    overflow-y: auto;
/*    border:2px solid red;*/
}
.iq-blog-box .iq-blog-meta {
    margin: 0 0 10px;
    padding: 0;
    line-height: 16px;
}
.iq-blog-box .blog-title {
    margin: 0 0 5px 0;
}
.iq-blog-box .iq-blog-detail p {
    margin-bottom: 15px;
}
.iq-blog-box .iq-blog-meta ul.iq-postdate {
    padding: 0;
}
.iq-blog-box .iq-blog-detail p {
    margin-bottom: 15px;
    text-align: left;
}
.iq-btn-link {
    color: #c34254;
    text-decoration: none;
}
.iq-blog-box:hover {
    -webkit-box-shadow: 0px 34.659px 15px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 34.659px 15px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 34.659px 15px 0px rgba(0, 0, 0, 0.06);
}
.equal-height-row {
    display: flex;
}
.contact-info {
    background: #c34254;
    /* box-shadow: 3px 3px 4px 3px #33333330; */
    color: white ;
    padding: 50px;
}
.text-white {
    color: white !important;
}
.contact-info h4 {
    color: white;
    font-size: 20px;
}
.contact-info p {
    color: white;
    margin-top: 6px;
}
.contact-details {
    margin-bottom: 40px;
}
.contact-details:last-child, .contact-details:last-child p {
    margin-bottom: 0;
}

.contact-form {
    background: #f9f0f0;
    padding: 50px;
    /* box-shadow: 3px 3px 4px -1px #33333330; */
}
.contact-form button {
    background: #c34254;
    color: #ffffff;
    border-radius: 6px;
    height: 60px;
    padding: 10px 40px;
    border: 0;
}
.mb-50 {
    margin-bottom: 40px;
}
.contact-map {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 10px;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    /* padding: 1rem .75rem; */
    border: 1px solid #ffffff;
}
.career-form {
    background: #faf0f0;
    padding: 20px;
    border-radius: 6px;
}
.career-form button {
    background: #c34254;
    color: #ffffff;
    border-radius: 6px;
    height: 60px;
    padding: 10px 40px;
    border: 0;
    width: 100%;
}
.career-opportunities .career-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px 2px #33333330;
}
.twm-jobs-list-wrap {
    max-width: 100%;
    margin: 0px auto;
}
.twm-jobs-list-wrap ul li {
    list-style: none;
}
.twm-jobs-list-style1 {
    background-color: #fff;
    border: 10px;
    border: 1px solid #efefef;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.twm-jobs-list-style1 .twm-media {
    width: 118px;
    height: 143px;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border-radius: 10px;
    /* box-shadow: 0px 0px 40px rgb(250, 240, 240); */
    margin-right: 40px;
    position: absolute;
    bottom: 0px;
    line-height: 150px;
    overflow: hidden;
    top: 0;
}
.about-component p:last-child {
    margin-bottom: 0;
}
.twm-jobs-list-style1 .twm-media img {
    display: inline-block;
    width: 100%;
    border-radius: 6px;
}
.twm-jobs-list-style1 .twm-mid-content {
    padding-left: 180px;
}
.twm-jobs-list-style1 p {
    font-size: 14px;
}
.site-text-primary {
    color: #c34254;
}
.twm-jobs-list-style1 .twm-right-content {
    text-align: right;
    width: 178px;
}
.twm-jobs-list-style1 .twm-right-content {
    text-align: right;
}
.twm-jobs-category span {
    color: #fff;
    border-radius: 5px;
    padding: 5px 12px;
    white-space: nowrap;
}
.twm-bg-green {
    background-color: #2db346;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-amount {
    font-weight: 500;
    color: #17171d;
    margin: 20px 0px 10px 0px;
    font-size: 14px;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-amount span {
    color: #17171d;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-browse {
    font-weight: 600;
    font-size: 15px;
}
.twm-jobs-browse::after, .twm-view-prifile::after {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(0, 1);
}
.position-relative {
    position: relative;
}
.mt-1 {
    margin-top: 0;
}
.p-5 {
    padding-bottom: 5rem !important;
}
@media only screen and (max-width: 767px) {
  .sidenav {
    padding-top: 15px;
    display: block;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 19999;
    top: 0;
    left: 0;
    background: #c34254;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    text-align: left;
  }
  /* .sidenav::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000030;
  } */
  .sidenav a {
    padding: 10px 10px 10px 22px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  .navbar-toggler {
    position: absolute;
    background: #c34254;
    top: 0px;
    right: 16px;
    z-index: 1000;
    color: white;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 100px;
  }
  .navbar-toggler:hover {
    position: absolute;
    background: #ffffff;
    top: 0px;
    right: 16px;
    z-index: 1000;
    color: #c34254;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 100px;
  }
  a.closebtn {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 30px;
  }
  #mySidenav li {
    list-style: none;
    border-bottom: 1px solid #24242424;
  }
  .collapse li a {
      background: #cd4759;
      font-size: 13px;
      padding-left: 40px;
      color: white !important;
  }
  .drop-menu-item a {
      color: white !important;
  }
  footer .col-md-4:first-child ul li a i {
      margin-top: 15px;
  }
  .about-component h2 {
      text-align: left;
  }
  .growth-component img {
      width: 100%;
      margin-bottom: 40px;
      border-radius: 10px;
  }
  .career-content h2, .career-content p {
      margin-bottom: 30px;
  }
  .career-content ul {
      margin-bottom: 30px;
  }
  .career-content ul li {
      height: auto !important;
  }
}

/* Side Menu */
.mt-50 {
    margin-top: 50px;
}
.modal-content {
    background: #faf0f0;
}
.btn-close {
    position: absolute;
    right: 15px;
    top: -10px;
}
.containerElement span {
    color: #cd4759;
}
.career-at-nexvant-box {
    background: white;
    box-shadow: 1px 1px 3px 4px aliceblue;
    border-radius: 10px;
    padding: 30px 10px;
    margin-bottom: 30px;
    text-align: center;
}
.career-at-nexvant-box p {
    text-align: center;
    line-height: 1.5;
}
.life-at-nexvant {
    background: url(../img/career-bg1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    text-align: center;
    color: white;
    position: relative;
  }
  .life-at-nexvant:before {
    content: '';
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 0;
    position: absolute;
  }
  .life-at-nexvant h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .life-at-nexvant .life-at-nexvant-content {
    position: relative;
    z-index: 1;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-10 {
    margin-top: 10px;
  }
  .nexta-unique {
    background: url(../img/UniqueBG.jpg);
    background-size: cover;
    padding: 100px 0 !important;
  }
  .nexta-unique .nexat-box {
    border-top: 3px solid #cd4759;
  }
  .nexta-unique .nexat-box .circle-contianer {
    box-shadow: 0rem 0.5rem 1.5rem 0rem #FAE5E8;
    margin-bottom: 15px;
  }
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .view-all-btn {
    position: absolute;
    right: 15px;
    top: 25px;
    background: #c34254;
    color: white;
    padding: 5px 20px;
    border-radius: 50px;
}

@media only screen and (max-width: 768px) {
    .counterTitle {
        font-size: 14px;
        text-align: center;
    }
    footer .logo-container {
        left: 20px;
    }
    .aboutimg {
        width: 335px;
        height: 350px;
    }
    .fit-img-box-container .stripedborder {
        display: none;
    }
    img.topCurved {
        border-radius: 50px 0px 50px 0px !important;
        height: 166px;
        width: 247px;
        object-fit: cover;
        border: 3px solid #fff;
        width: 130px !important;
    }
    section.hero-component > div > div > div:nth-child(2) > div > div:nth-child(4) {
        margin-top: -40px;
    }
    section.hero-component > div > div > div:nth-child(2) > div > div:nth-child(3) {
        display: flex;
        align-items: start;
        margin-top: -20px;
    }
    .rightcurved {
        border-radius: 150px 150px 150px 0px;
        height: 146px;
        width: 146px;
        border: 3px solid #fff;
        object-fit: cover;
    }
    .right-sider-img-contianer {
        display: flex;
        grid-template-columns: 50% 50%;
        flex-wrap: wrap;
        gap: 2.6rem;
        margin-top: 1rem;
        width: fit-content;
        justify-content: end;
        padding-right: 1rem;
    }
    .caption-content-container h1 {
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 2.5rem;
    }
    .caption-content-container ul {
        display: flex;
        margin-top: 2rem;
        flex-wrap: wrap;
    }
    .list-container-mainer li a {
        border-right: 2px solid var(--primaryColo);
        padding-right: 1rem;
    }
    .caption-content-container {
        color: #fff;
        text-transform: uppercase;
        margin-top: 100px;
    }
    .hero-component {
        height: auto;
        padding-bottom: 50px;
    }
    .aboutbger-container img {
        width: 100%;
    }
    .stripes-container {
        position: absolute;
        right: 0;
        top: -131px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .content-container {
        display: flex;
        align-items: center;
        margin-left: 1rem;
    }
    .social-icons-contianer li a {
        padding: 10px;
        margin: 0;
    }
    .question-contianer {
        border-right: 0.125rem solid #fff;
        padding: 0 .5rem 0 0;
    }
    .social-icons-contianer {
        gap: 0.5rem;
        margin-left: .5rem;
    }
    .d-none-imp {
        display: none !important;
    }

    .twm-jobs-list-style1 {
        flex-direction: column;
        margin-bottom: 20px !important;
    }
    .twm-jobs-list-style1 .twm-mid-content {
        padding-left: 0;
        text-align: center;
    }
    .twm-jobs-list-style1 .twm-media {
        line-height: 0;
        position: relative;
        margin-right: 0px;
    }
    .twm-jobs-list-style1 .twm-right-content {
        width: 100%;
        text-align: center !important;
    }
}

.nexat-box:hover{
    border-top: 3px solid #c34254;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 1s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition-behavior: ;
    border-right: 3px solid #c34254;
    border-left: 3px solid #c34254;
    border-bottom: 3px solid #c34254;
}

/*HEADER NAVBAR DROPDOWN*/
.dropdown-menu.show {
    display: block;
    WIDTH: 100%;
    position: absolute;
    left: 300px;
    top: 150px;
}
.drop-menu .drop-menu-item:hover a {
    color: #000000 !important;
}
.nav-drop li a{
    color: #000 !important;
}
.dropdown-menu li:hover {
    background-color: #c34254;
    color: white;
}
/*HEADER NAVBAR DROPDOWN END*/

.growth-list li {
    list-style: disc;
    margin-left: 20px;
}
.growth-list{
    padding: 15px 0px;
}

.banking-inner li {
    padding: 10px 20px;
    border-left: 5px solid #c34254;
    margin: 30px 0px;
    border-radius: 4px;
    background-color: #ededed;
}
.career-content ul {
    margin-left: -20px;
}
.career-content ul {
    margin-left: -20px;
    column-count: 2;
}
.career-content ul li {
    list-style: none;
    background: #ffeef0;
    margin-bottom: 4px;
    padding: 10px 20px;
    border-radius: 4px;
    height: 65px;
}



.box{
    background: linear-gradient(to right, #c34254 0%, #ff415b 100%);
    font-family: 'Nanum Gothic', sans-serif;
    position: relative;
    overflow: hidden;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: "";
    background: #ffffff00;
    width: 0;
    height: 4px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    transition: all 600ms ease;
}
.box:after{
    top: auto;
    bottom: 30px;
    left: auto;
    right: 30px;
}
.box .box-content:before,
.box .box-content:after{
    width: 4px;
    height: 0;
}
.box .box-content:after{
    left: auto;
    right: 30px;
    top: auto;
    bottom: 30px;
}
.box:hover:before,
.box:hover:after{    
    width: calc(100% - 60px);
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    height: calc(100% - 60px);
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
}
.box:hover img{
    opacity: 0.25;
    transform: scale(1.25);
}
.box .inner-content{
    color: #fff;
    text-align: center;
    width: 70%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}
.box:hover .inner-content{
    opacity: 1;
    top: 50%;
}
.box .title{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.box .post{
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 12px;
    display: block;
}

.powerbi-back .iq-blog-image img
{
    margin-bottom: 30px;
    background: #ffffff;
    height: 233px;
    width: 100%;
    object-fit: contain;
}

.technologies.salesforce-practice .powerbi-back .iq-blog-image img,
.technologies.sap .powerbi-back .iq-blog-image img,
.technologies.cloud-data-analytics-practice .powerbi-back .iq-blog-image img,
.technologies.oracle .powerbi-back .iq-blog-image img{
    height: 95.35px!important;
    margin-bottom: 0px;
}

.technologies.operations-support .powerbi-back .iq-blog-image img{
    background: #fff;
/*     object-fit: inherit; */
    margin-bottom: 0px;
    height: 95.35px!important;
}

.technologies.salesforce-practice .iq-blog-boxs .iq-blog-detail,
.technologies.sap .iq-blog-boxs .iq-blog-detail,
.technologies.cloud-data-analytics-practice .iq-blog-boxs .iq-blog-detail,
.technologies.oracle .iq-blog-boxs .iq-blog-detail,
.technologies.operations-support .iq-blog-boxs .iq-blog-detail{
        padding: 0 20px 0px;
        margin-bottom: 0px;
}

.technologies.salesforce-practice .iq-blog-detail,
.technologies.sap .iq-blog-detail,
.technologies.oracle .iq-blog-detail,
.technologies.cloud-data-analytics-practice .iq-blog-detail,
.technologies.operations-support .iq-blog-detail{
    display: none!important;
}

.powerbi-back {
    position: relative;
    overflow -y: scroll;
    margin-bottom: auto;
/* border: 0px solid #000000;*/
/*    border-radius: 6px;*/
    background: #ffffff;
    height: auto;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.powerbi-back .iq-blog-image {
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    width: 100%;
/*    border: 1px solid #ebebeb;*/
}

.iq-blog-boxs .iq-blog-detail {
    padding: 0 20px 20px;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    overflow-y: auto;
/*    border:2px solid red;*/
}

.dec-scroll {
    height: 300px;
    overflow-y: scroll;
    padding: 0 20px 0 0px;
}
/* width */
.dec-scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.dec-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.dec-scroll::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.dec-scroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}