@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Nunito", sans-serif;
}


.orange {
  color: #ff7a01;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}




@media (min-width: 1200px) and (max-width: 1441px) {
  .container {
    max-width: 1250px;
    padding: 0px 36px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0px 30px;
  }
}

@media (max-width: 479px) {
  .container {
    padding: 0px 30px 0px 20px;
  }
}

.about-me {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-me .about-me-container {
  position: relative;
}

.about-me .about-me-container .about-me-title {
  font-size: 55px;
  color: orangered;
  font-weight: 700;
}

@media (max-width: 500px) {
  .about-me .about-me-container .about-me-title {
    font-size: 30px;
  }
}

.about-me-flex-container {
  margin-top: -25px;
  margin-left: 150px;
  left: 100px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .about-me-flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    gap: 50px;
  }
}

@media (max-width: 500px) {
  .about-me-flex-container {
    margin-top: -10px;
  }
}

.about-me-flex-container .about-me-image {
  position: relative;
  width: 400px;
  height: 400px;
}

@media (max-width: 500px) {
  .about-me-flex-container .about-me-image {
    width: 300px;
    height: 300px;
  }
}

.about-me-flex-container .about-me-image .back-div {
  position: absolute;
  bottom: 0;
  z-index: -3;
  background-color: #013747;
  width: 80%;
  height: 80%;
}

.about-me-flex-container .about-me-image .black-image {
  z-index: -2;
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 100%;
}

.about-me-flex-container .about-me-image .black-image img {
  height: 100%;
}

.about-me-flex-container .about-me-image .main-image {
  width: 70%;
  height: 70%;
  overflow: hidden;
  position: absolute;
  left: 25%;
  top: 5%;
  box-shadow: rgb(0, 0, 0) 0px 7px 50px 0px;
  transition: all 0.2s ease-out;
}

.about-me-flex-container .about-me-image .main-image:hover {
  transform-origin: top center;
  transform: scale(1.5);
  border-radius: 25px;
}

.about-me-flex-container .about-me-image .main-image img {
  transform-origin: center center;
  transform: scale(2);
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.2s ease-out;
}

.about-me-flex-container .about-me-image .main-image img:hover {
  transform: scale(1);
}

.about-me-flex-container .about-me-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  flex: 0 0 40%;
}

@media (max-width: 960px) {
  .about-me-flex-container .about-me-content {
    flex-direction: row-reverse;
  }
}

.about-me-flex-container .about-me-content .logo {
  max-width: 200px;
}

.about-me-flex-container .about-me-content .logo img {
  filter: drop-shadow(0 0 25px rgb(0, 0, 0));
}

@media (max-width: 500px) {
  .about-me-flex-container .about-me-content .logo img {
    transform: rotateZ(90deg);
  }
}

.about-me-flex-container .about-me-content .text {
  color: black;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 500px) {
  .about-me-flex-container .about-me-content .text {
    font-size: 16px;
  }
}

.mail-button {
  display: flex;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 15px;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}

.mail-button a {
  display: flex;
}

.mail-button img {
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.2s ease-out;
}

.mail-button2 {
  background-color: #001925;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 10px solid #001925;
}

.mail-button2 img {
  filter: invert(56%) sepia(42%) saturate(4795%) hue-rotate(360deg) brightness(103%) contrast(105%);
}

.mail-button2:hover {
  background-color: #ff7a01;
  border: 10px solid #ff7a01;
}

.mail-button2:hover img {
  filter: unset;
  transform: scale(1.5);
}

.portfolio-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio-link a {
  text-decoration: none;
  color: white;

  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}






































.responsive-cell-block {
  min-height: 75px;
}


.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.outer-container {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: lavenderblush;
}

.heading-text {
  font-weight: 700;
  font-size: 60px;
  line-height: 35px;
  color: black;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  margin-left: 0px;
  text-align: center;
}

