.carousel {
  margin-top: 80px;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar-default {
  background-color: red;
  border-color: transparent;
  background-image: url(../images/topbar.png);
  height: 177px;
  background-position: center top;
}
.navbar-brand {
  float: left;
  height: 110px;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}
.navbar-default .nav li a {
  font-family: "Courgette";
  font-weight: 400;
  color: black;
  font-size: 18x;
  padding: 10px 14px;
}
.navbar-default .nav li {
  background-image: url(../images/menu-dot.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.navbar-default .nav li:last-child {
  background-image: none;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: red;
  outline: 0;
}
.navbar-default .nav li a.active {
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
}
.home-thums {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.home-thums .HT-EchImg {
  height: 212px;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 2px solid #000;
}
p {
  font-family: Arial;
  font-size: 17px;
  line-height: 24px;
  color: #4d4d4d;
}
li {
  font-family: Arial;
  font-size: 17px;
  line-height: 24px;
  color: transparent;
}
h3 {
  color: #ff264b;
}
.Section2 {
  background-color: transparent;
  padding: 50px 0;
}
.Section2 h2 {
  font-family: "Courgette";
  color: #000;
  font-size: 40px;
  text-shadow: 3px 1px;
  margin-bottom: 20px;
}
.Section2 ul {
  padding: 0px;
  margin: 0px;
}
.Section2 ul li {
  margin-left: 20px;
  list-style-type: none;
  list-style-image: url(../images/dot.png);
  font-family: "Courgette";
  font-size: 24px;
  color: #fff;
}
.Section3 {
  background-color: transparent;
  padding: 30px 0;
}
.Section3 h2 {
  font-family: "Courgette";
  color: #000;
  font-size: 40px;
}
.gallery {
  display: inline-block;
  margin-top: 20px;
}
.Inner-Cnt-area {
  padding: 20px 0;
}
.Inner-Cnt-area h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: normal;
}
.btn-org {
  color: #fff;
  background-color: #ff264b;
  border-color: #ff264b;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 16px;
}
.btn-org.active,
.btn-org.focus,
.btn-org:active,
.btn-org:focus,
.btn-org:hover,
.open > .dropdown-toggle.btn-org {
  color: #fff;
  background-color: #ff264b;
  border-color: #ff264b;
}
.btn-black {
  color: #fff;
  background-color: #383636;
  border-color: #383636;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  padding: 6px 16px;
}
.btn-black.active,
.btn-black.focus,
.btn-black:active,
.btn-black:focus,
.btn-black:hover,
.open > .dropdown-toggle.btn-black {
  color: #000000;
  background-color: transparent;
  border-color: #383636;
}
.requestform .form-control {
  border-radius: 0px;
  min-height: 40px;
}
footer {
  background-color: #ff264b;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
footer .copright {
  padding-top: 10px;
}
footer .copright a {
  color: #fff;
  text-decoration: none;
}
footer .copright a:hover {
  color: #fff;
  text-decoration: underline;
}
footer h3 {
  color: #fff;
}
.follow {
  overflow: hidden;
  float: right;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.follow a {
  background-image: url(../images/followus.png);
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 5px;
}
.follow a.facebook {
  background-position: 0px 0px;
}
.follow a.twitter {
  background-position: -36px 0px;
}
.follow a.in {
  background-position: -71px 0px;
}
.follow a.google {
  background-position: -106px 0px;
}
.follow a.you {
  background-position: -141px 0px;
}
@media (min-width: 768px) {
  .navbar-nav > li {
    margin-top: 34px;
  }
  .navbar-fixed-top {
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    background-color: #fff;
  }
  .navbar-brand img {
    max-height: 60px;
    margin-top: 6px;
  }
  .navbar-default {
    background-color: white;
    border-color: transparent;
    background-image: none;
    height: inherit;
    background-position: center top;
  }
  .navbar-default .nav li {
    background-image: none;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .navbar-brand {
    height: 74px;
  }
  .navbar-toggle {
    margin-top: 18px;
  }
  .carousel {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1076px;
  }
  .navbar-default .nav li a {
    font-family: "Courgette", cursive;
    font-weight: 400;
    color: #4e4e4e;
    font-size: 18px;
    padding: 10px 14px;
  }
}
