body {
    margin: 0;
    font-family: Helvetica, sans-serif;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  width: 100%;
  height: 100%;  
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

/* Number text (1/3 etc) */
.numbertext {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 600px;
    text-align: left;
    color: black;
    font-size: x-large;
    margin: 0 20px;
    line-height: 1.5;
}

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

.button1 {
    border: none;
    border-radius: 5px;
    background-color: #0071CE;
    color: #FFFFFF;
    font-family: Helvetica, sans-serif;
    padding: 10px 15px;
    outline: none;
	cursor: pointer;
	transition: .3s;
}
.button1:hover {
    border-color: #005aa3;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#int_desc {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 600px;
    text-align: left;
    color: white;
    font-size: medium;
    margin: 0 20px;
    line-height: 1.5;
}
#int_learn_more {
    border: none;
    border-radius: 5px;
    background-color: #0071CE;
    color: #FFFFFF;
    font-family: Helvetica, sans-serif;
    padding: 10px 15px;
    outline: none;
	cursor: pointer;
	transition: .3s;
}
#int_learn_more:hover {
    border-color: #005aa3;
}

.int_container {
    display: block;
    margin: 50px 0;
    padding: 50px 0;
    overflow: hidden;
}
.int_subcontainer {
    width:80%;
    margin: auto;
    line-height: 1.5;
    overflow: hidden;
}
.int_container1 {
    background-color: #F18240;
    color: white;
    height: 600px;
}
.container-left {
    display: inline;
    float: left;
    width: 50%;
}
.container-right {
    display: inline;
    float: right;
    width: 50%;
}
.cont_desc1 {
    margin: 0;
    top: 50%;
    width: 600px;
    text-align: left;
    color: white;
    font-size: medium;
    margin: 0 20px;
    line-height: 1.5;
    padding-left: 130px;
    padding-right: 90px;
}
#features {
    border: none;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: black;
    font-family: Helvetica, sans-serif;
    padding: 10px 15px;
    outline: none;
	cursor: pointer;
	transition: .3s;
}
.cont_desc2 {
    margin: 0;
    top: 50%;
    width: 600px;
    height: 500px;
    text-align: left;
    background-color: #FFFFFF;
    color: black;
    font-size: medium;
    margin: 0 20px;
    line-height: 1.5;
    padding-left: 130pxpx;
    padding-right: 90px;
}

.fix {
    width: 400px;
    height: 400px;
    margin: 20px;
    padding: 10px;
}

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}
.field{
	width: 555px;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
	color:rgba(128, 128, 128, 0.747);
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 100px;
}

.btn{
	width: 550px;
	padding: 0.5rem 1rem;
	background-color: #0071CE;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
}

.btn:hover{
    background-color: #005aa3;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}

.container3 {
    padding: 0;
    margin: 0;
    height: 200px;
    background-image: url(../images/construction-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}

.para {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: larger;
    text-align: center;
}

/* 	Student name: Thathsara S.M.K. 
	Student ID: IT21219566 
	Module: IWT (1st Yr: 2nd Sem: Final Assignment: 2022) */