/*****************/
/**** Home *******/
/*****************/

#logo {
  margin-top: 0px;
}

.home {
  margin-top: 200px;
}

.home-sec {
  padding-top: 10px;
  padding-bottom: 60px;
  background: url(../../images/home-bg.jpg) no-repeat top center;
  padding: 0;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}

.home-sec .flexslider h1,
.home-sec .flexslider h2,
.home-sec .flexslider h3,
.features-sec .flexslider h1,
.features-sec .flexslider h2,
.features-sec .flexslider h3 {
  font-family: 'Gotham Rounded';
  text-shadow: 1px 1px 2px #000; 
  font-weight: bold;
}

.home-sec h1 {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  padding-bottom: 35px;
}

.home-sec h3 {
  text-transform: uppercase;
}

.home-sec h1::after {
  content: " ";
  border: solid 2px #17A9EC;
  display: block;
  width: 200px;
  margin: 12px auto;
}

.home-sec .bg-overlay {
  background: rgba(23, 169, 236, 0.2);
  min-height: 608px;
}

.home-sec .bg-title {
    background: #17A9EC;
    padding: 0px 5px 20px 5px;
}

.flexslider {
  background: transparent;
  border: none;
}

#features-sec {
  margin-top: 30px;
}

#features-sec, #connect-sec {
  background: #FFF;
  color: #000 !important;
  font-size: 18px;
  width: 100%;
}

#awesome-sec {
  background: rgba(147,206,222,1);
  background: -moz-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 23%, rgba(32,124,229,1) 72%, rgba(32,124,229,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(23%, rgba(117,189,209,1)), color-stop(72%, rgba(32,124,229,1)), color-stop(100%, rgba(32,124,229,1)));
  background: -webkit-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 23%, rgba(32,124,229,1) 72%, rgba(32,124,229,1) 100%);
  background: -o-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 23%, rgba(32,124,229,1) 72%, rgba(32,124,229,1) 100%);
  background: -ms-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 23%, rgba(32,124,229,1) 72%, rgba(32,124,229,1) 100%);
  background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 23%, rgba(32,124,229,1) 72%, rgba(32,124,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#207ce5', GradientType=0 );
}

#awesome-sec {
  color: #FFF !important;
  font-size: 18px;
  width: 100%;
}

#awesome-sec ul li {
  list-style: none;
}

#contact-sec {
  padding-top: 10px;
  padding-bottom: 60px;
  background: url(../../images/contact-bg-min.jpg) no-repeat center center;
  padding: 0;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}

#contact-sec .bg-overlay {
  background: rgba(0,0,0,0.76);
  min-height: 600px;
}

#footer-sec {
  background: #25252a;
  color: #FFF;
  width: 100%;
  border-top: 3px solid #FFF;
}

#footer-logo {
  text-align: center;
  display: block;
}

#footer-logo img {
  width: 50%;
}

#footer-sec .power img {
  height: 28px;
}

#footer-sec .contact-details {
  color: #03a9f4;
}

.header-line {
  font-weight: 900 !important;
  font-size: 25px !important;
  padding-bottom: 5px !important;
  padding-top: 25px;
}

h1.header-line::after {
  content: " ";
  border: solid 2px #428BCA;
  display: block;
  width: 200px;
  margin: 12px auto;
}

#awesome-sec h1.header-line::after {
  border: solid 2px #FFF;
}

.about-div {
  padding: 30px;
}

.awesome-div {
  padding: 30px;
}

.awesome-div img {
  width: 70%;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
  border: 1px solid #cbd2d6;
}

.awesome-div hr {
  border: 1px solid #FFF;
}

.icon-round-border {
  border: 10px double #428BCA;
  color: #488AD4;
  text-align: center;
  padding-top: 15px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.icon-round-border:hover {
  color: #FFF;
  border: 10px double #FFF;
  background-color: #488AD4;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about-div hr {
  border: 1px solid #428BCA;
}

.about-div p, .awesome-div p {
  text-align: justify !important;
}

.awesome-div p {
  font-size: 28px;
  text-align: left !important;
}

.awesome-div p i {
  font-size: 20px; 
}

.home li .btn {
  width: 200px;
  margin-top: 5px;
}

#frm-send-message .form-control {
  margin-top: 5px;
}

@media only screen and (max-width: 420px) and (min-width: 320px){
  .home{
    margin-left: auto;
    margin-right: auto;
  }

  .home-sec .bg-title{
    margin: auto;
  } 
}

@media only screen and (max-width: 310px){
  .home{
    margin-left: auto;
    margin-right: auto;
  }

  .home-sec .bg-title{
    margin-top: auto;
  }
  .btn{
    width: 100%;
    margin-bottom: 10px;
  }
}