html{
  overflow-x: hidden;
  overflow-y: scroll;
}
body{
  font-family: 'Segoe UI';
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  color: #DFF6FF;
}
#body{
  padding: 3% 5%;
}
.bg{
  /* background-image: url('home-bg.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-home{
  background-image: url('home-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section{
  background-image: url('home-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h1{
  font-family: 'Ubuntu';
  font-weight: bolder;
  color: #DFF6FF;
  font-size: 4vw;
}
h2{
  color: #DFF6FF;
  margin: 2% 0 5% 0;
  font-weight:normal;
}
h3{
  font-weight: normal;
  margin: 5% 0 0 0;
  color: #DFF6FF;
}

/* Class */
.col-lg-1{
  width: 50%;
  color: #DFF6FF;
}
.col-lg-2{
  width: 30%;
  text-align: right;
}
.hero-img{
  width: 40vw;
}
.only-heading{
  padding: 4rem 0 4rem 0;
}
.subtext{
  font-style: italic;
}
.btn-primary{
  background-color: #DFF6FF;
  color: #051367;
  border-radius: 24px;
}
.card{
  padding-bottom: 2rem;
}
.btn-dark:hover{
  color: #1C658C;
  background-color: white;
  border-width: 2px;
  border-color: #1C658C;
}
.btn-dark{
  background-color: #1C658C;
}
.head1{
  color: #051367;
  font-size: 2rem;
  font-weight: 600;
}
.head1:hover{
  color: #5D8BF4;
}

/* Title*/
#title{
  font-family:'Montserrat';
}
.navbar{
  padding-bottom: 4.5rem;
}
.nav-item{
  padding: 0em 1em;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link{
  font-weight: 600;
  font-size: 1rem;
  color: #051367;
  opacity: 1;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #5D8BF4;
}
.title-container{
  padding: 1% 5%;
  height: 6rem;
  background-color: white;
}
.logo-img{
  width: 2rem;
  padding-right: 0.5rem;
}
.row-1{
  background-color: #EEEEEE;
  width: 100%;
}
blockquote{
  font-size: 2rem;
  font-weight: lighter;
}
/* Services */

.services-container{
  color: #fff;
  padding: 3% 10%;
  background-color: #000;
}
.service-icon{
  padding-right: 1rem;
}
/* Technologies Area */
.technologies-container{
  padding: 3% 10%;
  text-align: center;
  background-color: #fff;
}
.tech-heading{
  color: #051367
}
.tech-img{
  width: 8rem;
}

/* Testimonials */
.testimonials-container{
  padding: 2% 5%;
  text-align: center;
  background-color: #051367;
  height: auto;
}
.testimonial-img{
  width: 10%;
  border-radius: 50%;
  margin: 1rem;
}
.carousel-item{
  padding: 0% 15%;
}
.carousel-control-prev{
  color: black;
}
blockquote{
  line-height: 2rem;
  font-style: italic;
  color: #DFF6FF;
}
.card-title{
  font-weight: bolder;
}

/* Footer */
.footer-container{
  color: #051367;
  padding: 5% 10%;
  background-color: #DFF6FF;
}
.footer-h3{
  color: #051367;
}
.footer-center{
  text-align: center;
}
a{
  color: #051367;
  text-decoration: none;
}
a:hover{
  color: #5D8BF4;
}
.logo-img-footer{
  width: 30%;
  padding-right: 1rem;
  margin: 5rem 0rem;
}
.footer-col{
  padding-bottom: 2rem;
}
.footer-col-right{
  padding-bottom: 2rem;
  text-align: right;
}

/* Contact Us */
.contact-us{
  text-align: left;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  background-color: #fff;
  margin: 0 15%;
  border-style: solid;
  opacity: 0.9;
  border-color: #051367;
  border-width: thick;
}
.contact-form{
  line-height: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
}
.form-left{
  background-image: url('form_lc_bg.png');
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  color: #DFF6FF;
  padding-left: 4rem;
  padding-top: 2rem;
  line-height: 2rem;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-addr{
  line-height: 2rem;
}
td{
  width: 4%;
}
.form-input{
  margin: 1rem 0rem;
  border-radius: 1rem;
  border-width: thin;
}
/* portfolio */
.heading-row{
  text-align: center;
}
.first-row{
  border-radius: 2rem;
  /* background-color: #051367; */
  color: #DFF6FF;
  padding: 2rem;
  background-color:rgba(0, 0, 0, 0.5);
  height: 20rem;
}
.second-row{
  border-radius: 2rem;
  height: 20rem;
  color: #051367;
  /* background-color: #5D8BF4; */
  padding: 2rem;
  background-color:rgba(255, 255, 255, 0.5);
}
.lc-img{
  width: 24rem;
  border-radius: 2rem;
}
.rc{
  text-align: right;
}
.rc-img{
  width: 24rem;
  border-radius: 2rem;
}
.proj-title{
  color: #DFF6FF;
}
.slide-img{
  opacity: 0.8;
}
hr{
  clear: both;
  visibility: hidden;
}
.carousel-caption{
  color: #051367;
  opacity: 0.7;
  padding-bottom: 0;
  font-style: oblique;
}
/* Services */
#services-list{
  padding: 3% 5%;
  color: #051367;
}
.serv-heading{
  color: #051367;
}
.service-item{
  padding: 2rem;
}
.service-col{
  width: 50%;
}
.service-img-col{
  width: 30%;
  text-align: right;
}
.service-img{
  height: 40vh;
}
.service-ul{
  padding: 1rem 1rem;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 2rem;
}
.service-hr{
  border: 4px solid white;
}
li{
  padding: 1rem;
}

/* About Us */
.team-card{
  padding: 2rem;
}
.card{
  width: 80%;
  text-align: center;
  border-width: thick;
  border-radius: 40px;
  padding: 1rem;
  border-color: #5D8BF4;
}
.team-img{
  height: 40%;
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.team-name{
  font-style: italic;
  font-weight: 200;
  font-size: 2rem;
}
.pos-head{
  color: #051367;
}
