* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header img {
  width: 170px;
  transition: 0.5s;
}

header img:hover {
  transition: 0.5s;
  transform: scale(1.08);
}

.toggle {
  position: relative;
  width: 60px;
  height: 60px;
  background: url(/images/menu.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  cursor: pointer;
}

.toggle.active {
  background: url(/images/close.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  cursor: pointer;
}

.showcase {
  position: relative;
  right: 0;
  width: 100%;
  height: 72vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(rgba(4, 9, 30, 0.55), rgba(4, 9, 30, 0.4)), url(/images/ss1.avif);
  background-color: #fff;
  border-bottom: 1px solid #f74843;
  background-position: center;
  background-size: cover;
  text-align: center;
  transition: 0.5s;
  z-index: 2;
}

.showcase.active {
  right: 260px;
}

.showcase .fa {
  font-size: 15px;
  color: #f74843;
}

.text {
  position: relative;
  z-index: 10;
}

.text h2 {
  padding-top: 40vh;
  font-size: 3em;
  font-weight: 800;
  color: #f74843;
  line-height: 1em;
}

/*Loading wheel for image in showcaseA*/
.showcaseA .loader {
  display: none;
  /* Hidden by default */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #f74843;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.showcaseA {
  position: relative;
  right: 0;
  width: 100%;
  height: 72vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(rgba(4, 9, 30, 0.55), rgba(4, 9, 30, 0.4)), url(/images/ss2.avif);
  background-color: #fff;
  border-bottom: 1px solid #f74843;
  background-position: center;
  background-size: cover;
  text-align: center;
  transition: 0.5s;
  z-index: 2;
}

.showcaseA.active {
  right: 260px;
}

.showcaseA .fa {
  font-size: 15px;
  color: #f74843;
}

.showcaseP {
  position: relative;
  right: 0;
  width: 100%;
  height: 72vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(rgba(4, 9, 30, 0.55), rgba(4, 9, 30, 0.4)), url(/images/pp.avif);
  background-color: #fff;
  border-bottom: 1px solid #f74843;
  background-position: center;
  background-size: cover;
  text-align: center;
  transition: 0.5s;
  z-index: 2;
}

.showcaseP.active {
  right: 260px;
}

.showcaseP .fa {
  font-size: 15px;
  color: #f74843;
}

.showcaseS {
  position: relative;
  right: 0;
  width: 100%;
  height: 72vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(rgba(4, 9, 30, 0.55), rgba(4, 9, 30, 0.4)), url(/images/kb.avif);
  background-color: #fff;
  border-bottom: 2px solid #f74843;
  background-position: center;
  background-size: cover;
  text-align: center;
  transition: 0.5s;
  z-index: 2;
}

.showcaseS.active {
  right: 260px;
}

.showcaseS .fa {
  font-size: 15px;
  color: #f74843;
}

/*
.showcasePF
{
  position: relative;
  right: 0;
  width: 100%;
  height: 72vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(rgba(4, 9, 30, 0.55),rgba(4, 9, 30, 0.4)),url(https://i.ibb.co/SJYtHBt/london-13.jpg);
  background-color: #fff;
  border-bottom: 2px solid #f74843;
  background-position: center;
  background-size: cover;
  text-align: center;
  transition: 0.5s;
  z-index: 2;
}
.showcasePF.active
{
  right: 260px;
}
.showcasePF .fa{
  font-size: 15px;
  color: #f74843;
}*/

.showcaseAM {
  position: relative;
  right: 0;
  width: 100%;
  height: 72vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(rgba(4, 9, 30, 0.55), rgba(4, 9, 30, 0.4)), url(https://i.ibb.co/5j5NQn2/test.jpg);
  background-color: #fff;
  background-position: center;
  background-size: cover;
  text-align: center;
  transition: 0.5s;
  z-index: 2;
  border-bottom: 1px solid #f74843;
}

.showcaseAM.active {
  right: 260px;
}

.showcaseAM .fa {
  font-size: 15px;
  color: #f74843;
}

.redline {
  height: 1px;
  width: 100%;
  background: #f74843;
}

.menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 72vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 30, 0, 0.8);
}

.menu ul {
  position: relative;
  top: 3vh;
}

.menu ul li {
  list-style: none;
}

.menu ul li .M

/*Categories*/
  {
  display: inline-block;
  text-decoration: none;
  font-size: 22px;
  color: #fff;
  line-height: 35px;
  transition: transform 0.2s ease;
}

.menu ul li .M.bounce:hover {
  /*Categories*/
  transform: translateX(-12px);
  transition: 0.2s;
}

.menu .language

/*language class */
  {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  transition: transform 0.2s ease;
}

.menu .language.bounce:hover

/*language class */
  {
  transform: translateX(-12px);
  transition: 0.2s;
}

.socialmenu {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  padding-bottom: 25px;
  padding-top: 50%;
}

.socialmenu a {
  font-size: 24px;
  width: 48px;
  height: 48px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #fff;
  margin: 0 8px;
  color: #fff;
  transition: 0.2s;
}

.socialmenu a:hover {
  opacity: 0.9;
  color: #fff;
  box-shadow: 0 0 5px #fff;
  text-shadow: 0 0 5px #fff;
  transition: 0.2s;
  transform: translateY(-5px);
}

@media(max-width: 767px) {
  body header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 50px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  body header img {
    width: 130px;
  }

  body .menu ul li a {
    font-size: 24px;
    line-height: 34px;
    padding: 3px;
  }

  body .socialmenu a {
    width: 42px;
    height: 42px;
    padding-top: 5px;
  }

  body .text h2 {
    padding-top: 40vh;
    font-size: 2.5em;
    font-weight: 800;
    color: #f74843;
    line-height: 1em;
  }

  body .contactcontent {
    width: 100%;
    background: rgba(38, 38, 38, 255);
    padding-right: 0;
  }

  body .cont {
    width: 68%;
    padding-top: 25%;
    margin-top: 0;
    position: relative;
    background: rgba(38, 38, 38, 255);
  }

  body .rowC {
    flex-direction: column;
  }

  body .double {
    position: relative;
    flex-basis: 22%;
    font-size: 1em;
    border-radius: 5px;
    margin-bottom: 5%;
    margin-top: 5%;
    margin-left: -28%;
    text-align: center;
    display: inline-block;
    border: 2px solid #f74843;
    box-shadow: 0 0 20px 0px rgba(247, 72, 67, 0.6);
    padding: 20px 12px;
    transition: 0.5s;
  }

  body .double a {
    font-size: 1.1em;
  }

  body .cont img {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    width: 80%;
    border-radius: 10px;
    align-items: center;
    position: relative;
  }

  body iframe {
    position: relative;
    border-radius: 10px;
    border: 2px solid #f74843;
    box-shadow: 0 0 20px 0px rgba(247, 72, 67, 0.6);
    margin-left: -12%;
    display: inline;
    margin-top: 15vh;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    opacity: 0.8;
    transition: 0.3s;
  }

  body .txtdiv {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-left: -15%;
    padding-bottom: 20%;
    line-height: 25px;
    padding-top: 20%;
    text-decoration: 2px solid #f74843 underline;
  }

  /*About us page*/
  body .aboutsection {
    width: 100%;
    background-color: rgba(38, 38, 38, 255);
    padding-top: 5%;
  }

  body .aboutcont {
    width: 80%;
    background-color: rgba(38, 38, 38, 255);
    margin-left: 10%;
  }

  body .aboutcont h1 {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    margin-top: 5%;
    color: #ddddddcc;
  }

  body .aboutcont p {
    text-align: center;
    font-size: 1.2em;
    margin-left: 3%;
    padding-top: 5%;
    margin-bottom: 10%;
    color: #ddddddcc;
  }

  body .aboutcont img {
    width: 80%;
    border-radius: 50%;
    margin-left: 10%;
    margin-top: 10%;
    border: 2px solid #f74843;
    margin-bottom: 25%;
  }

  body .services-row {
    flex-direction: column;
  }

  body .portfolio-row {
    flex-direction: column;
  }

  body #announcetxt {
    font-size: 0.8em;
  }

  body .portfoliocont img {
    width: 100%;
    border: 2px solid rgba(255, 30, 0, 0.8);
    margin-left: 12%;
  }

  /*Services-page*/
  body #btn3 {
    display: inline-block;
    font-size: 0.9em;
    background: #f74843;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    margin-top: 3%;
    color: #111;
    letter-spacing: 2px;
    transition: 0.2s;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body .menu ul li a {
    font-size: 30px;
    line-height: 44px;
    padding: 3px;
  }

  body .socialmenu a {
    width: 48px;
    height: 48px;
    padding-top: 1px;
  }

  body .contactcontent {
    width: 100%;
    background: rgba(38, 38, 38, 255);
    padding-right: 0;
  }

  body .cont {
    width: 75%;
    padding-top: 25%;
    margin-top: 0;
    position: relative;
    background: rgba(38, 38, 38, 255);
    margin-left: 100px;
  }

  body .rowC {
    flex-direction: column;
  }

  body .double {
    position: relative;
    font-size: 1.8em;
    flex-basis: 22%;
    border-radius: 5px;
    margin-bottom: 5%;
    margin-top: 5%;
    margin-left: 0;
    text-align: center;
    display: inline-block;
    border: 2px solid #f74843;
    box-shadow: 0 0 20px 0px rgba(247, 72, 67, 0.6);
    padding: 20px 12px;
    transition: 0.5s;
  }

  body .double a {
    font-size: 0.7em;
  }

  body .cont img {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    width: 80%;
    border-radius: 10px;
    align-items: center;
    position: relative;
  }

  body iframe {
    position: relative;
    border-radius: 10px;
    border: 2px solid #f74843;
    box-shadow: 0 0 20px 0px rgba(247, 72, 67, 0.6);
    margin-left: 0;
    display: inline;
    margin-top: 15vh;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    opacity: 0.8;
    transition: 0.3s;
  }

  body .txtdiv {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    margin-left: 0;
    padding-bottom: 20%;
    line-height: 25px;
    padding-top: 20%;
    text-decoration: 2px solid #f74843 underline;
  }

  body .txtdiv a {
    font-size: 1.1em;
  }

  body .services-row {
    flex-direction: column;
  }

  body .portfolio-row {
    flex-direction: column;
  }

  body .portfoliocont img {
    width: 100%;
    border: 2px solid rgba(255, 30, 0, 0.8);
    margin-left: 12%;
  }
}

