/*

 Theme Name:     Divi Child

 Theme URI:      https://www.elegantthemes.com/gallery/divi/

 Description:    Divi Child Theme

 Author:         Elegant Themes

 Author URI:     https://www.elegantthemes.com

 Template:       Divi

 Version:        1.0.0

*/

 

 

/* =Theme customization starts here

------------------------------------------------------- */


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

body,p,a {
 font-size:16px;
  font-family: "Inter", sans-serif;
}

h1,h2,h3,h4 {
font-family: "Oswald", sans-serif;
}

/* header css start here  */

ul#menu-main-menu {
    gap: 10px;
    align-items: center;
}

.main-header-section {
	position:absolute !important;
	top:0px;
	width:100%;
    left: 0;
    right: 0;
}

.menu-item-70 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 52px !important;
    background-color: #4472C4;
    color: white !important;
    height: 54px;
    border-radius: 10px;
    font-weight: 600 !important;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    transition: background-color 0.45s ease, border-color 0.45s ease;
    border: 1px solid #4472C4;
}


/* .menu-item-70 a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 9px;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.2)
    );
    z-index: 1;
    transition: all 0.45s ease;
} */

.menu-item-70 a::after {
    content: '';
    position: absolute;
    background-color: rgba(68, 114, 196, 0.4);
    border-radius: 9999px;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 750ms cubic-bezier(0, 0, 0.2, 1);
    z-index: 0;
}
.menu-item-70 a:hover {
    background-color: #FFC000 !important;
    border-color: #FFC000 !important;
    color: #000 !important;
}

.menu-item-70 a:hover::before {
    opacity: 1 !important;
}

.menu-item-70 a:hover::after {
    background-color: rgb(255 192 0 / 0%);
    width: 14em;
	opacity:1 !important;
    height: 14em;
}

.menu-item-70 a span {
    position: relative;
    z-index: 2;
    transition: none !important;
    opacity: 1 !important;
}

.menu-item-70 a:active {
    transform: scale(0.97);
    transition: transform 0.15s ease;
}
/* header css end here  */

/* footer css start here  */
.footer-menu-inner ul a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.footer-menu-inner li {
    list-style: none;
    line-height:51px;
}
.footer-main-section:before {
	content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000000e0;
    width: 100%;
    height: 100%;
}

.footer-logo-part p {
	font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
}
.footer-heading h2 {
	font-size:40px;
	font-weight: 700;
    color: #fff;
    line-height: 48px;
}
.footer-heading p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffffba;
    line-height: 28px;
    margin-top: 17px;
    letter-spacing: .5px;
}

.f-name-main {
    display: flex;
    gap: 20px;
}
.f-name input, .f-width input {
    margin: 10px 0px;
    border-radius: 100px;
    border: 1px solid #424242;
    padding: 17px;
    background-color: rgba(217, 217, 217, 0.11);
    color: #fff !important;
    width: 100%;
    font-size: 16px;
}
.f-name input::placeholder,
.f-width input::placeholder {
	color: rgba(255, 255, 255, 0.6);
	letter-spacing:1px;
}

.s-btn-ftr {
    padding: 17px 62px;
    background-color: #4472C4;
    border-radius: 10px;
    border: 1px solid #4472C4;
    margin-top: 17px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 18px;
}



/* footer css start here  */

/* banner css start here  */

.banner-txt h1 {
	font-size:60px;
	color: #fff;
	
}
ul#menu-main-menu li a {
    font-size: 16px;
    color: #ffffff !important;
    font-weight: 400;
    letter-spacing: 1px;
}

.main-banner-section {
	position:relative;
}
.main-banner-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 9%) 37%, rgb(0 0 0 / 0%) 100%);
}


.banr-btn-main {
    display: flex;
	justify-content:center;
    gap: 25px;
}
.event-left-section:hover .main-pic,.right-moon-pic:hover img {
    transform: scale(1.1);
    transition: 1s;
}
.event-left-section,.right-moon-pic {
    overflow: hidden;
    border-radius: 21px;
}
.read-bnt-transparent {
    padding: 14px 52.313px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.45s ease;
    display: inline-block;
    text-decoration: none;
}
.staff-section-inr img {
    border-radius: 14px;
}
.read-bnt-transparent::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 9px;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.2)
    );
    z-index: 1;
    transition: all 0.45s ease;
}

.read-bnt-transparent::after {
    content: '';
    position: absolute;

/* transaprent btn hover css start here  */
    background-color: rgba(68, 114, 196, 0.4);
    border-radius: 9999px;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 750ms cubic-bezier(0, 0, 0.2, 1);
    z-index: 0;
}

.read-bnt-transparent:hover {
    background-color: #4472C4;
    border-color: #4472C4;
    color: white;
}

