@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap";:root{--maroon-color: #940D0D;--navy-blue-color: #002248;--light-blue: #F1F5FD;--gray-text: #6b7280;--blue-text:#28303F;--white-text:#FFFFFF ;--light-btn:#F3F7FF}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.research_heading{font-family:Roboto Slab!important;font-size:32px!important;font-weight:500!important;color:#002248}.research_heading span{color:#940d0d}.research_heading_border{height:5px;background-color:#002248;width:48%;border-radius:20px;margin-top:8px}.cards_container{display:flex!important;justify-content:center!important;align-items:center!important;gap:20px}.research_card{background-color:var(--light-blue)!important;margin-top:30px;box-shadow:0 4px 4px #00000040!important;padding:20px;transition:transform .2s ease,background-color .2s ease;position:relative;will-change:transform}.research_card:hover{background-color:var(--navy-blue-color)!important;transform:scale(1.02);z-index:1}.explore_button{background-color:#fff!important;color:var(--maroon-color)!important;padding:5px 25px!important;font-weight:600!important;margin-top:10px!important;cursor:pointer!important;text-transform:capitalize!important;font-family:Roboto Slab!important;font-size:16px!important;display:none!important}.research_card:hover .explore_button{display:block!important}.research_card_header{display:flex;align-items:center;column-gap:20px}.img_box{background-color:var(--maroon-color);width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}.research_card:hover .img_box{background-color:#fff!important}.research_card:hover .img_box img{filter:brightness(0) saturate(100%) invert(12%) sepia(76%) saturate(370%) hue-rotate(324deg) brightness(95%) contrast(106%)}.research_card:hover .research_header_text{color:#fff!important}.research_info{font-family:Roboto!important;font-size:16px!important;font-weight:500!important;margin-top:20px!important;color:#7c7b83}.research_card:hover .research_info{color:#b8b8b8!important}.research_header_text{font-size:18px!important;font-weight:600!important;font-family:Roboto!important}.research_more{font-size:14px!important;display:flex;justify-content:flex-end;align-items:center;margin-top:25px;font-family:Roboto Slab,serif;font-size:16px!important;font-weight:700;color:#002248!important;text-decoration:none}.cards_container{display:flex!important;justify-content:center!important;align-items:center!important}.main_container{width:100%}.internship_card{background-color:var(--white-text)!important;border-radius:20px!important;box-shadow:0 4px 4px #00000040}.card_heading{font-size:18px!important;font-weight:500!important;font-family:Roboto Slab!important;padding:0 10px}.heading_border{height:4px;background-color:#b71c1c;width:85%;border-top-right-radius:20px;border-bottom-right-radius:20px}.sub_heading{font-size:14px!important;font-weight:400!important;font-family:Roboto!important;color:#686868}.big_heading{font-size:16px!important;font-weight:400!important;font-family:Roboto!important;color:#000}.project_descriptyion{display:flex;flex-direction:column;padding:10px}.descrip_heading{font-size:14px!important;font-weight:600!important;color:#373639;font-family:Roboto}.descrip_info{font-size:12px!important;color:#686868;font-family:Roboto;padding:0 5px}.explore_btn{text-transform:capitalize!important;padding:5px 30px!important;box-shadow:0 4px 4px #00000040;background-color:var(--light-btn)!important;color:#940d0d!important;font-size:15px!important;font-weight:600!important}.banner_container{width:100%;margin-bottom:50px}.banner_image_box{display:flex;justify-content:flex-end!important;flex-direction:column;align-items:flex-end;position:relative}.banner_card_box{width:80%;height:100px;position:absolute;right:20px;bottom:-50px;display:flex;justify-content:center;align-items:center;column-gap:20px}.card_banner{display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:10px;padding:10px 20px;background-color:#f5f6ff!important;box-shadow:0 4px 4px #00000040}.card_banner:nth-child(2){padding:10px 30px}.card_banner:last-child{padding:5px 30px}.banner_card_text{font-size:12px!important;color:var(--maroon-color);font-family:Roboto}.banner_headers{display:flex!important;flex-direction:column!important;justify-content:end!important;row-gap:20px;padding:80px 50px!important}.main_banner_heading{font-size:36px!important;font-family:Roboto Slab!important;font-weight:700!important;color:var(--navy-blue-color)}.main_banner_heading span{color:var(--maroon-color)}.sub_banner_heading{font-family:Roboto Slab;font-size:16px;font-weight:400;color:#7c7b83}.banner_btns{display:flex;justify-content:flex-start;column-gap:10px}.banner_btns button{background-color:var(--maroon-color)!important;padding:8px 40px;text-transform:capitalize;color:var(--white-text);font-family:Roboto Slab;font-size:16px;font-weight:400}.banner_btns button:first-child,.banner_btn:first-child{border-radius:20px 0 0 20px/20px 0px 0px 20px}.banner_btn:last-child{border-radius:0 20px 20px 0/0px 20px 20px 0px}.banner_btn{background-color:var(--maroon-color)!important;padding:8px 40px!important;text-transform:capitalize!important;color:var(--white-text)!important;font-family:Roboto Slab!important;font-size:16px!important;font-weight:400!important}.banner_info_sec{display:flex!important;justify-content:center!important;align-items:center!important}.banner_img{width:100%}@media (max-width: 992px){.banner_image_box{flex-direction:row;align-items:center}.banner_card_box{width:80%;height:100px;position:absolute;right:35px;bottom:-50px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;column-gap:20px;margin-bottom:50px!important}.main_banner_heading{font-size:26px!important}.sub_banner_heading{font-size:13px}.banner_btn{padding:8px 30px!important}.banner_btns{flex-direction:row;column-gap:10px;justify-content:center}.banner_headers{display:flex!important;flex-direction:column!important;justify-content:right!important;margin-top:-20px}.main_banner_heading{font-size:36px!important;font-family:Roboto Slab!important;font-weight:700!important;color:var(--navy-blue-color);text-align:center}.sub_banner_heading{font-family:Roboto Slab;font-size:16px;font-weight:400;color:#7c7b83;text-align:center}.banner_info_sec{margin-top:-60px;display:flex!important;justify-content:center!important;align-items:center!important}.main_banner_heading{font-size:38px!important;font-family:Roboto Slab!important;font-weight:700!important;color:var(--navy-blue-color);text-align:center}.sub_banner_heading{font-family:Roboto Slab;font-size:20px!important;font-weight:400;color:#7c7b83}}@media (max-width: 768px){.banner_headers{padding:10px 20px!important}.main_banner_heading{font-size:22px!important}.sub_banner_heading{font-size:12px}.banner_image_box{flex-direction:row;align-items:center}.banner_card_box{width:100%;height:100px;position:absolute;right:35px;bottom:-90px;display:flex!important;flex-direction:row!important;justify-content:center;align-items:center;margin-bottom:50px!important}.card_banner{padding:6px 10px}.banner_btns{flex-direction:row;column-gap:10px;justify-content:center}.banner_headers{display:flex!important;flex-direction:column!important;justify-content:right!important;margin-top:-20px}.main_banner_heading{font-size:36px!important;font-family:Roboto Slab!important;font-weight:700!important;color:var(--navy-blue-color);text-align:center;margin-top:30px!important}.sub_banner_heading{font-family:Roboto Slab;font-size:16px;font-weight:400;color:#7c7b83;text-align:center}.banner_info_sec{margin-top:0;display:flex!important;justify-content:center!important;align-items:center!important}}@media (max-width: 576px){.banner_img{width:100%}.banner_card_box{flex-direction:row;align-items:center;column-gap:0;row-gap:15px}.banner_image_box{justify-content:center}.banner_btns{display:flex;flex-direction:row;align-items:center}.banner_btn{text-align:center}.banner_card_box{width:80%;height:100px;position:absolute;right:35px;bottom:-50px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;column-gap:20px;margin-bottom:50px!important}}@media (max-width: 375px){.banner_img{width:100%}.banner_image_box{justify-content:center}.banner_btns{display:flex;flex-direction:row;align-items:center}.banner_btn{text-align:center}.banner_card_box{width:100%;height:100px;position:absolute;right:0;bottom:-50px;display:flex!important;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;column-gap:10px;margin-bottom:50px!important}}*{box-sizing:border-box}.why_container{width:100%;overflow-x:hidden}.why_box{width:100%;display:flex;flex-direction:column}.why_info_box{width:100%}.why_img_box{display:none}.info_box_why{width:100%;background-color:#ffffff87;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border:2px solid #940d0d6b;padding:30px!important;display:flex;flex-direction:column;row-gap:20px;justify-content:center}.why_info_heading{font-family:Roboto Slab!important;font-size:28px!important;font-weight:500!important;text-align:center;margin-bottom:20px!important}.why_info_header{font-size:15px!important;font-weight:600!important;font-family:Roboto!important}.why_info_sub_header{font-size:14px!important;font-weight:500!important;font-family:Roboto!important}@media (min-width: 768px){.why_box{flex-direction:row;height:500px}.why_info_box{width:50%;height:100%;padding:30px;position:relative}.why_img_box{display:block;width:50%;padding:30px;background-color:#940d0d;height:100%}.img_why{height:100%;display:flex;align-items:center;justify-content:center}.img_why img{max-height:400px;object-fit:cover}.info_box_why{height:400px!important;position:absolute;z-index:9999!important;right:-60px;top:50%;transform:translateY(-50%)}.why_info_heading{font-size:30px!important;margin-top:-30px!important}}.InternshipsBanner{width:100%;display:flex;margin-bottom:20px}.InternshipsBanner_img_box{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.InternshipsBanner_info{width:100%;display:flex;flex-direction:column;row-gap:20px}.banner_box{width:300px;background-color:var(--maroon-color);height:300px;border-radius:50%;position:relative}.intership_img_box_info{background-color:var(--white-text);position:absolute;bottom:-50px;right:0;box-shadow:0 4px 4px #00000040;border-radius:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px}.icon_text{font-family:Roboto Slab!important;font-size:22px!important;font-weight:400!important;color:#28303f}.sub_icon_text{color:#686868;font-family:Roboto!important;font-size:15px!important;font-weight:400!important}.intership_banner_typography{font-family:Roboto Slab!important;font-size:26px!important;font-weight:500!important;color:var(--navy-blue-color)}.intership_banner_typography span{color:var(--maroon-color)}.intership_banner_border{height:5px;background-color:var(--navy-blue-color);width:570px;border-radius:20px;margin-top:5px}.intership_banner_info{display:flex;flex-direction:column;gap:16px}.intership_banner_title{font-size:20px;font-weight:400;color:#7c7b83;margin-bottom:8px;font-family:Roboto!important}.intership_banner_description{font-size:14px!important;font-weight:500!important;color:#28303f;font-family:Roboto!important}.internship_opp{display:inline-flex;align-items:center;font-size:16px!important;font-weight:600!important;color:#002248;text-decoration:none;font-family:Roboto!important}.banner_box_image{height:350px;position:absolute;bottom:-10px;right:0}@media (max-width: 992px){.InternshipsBanner{width:100%;display:flex;margin-bottom:20px;flex-direction:column;margin-top:250px;gap:70px}.intership_banner_border{width:100%!important;height:5px;background-color:var(--navy-blue-color);width:570px;border-radius:20px;margin-top:5px}.banner_box_image{width:100%;height:320px;position:absolute;bottom:-10px;right:0}.banner_box{width:270px;background-color:var(--maroon-color);height:270px;border-radius:50%;position:relative}.banner_box_image{height:300px;position:absolute;bottom:-10px;right:0}}@media (max-width: 768px){.InternshipsBanner{width:100%;display:flex;margin-bottom:20px;flex-direction:column;margin-top:400px;gap:70px}.intership_banner_border{width:100%!important;height:5px;background-color:var(--navy-blue-color);width:570px;border-radius:20px;margin-top:5px}.banner_box_image{width:100%;height:320px;position:absolute;bottom:-10px;right:0}.banner_box{width:270px;background-color:var(--maroon-color);height:270px;border-radius:50%;position:relative}}@media (max-width: 576px){.InternshipsBanner{width:100%;display:flex;margin-bottom:20px;flex-direction:column;gap:70px;margin-top:650px}.intership_banner_border{width:100%!important;height:5px;background-color:var(--navy-blue-color);width:570px;border-radius:20px;margin-top:5px}.banner_box_image{height:280px;position:absolute;bottom:10px;right:40px}.banner_box{width:270px;background-color:var(--maroon-color);height:270px;border-radius:50%;position:relative}.intership_img_box_info{background-color:var(--white-text);position:absolute;bottom:-40px;right:0;box-shadow:0 4px 4px #00000040;border-radius:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2px}}.apply_container{width:100%;margin:30px auto;position:relative;display:flex;flex-direction:column;row-gap:50px;padding:50px 0}.apply_title_box{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:10px}.apply_title{font-family:Roboto Slab!important;font-size:28px!important;font-weight:600!important}.apply_sub_title{font-family:Roboto!important;font-size:18px!important;font-weight:400;color:#686868}.apply_step_box{display:flex;flex-direction:column;row-gap:20px}.apply_step_number{display:flex;justify-content:flex-start;align-items:end}.apply_step_number span{font-family:Roboto;font-size:18px;font-weight:300!important;color:#8a898c}.apply_step_title{font-family:Roboto;font-size:18px!important;font-weight:600!important;color:#28303f}.apply_step_discription{display:flex;justify-content:start;column-gap:10px}.apply_step_discription span{font-size:20px}.apply_step_text{font-family:Roboto!important;font-size:15px!important;font-weight:400!important;color:#28303f!important;padding-top:5px}.testimonial_container{width:100%;margin-bottom:0}.testimonial_header{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;margin:auto}.testimonial_title{font-family:Roboto!important;font-size:32px!important;font-weight:600!important;color:#940d0d}.sub_testimonial_title{font-family:Roboto Slab!important;font-size:32px!important;font-weight:500!important}.slick-dots li button:before{color:#940d0d!important;display:flex;justify-content:center;align-items:center;font-size:12px!important}.slick-dots li.slick-active button:before{color:#940d0d}.card_testi_container{padding:10px;background-color:#f3f7ff;height:350px!important;overflow-y:scroll!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px gray;border-radius:10px}::-webkit-scrollbar-thumb{background:#940d0d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#940d0d}.card_testimonial{width:100%;background-color:#fff;box-shadow:0 4px 4px #00000040;border-radius:10px;margin-bottom:20px}.card_testimonial_heaader{padding:20px;display:flex;justify-content:flex-start;align-items:center;column-gap:20px}.card_testimonial_body{padding:0 20px 20px}.testimonial_slider{margin:auto}@media (max-width: 992px){.testimonial_container{width:100%}.testimonial_header{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}.testimonial_slider{margin-top:-60px}}@media (max-width: 768px){.testimonial_container{width:100%}.testimonial_header{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}}@media (max-width: 576px){.testimonial_container{width:100%}.testimonial_header{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}.testimonial_slider{margin-top:-60px}}.AppBar{background-color:#002248!important}.toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:10px}.logo{font-family:Roboto!important;font-weight:700!important;letter-spacing:1px!important;font-size:1.2rem!important}.menuBox{display:flex;align-items:center}.nav-button{font-family:Roboto Slab!important;color:#fff!important;text-transform:none!important;font-size:1rem!important}.auth-button{border-radius:4px;background-color:#fff!important;color:#002248!important;padding:.4rem .8rem!important;font-family:Roboto Slab!important;font-size:.8rem!important;border:1px solid rgba(255,255,255,.3)!important}@media screen and (max-width: 600px){.toolbar{flex-direction:column;align-items:center;text-align:center}.menuBox{justify-content:center;width:100%;gap:.5rem}.nav-button{font-size:.9rem!important}.auth-button{font-size:.8rem!important;padding:.3rem .6rem!important}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.internship_banner_header{width:100%;height:250px;background-image:url(/assets/internship_page_header-CwaDW2jj.png);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:20px}.internship_banner_title{font-family:Roboto Slab!important;font-size:36px!important;font-weight:700!important;color:var(--white-text)!important}.internship_banner_sub_title{font-family:Roboto Slab!important;font-size:20px!important;font-weight:400!important;color:var(--white-text)}@media (max-width: 992px){.internship_banner_title{font-family:Roboto Slab!important;font-size:20px!important;font-weight:700!important;color:var(--white-text)!important;padding:5px}.internship_banner_sub_title{font-family:Roboto Slab!important;font-size:20px!important;font-weight:400!important;color:var(--white-text);padding:5px}}@media (max-width: 768px){.internship_banner_title{font-family:Roboto Slab!important;font-size:20px!important;font-weight:700!important;color:var(--white-text)!important;padding:5px}.internship_banner_sub_title{font-family:Roboto Slab!important;font-size:20px!important;font-weight:400!important;color:var(--white-text);padding:5px}}@media (max-width: 576px){.internship_banner_title{font-family:Roboto Slab!important;font-size:28px!important;font-weight:700!important;color:var(--white-text)!important;padding:5px}.internship_banner_sub_title{font-family:Roboto Slab!important;font-size:20px!important;font-weight:400!important;color:var(--white-text);padding:5px}}@media (max-width: 375px){.internship_banner_title{font-family:Roboto Slab!important;font-size:18px!important;font-weight:600!important;color:var(--white-text)!important;padding:5px}.internship_banner_sub_title{font-family:Roboto Slab!important;font-size:16px!important;font-weight:400!important;color:var(--white-text);padding:5px}}.filter-sidebar{width:100%;padding:20px;border:1px solid #D9D9D9!important;border-radius:10px;background:#fff;min-height:100vh}.filter_sidebar_title{font-family:Roboto Slab!important;font-size:24px!important;font-weight:500!important;text-align:center;margin-bottom:30px!important}.filter-group{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;border:1px solid #d9d9d9;padding:5px 20px;border-radius:5px}.sort-by{font-family:Roboto Slab!important;font-size:16px!important;font-weight:400!important;color:#686868}.filter-title-box{display:flex;justify-content:flex-start;column-gap:10px;font-weight:400;margin-bottom:10px}.filter-title{font-family:Roboto Slab!important;font-size:16px!important;font-weight:500!important;text-transform:uppercase}.filter-count{font-family:Roboto!important;font-size:14px!important;font-weight:500!important;color:#7c7b83!important}.filter-section{margin-top:10px}.filter-item{margin-bottom:15px}.filter-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-bottom:5px;cursor:pointer;border-top:2px solid #D9D9D9;padding:10px}.filter-header-title{font-family:Roboto Slab!important;font-size:16px!important;font-weight:500!important;color:#28303f!important}.filter-content{margin:5px 20px}.filter-content label{display:block;margin-bottom:5px}input[type=checkbox]{margin-right:10px}.profile_section{display:flex;justify-content:center;align-items:center;padding-bottom:10px}.profile_info_section{padding:10px;display:flex;flex-direction:column;row-gap:10px}.ProgramCard_container{width:100%;margin:30px 0}.ProgramCard{background-color:#fff!important;padding:20px!important;display:flex;flex-direction:column;row-gap:20px;box-shadow:0 4px 4px #00000040;border-radius:10px!important}.program_card_title{font-size:18px!important;font-family:Roboto Slab!important;color:#940d0d}.program_card_title span{font-size:12px!important;color:#002248;cursor:pointer}.program_detail_title{font-size:15px!important;font-weight:600!important;font-family:Roboto}.program_card_button{display:flex!important;justify-content:space-between}.pay_btn{background-color:#940d0d!important;color:#fff!important;padding:5px 25px!important;text-transform:capitalize!important;font-family:Roboto Slab!important}.pay_status_btn{background-color:#fff!important;color:#187f24!important;padding:5px 25px!important;text-transform:capitalize!important;font-family:Roboto Slab!important;border:1px solid #F5F6FF;box-shadow:0 4px 4px #00000040}.pay_status_btn.Pending{color:#e40a0a!important}.program_detail_research{font-weight:600!important;font-size:15px!important;font-family:Roboto!important}.cv_main_container{box-shadow:0 4px 4px #00000040;border-radius:10px;padding:10px 30px 30px 10px;min-height:70vh}.cv_container{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:20px}.upload_cv_btn{padding:10px 30px!important;text-transform:capitalize!important;color:#002248!important;font-family:Roboto!important;box-shadow:0 4px 4px #00000040!important;font-size:15px!important;font-weight:600!important}.cv_heading{font-size:20px!important;font-family:Roboto Slab!important;font-weight:600!important}.cv_container_view{width:100%}.uploaded_cv_card{width:200px;margin-top:30px;padding:10px;border:1px solid #b7b7b7;box-shadow:none!important;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.view_cv_btn{box-shadow:0 4px 4px #00000040;display:flex!important;justify-content:center!important;align-items:center!important;padding:5px 30px!important;text-transform:capitalize!important;color:#002248!important;font-size:14px!important;font-weight:500!important;text-decoration:none}.paid_button{background-color:#187f24!important;color:#fff!important;padding:5px 40px!important;text-transform:capitalize!important;font-family:Roboto Slab!important;font-size:14px!important;font-weight:400!important}.category_select{width:100%;height:200px;background-image:url(/assets/header_bg_img-CWRgM5P0.png);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center;flex-direction:column}@media (min-width: 600px) and (max-width: 1024px){.category_select{height:200px;background-size:contain;padding:20px}}@media (max-width: 600px){.category_select{height:200px;background-size:cover;padding:10px;flex-direction:column}}@media (min-width: 1024px){.category_select{height:200px;background-size:cover;padding:30px}}.category_select_typography{font-family:Roboto Slab!important;font-weight:700!important;color:var(--white-text)!important}.category_select_select{width:fit-content;background-color:#fff}.category_details{width:80%;background-color:#002248;height:100px;display:flex;border:1px solid #d9d9d9;margin:auto;border-radius:15px;justify-content:flex-start;align-items:center}.category_details_image{width:150px;height:98px;background-image:url("data:image/svg+xml,%3csvg%20width='164'%20height='144'%20viewBox='0%200%20164%20144'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M157.5%2087.5C157.5%20131.063%20145.572%20170.233%20126.601%20198.341C107.607%20226.485%2082.0037%20243%2054.5%20243C26.9963%20243%201.39331%20226.485%20-17.6014%20198.341C-36.5721%20170.233%20-48.5%20131.063%20-48.5%2087.5C-48.5%2043.9373%20-36.5721%204.76689%20-17.6014%20-23.3412C1.39331%20-51.4847%2026.9963%20-68%2054.5%20-68C82.0037%20-68%20107.607%20-51.4847%20126.601%20-23.3412C145.572%204.76689%20157.5%2043.9373%20157.5%2087.5Z'%20fill='white'%20stroke='%23940D0D'%20stroke-width='12'/%3e%3c/svg%3e");background-size:cover;background-position:right;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;border-top-left-radius:14px;border-bottom-left-radius:14px}.category_details_box{padding:50px}.category_details_heading{font-family:Roboto!important;font-size:20px!important;font-weight:600!important;color:var(--white-text)!important}.category_details_details{font-family:Roboto!important;font-size:12px!important;font-weight:400!important;color:#b8b8b8!important}@media only screen and (max-width: 600px){.category_details{width:80%;height:auto;margin:auto;flex-direction:column;align-items:flex-start;padding:10px}.category_details_box{padding:20px}.category_details_image{display:none}.category_icon{width:100%;display:flex;justify-content:center;align-items:center;border-radius:14px;background-color:#fff;height:60px}}@media only screen and (min-width: 600px){.category_details{width:80%;height:auto;margin:auto;flex-direction:column;align-items:flex-start;padding:10px}.category_details_box{padding:20px}.category_details_image{display:none}.category_icon{width:100%;display:flex;justify-content:center;align-items:center;border-radius:14px;background-color:#fff;height:60px}}@media only screen and (min-width: 768px){.category_details{width:80%;height:100px;margin:auto;flex-direction:row;align-items:center;padding:0}.category_details_box{padding:50px}.category_details_image{display:flex}.category_icon{display:none}}@media only screen and (min-width: 992px){.category_details{width:80%;height:100px;margin:auto;flex-direction:row;align-items:center;padding:0}.category_details_box{padding:50px}.category_details_image{display:flex}.category_icon{display:none}}@media only screen and (min-width: 1200px){.category_details{width:80%;height:100px;margin:auto;flex-direction:row;align-items:center;padding:0}.category_details_box{padding:50px}.category_details_image{display:flex}.category_icon{display:none}}.internship_form_header{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:20px;row-gap:5px}.internship_main_heading{font-size:34px!important;font-weight:500!important;font-family:Roboto Slab!important;color:#000!important}.internship_main_heading span{color:#940d0d}.internship_sub_heading{font-size:16px!important;color:#686868!important;font-family:Roboto!important}.choose_internship{padding:20px}.choose_internship_heading{font-size:24px!important;font-family:Roboto Slab!important;color:#002248!important;font-weight:500!important}.internship_form{width:100%;margin-top:30px;position:relative;display:flex;justify-content:center;align-items:center;padding:20px}.left_border{height:100px;width:100px;position:absolute;top:0;left:0;border-top:8px solid #940d0d;border-left:8px solid #940d0d}.right_border{height:100px;width:100px;position:absolute;right:0;bottom:0;border-right:8px solid #940d0d;border-bottom:8px solid #940d0d}.main_intership_form{width:100%;background-color:#f5f6ff;box-shadow:0 4px 4px #00000040;border-radius:10px;display:flex;flex-direction:column;padding:30px}.form_title{font-family:Roboto;font-size:20px;font-weight:600;color:#373639;text-align:center;margin-bottom:20px}.form_label{font-family:Roboto;font-size:14px;font-weight:500;color:#373639;margin-bottom:5px!important}.form_label span{color:#e40a0ab2;font-weight:600}.upload_resumesssss_btn{background-color:#fff!important;padding:10px 20px!important;box-shadow:0 4px 4px #00000040;text-transform:capitalize!important;color:#28303f!important;font-size:14px!important;font-weight:500!important}.intership_apply_btn{display:flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;margin-top:20px}.apply_btn{background-color:#940d0d!important;color:#fff!important;padding:7px 50px!important;font-family:Roboto Slab!important;text-transform:capitalize!important;font-size:16px!important}.upload_resume_btn{background-color:#fff!important;padding:8px 100px!important;text-transform:capitalize!important;box-shadow:0 4px 4px #00000040!important;color:#28303f!important;font-weight:500!important;width:100%!important}@media only screen and (max-width: 600px){.choose_internship{padding:5px;margin-top:15px}.internship_form{padding:5px}.upload_resume_btn{padding:10px 30px!important}.internship_main_heading{font-size:32px!important}}.forget_container{width:100%}.login_redirect{background-color:#002248!important;height:100vh;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.forget_form{background-color:#fff!important;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.check_box{display:flex;column-gap:10px;align-items:start!important}.check_text{font-size:16px;font-weight:500;color:#fff;font-family:Roboto}.back_login{display:flex;justify-content:flex-start;align-items:center;column-gap:10px}.back_login_title{font-size:16px!important;color:#fff;font-family:Roboto!important}.back_login_title Link{color:#fff!important}.otp_section{display:flex;flex-direction:column;justify-content:center;row-gap:20px}.otp_header{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:10px}.success_section{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:20px}@media screen and (max-width: 992px){.login_redirect{height:auto}.forget_form{height:auto;margin-top:30px}}.progress_container{width:100%;padding:20px}.image_section{width:100%;display:flex;justify-content:center;align-items:center}.responsive_image{max-width:100%;height:auto;object-fit:contain}@media (max-width: 768px){.responsive_image{max-width:80%}}@media (max-width: 480px){.responsive_image{max-width:100%}}.progress_info_section{width:100%;display:flex;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;padding:50px;row-gap:10px}.progress_title{font-size:42px!important;font-weight:500!important;text-transform:uppercase!important;font-family:Roboto Slab!important;color:#002248!important}.progress_sub_title{font-size:18px!important;font-weight:500!important;text-transform:uppercase!important;font-family:Roboto Slab!important;color:#000!important}.progress_info{font-size:18px!important;color:#686868!important;font-family:Roboto!important}.social_box{display:flex;flex-direction:column;row-gap:10px}.social_box_title{font-size:16px!important;font-family:Roboto Slab!important;font-weight:500!important}@media (max-width: 768px){.progress_info_section{padding:20px;row-gap:8px}.progress_title{font-size:28px!important}.progress_sub_title,.progress_info{font-size:16px!important}.social_box_title{font-size:14px!important}}@media (max-width: 480px){.progress_info_section{padding:10px;align-items:center!important;text-align:center}.progress_title{font-size:24px!important}.progress_sub_title,.progress_info{font-size:14px!important}}.payment_container{border:1px solid #0000001a;box-shadow:0 4px 4px #00000040;background-color:#fff;margin:30px auto;border-radius:5px;padding:20px}.paypal-button{background-color:red!important;color:#fff!important;border:none!important;font-family:Arial,sans-serif!important}.payment_card{width:100%;background-color:#fff;border-radius:5px;display:flex;flex-direction:column;justify-content:center;row-gap:10px}.domain_name{font-size:18px!important;font-weight:600!important;color:#940d0d!important;font-family:Roboto Slab!important}.intership_name{font-size:16px!important;font-weight:400!important;color:#28303f!important;font-family:Roboto Slab!important}.duration{font-size:14px!important;font-weight:400!important;color:#000!important;font-family:Roboto Slab!important}.fees{font-size:14px!important;font-weight:400!important;color:#000!important;font-family:Roboto Slab!important;display:flex;align-items:center}.payment_form{width:100%;background-color:#fff;padding:20px;border:1px solid #b7b7b780;border-radius:10px;display:flex;flex-direction:column;row-gap:10px}.payment_header{font-size:20px;font-weight:500!important;color:#000!important;font-family:Roboto Slab!important}.coupon_code{padding:20px;box-shadow:0 4px 4px #00000040;border-radius:10px;background-color:#fff;border:1px solid #b7b7b7;display:flex;flex-direction:column;row-gap:10px}.coupon_code_text{display:flex;justify-content:flex-start;align-items:center;column-gap:10px;font-size:16px!important;font-weight:500!important;color:#000!important;font-family:Roboto Slab!important}.coupon_code_sub_text{font-size:14px!important;font-weight:400!important;color:#4d4d4e!important;font-family:Roboto!important}.coupon_code_input{display:flex;justify-content:space-between!important;align-items:center;gap:20px}.coupon_code_btn{background-color:#f3f7ff!important;box-shadow:0 4px 4px #00000040;text-transform:capitalize!important;color:#1f2dac!important;font-size:12px!important;font-family:Roboto Slab!important;padding:10px 15px!important;min-width:150px!important}.coupon_code_info{display:flex;flex-direction:column;row-gap:10px}.coupon_code_info_box{column-gap:10px;font-size:14px!important;font-weight:400!important;color:#000!important;font-family:Roboto Slab!important;border:1px solid #1b49ec80;padding:10px;border-radius:5px}.coupon_code_info_box_text{font-size:14px!important;font-weight:500}.coupon_code_info_box_text span{color:#112437!important;font-weight:600;padding-right:10px}.coupon_code_info_box_sub_text{font-size:12px!important;font-weight:400;color:#4d4d4e!important;font-family:Roboto!important}.coupon_code_info_box_btn{background-color:#fff!important;text-transform:capitalize!important;color:#e40a0a!important;font-size:14px!important;font-family:Roboto!important}.bill_details{font-size:16px!important;font-weight:500!important;color:#000;font-family:Roboto!important}.bill_details_box{display:flex;flex-direction:column;row-gap:20px}.bill_details_box_inner{display:flex;flex-direction:column;row-gap:10px}.border_box{width:100%!important;height:1.5px!important;background-color:#000!important;border-radius:5px!important}.pay_box{display:flex;justify-content:space-between}.pay_text{font-size:14px!important;font-weight:400!important;color:#4d4d4e!important;font-family:Roboto!important}.pay_amount{font-size:16px!important;font-weight:600!important;color:#940d0d!important;font-family:Roboto!important;display:flex;justify-content:center;align-items:center}.pay_amt{font-size:16px!important;font-weight:400!important;color:#4d4d4e!important;font-family:Roboto!important;display:flex;justify-content:center;align-items:center}.coupon_code_error{font-size:12px!important;font-weight:400!important;color:#187f24!important;font-family:Roboto!important}.payment_btn{margin-top:50px}.payment_btn{display:flex;justify-content:flex-end;align-items:center;margin-top:20px}.payment_btn .paypal-button{border-radius:8px;font-size:16px;font-weight:700;padding:10px 20px}.internship_container{width:100%!important}.admin_login_container{width:100%;background:linear-gradient(180deg,#fff,#f1f7ff)}.admin_login_banner_box{width:100%;display:flex;justify-content:center;align-items:center}.admin_login_form_box{display:flex!important;flex-direction:column!important}.admin_login_heading{font-family:Roboto!important;color:#002248!important;font-weight:800!important;font-size:32px!important;text-align:center!important}.admin_login_sub_heading{font-family:Roboto slab!important;color:#000!important;font-weight:500!important;font-size:22px!important;text-align:left!important}.admin_login_sub_heading_2{font-family:Roboto!important;color:#777d81!important;font-weight:500!important;font-size:16px!important;text-align:left!important}.admin_login_form_box{display:flex!important;justify-content:center!important;flex-direction:column!important;padding:30px;row-gap:30px}.admin_login_form{width:100%;display:flex;flex-direction:column;row-gap:20px;padding:30px;background-color:#fff!important}.admin_login_email_box{display:flex!important;flex-direction:column!important;row-gap:5px!important}.admin_login_label{font-family:Roboto!important;color:#373639!important;font-weight:600!important;font-size:14px!important;text-align:left!important}.admin_login_label span{color:#e40a0ab2!important;font-weight:600!important}.forget_link{text-decoration:none;color:#1b49ec;font-family:Roboto!important;font-weight:600!important;font-size:14px!important}.admin_login_btn{background-color:#940d0d!important;box-shadow:0 4px 4px #00000040!important;text-transform:capitalize!important;color:#fff!important;font-size:16px!important;font-family:Roboto Slab!important;padding:10px 15px!important;width:100%!important;border-radius:5px!important}.header_container{width:100%;height:55px;background-color:#fff;margin-top:0!important;box-shadow:0 4px 10px #16151c1a;display:flex;justify-content:flex-end;align-items:center;column-gap:20px}.notifications_box{display:flex;justify-content:flex-end;align-items:center;column-gap:10px;height:100%;padding-right:10px}.profile_box{padding-right:50px}.profile_details{display:flex;flex-direction:row;justify-content:center;align-items:center;column-gap:5px}.dashboard_container{width:100%;padding:30px}.dashboard_box{display:flex;justify-content:space-between!important;align-items:end!important;column-gap:20px}.dashboard_box_info{background:#ffffff4d;border-radius:10px;padding:20px;display:flex;flex-direction:column;width:100%}.dashboard_pie_box{box-shadow:0 4px 4px #00000040;border-radius:10px;padding:10px;display:flex;flex-direction:column;row-gap:20px}.dashboard_box_container{width:100%;background-color:#002248;box-shadow:0 4px 4px #00000040;border-radius:10px;padding:10px;height:100%;display:flex;flex-direction:column}.AddInternship{background-color:#fff8f8;box-shadow:0 4px 4px #00000040;padding:20px}.back_box{display:flex;justify-content:space-between;align-items:center}.back{cursor:pointer!important;color:#000;font-size:15px!important;font-weight:600!important;font-family:Roboto Slab,sans-serif!important;display:flex;justify-content:flex-end}.new_internship{font-size:20px!important;font-weight:600!important;color:#000!important;font-family:Roboto Slab,sans-serif!important;margin-bottom:20px!important}.add_internship_form{box-shadow:0 4px 4px #00000040;background-color:#fff;padding:20px;height:fit-content}.internship_label{font-family:Roboto!important;font-size:15px!important;font-weight:600!important;color:#373639;margin-bottom:5px!important}.internship_label span{color:#e40a0ab2}.internship_learn_box{width:100%;display:flex;flex-direction:column;row-gap:10px;background-color:#fff;border:1px solid #b7b7b780;box-shadow:0 4px 4px #00000040;border-radius:5px;padding:20px}.learn_add_btn{margin-top:20px!important;background-color:#fff!important;text-transform:capitalize!important;color:#112437!important;font-size:15px!important;font-weight:600!important;font-family:Roboto!important}.submit_button{text-transform:capitalize!important;font-size:15px!important;font-weight:600!important;font-family:Roboto Slab!important;background-color:#940d0d!important;color:#fff!important;padding:5px 40px!important}.internship_status_box{width:100%;display:flex;flex-direction:column;row-gap:10px;background-color:#fff;border:1px solid #b7b7b780;box-shadow:0 4px 4px #00000040;border-radius:5px;padding:10px 20px}.resume_box{width:100%;display:flex;flex-direction:column;row-gap:10px;background-color:#fff;border:1px solid #b7b7b780;box-shadow:0 4px 4px #00000040;border-radius:5px}.AdminInternship{width:100%;background-color:#fff8f8;padding:20px;display:flex;flex-direction:column;row-gap:20px;min-height:100vh}.AdminInternship_btn_box{width:100%;display:flex;justify-content:flex-end}.AdminInternship_btn{background-color:#940d0d!important;color:#fff8f8!important;border-radius:5px!important;font-family:Roboto Slab,sans-serif!important;font-size:14px!important;font-weight:400!important;padding:10px 20px!important;text-transform:capitalize!important}.internship_icon_text{font-size:14px;font-family:Roboto Slab!important;font-weight:500!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}.internship_icon_title{color:#000!important;font-size:12px!important;font-weight:400!important;font-family:Roboto!important}.internship_company{box-shadow:0 4px 4px #00000040;padding:20px}.company_website{font-size:14px!important;color:#e40a0a!important;text-decoration:none!important;display:flex!important;align-items:center!important;column-gap:5px}.company_name{font-size:16px!important;font-weight:500!important;color:#000;font-family:Roboto!important}.company_location{font-size:14px!important;color:#7c7b83!important}.internship_tech_title{font-size:16px;color:#7c7b83;font-weight:600!important}.internship_tech{font-weight:400!important;color:#28303f;font-size:14px!important}.AdminResearch{width:100%;background-color:#fff8f8;padding:20px;display:flex;flex-direction:column;row-gap:20px}.research_table_card{background-color:#fff;border:1px solid #777D81;border-radius:21px}.research_table_title{font-family:Roboto Slab!important;font-weight:400!important;font-size:16px!important;color:#28303f!important}.research_table_view{font-family:Roboto Slab!important;font-weight:400!important;font-size:12px!important;color:#0a18e4;text-decoration:none;cursor:pointer}.research_table_name{font-family:Roboto!important;font-weight:700!important;font-size:16px!important;color:#141b34}.research_table_technology{color:#7c7b83!important;font-size:15px!important;font-weight:600!important}.research_table_technology_name{color:#28303f!important;font-size:15px!important;font-weight:400!important}.research_mentor_box{box-shadow:0 4px 4px #00000040;padding:20px;border-radius:5px}.internship_icon_box{display:flex;flex-direction:column;column-gap:10px;align-items:center;justify-content:flex-start!important}.internship_mentor_name{color:#000;font-size:16px!important;font-weight:600!important}.internship_mentor_details{color:#7c7b83!important;font-size:12px!important}.research_table_abstract{color:#28303f!important;font-size:14px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.company_box{background-color:#fff8f8;width:100%;padding:20px;min-height:100vh}.company_title{font-size:24px!important;font-weight:500!important;font-family:Roboto Slab!important}.pagination_box{display:flex!important;justify-content:flex-end!important;margin-top:20px!important;margin-right:20px!important}.company_heading{display:flex;justify-content:space-between}