@media only screen and (orientation: landscape) and (min-width: 375px) and (max-width: 918px) {
  body .menu ul li a {
    line-height: 45px;
    padding-bottom: 0;
  }

  body .socialmenu {
    display: none;
  }

  body .showcase {
    position: relative;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(rgba(4, 9, 30, 0.55), rgba(4, 9, 30, 0.4)), url(/images/ss1.avif);
    background-position: center;
    background-size: cover;
    text-align: center;
    transition: 0.5s;
    z-index: 2;
  }

  body .showcaseA {
    position: relative;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(rgba(4, 9, 30, 0.55), rgba(4, 9, 30, 0.4)), url(/images/ss2.avif);
    background-position: center;
    background-size: cover;
    text-align: center;
    transition: 0.5s;
    z-index: 2;
  }

  body .showcaseP {
    position: relative;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(rgba(4, 9, 30, 0.55), rgba(4, 9, 30, 0.4)), url(/images/pp.avif);
    background-position: center;
    background-size: cover;
    text-align: center;
    transition: 0.5s;
    z-index: 2;
  }

  body .showcaseS {
    position: relative;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(rgba(4, 9, 30, 0.55), rgba(4, 9, 30, 0.4)), url(/images/kb.avif);
    background-position: center;
    background-size: cover;
    text-align: center;
    transition: 0.5s;
    z-index: 2;
  }

  /*
  body .showcasePF{
    position: relative;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(rgba(4, 9, 30, 0.55),rgba(4, 9, 30, 0.4)),url(https://i.ibb.co/SJYtHBt/london-13.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    transition: 0.5s;
    z-index: 2;
  }*/
  body .showcaseAM {
    position: relative;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(rgba(4, 9, 30, 0.55), rgba(4, 9, 30, 0.4)), url(https://i.ibb.co/5j5NQn2/test.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    transition: 0.5s;
    z-index: 2;
  }

  body .menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 30, 0, 0.8);
  }

  body .socialmenu {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-bottom: 25px;
    padding-top: 50%;
  }

  body .menu ul {
    padding-top: 35%;
    position: relative;
  }

  body .cont {
    width: 70%;
    padding-top: 25%;
    position: relative;
    background: rgba(38, 38, 38, 255);
    margin-left: 100px;
  }

  body .rowC {
    flex-direction: column;
  }

  body .double {
    position: relative;
    flex-basis: 22%;
    border-radius: 5px;
    margin-bottom: 5%;
    margin-top: 5%;
    margin-left: 8%;
    text-align: center;
    display: inline-block;
    border: 2px solid #f74843;
    box-shadow: 0 0 20px 0px rgba(247, 72, 67, 0.6);
    padding: 20px 12px;
    transition: 0.5s;
  }

  body .cont img {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    width: 80%;
    border-radius: 10px;
    align-items: center;
    position: relative;
  }

  body iframe {
    position: relative;
    border-radius: 10px;
    border: 2px solid #f74843;
    box-shadow: 0 0 20px 0px rgba(247, 72, 67, 0.6);
    margin-left: 4%;
    display: inline;
    margin-top: 15vh;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    opacity: 0.8;
    transition: 0.3s;
  }

  body .txtdiv {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    margin-left: 4%;
    padding-bottom: 20%;
    line-height: 35px;
    padding-top: 20%;
    text-decoration: 2px solid #f74843 underline;
  }

  body .txtdiv a {
    margin-top: 5px;
    line-height: 30px;
    padding-left: 8px;
    color: #fff;
    font-size: 1em;
    text-decoration: 2px solid #f74843 underline;
    transition: 0.3s;
    position: relative;
  }

  body .portfoliocont img {
    width: 100%;
    border: 2px solid rgba(255, 30, 0, 0.8);
    margin-left: 12%;
  }
}

