@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

/* General */
body {
  font-family: 'Open Sans', sans-serif;
}

img{
  -webkit-user-drag: none;
  -moz-user-drag:none;
  -khtml-user-drag:none;
}

.jumbotron {
  margin-bottom: 0;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

@media screen and (max-width: 992px){
  .col-mgbtm {
    margin-bottom: 15px;
    text-align: center;
  }
}
/* General end */

/* Section1 */
.section1 {
  background: url('../img/banner/1.png');
  background-size: cover;
  height: 100vh;
  background-position-y: -170px;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .section1 {
    height: auto;
    background-position: right;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 992px) {
  .boy1 {
    width: 30%;
  }
}

@media screen and (max-width: 425px) {
  .section1 {
    background-position-x: -480px;
  }
}

/* Navbar */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent !important;
}

.navbar-nav > li > a  {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

.navbar-right {
  margin-top: 12px;
}

.navbar-toggle {
  margin-top: 18px;
}

.navbar-toggle .icon-bar {
  background: #FFF;
}

.navbar-collapse {
  border-top: none;
  box-shadow: none;
}

/* Navbar end */

.sec1-hd1 {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  //margin-top: 15px;
  margin-bottom: 10px;
}

/* Section1 end */

/* Section2 */
.section2 {
  background: url('../img/banner/2.png');
  background-size: cover;
  //background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 0 0;
}

.sec2-hd1 {
  margin-top: 125px;
  font-size: 25px;
  font-weight: 600;
  color: #525252;
}

.sec2-hd2 {
  font-weight: 300;
  color: #525252;
  font-size: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .section2 {
    padding: 80px 0;
    text-align: center;
  }
  .sec2-hd1 {
    margin-top: 0px;
  }
}


@media screen and (max-width: 992px) {
  .boy2 {
    width: 20%;
  }
}
/* Section2 End */


/* Section3 */
.section3 {
  background: url('../img/banner/3.png') #E05A38;
  background-size: cover;
  //background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0 0 0;
}

.sec3-hd1 {
  color: white;
  font-size: 25px;
  font-weight: 600;
  margin-top: 150px;
}

.sec3-hd2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .section3 {
    padding: 80px 0;
    background: #E05A38;
  }
  .sec3-hd1 {
    margin-top: 0px;
  }
}
/* Section3 End */


/* Section4 */
.section4 {
  background: url('../img/banner/4.png');
  background-size: cover;
  background-repeat: repeat;
  padding: 200px 0;
}

.sec4-hd1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sec4-hd2 {
  font-size: 20px;
  font-weight: 300;
}
/* Section4 end */

/* Section5 */
.section5 {
  background: url('../img/banner/5.png');
  background-size: cover;
  background-repeat: repeat;
  padding: 80px 0 0 0;
}

.sec5-hd1 {
  color: white;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sec5-hd2 {
  color: white;
  font-size: 20px;
  font-weight: 300;
}
/* Section5 End */


/* Section 6 */
.section6 {
  background: url('../img/banner/6.png');
  background-size: cover;
  background-repeat: repeat;
  padding: 80px 0 0 0;
}

.sec6-hd1 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 120px;
  margin-bottom: 15px;
}

.sec6-hd2 {
  font-size: 20px;
  font-weight: 300;
}

.b3 {
  position: relative;
  right: -80px;
}

@media screen and (max-width: 767px) {
  .section6 {
    padding: 80px 0;
  }
  .sec6-hd1 {
    margin-top: 0px;
  }
}
/* Section 6 End */

/* Video-sec */
.secvid-hd1 {
  font-size: 30px;
  color: #565656;
  margin-bottom: 15px;
}

.exp-video {
  width: 100%;
  height: 312px;
}
/* Video-sec end */

/* Section7 */
.section7 {
  background: #ffffff;
  padding: 80px 0;
}

.sec7-hd1 {
  font-size: 30px;
  color: #565656;
  text-align: center;
}

.in-txt {
  font-size: 18px;
  height: 45px;
  font-weight: 300;
  box-shadow: none;
  margin-bottom: 15px;
  border-radius: 3px;
}

.myselect {
  font-size: 18px;
  height: 45px;
  font-weight: 300;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  border: solid 1px #ccc;
  border-radius: 3px;
}

.in-txtarea {
  font-size: 18px;
  font-weight: 300;
  box-shadow: none;
  margin-bottom: 15px;
  border-radius: 3px;
  padding: 12px;
  box-shadow: none;
  resize: vertical;
}

.org-btn,
.org-btn:focus,
.org-btn:hover,
.org-btn:active {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  height: 45px;
  background: #F56744;
  width: 100%;
  outline: none !important;
}

.org-btn2,
.org-btn2:focus,
.org-btn2:hover,
.org-btn2:active {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  background: #F56744;
  outline: none !important;
  padding: 7px 20px;
  border-radius: 3px;
}

.error {
  background: #FF5252;
  color: #FFF;
  padding: 12px;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 3px;
}

.success {
  background: #1EEA79;
  color: #FFF;
  padding: 12px;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 3px;
}

/* Section7 End */


/* Section8 */
.section8 {
  background: url('../img/banner/7.png');
  background-size: cover;
  padding: 80px 0;
}

.box {
  background: rgba(0, 0, 0, 0.62);
  padding: 20px;
  border-radius: 3px;
  text-align: center;
  color: white;
}

.fa-map-marker {
  font-size: 30px !important;
}

.sec8-hd1 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.sec8-hd2 {
  font-size: 18px;
  font-weight: 300;
}

.sec8-hd2 a{
  color: white;
}
/* Section8 End */


/* Footer */
.ashwin {
  background: #23354C;
}

.ash-hd1 {
  font-size: 15px;
  font-weight: 300;
  color: #EFEFEF;
  text-align: center;
  /* margin-top: 12px; */
}

.ashwin .social{
  font-size: 20px;
  margin-top: 10px;
}

.ashwin .social a {
  color: #EFEFEF;
  margin-right: 20px;
}

.ashwin .terms-txt {
  margin-right: 10px;
  margin-left: 10px;
}
.ashwin .terms-txt a {
  color: white;
}
/* Footer End */
