@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
.form-label-group input:-webkit-input-placeholder, .form-label-group input::-ms-input-placeholder, .form-label-group input::-moz-placeholder {
  color: transparent;
}

a,
.btn {
  color: #121921;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:focus,
a:hover,
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
  outline: 0;
}

.under-line {
  text-decoration: underline;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Global */
body {
  font-family: 'Open Sans', sans-serif;
  background: #FFF;
  color: #121921;
  font-size: 15px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}

img {
  max-width: 100%;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* padding & margin */
.nopadding {
  padding: 0 !important;
}

.nopadd-bottom {
  padding-bottom: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

.section-heading {
  margin-bottom: 35px;
}

.section-heading h2 {
  font-size: 26px;
  font-weight: 600;
}

.section-heading::after {
  position: relative;
  content: "";
  width: 80px;
  display: block;
  height: 3px;
  background: #ed3237;
  margin-top: 15px;
  top: 0;
}

.section-heading.text-center:after {
  margin: 15px auto 0;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white .title-small {
  color: #FFF !important;
}

.btn {
  background: #000;
  color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 3px;
  font-weight: 400;
  text-align: center;
}

.btn:hover {
  color: #FFF;
  background: #000;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

body {
  background: #fafafa;
  font-size: 14px;
}

.main-container {
  position: relative;
  background: #FFF;
  max-width: 1170px;
  margin: 20px auto;
  border: 1px solid #EEE;
  -webkit-box-shadow: 2px 5px 8px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 8px -2px rgba(0, 0, 0, 0.1);
}

.main-container .container {
  padding: 0 25px;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .main-container .container {
    padding: 0 15px;
  }
}

/* header Start  */
header {
  position: relative;
  background: #FFF;
  padding: 10px 0;
  z-index: 9;
}

header.other-header {
  background: #EEE;
}

header .logo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo-content .logo {
  -webkit-box-shadow: 2px 5px 8px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 5px 8px -2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  z-index: 9;
  background: #FFF;
  border-radius: 0 0 20px 20px;
  border: 1px solid #EEE;
  border-top: none;
  margin: -10px 0 -33px 10px;
}

header .logo-content .logo img {
  max-width: 125px;
}

header .logo-content h3 {
  font-size: 15px;
  color: #ed3237;
  font-weight: 700;
  margin: 0;
  padding: 15px;
}

@media screen and (max-width: 576px) {
  header .logo-content h3 {
    display: none;
  }
}

header .header-social {
  margin-left: auto;
}

header .header-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 5px;
  line-height: 34px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background: #ed3237;
  border: 2px solid #ed3237;
  border-radius: 10px 0 10px 0;
}

header .header-social a:hover {
  background: #29a7d5;
  border: 2px solid #29a7d5;
}

/* slider-section Start  */
.slider-section {
  position: relative;
}

.slider-section .carousel {
  width: 100%;
}

.slider-section .carousel img {
  width: 100%;
}

.slider-section .carousel .carousel-indicators {
  cursor: pointer;
}

.slider-section .slider-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .slider-section .slider-content {
    position: static;
    height: auto;
    padding: 50px 0 20px;
    background: #FFF;
  }
}

.slider-section .slider-content .container {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .slider-section .slider-content .container {
    padding-right: 15px;
  }
}

.slider-section .slider-content .row {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-section .slider-content h1 {
  position: relative;
  padding-left: 35px;
  font-size: 45px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .slider-section .slider-content h1 {
    font-size: 28px;
    color: #121921;
  }
}

.slider-section .slider-content h1::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  color: #ed3237;
}

.slider-section .slider-content p {
  color: #FFF;
  font-weight: 300;
  line-height: 20px;
  font-size: 16px;
  margin: 15px 40px;
}

@media screen and (max-width: 767px) {
  .slider-section .slider-content p {
    color: #121921;
  }
}

.slider-section .contactform {
  padding: 40px 15px;
  background: #1c1e82;
  border-radius: 0 0 25px 25px;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .slider-section .contactform {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .slider-section .contactform {
    margin-top: 30px;
  }
}

.slider-section .contactform h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .slider-section .contactform h3 {
    font-size: 20px;
  }
}

.slider-section .contactform .form-control {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #FFF !important;
  background-color: rgba(255, 255, 255, 0.1);
  background-clip: padding-box;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.slider-section .contactform ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2) !important;
}

.slider-section .contactform ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2) !important;
}

.slider-section .contactform :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2) !important;
}

.slider-section .contactform :-moz-placeholder {
  color: rgba(255, 255, 255, 0.2) !important;
}

.slider-section .contactform textarea {
  height: 120px;
}

.slider-section .contactform input.submit, .slider-section .contactform input:hover.submit {
  color: #FFF;
  padding: 15px;
  width: 100%;
  cursor: pointer;
}

.slider-section .contactform input.submit {
  background-color: #ed3237;
  border: 0;
  font-size: 14px;
  border-radius: 6px;
  font-weight: bold;
}

.slider-section .contactform input:hover.submit {
  background-color: #29a7d5;
  border: 0;
  border-radius: 6px;
}

.slider-section .contactform input:focus.submit {
  outline: 0;
}

/* other-content */
.other-content {
  padding: 30px 0;
}

.other-content h3, .other-content h4 {
  margin-top: 0;
  color: #ed3237;
  font-weight: 800;
  text-transform: uppercase;
}

.other-content h3 {
  font-size: 22px;
}

.other-content h4 {
  font-size: 16px;
}

.other-content p {
  margin-bottom: 20px;
}

.other-content ul {
  margin-left: 20px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.other-content ul li {
  font-size: 14px;
  width: 33.3%;
  list-style: disc;
}

@media screen and (max-width: 991px) {
  .other-content ul li {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .other-content ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* footer Start  */
footer {
  background: #1c1e82;
  padding: 10px 0;
  text-align: center;
}

footer p {
  margin: 0;
  color: #FFF;
}

footer p a {
  color: #29a7d5;
}

/* loading Start */
#loader {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
}

/* loading End */
/*# sourceMappingURL=main.css.map */