.sub-heading-text {
  max-width: 470px;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
  color: rgb(102, 102, 102);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
  margin: 0 0 70px 0;
}

.inner-container {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.cards-container {
  max-width: 1320px;
}

.name {
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
  color: black;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.position {
  color: orangered;
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.team-member-image {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.social-media-icon {
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  cursor: pointer;
  margin: 0 25px 10px 0;
}

.card-container {
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
  margin: 0 0 30px 0;
}

@media (max-width: 1024px) {
  .socialMediaIcons {
    margin: 0 20px 10px 0;
  }
}

@media (max-width: 768px) {
  .card-container {
    margin: 0 0 60px 0;
    width: 80%;
  }

  .cards-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .inner-container {
    padding: 10px 0 10px 0;
    margin: 50px 0 50px 0;
  }

  .cards-container {
    padding: 10px 0 10px 0;
  }

  .card-container {
    width: 100%;
    padding: 0 15px 0 15px;
  }

  .outer-container {
    padding: 10px 20px 10px 20px;
  }

  .sub-heading-text {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 30px 0;
  }

  .heading-text {
    font-size: 22px;
    line-height: 28px;
  }
}
















@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');



.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}































#main-content {
  height: 100%;
  width: 100%;
  margin: 3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: crimson;
}

#main-content #header-1 {
  font-size: 28px;
  font-weight: 200;
}

#main-content #header-2 {
  font-size: 28px;
  font-weight: 600;
  padding: 15px 0 20px;
}

#main-content #body {
  text-align: center;
  font-size: 14px;
  line-height: 1.4rem;
  color: rgba(76, 78, 97, 0.5);
  width: 30rem;
  padding-bottom: 40px;
}

#main-content #card-body {
  display: flex;
  align-items: center;
}

#main-content #card-body #card-1 {
  border-top: 3px solid #45d3d3;
}

#main-content #card-body #card-1:hover {
  background: linear-gradient(to bottom, rgba(69, 211, 211, 0.5), transparent);
  transform: scale(1.05);
  box-shadow: 0px 15px 15px 16px rgba(0, 0, 0, 0.1);
}

#main-content #card-body #card-2 {
  border-top: 3px solid #ea5353;
}

#main-content #card-body #card-2:hover {
  background: linear-gradient(to bottom, rgba(234, 83, 83, 0.4) 5%, transparent 90%);
  transform: scale(1.05);
  box-shadow: 0px 15px 15px 16px rgba(0, 0, 0, 0.1);
}

#main-content #card-body #card-3 {
  border-top: 3px solid #fcaf4a;
}

#main-content #card-body #card-3:hover {
  background: linear-gradient(to bottom, rgba(252, 175, 74, 0.5), transparent 85%);
  transform: scale(1.05);
  box-shadow: 0px 15px 15px 16px rgba(0, 0, 0, 0.1);
}

#main-content #card-body #card-4 {
  border-top: 3px solid #549ef2;
}

#main-content #card-body #card-4:hover {
  background: linear-gradient(to bottom, rgba(84, 158, 242, 0.5), transparent);
  transform: scale(1.05);
  box-shadow: 0px 15px 15px 16px rgba(0, 0, 0, 0.1);
}

#main-content #card-body .card {
  background: white;
  margin: 1rem 0.8rem;
  padding: 1.8rem;
  width: 14rem;
  border-radius: 4px;
  box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.1);
  transition: 0.5s all;
}

#main-content #card-body .card .card-title {
  font-weight: 600;
  margin-bottom: 15px;
}

#main-content #card-body .card .card-body {
  font-size: 10px;
  line-height: 1.2rem;
  color: black;
}

#main-content #card-body .card #card-cont {
  display: flex;
  justify-content: flex-end;
}

#main-content #card-body .card #card-cont .card-img {
  padding-top: 20px;
  width: 25%;
}

@media only screen and (max-width: 675px) {
  #main-content #card-body {
    display: inline-block;
  }
}

