
body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
*{
    margin: 0px ;
    padding: 0px ;
}
:root {
    --list:#fff;
	--background: #fff;
	--background-section: #3f69cb;
    --black:#000;
    --paras:#757095;
	--heading:#fff;
	--footer-list:#757095;
    --about-h3:#000;
    --global-section:#3f69cb;
    --global-section-bg-color:#fff;
    --join-us-heading:#3f69cb;
    --journal-letter-h2:#000;
    --manu-color:#111A2E;
  }
  h1{
    font-size: 50px;
    color:var(--heading);
  }
  h2{
    font-size: 40px;
    color:var(--heading);
  }
  h3{
    font-size: 25px;
    color:var(--heading);
  }
  p{
    font-size: 18px;
    color: var(--paras);
  }
.tsp-navbar-menu{
    background-color: #fff;
    padding: 0px;
}
.nav-item .active{
    color: #0d6efd !important;
}
/* .tsp-list{
    justify-content: space-around;
    padding: 0px;
} */
.tsp-list {
    justify-content: center;
    padding: 0px;
    gap: 20px;
}
.tsp-list li a{
color:var(--manu-color);
font-size: 20px;
font-weight: 400;
padding: 0px;
z-index: 1;
}
.tsp-list li a:hover{
    color: #0d6efd;
}
.search-form{
    background-color:var(--background);
    border-radius: 25px;
    padding: 5px 4px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: end;
    box-shadow: inset 2px 0px 5px #9f9999;
}
.s-form-field{
    border: none;
    background: transparent;
    padding-left: 25px !important;

}
.s-form-field:focus {
    border-color: transparent;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
/* --------home start------------ */
/* --------home start------------ */
/* --------home start------------ */

.tsp-hero-section{
    /* background-image: url(./images/bg.png); */
    background: url('../images/banner2.png') rgb(11 7 83 / 98%);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 154px;
    display: flex;
    align-items: center;

}
.tsp-feature-section{
    background: url(../images/bgs.png) rgb(11 7 83 / 98%);
        background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tsp-heading {
    text-align: center;
}
.tsp-heading h1{
    font-size: 50px;
    letter-spacing: 5px;
}

.tsp-pera ul{
    padding: 0px;
}
 .tsp-pera ul li {
    padding-left: 2rem;
    background-image: url(../images/checkbox.svg);
    background-position: 0 0;
    background-size: 1.6rem 1.6rem;
    background-repeat: no-repeat;
    list-style: none;
    font-size: 18px;
    padding-bottom: 15px;
	color:var(--paras);
  }
/* .tsp-feature-section {
	background:var(--background-section);
} */
.tsp-feature-title h2{
	text-align: center;
	margin: 60px auto;
}
.features-item {
	text-align: center;
	border: 1px solid hsl(0, 0%, 100%);
	/* -webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg); */
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 30px;
	position: relative;
	height: 300px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
    border-radius: 0px 20px 80px 30px;

}
.features-item:hover {
	background:var(--background);
	border-color: #ffffff;
	/* filter: drop-shadow(2px 4px 6px black); */
}
.features-item img{
	max-width: 50%;
}
.features-item h2{
	text-align: center;
}
.features-item a{
	text-decoration: none;
}
.features-item:hover.features-item h3{
	color:var(--black);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 1.5s;
}
.tsf-offer-sectio{
	padding-bottom: 60px;
}
.offer-item img{
	max-width: 70%;
}
.offer1 img{
	max-width: 90%;
}
.offer-link-text p{
	color:#fff;
	margin-bottom: 0px;
}
.about-head {
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 19px;
    color: #1466d3 !important;
}
.about-title{
    font-size: 35px;
    color: #1c2539;
}
.gasspi-btn {
    padding: 18px 29px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: 15px;
}
.gasspi-btn a {
   color: #fff;
   text-decoration: none;
}
.gasspi-btn:hover {
background-color: transparent;
border: 1px solid #0d6efd;
}
.gasspi-btn:hover a {
color: #0d6efd;
}
.contact-container{
    padding: 100px;
    background-color: #fff;
    border-radius: 0px 100px 150px 60px;
background: url(../images/huuhuh.png) rgb(255, 255, 255);
background-position: center;
background-repeat: no-repeat;
background-size: auto;
}
.home-contact-col{
    padding-right: 20px;
}
.home-contact-col h2{
    font-size: 40px;
    color: #0A101F;
    margin-top: 10px;
    margin-bottom: 48px;
    font-weight: 700;
    line-height: 54px;
}
#home-contact-form{
    box-shadow: none;
}
.home-contact-section{
    background: url(../images/llhh.png) rgb(11 7 83 / 7%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px;
}
.detail-area a{
    text-decoration:none;
    color: var(--paras);
}
.detail-area a:hover{
    color:#0d6efd;
}
/* ----------home end-------------- */
/* ----------home end-------------- */
/* ----------home end-------------- */

 /* --------start about------------- */

 .tsp-global-section{
    padding: 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
 }
.tsp-about-title h3{
    color: var(--about-h3);
    text-align: center;
}
/* --------about end--------------  */

 /* --------start join us------------- */

 .tsp-join-us-title h3{
    color:var(--about-h3);
 }
 .tsp-join-us-title-inner h3{
    color: var(--join-us-heading);
 }
 .join-us-list ul li{
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #272121;
    background-size: 1.22rem 1.6rem;
 }
 .join-us-list {
    background-color:#3f69cb69;
    padding: 30px;
    border-radius: 0px 44px 120px 70px;
}
/* --------join us end--------------  */
/* --------start jornals------------- */
.sidebar{
    /* border: 1px solid #000; */
    border-radius: 0px 34px 68px 20px;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0,0,0,0.15);
}
.indexing-img img{
    max-width: 70%;
}
.journal-img img{
    width: 100%;
}
.issues-col {
	text-align: center;
	border: 1px solid hsl(0, 0%, 100%);
    padding: 25px;

    border-radius: 0px 20px 70px 30px;
    background-color: #3f69cb33;

}
.issues-col p{
    font-size: 16px;
}
/* --------End jornals------------- */
/* --------Editorials ------------- */
.letters-head h2{
    color: #212529;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
}
.letter-manu ul{
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    background-color: #3f69cb;
}
/* .letter-manu ul a{
    list-style: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    padding: 15px 20px;

} */
.letter-manu ul li a{
    text-decoration: none;
    color: #fff;

}
.letter-manu ul li{
    list-style: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    padding: 15px 20px;

}
.letter-manu ul li:hover{
background-color: #e6edde;

}
.letter-manu ul li:hover a{
    color: #212529;

    }

.tab-link.active{
    background-color: #e6edde;
}
li.tab-link.active a {

    color: #212529;
}
.letter-text h2{
    color: var(--journal-letter-h2);
}
.gaaspi-editorial-content p{
    font-size: 16px;
}
.pdf-down {
    padding: 16px;
    width: 50%;
    text-align: center;
    border: 1px solid #3f69cb;
    text-decoration: none;
}
.pdf-down a{
text-decoration: none;
color: #000;
}
.pdf-down:hover{
background-color: #3f69cb;
}
.pdf-down:hover a{
color: #fff;
}

/* --------Editorials End------------- */
/* ---------archive page------------- */
.archive-card{
    background-color: #d9e1f5;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.473));
    text-align: center;
    border-radius: 0px 40px 100px 30px;
    border: none;
}
.archive-card a{
    font-size: 18px;
    text-decoration: none;
}
.science-letter-list li{
 font-size: 18px;
 color: var(--paras);
}

/* ---------archive page- end------------ */
/* --------contact us form---------- */
#Contact-form{
    max-width: 700px;
    width: 100%;
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.15);
  }
  .content form .user-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 12px 0;
  }
  form .user-details .input-box{
    margin-bottom: 15px;
    width:48%;
  }
  .user-details .input-box input,
  textarea{
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
  }
  .required{
      color: red;;
  }
  /* textarea{
      width: auto;
      height: auto;
  } */
  .user-details .input-box input:focus,
  .user-details .input-box input:valid,
  textarea{
    border-color: #0d6efd;
  }
  textarea{
    min-height: 100px;
    width: 208%;
  }
   form .gender-details .gender-title{
    font-size: 20px;
    font-weight: 500;
   }
   form .button{
     height: 45px;
     margin: 35px 0
   }
   form .button input{
     height: 100%;
     width: 100%;
     border-radius: 5px;
     border: none;
     color: #fff;
     font-size: 18px;
     font-weight: 500;
     letter-spacing: 1px;
     cursor: pointer;
     transition: all 0.3s ease;
     background: linear-gradient(135deg, #9dcbe9, #0d6efd);   }
   form .button input:hover{
    /* transform: scale(0.99); */
    background: linear-gradient(-135deg, #9dcbe9, #0d6efd);
    }
    /* --------contact us form end---------- */
    .contact-col {
        max-width: 60%;
        padding: 20px;
        background-color:#fff;
        box-shadow: 0 0px 10px rgba(0,0,0,0.15);
        min-height: 265px;
    }
    .manuscript-btn {
        display: flex;
        justify-content: end;
    }
    .manuscript-btn button{
        border: none;
        background: transparent;
    }
    .manuscript-btn button a{
        padding: 20px;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        background-color: #3f69cb;
        text-decoration: none;
    }
    .manuscript-btn button a:hover{
        background: transparent;
        color: #212529;
        border: 1px solid #212529;
        transition: 0.4s ease-in-out;
    }
   .lock-figure img{
    max-width: 40%;
   }
   .latest-arti p{
    text-align: left;
   }
   .artical-title{
    color: #000;

   }
   .latest-arti{
    min-height: 100%;
   }
   .days-imgs{
    background-image: url(../images/days.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 80px;

   }
   .days-img-text strong{
    font-size: 30px;
    color: red;
   }
   .days-imgs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   }
   .days{
    margin-top: -10px;
    color: #000;
    font-size: 14px;
   }


/* footer */

.footer-section{
    background-color: #0A101F;
    background-image: url(../images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.tsp-footer{
	padding-top: 80px;
    padding-bottom: 10px;

}
.footer_logo{
    max-width: 210px;
	margin-bottom: 20px;
}
.footer_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px;
}
.footer_list a li:hover{
    color: #0d6efd;
}
.footer-section h4{
    color: #fff
    ;
}
.footer_list li,
.footer_pera,
.footer_call,
.footer_email {
    list-style: none;
    font-size: 16px;
    color:#fff;
    margin: 0px;
}
.footer_links {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.tsp-footer-row a{
	text-decoration: none;
	display: contents;
}
.copright {
    font-size: 18px;
    font-weight: 400;
    line-height: 2.footer-section6px;
    color: #ffffff;
    margin: 20px auto;
}
  hr {
    color: #ffffff5c !important;
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 1;
}
.copright a {
text-decoration: none;
color: #ffffff;
}
.copright a:hover {
    color:#0d6efd
    }

/* scroll bar start */
/* ::-webkit-scrollbar{
    width: 0.7em;
    background: #272121;
}
::-webkit-scrollbar-thumb{ */
    /* background: -webkit-linear-gradient(transparent,#00777f); */
	/* background: #000;
    background: linear-gradient(transparent,#3f69cb); */
	/* background: #3f69cb; */
    /* border-radius: 50px;
} */

.black{
    box-shadow: 0px 7px 18px #1810100d;
}

.marquee {
  width: 100%;
  height: 12rem;
  overflow: hidden;
}

.marquee__inner-wrap {
  height: 100%;
  width: 100%;
}
.marquee__img {
  width: max(5rem, 10vw);
  margin: 0 4vw;
  filter: grayscale(0.6);
}
.marquee__img img{
    width: 100%;
    max-width: fit-content;
}
.inter_archive img{
    width: 100%;
    max-width: 50%;
    margin:inherit;
}

.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 10s linear infinite;
  will-change: transform;
}
@keyframes marquee {
    from { transform: translateX(0%); }
    to { transform: translateX(-50%); }
  }


.submit-manuscript.Contact-form-1 {
    position: relative;
    max-width: 700px;
    width: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: auto;
}

.submit-manuscript .form :where(.input-box input, .select-box) {
    position: relative;
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    color: #707070;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
}
.submit-manuscript .select-box select {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    color: #707070;
    font-size: 1rem;
}
.submit-manuscript .submission-type label {
    color: #707070;
}
.submit-manuscript .form :where(.submission-type input, .submission-type label) {
    cursor: pointer;
}
.submit-manuscript .form :where(.submission-option, .submission-type) {
    display: flex;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
}
.submit-manuscript .address :where(input, .select-box) {
    margin-top: 15px;
}
.submit-manuscript input[type="file"] {
    border: none !important;
    padding: 0px;
}

.manuscript-card {
    padding: 15px;
}

.manuscript-info {
    font-family: 'Microsoft JhengHei', sans-serif;
}

.category-title {
    color: #993300;
    font-size: 14px;
}

.category-name {
    font-weight: bold;
}
.menu_script_link a {
    color: #993300 !important;
    text-decoration: none;
    font-weight: bold;
    margin-right: 7px;
}

.manuscript-title {
    color: #0064C8;
    font-size: 18px;
    margin: 10px 0;
}

.author-list {
    line-height: 1.5;
    color: #5F5F5F;
}



.submit-manuscript #submit {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #9dcbe9, #0d6efd);
    padding: 10px;
}
.submit-manuscript .form .input-box {
    width: 100%;
    margin-top: 20px;
}
.submit-manuscript .input-box label {
    color: #333;
    font-size: 20px;
}

.submit-manuscript .form .gender-box {
    margin-top: 20px;
}