@media (max-width: 991px) {

  .showcase,
  .showcase header {
    padding: 40px;
  }

  .text h2 {
    font-size: 3em;
  }

  .text h3 {
    font-size: 2em;
  }

  .showcaseA,
  .showcaseA header {
    padding: 40px;
  }

  .showcaseP,
  .showcaseP header {
    padding: 40px;
  }

  .showcaseS,
  .showcaseS header {
    padding: 40px;
  }

  .showcasePF,
  .showcasePF header {
    padding: 40px;
  }

  .showcaseAM,
  .showcaseAM header {
    padding: 40px;
  }
}

/*Contact page*/
.CTcont {
  width: 100%;
  background-color: rgba(38, 38, 38, 255);
}

.contactcontent {
  width: 100%;
  background: rgba(38, 38, 38, 255);
  opacity: 1;
}

.cont {
  margin-top: -4.5%;
  width: 90%;
  position: relative;
  background: rgba(38, 38, 38, 255);
  margin-left: 100px;
}

#initials1 {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  color: #f74843;
  padding-bottom: 5px;
  padding-top: 5px;
  display: block;
}

#initials1W {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  color: #f74843;
  padding-bottom: 5px;
  padding-top: 5px;
  display: block;
}

#initials2 {
  font-size: 22px;
  font-weight: 400;
  text-align: right;
  color: #f74843;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

