.infogr-overview-section {padding:3rem 0 0rem 0;position: relative; background:url(../images/workspace-with-smartphone-mug-keypad.jpg) ; background-size:100%;   }
.infogr-overview-section:before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background:linear-gradient(180deg, #1647b3b3 0%, #05358900 100%); }

.infogr-overview-content{position: relative; text-align: center;}

.infogr-overview-content h2{color: var(--white); font-size:30px; margin: 0; font-weight: 600; }




.internal-page-section {padding-top:145px; padding-bottom: 80px; position: relative; background: #6a49f2; }
.internal-section-title{text-align: center;}
.internal-section-title h1{color: var(--white); font-size: 40px; margin: 0; font-weight: 600;}


.waves {position: relative; width: 100%; height: 15vh; margin-bottom: -7px; min-height: 100px; max-height: 150px; }
.parallax > use {animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite; } 
.parallax > use:nth-child(1) {animation-delay: -2s; animation-duration: 7s; } 
.parallax > use:nth-child(2) {animation-delay: -3s; animation-duration: 10s; } 
.parallax > use:nth-child(3) {animation-delay: -4s; animation-duration: 13s; } 
.parallax > use:nth-child(4) {animation-delay: -5s; animation-duration: 20s; }



@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}












.shape-img-bg{position: relative;}
.shape-img-bg {width: 100%; height: 100%; background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg"><defs><radialGradient id="Gradient1" cx="50%" cy="50%" fx="10%" fy="50%" r=".5"><animate attributeName="fx" dur="34s" values="0%;3%;0%" repeatCount="indefinite"/><stop offset="0%" stop-color="%23FF5409"/><stop offset="100%" stop-color="%23ff00"/></radialGradient><radialGradient id="Gradient2" cx="50%" cy="50%" fx="10%" fy="50%" r=".5"><animate attributeName="fx" dur="23.5s" values="0%;3%;0%" repeatCount="indefinite"/><stop offset="0%" stop-color="%23010FC5"/><stop offset="100%" stop-color="%230ff0"/></radialGradient><radialGradient id="Gradient3" cx="50%" cy="50%" fx="50%" fy="50%" r=".5"><animate attributeName="fx" dur="21.5s" values="0%;3%;0%" repeatCount="indefinite"/><stop offset="0%" stop-color="%23010FC5"/><stop offset="100%" stop-color="%23f0f0"/></radialGradient><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.152" numOctaves="4" seed="15"  stitchTiles="stitch"/></filter></defs><rect x="0" y="0" width="100%" height="100%" fill="url(%23Gradient1)"><animate attributeName="x" dur="20s" values="25%;0%;25%" repeatCount="indefinite"/><animate attributeName="y" dur="21s" values="0%;25%;0%" repeatCount="indefinite"/><animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="17s" repeatCount="indefinite"/></rect><rect x="0" y="0" width="100%" height="100%" fill="url(%23Gradient2)"><animate attributeName="x" dur="23s" values="-25%;0%;-25%" repeatCount="indefinite"/><animate attributeName="y" dur="24s" values="0%;50%;0%" repeatCount="indefinite"/><animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="18s" repeatCount="indefinite"/></rect><rect x="0" y="0" width="100%" height="100%" fill="url(%23Gradient3)"><animate attributeName="x" dur="25s" values="0%;25%;0%" repeatCount="indefinite"/><animate attributeName="y" dur="26s" values="0%;25%;0%" repeatCount="indefinite"/><animateTransform attributeName="transform" type="rotate" from="360 50 50" to="0 50 50" dur="19s" repeatCount="indefinite"/></rect><rect x="0" y="0" width="100%" height="100%" filter="url(%23noiseFilter)" opacity="0.2"/></svg>') no-repeat center center; background-size: cover; padding: 20px; border-radius: 20px; overflow: hidden; }
.img-bg-shape {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="10" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noiseFilter)" /></svg>') repeat; opacity: 0.4; /* Adjust opacity for desired noise effect */ z-index: 2; pointer-events: none; }
.shape-img-bg img {border-radius: 10px !important; position: relative; z-index: 9; background: #fff; padding: 10px; width: 100%; }


.infogr-mobile-section {padding:3rem 0 3rem 0;position: relative; background:url(../images/mob-bg.jpg); background-size:100%;   }
.infogr-mobile-section:before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: linear-gradient(180deg, #ffffffad 0%, #fbfbfb 100%); }

.infogr-mobile-content{position: relative;}

.infogr-mobile-content h2{color: var(--black); font-size: 40px; margin: 0; font-weight: 600; }
.infogr-mobile-content p {color: var(--black); font-size: 14px; margin: 0 0 0 0; font-weight: 400; }
.infogr-infograph-card {position: relative; width: 85%; margin-left: auto; }
.infogr-infograph{position: relative;}
.infogr-banner-four {position: relative; width: 450px; height: 450px; border-radius: 50%; border: 2px dashed var(--darkblue); animation: rotated 10s infinite linear; margin: auto; }
.infogr-image {width: 340px; height: 340px; border-radius: 50%; overflow: hidden; background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%); text-align: center; box-shadow: rgb(11 45 146 / 3%) 0 2px 4px, rgb(6 6 6 / 5%) 0 7px 13px -3px, rgb(255 255 255) 0 -3px 0 inset; border: 5px solid #fff; position: absolute; top: 0; left: 0; right: 0; margin: auto; bottom: 0; }
.infogr-image img{width:100%; height: 100%; object-fit: cover;}
span.number-text {color: #1a69f4;width: 40px;height: 40px;display: inline-block;background: #ffffff;line-height: 37px;border-radius: 50%;border: 2px solid #f7f7f7;/* box-shadow: 0 4px 13px rgb(0 0 0 / 5%); */margin-bottom: 10px;font-size: 14px;font-weight: bold;position: absolute;top: -11px;left: 0px;}

.item-1 {position: absolute; top: 2%; left: -10%; }
.item-2 {position: absolute; top: 2%; right: -10%; }
.item-3 {position: absolute;top: 38%;left: -18%;}
.item-4 {position: absolute; top: 38%; right: -18%; }
.item-5{position: absolute;top: 80%;left: -5%;} 
.item-6 {position: absolute; top: 80%; right: -5%; }
/*.item-1 {position: absolute;top: 38%;left: -18%;}
.item-2 {position: absolute;top: 2%;left: -10%;}
.item-3 {position: absolute;top: 2%;right
: -10%;}
.item-4 {position: absolute;top: 38%;right: -18%;}
 .item-5 {position: absolute;top: 80%;right: -5%;}
.item-6 {position: absolute;top: 80%;left: -5%;} 
.item-7 {position: absolute; top: 65%; right:-10%; } 
.item-8 {position: absolute; bottom:-5%; left:30%; }*/


.infogr-item{border-radius: 5px;animation: zoom-in-zoom-out 1s ease infinite;background: #fff;text-align: center;box-shadow: rgb(11 45 146 / 3%) 0 2px 4px, rgb(6 6 6 / 5%) 0 7px 13px -3px, rgb(255 255 255) 0 -3px 0 inset;padding: 10px 20px;display: inline-block;width: 190px;border-radius: 100px;}
.infogr-text h3{font-size: 14px;margin-bottom: 0;color: var(--black);font-weight: 400;padding: 0;}
.infogr-icon{margin-bottom: 5px;}
.infogr-icon img{height: 50px;}
@keyframes rotated {
  0%   {-webkit-transform: rotate(0);transform: rotate(0);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform:scale(0.8, 0.8);
  }
}

.infogr-web-section {position: relative; padding: 2rem 0; background: linear-gradient(360deg, #ffffff, #f6f4fe); }

.infogr-web-content h2{color: var(--black); font-size: 40px; margin: 0; font-weight: 600; }
.infogr-web-content p {color: var(--black); font-size: 14px; margin: 0 0 1rem 0; font-weight: 400; }
.infogr-web-content ul {margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 5px;}
.infogr-web-content ul li {transition: 0.5s; position: relative; background: var(--white); padding: 10px; border-radius: 10px; box-shadow: 0px 0px 16px rgba(8, 10, 55, 0.05); border: 1px solid var(--darkblue); border-left: 5px solid var(--darkblue); font-size: 14px; font-weight: 400; }
.infogr-web-content ul li img{height: 18px;}
.infogr-web-img-bg{position: relative;}
.infogr-web-img-bg {width: 100%; height: 100%; background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg"><defs><radialGradient id="Gradient1" cx="50%" cy="50%" fx="10%" fy="50%" r=".5"><animate attributeName="fx" dur="34s" values="0%;3%;0%" repeatCount="indefinite"/><stop offset="0%" stop-color="%23FF5409"/><stop offset="100%" stop-color="%23ff00"/></radialGradient><radialGradient id="Gradient2" cx="50%" cy="50%" fx="10%" fy="50%" r=".5"><animate attributeName="fx" dur="23.5s" values="0%;3%;0%" repeatCount="indefinite"/><stop offset="0%" stop-color="%23010FC5"/><stop offset="100%" stop-color="%230ff0"/></radialGradient><radialGradient id="Gradient3" cx="50%" cy="50%" fx="50%" fy="50%" r=".5"><animate attributeName="fx" dur="21.5s" values="0%;3%;0%" repeatCount="indefinite"/><stop offset="0%" stop-color="%23010FC5"/><stop offset="100%" stop-color="%23f0f0"/></radialGradient><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.152" numOctaves="4" seed="15"  stitchTiles="stitch"/></filter></defs><rect x="0" y="0" width="100%" height="100%" fill="url(%23Gradient1)"><animate attributeName="x" dur="20s" values="25%;0%;25%" repeatCount="indefinite"/><animate attributeName="y" dur="21s" values="0%;25%;0%" repeatCount="indefinite"/><animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="17s" repeatCount="indefinite"/></rect><rect x="0" y="0" width="100%" height="100%" fill="url(%23Gradient2)"><animate attributeName="x" dur="23s" values="-25%;0%;-25%" repeatCount="indefinite"/><animate attributeName="y" dur="24s" values="0%;50%;0%" repeatCount="indefinite"/><animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="18s" repeatCount="indefinite"/></rect><rect x="0" y="0" width="100%" height="100%" fill="url(%23Gradient3)"><animate attributeName="x" dur="25s" values="0%;25%;0%" repeatCount="indefinite"/><animate attributeName="y" dur="26s" values="0%;25%;0%" repeatCount="indefinite"/><animateTransform attributeName="transform" type="rotate" from="360 50 50" to="0 50 50" dur="19s" repeatCount="indefinite"/></rect><rect x="0" y="0" width="100%" height="100%" filter="url(%23noiseFilter)" opacity="0.2"/></svg>') no-repeat center center; background-size: cover; padding: 20px; border-radius: 20px; overflow: hidden; }
.infogr-web-bg-shape {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="10" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noiseFilter)" /></svg>') repeat; opacity: 0.4; /* Adjust opacity for desired noise effect */ z-index: 2; pointer-events: none; }
.infogr-web-text {border-radius: 10px !important; position: relative; z-index: 9; padding: 10px; width: 100%; background: linear-gradient(40deg, #EBB2B8 0%, #673ab7 100%); }

.infogr-web-point-list {display: flex ; flex-wrap: wrap; gap: 20px; }
.infogr-web-point-item {box-shadow: 1em 1em 1.5em rgba(0, 0, 0, 0.15); background: linear-gradient(90deg, #f7f5f5, #fff); border-radius: 10px; border: 1px solid var(--white); padding: 10px; position: relative; display: flex; align-items: center; gap: 10px; width: 46%; }
.infogr-web-point-item h2 {font-size: 14px; font-weight: 400; padding: 0; margin: 0; }
.infogr-web-point-item span {width: 28px; height: 28px; display: inline-block; border-radius: 50px; background: linear-gradient(40deg, #EBB2B8 0%, #673ab7 100%); text-align: center; line-height: 26px; flex: 0 0 28px; }
.infogr-web-point-item span img{height: 14px;}
.infogr-web-text h1 {border-radius: 50px; padding: 10px 20px; text-align: center; font-size: 26px; font-weight: 600; color: var(--white); border: 2px dashed; width: 75%; margin: auto; }


.rectangle {position: relative; padding: 20px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }


/*----------------------------------------*/
/* Domain Expertise
/*----------------------------------------*/

.text-container {
    background:#0B1226;
    width:100%;
    height:30vh;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    color: #9ba4bb;
    position: relative;
    overflow: hidden;
}

.text-container > div {
    animation: come2life linear 10s infinite;
    transform-origin: center center;
    opacity: 0;
    width: 800px;
    position: absolute;
    backface-visibility: hidden;

}

.text-container > div:nth-child(1) {
    left: 25vw;
    top: 10vh;
    animation-delay: 0s;
}

.text-container > div:nth-child(2) {
    left: 25vw;
    top: 10vh;
    animation-delay: 4s;
}

.text-container > div:nth-child(3) {
    left: 50vw;
    top: 10vh;
    animation-delay: 8s;
}

.text-container > div:nth-child(4) {
    left: 30vw;
    top: 10vh;
    animation-delay: 6s;
}

.text-container > div:nth-child(5) {
    left: 70vw;
    top: 10vh;
    animation-delay: 2s;
}

@keyframes come2life {
    0% {
        transform: scale3d(0,0,1) rotate(0.02deg);
        opacity: 0;
        filter: blur(10px);
    }
    25% {
        transform: scale3d(1,1,1) rotate(0.02deg);
        opacity: 1;
        filter: blur(0px);
    }
    40% {
        opacity: 1;
        filter: blur(0px);
    }

    80% {
      opacity: 0;
    }
  
    100% {
        transform: scale3d(4,4,1) rotate(0.02deg);
        filter: blur(10px);
    }
}


/*----------------------------------------*/
/* Domain Expertise
/*----------------------------------------*/

.infogr-domain-section {position: relative; padding: 2rem 0; background: linear-gradient(360deg, #ffffff, #f6f4fe); }

.infogr-domain-content h2{color: var(--black); font-size: 40px; margin: 0; font-weight: 600; }
.infogr-domain-content p {color: var(--black); font-size: 14px; margin: 0 0 1rem 0; font-weight: 400; }
.infogr-domain-content ul {margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 5px;}
.infogr-domain-content ul li {transition: 0.5s; position: relative; background: var(--white); padding: 10px; border-radius: 10px; box-shadow: 0px 0px 16px rgba(8, 10, 55, 0.05); border: 1px solid var(--darkblue); border-left: 5px solid var(--darkblue); font-size: 14px; font-weight: 400; }
.infogr-domain-content ul li img{height: 18px;}


.level-1 {width: 50%; margin: 0 auto 40px; background: var(--cyan); font-size: 18px; text-align: center; color: var(--white); }
 .level-1::before {content:''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 2px; height: 20px; background: var(--black); }

.level-2-wrapper {position: relative; display: grid; list-style: none; padding: 0; margin: 0; grid-template-columns: repeat(2, 1fr); } 
.level-2-wrapper::before {content:''; position: absolute; top: -20px; left: 25%; width: 50%; height: 2px; background: var(--black); } 
.level-2-wrapper::after {display: none; content:''; position: absolute; left: -20px; bottom: -20px; width: calc(100% + 20px); height: 2px; background: var(--black); }

.level-2-wrapper li {position: relative; } 
.level-2-wrapper > li::before {content:''; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); width: 2px; height: 20px; background: var(--black); } 
.level-2 {width: 85%; margin: 0 auto 15px; background: var(--darkblue); font-size: 14px; color: #fff; text-align: center; }

.level-2::before {content:''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 2px; height: 20px; background: var(--black); } 
.level-2::after {display: none; content:''; position: absolute; top: 50%; left: 0%; transform: translate(-100%, -50%); width: 20px; height: 2px; background: var(--black); }
.level-3-wrapper{margin: 0; padding: 0; list-style: none;}
.level-3-wrapper li:last-child h2::before{content: inherit;}

/*----------------------------------------*/
/* process-section
/*----------------------------------------*/

.process-section {padding: 3rem 0 3rem 0; position: relative; background: url(../images/rm218batch7-aum-01.jpg) no-repeat; background-size: 100%; background-attachment: fixed; }
.process-section:before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: linear-gradient(180deg, #ffffffad 0%, #fbfbfb 100%); }




/*.process-section{background:linear-gradient(360deg, #ffffff, #f6f4fe); position: relative; background-position: center; padding: 2rem 0 0rem;}*/
.process-heading-title{margin-bottom:2rem; text-align: center; position: relative;}
.process-heading-title h2{color: var(--black); font-size: 40px; margin: 0; font-weight: 600;}
.process-heading-title h6 {color: var(--blue); font-size: 14px; margin: 0; font-weight: 600; }






.step_block ul {max-width: 1080px; margin: 0 auto; padding: 10px; }
.step_block ul li {display: flex; align-items: center; justify-content: space-between; position: relative; margin-bottom: 50px; }
.step_block ul li::before {content: ""; position: absolute; left: 50%; top: 50px; transform: translateX(-50%); width: 4px; height: calc(100% + 100px); background-color: var(--white); }
.step_block ul li:first-child::after {content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 14px; height: 14px; background-color: var(--white); border-radius: 15px; }
.step_block ul li:first-child::before {top: 0; }
.step_block ul li:last-child::before {height: 50%; top: 0; }
.step_block ul li .step_text,
.step_block ul li .step_img {width: 360px; text-align: right; }
.step_block ul li .step_img img {max-width: 100%; }
.step_block ul li .step_text h4 {font-size: 20px; font-weight: 600; color: var(--darkblue); margin: 0; padding: 0 0 10px 0; }
.step_block ul li .step_text p {font-size: 14px; font-weight: 400; color: var(--black); margin: 0; }
.step_block ul li .step_text .app_icon {margin-bottom: 10px; }
.step_block ul li .step_text .app_icon a {display: inline-block; width: 40px; height: 40px; border-radius: 100%; background-color: var(--lightgray); color: var(--white); font-size: 20px; text-align: center; line-height: 40px; transition: .4s all; }
.step_block ul li .step_text .app_icon a:hover {background-color: var(--blue); }
.step_block ul li .step_text span {font-weight: 600; }
.step_block ul li .step_text span a {color: var(--purple); text-decoration: underline; }
.step_block ul li:nth-child(2) {flex-direction: row-reverse; }
.step_block ul li:nth-child(2) .step_text,
.step_block ul li:nth-child(2) .step_img {text-align: left; }
.step_block ul li:nth-child(4) {flex-direction: row-reverse; }
.step_block ul li:nth-child(4) .step_text,
.step_block ul li:nth-child(4) .step_img {text-align: left; }
.step_block ul li:nth-child(6) {flex-direction: row-reverse; }
.step_block ul li:nth-child(6) .step_text,
.step_block ul li:nth-child(6) .step_img {text-align: left; }
.step_block ul li .step_number {background-image: url(../images/icon_bg.png); background-size: cover; background-repeat: no-repeat; background-position: center; width: 110px; height: 110px; display: flex; justify-content: center; align-items: center; position: relative; }
.step_block ul li .step_number h3 {font-size: 30px; font-weight: 600; margin: 0; /* padding: 0; */ color: var(--blue); }




/*----------------------------------------*/
/* process-section
/*----------------------------------------*/

.portfolio-section {padding: 3rem 0 3rem 0; position: relative; background: url() no-repeat; background-size: 100%; background-attachment: fixed; }
.portfolio-section:before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: linear-gradient(180deg, #ffffffad 0%, #fbfbfb 100%); }


.portfolio-heading-title{margin-bottom:2rem; text-align: center; position: relative;}
.portfolio-heading-title h2{color: var(--black); font-size: 40px; margin: 0; font-weight: 600;}
.portfolio-heading-title h6 {color: var(--blue); font-size: 14px; margin: 0; font-weight: 600; }










.portfolio-item {
    background: #FAFAFA;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: calc(20px * 2);
    padding-bottom: 0%;
    position: relative;
    transition: background .2s;
    margin-bottom: 2rem;
}



.portfolio-media {
    align-items: center;
    align-self: center;
    bottom: -4%;
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    transition: bottom .2s;
    width: 100%;
    margin-bottom: 1rem;
}

.portfolio-image {
    bottom: 0;
    display: flex
;
    justify-content: center;
    position: absolute;
}

.portfolio-image img {
    background: var(--color-ui--grey-90);
    border: 4px solid var(--color-ui--white);
    border-radius: 8px 8px 0 0;
    box-shadow: 0 20.83px 22.92px #00000057;
    height: auto;
    max-width: 81%;
    transition: border-color .2s;
    width: 100%;
}






.portfolio-icon {
    width: 150px;
    height: 150px;
    display: inline-block;
    background: #ffffff;
    line-height: 150px;
    border-radius: 50%;
    border: 2px solid #ffffff63;
    box-shadow: 0 4px 13px rgb(0 0 0 / 5%);
    margin-bottom: 10px;
}

.portfolio-icon img {
    width: 80px;
}

.portfolio-content{text-align: center;}

.portfolio-content h2 {font-size: 24px;font-weight: 600;color: var(--darkblue);margin: 0;padding: 0 0 10px 0;}
.portfolio-content p {font-size: 14px;font-weight: 400;color: var(--black);}
.portfolio-cat-text {font-size: 16px;text-transform: uppercase;color: var(--blue);letter-spacing: 2.5px;margin-bottom: 20px;background: #fff;display: inline-block;padding: 10px 30px;}


.readbtn {display: inline-block; position: relative; padding:15px 36px; color: var(--white); text-align: center; font-size: 14px; font-style: normal; font-weight: 600; line-height: normal; background: var(--blue); z-index: 1; line-height: 1; overflow: hidden; border: none; border-radius: 100px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.readbtn:before {transition-duration: 800ms; position: absolute; width: 210%; height: 290%; content: ""; top: 162%; left: 50%; background: var(--title); -webkit-transform: translateX(-50%); transform: translateX(-50%) rotate(-8deg); border-radius: 80%; z-index: -1; }
.readbtn:hover {color: var(--white); }
.readbtn:hover:before {top: -96%; }


/*
.screen-item {align-self: center; border-radius: 8px 8px 0 0; box-shadow: 0 20.83px 22.92px #00000057; height: auto; max-width:70%; transition: border-color .2s; width: 650px; }
.screen-head {display: flex;justify-content: space-between;background: #343537;padding: 5px 10px;border-radius: 10px 10px 0 0;}

.screen-dots {display: flex ; gap: 5px; align-items: center; }
span.reddot {width: 10px;height: 10px;background: #f55952;border-radius: 50px;}
span.yellowdot {width: 10px;height: 10px;background: #E0B74F;border-radius: 50px;}
span.greendot {width: 10px;height: 10px;background: #5AB74D;border-radius: 50px;}

.screen-input .form-control {background: #45474b;border: none;border-radius: 0;position: relative;}
.screen-input .form-control:focus{box-shadow: none;}


.screen-body{padding:0 10px 10px 10px; background: #FBFBFB;  border-radius:0 0 20px 20px  }
.screen-more {width: 40px;height: 40px;display: flex;gap: 3px;flex-direction: column;background: #45474b;justify-content: center;align-items: center;border-radius: 50px;}
.web-screen-more span {width: 3px; height: 3px; background: #fff; border-radius: 50px; display: inline-block; }


*/

.db-port-thems{ background:var(--darkblue); }
.db-port-thems .portfolio-content h2,
.db-port-thems .portfolio-content p { color: var(--white);}


.portfolio-item:hover {background: #f5f6f9; box-shadow: 0 0 10px 5px #dde5eb; }
.portfolio-item:hover .portfolio-media {bottom: -8%; }

/*
.db-port-thems:hover {background: #061c36; box-shadow: 0 0 10px 5px #dde5eb; }
.db-port-thems:hover .portfolio-media {bottom: -5%; }*/



/*----------------------------------------*/
/* Contact us
/*----------------------------------------*/
.contact-section{position: relative;}
.contact-heading-title {background:#f6f4fe url(../images/bread_crumb_bg.png);background-repeat: no-repeat;background-size: cover;height: 315px;background-position: center;width: 100%;display: flex;position: relative;margin-top: 0px;padding: 1rem;}
.contact-heading-title::after {content: ""; background-image: url(../images/inner_page_banner_overlay.svg); position: absolute; bottom: -1px; left: 0; background-size: cover; background-repeat: no-repeat; width: 100%; height: 200px; background-position: center; }
.contact-heading-title {text-align: center;position: relative;}
.contact-heading-title h1 {color: var(--white); font-size: 55px; font-weight: 700; }
.contact-heading-title p {color: var(--white); margin-top: -5px; }

.contact-form-content {background: #f6f4fe; padding:0 0 1rem 0 }


 .contact_form {width: 100%; padding: 50px 60px; border-radius: 22px;background-color: #fff;box-shadow: 0 4px 10px #EDE9FE;margin-top: -150px;position: relative;z-index: 9;}

.contact_form h2 {margin-bottom: 0; color: var(--darkblue); font-size: 30px; font-weight: 600; }
.contact_form p {color: var(--black); font-size: 14px; margin: 0 0 1rem 0; font-weight: 400; }

.contact_info h2 {margin-bottom: 0; color: var(--darkblue); font-size: 30px; font-weight: 600; }
.contact_info p {color: var(--black); font-size: 14px; margin: 0 0 1rem 0; font-weight: 400; }



 .contact_form form {margin-top: 30px; }

 .contact_form form .form-group {margin-bottom: 20px; }

 .contact_form form .form-group .form-control {height: 60px; padding: 5px 20px; color: var(--black); border: 2px solid #E1DBF4; border-radius: 12px; font-weight: 500; appearance: auto; }

 .contact_form form .form-group .form-control:focus {box-shadow: none; border-color: var(--darkblue); color: var(--darkblue); }
 .contact_form form .form-group textarea.form-control {height: 140px; padding-top: 15px; }
 

.contact_info_list li {display: flex; align-items: center; margin-bottom: 30px; } 
.contact_info_list li:last-child {margin-bottom: 0; } 
.contact_info_list li .img {width: 65px; margin-right: 20px; } 
.contact_info_list li .text {width: calc(100% - 85px); } 
.contact_info_list li .text span {display: block; font-size: 20px; font-weight: 600; color: var(--black); } 
.contact_info_list li .text p , .contact_info_list li .text a {margin: 0;} 
.contact_info_list li .text a{color: var(--blue); }
.contact_info_list li .text a:hover {color: var(--darkblue); }



.btnSEND {display: inline-block; position: relative; padding: 20px 36px; gap: 10px; color: var(--white); text-align: center; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal; background: var(--blue); z-index: 1; line-height: 1; overflow: hidden; border: none; border-radius: 100px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;float: none !important; }
.btnSEND:before {transition-duration: 800ms; position: absolute; width: 210%; height: 290%; content: ""; top: 162%; left: 50%; background: var(--title); -webkit-transform: translateX(-50%); transform: translateX(-50%) rotate(-8deg); border-radius: 80%; z-index: -1; }
.btnSEND:hover {color: var(--white); }
.btnSEND:hover:before {top: -96%; }

.form-group .wpcf7-not-valid {
  border: 2px solid #ff0000 !important;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.8);
}

select.wpcf7-not-valid {
  appearance: none; /* For modern browsers */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  border: 2px solid #ff0000 !important;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.8) !important;
  background-color: #fff;
}