a, button {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  text-decoration: none; }
  a:hover, button:hover {
    text-decoration: none;
    outline: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
li,
p {
  list-style-type: none;
  padding: 0;
  margin: 0; }

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif; }

@font-face {
  font-family: 'TypoGotikaDemo-Bold';
  src: url("../fonts/TypoGotikaDemo-Bold.eot");
  src: url("../fonts/TypoGotikaDemo-Bold.woff2") format("woff2"), url("../fonts/TypoGotikaDemo-Bold.woff") format("woff"), url("../fonts/TypoGotikaDemo-Bold.ttf") format("truetype"), url("../fonts/TypoGotikaDemo-Bold.svg#TypoGotikaDemo-Bold") format("svg"), url("../fonts/TypoGotikaDemo-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
.header.fixed .navbar {
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.22); }
.header .navbar {
  background: #fff;
  padding: 18px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999; }
  @media (max-width: 1199px) {
    .header .navbar {
      padding: 14px 0; } }
  @media (max-width: 991px) {
    .header .navbar {
      padding: 12px 15px; } }
  @media (max-width: 575px) {
    .header .navbar {
      padding: 10px 15px; } }
  .header .navbar .navbar-brand {
    background: url(../images/amc-logo@2x.png) 0 0 no-repeat;
    background-size: 100px 43px;
    width: 100px;
    height: 43px;
    display: inline-block; }
  @media (max-width: 991px) {
    .header .navbar .navbar-toggler {
      position: absolute;
      right: 15px;
      background: #ff7519;
      border: 0;
      padding: 8px 8px; } }
  @media (max-width: 991px) and (max-width: 575px) {
    .header .navbar .navbar-toggler {
      padding: 5px 6px; } }

  .header .navbar .navbar-toggler .navbar-toggler-icon {
    background: #fff;
    height: 2px;
    padding: 0;
    margin: 0;
    position: relative;
    margin-top: -3px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s; }
    @media (max-width: 575px) {
      .header .navbar .navbar-toggler .navbar-toggler-icon {
        width: 25px; } }
    .header .navbar .navbar-toggler .navbar-toggler-icon.cross {
      transform: rotate(45deg); }
      .header .navbar .navbar-toggler .navbar-toggler-icon.cross:before {
        transform: rotate(90deg);
        margin-top: 7px; }
      .header .navbar .navbar-toggler .navbar-toggler-icon.cross:after {
        opacity: 0;
        visibility: hidden; }
    .header .navbar .navbar-toggler .navbar-toggler-icon:before {
      content: "";
      background: #fff;
      height: 2px;
      width: 100%;
      position: absolute;
      top: -7px;
      display: block; }
    .header .navbar .navbar-toggler .navbar-toggler-icon:after {
      content: "";
      background: #fff;
      height: 2px;
      width: 100%;
      position: absolute;
      bottom: -7px;
      display: block; }
  .header .navbar .navbar-collapse.show {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); }
  @media (max-width: 991px) {
    .header .navbar .navbar-collapse {
      position: fixed;
      width: 100%;
      left: 0;
      top: 60px;
      bottom: 0;
      background: #ff7519;
      z-index: 99;
      padding: 10px 15px 20px;
      transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      transform: scale(0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      overflow-y: auto; } }
  .header .navbar .navbar-nav li.active a {
    color: #ff7519; }
  .header .navbar .navbar-nav li a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.8px;
    font-weight: 400;
    color: #4a4848;
    padding: 0 12px; }
    .header .navbar .navbar-nav li a:hover, .header .navbar .navbar-nav li a:focus {
      color: #ff7519; }
    .header .navbar .navbar-nav li a.no-link {
      cursor: default;
      padding-right: 20px; }
      .header .navbar .navbar-nav li a.no-link:hover, .header .navbar .navbar-nav li a.no-link:focus {
        color: #4a4a4a; }
        @media (max-width: 767px) {
          .header .navbar .navbar-nav li a.no-link:hover:hover, .header .navbar .navbar-nav li a.no-link:hover:focus, .header .navbar .navbar-nav li a.no-link:focus:hover, .header .navbar .navbar-nav li a.no-link:focus:focus {
            color: #fff; } }
    @media (max-width: 1199px) {
      .header .navbar .navbar-nav li a {
        padding: 0 14px;
        font-size: 13px; } }
    @media (max-width: 991px) {
      .header .navbar .navbar-nav li a {
        font-size: 15px;
        margin-bottom: 8px;
        display: inline-block;
        color: #fff; } }
    @media (max-width: 767px) {
      .header .navbar .navbar-nav li a:hover, .header .navbar .navbar-nav li a:focus {
        color: #fff; } }
  .header .navbar .navbar-nav li.contact-btn a {
    text-transform: uppercase;
    height: 42px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid rgba(74, 72, 72, 0.57);
    padding: 0 22px; }
    @media (max-width: 991px) {
      .header .navbar .navbar-nav li.contact-btn a {
        margin-right: 58px;
        margin-bottom: 0;
        height: 38px;
        line-height: 36px;
        font-size: 12px;
        padding: 0 18px;
        color: #4a4848; } }
    @media (max-width: 575px) {
      .header .navbar .navbar-nav li.contact-btn a {
        margin-right: 48px;
        height: 30px;
        line-height: 28px;
        font-size: 10px;
        padding: 0 12px; } }
    .header .navbar .navbar-nav li.contact-btn a:hover, .header .navbar .navbar-nav li.contact-btn a:focus {
      background: #ff7519;
      border-color: #ff7519;
      color: #fff; }

.footer {
  background: #000;
  padding: 10px 0 75px;
  position: relative; }
  @media (max-width: 1199px) {
    .footer {
      padding: 10px 0 40px; } }
  @media (max-width: 480px) {
    .footer {
      padding: 0 0 30px; } }
  .footer:after {
    content: "";
    background: url(../images/footer-bg.png) 0 0 no-repeat;
    background-position: top center;
    position: absolute;
    left: -10px;
    right: 0px;
    bottom: 0;
    top: -140px; }
    @media (max-width: 1199px) {
      .footer:after {
        top: -80px; } }
    @media (max-width: 991px) {
      .footer:after {
        top: -48px; } }
    @media (max-width: 480px) {
      .footer:after {
        top: -25px; } }
  .footer .camera-icon {
    background: url(../images/camera_footer.svg) 0 0 no-repeat;
    display: inline-block;
    width: 222px;
    height: 335px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1; }
    @media (max-width: 1199px) {
      .footer .camera-icon {
        background-size: 165px;
        background-position: bottom right; } }
    @media (max-width: 480px) {
      .footer .camera-icon {
        background-size: 158px;
        background-position: top left;
        top: -90px;
        height: 232px;
        width: 115px; } }
  .footer .container {
    position: relative;
    z-index: 9; }
  .footer .address-block address {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'TypoGotikaDemo-Bold';
    letter-spacing: 0.3px;
    padding-left: 48px;
    background: url(../images/location-icon.svg) 0 0 no-repeat;
    background-size: 25px 33px;
    background-position: 0 7px;
    margin: 0; }
    @media (max-width: 1199px) {
      .footer .address-block address {
        font-size: 16px;
        line-height: 26px;
        padding-left: 35px;
        background-size: 20px; } }
    @media (max-width: 767px) {
      .footer .address-block address {
        max-width: 250px;
        margin-bottom: 10px; } }
    @media (max-width: 480px) {
      .footer .address-block address {
        font-size: 14px;
        line-height: 22px; } }
  .footer .contact-details {
    text-align: right; }
    @media (max-width: 767px) {
      .footer .contact-details {
        text-align: left; } }
    @media (max-width: 1199px) {
      .footer .contact-details li {
        padding-right: 60px; } }
    .footer .contact-details li.phone-text span {
      background: url(../images/telephone-icon.svg) 0 0 no-repeat;
      display: inline-block;
      background-size: 23px;
      background-position: 0 5px;
      margin-bottom: 20px; }
      @media (max-width: 1199px) {
        .footer .contact-details li.phone-text span {
          background-size: 16px;
          background-position: 0 6px;
          margin-bottom: 15px;
          font-size: 16px;
          line-height: 26px; } }
      @media (max-width: 480px) {
        .footer .contact-details li.phone-text span {
          font-size: 14px;
          line-height: 22px;
          margin-bottom: 10px; } }
    .footer .contact-details li.email-text a {
      background: url(../images/envelope.svg) 0 0 no-repeat;
      display: inline-block;
      background-size: 26px 20px;
      background-position: 0 5px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400; }
      @media (max-width: 1199px) {
        .footer .contact-details li.email-text a {
          background-size: 20px;
          background-position: 0 8px; } }
    .footer .contact-details li a, .footer .contact-details li span {
      font-size: 20px;
      padding-left: 35px;
      line-height: 30px;
      color: #fff;
      letter-spacing: 0.3px;
      font-family: 'TypoGotikaDemo-Bold';
      display: inline-block;
      font-weight: 400; }
      @media (max-width: 1199px) {
        .footer .contact-details li a, .footer .contact-details li span {
          padding-left: 25px; } }
      @media (max-width: 767px) {
        .footer .contact-details li a, .footer .contact-details li span {
          font-size: 16px; } }
      @media (max-width: 480px) {
        .footer .contact-details li a, .footer .contact-details li span {
          font-size: 15px; } }

/*=============================
        Common classes
===============================*/
body.fixed {
  position: fixed; }

.table-block {
  display: table;
  height: 100%;
  width: 100%; }
  .table-block .table-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }

.common-sec {
  padding: 80px 0; }
  @media (max-width: 991px) {
    .common-sec {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .common-sec {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .common-sec {
      padding: 30px 0; } }

.common-title {
  font-size: 40px;
  line-height: 50px;
  font-family: 'TypoGotikaDemo-Bold';
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .common-title {
      font-size: 36px;
      line-height: 48px; } }
  @media (max-width: 991px) {
    .common-title {
      font-size: 30px;
      line-height: 46px; } }
  @media (max-width: 480px) {
    .common-title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 20px; } }
  .common-title:after {
    content: "";
    width: 125px;
    height: 6px;
    object-fit: contain;
    display: block;
    margin: auto;
    margin-top: 7px;
    background: #fbfbfb;
    background: -moz-linear-gradient(left, #fbfbfb 0%, gray 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fbfbfb), color-stop(100%, gray));
    background: -webkit-linear-gradient(left, #fbfbfb 0%, gray 100%);
    background: -o-linear-gradient(left, #fbfbfb 0%, gray 100%);
    background: -ms-linear-gradient(left, #fbfbfb 0%, gray 100%);
    background: linear-gradient(to right, #fbfbfb 0%, gray 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#808080', GradientType=1 ); }
    @media (max-width: 480px) {
      .common-title:after {
        height: 4px;
        margin-top: 10px; } }

.common-p {
  font-size: 16px;
  line-height: 27px;
  color: #4a4848;
  letter-spacing: 0.5px;
  font-weight: 400; }
  @media (max-width: 991px) {
    .common-p {
      font-size: 15px;
      line-height: 25px; } }

.common-btn {
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  height: 58px;
  line-height: 58px;
  border-radius: 3px;
  background: #ff7519;
  padding: 0 26px;
  display: inline-block;
  letter-spacing: 0.80px;
  border: 0; }
  @media (max-width: 1199px) {
    .common-btn {
      height: 54px;
      line-height: 54px;
      font-size: 15px; } }
  @media (max-width: 991px) {
    .common-btn {
      height: 48px;
      line-height: 48px; } }
  @media (max-width: 480px) {
    .common-btn {
      height: 44px;
      line-height: 44px;
      font-size: 14px; } }
  .common-btn:hover, .common-btn:focus {
    color: #fff;
    background: #ff944c; }

/*=============================
         Main Banner
===============================*/
.main-banner {
  background: #fbfbfb;
  position: relative;
  overflow-y: hidden;
  margin-top: 78px; }
  @media (max-width: 1199px) {
    .main-banner {
      margin-top: 70px; } }
  @media (max-width: 991px) {
    .main-banner {
      margin-top: 66px; } }
  @media (max-width: 767px) {
    .main-banner {
      background: url(../images/main-banner.jpg) 0 0 no-repeat;
      background-size: cover; } }
  @media (max-width: 575px) {
    .main-banner {
      margin-top: 62px; } }
  @media (max-width: 767px) {
    .main-banner:after {
      content: "";
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; } }
  .main-banner .banner-content {
    padding: 100px 0 200px; }
    @media (max-width: 1199px) {
      .main-banner .banner-content {
        padding: 80px 0 160px; } }
    @media (max-width: 1199px) {
      .main-banner .banner-content {
        padding: 60px 0 80px; } }
    @media (max-width: 767px) {
      .main-banner .banner-content {
        padding: 40px 0;
        position: relative;
        z-index: 9;
        text-align: center; } }
    @media (max-width: 480px) {
      .main-banner .banner-content {
        padding: 30px 0; } }
    .main-banner .banner-content h2 {
      font-size: 30px;
      line-height: 40px;
      font-family: 'TypoGotikaDemo-Bold';
      letter-spacing: 0.5px;
      color: #000;
      max-width: 500px;
      margin-bottom: 15px; }
      @media (max-width: 1199px) {
        .main-banner .banner-content h2 {
          font-size: 26px;
          line-height: 36px;
          margin-bottom: 12px; } }
      @media (max-width: 1199px) {
        .main-banner .banner-content h2 {
          font-size: 24px;
          line-height: 32px;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .main-banner .banner-content h2 {
          color: #fff; } }
      @media (max-width: 480px) {
        .main-banner .banner-content h2 {
          font-size: 22px;
          line-height: 30px; } }
    @media (max-width: 767px) {
      .main-banner .banner-content p {
        color: #fff; } }
    .main-banner .banner-content .banner-btn {
      margin-top: 30px;
      max-width: 240px;
      width: 100%;
      text-align: center; }
      @media (max-width: 1199px) {
        .main-banner .banner-content .banner-btn {
          margin-top: 20px; } }
      @media (max-width: 991px) {
        .main-banner .banner-content .banner-btn {
          margin-top: 15px; } }
  .main-banner .banner-img {
    background: url(../images/banner-img.png) 0 0 no-repeat;
    background-position: 62px top;
    background-size: 650px;
    height: 550px;
    width: 50%;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0; }
    @media (max-width: 1199px) {
      .main-banner .banner-img {
        background-size: 420px;
        background-position: top;
        height: 365px; } }
    @media (max-width: 991px) {
      .main-banner .banner-img {
        background-size: 480px;
        background-position: 0 top;
        height: 430px; } }
    @media (max-width: 767px) {
      .main-banner .banner-img {
        display: none; } }

/*=============================
         About Section
===============================*/
.about-sec .about-title {
  text-align: center; }
@media (max-width: 767px) {
  .about-sec .about-content {
    text-align: center; } }
.about-sec .about-content p {
  font-size: 16px;
  line-height: 27px;
  color: #4a4848;
  letter-spacing: 0.5px;
  font-weight: 400; }
  @media (max-width: 991px) {
    .about-sec .about-content p {
      font-size: 15px;
      line-height: 25px; } }
  .about-sec .about-content p ~ p {
    margin-top: 30px; }
    @media (max-width: 1199px) {
      .about-sec .about-content p ~ p {
        margin-top: 20px; } }
    @media (max-width: 991px) {
      .about-sec .about-content p ~ p {
        margin-top: 15px; } }
.about-sec .about-img {
  background: url(../images/about-year-exp.svg) 0 0 no-repeat;
  height: 270px;
  max-width: 235px;
  margin: auto; }
  @media (max-width: 1199px) {
    .about-sec .about-img {
      max-width: 220px;
      height: 250px; } }
  @media (max-width: 767px) {
    .about-sec .about-img {
      max-width: 180px;
      height: 210px;
      margin-top: 30px; } }

/*=============================
         Technical Section
===============================*/
.technical-sec {
  border-top: 1px solid rgba(112, 112, 112, 0.27);
  border-bottom: 1px solid rgba(112, 112, 112, 0.27); }
  .technical-sec .technical-icon {
    position: relative;
    float: left;
    width: 30%; }
    @media (max-width: 767px) {
      .technical-sec .technical-icon {
        width: 100%;
        float: none; } }
    .technical-sec .technical-icon i {
      background: url(../images/technical-icon.svg) 0 0 no-repeat;
      height: 440px;
      width: 540px;
      display: inline-block;
      position: absolute;
      right: 0;
      background-size: 100% 100%; }
      @media (max-width: 1199px) {
        .technical-sec .technical-icon i {
          background-size: 480px;
          right: -60px; } }
      @media (max-width: 767px) {
        .technical-sec .technical-icon i {
          position: static;
          margin-top: 30px;
          display: none; } }
  .technical-sec .technical-content {
    padding-top: 100px;
    float: right;
    width: 70%;
    padding-bottom: 40px; }
    @media (max-width: 1199px) {
      .technical-sec .technical-content {
        padding: 30px 0; } }
    @media (max-width: 767px) {
      .technical-sec .technical-content {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center; } }
    .technical-sec .technical-content .common-title:after {
      margin: 0;
      background-image: linear-gradient(to left, #ffffff, #808080); }
      @media (max-width: 767px) {
        .technical-sec .technical-content .common-title:after {
          margin: auto;
          background-image: linear-gradient(to right, #ffffff, #808080); } }
    .technical-sec .technical-content .responsive-show {
      display: none; }
      @media (max-width: 767px) {
        .technical-sec .technical-content .responsive-show {
          display: block; } }
      .technical-sec .technical-content .responsive-show img {
        width: 100%; }
    .technical-sec .technical-content p {
      font-size: 16px;
      line-height: 27px;
      color: #4a4848;
      letter-spacing: 0.5px;
      font-weight: 400; }
      @media (max-width: 991px) {
        .technical-sec .technical-content p {
          font-size: 15px;
          line-height: 25px; } }
      .technical-sec .technical-content p ~ p {
        margin-top: 30px; }
        @media (max-width: 1199px) {
          .technical-sec .technical-content p ~ p {
            margin-top: 20px; } }
        @media (max-width: 991px) {
          .technical-sec .technical-content p ~ p {
            margin-top: 15px; } }

/*=============================
         Features Section
===============================*/
.features-sec .features-title {
  text-align: center; }
@media (max-width: 480px) {
  .features-sec .col-6 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.features-sec .features-block .features-icon {
  background: url(../images/features-support.svg) no-repeat;
  height: 130px;
  width: 150px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  /*@media (max-width: 1199px) {
      background-size: 120px 110px;
  }*/ }
  .features-sec .features-block .features-icon.features-response {
    background: url(../images/features-response.svg) no-repeat; }
  .features-sec .features-block .features-icon.features-maintenance {
    background: url(../images/features-maintenance.svg) no-repeat; }
  .features-sec .features-block .features-icon.features-elv {
    background: url(../images/features-elv.svg) no-repeat; }
  .features-sec .features-block .features-icon.features-remote {
    background: url(../images/features-remote.svg) no-repeat; }
  .features-sec .features-block .features-icon.features-quarterly {
    background: url(../images/features-quarterly.svg) no-repeat; }
  .features-sec .features-block .features-icon.features-experience {
    background: url(../images/features-experience.svg) no-repeat; }
  .features-sec .features-block .features-icon.features-approved {
    background: url(../images/features-approved.svg) no-repeat; }
.features-sec .features-block .features-content {
  text-align: center; }
  .features-sec .features-block .features-content h4 {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'TypoGotikaDemo-Bold'; }
  .features-sec .features-block .features-content p {
    font-size: 14px;
    line-height: 20px;
    color: #4a5e69;
    font-weight: 400;
    max-width: 180px;
    margin: auto;
    margin-bottom: 30px; }

/*=============================
         Offer Section
===============================*/
.offer-sec {
  position: relative;
  overflow: hidden;
  background: #f7f7f7; }
  .offer-sec .offer-bg {
      /*  background: #fbfbfb;
        border-radius: 50%;
        padding: 90px 0;
        background: #fbfbfb;
        border-radius: 50%;
        position: relative;
        z-index: 9;

        @media (max-width: 991px) {
            padding: 60px 0;
        }

        @media (max-width: 767px) {
            padding: 0;
        }*/
   /*     &:after{
            content:"" ;
            padding: 90px 0;
            background: #fbfbfb;
            border-radius: 50%;
            position: absolute;
            top: 0px;
            left: -140px;
            right: -140px;
            bottom: 0px;
            z-index: -1;

            @media (max-width: 767px) {
                display: none;
            }

        }*/
     /*   &:before{
            content:"" ;
            border: 4px solid #ff7519;
            border-radius: 50%;
            position: absolute;
            top: 0px;
            left: -100px;
            right: -180px;
            bottom: 0px;

            @media (max-width: 767px) {
                display: none;
            }

        }*/ }
    .offer-sec .offer-bg .offer-title {
      text-align: center; }
    .offer-sec .offer-bg .offer-block {
      height: 305px;
      width: 305px;
      border-radius: 50%;
      background: url(../images/offer-image-1.jpg) 0 0 no-repeat;
      position: relative;
      margin: auto;
      margin-top: 30px;
      background-size: 100% 100%; }
      @media (max-width: 1199px) {
        .offer-sec .offer-bg .offer-block {
          height: 290px;
          width: 290px; } }
      @media (max-width: 991px) {
        .offer-sec .offer-bg .offer-block {
          height: 210px;
          width: 210px; } }
      @media (max-width: 767px) {
        .offer-sec .offer-bg .offer-block {
          height: 220px;
          width: 220px;
          max-width: 300px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 575px) {
        .offer-sec .offer-bg .offer-block {
          height: 280px;
          width: 280px;
          max-width: 300px;
          margin-left: auto;
          margin-right: auto; } }
      .offer-sec .offer-bg .offer-block.offer-img2 {
        background: url(../images/offer-image-2.jpg) no-repeat;
        background-size: 100% 100%; }
      .offer-sec .offer-bg .offer-block.offer-img3 {
        background: url(../images/offer-image-3.jpg) no-repeat;
        background-size: 100% 100%; }
      .offer-sec .offer-bg .offer-block.offer-img4 {
        background: url(../images/offer-image-4.jpg) no-repeat;
        background-size: 100% 100%; }
      .offer-sec .offer-bg .offer-block.offer-img5 {
        background: url(../images/offer-image-5.jpg) no-repeat;
        background-size: 100% 100%; }
      .offer-sec .offer-bg .offer-block.offer-img6 {
        background: url(../images/offer-image-6.jpg) no-repeat;
        background-size: 100% 100%; }
      .offer-sec .offer-bg .offer-block.offer-img7 {
        background: url(../images/offer-image-7.jpg) no-repeat;
        background-size: 100% 100%; }
      .offer-sec .offer-bg .offer-block.offer-img8 {
        background: url(../images/offer-image-8.jpg) no-repeat;
        background-size: 100% 100%; }
      .offer-sec .offer-bg .offer-block.offer-img9 {
        background: url(../images/offer-image-9.jpg) no-repeat;
        background-size: 100% 100%; }
      .offer-sec .offer-bg .offer-block .ob-outer {
        padding: 10px 18px;
        text-align: center;
        background: rgba(0, 0, 0, 0.58);
        background: #fff;
        border-radius: 5px;
        position: absolute;
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        border-radius: 50%; }
        @media (max-width: 991px) {
          .offer-sec .offer-bg .offer-block .ob-outer {
            background: rgba(47, 45, 119, 0.74); } }
        .offer-sec .offer-bg .offer-block .ob-outer:hover {
          background: rgba(47, 45, 119, 0.74); }
          .offer-sec .offer-bg .offer-block .ob-outer:hover h4 {
            margin-bottom: 10px;
            color: #fff; }
          .offer-sec .offer-bg .offer-block .ob-outer:hover p {
            opacity: 1;
            visibility: visible; }
        .offer-sec .offer-bg .offer-block .ob-outer h4 {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 10px;
          color: #32608c;
          letter-spacing: 0.8px;
          margin-bottom: -75px;
          text-transform: uppercase;
          font-family: 'TypoGotikaDemo-Bold';
          transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s; }
          @media (max-width: 1199px) {
            .offer-sec .offer-bg .offer-block .ob-outer h4 {
              font-size: 16px;
              line-height: 22px;
              margin-bottom: -65px; } }
          @media (max-width: 991px) {
            .offer-sec .offer-bg .offer-block .ob-outer h4 {
              font-size: 14px;
              line-height: 20px;
              margin-bottom: 6px;
              color: #fff; } }
        .offer-sec .offer-bg .offer-block .ob-outer p {
          font-size: 16px;
          line-height: 22px;
          font-weight: 400;
          color: #fff;
          opacity: 0;
          visibility: hidden;
          transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s; }
          @media (max-width: 991px) {
            .offer-sec .offer-bg .offer-block .ob-outer p {
              font-size: 15px;
              line-height: 20px;
              opacity: 1;
              visibility: visible;
              height: auto; } }
          @media (max-width: 767px) {
            .offer-sec .offer-bg .offer-block .ob-outer p {
              font-size: 12px;
              line-height: 18px; } }

/*=============================
         Estimate Section
===============================*/
.estimate-sec {
  background: #fbfbfb; }
  .estimate-sec .estimate-title {
    text-align: center; }
    .estimate-sec .estimate-title.cong-titel {
      max-width: 550px;
      margin: auto;
      display: none; }
      .estimate-sec .estimate-title.cong-titel h6 {
        line-height: 27px; }
        .estimate-sec .estimate-title.cong-titel h6 a {
          color: #4a4848;
          text-decoration: underline; }
      .estimate-sec .estimate-title.cong-titel .estimate-btn button {
        margin-top: 25px; }
    .estimate-sec .estimate-title h6 {
      font-size: 16px;
      color: #4a4848;
      line-height: 23px;
      letter-spacing: 0.5px;
      font-weight: 400;
      margin-top: -15px; }
      @media (max-width: 480px) {
        .estimate-sec .estimate-title h6 {
          font-size: 15px;
          margin-top: -8px; } }
  .estimate-sec .estimate-block {
    padding-top: 40px;
    max-width: 512px;
    margin: auto; }
    .estimate-sec .estimate-block .form-group {
      margin-bottom: 15px; }
      .estimate-sec .estimate-block .form-group .estimate-label {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
        color: #000;
        font-family: 'TypoGotikaDemo-Bold'; }
        @media (max-width: 1199px) {
          .estimate-sec .estimate-block .form-group .estimate-label {
            font-size: 16px;
            line-height: 20px; } }
        @media (max-width: 480px) {
          .estimate-sec .estimate-block .form-group .estimate-label {
            font-size: 14px;
            line-height: 18px; } }
    .estimate-sec .estimate-block .estimate-btn {
      text-align: center;
      padding-top: 15px; }
      .estimate-sec .estimate-block .estimate-btn button {
        min-width: 240px;
        margin: auto; }
        .estimate-sec .estimate-block .estimate-btn button.disable {
          background: #dedede; }

.form-block.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
  z-index: 9; }
  .form-block.contact-form .form-group .form-control {
    box-shadow: none; }
    .form-block.contact-form .form-group .form-control.text-area {
      height: 128px;
      line-height: 24px;
      padding-top: 10px; }
.form-block .form-group {
  margin-bottom: 15px; }
  .form-block .form-group .form-control {
    height: 48px;
    line-height: 46px;
    padding: 0 23px;
    border-radius: 3px;
    outline: 0;
    box-shadow: 0 3px 6px 0 rgba(43, 43, 43, 0.16);
    background-color: #ffffff;
    border: solid 1px rgba(112, 112, 112, 0.52);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.8px;
    color: #4a4848; }
    @media (max-width: 991px) {
      .form-block .form-group .form-control {
        height: 44px;
        line-height: 42px;
        font-size: 16px;
        padding: 0 15px; } }
    @media (max-width: 480px) {
      .form-block .form-group .form-control {
        height: 38px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 15px; } }
    .form-block .form-group .form-control.select-control {
      background: #fff url(../images/arrow-down.svg) 95% center no-repeat;
      background-size: 14px;
      height: 48px;
      line-height: 46px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      @media (max-width: 991px) {
        .form-block .form-group .form-control.select-control {
          height: 44px;
          line-height: 42px; } }
      @media (max-width: 480px) {
        .form-block .form-group .form-control.select-control {
          height: 38px;
          line-height: 36px; } }

/*=============================
         Our Clients Section
===============================*/
.clients-sec {
  background: #fff; }
  .clients-sec .clients-title {
    text-align: center; }
  .clients-sec .clients-logo {
    padding: 40px 0; }
    @media (max-width: 1199px) {
      .clients-sec .clients-logo {
        padding: 20px 0; } }
    .clients-sec .clients-logo ul li {
      width: 14.28%;
      float: left;
      background: url(../images/logo-dubai-marine.png) center no-repeat;
      height: 65px;
      background-size: 50%; }
      @media (max-width: 575px) {
        .clients-sec .clients-logo ul li:last-child {
          width: 100%; } }
      @media (max-width: 991px) {
        .clients-sec .clients-logo ul li {
          width: 25%;
          height: 70px; } }
      @media (max-width: 575px) {
        .clients-sec .clients-logo ul li {
          width: 50%; } }
      .clients-sec .clients-logo ul li.media-city {
        background: url(../images/logo-dubai-media-city.png) center no-repeat;
        background-size: 103px  63px; }
      .clients-sec .clients-logo ul li.media-city {
        background: url(../images/logo-dubai-media-city.png) center no-repeat;
        background-size: 60px  65px; }
        @media (max-width: 1199px) {
          .clients-sec .clients-logo ul li.media-city {
            background-size: 54px auto; } }
      .clients-sec .clients-logo ul li.emaar {
        background: url(../images/logo-emaar.png) center no-repeat;
        background-size: 58px  58px; }
        @media (max-width: 1199px) {
          .clients-sec .clients-logo ul li.emaar {
            background-size: 50px auto; } }
      .clients-sec .clients-logo ul li.flydubai {
        background: url(../images/logo-flydubai.png) center no-repeat;
        background-size: 109px  23px; }
        @media (max-width: 1199px) {
          .clients-sec .clients-logo ul li.flydubai {
            background-size: 100px auto; } }
      .clients-sec .clients-logo ul li.lake-towers {
        background: url(../images/logo-jmeirah-lake-towers.png) center no-repeat;
        background-size: 100px  54px; }
        @media (max-width: 1199px) {
          .clients-sec .clients-logo ul li.lake-towers {
            background-size: 90px auto; } }
      .clients-sec .clients-logo ul li.ramada {
        background: url(../images/logo-ramada.png) center no-repeat;
        background-size: 140px  27px; }
        @media (max-width: 1199px) {
          .clients-sec .clients-logo ul li.ramada {
            background-size: 120px auto; } }
      .clients-sec .clients-logo ul li.rotana {
        background: url(../images/logo-rotana.png) center no-repeat;
        background-size: 112px  40px; }
        @media (max-width: 1199px) {
          .clients-sec .clients-logo ul li.rotana {
            background-size: 90px auto; } }

.contact-sec {
  background: #fbfbfb;
  padding-bottom: 200px; }
  @media (max-width: 1199px) {
    .contact-sec {
      padding-bottom: 140px; } }
  @media (max-width: 991px) {
    .contact-sec {
      padding-bottom: 100px; } }
  @media (max-width: 480px) {
    .contact-sec {
      padding-bottom: 60px; } }
  .contact-sec .contact-title .common-title {
    display: inline-block; }
    .contact-sec .contact-title .common-title:after {
      margin: 0;
      /* background: rgba(251,251,251,1);
       background: -moz-linear-gradient(left, rgba(251,251,251,1) 0%, rgba(128,128,128,1) 100%);
       background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251,251,251,1)), color-stop(100%, rgba(128,128,128,1)));
       background: -webkit-linear-gradient(left, rgba(251,251,251,1) 0%, rgba(128,128,128,1) 100%);
       background: -o-linear-gradient(left, rgba(251,251,251,1) 0%, rgba(128,128,128,1) 100%);
       background: -ms-linear-gradient(left, rgba(251,251,251,1) 0%, rgba(128,128,128,1) 100%);
       background: linear-gradient(to right, rgba(251,251,251,1) 0%, rgba(128,128,128,1) 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#808080', GradientType=1 );*/
      background-image: linear-gradient(to left, #ffffff, #808080); }
  .contact-sec .contact-form {
    width: 50%;
    padding-bottom: 20px; }
    @media (max-width: 1199px) {
      .contact-sec .contact-form {
        width: 80%; } }
    @media (max-width: 480px) {
      .contact-sec .contact-form {
        width: 100%; } }
    .contact-sec .contact-form .submit-btn {
      position: relative;
      z-index: 7; }
      .contact-sec .contact-form .submit-btn a {
        min-width: 198px;
        text-align: center;
        margin-top: 10px; }
      .contact-sec .contact-form .submit-btn .paper-plane {
        background: url(../images/paper-plane.svg) 0 0 no-repeat;
        display: inline-block;
        height: 306px;
        width: 790px;
        position: absolute;
        bottom: -45px;
        margin-left: 15px;
        z-index: -1; }
        @media (max-width: 1199px) {
          .contact-sec .contact-form .submit-btn .paper-plane {
            width: 710px;
            height: 280px;
            right: -100px; } }
        @media (max-width: 1199px) {
          .contact-sec .contact-form .submit-btn .paper-plane {
            width: 560px;
            height: 230px; } }
        @media (max-width: 575px) {
          .contact-sec .contact-form .submit-btn .paper-plane {
            width: 330px;
            height: 165px;
            left: 108px; } }
        @media (max-width: 480px) {
          .contact-sec .contact-form .submit-btn .paper-plane {
            width: 100%;
            height: 98px;
            right: 0;
            left: 0;
            bottom: 0; } }

* {
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Open Sans', sans-serif; }

/*# sourceMappingURL=style.css.map */