.read-bnt-transparent:hover::before {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.1)
    );
}

.read-bnt-transparent:hover::after {
       background-color: rgb(68 114 196 / 0%);
    width: 14em;
    height: 14em;
}

.read-bnt-transparent:active {
    transform: scale(0.97);
    transition: transform 0.15s ease;
}

.read-bnt-transparent span {
    position: relative;
    z-index: 2;
    transition: color 0.45s ease;
}
body .et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 8px;
}

/* transaprent btn hover css end here  */



/* colored btn hover css start here  */

.read-bnt-colored {
    display: inline-block;
    font-size: 18px;
    color: #000;
    padding: 15px 35px;
    border: 1px solid #FFC000;
    border-radius: 10px;
    background-color: #FFC000;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.45s ease;
    text-decoration: none;
    text-align: center;
}

/* .read-bnt-colored::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 9px;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.2)
    );
    z-index: 1;
    transition: all 0.45s ease;
} */

.read-bnt-colored::after,.s-btn-ftr::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 192, 0, 0.4);
    border-radius: 9999px;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 750ms cubic-bezier(0, 0, 0.2, 1);
    z-index: 0;
}

.read-bnt-colored:hover,.s-btn-ftr:hover {
    background-color: #4472C4;
    border-color: #4472C4;
    color: white;
}

.read-bnt-colored:hover::before {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.1)
    );
}

.read-bnt-colored:hover::after {
    background-color: rgb(68 114 196 / 0%);
    width: 14em;
    height: 14em;
}

.read-bnt-colored:active {
    transform: scale(0.97);
    transition: transform 0.15s ease;
}

.read-bnt-colored span {
    position: relative;
    z-index: 2;
    transition: color 0.45s ease; 
}

/* colored btn hover css end here  */

/* banner css end here  */

.for-bfr-ovrly {
	position:relative;
}
.for-bfr-ovrly:before {
    position: absolute;
    content: '';
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(68, 114, 196, 0.78) ! IMPORTANT;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1 !important;
}

.for-doing-equal {
	display:flex;
	align-items:center;
}
.simple-text h2 {
	font-size:70px;
	line-height:80px;
	color:#fff;
	font-weight:700;
}
 .blk h2 {
  color:#120D0F !important;
}

.for-uppar-case h2 {
text-transform:uppercase;	
}


.simple-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 22px 0px 0px;
    padding: 0;
}

img.line-pic {
    width: 38%;
    display: none;
}
.staff-position-txt {
    display: flex;
	justify-content: space-around;
}
.staff-section-main .slick-list .staff-section-inr img {
    width: 100%;
    height: 294px;
    object-fit: cover;
}
.staff-section-inr:hover .line-pic {
    display: block !important;
}
.staff-section-inr {
  display: inline-block;
}
.staff-section-inr:hover {
  animation: zoomPop 0.1s ease forwards;
}
.staff-position-txt .txt-upr-main h4 {
    text-align: center;
}

@keyframes zoomPop {
  0%   { transform: scale(1); }
  60%  { transform: scale(1.01); }
  100% { transform: scale(1.02); }
}

.staff-section-inr h4 {
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    font-family: 'Oswald';
    margin-top: 13px;
}
.staff-section-inr h6 {
	font-size:16px;
	line-height:22px;
	color:#000000;
	font-weight:400;
 font-family: "Inter", sans-serif;
	text-align: center;
}
.staff-section-inr {
    padding: 0px 10px;
}
.for-opacity p {
    opacity: 80%;
    margin-top: 7px;
}

.event-left-section {
    position: relative;
}
.staff-section-main .slick-prev.slick-arrow {
    bottom: -60px;
    left: 50%;
    right: initial;
    width: 42px;
    height: 42px;
    background: #E9E9E9;
    top: initial;
    border-radius: 5px;
    margin-left: -50px;
}
.staff-section-main .slick-next.slick-arrow {
    bottom: -60px;
    right: 50%;
    left: initial;
    width: 42px;
    height: 42px;
    background: #E9E9E9;
    top: initial;
    border-radius: 5px;
    margin-right: -50px;
}
.staff-section-main .slick-prev.slick-arrow::before {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #424242;
    border-right: 2px solid #424242;
    display: block;
    transform: rotate(-136deg);
    position: absolute;
    top: 13px;
    left: 16px;
}
.staff-section-main .slick-next.slick-arrow::before {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #424242;
    border-right: 2px solid #424242;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: 10px;
}
.event-txt-main {
    bottom: 0;
    width: 96%;
    left: 50%;
    -ms-transform: translate(-50%, -17%);
    transform: translate(-50%, -17%);
    background-color: #a9a4a44f;
    backdrop-filter: blur(3px);
    padding: 18px;
    border-radius: 16px;
    position: absolute;
}
.event-txt-main h4 {
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    padding-bottom: 0;
}
.fututr-tech img {
    width: 100%;
    height: 100%;
}
.right-moon-pic-main .right-moon-pic {
    width: 50%;
}
.right-moon-pic-main .right-moon-pic img {
    width: 100%;
}
.event-txt-inner {
    background-color: #a9a4a44f;
    backdrop-filter: blur(3px);
    padding: 18px;
    width: 80%;
    border-radius: 16px;
}
.event-txt-btn {
    width: 20%;
    background-color: #FFC000;
    padding: 13px 10px;
    text-align: center;
    position: relative;
    left: -13px;
    border-radius: 16px;
}