#initials2W {
  font-size: 22px;
  font-weight: 400;
  text-align: right;
  color: #f74843;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

#h2jt {
  padding-bottom: 10px;
}

#h2wb {
  padding-bottom: 10px;
}

.cont h2 {
  color: #f74843;
  font-size: 22px;
  padding-bottom: 7px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 8px;
  text-align: center;
}

.cont img {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  align-items: center;
  position: relative;
}

.rowC {
  margin-top: 5%;
  display: flex;
  justify-content: space-evenly;
}

.double {
  flex-basis: 22%;
  border-radius: 5px;
  margin-bottom: 5%;
  margin-top: 5%;
  text-align: center;
  display: inline-block;
  border: 2px solid #f74843;
  box-shadow: 0 0 20px 0px rgba(247, 72, 67, 0.6);
  padding: 20px 12px;
  transition: 0.5s;
}

.double a {
  margin-top: 5px;
  line-height: 30px;
  padding-left: 4px;
  color: #f74843;
  font-size: 17px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}

.double a:hover {
  color: #fff;
  transition: 0.3s;
}

.double .fa-phone {
  color: #fff;
}

.double .fa-envelope {
  color: #fff;
}

#diamond1 {
  text-align: left;
  color: #f74843;
  display: block;
  padding-left: 2px;
  padding-top: 3px;
  font-size: 20px;
}

