@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Project:	BERYL
++++ Imports ++++
++++ Reset ++++
++++ Main ++++
++++ Color Styles ++++
++++ Mediaqueries ++++
-------------------------------------------------------------------*/
/****************************/
/** Imports **/
/****************************/
@import url(jquery.countdown.css);
@import url(animate.css);
@import url(owl.carousel.css);
@import url(component2.css);
@import url(font-awesome.min.css);
@import url(bootstrap.min.css);
@import url(inputtext.css);
@import url(modalcomponent.css);
@import url(pe-icon-7-stroke.css);
/****************************/
/** Reset **/
/****************************/
html, body, div, span, applet, object, iframe, h1, .side.side-left .content-wrap .tlt, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, 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%;
  font: inherit;
  vertical-align: baseline; }

strong {
  font-weight: bold; }

body {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  overflow-y: auto; }

a:hover, a:active {
  outline: 0; }

button:focus {
  border: none;
  outline: 0; }

ul {
  list-style: none; }

a {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #fff;
  text-decoration: none; }

a:focus {
  color: #fff;
  text-decoration: none;
  outline: none; }

h1, .side.side-left .content-wrap .tlt, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.5px;
  font-weight: 600; }

h1, .side.side-left .content-wrap .tlt {
  color: #333333;
  font-size: 150px;
  line-height: 180px;
  font-weight: 700; }

h2 {
  color: #333333;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 20px; }

h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: capitalize; }

h5 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #333333; }

h6 {
  font-size: 11px;
  line-height: 25px;
  margin-bottom: 10px;
  text-transform: uppercase; }

p {
  font-size: 15px;
  font-weight: 400;
  color: #8d8d8d;
  line-height: 25px; }
  p.lead {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 0; }

.force-UTF-8 {
  content: "¡"; }

/****************************/
/** Main **/
/****************************/
.padding-zero {
  padding: 0; }

.padding-left-zero {
  padding-left: 0; }

.padding-right-zero {
  padding-left: 0; }

.padding-left-100 {
  padding-left: 100px; }

.padding-left-50 {
  padding-left: 50px; }

.padding-left-75 {
  padding-left: 75px; }

.padding-right-75 {
  padding-right: 75px; }

.padding-right-50 {
  padding-right: 50px; }

.padding-top-100 {
  padding-top: 100px; }

.sec-pad {
  padding-top: 150px;
  padding-bottom: 150px; }

.sec-pad-top {
  padding-top: 150px; }

.sec-pad-bottom {
  padding-bottom: 150px; }

.margin-top-175 {
  margin-top: 175px; }

.margin-top-85 {
  margin-top: 85px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.opacity-hide {
  opacity: 0 !important;
  visibility: hidden !important; }

.table-wrap {
  width: 100%;
  height: 100%;
  display: table; }

.tablecell {
  vertical-align: middle;
  display: table-cell; }

.align-center {
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 auto; }

.clearfix {
  overflow: hidden;
  clear: both;
  float: none; }

.preloader-it {
  background: #fff;
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
  overflow: hidden !important; }

/* Effect 1: YouTube loading */
.la-anim-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5px;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none; }

.la-anim-1::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
  transition: opacity 0.2s, box-shadow 2s 4s;
  -webkit-transform: rotate(2deg) translateY(-2px);
  transform: rotate(2deg) translateY(-2px); }

