/*
 *  Developed for : Golden Wings Solution;
 *  Developed by  : Arun P Anil ( http://www.xpanzza.com );
 *  Developed at  : GUMAX IT GURUS ( http://www.gumaxitgurus.com );
 *  Date          : 13-06-2018;
 */

/*
*   Index
*
* 1.  General Style
* 2.  Navbar
* 3.  Footer
* 4.  Home Page
*
*/


/* 1.  General Style */

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}
a{
  color: inherit;
}
a:hover{
  text-decoration: none;
}
section{
  padding: 50px 0px;
}
h1 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}
h3{
  font-size: 20px;
  font-weight: bold;
}
p{
  line-height: 26px;
}
.font-18 {
  font-size: 18px;
}
.font-24 {
  font-size: 24px;
}
.x-color {
  color: #ebb81d;
}
.alert {
    margin-bottom: 0px;
}
/* 2. navbar */
.top-bar {
  padding: 5px 0px;
  background-color: #284f97;
  color: #fff;
}
.social-icons a{
  margin-left: 10px;
  padding: 5px 5px;
  background-color: #173c80;
  color: #fff;
}
.social-icons .fa{
  color: #fff;
}
.social-icons a i{
  padding: 5px 0px;
}
.top-bar p{
  margin: 5px 0px;
}
.menu-bar {
  padding: 20px 0px;
}
.menu-bar p {
  padding: 20px 0px;
  font-size: 18px;
}
/* 3 Footer */
footer {
  background-image: url('../images/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 25px;
}
footer h2 {
  font-size: 24px;
  font-weight: bold;
}
footer .copyright {
  border-top: 1px solid #173c80 ;
  border-bottom:  1px solid #173c80 ;
  margin-top: 50px;
  padding: 10px 0px;
}
footer  p {
  margin-bottom: 0px;
}
.fa {
  color: #ebb81d;
}
footer h4, footer .social-icons {
  padding: 10px 0px;
}

/* 4 Home Page */
.service h2{
    font-size: 20px;
    font-weight: bold;
}
.about {
    padding-bottom: 50px
}
.about h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.about p{
    line-height: 26px;
}
.about img{
    border-radius: 15px;
}
.credit {
  background-color: #eff3f8;
}

.testimonials{
  text-align: center;
}
.testimonials h1{
  padding-bottom: 20px;
}
.testimonials .carousel-caption {
    position: initial;
    color: #000;
    padding: 0px 10%;
}
.testimonials .carousel-control {

    opacity: 1;
}
.testimonials .carousel-control:focus, .testimonials .carousel-control:hover {
    text-decoration: none;
    filter: none;
    outline: 0;
    opacity: 1;
}
.testimonials .carousel-control.left, .testimonials .carousel-control.right {
    background-image: none;
}
.testimonials .carousel-control .glyphicon-chevron-left, .testimonials .carousel-control .icon-prev {
    left: 45%;
    margin-left: 0px;
    margin-top: 60px;
}
.testimonials .carousel-control .glyphicon-chevron-right, .testimonials .carousel-control .icon-next {
    right: 45%;
    margin-right: 0px;
    margin-top: 60px;
}
.testimonials .carousel-control {
    position: initial;
    padding: 0px;
    font-size: 40px;
    color: #ebb81d;
    text-align: center;
    text-shadow: none;
    filter: none;
    opacity: 1;
}
.contact-form {
  background-color: #284f97;
  padding: 20px 0px;
  color: #fff;
  margin-top: 20px;
}
.contact-form .form-control{
  background-color: #173c80;
  color: #fff;
  height: 45px;
  border: none;
}
.contact-form .btn-default{
  color: #173c80;
  height: 45px;
  width: 100%;
  background: rgba(226,170,17,1);
  background: rgba(226,170,17,1);
  background: -moz-linear-gradient(top, rgba(226,170,17,1) 0%, rgba(255,205,40,1) 50%, rgba(226,170,17,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,170,17,1)), color-stop(50%, rgba(255,205,40,1)), color-stop(100%, rgba(226,170,17,1)));
  background: -webkit-linear-gradient(top, rgba(226,170,17,1) 0%, rgba(255,205,40,1) 50%, rgba(226,170,17,1) 100%);
  background: -o-linear-gradient(top, rgba(226,170,17,1) 0%, rgba(255,205,40,1) 50%, rgba(226,170,17,1) 100%);
  background: -ms-linear-gradient(top, rgba(226,170,17,1) 0%, rgba(255,205,40,1) 50%, rgba(226,170,17,1) 100%);
  background: linear-gradient(to bottom, rgba(226,170,17,1) 0%, rgba(255,205,40,1) 50%, rgba(226,170,17,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2aa11', endColorstr='#e2aa11', GradientType=0 );
}
.contact-form .btn-default:hover{
  font-weight: bold;
  background: rgba(255,205,40,1);
  background: -moz-linear-gradient(top, rgba(255,205,40,1) 0%, rgba(226,170,17,1) 50%, rgba(255,205,40,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,205,40,1)), color-stop(50%, rgba(226,170,17,1)), color-stop(100%, rgba(255,205,40,1)));
  background: -webkit-linear-gradient(top, rgba(255,205,40,1) 0%, rgba(226,170,17,1) 50%, rgba(255,205,40,1) 100%);
  background: -o-linear-gradient(top, rgba(255,205,40,1) 0%, rgba(226,170,17,1) 50%, rgba(255,205,40,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,205,40,1) 0%, rgba(226,170,17,1) 50%, rgba(255,205,40,1) 100%);
  background: linear-gradient(to bottom, rgba(255,205,40,1) 0%, rgba(226,170,17,1) 50%, rgba(255,205,40,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd28', endColorstr='#ffcd28', GradientType=0 );
}
/* Responsive code */

@media screen and (min-width: 768px) {
  .banner .carousel-caption {
      right: 20%;
      left: 20%;
      top: 30%;
      padding-bottom: 30px;
      text-align: left;
  }
  .banner .carousel-caption h3 {
      font-size: 60px;
      color: #000;
  }
  footer .center-box {
    border-left: 1px solid #173c80;
    border-right: 1px solid #173c80;
  }
  footer .pl-8 {
      padding-left: 8%;
  }
  footer .pr-3 {
    padding-right: 5%;
  }
}