.event-txt-inner h4 {
    font-size: 25px;
    color: #fff;
    line-height: 33px;
	    padding-bottom: 0px;
}
.blu-box-main {
    background-color: #3333CC;
    display: flex;
    gap: 17px;
    align-items: center;
    border-radius: 20px;
}

.blu-box-inner {
    width: 50%;
}
.img-side img {
    display: block;
    width: 100%;
}

.blu-box-inner h4 {
    font-size: 25px;
    line-height: 36px;
    color: #fff;
}
.blu-box-inner {
    padding-left: 26px;
}
.blu-box-inner a::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2025/08/Arrow-Right-1.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 110%;
    top: 5px;
}
.blu-box-inner a {
    color: #fff;
    display: inline-block;
    margin-top: 7px;
    text-decoration: underline;
    position: relative;
}

.right-moon-pic-main {
    display: flex;
    gap: 24px;
}

.right-moon-pic {
    position: relative;
}

.moon-txt {
    position: absolute;
    bottom: 0;
    width: 92%;
    left: 50%;
    -ms-transform: translate(-50%, -17%);
    transform: translate(-50%, -17%);
    background-color: #a9a4a44f;
    backdrop-filter: blur(3px);
    padding: 18px;
    border-radius: 16px;
}

.moon-txt h4 {
    font-size: 25px;
    line-height: 32px;
	color:#fff;
	    padding-bottom: 0;
}

.event-left-section img.main-pic {
	display:block;
	width:100%;
}

.fututr-tech-txt {
    position: absolute;
    top: 40px;
    padding: 0px 33px;
}

.fututr-tech {
    position: relative;
	min-height: 264px;
}
.fututr-tech img.futuee-bg-pic {
    object-fit: cover;
    min-height: 264px;
    border-radius: 21px;
}
span.event {
    display: inline-block;
    background: rgba(217, 217, 217, 0.19);
    padding: 10px 16px 8px 20px;
    margin-bottom: 14px;
    color: #fff;
    border-radius: 50px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
}

.fututr-tech-txt h4 {
    font-size: 25px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 8px 0px 0;
    line-height: 32px;
}
.fututr-tech .fututr-tech-txt p {
    padding-left: 42px;
    padding-bottom: 6px;
}
.fututr-tech-txt p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 13px;
}

:root {
  --wrap: 900px;
  --card-h: 50vh;
  --radius: 20px;
}

.stack-section { 
  position: relative; 
  padding: 60px 0 20px; 
  margin-bottom: 20vh;
}

.stack-inner {
  width: 90%;
  max-width: var(--wrap);
  height: var(--card-h);
  margin: 0 auto;
  position: relative;
  height: auto !important;
  min-height: 70vh; 
}

.card {
  position: absolute;
  inset: 0;
  display: flex;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  background: #111;
  border: 1px solid rgba(255,255,255,0.03);
  margin: 0 auto;
  will-change: transform, opacity;
 transform-style: preserve-3d; 
    backface-visibility: hidden; 
margin-bottom: 20px;
    transform-origin: bottom;
}


.card .left { width: 46%; min-width: 220px; height: 100%; }
.card .left img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card .right {
position: relative;
  width: 54%; padding: 34px 36px;
  display: flex; flex-direction: column;
  justify-content: flex-start;
  background: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.25));
}
.card h3 {
    margin: 0 0 10px;
    font-size: 25px;
    color: #fff;
    line-height: normal;
}

.card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.card .read {
    margin-top: 18px;
    color: #FFC000;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    background: url(/wp-content/uploads/2025/08/Arrow-Right-2.svg);
    background-position-x: 21% !important;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    background-position: center;
}