#diamond2 {
  text-align: right;
  color: #f74843;
  display: block;
  padding-right: 2px;
  padding-top: 3px;
  font-size: 20px;
}

#diamond3 {
  text-align: left;
  color: #f74843;
  display: block;
  padding-left: 8px;
  padding-top: 3px;
  font-size: 20px;
}

#diamond4 {
  text-align: right;
  color: #f74843;
  display: block;
  padding-right: 8px;
  padding-top: 3px;
  font-size: 20px;
}

iframe {
  position: relative;
  border-radius: 50px;
  border: 2px solid #f74843;
  box-shadow: 0 0 20px 0px rgba(247, 72, 67, 0.6);
  margin-left: 10%;
  display: inline;
  margin-top: 55vh;
  width: 40%;
  margin-bottom: 5px;
  text-align: left;
  opacity: 0.8;
  transition: 0.3s;
}

iframe:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

#iframetxt {
  color: #fff;
  position: relative;
  text-align: center;
  margin-left: 20%;
}

.txtdiv {
  width: 100%;
  text-align: center;
  color: #fff;
  padding-bottom: 5%;
  line-height: 25px;
  padding-top: 5%;
  text-decoration: 2px solid #f74843 underline;
}

.txtdiv .fa-map-marker {
  width: 20px;
  color: #f74843;
  padding-right: 5px;
  position: relative;
}

.txtdiv .fa-id-badge {
  width: 20px;
  color: #f74843;
  padding-right: 5px;
  position: relative;
}

.txtdiv .fa-envelope {
  width: 20px;
  color: #f74843;
  padding-right: 5px;
  position: relative;
}

.txtdiv a {
  margin-top: 5px;
  line-height: 30px;
  padding-left: 4px;
  color: #fff;
  font-size: 17px;
  text-decoration: 2px solid #f74843 underline;
  transition: 0.3s;
  position: relative;
}

.txtdiv a:hover {
  color: #f74843;
  transition: 0.3s;
}


/*--Footer--*/
.footer-basic {
  position: relative;
  margin-top: auto;
  padding: 40px 0;
  background: rgba(34, 34, 34, 255);
  color: #fff;
  z-index: 100;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 0;
  z-index: 5;
}

.footer-basic li {
  padding: 0 10px;
  display: inline-table;
  z-index: 5;
}

.footer-basic ul a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  transition: 0.2s;
}

.footer-basic ul a:hover {
  opacity: 1;
  text-shadow: 0 0 5px #fff;
  transition: 0.2s;
}

.footer-basic .social {
  color: rgba(255, 30, 0, 0.8);
  text-align: center;
  padding-bottom: 5px;
}

.footer-basic .social>a {
  font-size: 28px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
  transition: 0.2s;
}

.footer-basic .social>a:hover {
  opacity: 0.9;
  color: #fff;
  box-shadow: 0 0 5px #fff;
  text-shadow: 0 0 5px #fff;
  transition: 0.2s;
  transform: translateY(-5px);
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}

/*About us page && privacy policy*/
#aboutprivacy {
  padding-bottom: 5%;
}

.aboutsection {
  width: 100%;
  background-color: rgba(38, 38, 38, 255);
  padding-top: 5%;
}

.aboutcont {
  width: 60%;
  background-color: rgba(38, 38, 38, 255);
  margin-left: 18%;
  padding-bottom: 3%;
}