.la-anim-1.la-animate {
  z-index: 100;
  opacity: 1;
  -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
  transition: transform 5s ease-in, opacity 1s 5s;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.la-anim-1.la-animate::after {
  opacity: 1; }

.nicescroll-rails.nicescroll-rails-vr {
  z-index: 999 !important; }

.btn {
  font-size: 11px;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  overflow: hidden;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  height: 57px;
  outline: none;
  border: none;
  width: 182px;
  border-radius: 2px;
  padding: 7px 20px;
  -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .btn .btn-label {
    padding: 14px 0; }
  .btn:hover, .btn:focus, .btn:active {
    outline: none !important;
    border: none !important;
    color: #fff !important; }
  .btn span {
    position: relative;
    z-index: 2;
    display: inline-block; }
  .btn .mask {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
    -moz-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .btn:hover .mask {
    width: 100%; }
  .btn.alternate-bg {
    background: #333333 !important; }

.notify-cmpt.notify-form-type-3 h2 {
  margin-bottom: 0;
  color: #fff; }
.notify-cmpt.notify-form-type-3 .input-wrap i {
  display: none; }
.notify-cmpt.notify-form-type-3.md-content {
  background: url("../img/newsletterimg.jpg");
  text-align: center;
  border-radius: 2px; }
  .notify-cmpt.notify-form-type-3.md-content p {
    margin-top: 12px;
    color: #8d8d8d; }
  .notify-cmpt.notify-form-type-3.md-content .md-content-wrap {
    padding-top: 123px; }
.notify-cmpt.notify-form-type-3 .notify-btn {
  bottom: 0;
  left: 0;
  position: relative; }
.notify-cmpt.notify-form-type-3 .notify-wrap #message {
  font-size: 15px;
  line-height: 25px;
  padding-left: 0;
  padding-top: 10px;
  min-height: 35px; }
.notify-cmpt.notify-form-type-3 .notify-wrap #notify_close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 20px; }
  .notify-cmpt.notify-form-type-3 .notify-wrap #notify_close span {
    color: #fff; }
.notify-cmpt.notify-form-type-3 .notify-wrap .btn {
  width: 335px;
  margin-top: 27px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
  padding: 0 30px !important; }
  .notify-cmpt.notify-form-type-3 .notify-wrap .btn .mask {
    z-index: -1; }
.notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box {
  box-shadow: none;
  width: 335px;
  text-align: center;
  min-height: 57px;
  padding: 0;
  color: #333333;
  background: #f7f7f9;
  margin-top: 42px;
  border-radius: 2px;
  border: none; }
  .notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box:hover, .notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box:focus, .notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box:active {
    box-shadow: none; }

.side.side-left {
  background: url("../img/bg-light.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .side.side-left .content-wrap {
    height: 100%; }
    .side.side-left .content-wrap .logo {
      position: absolute;
      top: 75px; }
  .side.side-left .side-left-overlay {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  .side.side-left p {
    color: #333333; }
  .side.side-left .social-icons-wrap {
    bottom: 75px;
    left: 75px;
    position: absolute; }
    .side.side-left .social-icons-wrap i {
      line-height: 25px; }
    .side.side-left .social-icons-wrap p {
      font-size: 12px;
      display: inline-block;
      float: left; }
    .side.side-left .social-icons-wrap .social-icon {
      display: block;
      color: #333333;
      font-size: 14px;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .side.side-left .social-icons-wrap .social-icon i {
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    .side.side-left .social-icons-wrap .social-icons > li {
      display: inline-block;
      float: left;
      padding-right: 15px; }
    .side.side-left .social-icons-wrap .social-icons {
      float: left; }
.side.side-right .about-info {
  height: 100%; }
  .side.side-right .about-info .btn:nth-child(3) {
    margin-right: 25px; }
.side.side-right .copyright-text p {
  position: absolute;
  left: 75px;
  bottom: 75px;
  font-size: 11px; }

.fa {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden; }

@-webkit-keyframes back_ken {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes back_ken {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes back_ken {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.2); }
  100% {
    -o-transform: scale(1); } }
@keyframes back_ken {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.page .close-btn {
  position: fixed;
  right: 40px;
  top: 25px;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
  z-index: 1; }
.page.page-left .about-content-wrap {
  background: #f7f7f9; }
.page.page-left .about-img-wrap {
  overflow: hidden; }
  .page.page-left .about-img-wrap .about-img {
    background: url(../img/aboutimg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 630px;
    animation: 60s ease 0s normal none infinite back_ken;
    -webkit-animation: 60s ease 0s normal none infinite back_ken; }
.page.page-left .services-slider-wrap {
  overflow: hidden; }
  .page.page-left .services-slider-wrap .owl-item {
    height: 346px;
    cursor: move; }
  .page.page-left .services-slider-wrap .owl-theme .owl-controls {
    display: none; }
  .page.page-left .services-slider-wrap .services-item {
    min-height: 346px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
    .page.page-left .services-slider-wrap .services-item.slide-1 {
      background: url(../img/servcies-1.jpg); }
    .page.page-left .services-slider-wrap .services-item.slide-2 {
      background: url(../img/servcies-2.jpg); }
    .page.page-left .services-slider-wrap .services-item.slide-3 {
      background: url(../img/servcies-3.jpg); }
    .page.page-left .services-slider-wrap .services-item.slide-4 {
      background: url(../img/servcies-4.jpg); }
    .page.page-left .services-slider-wrap .services-item .service-item-wrap {
      position: relative;
      min-height: 346px;
      padding-top: 70px;
      padding-left: 70px;
      padding-right: 70px;
      z-index: 2;
      height: 100%; }
    .page.page-left .services-slider-wrap .services-item .service-item-overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
    .page.page-left .services-slider-wrap .services-item.even .service-item-overlay {
      background: rgba(51, 51, 51, 0.9); }
    .page.page-left .services-slider-wrap .services-item .icon {
      font-size: 72px;
      color: #fff;
      margin-bottom: 30px; }
    .page.page-left .services-slider-wrap .services-item .expand-content {
      bottom: 0;
      height: 0;
      right: 0;
      position: absolute;
      -moz-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
      -o-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
      -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
      transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
      width: 0;
      background: #fff; }
      .page.page-left .services-slider-wrap .services-item .expand-content .excont {
        opacity: 1;
        visibility: visible;
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 70px;
        -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s; }
        .page.page-left .services-slider-wrap .services-item .expand-content .excont h4 {
          color: #333333; }
      .page.page-left .services-slider-wrap .services-item .expand-content.expand-visible {
        width: 100%;
        height: 100%; }
      .page.page-left .services-slider-wrap .services-item .expand-content.expand-content-visible {
        opacity: 1; }
    .page.page-left .services-slider-wrap .services-item .toggle-expand {
      bottom: 0;
      color: #333333;
      height: 50px;
      position: absolute;
      right: 0;
      width: 50px;
      cursor: pointer;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
      .page.page-left .services-slider-wrap .services-item .toggle-expand span {
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 18px;
        width: 15px; }
        .page.page-left .services-slider-wrap .services-item .toggle-expand span.minus {
          top: 25px; }
.page.page-right .contact-sec .contact-sec-wrap {
  height: 100%; }
.page.page-right .contact-sec .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }
.page.page-right .contact-sec .form-control {
  border-radius: 2px;
  box-shadow: none; }
  .page.page-right .contact-sec .form-control::-webkit-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    text-transform: capitalize; }
  .page.page-right .contact-sec .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #8d8d8d;
    font-size: 13px;
    text-transform: capitalize; }
  .page.page-right .contact-sec .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #8d8d8d;
    font-size: 13px;
    text-transform: capitalize; }
  .page.page-right .contact-sec .form-control:-ms-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    text-transform: capitalize; }
.page.page-right .contact-sec .instr {
  color: #8d8d8d;
  font-size: 13px; }
.page.page-right .contact-sec .input__field {
  width: 100%; }
.page.page-right .contact-sec input.form-control {
  height: 57px; }
.page.page-right .contact-sec textarea.form-control {
  height: 124px;
  padding-left: 15px;
  padding-top: 15px; }
.page.page-right .contact-sec .btn {
  width: 100%; }
.page.page-right .contact-sec p.form-msg {
  background: transparent !important;
  clear: both;
  text-transform: capitalize; }
.page.page-right .contact-sec .address-details span {
  display: block; }
.page.page-right .contact-sec .address-details .icon {
  font-size: 30px; }
.page.page-right .contact-sec .address-details .add-tag {
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #333333;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize; }
.page.page-right .contact-sec .address-details .add-detail {
  font-size: 15px;
  color: #8d8d8d;
  display: block;
  line-height: 25px; }
.page.page-right .contact-sec .map-sec-wrap {
  height: 100%;
  -moz-transition: right 0.5s ease-in-out 0s;
  -o-transition: right 0.5s ease-in-out 0s;
  -webkit-transition: right 0.5s ease-in-out 0s;
  transition: right 0.5s ease-in-out 0s; }
  .page.page-right .contact-sec .map-sec-wrap #map_canvas {
    height: 100%;
    width: 100%; }
  .page.page-right .contact-sec .map-sec-wrap.ie-spacific {
    position: fixed;
    top: 0;
    right: -50%; }

.open-right .page-right.page .contact-sec .map-sec-wrap.ie-spacific {
  right: 0; }

/****************************/
/** Color Styles **/
/****************************/
.iblue h6 {
  color: #1cb9cb; }
.iblue .la-anim-1 {
  background: #1cb9cb; }
.iblue .la-anim-1::after {
  background: #1cb9cb; }
.iblue .btn {
  background: #1cb9cb; }
  .iblue .btn:hover, .iblue .btn:focus, .iblue .btn:active {
    background: #1cb9cb; }
  .iblue .btn:hover {
    background: #1cb9cb; }
.iblue .notify-cmpt.notify-form-type-3 .notify-wrap #message {
  color: #1cb9cb; }
.iblue .side.side-left h5 .days-wrap {
  color: #1cb9cb; }
.iblue .side.side-left .social-icon:hover i.fa {
  color: #1cb9cb; }
.iblue .page.page-left .services-slider-wrap .services-item.odd .service-item-overlay {
  background: rgba(28, 186, 200, 0.9); }
.iblue .page.page-right .contact-sec h2 i {
  color: #1cb9cb; }
.iblue .page.page-right .contact-sec p.form-msg {
  color: #1cb9cb; }
.iblue .page.page-right .contact-sec .address-details .icon {
  color: #1cb9cb; }

.dblue h6 {
  color: #449dde; }
.dblue .la-anim-1 {
  background: #449dde; }
.dblue .la-anim-1::after {
  background: #449dde; }
.dblue .btn {
  background: #449dde; }
  .dblue .btn:hover, .dblue .btn:focus, .dblue .btn:active {
    background: #449dde; }
  .dblue .btn:hover {
    background: #449dde; }
.dblue .notify-cmpt.notify-form-type-3 .notify-wrap #message {
  color: #449dde; }
.dblue .side.side-left h5 .days-wrap {
  color: #449dde; }
.dblue .side.side-left .social-icon:hover i.fa {
  color: #449dde; }
.dblue .page.page-left .services-slider-wrap .services-item.odd .service-item-overlay {
  background: rgba(67, 87, 193, 0.9); }
.dblue .page.page-right .contact-sec h2 i {
  color: #449dde; }
.dblue .page.page-right .contact-sec p.form-msg {
  color: #449dde; }
.dblue .page.page-right .contact-sec .address-details .icon {
  color: #449dde; }

.lgreen h6 {
  color: #96c346; }
.lgreen .la-anim-1 {
  background: #96c346; }
.lgreen .la-anim-1::after {
  background: #96c346; }
.lgreen .btn {
  background: #96c346; }
  .lgreen .btn:hover, .lgreen .btn:focus, .lgreen .btn:active {
    background: #96c346; }
  .lgreen .btn:hover {
    background: #96c346; }
.lgreen .notify-cmpt.notify-form-type-3 .notify-wrap #message {
  color: #96c346; }
.lgreen .side.side-left h5 .days-wrap {
  color: #96c346; }
.lgreen .side.side-left .social-icon:hover i.fa {
  color: #96c346; }
.lgreen .page.page-left .services-slider-wrap .services-item.odd .service-item-overlay {
  background: rgba(150, 195, 70, 0.9); }
.lgreen .page.page-right .contact-sec h2 i {
  color: #96c346; }
.lgreen .page.page-right .contact-sec p.form-msg {
  color: #96c346; }
.lgreen .page.page-right .contact-sec .address-details .icon {
  color: #96c346; }

.gyellow h6 {
  color: #e6ae48; }
.gyellow .la-anim-1 {
  background: #e6ae48; }
.gyellow .la-anim-1::after {
  background: #e6ae48; }
.gyellow .btn {
  background: #e6ae48; }
  .gyellow .btn:hover, .gyellow .btn:focus, .gyellow .btn:active {
    background: #e6ae48; }
  .gyellow .btn:hover {
    background: #e6ae48; }
.gyellow .notify-cmpt.notify-form-type-3 .notify-wrap #message {
  color: #e6ae48; }
.gyellow .side.side-left h5 .days-wrap {
  color: #e6ae48; }
.gyellow .side.side-left .social-icon:hover i.fa {
  color: #e6ae48; }
.gyellow .page.page-left .services-slider-wrap .services-item.odd .service-item-overlay {
  background: rgba(230, 174, 72, 0.9); }
.gyellow .page.page-right .contact-sec h2 i {
  color: #e6ae48; }
.gyellow .page.page-right .contact-sec p.form-msg {
  color: #e6ae48; }
.gyellow .page.page-right .contact-sec .address-details .icon {
  color: #e6ae48; }

.tangerine h6 {
  color: #f26522; }
.tangerine .la-anim-1 {
  background: #f26522; }
.tangerine .la-anim-1::after {
  background: #f26522; }
.tangerine .btn {
  background: #f26522; }
  .tangerine .btn:hover, .tangerine .btn:focus, .tangerine .btn:active {
    background: #f26522; }
  .tangerine .btn:hover {
    background: #f26522; }
.tangerine .notify-cmpt.notify-form-type-3 .notify-wrap #message {
  color: #f26522; }
.tangerine .side.side-left h5 .days-wrap {
  color: #f26522; }
.tangerine .side.side-left .social-icon:hover i.fa {
  color: #f26522; }
.tangerine .page.page-left .services-slider-wrap .services-item.odd .service-item-overlay {
  background: rgba(242, 101, 34, 0.9); }
.tangerine .page.page-right .contact-sec h2 i {
  color: #f26522; }
.tangerine .page.page-right .contact-sec p.form-msg {
  color: #f26522; }
.tangerine .page.page-right .contact-sec .address-details .icon {
  color: #f26522; }

.pink h6 {
  color: #f5245e; }
.pink .la-anim-1 {
  background: #f5245e; }
.pink .la-anim-1::after {
  background: #f5245e; }
.pink .btn {
  background: #f5245e; }
  .pink .btn:hover, .pink .btn:focus, .pink .btn:active {
    background: #f5245e; }
  .pink .btn:hover {
    background: #f5245e; }
.pink .notify-cmpt.notify-form-type-3 .notify-wrap #message {
  color: #f5245e; }
.pink .side.side-left h5 .days-wrap {
  color: #f5245e; }
.pink .side.side-left .social-icon:hover i.fa {
  color: #f5245e; }
.pink .page.page-left .services-slider-wrap .services-item.odd .service-item-overlay {
  background: rgba(245, 36, 94, 0.9); }
.pink .page.page-right .contact-sec h2 i {
  color: #f5245e; }
.pink .page.page-right .contact-sec p.form-msg {
  color: #f5245e; }
.pink .page.page-right .contact-sec .address-details .icon {
  color: #f5245e; }

/****************************/
/** Style Swicher **/
/****************************/
@keyframes rotate-me {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes rotate-me {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
.app-customizer {
  background: #fff none repeat scroll 0 0;
  height: 82px;
  left: -105px;
  padding-left: 15px;
  padding-top: 15px;
  position: fixed;
  top: 110px;
  width: 105px;
  -moz-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
  -webkit-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
  z-index: 999; }
  .app-customizer.open-customizer {
    left: 0; }
  .app-customizer .light-dark-wrap {
    text-transform: capitalize; }
    .app-customizer .light-dark-wrap span {
      display: inline-block;
      cursor: pointer;
      color: #777; }
      .app-customizer .light-dark-wrap span.active-bg {
        color: #222222; }
    .app-customizer .light-dark-wrap #light_bg {
      margin-right: 5px; }
  .app-customizer .colors span {
    display: inline-block;
    height: 20px;
    margin-right: 4px;
    margin-top: 4px;
    width: 20px;
    cursor: pointer; }
  .app-customizer .colors #ice_blue {
    background: #1cb9cb; }
  .app-customizer .colors #deep_blue {
    background: #449dde; }
  .app-customizer .colors #light_green {
    background: #96c346; }
  .app-customizer .colors #golden_yellow {
    background: #e6ae48; }
  .app-customizer .colors #tangerine {
    background: #f26522; }
  .app-customizer .colors #pink {
    background: #f5245e; }
  .app-customizer .app-customizer-toggle {
    position: absolute;
    background: #fff;
    left: 100%;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none; }
    .app-customizer .app-customizer-toggle i {
      font-size: 16px;
      color: #222222;
      animation: rotate-me 2s infinite linear;
      -webkit-animation: rotate-me 2s infinite linear; }

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0; }

/*****************************************************/
/* Mediaqueries */
/*****************************************************/
@media only screen and (max-width: 1600px) {
  h1, .side.side-left .content-wrap .tlt {
    font-size: 100px;
    line-height: 110px; } }
@media only screen and (max-width: 1400px) {
  .padding-left-sm-40 {
    padding-left: 40px; }

  .padding-right-sm-40 {
    padding-right: 40px; }

  .sec-pad-sm {
    padding-top: 90px;
    padding-bottom: 90px; }

  h1, .side.side-left .content-wrap .tlt {
    font-size: 75px;
    line-height: 85px; }

  h2 {
    font-size: 24px;
    line-height: 34px; }

  .side.side-left .content-wrap .logo {
    top: 40px; }
  .side.side-left .social-icons-wrap {
    bottom: 40px;
    left: 40px; }
  .side.side-right .copyright-text p {
    left: 40px;
    bottom: 40px; } }
@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 18px;
    line-height: 27px; }

  h5 {
    margin-bottom: 20px; }

  .hover {
    display: none; }

  .side {
    width: 100%; }
    .side .logo {
      margin-bottom: 100px; }
    .side .social-icons-wrap {
      margin-top: 100px; }
    .side.side-left, .side.side-right {
      position: relative; }
    .side.side-left .social-icons-wrap, .side.side-left .content-wrap .logo {
      position: static; }

  .full-height {
    min-height: auto !important; }

  .address-detail .copyright-text {
    display: block; }

  .page {
    position: static;
    width: 100%; }
    .page.page-left {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      position: static; }
      .page.page-left .about-content-wrap {
        height: auto !important; }
      .page.page-left .about-img-wrap, .page.page-left .about-content-wrap {
        width: 100%; }
      .page.page-left .services-slider-wrap .services-item .expand-content .excont,
      .page.page-left .services-slider-wrap .services-item .service-item-wrap {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 35px; }
    .page.page-right {
      left: 0;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      position: static; }
      .page.page-right .contact-sec .map-sec-wrap {
        height: 300px !important; }
      .page.page-right .col-md-6.contact-sec-wrap {
        width: 100%; }
      .page.page-right .col-md-6.map-sec-wrap {
        width: 100%; }
      .page.page-right .address-details .copyright-text {
        margin-top: 10px; }
        .page.page-right .address-details .copyright-text p {
          font-size: 11px; }

  .close-btn {
    display: none; }

  .open-left .side-right,
  .open-right .side-left {
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }

  .open-left .side-left,
  .open-right .side-right {
    z-index: 200;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  .open-left .side-left .main,
  .open-right .side-right .main {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    -ms-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
    visibility: visible; }

  .open-left .page-left,
  .open-right .page-right {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

  .reset-layout .page,
  .splitlayout.open-right .page-left,
  .splitlayout.open-left .page-right,
  .splitlayout.close-right .page-left,
  .splitlayout.close-left .page-right {
    position: static; }

  .btn:hover .mask {
    width: 0; }

  .btn:hover, .btn:focus, .btn:active {
    color: #fff; }

  .side-right .social-icons .social-icon:hover span {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px); } }
@media only screen and (max-width: 850px) {
  .notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box,
  .notify-cmpt.notify-form-type-3 .notify-wrap .btn {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .sec-pad-xs {
    padding-top: 50px;
    padding-bottom: 50px; }

  h1, .side.side-left .content-wrap .tlt {
    font-size: 55px;
    line-height: 65px; }

  .margin-bottom-xs-50 {
    margin-bottom: 50px; } }
@media only screen and (max-width: 736px) {
  .notify-cmpt.notify-form-type-3 .notify-wrap .notify-input-box,
  .notify-cmpt.notify-form-type-3 .notify-wrap .btn {
    margin-top: 15px; }

  .notify-cmpt.notify-form-type-3.md-content .md-content-wrap {
    padding-top: 40px; } }
@media only screen and (max-width: 414px) {
  h1, .side.side-left .content-wrap .tlt {
    font-size: 45px;
    line-height: 55px; } }

/*# sourceMappingURL=style.css.map */