a.read {
    position: absolute;
    bottom: 25px;
}
#latest-quantum-sec .simple-text {
    margin-bottom: 18px !important;
}
.right-moon-pic img {
    display: block;
}
.fututr-tech a {
    background: transparent;
    border: none;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    cursor: pointer;
}
#footer-top-section {
    padding: 0px;
}
#footer-top-section {
    padding: 0px;
    background: #fff;
    border-radius: 20px;
    width: 95%;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    z-index: 9;
}
#footer-first-row .et_pb_image_wrap img {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    display: block;
}
#footer-first-row .et_pb_module {
    margin: 0px !important;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer-second-row>.et_pb_column:first-child {
    margin: 0px;
    width: 125px;
}
#footer-second-row>.et_pb_column:last-child {
    width: calc(100% - 125px);
    padding-left: 48px;
}
#footer-second-row .et_pb_text_inner p {
    font-size: 16px;
    font-weight: 400;
}
#about-quantum-main-sec #about-quantum-main-row {
    padding-bottom: 0px !important;
    padding-top: 0px;
}
#work-related-footer-sec {
    background-color: #fff;
    border-radius: 21px;
    padding: 20px;
    width: 100%;
    max-width: 1352px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -140px;
    position: relative;
    z-index: 9;
}
#work-related-footer-sec #footer-first-row {
    padding: 0px;
}
#work-related-footer-sec #footer-second-row {
    padding: 0px;
    display: flex;
    align-items: center;
    margin-top: 35px;
    max-width: 1250px;
}
.home footer.et-l.et-l--footer {
    margin-top: -140px;
    position: relative;
    z-index: 0;
}
.home footer.et-l.et-l--footer .footer-main-section {
    padding-top: 175px;
}
footer.et-l.et-l--footer .footer-main-section {
    padding-bottom: 37px;
}
#inner-banner-sec h1 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
body:not(.home) footer.et-l.et-l--footer .footer-main-section>.et_pb_row:first-child {
    padding-top: 0px;
}
#inner-banner-sec .et_pb_row {
    padding: 0px;
}
#inner-banner-sec {
    padding-top: 192px !important;
    padding-bottom: 60px !important;
    position: relative;
    z-index: 0;
}
.hp-design h2 {
    color: #000;
    font-size: 70px !important;
    font-weight: 700;
    line-height: 80px;
    padding: 0px;
    margin-bottom: 25px;
}
.hp-design p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 27px;
}
.text-center .et_pb_text_inner {
    text-align: center;
}
.text-center{
    text-align: center;
}
#qp-institute-row {
    padding-top: 0px;
    padding-bottom: 0px;
}
#qp-institute-sec {
    padding-top: 44px;
    padding-bottom: 57px;
}
#our-mission-sec {
    padding: 0px;
}
#our-mission-sec #our-mission-row {
    background-color: #F4F6FB;
    border-radius: 21px;
    padding: 70px 60px;
}
.w-100 .et_pb_image_wrap {
    display: block !important;
}
.w-100 .et_pb_image_wrap img {
    width: 100% !important;
}
.ui-list-1 ul li {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}
.ui-list-1 ul {
    padding: 0px;
}
#our-mission-sec #our-mission-row .ui-list-1 ul {
    margin-top: 22px;
}
.ui-list-1 ul li::after {
    content: '';
    position: absolute;
    left: 7px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 11px;
    transform: rotate(-45deg);
}
#why-institute-sec {
    background: #F4F6FB;
}
div#accedemic-collabration-row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.ui-list-1 ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background: #4472C4;
    border-radius: 50%;
    top: 4px;
}
.hp-design p+ul {
    margin-top: 25px;
}
#qpi-research-detectives-row-2 .et_pb_column {
    background: #3D69B5;
    border-radius: 10px;
    padding: 20px;
}
#qpi-research-detectives-row-2 .et_pb_column .label {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    padding-bottom: 15px;
    line-height: normal;
}
#qpi-research-detectives-row-2 .et_pb_column .desc {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
#qpi-research-detectives-row-2 .et_pb_column ul {
    padding: 0px;
    list-style: none;
}
#qpi-research-detectives-row-2 .et_pb_column ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}
#qpi-research-detectives-row-2 .et_pb_column ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background: #FFC000;
    border-radius: 50%;
    top: 4px;
}
#qpi-research-detectives-row-2 .et_pb_column ul li::after {
    content: '';
    position: absolute;
    left: 6px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    top: 11px;
    transform: rotate(-45deg);
}
.J-article-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0px -12px;
}  
.J-article {
    width: 33.3%;
    position: relative;
    padding: 0px 12px;
        margin-bottom: 20px;
}
.J-article-item {
    padding: 16px 16px 25px 16px;
    border: 1px solid #D8D8D8;
    height: 100%;
}
.J-article-inner img {
    border-radius: 10px;
}

.J-article-inner h6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
	color:#000;
}

.J-article-inner h4 {
    font-size: 25px;
	color:#000;
    line-height: 34px;
}
.J-article-inner p{
    font-size: 16px;
    line-height: 27px;
}

