@import"https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:"Urbanist",sans-serif}.text-lowercase{text-transform:lowercase}.gap-container{padding:0 5%}p{font-size:16px}h1{font-size:50px}h2{font-size:40px}h3{font-size:30px}h4{font-size:25px}h5{font-size:20px}h6{font-size:18px}h1,h2,h3,h4,h5,h6,a{text-transform:capitalize}@media screen and (max-width: 767px){h1{font-size:40px}h2{font-size:35px}h3{font-size:28px}h4{font-size:23px}h5{font-size:20px}h6{font-size:18px}}.remove-sidebar-link{display:none !important}header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px;background-color:#f5f5f5}header .col{padding:15px 0}header .logo-col{width:20%}header .logo-col .main-logo{width:100%;max-width:150px;min-width:100px}header .menu-col{width:60%;display:flex;flex-direction:row;justify-content:center;align-items:center}header .menu-col .close-btn{display:none}header .menu-col .main-nav{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}header .menu-col .main-nav ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;width:100%;list-style-type:none;gap:5px;font-size:18px;font-weight:500;flex-wrap:wrap}header .menu-col .main-nav ul .animated-bar{position:relative}header .menu-col .main-nav ul .animated-bar:before{content:"";position:absolute;width:100%;height:3px;background-color:#067ee0;bottom:0;transform:scale(0.3);transition:background-color .3s ease,transform .3s ease}header .menu-col .main-nav ul .animated-bar:hover:before{transform:scale(1)}header .menu-col .main-nav ul li a{padding:10px 5px;color:#000;display:block;text-decoration:none}header .menu-col .main-nav ul li a i{margin-left:5px;font-size:15px;transition:.3s}header .menu-col .main-nav ul li a:hover i{transform:rotate(-180deg)}header .menu-col .main-nav ul li:hover .dropdown-menu-1{transform:translateY(0);opacity:1;z-index:4}header .menu-col .main-nav ul li .dropdown-menu-1{background-color:#000;width:300%;transition:.5s;position:absolute;z-index:-1;transform:translateY(20%);opacity:0}header .menu-col .main-nav ul li .dropdown-menu-1 ul{background-color:#067ee0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}header .menu-col .main-nav ul li .dropdown-menu-1 ul li{padding:2px 15px;display:block;width:100%;border-bottom:2px solid #fff;transition:.3s;margin:0}header .menu-col .main-nav ul li .dropdown-menu-1 ul li:last-child{border:0}header .menu-col .main-nav ul li .dropdown-menu-1 ul li:hover{background-color:#000}header .menu-col .main-nav ul li .dropdown-menu-1 ul li a{color:#fff;text-transform:capitalize}header .hamburger-col i{padding:10px;background-color:#067ee0;color:#fff;border-radius:5px;display:none}header .btn-col .btn-1{border:none;outline:none;background-color:#067ee0;padding:10px 20px;border-radius:10px;color:#fff;font-weight:500;font-size:16px;cursor:pointer;transition:all .3s;border:1px solid rgba(0,0,0,0);text-decoration:none;display:inline-block;text-align:center}header .btn-col .btn-1:hover{background-color:#fff;border:1px solid #067ee0;color:#067ee0}header .btn-col .btn-1:focus{box-shadow:0 0 20px rgba(40,146,233,.5098039216);scale:1.02}@media screen and (max-width: 1024px){header .logo-col{width:40%}header .logo-col .main-logo{width:100%;max-width:150px;min-width:100px}header .menu-col{width:40%;height:100%;background-color:#fff;position:fixed;z-index:99;top:0;left:0;transform:translate(-100%);transition:.3s}header .menu-col .close-btn{display:block;position:absolute;top:10px;right:10px;background-color:#067ee0;border-radius:50%;height:30px;width:30px;display:flex;flex-direction:row;justify-content:center;align-items:center}header .menu-col .close-btn i{font-size:18px;color:#fff}header .menu-col .main-nav{width:100%}header .menu-col .main-nav ul{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;font-size:18px}header .menu-col .main-nav ul li .dropdown-menu-1 ul li{font-size:15px}header .hamburger-col{width:20%;display:flex;flex-direction:row;justify-content:center;align-items:center}header .hamburger-col i{padding:10px;background-color:#067ee0;color:#fff;border-radius:5px;display:block}header .btn-col{width:40%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}header .btn-col .btn-1{border:none;outline:none;background-color:#067ee0;padding:10px 20px;border-radius:10px;color:#fff;font-weight:500;font-size:16px;cursor:pointer;transition:all .3s;border:1px solid rgba(0,0,0,0);text-decoration:none;display:inline-block;text-align:center}header .btn-col .btn-1:hover{background-color:#fff;border:1px solid #067ee0;color:#067ee0}header .btn-col .btn-1:focus{box-shadow:0 0 20px rgba(40,146,233,.5098039216);scale:1.02}}@media screen and (max-width: 768px){header .menu-col{width:70%}}@media screen and (max-width: 500px){header .menu-col{width:90%}}footer{background-color:#fff;min-height:200px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap}footer .row{width:100%;padding-top:70px;gap:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}footer .row .column{width:calc(25% - 20px);min-height:100px;min-width:200px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px}footer .row .column .footer-logo img{width:200px}footer .row .column .social-icons{background-color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}footer .row .column .social-icons a{font-size:22px;background-color:#067ee0;padding:5px 10px;border-radius:5px;color:#fff}footer .row .column .connect{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px}footer .row .column .connect a{color:#000;font-size:15px;text-decoration:none}footer .row .column .connect a i{font-size:20px;margin-right:10px;color:#067ee0}footer .row .column .footer-links{margin-left:10px}footer .row .column .footer-links li{list-style-type:none;margin:10px 0;font-size:16px;font-weight:500;position:relative;transition:margin-left .3s ease}footer .row .column .footer-links li a{padding:5px 0;display:block;text-decoration:none;color:#000;transition:color .3s ease}footer .row .column .footer-links li:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:0;background-color:#067ee0;transition:width .3s ease,height .3s ease,left .3s ease}footer .row .column .footer-links li:hover{margin-left:25px}footer .row .column .footer-links li:hover:after{width:22px;left:-25px;height:3px}footer .row .column .footer-links li:hover a{color:#067ee0}footer .row-2{padding:0;padding-top:20px;padding-bottom:20px;display:flex;flex-direction:row;justify-content:center;align-items:center;border-top:1px solid #000}footer .row-2 p{text-align:center}.main-hero{min-height:70vh;height:70vh;max-height:150vh;background-color:#067ee0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;position:relative;overflow:hidden;border-radius:0 0 30px 30px}.main-hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6941176471);z-index:1}.main-hero video{width:100%;height:100%;user-select:none;pointer-events:none;object-fit:cover}.main-hero .main-hero-content{width:80%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;gap:20px;border-radius:20px}.main-hero .main-hero-content p{font-size:20px}.main-hero .main-hero-content h1,.main-hero .main-hero-content h3,.main-hero .main-hero-content p{text-align:center;color:#fff}@media screen and (max-width: 767px){.main-hero .main-hero-content{width:100%}.main-hero .main-hero-content p{font-size:17px}}.journals-list-container{width:100%;padding-top:50px;padding-bottom:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.journals-list-container .journals-list{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:20px;gap:30px}.journals-list-container .journals-list .image-box{box-shadow:2px 2px 10px rgba(0,0,0,.127);width:calc(20% - 40px);min-width:150px;overflow:hidden;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:10px;border:5px solid #000;text-decoration:none;color:inherit;position:relative;transition:transform .3s ease}.journals-list-container .journals-list .image-box:hover{transform:scale(1.05)}.journals-list-container .journals-list .image-box img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.journals-list-container .journals-list .image-box video.journal-hover-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:2;opacity:0;transition:opacity .3s ease;background:rgba(0,0,0,0)}.subject-areas-discipline{min-height:300px;width:100%;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:50px;padding-bottom:50px;gap:30px;background-color:#f5f5f5;border-radius:50px 50px 0 0}.subject-areas-discipline .row{min-height:100px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.subject-areas-discipline .row-1 h2,.subject-areas-discipline .row-1 p{text-align:center}.subject-areas-discipline .row-1 h2{background-color:#067ee0;padding:10px;color:#fff;border-radius:10px;margin-bottom:10px}.subject-areas-discipline .row-2{display:flex;flex-direction:row;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:30px}.subject-areas-discipline .row-2 .box{background-color:#fff;padding:20px;border-radius:10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;box-sizing:border-box;transition:all .2s ease-in;flex-basis:calc(33.3% - 30px);min-width:300px;position:relative}.subject-areas-discipline .row-2 .box:hover{box-shadow:2px 2px 10px rgba(0,0,0,.25);cursor:pointer;border:2px solid #067ee0;scale:1.03}.subject-areas-discipline .row-2 .box:nth-child(2){border:2px solid #067ee0}.subject-areas-discipline .row-2 .box .image-box{width:100%;max-width:70px;display:none}.subject-areas-discipline .row-2 .box .image-box img{width:100%}.subject-areas-discipline .row-2 .box .content{width:100%;position:relative}.subject-areas-discipline .row-2 .box .content p{font-size:16px}.subject-areas-discipline .row-3{display:flex;flex-direction:row;justify-content:center;align-items:center}.subject-areas-discipline .row-3 .btn-1{border:none;outline:none;background-color:#067ee0;padding:10px 20px;border-radius:10px;color:#fff;font-weight:500;font-size:16px;cursor:pointer;transition:all .3s;border:1px solid rgba(0,0,0,0);text-decoration:none;display:inline-block;text-align:center}.subject-areas-discipline .row-3 .btn-1:hover{background-color:#fff;border:1px solid #067ee0;color:#067ee0}.subject-areas-discipline .row-3 .btn-1:focus{box-shadow:0 0 20px rgba(40,146,233,.5098039216);scale:1.02}.subject-areas-discipline .row-3 a{margin:20px}.articles-container{width:100%;margin:auto;background:#fff;padding-bottom:50px;padding-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.articles-container h2{margin-bottom:20px;text-align:center;background-color:#067ee0;padding:10px;color:#fff;border-radius:10px;margin-bottom:10px}.articles-container .article{padding:20px;box-shadow:0px 0px 10px rgba(0,0,0,.2);margin:20px 0;border-radius:5px;text-decoration:none;display:block;color:inherit;border:1px solid #067ee0;transition:scale .2s ease-in-out;width:100%}.articles-container .article:hover{scale:1.01}.articles-container .article h3{font-size:18px;color:#000;margin:5px}.articles-container .article .author-list,.articles-container .article .authors-list{margin:5px}.articles-container .article p{font-size:14px;color:#000;margin:5px}.what-we-do{width:100%;background:url("../images/bg-img-1.webp");background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;padding-top:50px;padding-bottom:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}.what-we-do:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6941176471);z-index:1}.what-we-do .heading,.what-we-do .content,.what-we-do .buttons{color:#fff;position:relative;z-index:2;text-align:center;width:70%}.what-we-do .buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:30px;row-gap:10px;flex-wrap:wrap}.what-we-do .buttons .btn-1{border:none;outline:none;background-color:#067ee0;padding:10px 20px;border-radius:10px;color:#fff;font-weight:500;font-size:16px;cursor:pointer;transition:all .3s;border:1px solid rgba(0,0,0,0);text-decoration:none;display:inline-block;text-align:center}.what-we-do .buttons .btn-1:hover{background-color:#fff;border:1px solid #067ee0;color:#067ee0}.what-we-do .buttons .btn-1:focus{box-shadow:0 0 20px rgba(40,146,233,.5098039216);scale:1.02}@media(max-width: 767px){.what-we-do .heading,.what-we-do .content,.what-we-do .buttons{color:#fff;position:relative;z-index:2;text-align:center;width:100%}}.form-section{width:100%;min-height:200px;background-color:#067ee0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:50px;padding-bottom:50px;gap:20px}.form-section .heading{color:#fff;text-align:center}.form-section .form-container{width:70%;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:20px;flex-wrap:wrap}.form-section .form-container input,.form-section .form-container select{width:45%;background-color:#fff;border:none;font-size:16px;padding:15px 10px;min-width:200px;border-radius:10px;outline:none}.form-section .form-container input option,.form-section .form-container select option{background-color:#fff;outline:none;border:3px solid red;color:#067ee0;font-weight:500}.form-section .form-container .btn-2{border:none;outline:none;background-color:#fff;padding:10px 20px;border-radius:10px;color:#067ee0;font-weight:500;font-size:16px;cursor:pointer;transition:all .3s;border:1px solid rgba(0,0,0,0);text-decoration:none;display:inline-block;border:1px solid #067ee0}.form-section .form-container .btn-2:hover{background-color:#067ee0;border:1px solid #fff;color:#fff}.form-section .form-container .btn-2:focus{box-shadow:0 0 20px rgba(40,146,233,.5098039216);scale:1.02}.form-section .form-container .btn-2{margin-top:10px;width:20%;font-size:18px;min-width:150px}@media screen and (max-width: 767px){.form-section .form-container{width:100%}.form-section .form-container input,.form-section .form-container select{width:100%}}.Abstract-sec{background-color:#f5f5f5;padding-bottom:50px;padding-top:50px}.Abstract-sec h2{text-align:center;margin-bottom:50px}.Abstract-sec .logo-sliding{max-width:100% !important;text-align:center}.Abstract-sec .logo-sliding .col{text-align:center !important;display:flex !important;justify-content:center;padding:30px 0}.Abstract-sec .logo-sliding .col img{width:150px;height:150px;object-fit:contain;border-radius:100%;box-shadow:0px 0px 30px 5px #ccc}/*# sourceMappingURL=index.min.css.map */