@media only screen and (max-width: 375px) {
  #main-content #header-2 {
    text-align: center;
    width: 22rem;
  }

  #main-content #body {
    width: 18rem;
  }

  #main-content #card-body {
    display: inline;
  }
}















/*features*/


.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}

.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fc5356;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
}

.feature-box-1 .icon i {
  line-height: 70px;
}

.feature-box-1 h5 {
  color: #20247b;
  font-weight: 600;
}

.feature-box-1 p {
  margin: 0;
}

.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: black;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-1:hover {
  top: -5px;
}

.feature-box-1:hover h5 {
  color: #ffffff;
}

.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}

.section {
  padding: 100px 0;
  position: relative;
}

.section-title {
  padding-bottom: 45px;
}

.section-title h2 {
  font-weight: 700;
  color: #20247b;
  font-size: 45px;
  margin: 0 0 15px;
  border-left: 5px solid #fc5356;
  padding-left: 15px;
}





/*about me */



/*sliding*/

#amg-slideshow-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#amg-slideshow-wrap input[type=radio] {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 100;
  visibility: hidden;
}
#amg-slideshow-wrap input[type=radio]#amg-button_1:checked ~ label[for=amg-button_1] {
  background-color: #646464;
}
#amg-slideshow-wrap input[type=radio]#amg-button_2:checked ~ label[for=amg-button_2] {
  background-color: #646464;
}
#amg-slideshow-wrap input[type=radio]#amg-button_3:checked ~ label[for=amg-button_3] {
  background-color: #646464;
}
#amg-slideshow-wrap input[type=radio]#amg-button_4:checked ~ label[for=amg-button_4] {
  background-color: #646464;
}
#amg-slideshow-wrap input[type=radio]#amg-button_1:checked ~ #amg-slideshow > ul {
  left: 0%;
}
#amg-slideshow-wrap input[type=radio]#amg-button_2:checked ~ #amg-slideshow > ul {
  left: -100%;
}
#amg-slideshow-wrap input[type=radio]#amg-button_3:checked ~ #amg-slideshow > ul {
  left: -200%;
}
#amg-slideshow-wrap input[type=radio]#amg-button_4:checked ~ #amg-slideshow > ul {
  left: -300%;
}
#amg-slideshow-wrap input[type=radio]#amg-button_1:checked ~ .amg-arrow#amg-arrow_2 {
  right: 10px;
  display: block;
}
#amg-slideshow-wrap input[type=radio]#amg-button_2:checked ~ .amg-arrow#amg-arrow_3 {
  right: 10px;
  display: block;
}
#amg-slideshow-wrap input[type=radio]#amg-button_3:checked ~ .amg-arrow#amg-arrow_4 {
  right: 10px;
  display: block;
}
#amg-slideshow-wrap input[type=radio]#amg-button_4:checked ~ .amg-arrow#amg-arrow_5 {
  right: 10px;
  display: block;
}
#amg-slideshow-wrap input[type=radio]#amg-button_2:checked ~ .amg-arrow#amg-arrow_1 {
  left: 10px;
  display: block;
  transform: scale(-1);
}
#amg-slideshow-wrap input[type=radio]#amg-button_3:checked ~ .amg-arrow#amg-arrow_2 {
  left: 10px;
  display: block;
  transform: scale(-1);
}
#amg-slideshow-wrap input[type=radio]#amg-button_4:checked ~ .amg-arrow#amg-arrow_3 {
  left: 10px;
  display: block;
  transform: scale(-1);
}
#amg-slideshow-wrap input[type=radio]#amg-button_5:checked ~ .amg-arrow#amg-arrow_4 {
  left: 10px;
  display: block;
  transform: scale(-1);
}
#amg-slideshow-wrap label:not(.amg-arrow) {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 100;
  width: 12px;
  height: 12px;
  background-color: #c8c8c8;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  transition: background-color 0.2s;
}
#amg-slideshow-wrap label:not(.amg-arrow)[for=amg-button_1] {
  margin-left: -36px;
}
#amg-slideshow-wrap label:not(.amg-arrow)[for=amg-button_2] {
  margin-left: -18px;
}
#amg-slideshow-wrap label:not(.amg-arrow)[for=amg-button_3] {
  margin-left: 0px;
}
#amg-slideshow-wrap label:not(.amg-arrow)[for=amg-button_4] {
  margin-left: 18px;
}
#amg-slideshow-wrap label.amg-arrow {
  font-size: 25px;
  color: #fffff0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 40px;
  text-align: right;
  display: none;
  opacity: 0.7;
  cursor: pointer;
  z-index: 1000;
  background-color: transparent;
  transition: opacity 0.2s;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}