.f-link {
position:absolute;
top:0px;
width:100%;
height:100%;
z-index: 99;
}

.a-article-main {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
	justify-content:center;
}   

.a-article {
    padding: 16px 16px 25px 16px;
    border: 1px solid #D8D8D8;
	border-radius:20px;
    width: 32%;
	position:relative;
	background-color: #fff;
}



.read-bnt-blue-clr { 
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 16px 44px;
    border: 1px solid #4472C4;
    border-radius: 10px;
    background-color: #4472C4;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.45s ease;
    text-decoration: none;
    text-align: center;
}

.read-bnt-blue-clr span {
    position: relative;
    z-index: 2;
    transition: color 0.45s ease;
}

.read-bnt-blue-clr::after {
    content: '';
    position: absolute;
    background-color: rgba(68, 114, 196, 0.4);
    border-radius: 9999px;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 750ms cubic-bezier(0, 0, 0.2, 1);
    z-index: 0;
}

.read-bnt-blue-clr:hover { 
    background-color: #FFC000;
    border-color: #FFC000;
    color: #000;
}

.read-bnt-blue-clr:hover::after {
    background-color: rgba(255, 192, 0, 0%);
    width: 14em;
    height: 14em;
}

.J-article-btn {
    text-align: center;
    margin-top: 50px;
}

.proffesion-design p {
	font-size:18px !important;
}

.proffesion-design b {
    color: #333F48 !important;
    margin-bottom: 6px !important;
    display: inline-block;
}

.person-portfolio {
    margin-right: 12px;
}

#for-link-design a {
	color: #000 !important;
	font-size:18px !important;
}

.for-align-center {
	display:flex;
	align-items:center;
}

.tick-list {
 position:relative;
}
.tick-list li,
.link-list li {
    padding-left: 30px;
    list-style: none;
    margin: 20px 0px;
    color: #000;
    font-size: 18px;
    position: relative;
}
.tick-list li:before{
 position:absolute;
content:url('/wp-content/uploads/2025/11/tick.svg');
left: 0px;
}

.for-color-gry p {
    font-size: 16px;
    color: #000000d1;
    line-height: 27px;
}