.aboutcont h1 {
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  margin-top: 5%;
  color: #ddddddcc;
}

.aboutcont p {
  text-align: center;
  font-size: 1.2em;
  margin-left: 3%;
  padding-top: 2%;
  color: #ddddddcc;
}

.aboutcont a {
  color: #f74843;
}

.aboutcont img {
  width: 20%;
  border-radius: 50%;
  margin-left: 20%;
  margin-top: 8%;
  border: 2px solid #f74843;
  margin-bottom: 15%;
}

#TK {
  color: #f74843;
  transition: 0.5s;
}

#TK:hover {
  letter-spacing: 1px;
  transition: 0.5s;
}

/*--Services page--*/

.services {
  width: 80%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

.services h2 {
  font-size: 30px;
}

.services-col {
  flex-basis: 48%;
  padding: 30px 2px;
}

.services-col img {
  width: 100%;
  box-shadow: 0 0 20px 0px rgba(15, 22, 38, 0.9);
  transition: 0.5s;
}

.services-col img:hover {
  box-shadow: 0 0 20px 0px rgba(255, 30, 0, 0.8);
  transition: 0.5s;
}

.services-col h1 {
  padding-top: 0;
}

.services-col h3 {
  text-align: left;
  margin-bottom: -10px;
}

/*distance to top. Left and right is zero, distance to bottom*/
.services-col p {
  padding: 15px 0 25px;
}

.services-row {
  margin-top: 8%;
  display: flex;
  justify-content: space-between;
}

.hero-btn {
  display: inline-block;
  font-size: 1em;
  background: #f74843;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 3%;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
}

.hero-btn:hover {
  transition: 0.2s;
  letter-spacing: 6px;
  color: #fff;
}

/*--Portfolio page--
.coloroverlay{
  width: 100%;
  background-color: rgba(38, 38, 38, 255);
  opacity: 0.95;
  padding-top: 10%;
  margin-top: -7%;
}
.portfolio{
  width: 100%;  
  padding-top: 7%;
  background: url(/images/abS.avif);
  background-size: contain;
}
.portfolio h1{
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  margin-top: 2%;
  padding-bottom: 5%;
  color: #f74843;
}
.portfoliocont{
  width: 80%;
  background-color: rgba(38, 38, 38, 255);
  flex-basis: 31%;
  border-radius: 5px;
  margin-bottom: 5%;
  padding: 20px 12px;
  transition: 0.5s;
  text-align: center;
}
.portfoliocont img{
  width: 100%;
  border: 2px solid rgba(255, 30, 0, 0.8);
}
.portfolio-row{
  margin-top: 2%;
  display: flex;
  justify-content: space-evenly;
}*/

/*--Announcement page--*/
.announcementsection {
  width: 100%;
  background: url(/images/abS.avif);
  padding-top: 0;
  position: relative;
}

.announcementcont {
  width: 100%;
  background-color: rgba(38, 38, 38, 255);
  position: relative;
  text-align: center;
  padding-top: 5%;
  padding-left: 10%;
  padding-bottom: 5%;
  opacity: 0.92;
}

.announcementcont h1 {
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  margin-top: 5%;
  color: #f74843;
}

.announcementcont h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 5%;
  color: #f74843;
}

.announcementcont p {
  text-align: center;
  font-size: 1.2em;
  margin-left: 3%;
  padding-top: 2%;
  color: #ddddddcc;
}

.announcementcont a {
  color: #f74843;
}

.announcementcont img {
  width: 20%;
  border-radius: 50%;
  margin-left: 20%;
  margin-top: 8%;
  border: 2px solid #f74843;
  margin-bottom: 15%;
}

.posts {
  width: 80%;
  margin-left: 5%;
  margin-right: 0;
}

.date {
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
}

.announcementcont h3 {
  font-weight: 300;
  color: #f74843;
}

/*services-page*/
#btn3 {
  display: inline-block;
  font-size: 0.7em;
  background: #f74843;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 3%;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
}

#btn3:hover {
  transition: 0.2s;
  letter-spacing: 4px;
  color: #fff;
}