body{
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: 'Heebo', sans-serif;
}
header{
  width: 100%;
}
#home{
  cursor: pointer;
  transition: all .5s;
}
.projectContainer{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  flex-wrap: wrap;
}
.titleProject{
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
  font-size: 24px;
}
.kablanInfoLeftMenu{
  position: absolute;
  bottom: .5rem;
  left: 1rem;
  color: #5c5c5c;
  font-size: 18px;
}
.reviewFacebook{
  margin-bottom: 2rem;
}
.reviewFacebook > iframe{
  margin: .5rem;
}
#about{
  cursor: pointer;
  transition: all .5s;
}
#clickAbout{
  cursor: pointer;
  transition: all .5s;
}
.contactBottomHeader > p > a {
  color: white;
}
#service{
  cursor: pointer;
  transition: all .5s;
}
#service1{
  cursor: pointer;
  transition: all .5s;
}
#reference{
  cursor: pointer;
  transition: all .5s;
}
#clickContact{
  cursor: pointer;
  transition: all .5s;
}
#contact{
  cursor: pointer;
  transition: all .5s;
}
.menuBox > ul > li:hover{
  background: black;
  height: 30px;
  display: flex;
  align-items: center;
}
#openBurger{
  cursor: pointer;
  z-index: 2;
}
.topHeader{
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  justify-content: space-between;
  align-items: center;
  color: white;
  /* background: #0F303E; */
  height: 40px;
}
.topHeader > span > img {
  width: 20px;
  margin-top: .4rem;
  cursor: pointer;
}
.aStyleOne{
  color: white;
}
.aStyleOne:hover{
  color: #1F9FD5;
  font-weight: 600;
}
menu{
  width: 100%;
  display: flex;
  position: relative;
  margin: 0;
  align-items: center;
  padding-left: 0rem;
  padding-right: 0rem;
}
.menu{
  width: 100%;
  display: flex;
  justify-content: center;
}
.menu > ul{
  width: 100%;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.menu > ul > li {
  margin: 1.5rem;
  padding: 1rem;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #014D6D;
  cursor: pointer;
}
.menu > ul > li:hover{
  color: #00a5e9;
  background-color: whitesmoke;
}
.menu > img {
  width: 40px;
  height: 50px;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 5.0rem;
  left: 1rem;
}
main{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.welcomeImg{
  width: 100%;
  height: auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  background-image: url("images/bg.png");
}
.welcomeImg > div{
  width: 100%;
}
.firstHeader{
  display: flex;
  padding-left: 8rem;
  align-items: flex-end;
  height: 100px;
  font-size: 30px;
  color: #014d6d;
  justify-content: center;
}
#firstControlTest{
  display: none;
}
#tooControlTest{
  display: none;
}
#lastControlTest{
  display: none;
  width: 50%;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  margin-top: 12rem;
  font-size: 18px;
  background: #004d6d;
  color: white;
  border-radius: 5px;
}
.tooHeader{
  display: flex;
  align-items: baseline;
  height: 70px;
  font-size: 30px;
  color: #00a5e9;
  justify-content: center;
}
.documentPopUp1{
  position: absolute;
  width: 100%;
  background: #000000eb;
  height: -webkit-fill-available;
}
.documentPopUp2{
  display: none;
}
.document{
  color: #014D6D;
  width: 100%;
  font-size: 14px;
  justify-content: center;
  display: flex;
  margin: 2rem;
  margin-top: 0;
}
#doc_title:hover{
  font-weight: bold;
  cursor: pointer;
}
.doc{
  display: flex;
  align-items: center;
  font-size: 18px;
}
.lastHeader{
  display: flex;
    height: 350px;
    font-size: 22px;
    color: #747474;
    justify-content: center;
    align-items: center;
}
.stripContact{
  width: 100%;
  background-color: #00A5E9;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.contactButtonsBox{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1rem;
  margin-top: 0;
}
.stripContact > span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: white;
  margin: 1rem;
  margin-bottom: 0;
  font-size: 20px;
}
.styleButtonWhite{
  width: 100px;
  height: 30px;
  background-color: white;
  color: #014d6d;
  border-radius: 5px;
  font-size: 14px;
  margin: 1rem;
  border: 0px;
  cursor: pointer;
  padding: .5rem;
}
.styleButtonWhite:hover{
  background-color: #e6e6e6;
  transition: all .2s;
  color: #014d6d;
  margin-top: 12px;
}
.about{
  width: 100%;
  display: flex;
  /* background: #e8e7ed; */
  height: auto;

}
.menuAbout{
  width: 100%;
  /* padding: 1rem; */
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  /* background-color: #e8e7ed; */
}
.imageAbout{
  width: 30%;
  background-size: cover;
  background: #e8e7ed;
  /* background-image: url('images/aboutImg.png'); */
}
.titleAbout{
  width: 100%;
  padding: 1rem;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  background: #00a5e9;
}
.lineAbout{
  font-size: 64px;
}
.titlePage{
  font-size: 24px;
  font-weight: bold;
  color: white;
  padding-right: .5rem;
}
.textAbout{
  color: #014D6D;
  font-size: 14px;
  margin: 2rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
}
.textAbout > p{
  line-height: 2.5;
  width: 80%;
  font-size: 20px;
  display: flex;
  padding: 1rem;
  border-radius: 10px;
  background: #f0fbff;
}
.buttonsAbout{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.styleButtonBlue{
  width: 100px;
  height: 30px;
  background-color: #014d6d;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  margin: 1rem;
  border: 0px;
  cursor: pointer;
  padding: .5rem;
}
.styleButtonBlue:hover{
  background-color: #006a96;
  transition: all .2s;
  color: white;;
}
.lineMotto{
  color: black;
  font-size: 30px;
}
.lineVision{
  color: black;
  font-size: 30px;
}
.titleMotto{
  color: #1f9fd5;
  font-size: 16px;
  font-weight: bold;
}
.titleVision{
  color: #1f9fd5;
  font-size: 16px;
  font-weight: bold;
}
.motto > p{
	margin: 0;
	padding: 12px;
	font-size: 16px;
	font-weight: 600;
}
.vision > p{
	margin: 0;
	padding: 12px;
	font-size: 16px;
	font-weight: 600;
}
.themes{
  width: 1000px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  transition: all .2s;
  align-items: center;
  justify-content: center;
}
.themes > div > img{
  width: 300px;
  z-index: -1;
  height: 300px;
}
.imgThemesHover{
  cursor: pointer;
}
.imgThemes{
  width: 300px;
  cursor: pointer;
  height: 300px;
  margin: 1rem;
  display: flex;
  transition: all .2s;
  position: relative;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 30px;
  box-shadow: inset 0px 0px 0px 24px rgba(224, 224, 224, 0.7);
}
.textImgThemes{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact{
  width: 100%;
  height: 700px;
  display: flex;
  flex-wrap: wrap;
}
.contactHeader{
  width: 100%;
  height: 240px;
  background-color: #31a4dc;
}
.contactBottomHeader{
  width: 100%;
  background-image: url('images/aboutBackImg.png');
  background-size: cover;
  height: 160px;
  color: white;
  font-size: 14px;
}
.contactBottomHeader > p {
  padding-right: 3rem;
  font-weight: bold;
}

.titleContact{
  width: 100%;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.lineContact{
  font-size: 64px;
  color: white;
  padding-right: 3rem;
}
.titleContactText{
  font-size: 24px;
  font-weight:  bold;
  color: #ffffff;
  padding-right: .5rem;
}
.textContact{
  color: white;
  font-size: 14px;
  padding-right: 3rem;
}
.textContact > p {
  width: 60%;
}
.formContainer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  background: white;
}
.formContact{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.formContact > h5{
  width: 100%;
  display: flex;
  justify-content: center;
}
.formContact > h6{
  width: 100%;
  display: flex;
  justify-content: center;
}
.imgContact{
  width: 40%;
  display: flex;
  margin-left: 1rem;
  margin-top: 1rem;
  justify-content: center;
  align-items: baseline;
}
.imgContact > img  {
  width: 300px;
  margin-left: 3rem;
  border-radius: 3px;
}
h5{
  color: #014D6D;
  font-size: 20px;
  margin: 0;
  padding-right: 3rem;
}
h6{
  color: #014D6D;
  font-size: 15px;
  margin: 0;
  padding-right: 3rem;
}
label{
  margin: .5rem;
}
.formContactDetails{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 1rem;
}
.formContactDetails > label {
  width: 100%;
  display: flex;
  justify-content: center;
}
.formContactDetails > label > label > input {
  background-color: #ffff0000;
  border: 2px solid #014d6d;
  padding: 0.5rem;
  margin: 0.2rem;
  width: 200px;
  color: #31a4db;
  font-size: 14px;
  border-radius: 1px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #014d6d80;
}
.formContactDetails > label > label > select {
  background-color: #ffff0000;
  border: 1px solid #014d6d;
  padding: 0.5rem;
  margin: 0.2rem;
  height: 33px;
  width: 217px;
  color: #31a4db;
  font-size: 12px;
  border-radius: 1px;
}
.projectModalImageController{
  width: 50%;
  height: auto;
  position: relative;
  display: flex;
  border-radius: 10px;
}
.nextImageModal{
  position: absolute;
  left: 0rem;
  top: 1rem;
  font-size: 12px;
  cursor: pointer;
  padding: 0.5rem;
  background: white;
  border-radius: 0px 5px 5px 0px;
}
.modalProject{
  position: fixed;
  z-index: 5;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  background-color: rgb(0,0,8);
  background-color: rgba(0, 0, 0, 0.5);
  /* transition: all .4s; */
}
.projectSmallImages{
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.5rem;
}
.projectSmallImageObject{
  margin: 0.5rem;
}
.modalContainer{
  position: relative;
  background: white;
  width: 90%;
  display: flex;
  height: 100px;
}
.modalContainer > small{
  text-align: center;
  width: 100%;
}
.closeModalProject{
  width: 100%;
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 24px;
  cursor: pointer;
}
.projectModalLine{
  font-size: 30px;
  background: white;
  padding: 1.5rem;
  /* border-radius: 10px; */
  display: flex;
    justify-content: center;
  color: #014d6d;
  font-weight: 600;
}
._5pcb {
  width: 300px;
}
.projectObjectContainer{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* background: whitesmoke; */
}
.projectObjectLine{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
}
.descriptionProjectLine{
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: center;
}
.projectObjectImage{
  width: 100%;
  /* height: 350px; */
  border-radius: 10px;
}
.projectLoaderWait{
  padding: 5px;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  background: white;
  font-size: 12px;
  justify-content: center;
  flex-wrap: wrap;
  display: none;
}
.projectLoaderWait > span{
  width: 100%;
  display: flex;
  justify-content: center;
}
.projectObjectSmallImage{
  /* width: 90%; */
  height: 200px;
  border-radius: 10px;
}
.projectTitle{
  font-size: 16px;
  color: #014d6d;
  font-weight: 600;
}
.projectObject{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 30%;
  border-radius: 10px;
  background: #fafafa;
  height: auto;
  position: relative;
  margin: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 18px -9px #b5b5b5;
  transition: all .4s;
}
.projectNote1{
  width: 100%;
  display: flex;
  background: whitesmoke;
  padding-right: 3.5rem;
}
.projectObjectNextImage{
  position: absolute;
  top: 10px;
  background: white;
  font-size: 10px;
  border-radius: 4px;
  padding: 2px;
  font-weight: 700;
  color: #b7b7b7;
  left: 20px;
}
.projectObjectNextImage:hover{
  background-color: #204b5d;
  color: white;
}
.nextProjectImage{
  position: absolute;
  bottom: 0.7rem;
  font-size: 10px;
  font-weight: 600;
  right: 0.7rem;
  background: white;
  padding: 5px;
  border-radius: 5px;
}
.projectObjectImageController{
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.projectObject:hover{
  transform: scale(1.01);
  background: white;
  z-index: 2;
}

.formContactDetails > label > textarea{
  background-color: #ffff0000;
  border: 2px solid #014d6d;
  padding: 0.5rem;
  width: 300px;
  color: #31a4db;
  font-size: 14px;
  border-radius: 1px;
}
.errFormContact{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: .5rem;
  font-size: 12px;
  color: red;
}
.succFormContact{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: .5rem;
  font-size: 12px;
  color: green;
}
.submitForm{
  display: flex;
  justify-content: center;
  width: 100% !important;
  flex-wrap: wrap;
}
.submitForm > button{
  display: flex;
  justify-content: center;
  width: 200px;
  font-weight: bold;
  align-items: center;
  color: white;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  height: 30px;
  background-color: #014d6d;
}
.submitForm > button:hover{
  transition: all .4s;
  background-color: #0e7ead;
}
.reviewContainer{
  width: 100%;
  display: flex;
  background: #eaeaea;
  justify-content: center;
  flex-wrap: wrap;
  background-image: url('images/reviewBg.jpg');
  background-repeat: round;
}
.reviewContainer > iframe{
  margin: 1rem;
  -webkit-box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.83);
-moz-box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.83);
box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.83);
}
footer{
  width: 100%;
  background-color: #F8F8F8;
  height: 80px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
footer > span {
  font-size: 14px;
  margin-top: 1rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.footerCenter{
  font-size: 10px;
  text-align: center;
  width: 100%;
}
.footerCenter > a{
  font-weight: bold;
}
a{
  color: black;
}
a:link {
  color: #329ac5;
}
a:visited {
  color: #59a3c1
}
a:hover {
  color: #53a6ca;
}
.menuBurger{
  padding: .5rem;
  display: none;
  position: absolute;
  top: 192px;
  left: 0;
  width: 100%;
  height: auto;
  background: #e8e7ed;
}
#closeBurder{
  position: absolute;
  top: 6px;
  font-size: 30px;
  right: 30px;
  cursor: pointer;
}
.menuBox{
  padding: .2rem;
  padding-top: 1.5rem;
}
.menuBox > ul > li {
  list-style-type: none;
  padding: 0.4rem;
  color: white;
  border-radius: 2px;
  height: 30px;
  display: flex;
  align-items: center;
  margin: 0.5rem;
  background: #0f303e;
}
/* background-image: linear-gradient(to right top, #01a5e9, #1caceb, #2db3ee, #3cbaf0, #49c1f2); */
p{
  font-size: 16px;
}
.tipContainer{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
  color: black;
}
.tipHeader{
  width: 100%;
}
.titleTip{
  display: flex;
  margin: 2rem;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  font-size: 24px;
}
.tipObject{
  width: 300px;
  height: 300px;
  margin: 1rem;
}
.tipImage{
  border-radius: 10px 10px 0px 0px;
  background-image: url('images/Themes/5.png');
  background-size: cover;
  width: 100%;
  height: 180px;
  position: relative;
  transition: all .2s;
}
.tipImage:hover{
  transform: scale(1.1);
}
#tipClick{
  display: flex;
    justify-content: center;
    width: 100px;
    color: white;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    height: 30px;
    background-color: #014d6d;
}
#tipClick:hover{
  transition: all .4s;
  background-color: #0e7ead;
}
.headerImg{
  width: 260px;
  background-image: linear-gradient(#ededed, #ffffff);
  height: 180px;
  top: 8rem;
  right: 1.2rem;
  flex-wrap: wrap;
  position: absolute;
  display: flex;
  justify-content: center;
  /* background: white; */
}
.tipPopUpObj{
  position: fixed;
  z-index: 1;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,8);
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .4s;
}
.popup {
  background-image: linear-gradient(to right top, #ffffff, #d8d8d8, #ffffff, #f1f1f1, #ffffff);
  margin: 2rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  border: 1px solid black;
  border-radius: 12px;
  width: 80%;
  animation: slide-up 1s ease;
  height: auto;
  color: black;
  transition: all .2s;
}
.popup > h2{
  color: #014D6D;
  margin: 0;
}
.popup > #p {
  font-weight: bold;
  font-size: 18px;
}
.imageDiv > img{
  width: 300px;
  border: 2px solid black;
}
.popup > p{
  width: 100%;
  text-align: center;
}
#closeTipObj {
  font-weight: bold;
  font-size: 25px;
  top: 1rem;
  display: flex;
  z-index: 5;
  color: black;
  cursor: pointer;
}
.popup > img {
  width: 300px;
  margin: 1rem;
}
.popup > span { 
  width: 100%;
  text-align: center;
}
.headerImg > h5{
  width: 100%;
  padding: 10px 0 0 0;
  font-size: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: .4rem;
}
.headerImg > p{
  margin: 0 0 .5rem 0;
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.swiper{
  display: flex;
  width: 100vw;
  height: 100vw;
  position: fixed;
  display: none;
}
.swiperBackground{
  background: white;
  opacity: .8;
  width: 100vw;
  height: 100vw;
}
#closeGallery{
  position: absolute;
  right: 3rem;
  opacity: 1;
  z-index: 2;
  padding: .5rem;
  background: black;
  top: 3rem;
  text-align: center;
  width: 30px;
  font-size: 40px;
  color: black;
  cursor: pointer;
  color: white;
}
.slideImgContainer{
  width: 100%;
  height: auto;
  /* padding: 1rem; */
  /* background-color: #f5f5f5; */
  flex-wrap: wrap;
  display: flex;
  /* padding-bottom: 3rem; */
  justify-content: center;
  align-items: center;
}
.main-carousel{
  width: 100%;
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: center;
}
.flickity-viewport{
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}
.carousel-cell{
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: black;
    font-size: 50px;
    font-weight: bold;
}
.login{
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem;
    margin: 1rem;
    background: aliceblue;
    border-radius: 10px;
    border: 2px solid #014d6d;
}
.login > p {
  width: 100%;
  text-align: center;
}
.loginForm > label {
  width: 95%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.loginForm > label > input {
  width: 100%;
  display: flex;
  font-size: 14px;
  justify-content: center;
  outline: none;
  padding: 5px;
  text-align: center;
  color: #0d5574;
  border: 0;
  border-bottom: 3px solid aliceblue;

}

.loginForm > label > span {
  width: 100%;
  display: flex;
  justify-content: center;
}
.loginForm{
  width: auto;
  padding: 1rem;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  background: white;
}
.loaderLogin{
  display: none;
}
.loaderLogin > img{
  width: 20px;
 
}
#dynamic{

}