.link-list li:before{
 position:absolute;
content:url('/wp-content/uploads/2025/11/icon-link.svg');
left: 0px;
top: 2px;
} 
.for-making-styl h4 {
	font-size:25px;
	color: #000;
}
.link-list a {
    color: #4472C4 !important;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.custom-container {
    width: 100%;
    max-width: 1352px;
    padding: 0px 15px;
    margin: 0 auto;
}
.qpi-news-sec {
    padding: 60px 0px;
}
.news-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-flex>.news-left-column {
    width: 55%;
}
.news-flex>.news-right-column {
    width: 40%;
}
.news-flex .hp-design {
    margin-bottom: 40px;
}
.news-img-block img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}
.news-content-block .date {
    font-size: 16px;
    color: #000000;
    padding-bottom: 12px;
    padding-top: 25px;
}
.news-content-block .title {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    line-height: normal;
}
.action-link {
    margin-top: 60px;
    text-align: right;
}
.action-link a {
    color: #4472C4;
    font-weight: 700;
    text-decoration: underline;
}
.action-link a img {
    width: 13px;
	display: inline-block;
}
.quantum-sensing-sec {
    background-color: #F6FAFF;
    padding-top: 85px;
    padding-bottom: 60px;
}
.satellite-gramatically-sec {
    padding: 90px 0px;
}
.news-right-column {
    display: flex;
    flex-direction: column;
    gap: 87px;
}
.pubs-listing-sec {
    padding-top: 60px;
    padding-bottom: 112px;
}
.pubs-listing-sec .hp-design {
    margin-bottom: 24px;
}
.article-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -12.5px;
}
.article-grid .article-item{
    width: 33.3%;
    padding: 0px 12.5px;
    margin-bottom: 25px;
}
.article-grid .article-card {
    height: 100%;
}
#qp-institute-row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#qp-institute-row .et_pb_code+.et_pb_text {
    margin-top: 45px;
}
.et-db #et-boc .et-l .et_pb_button.blue-btn {
    font-size: 18px;
    background: #4472C4 !important;
    color: #fff;
    border-radius: 10px;
    padding: 11px 28px !important;
}
.et-db #et-boc .et-l .et_pb_button.blue-btn::after{
  display: none;
}
.hp-design.ufuk p {
    margin: 25px 0px;
}
.hp-design.ufuk .button-flex {
    display: flex;
    flex-direction: row;
    gap: 25px;
}
.yellow-btn {
    background: #FFC000;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    padding: 16px 41px;
    color: #000000;
}
.blue-btn {
    background: #4472C4;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    padding: 16px 41px;
    color: #ffffff;
}
.hp-design.ufuk .button-flex br {
    display: none;
}
.center-group-div .et_pb_text_inner {
    margin-top: 25px;
}
.center-group-div .et_pb_text_inner h4 {
    font-size: 25px;
    font-weight: 700;
}
.ufuk-reserch-sec .et_pb_code_inner h4 {
    color: #333F48;
    font-size: 22px;
    font-weight: 700;
    margin-top: 32px;
}
.ufuk-reserch-sec #for-link-design p a {
    font-size: 18px;
    color: #4472C4 !important;
    text-decoration: underline;
}
#for-link-design img.person-portfolio {
    position: relative;
    top: 4px;
}
.ufuk-reserch-sec .et_pb_code_inner ul.link-list li {
    margin-top: 10px;
}
.reserach-interest-text .et_pb_text_inner .btn-flex {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 23px;
}
.reserach-interest-text .et_pb_text_inner .btn-flex button {
    background: #EEF3FC;
    border: none;
    border-radius: 50px;
    color: #4472C4;
    font-weight: 700;
    padding: 16px 34px;
}
.ufuk-reserch-sec .et_pb_button_module_wrapper {
    margin-top: 30px;
}
#michel-botkins #for-link-design .et_pb_text_inner b {
    display: block;
}
.mk-reserch-sec .et_pb_text_inner p {
    color: #000000;
    padding-bottom: 0px;
    padding-top: 25px;
}
.mk-reserch-sec .et_pb_text_inner b {
    display: block;
}
.bold {
    font-weight: 700;
}
.blue-text {
    color: #4472C4;
}
.for-making-styl.staff-education {
    margin-top: 20px;
}
.for-making-styl.staff-education h4 {
    margin-bottom: 13px !important;
}
.for-making-styl.staff-education p {
    color: #000000;
}
div#for-link-design .blue-text.underline {
    color: #4472C4 !important;
    text-decoration: underline;
}
#ms-about-award .ms-about a {
    color: #000;
    text-decoration: underline;
}
.publications-card {
    background: #F7F8FB;
    padding: 30px;
    text-align: left;
    border-radius: 10px;
}
.publications-card a {
    display: block;
    color: #4472C4;
    font-size: 25px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    line-height: 30px;
}
#patent-heading-block {
    border-radius: 10px;
}
#patent-heading-block .et_pb_column {
    margin: 0px !important;
}
#patent-heading-block .patents-text-block {
    padding-left: 30px;
}
#patent-heading-block .patents-text-block .et_pb_text_inner a {
    display: block;
    color: #4472C4;
    font-size: 25px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    line-height: 30px;
}
#patent-heading-block .patents-text-block .et_pb_text_inner p {
    color: #000;
}
#patent-heading-block .patents-text-block .et_pb_text_inner p:last-child {
    opacity: 80%;
}
#patent-action-block {
    margin-top: 30px !important;
}
#qp-institute-row .hp-design.proffesion-design ul {
    padding-bottom: 0px !important;
}
#qp-institute-row .hp-design.proffesion-design ul li {
    color: #333F48;
}
#qp-institute-row .hp-design.proffesion-design ul {
    list-style: inside;
}
div#ri-1 a {
    text-decoration: underline;
}
body a {
    color: #4472C4;
}
a.underline {
    text-decoration: underline !important;
}
body #et-boc nav.et-menu-nav ul#menu-main-menu li ul.sub-menu {
    background: #fff !important;
}
body #et-boc nav.et-menu-nav ul#menu-main-menu li ul.sub-menu li a {
    color: #000 !important;
    line-height: normal !important;
    font-size: 14px !important;
}
.staff-section-inr .txt-upr-main a {
    font-weight: 600;
    color: #000000;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    margin-top: 11px;
    margin-bottom: 9px;
}
.academia-members>.academia-member img {
    height: 340px !important;
    display: block;
    object-fit: cover;
}
.academia-members>.academia-member h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}
.academia-members>.academia-member h6 {
    color: #000000 !important;
    line-height: normal !important;
    font-size: 16px;
}
.academia-members {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -15px;
}
.academia-members .academia-member {
    width: 25%;
    padding: 0px 12px;
    margin-bottom: 20px;
    text-align: center;
}
.academia-members {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -12px;
}
.single-post-sec article p.post-meta {
    display: none;
}
.single-post-sec .et_post_meta_wrapper {
    padding-top: 60px;
}
.single-post-sec .entry-content p {
    font-size: 16px;
    color: #000000;
}
.single-post-sec .custom-container {
    max-width: 900px;
}
.form-design .form-items label {
    font-size: 16px;
    color: #000000;
    display: block;
    margin-bottom: 8px;
}
.form-design .form-items input,.form-design .form-items textarea {
    width: 100%;
    background: #F6F9FF;
    border: none;
    padding: 15px 15px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #dedede;
}
.form-design .form-items br {
    display: none;
}
.form-design .form-items {
    margin-bottom: 15px;
}
.form-design {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.form-submit-design .wpcf7-form-control {
    width: 100%;
    background: #4472C4;
    border: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}
.category #content-area::after{
    display: none;
}
.category #content-area #left-area {
    float: none;
    padding: 0px;
    width: 100% !important;
}
.category #content-area {
    padding: 60px 0px;
}
.category #content-area #left-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px -12px;
}
.category #content-area #left-area article {
    width: 33.3%;
    padding: 0px 12px;
    margin-bottom: 15px !important;
    text-align: left;
    font-size: 16px;
    color: #000;
}
.category #content-area #left-area article .entry-title a {
    text-align: left !important;
}
.category #content-area #left-area article .article-inner-item {
    padding: 16px 16px 25px 16px;
    border: 1px solid #D8D8D8;
    height: 100%;
}
.category #content-area #left-area article .entry-featured-image-url img {
    height: 282px;
    object-fit: cover;
    border-radius: 20px;
}
.category #content-area #left-area article .entry-featured-image-url {
    margin-bottom: 15px;
}
.category #content-area #left-area article .entry-title a {
    font-weight: 600;
    color: #000000;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    margin-top: 11px;
    margin-bottom: 9px;
    display: block;
    line-height: 30px;
}
.category #content-area #left-area article p.post-meta {
    display: none;
}
.academia-section {
    padding-top: 60px !important;
}
.academia-page>.academia-section:last-child {
    background: #F6F9FF;
    margin-top: 50px;
    padding-bottom: 50px;
}
.black-gif-wrapper {
    background-color: #000;
    text-align: center;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
}
.black-gif-wrapper img {
    width: 100%;
    height: 100%;
}
.caltech-nist-wrapper {
    background: #F6F9FF;
    margin-top: 60px;
    padding-bottom: 60px;
}
#events-videos-sec #events-videos-row {
    padding-top: 0px;
    padding-bottom: 0px;
}
#events-videos-sec #events-videos-row .et_pb_video_overlay_hover .et_pb_video_play::before {
    content: '';
    font-family: initial;
    background-image: url('/wp-content/uploads/2025/11/play-icon.svg');
    width: 95px;
    height: 95px;
    background-size: contain;
    position: absolute;
}
#events-videos-sec #events-videos-row .et_pb_video_overlay_hover .et_pb_video_play {
    width: 125px;
    height: 125px;
    background: rgba(68,114,196,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#qp-institute-row .badge {
    margin-top: 33px;
}
#qp-institute-row .badge>p {
    padding: 18px 15px;
    background: #EFF5FF;
    border-left: 3px solid #4472C4;
    width: 100%;
    max-width: 311px;
    font-size: 18px;
    color: #4472C4;
    font-weight: 600;
}
.J-article-main .J-article .J-article-inner>img {
    width: 100%;
    height: 282px;
    object-fit: cover;
}
.right-moon-pic-main>a {
    display: none;
}
.moon-txt h4 a {
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    padding-bottom: 0;
    font-family: "Oswald", sans-serif;
}
.web-privacy-policy h2 {
    font-size: 24px !important;
    line-height: normal !important;
    margin-bottom: 15px !important;
}