#amg-slideshow-wrap label.amg-arrow:hover {
  opacity: 1;
}
#amg-slideshow-wrap label.amg-arrow:active {
  margin-top: -24px;
}
#amg-slideshow {
  width: 100%;
  height: 100%;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
#amg-slideshow > ul {
  list-style: none;
  height: 100%;
  width: 400%;
  overflow: hidden;
  position: relative;
  left: 0px;
  transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
#amg-slideshow > ul > li {
  width: 25%;
  float: left;
  position: relative;
}
#amg-slideshow > ul > li > img {
  margin: auto;
  width: 100%;
}



/* landing page*/


#slidy-container { 
  width: 85%; overflow: hidden; margin: 35px auto;
}









/* contact us*/

.contact-wrap {
	width: 100%;
	height: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.contact-in {
	padding: 40px 30px;
}

.contact-in:nth-child(1) {
	flex: 30%;
	background: url(1.jpg);
	color: #fff;
}

.contact-in:nth-child(2) {
	flex: 45%;
	background: #c31432;
}

.contact-in:nth-child(3) {
	flex: 25%;
	padding: 0;
}

.contact-in h1 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}

.contact-in h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
}

.contact-in h2 i {
	font-size: 16px;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: #f5f5f5;
	color: #000;
	border-radius: 50px;
	line-height: 40px;
	text-align: center;
}

.contact-in p {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
}

.contact-in ul {
	padding: 0;
	margin: 0;
}

.contact-in ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
}

.contact-in ul li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 50px;
}

.contact-in ul li a i {
	font-size: 14px;
	line-height: 30px;
	color: #000;
}

.contact-in form {
	width: 100%;
	height: auto;
}

.contact-in-input {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	outline: none;
	padding-left: 5px;
	background: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.contact-in-input::placeholder {
	color: #fff;
}

.contact-in-textarea {
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	outline: none;
	padding-top: 5px;
	padding-left: 5px;
	background: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.contact-in-textarea::placeholder {
	color: #fff;
}

.contact-in-btn {
	width: 100%;
	height: 40px;
	border: 1px solid #fff;
	outline: none;
	background: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
}

.contact-in iframe {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:480px) {
	.contact-in:nth-child(1) {
		flex: 50%;
	}

	.contact-in:nth-child(2) {
		flex: 50%;
	}

	.contact-in:nth-child(3) {
		flex: 100%;
	}

}

@media only screen and (max-width:360px) {
	.contact-in:nth-child(1) {
		flex: 50%;
	}

	.contact-in:nth-child(2) {
		flex: 50%;
	}

	.contact-in:nth-child(3) {
		flex: 100%;
	}

}

/*nav bar*/ 
.navbar-fixed-top .navbar-collapse {
  max-height: 400px;
}

.cs_announce {
  padding-left: 12px;
}

.bx_shadow {
  box-shadow: 0 0 24px #00000026;
  border-radius: 10px;
}




.mar-tp-5 {
  margin: 5px 0px 10px 0px;
}

#new:hover {
  border: 1px solid rgb(60, 180, 236);
  background-color: #E1F5FF;
  border-radius: 5px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}