.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0px;
    margin: 0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #000;
    background: #E60A2C;
}

::selection {
  color: #000;
  background: #E60A2C;
}

* {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

* {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}

body {
    margin: 0;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f9f9f9;
  }

.maxwidth {
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.maxwidth1 {
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    max-width: 1350px;
    margin: 0 auto;
}

.navbar {
    min-height: auto;
}

.navbar-default {
    background-color: transparent;
    padding: 0px;
    padding-bottom: 0px;
    border: 0;
}

.navbar-shrink {
    padding: 0px;
    background-color: rgba(0,0,0,0.83);
}

.navbar-shrink .logo{
  width: 140px;
}

.navbar-shrink .navbar-right{
  padding-top: 29px;
}

.navbar-brand {
    height: auto;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}



.navbar-nav>li>a {
    padding: 0px;
    margin-top: 28px !important;
}

.carousel-inner>.item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.scroll-down {
    position: absolute;
    bottom: 15px;
    width: 100%;
    z-index: 16;
    text-align: center
}

.scroll:hover {
    padding-top: 15px !important;
}

.carousel-caption {
    position: absolute;
    padding-bottom: 20px;
    bottom: auto !important;
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: left;
    font-family: "Lato Light";
    font-size: 38px !important;
    text-transform: uppercase;
    line-height: 35px !important;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.75) !important;
    transform: translate(0, -50%);
}

.carousel-title {
    text-align: left;
}

.carousel-title img {
    margin-bottom: 20px;
    width: 45px;
}

.carousel-break {
    width: 100px;
    height: 4px;
    background-color: #81c341;
    margin-top: 20px;
}

.navbar-toggle {
    border-radius: 0px;
    margin-top: 20px;
}

.navbar-toggle:hover {
    background-color: #2c81a4 !important;
    border-color: #2c81a4 !important;
}

.navbar-toggle:hover .icon-bar {
    background-color: #fff !important;
}


/****************************************/


.navbar-right {
    padding-top: 35px
}

.menu-item {
    margin-left: 30px;
    margin-top: 13px;
    font-family: 'Kepler sm';
    padding: 5px 0px !important;
    margin-top: 20px !important;
    font-size: 14px;
    color: #fff;
}

.menu-item1 {
    margin-left: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffff;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.menu-item:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-bottom: 3px #fff solid !important;
}

.menu-item-current{
  color: #fff !important;
  background-color: transparent !important;
  border-bottom: 3px #fff solid !important;
}


.menu-sep {
    position: absolute;
    right: -19px;
    top: 10px;
}

.navbar-nav>li>a {
    margin-top: 0px !important
}


.banner{
  height:100vh;
  background-image: url(../../imgs/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}

.banner::after {
  width: 50%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.banner-content{
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 11;

}


.header{
  padding-top: 40px;
}



.logo {
  width: 100%;
  max-width: 235px
}

.banner-info{
  width: 50%;
  color: #fff;
}

.banner-title{
  font-size: 50px;
  line-height: 45px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 40px;
}

.banner-subtitle{
  padding-right: 70px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.align-right{
  text-align: right;
}

.connect {
  background-color: #000;
  padding: 10px 15px;
  color: #fff;
  border-radius: 4px;
  margin-top: 9px;
  display: inline-block;
}

.connect:hover{
  background-color: #E60A2C;
}

.scroll-down{
  background-color: #fff;
  width: 45px;
  height: 45px;
  padding-top: 13px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.scroll-down:hover{
  background-color: #E60A2C;
}


.about{
  background-color: #E60A2C;
  padding-top: 50px;
  padding-bottom: 90px;
}

.about-img{
  width: 90%;
}

.about-text{
  color: #fff;
  margin-top: 38px;
  width: 90%;
  font-size: 15px;
}

.start-now{
  color: #FE5858;
  border-radius: 20px;
  background-color: #fff;
  padding: 10px 20px;
  padding-right: 120px;
  display: inline-block;
  font-size: 13px;
  background-image: url(../../imgs/right.png);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 18px;
  font-weight: bold;
}

.start-now:hover{
  background-color: #FFFF76;
}

.padd-t-30{
  padding-top: 30px;
}

.take{
  color: #FFFF76;
  font-size: 26px;
}

.footer{
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  word-spacing: 3px;
}

.align-right1{
  text-align: right;
}

.banner1{
  background-image: url(../../imgs/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 134px;
}

.banner1::after {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.questions-container{
  padding-top: 80px;
  padding-bottom: 80px;
}

.tab-title{
  font-size: 30px;
  font-weight: bold;
  padding-left: 0px;
  text-transform:capitalize;
  margin-bottom: 40px;
}

.tab-title span{
  color: #E60A2C;
  opacity: 0.2;
  font-size: 85px;
  font-weight: bold;
  position: absolute;
  transform: translate(0px, -39px);
  left: 0px;
  top: 0px;
}

.question{
  padding-bottom: 30px;
  border-bottom: 1px solid #E60A2C;
  padding-top: 30px;
  padding-left: 15px;

}

.question-title{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.question-subtitle{
  font-size: 12px;
}

.answer{
  border: #E60A2C solid 1px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-right: 38px;
  padding-top: 4px;
    font-weight: bold;
    cursor: pointer;
}

.answer-selected{
  background-color: #E60A2C;
  color: #fff;
}

.navigation{
  margin-top: 25px;
}
.navigation div {
  background-color: #E60A2C;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  border-radius: 20px;
  padding: 7px 26px;
  font-size: 13px;
  min-width: 149px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.navigation div:hover{
  background-color: #000;
}

.tab{
  display: none;
  width: 100%;
}

.tab-active{
  display: inline-block;
}

.tab:nth-child(1) .nav-previous{
  display: none;
}

.tab:nth-last-child(1) .nav-next{
  display: none;
}

.nav-submit{
  display: none !important;
  background-color: #000 !important;
  color: #fff !important;
}

.tab:nth-last-child(1) .nav-submit{
  display: inline-block !important;
}

.question:hover{
  background-color: #f5c9d0;
}



.answer:hover {
background-color: #E60A2C;
color: #fff;
}

.txtarea {
  width: 96%;
  height: 100px;
  border: 1px solid #f5c9d0;
  resize: none;
  background-color: #f5c9d0;
  padding: 12px;
  color: #000;
}

.question:hover .txtarea{
  background-color: #dab7bd;
}

input.txtbx {
  background: #f5c9d0;
  border: 0;
  display: block;
  width: 95%;
  height: 49px;
  font-size: 14px;
  font-weight: 100;
  padding-left: 10px;
}

.question:hover .txtbx{
  background-color: #dab7bd;
}

.hiddentxt{
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

.nav-submit {
  background-color: #E60A2C;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  border-radius: 20px;
  padding: 7px 26px;
  font-size: 13px;
  min-width: 149px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  border: 0px;
}

.dont{
  float: none;
  width: 100%;
  height: auto;
  border-radius: 19px;
  padding: 3px 4px;
}

.tu{
  background-color: #dab7bd;
    border-radius: 6px;
    padding: 36px;
    font-size: 22px;
    font-weight: bold;
    border: dotted;
    max-width: 61%;
    margin: 0 auto;
}

.tu span{
  font-size: 14px;
  text-align: center;
}

.resource-box{
  background-color: #E60A2C;
  display: inline-block;
  color: #fff;
  margin: 3px;
}

.resource-box:hover{
  background-color: #000;
}

.resource-content{
  padding: 15px
}


.resource-title{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.resource-subtitle{
  min-height: 60px;
}
.tt{
  font-size: 40px;
  line-height: 45px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}


@media only screen 
and (max-width : 768px) {
  .answer {
    margin-right: 50px;
}

.dont{
  margin-top:30px
}

.question {
  padding-right: 15px;
}

}