@media (max-width: 767px) and (min-width: 575px){
    .article-grid .article-item {
    width: 50%;
}
body .academia-members .academia-member {
    width: 50%;
}
body.category #content-area #left-area article {
    width: 50%;
}
body .J-article {
    width: 50%;
}
}
@media (max-width: 575px){
    .article-grid .article-item {
    width: 100%;
}
body .J-article {
    width: 100% !important;
}
.category #content-area #left-area article .entry-title a {
    font-size: 18px !important;
    line-height: 22px !important;
}
body .academia-members .academia-member {
    width: 100%;
}
body.category #content-area #left-area article {
    width: 100%;
}
}
@media (min-width: 981px){
    .align-items-center {
    display: flex;
    align-items: center;
}
#qpi-research-detectives-row-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 26px;
}
#qpi-research-detectives-row-2 .et_pb_column {
    margin: 0px;
    width: 33%;
}
.caltech-nist-wrapper>.custom-container {
    display: flex;
    flex-direction: row;
}
.caltech-nist-wrapper>.custom-container>.academia-section {
    width: 50%;
}
.caltech-nist-wrapper>.custom-container .academia-members .academia-member {
    width: 50%;
}
.caltech-nist-wrapper>.custom-container>section.academia-section {
    margin-top: 0px;
}
}
@media (min-width: 1200px){
    #accedemic-collabration-row::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 200px;
    right: 41%;
    background: #000000;
    opacity: 25%;
}
}
@media (max-width: 1199px) and (min-width: 768px){
body .simple-text h2,body .hp-design h2 {
    font-size: 42px !important;
    line-height: normal;
}
body .academia-members .academia-member {
    width: 33.3%;
}
}
@media (min-width: 768px){
    .news-flex>.news-left-column .news-block .news-img-block img {
    height: 464px;
    object-fit: cover;
    border-radius: 20px;
}
.news-flex>.news-right-column .news-block .news-img-block img {
    height: 235px;
    object-fit: cover;
}
}
@media (max-width: 767px){
body .simple-text h2,body .hp-design h2 {
    font-size: 28px !important;
    line-height: normal;
}
body #our-mission-sec #our-mission-row {
    padding: 50px 15px;
}
#why-institute-sec #why-institute-row {
    padding-top: 0px;
    padding-bottom: 0px;
}
body .ui-list-1 ul li {
    font-size: 16px;
    line-height: 28px;
}
#universty-colardio-sec .et_pb_column {
    margin-bottom: 0px !important;
}
body .fututr-tech-txt h4 {
    font-size: 18px;
}
body .fututr-tech-txt p {
    font-size: 14px;
    padding-bottom: 0px;
}
#latest-quantum-sec .et_pb_column {
    margin-bottom: 10px !important;
}
#latest-quantum-sec {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
#yehtest .et_pb_row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#yehtest {
    padding-bottom: 50px !important;
}
#teams-sec-main #teams-sec-main-row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.staff-section-main .slick-prev.slick-arrow {
    bottom: -25px !important;
}
.staff-section-main .slick-next.slick-arrow {
    bottom: -25px !important;
}
#work-related-footer-sec #footer-second-row .et_pb_image {
    text-align: center;
}
#latest-quantum-sec .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.news-flex {
    flex-wrap: wrap;
}
.news-flex>div {
    width: 100% !important;
    margin-bottom: 30px;
    gap: 30px;
}
.banr-btn-main {
    flex-wrap: wrap;
}
.et_pb_menu__logo img {
    max-width: 115px !important;
}
#banner-main-sec-row {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}
#our-goal-main-row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
body #latest-quantum-sec .simple-text {
    margin-bottom: 20px !important;
}
#latest-quantum-sec .et_pb_row {
    padding-top: 0px;
    padding-bottom: 0px;
}
body .moon-txt h4 {
    font-size: 16px;
    line-height: normal;
}
body .moon-txt h4 a {
    font-size: 16px;
    line-height: normal;
}	
body .right-moon-pic-main {
    flex-wrap: wrap;
    gap: 5px;
}
.right-moon-pic-main .right-moon-pic {
    width: 100% !important;
}
body .event-txt-main h4 {
    font-size: 16px;
    line-height: normal;
}
#work-related-footer-sec #footer-second-row {
    flex-direction: column;
}
#footer-second-row>.et_pb_column:last-child {
    width: 100% !important;
    padding-left: 0px !important;
    margin-top: 20px !important;
    text-align: center;
}
#footer-second-row .et_pb_text_inner p {
    text-align: center;
}
}
@media (max-width: 980px){
#about-quantum-main-sec #about-quantum-main-row {
    flex-wrap: wrap;
}
.et_pb_menu .et_mobile_nav_menu #mobile_menu1 ul.sub-menu li a {
    text-align: left;
}
.mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
}
#qp-institute-row .et_pb_image_wrap {
    display: block !important;
    text-align: center;
    margin-bottom: 20px !important;
}
#patent-heading-block .patents-text-block {
    padding-left: 0px !important;
    margin-top: 30px !important;
}
.mobile-reverse .hp-design {
    margin-bottom: 0px;
    margin-top: 30px;
}
.et_pb_menu .et_mobile_nav_menu #mobile_menu1 {
    background-color: #fff!important;
}
.et_pb_menu .et_mobile_nav_menu #mobile_menu1 li a {
    padding: 0px;
    display: block;
    margin-bottom: 10px;
}
.et_pb_menu .et_mobile_nav_menu #mobile_menu1 li:last-child a {
    text-align: center;
    top: 0px;
    height: auto !important;
}
.et_pb_menu__wrap .et_mobile_nav_menu .mobile_menu_bar::before {
    color: #ffffff !important;
}
}
@media (max-width: 900px){
  :root { --wrap: 92%; --card-h: 64vh; }
  .card .left { width: 48%; }
  .card .right { width: 52%; padding: 20px; }
}
@media (max-width: 640px){
  .card { flex-direction: column; }
  .card .left { width: 100%; height: 45%; }
  .card .right { width: 100%; padding: 18px; }
}

