@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
font-family: "ITC Symbol Std";
src:
url("../fonts/ITCSymbolStd-Black.woff2") format("woff2"),
url("../fonts/ITCSymbolStd-Black.woff") format("woff");
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "ITC Symbol Std Book";
src:
url("../fonts/ITCSymbolStd-Bold.woff2") format("woff2"),
url("../fonts/ITCSymbolStd-Bold.woff") format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "ITC Symbol Std";
src:
url("../fonts/ITCSymbolStd-Medium.woff2") format("woff2"),
url("../fonts/ITCSymbolStd-Medium.woff") format("woff");
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "ITC Symbol Std Book";
src:
url("../fonts/ITCSymbolStd-Book.woff2") format("woff2"),
url("../fonts/ITCSymbolStd-Book.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
:root {
--red: #e1000d;
--black: #000000;
--yellow: #f39110;
--base: #e95911;
--white: #ffffff;
}
body {
font-family: "Lato", sans-serif;
font-weight: 400;
overflow-x: hidden;
}
h2 {
color: #000000;
font-size: 42px;
line-height: 1.1;
padding-bottom: 20px;
}
img {
max-width: 100%;
}
p,
li {
font-size: 15px;
color: #212529;
line-height: 1.5;
margin-bottom: 5px;
}
p {
margin-bottom: 10px;
}
a {
text-decoration: none;
  color:#e95911;
}
h2 {
font-family: "ITC Symbol Std Book";
font-weight: 900;
font-size: 30px;
/* color: var(--black); */
line-height: 1.1;
margin-bottom: 15px;
}
h3 {
font-family: "ITC Symbol Std Book";
font-weight: 900;
font-size: 22px;
line-height: 1.1;
margin-bottom: 15px;
color: var(--black);
letter-spacing: -1px;
}
h4 {
font-family: "ITC Symbol Std Book";
font-weight: 900;
font-size: 25px;
line-height: 1.1;
margin-bottom: 15px;
color: var(--black);
}
a{
  text-decoration:none;
}
header {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 2;
padding-bottom: 15px;
background-color: transparent;
transition: all 0.3s ease-in-out;
}
header.scrl {
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header .serch {
position: relative;
}
header .serch input {
width: 90%;
padding: 5px 15px;
margin: auto;
display: block;
border-radius: 5px;
height: 50px;
border: 1px solid rgba(0, 0, 0, 0.2);
}
header .serch .serbtn {
position: absolute;
background-color: transparent;
border: 0;
right: 9%;
top: 10px;
}
.news {
color: var(--red);
text-decoration: none;
border: 1px solid var(--red);
width: 200px;
font-size: 14px;
background-color: #fff;
}
.sidebar {
height: 100vh;
width: 30vw;
position: fixed;
transition: 1s ease;
right: -40px;
transform: translateX(100%);
top: 0;
background-color: var(--red);
}
.hide {
transform: translateX(0);
right: 0;
}
.sidebar.hide::before {
content: "";
position: fixed;
width: 110vw;
height: 100vh;
transform: translateX(-110vw);
background-color: rgb(0 0 0 / 60%);
left: 0;
}
.hamb,
.close {
cursor: pointer;
}
.close {
position: absolute;
right: 10px;
top: 10px;
}
.mi-menu ul {
padding: 0 2rem;
}
.mi-menu ul li {
padding: 7px 0;
border-bottom: 1px solid #ccc;
font-size: 16px;
list-style: none;
}
.mi-menu ul li a {
color: #fff;
text-decoration: none;
}
.mi-menu.active {
transform: translateX(0%);
}
.fix-top nav {
padding-bottom: 1rem !important;
}
.header-fixed {
position: relative;
}
.mi-sub-menu,
.mi-sub-sub-menu {
display: none;
}
.mi-sub-menu li:last-child,
.mi-sub-sub-menu li:last-child {
border-bottom: unset;
}
.mi-has-child,
.mi-has-grand-child {
position: relative;
}
.mob-drop-down {
position: absolute;
right: 0;
top: 8px;
background-color: #212529;
width: 22px;
height: 22px;
cursor: pointer;
}
.mob-drop-down::before,
.mob-drop-down::after {
content: "";
position: absolute;
width: 12px;
height: 2px;
background: #fff;
border-radius: 10px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotate(90deg);
transition: all 0.3s ease-in-out;
}
.mob-drop-down::after,
.mob-drop-down.acti::before {
transform: translate(-50%, -50%) rotate(180deg);
}
.ope-ul {
margin-top: 7px;
border-top: 1px solid #ccc;
}
.mi-has-child.ope-li,
.mi-has-grand-child.ope-li {
padding-bottom: 0;
}
.nav-ul {
max-width: 1200px;
margin: 0 auto;
}
.anno {
position: relative;
background: #000;
color: #fff;
padding: 12px 20px 12px 50px;
/* extra left space */
font-size: 14px;
line-height: 1.4;
clip-path: polygon(0px 0, 100% 0, 100% 100%, 40px 100%);
}
.ev-cta {
background: linear-gradient(90deg, #e1000d 0%, #ea5912 100%);
color: #fff;
text-decoration: none;
width: 190px;
margin-left: auto;
height: 48px;
}
.bnne-cont {
position: absolute;
bottom: 0;
z-index: 1;
width: 100%;
background: rgba(0, 0, 0, 0.6);
}
.bnne-cont a {
transition: all 0.3s ease-in-out;
display: block;
width: 19%;
}
.bnne-cont a img {
width: 100%;
}
.bnne-cont a:hover {
transform: translateY(-8px);
}
.o_Swiper {
padding-bottom: 50px;
}
.o_Swiper .swiper-pagination {
bottom: 0px;
top: unset;
}
.o_Swiper .swiper-pagination-bullet {
background-color: #a2a2a2;
width: 10px;
height: 10px;
opacity: 1;
}
.o_Swiper .swiper-pagination-bullet-active {
background-color: #870000;
}
.overv h3 {
font-size: 22px;
color: #870000;
}
.sec-title h2 {
position: relative;
padding-left: 20px;
}
.sec-title h2::before {
content: "";
position: absolute;
width: 80px;
height: 80px;
z-index: -1;
border-radius: 50%;
left: -15px;
top: -30px;
}
.FFE8E8 h2::before {
background-color: #ffe8e8;
}
.FFE4FC h2::before {
background-color: #ffe4fc;
}
/* @media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1280px;
}
} */
.at-a-glance .bg {
background-color: var(--white);
padding: 30px 12px;
transition: all 0.3s ease-in-out;
border: 1px solid rgba(234, 89, 18, 1);
border-radius: 1rem;
min-height: 200px;
height: 100%;
}
.at-a-glance .bg:hover {
background: linear-gradient(120deg, rgba(225, 0, 10, 1) 0%, rgba(233, 89, 17, 1) 35%, rgba(243, 145, 16, 1) 63%);
box-shadow: 0px 10px 10px 0px #00000012;
transition: all 0.3s ease-in-out;
}
.at-a-glance .bg .count {
color: var(--red);
font-size: 40px;
line-height: 1;
text-wrap: auto;
}
.at-a-glance .bg b,
.at-a-glance .bg strong {
color: #000;
font-size: 18px;
}
.at-a-glance .bg:hover .count,
.at-a-glance .bg:hover .title,
.at-a-glance .bg:hover b,
.at-a-glance .bg:hover strong {
color: #fff;
}
.at-a-glance .bg .title {
font-size: 13px;
min-height: 50px;
padding-top: 15px;
position: relative;
}
.at-a-glance .bg p {
font-size: 13px;
color: var(--black);
}
.s_Swiper {
padding-bottom: 100px;
}
.s_Swiper .swiper-button-next,
.s_Swiper .swiper-button-prev {
top: 83%;
color: var(--red);
padding: 10px;
border-radius: 50%;
border: 1px solid var(--red);
}
.s_Swiper .swiper-button-prev {
left: 91%;
}
.accy {
cursor: pointer;
bottom: 250px;
position: absolute;
z-index: 1;
}
.anno a {
display: inline-block;
padding: 0 10px;
color: #fff;
text-decoration: none;
}
.serv {
background-color: #f2f7ff;
}
.o_Swiper img {
border-radius: 25px;
}
.C3E8F1 h2::before {
background-color: #c3e8f1;
z-index: 0;
}
.sec-title h2 span {
position: relative;
z-index: 1;
}
.ser-box {
background-color: #fff;
padding: 20px;
border-radius: 10px;
min-height: 225px;
transition: all 0.3s ease-in-out;
}
.ser-box:hover {
transform: translateY(-8px);
}
.ser-box h3 {
font-size: 22px;
color: #000000;
margin: 10px 0px 5px 0;
line-height: 1.4;
}
.ser-box p {
margin-bottom: 3px;
}
.DDF6FD h2::before {
background-color: #ddf6fd;
}
.about-news .line {
position: relative;
}
.about-news .line::before {
content: "";
position: absolute;
width: 2px;
height: 120%;
right: -30px;
top: -30px;
background-image: url(../images/Line.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.vol-box {
color: #000;
border-color: #000 !important;
transition: all 0.3s ease-in-out;
margin-bottom: 10px;
}
.vol-box:hover {
border-color: #ea5912 !important;
}
.vol-box p {
font-size: 18px;
color: #000;
margin-bottom: 0;
}
.FFE4FC h2::before {
background-color: #ffe4fc;
}
.FFF3C3 h2::before {
background-color: #fff3c3;
}
.e-box {
background: linear-gradient(180deg, #f2f2f2 0%, #fff9f9 100%);
display: block;
height: 100%;
border-bottom: 4px solid #ea5912;
}
.e-box .type {
width: 85%;
background: linear-gradient(90deg, #e1000d 0%, #ea5912 100%);
padding: 10px 20px 10px 20px;
margin-left: auto;
color: #fff;
  text-align:right;
border-bottom-left-radius: 60px;
  font-size:12px;
}
.e-box p {
color: #000;
font-size: 16px;
font-weight: 600;
margin-top: 6px;
word-break: break-all;
}
.e-box-inner {
min-height: 125px;
}
.e-box-inner img {
height: 60px;
  margin-bottom:10px;
}
.e-book-box {
border-radius: 30px;
border: 1px solid #00000080;
text-align: center;
padding: 30px;
min-height: 250px;
transition: all 0.5s ease-in-out;
}
.e-book-box:hover {
scale: 1.03;
}
.e-book-box p {
margin-top: 12px;
min-height: 65px;
color: #000;
font-size: 16px;
font-weight: 600;
}
.e-book-box img {
max-width: 85%;
}
.e-book-box.box-1 {
background: linear-gradient(180deg, #ffffff 0%, rgba(234, 89, 18, 0.4) 100%);
}
.e-book-box.box-2 {
background: linear-gradient(180deg, #ffffff 0%, rgba(18, 68, 234, 0.4) 100%);
}
.e-book-box.box-3 {
background: linear-gradient(180deg, #ffffff 0%, rgba(182, 221, 245, 0.4) 100%);
}
.e-book-box.box-4 {
background: linear-gradient(180deg, #ffffff 0%, rgba(0, 181, 70, 0.4) 100%);
}
footer {
background-image: url(../images/footer-bg.png);
background-size: cover;
background-position: center center;
}
footer p,
footer a,
footer li {
color: #fff;
transition: all 0.3s ease-in-out;
}
footer li {
margin-bottom: 15px;
}
footer a:hover {
color: var(--yellow);
}
.bor-r {
border-right: 1px solid #9f9f9f;
}
.bor-b {
border-bottom: 1px solid #9f9f9f;
}
.f-line {
background: linear-gradient(270deg, rgba(225, 0, 13, 0) 0%, #ea5912 49.52%, #e1000d 100%);
width: 125px;
height: 2px;
}
footer h3 {
color: #fff;
font-size: 20px;
}
.pwte {
padding-right: 13px !important;
}
.fo-gigw a {
border: 1px solid #fff;
padding: 15px 20px;
width: 127px;
text-align: center;
transition: all 0.3s ease-in-out;
}
.fo-gigw a:hover {
background-color: #fff;
color: #212529;
}
#bt {
display: inline-block;
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 30px;
right: 30px;
transition:
background-color 0.3s,
opacity 0.5s,
visibility 0.5s;
opacity: 0;
visibility: hidden;
z-index: 1;
cursor: pointer;
}
#bt.show {
opacity: 1;
visibility: visible;
}
#bt img {
background-color: var(--yellow);
border-radius: 50%;
}
.social a {
transition: all 0.3s ease-in-out;
}
.social a:hover {
scale: 1.1;
}
/* Acceisibility */
.acc-wrapper {
position: fixed;
left: 0;
bottom: 50%;
box-sizing: border-box;
text-align: right;
z-index: 99;
left: 0;
display: flex;
transform: translateY(50%);
}
.acc-wrapper .access-icon {
text-align: right;
color: var(--yellow);
transition: all 0.5s ease-in-out;
cursor: pointer;
padding: 0;
border: unset;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
width: 115px;
}
.acc-wrapper .acc-modal {
transition: all 0.5s ease-in-out;
background-color: var(--white);
border-radius: 20px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
margin-bottom: 5px;
padding: 10px;
width: 350px;
height: 200px;
margin-left: -350px;
border: 1px solid #dfdfdf;
}
.acc-wrapper .acc-modal.activ {
margin-left: 0px;
}
.acc-wrapper .acc-title {
background-color: var(--base);
border-radius: 15px 15px 0 0;
padding: 10px;
}
.acc-wrapper .acc-title h2 {
font-size: 18px;
color: var(--white);
margin-bottom: 0;
padding-bottom: 5px;
}
.acc-wrapper .acc-modal button {
background-color: var(--base);
color: var(--white);
border: 0;
border-radius: 5px;
font-size: 15px;
}
.acc-wrapper .cross {
border-radius: 20px;
}
.accyy {
color: var(--base);
}
.accyy .right {
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 25px;
}
.accyy .right a {
color: var(--base);
}
.accyy .right span {
font-size: 15px;
}
.accyy .right .right-first {
padding-right: 20px;
}
.accyy .right .right-second,
.right-third,
.right-forth,
.right-fifth {
padding: 0 10px;
display: flex;
align-items: center;
}
.accyy .right .right-second button {
width: 13px;
height: 13px;
border: 1px solid #000;
margin-left: 5px;
border-radius: 50%;
}
.accyy .right .right-second button:first-of-type {
background-color: #fff;
}
.accyy .right .right-second button:last-of-type {
background-color: #000;
border: 1px solid #000;
}
.accyy .right .right-forth button {
background-color: transparent;
color: #000;
font-size: 14px;
font-weight: bold;
border: none;
border-radius: 100%;
}
.accyy .right .right-forth button:first-child {
padding: 3px 8px;
}
.accyy .right .right-forth button:nth-child(2) {
padding: 3px 4px;
}
.accyy .right .right-forth button:last-child {
padding: 3px 5px;
}
.accyy .right .right-forth button.active {
background-color: var(--base);
border: 2px solid #000;
}
.accyy .right .right-fifth button {
color: var(--base);
background-color: transparent;
font-size: 14px;
border: none;
padding: 2px 8px;
color: #000;
border-radius: 7px;
border: 1px solid #000;
margin-right: 5px;
}
.accyy .right .right-fifth button.active {
background-color: var(--base);
border: 1px solid #000;
color: #fff;
padding: 2px 10px;
}
.acc-wrapper {
text-align: left;
}
.innerbanner-pattern {
overflow: hidden;
height: 450px;
position: relative;
}
.innerbanner-pattern img {
width: 100%;
height: 100%;
object-fit: cover;
}
.innerbanner-pattern::before {
content: "";
display: block;
position: absolute;
top: auto;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(180deg, rgba(4, 42, 45, 0) 25.37%, rgb(0 0 0) 104.18%),
linear-gradient(180deg, rgba(4, 42, 45, 0) 10.75%, rgb(171 171 171) 100%);
width: 100%;
height: 35%;
z-index: 1;
}
.breadcrumb-upper {
position: absolute;
bottom: 0;
right: 3%;
color: var(--white);
z-index: 1;
width: 100%;
text-align: right;
}
.breadcrumb-upper h2 {
color: var(--white);
font-size: 40px;
}
.breadcrumb-stripe ul {
display: flex;
align-items: center;
margin: 0;
gap: 10px;
margin-left: 0;
padding-left: 0;
}
.breadcrumb-stripe ul li {
list-style: none;
padding-right: 10px;
position: relative;
margin-bottom: 0;
}
.breadcrumb-stripe ul li::before {
content: "/";
position: absolute;
right: 0px;
}
.breadcrumb-stripe ul li a {
color: var(--black);
}
.breadcrumb-stripe ul li:last-child:before {
content: none;
}
.team-card {
text-align: center;
transition: all 0.4s ease;
border-radius: 8px;
overflow: hidden;
}
.team-card img {
border-radius: 8px;
width: 100%;
transition: transform 0.4s ease;
object-fit: cover;
height: 250px;
}
.team-info {
background: #fff;
padding: 20px;
margin-top: -40px;
position: relative;
display: inline-block;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
margin-bottom: 25px;
}
.team-info h5 {
color: #e73f10;
font-weight: 600;
margin-bottom: 5px;
}
.team-info p {
margin-bottom: 0px;
font-size: 14px;
}
/* Hover Effects */
.team-card:hover img {
transform: scale(1.08);
}
.team-card:hover {
transform: translateY(-10px);
}
.team-card:hover .team-info {
background: #e73f10;
color: #ffffff;
}
.team-card:hover .team-info p {
background: #e73f10;
color: #ffffff;
}
.team-card:hover .team-info h5 {
color: #ffffff;
}
.faculty-card {
border-radius: 10px;
color: #fff;
padding: 20px;
display: flex;
align-items: center;
gap: 20px;
position: relative;
margin-bottom: 25px;
background: linear-gradient(120deg, rgba(225, 0, 10, 1) 0%, rgba(233, 89, 17, 1) 35%, rgba(243, 145, 16, 1) 63%);
}
.faculty-card img {
width: 230px;
border-radius: 8px;
height: 280px;
object-fit: cover;
}
.faculty-info {
background: transparent !important;
margin: 0 !important;
padding: 0 !important;
}
.faculty-info h5 {
font-weight: 700;
font-size: 18px;
margin-bottom: 6px;
}
.faculty-info div {
font-size: 14px !important;
margin-bottom: 8px;
line-height: normal;
overflow: hidden;
}
.faculty-info .border-right {
border-left: 5px solid #ffffff;
padding-left: 15px;
}
.faculty-info small {
font-size: 20px;
display: block;
margin-top: 25px;
}
.choose_thumb_shpae {
position: absolute;
top: 10%;
right: 12%;
}
.choose_thumb_shpae2 {
position: absolute;
bottom: -6%;
left: 7%;
}
.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@keyframes float-bob {
0% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
50% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
100% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
}
@keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px);
}
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px);
}
}
.profile-box {
padding: 15px;
height: 100%;
position: relative;
background: #fbfbfb;
border-radius: 5px;
}
.profile-box > .d-flex >div{
width:50%;
}
.profile-box img {
width: 100px;
border-radius: 4px;
height: 100px;
object-fit: cover;
object-position: top;
}
.profile-box .social-box{
background: #fb8b18;
text-align: center;
font-size: 13px;
padding: 3px 0;
margin: 10px 0 5px;
border-radius:7px;
color: #fff;
font-weight: bold;
}
.profile-box h4 {
margin-top: 15px;
margin-bottom: 8px;
color: #e73910;
font-size: 18px;
word-wrap: normal;
}
.profile-box:hover{
background:linear-gradient(120deg, rgba(225, 0, 10, 1) 0%, rgba(233, 89, 17, 1) 35%, rgba(243, 145, 16, 1) 63%);
}
.profile-box:hover .social-box{
background: #000;
}
.profile-box:hover h4,
.profile-box:hover p,
.profile-box:hover small{
color: #ffffff;
}
.contact-card {
border-radius: 7px;
overflow: hidden;
}
.contact-header {
background: linear-gradient(120deg, rgba(225, 0, 10, 1) 0%, rgba(233, 89, 17, 1) 35%, rgba(243, 145, 16, 1) 63%);
color: #ffffff;
}
.contact-card .card-body p{
margin-bottom:1px;
}
.contact-header h2{
margin-bottom: 0px;
color: #ffffff;
padding-bottom: 0px;
}
.icon-box {
width: 45px;
height: 45px;
background-color: #f39110;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #0d6efd;
font-size: 1.2rem;
}
.publication-holder img{
  height:450px;
  object-fit:cover;
  z-index: -1;
}
 .pub-row {
            margin-bottom: 1.25rem;
        }
        .pub-label {
            font-weight: 600;
            color: #495057;
        }
        .pub-value {
            color: #212529;
        }
        .publisher-block {
            border-left: 4px solid #e84411;
            padding-left: 1rem;
            margin-top: 2rem;
        }
.floating-info{
  width: 80%;
  margin:-10% auto 55px;
  z-index: 1;
  position: sticky;
}
.deafault-table thead th,
.deafault-table th{
    background: var(--base);
    color: var(--white);
    text-transform:capitalize !important;
}
.gridboximage {
    display: grid; /* Enables CSS Grid layout */
    /* Defines 5 columns of equal width */
    grid-template-columns: repeat(5, 1fr); 
    gap: 20px; /* Adds space between the grid items */
}

.gridboximage img {
    /* Ensures images fill their grid cells while maintaining aspect ratio */
    width: 100%; 
    /* height: 200px; */
    object-fit: cover;
    object-position: top;
    padding: 8px;
    border: 1px solid var(--base);
    border-radius: 7px;
}
.theme-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 7px 30px;
    
    display: inline-block;
    background: linear-gradient(120deg, rgba(225, 0, 10, 1) 0%, rgba(233, 89, 17, 1) 35%, rgba(243, 145, 16, 1) 63%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
}
.text-justify{
  text-align:justify !important;
}
