You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
636 lines
9.3 KiB
CSS
636 lines
9.3 KiB
CSS
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
line-height: normal;
|
|
border: 1px solid;
|
|
font-family: "Poppins", sans-serif !important;
|
|
|
|
}
|
|
|
|
.navbar {
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
padding: 20px 40px !important;
|
|
}
|
|
|
|
.navLink {
|
|
color: #000033 !important;
|
|
}
|
|
|
|
.btn-primary {
|
|
padding: 8px 16px !important;
|
|
background-color: transparent !important;
|
|
border: 2px solid rgb(97, 97, 97) !important;
|
|
border-radius: 8px !important;
|
|
font-size: 16px !important;
|
|
color: black !important;
|
|
cursor: pointer !important;
|
|
outline: none !important;
|
|
}
|
|
|
|
.navLink::after {
|
|
content: '';
|
|
display: block;
|
|
width: 0;
|
|
height: 3px;
|
|
background: #E28527;
|
|
transition: width .4s ease-in;
|
|
}
|
|
|
|
.navLink:hover {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.navLink:hover::after {
|
|
width: 100%;
|
|
}
|
|
|
|
.row {
|
|
margin-top: 167px !important;
|
|
|
|
}
|
|
|
|
.phone-number {
|
|
margin-top: 8px;
|
|
margin-left: -11px;
|
|
margin-right: 25px;
|
|
}
|
|
|
|
@media only screen and (min-width: 320px) and (max-width: 767px) {
|
|
|
|
/* navbar */
|
|
.main-section {
|
|
padding: 2rem;
|
|
}
|
|
|
|
.navbar {
|
|
padding: 20px !important;
|
|
}
|
|
|
|
.logoImg {
|
|
width: 150px;
|
|
}
|
|
|
|
.contactBtn {
|
|
display: none !important;
|
|
}
|
|
|
|
.navList {
|
|
display: inline;
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
/* Event Heading */
|
|
.eventHeading {
|
|
background-color: #FFF3E4;
|
|
padding: 2rem 0 2rem 0;
|
|
}
|
|
|
|
.eventHeading h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.image-section {
|
|
margin-top: -118px;
|
|
}
|
|
|
|
|
|
.image-section .col-md-6:first-child img {
|
|
width: 549px;
|
|
height: auto;
|
|
max-height: 460px;
|
|
}
|
|
|
|
.image-section .row {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.small-image img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.section-heading {
|
|
font-size: 40px;
|
|
font-weight: bold;
|
|
margin-bottom: -48px;
|
|
margin-top: 34px;
|
|
|
|
}
|
|
|
|
.section-paragraph {
|
|
font-size: 18px;
|
|
margin-top: 74px;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
@media only screen and (min-width: 320px) and (max-width: 767px) {
|
|
|
|
/* Event Heading */
|
|
.eventHeading {
|
|
padding: 1.5rem 0 1.5rem 0;
|
|
}
|
|
|
|
.image-section {
|
|
margin: 10px;
|
|
margin-top: -145px;
|
|
|
|
|
|
}
|
|
|
|
.about-rectangle {
|
|
background-color: #FFF3E4;
|
|
padding: 19px;
|
|
margin: -11px;
|
|
margin-top: -164px;
|
|
|
|
}
|
|
|
|
.section-paragraph {
|
|
font-size: 18px;
|
|
margin-top: 74px;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
.section-heading {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.small-image img {
|
|
margin-top: 26px;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
.logo-section {
|
|
padding: 50px 0;
|
|
}
|
|
|
|
.rectangle {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 62px;
|
|
margin-top: 10px;
|
|
background-color: #223545;
|
|
|
|
}
|
|
|
|
.logo-content {
|
|
width: calc(33.33% - 20px);
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.logo-icon img {
|
|
max-width: 50px;
|
|
height: auto;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.logo-details {
|
|
flex: 1;
|
|
}
|
|
|
|
.logo-heading {
|
|
font-size: 30px;
|
|
color: white;
|
|
}
|
|
|
|
.logo-paragraph {
|
|
font-size: 18px;
|
|
color: white;
|
|
}
|
|
|
|
@media only screen and (min-width: 320px) and (max-width: 767px) {
|
|
.logo-section {
|
|
|
|
margin-top: -720px;
|
|
}
|
|
|
|
.rectangle {
|
|
margin-top: 676px;
|
|
display: inline-block;
|
|
height: 496px;
|
|
|
|
}
|
|
|
|
.logo-content {
|
|
width: calc(33.33% - 20px);
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: -39px;
|
|
}
|
|
|
|
.logo-heading {
|
|
font-size: 18px;
|
|
color: white;
|
|
/* text-align: left; */
|
|
margin-left: -23px;
|
|
text-align: center;
|
|
margin-right: -136px;
|
|
margin-top: 19px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.logo-paragraph {
|
|
font-size: 15px;
|
|
color: white;
|
|
margin-right: -216px;
|
|
}
|
|
|
|
.logo-icon img {
|
|
max-width: 53px;
|
|
height: auto;
|
|
margin-right: 27px;
|
|
margin-top: -36px;
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.new-section {
|
|
margin-top: -116px;
|
|
|
|
}
|
|
|
|
.new-section .row {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.content-details {
|
|
padding: 20px;
|
|
}
|
|
|
|
.small-rectangle-container {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.small-rectangle {
|
|
background-color: #293e53;
|
|
padding: 13px;
|
|
margin-bottom: 37px;
|
|
margin-top: 27px;
|
|
}
|
|
|
|
.rectangle-number {
|
|
font-size: 16px;
|
|
font-size: 18px;
|
|
margin: 0;
|
|
color: white;
|
|
}
|
|
|
|
.content-paragraph {
|
|
font-size: 18px;
|
|
margin-top: 24px;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
.content-heading {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.additional-paragraph {
|
|
font-size: 18px;
|
|
margin-top: -71px;
|
|
margin-left: 66px;
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 320px) and (max-width: 767px) {
|
|
.new-section {
|
|
margin: 10px;
|
|
margin-top: -189px;
|
|
|
|
|
|
}
|
|
|
|
.content-details {
|
|
padding: 20px;
|
|
}
|
|
|
|
.small-rectangle-container {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.small-rectangle {
|
|
margin-bottom: 37px;
|
|
margin-top: -1px;
|
|
margin-left: -21px;
|
|
}
|
|
|
|
.rectangle-number {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.content-heading {
|
|
font-size: 18px;
|
|
margin-left: -22px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.content-paragraph {
|
|
font-size: 15px;
|
|
margin-top: 10px;
|
|
letter-spacing: 1px;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.additional-paragraph {
|
|
font-size: 18px;
|
|
margin-top: -83px;
|
|
margin-left: 36px;
|
|
/* margin-bottom: -45px; */
|
|
|
|
}
|
|
}
|
|
|
|
.container4 {
|
|
padding: 250px;
|
|
margin-top: -382px;
|
|
}
|
|
|
|
.meet-team {
|
|
padding: 50px 0;
|
|
}
|
|
|
|
.section-heading1 {
|
|
margin-left: -171px;
|
|
font-size: 40px;
|
|
font-weight: bold;
|
|
margin-top: 114px;
|
|
}
|
|
|
|
|
|
.meet-image {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.meet-member {
|
|
margin-right: 251px;
|
|
margin-left: -176px;
|
|
margin-top: 24px;
|
|
}
|
|
.meet-member2 {
|
|
margin-left: -177px;
|
|
margin-top: 24px;
|
|
}
|
|
|
|
.meet-member3 {
|
|
margin-left: 81px;
|
|
margin-top: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.meet-team-members {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.meet-paragraph {
|
|
font-size: 18px;
|
|
margin-top: 93px;
|
|
}
|
|
|
|
.small-paragraph {
|
|
font-size: 16px;
|
|
margin-top: -143px;
|
|
font-weight: bold;
|
|
color: #DF780F;
|
|
}
|
|
|
|
.work {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.nav-arrows {
|
|
display: none;
|
|
}
|
|
|
|
@media only screen and (min-width: 320px) and (max-width: 767px) {
|
|
.container4 {
|
|
margin-top: -650px;
|
|
|
|
}
|
|
|
|
.section-heading1 {
|
|
margin-left: -229px;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin-top: 344px;
|
|
margin-bottom: -52px;
|
|
|
|
}
|
|
|
|
|
|
.meet-team-members {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.meet-member {
|
|
margin-right: -163px;
|
|
margin-left: -172px;
|
|
margin-top: 28px;
|
|
|
|
}
|
|
|
|
.meet-image {
|
|
height: auto;
|
|
width: 342px;
|
|
margin-right: 417px;
|
|
margin-left: -55px;
|
|
|
|
}
|
|
|
|
.meet-member2 {
|
|
display: none;
|
|
}
|
|
|
|
.meet-member3 {
|
|
display: none;
|
|
}
|
|
|
|
.meet-paragraph {
|
|
font-size: 14px;
|
|
margin-top: 72px;
|
|
margin-left: -58px;
|
|
margin-bottom: -28px;
|
|
margin-right: 430px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.small-paragraph {
|
|
font-size: 15px;
|
|
margin-top: -91px;
|
|
margin-left: -58px;
|
|
font-weight: bold;
|
|
color: #DF780F;
|
|
}
|
|
|
|
.work {
|
|
margin-left: -60px;
|
|
font-size: 14px;
|
|
margin-top: -13px;
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.nav-arrows {
|
|
|
|
margin-right: -52px;
|
|
display: flex;
|
|
height: 40px;
|
|
width: 4opx;
|
|
/* margin-right: -180px; */
|
|
margin-left: 39px;
|
|
margin-bottom: -53px;
|
|
margin-top: 27px;
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footerSection {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: baseline;
|
|
background-color: #223545;
|
|
color: #fff;
|
|
padding: 2rem;
|
|
margin-top: -172px;
|
|
}
|
|
|
|
.footerLogoSection {
|
|
display: flex;
|
|
flex-direction: column;
|
|
column-gap: 1rem;
|
|
}
|
|
|
|
.footerLogoImg {
|
|
width: 235px;
|
|
height: 100%;
|
|
}
|
|
|
|
.socialSection {
|
|
list-style: none;
|
|
display: flex;
|
|
column-gap: 1rem;
|
|
padding: 0;
|
|
margin: 2rem 0;
|
|
}
|
|
|
|
.socialSection .socialIcons {
|
|
padding: 6px;
|
|
display: flex;
|
|
color: #FFF;
|
|
}
|
|
|
|
.socialSection .socialIcons:hover {
|
|
background: #fff;
|
|
border-radius: 50%;
|
|
color: #000;
|
|
}
|
|
|
|
.footerLogoSection p {
|
|
color: #D1D1D1;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.courseSection h3,
|
|
.quickLinkSection h3 {
|
|
margin-top: 0;
|
|
font-size: 22px;
|
|
}
|
|
|
|
.courseSection ul,
|
|
.quickLinkSection ul {
|
|
padding: 0;
|
|
list-style: none;
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 1rem;
|
|
}
|
|
|
|
.courseSection ul a,
|
|
.quickLinkSection ul a {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
.mobileFooterSection{
|
|
display: none;
|
|
}
|
|
|
|
/* Footer */
|
|
@media only screen and (min-width: 320px) and (max-width: 767px) {
|
|
.mobileFooterSection {
|
|
padding-inline: 2rem;
|
|
margin-top: -207px;
|
|
}
|
|
|
|
.footerSection {
|
|
display: none;
|
|
}
|
|
|
|
.mobileFooterSection {
|
|
display: block;
|
|
background-color: #223545;
|
|
color: #fff;
|
|
padding-block: 1.5rem;
|
|
}
|
|
|
|
.mobileFooterSection .footerLogoSection {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.linksSection {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.courseSection ul a,
|
|
.quickLinkSection ul a {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.courseSection h3,
|
|
.quickLinkSection h3 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.socialSection {
|
|
margin: 1rem 0;
|
|
}
|
|
|
|
.footerContent p {
|
|
font-size: 14px;
|
|
}
|
|
|
|
} |