html,
body {
  margin: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.instant {
  -webkit-transition: 0 0 !important;
  transition: 0 0 !important;
}

body {
  line-height: 1;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  background-color: #FFF;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #Basic Styles
================================================== */
html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  font-family: 'Roboto', sans-serif;
}

/* #Links
================================================== */
a,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

p a,
p a:visited {
  line-height: inherit;
}

/* #style
================================================== */
.warapper {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.warapper .left-main {
  padding: 0;
  width: 14%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #e11f27;
  -webkit-box-shadow: 2px 0 4px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0 4px 2px rgba(0, 0, 0, 0.15);
}

.warapper .left-main .navbar {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.warapper .left-main .navbar-brand {
  padding: 0;
  margin-right: 0;
}

.warapper .left-main .nav-active:after {
  margin-top: 5px;
}

.warapper .left-main .nav {
  padding: 1rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.warapper .left-main .nav .nav-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #ff4c53;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}

.warapper .left-main .nav .nav-item:hover {
  background: #ce1119;
}

.warapper .left-main .nav .nav-item a {
  color: white;
  padding: 0;
  width: 100%;
}

.warapper .main-content {
  padding: 0;
  width: 86%;
  height: 100%;
  position: absolute;
  right: 0;
}

.warapper .main-content .banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.warapper .main-content .banner .icon-left {
  width: 60px;
  height: 60px;
  background: url(../images/left.png) no-repeat;
  background-size: 80%;
  background-position: center;
  border: 2px solid white;
  opacity: 1;
  bottom: 5rem;
  left: 10rem;
  top: inherit;
}

.warapper .main-content .banner .icon-right {
  width: 60px;
  height: 60px;
  background: url(../images/right.png) no-repeat;
  background-size: 80%;
  background-position: center;
  border: 2px solid white;
  opacity: 1;
  bottom: 5rem;
  left: 13.6rem;
  top: inherit;
}

.warapper .main-content .banner .banner-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100vh;
}

.warapper .main-content .banner .banner-slide .banner-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
}

.warapper .main-content .banner .banner-slide img {
  width: 100;
  height: 100vh;
}

.warapper .main-content .banner .banner-slide .title-head {
  position: absolute;
  left: 10%;
  bottom: 35%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 9;
}

.warapper .main-content .banner .banner-slide .title-head h1 {
  font-size: 4rem;
  line-height: 3.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: white;
}

.warapper .main-content .banner .banner-slide .title-head h4 {
  color: #e11f27;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 1rem;
}

.warapper .main-content .abt-content {
  padding-left: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.warapper .main-content .abt-content h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300;
  padding-bottom: 2rem;
  color: #e11f27;
}

.warapper .main-content .abt-content p {
  color: #444;
  font-size: 1rem;
  line-height: 1.5rem;
}

.warapper .main-content .section {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10rem 0;
}

.warapper .main-content .sub-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.warapper .main-content .sub-head h3 {
  font-size: 1.5rem;
  padding-bottom: 5rem;
  line-height: 1.8rem;
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.warapper .main-content .sub-head h2 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.warapper .main-content .serv-section {
  background: #1b1b1b url(../images/serv-bg.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.warapper .main-content .serv-section .box {
  margin-bottom: 1rem;
}

.warapper .main-content .serv-section .box .serv {
  border: none;
  border-radius: inherit;
  background: black;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.warapper .main-content .serv-section .box .serv:hover .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 36, 0)), color-stop(49%, #e11f27));
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, #e11f27 49%);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.warapper .main-content .serv-section .box .serv img {
  opacity: 0.8;
}

.warapper .main-content .serv-section .box .serv .overlay {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 36, 0)), color-stop(86%, #e11f27b8));
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, #e11f27b8 86%);
  height: 100%;
  width: 100%;
}

.warapper .main-content .serv-section .box .serv .title-box {
  bottom: 2rem !important;
  top: inherit;
}

.warapper .main-content .serv-section .box .serv .title-box h3 {
  font-size: 2.2rem;
  line-height: 2rem;
  padding-bottom: 0.2rem;
  font-weight: 400;
}

.warapper .main-content .serv-section .box .serv .title-box p {
  color: #ffabaf;
  line-height: 1.2rem;
}

.warapper .main-content .gallery-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.warapper .main-content .gallery-box li {
  width: calc(100% / 4);
  float: left;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.warapper .main-content .gallery-box li:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.warapper .main-content .gallery-box p {
  margin: 1em 0 0;
  padding: 3em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
  font-size: 20px;
}

.warapper .main-content footer {
  background: #252931 url(../images/bg.png) no-repeat right;
  background-position: right bottom;
  background-size: 40%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem 0 2rem 0;
}

.warapper .main-content footer .copy-right {
  color: #e4e4e4;
}

.warapper .main-content footer .contact-head {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.warapper .main-content footer .contact-head h2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 4rem;
}

.warapper .main-content footer .contact-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.warapper .main-content footer .contact-box p, .warapper .main-content footer .contact-box span, .warapper .main-content footer .contact-box a {
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding-left: 3.8rem;
}

.warapper .main-content footer .contact-box .form {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.warapper .main-content footer .contact-box .form .form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.warapper .main-content footer .contact-box .form .form-group input, .warapper .main-content footer .contact-box .form .form-group textarea {
  border-radius: inherit;
  padding: 1.8rem 1rem;
  background: transparent;
  color: white;
  letter-spacing: 1px;
}

.warapper .main-content footer .contact-box .form .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.warapper .main-content footer .contact-box .form .btn-box .btn-submit {
  padding: 1.3 3rem;
  background-color: #e11f27;
  color: white;
  border-radius: 0;
  border: inherit;
  padding: 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.warapper .main-content footer .contact-box .form .btn-box .btn-submit:hover {
  background-color: #ad1016;
}

.warapper .main-content footer .contact-box .adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: url(../images/location.png) no-repeat top left;
  background-size: 50px 50px;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}

.warapper .main-content footer .contact-box .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: url(../images/phone.png) no-repeat top left;
  background-size: 50px 50px;
  padding: 1rem 0;
}

.warapper .main-content footer .contact-box .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: url(../images/mail.png) no-repeat top left;
  background-size: 50px 50px;
  padding: 1rem 0;
}
/*# sourceMappingURL=main.css.map */