/*  */



/*  */





@media screen and (max-width: 1100px){
  .menu > ul > li{
    margin: 2px;
    /* padding: 0; */
  }
  .kablanInfoLeftMenu{
    font-size: 14px;
  }
  .projectModalImageController{
    width: 100%;
  }
}

@media screen and (max-width: 870px){
  .reviewContainer {
    display: none;
  }
  .textAbout > p {
    line-height: 1.6;
  }
  .menu > ul{
    display: none;
  }
  .menu > img{
    display: block;
  }
  .lastHeader{
    font-size: 15px;
  }
  .stripContact{
    flex-wrap: wrap;
    height: auto
  }
  .stripContact > span{
    margin: 1rem;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .styleButtonWhite{
    margin: .5rem;
    margin-bottom: 1rem;
  }
  .imageAbout{
    display: none;
  }
  .menuAbout{
    width: 100%;
  }
  .imgThemes{
    width: 150px;
    height: 150px;
  }
  .imageDiv > img{
    width: 200px;
    border: 2px solid black;
  }
  .themes > div > img {
    width: 150px;
    height: 150px;
  }
  .textImgThemes{
    font-size: 20px;
  }
  .textContact > p {
    font-size: 12px;
    width: 90%;
  }
  .reviewFacebook{display: none;}
  .contactBottomHeader > p {
    font-size: 12px;
    width: 80%;
    
  }
  .imgContact{
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .imgContact > img  {
    margin-left: 0rem;
    width: 100%;
    border-radius: 3px;
  }
  h5{
    padding-right: 0;
  }
  #lastControlTest{
      width: 370px;
  }
  h6{
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .formContactDetails{
    padding-right: 0;
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .formContact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0rem;
    padding-left: 0rem;
    justify-content: center;
    padding-top: 0px;
  }
  .galleryContainerSmall{
    display: flex;
    justify-content: center;
    width: 80%;
  }
  
  .kablanInfoLeftMenu{
    top: .5rem;
    bottom: 0rem;
  }
  .formContactDetails > label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .formContactDetails > label > label {
    margin: .2rem;
  }
  .contact{
    height: 750px;
  }
  .firstHeader{
    font-size: 25px;
  }
  .tooHeader{
    font-size: 25px;
  }
  p{
    font-size: 13px;
  }
  .projectObjectImage{
    height: 300px;
  }
  .projectObject {
    width: 100%;
  }



}
