/*@import url("https://fonts.googleapis.com/css?family=Muli");*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

* {
  margin: 0px;
  outline: none;
  padding: 0px;
}

body {
  color: #5a5a5a;
  /* font-family: "Muli", sans-serif; */
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h5,
h6 {
  letter-spacing: 0;
  text-transform: capitalize;
  text-align: center;
}

h2,
h3,
h4,
h5,
h6 {
  color: #0e0e0e;
}

.wrapper.wrapper_boxed {
  margin: 20px auto;
  max-width: 1240px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.wrapper.wrapper_boxed .container {
  padding: 0 20px;
}

.wrapper {
  width: 100%;
}

h1 {
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  margin-top: 0;
}

h2 {
  font-size: 34px;
  line-height: 40px;
  color: #0e0e0e;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

.abt-bg h4 {
  font-weight: bold;
}

h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #f0d311;
  margin: 0;
}

.service h4 {
  font-size: 20px;
  line-height: 26px;
  color: #ededed;
}

h5 {
  font-size: 38px;
  line-height: 44px;
  color: #fed303;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.76);
  text-align: left;
}

header {
  background-color: #000;
}

header a span {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.main-section .logo {
  width: 180px;
  margin: 20px auto;
  display: block;
}

footer .footer-logo {
  width: 150px;
}

a {
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #a0a0a0;
}

a:hover,
a:focus,
a:active {
  color: #a0a0a0;
  outline: none;
  text-decoration: none;
}

p {
  /* font-family: "Muli", sans-serif; */
  line-height: 24px;
  margin: 0 0 10px 0;
  text-align: left;
}

ul {
  margin: 0px;
}

figure {
  margin-bottom: 0;
  position: relative;
}

blockquote {
  quotes: none;
}

select,
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="text"],
input[type="submit"] {}

input[type="search"] {
  width: 370px;
  font-size: 14px;
  padding: 10px 20px;
}

input[type="text"] {}

[class*="col-lg"],
[class*="col-md"],
[class*="col-sm"],
[class*="col-xs"] {
  display: inline-block;
  float: none;
  margin: 0 -4px 0 0;
  vertical-align: top;
}

textarea {
  height: 150px;
}

input:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  color: #282828;
}

::-webkit-input-placeholder {
  color: #282828;
}

:-moz-placeholder {
  color: #282828;
}

::-moz-placeholder {
  color: #282828;
}

:-ms-input-placeholder {
  color: #282828;
}

#header .top-bar small {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

#header .top-bar .logo img {
  margin-top: 12px;
}

#header .top-bar.d-none.d-block {
  display: none;
}

#header .navbar {
  min-height: 0;
  margin-bottom: 0;
  border: none;
}

#header .head-logo .dp-fl {
  display: flex;
  align-items: center;
}

.cta h4 {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-shadow: none;
  text-align: right;
  margin: 0;
}

.cta h3 {
  margin-top: 0;
  text-align: right;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
  color: #000 !important;
  font-size: 18px;
  padding: 0 8px;
  line-height: 15px;
  /* height: 125px; */
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: #000;
  box-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #000 !important;
  text-decoration: underline;
  /* font-weight: bold; */
}

.navbar-nav {
  float: right;
  margin: 0;
}

#header .head-logo .pt_txt {
  color: #000;
  font-weight: bold;
}

header .nav.navbar-nav {
  margin-top: 8px;
}

header {
  padding: 15px;
}

header .navbar {
  min-height: auto;
}

.bg-light {
  background: #efefef;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.w-100 {
  width: 100%;
}

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

.banner {
  background: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 580px;
  display: flex;
  align-items: center;
}

.banner .section-title {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 5px;
}

.banner .phone {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffe119 22%, #e5a202 100%) repeat scroll 0 0;
  box-shadow: 0 2px rgb(255 255 255 / 70%) inset,
    0 0 3px rgb(255 255 255 / 40%) inset;
  border-radius: 7px;
  padding: 15px;
  width: 25%;
  color: #000;
}

.banner .phone {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  display: block;
  text-align: center;
  margin: auto;
}

.service {
  background: url(../images/hm-service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

.service h4 {
  text-align: left;
  font-weight: normal;
}

#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
  background-color: #e84a64;
  border: none;
}

#fade-quote-carousel,
#fade-quote-carousel p {
  text-align: center;
  border: none;
  color: #fff;
}

#fade-quote-carousel blockquote span {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.main-services .box-1 {
  background: #f3f3f3;
  padding: 20px;
  height: 369px;
}

.main-services .no-padding {
  padding: 0;
}

/* 
.main-services figure img {
  height: 369px;
} */

.main-services .content {
  margin-top: 40px;
}

.main-services .box-1 .content h2 {
  text-transform: uppercase;
}

.main-services .box-1 .content p {
  text-align: center;
}

.main-services .box-1 .content .read-btn {
  display: block;
  font-size: 20px;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
  text-decoration: underline;
}

.main-services .box-1 .content .read-btn:hover {
  font-weight: bold;
}

.main-services>div>div>div:nth-child(6)>div>article>h2,
.main-section>section.main-services>div>div>div:nth-child(6)>div>article>p {
  color: #fff;
}

.main-services>div>div>div:nth-child(6)>div>article>a {
  color: #fff;
}

.owl-dots {
  display: none;
}

.owl-nav {
  display: block !important;
  text-align: center;
  margin-top: 0px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #ffffff !important;
  color: #c1c1c1 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  border-radius: 0.25rem !important;
  font-size: 30px !important;
  margin: 0 5px;
}

.owl-nav button.owl-prev:focus,
.owl-nav button.owl-next:focus {
  outline: none !important;
  border: none !important;
}

.carousel .thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}

.carousel {
  margin-bottom: 0;
  padding: 0 40px 0 40px;
}

.carousel-control {
  left: -12px;
  height: 40px;
  width: 40px;
  background: transparent;
  border-radius: 0;
  margin-top: 90px;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #000;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control.right {
  right: -12px;
  background-image: none;
}

.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}

.terms h1 {
  font-size: 42px;
  line-height: 48px;
  color: #000;
  padding: 20px 0 10px 0;
}

.terms h3 {
  font-size: 30px;
  line-height: 36px;
  color: #000;
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
}

.terms ol,
.terms ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 5rem;
  line-height: 1.5;
}

.terms p {
  padding-left: 5rem;
}

#footer {
  background: #2d2d2d;
  border-top: 8px solid #cf292a;
  padding: 20px;
}

#footer .nav ul li {
  list-style: none;
}

#footer .nav ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #a0a0a0;
  margin-top: 10px;
}

#footer .nav .lin-txt {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
}

#footer .nav ul li a:hover {
  color: #fff;
}

#footer .accept .lin-txt {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
}

#footer .accept ul li {
  list-style: none;
  display: inline;
}

#footer address {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer address strong {
  color: #f2d906;
}

#footer .social-txt {
  color: #fff;
  display: block;
}

#footer .social-txt ul li {
  list-style: none;
  display: inline;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
}

#footer .social-txt ul li img {
  margin-top: 10px;
}

#footer .social-txt ul li a img {
  -webkit-filter: grayscale(0);
}

#footer .social-txt ul li a img:hover {
  filter: none;
  -webkit-filter: grayscale(1);
}

.footer-bar {
  background: #1b1b1b;
  padding: 20px;
}

.footer-bar span {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: block;
}

.footer-bar .terms ul li {
  list-style: none;
  display: inline;
  text-align: right;
}

.footer-bar .terms ul li a {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 0 10px;
}

.footer-bar .terms ul li a:hover {
  text-decoration: underline;
}

.footer-bar .terms ul li:after {
  position: absolute;
  content: "|";
  top: 0;
  color: #fff;
}

.footer-bar .terms ul li:last-child:after {
  display: none;
}

.contact-detail .circle {
  border-radius: 50%;
  border: 2px solid #e2e6e7;
  padding: 15px;
  background: #fff;
}

.contact-detail address {
  font-size: 18px;
  line-height: 24px;
  color: #5a5a5a;
  margin-top: 15px;
  margin-bottom: 40px;
}

.contact-detail address strong {
  color: #02437f;
}

.contact-detail form {
  margin-top: 20px;
}

.contact-detail form input {
  background: #fff;
  border: 2px solid #e2e6e7;
  padding: 10px;
  font-size: 18px;
  color: #5a5a5a;
  width: 100%;
  margin-bottom: 20px;
}

.contact-detail form textarea {
  background: #fff;
  border: 2px solid #e2e6e7;
  padding: 10px;
  font-size: 18px;
  color: #5a5a5a;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.contact-detail form span {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 22px;
}

.contact-detail button {
  font-size: 18px;
  background: #02437f;
  border: transparent;
  padding: 15px;
  border-radius: 7px;
  color: #fff;
  text-align: center;
  width: 25%;
  float: right;
}

.contact-detail button:hover {
  background: #000;
}

.exp-1 .column-text img {
  width: auto;
  display: inline-block;
}

.exp-1 .column-text h4,
.main-services h4 {
  text-shadow: none;
  color: #0e0e0e;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
}

.exp-2 .column-text img {
  width: auto;
  display: inline-block;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.float-none {
  float: none !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.float-right {
  float: right !important;
}

.abt-bg article ul {
  list-style: none;
}

.text-black {
  color: #000 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #header .top-bar span.pt_txt {
    font-size: 26px;
  }

  .cta h4 {
    font-size: 21px;
  }
}

@media screen and (max-width: 1024px) {
  #header .top-bar span {
    font-size: 24px;
    line-height: 30px;
    left: 185px;
  }

  .cta h4 {
    font-size: 20px;
    line-height: 26px;
    margin-left: 0;
  }

  .main-services .box-1 .content h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .gallery .carousel-control.right {
    background-image: none;
    right: -12px;
    margin-top: 75px;
  }

  .gallery .carousel-control.left {
    background-image: none;
    margin-top: 75px;
  }

  #header .top-bar span.pt_txt {
    font-size: 20px;
  }

  .main-services ul {
    margin-left: 10px;
  }
}

@media screen and (max-width: 980px) {
  .container {
    width: 100%;
  }

  .contact-detail .no-padding {
    padding: 0;
  }

  .contact-detail form span {
    display: none;
  }

  .contact-detail address {
    margin-top: 0;
  }

  .cta h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .exp-1 .column-text {
    padding-left: 10%;
  }

  .exp-2 .column-text {
    padding-right: 10%;
  }

  .exp-2 .column-text h4,
  .exp-1 .column-text h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .exp-2 .column-text p,
  .exp-1 .column-text p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 900px) {
  .container {
    width: 100%;
  }

  #header .top-bar span.pt_txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  #header .top-bar span {
    font-size: 20px;
    line-height: 26px;
  }

  .cta h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .gallery .carousel-control.left {
    margin-top: 50px;
  }

  .gallery .carousel-control.right {
    margin-top: 50px;
  }

  #footer .nav ul li a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  #header .top-bar .logo img {
    margin-top: 12px;
    width: 45%;
  }

  header .navbar-collapse {
    padding-left: 0;
  }

  .contact-detail button {
    width: 75%;
    float: none;
    margin: auto;
    justify-content: center;
    display: flex;
  }

  h1,
  .terms h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #header .top-bar span {
    font-size: 20px;
    left: 135px;
    line-height: 26px;
  }

  .service h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .navbar-default .navbar-nav>li>a {
    /* color: #ededed !important; */
    font-size: 18px;
    height: auto;
    line-height: 24px;
    padding: 4px 0;
  }

  header .navbar-toggle {
    padding: 0;
    margin-right: 0;
    margin-bottom: 5px;
    border: transparent;
    border-radius: 0;
  }

  .navbar-nav {
    float: left;
    width: 100%;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #000;
  }

  .navbar-nav li:nth-child(1),
  .navbar-nav li:nth-child(2) {
    border-bottom: 1px solid #d6d6d6;
  }

  .main-services img {
    margin-bottom: 15px;
    width: 100%;
  }

  header img,
  footer .footer-logo {
    width: 120px;
  }
}

@media screen and (max-width: 736px) {

  #contact_form>div.col-xs-12>div:nth-child(1),
  #contact_form>div.col-xs-12>div:nth-child(3),
  #contact_form>div.col-xs-12>div:nth-child(5) {
    width: 15%;
    margin-bottom: 10px;
  }

  #header .top-bar span.pt_txt {
    display: none;
  }

  #header .top-bar {
    padding: 0 !important;
  }

  #header .head-logo h3 {
    font-size: 22px;
    line-height: 28px;
  }

  #header .top-bar .navbar-collapse {
    padding-left: 0;
  }

  #header .top-bar .navbar-default .navbar-nav>li>a {
    line-height: 30px;
    padding: 0;
  }

  #header .top-bar,
  #header .top-bar .samll-mbl,
  #header .head-logo .pt_txt {
    display: none;
  }

  #header .top-bar.d-none.d-block {
    display: block;
  }

  .contact-detail address {
    margin-bottom: 25px;
  }

  .banner {
    min-height: 380px;
    background-position: center;
    padding: 20px;
  }

  .terms ol,
  .terms ul,
  .terms p {
    padding-left: 3rem;
  }

  h1,
  .terms h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .terms h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
  }

  h5 {
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: none;
  }

  .navbar {
    margin-bottom: 0;
    margin-top: 0;
  }

  .no-padding {
    padding: 0;
  }

  span.icon-bar {
    position: static !important;
  }

  #header .top-bar .logo img {
    width: 35%;
  }

  .cta h4 {
    display: none;
  }

  .abt-bg figure img {
    margin: auto;
  }

  .main-services .box-1 {
    height: 250px;
  }

  exp-1 .column-text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .exp-2 .column-text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .media:first-child {
    height: 350px;
    margin-top: 0;
    width: 100%;
  }

  .img-dn {
    display: none;
  }

  .gallery #Carousel>div>div:nth-child(1)>div>div:nth-child(2),
  .gallery #Carousel>div>div:nth-child(2)>div>div:nth-child(3),
  .gallery #Carousel>div>div:nth-child(3)>div>div:nth-child(3),
  .gallery #Carousel>div>div.item.active.left>div>div:nth-child(3),
  .gallery #Carousel>div>div.item.active>div>div:nth-child(2),
  .gallery #Carousel>div>div.item.active>div>div:nth-child(3) {
    display: none;
  }

  .gallery #Carousel>div>div.item.active>div>div:nth-child(1)>img {
    margin: auto;
  }

  .gallery .carousel-control.left {
    margin-top: 120px;
  }

  .gallery .carousel-control.right {
    margin-top: 120px;
  }

  #fade-quote-carousel blockquote span {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .exp-1 .column-text,
  .exp-2 .column-text {
    padding: 10px;
  }

  .navbar {
    z-index: 999;
  }

  p {
    font-size: 16px;
  }

  .main-services ul li {
    margin-bottom: 10px;
  }

  .banner .phone {
    width: auto;
    max-width: 250px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 667px) {
  #header .top-bar .logo img {
    width: 30%;
  }

  #header .top-bar span.pt_txt {
    font-size: 16px;
    left: 110px;
    line-height: 20px;
    top: 18px;
  }
}

@media screen and (max-width: 640px) {

  #fade-quote-carousel blockquote,
  #fade-quote-carousel blockquote p {
    text-align: center;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 0;
  }

  .service h4 {
    font-size: 18px;
    line-height: 24px;
  }

  #footer address {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 600px) {
  #header .top-bar span.pt_txt {
    font-size: 14px;
    line-height: 20px;
  }

  #footer .nav ul li a {
    padding: 0 4px;
  }
}

@media screen and (max-width: 575px) {
  header nav h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .abt-bg figure img {
    float: none !important;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 1rem;
  }

  header nav .navbar-toggle {
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .main-services img {
    margin-bottom: 15px;
  }

  .main-section .logo {
    width: 120px;
  }

  header a span {
    font-size: 16px;
    line-height: 22px;
  }

  header {
    padding: 10px;
  }

  footer .footer-logo {
    width: 100px;
  }
}

@media screen and (max-width: 568px) {

  #contact_form>div.col-xs-12>div:nth-child(1),
  #contact_form>div.col-xs-12>div:nth-child(3),
  #contact_form>div.col-xs-12>div:nth-child(5) {
    padding: 0;
  }

  .contact-detail address {
    margin-bottom: 25px;
    margin-top: 10px;
  }

  .contact-detail .no-padding {
    padding-left: 15px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .gallery .left img,
  .gallery .right img {
    width: 15px;
  }

  .cta {
    top: -52px;
    left: 205px;
  }

  #footer .nav ul li a {
    padding: 0 1px;
  }

  #footer .col-xs-5 {
    padding: 0;
  }

  #footer address {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .cta h3 {
    font-size: 22px;
  }

  .gallery .carousel-control.left {
    margin-top: 100px;
  }

  .gallery .carousel-control.right {
    margin-top: 100px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .main-services .box-1 .content h2 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .service h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .review #fade-quote-carousel {
    padding: 0;
  }

  .cta {
    top: -48px;
    left: 164px;
  }

  #header .top-bar span {
    font-size: 12px;
    left: 79px;
    line-height: 18px;
    top: 20px;
  }

  #footer .col-xs-7 img {
    margin: auto;
  }

  .media:first-child {
    height: auto;
  }

  footer h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  header nav h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .banner {
    padding: 10px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  footer h3 {
    font-size: 16px;
    line-height: 22px;
  }

  footer h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 414px) {
  #header .top-bar span.pt_txt {
    display: none;
  }

  /* header nav img {
    width: 40%;
  } */

  .main-services .box-1 {
    height: inherit;
  }

  h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .contact-detail button {
    margin-bottom: 10px;
  }

  .contact-detail address {
    margin-bottom: 0px;
    margin-top: 0;
  }

  #header .top-bar .logo img {
    width: 37%;
  }

  #header .cta {
    left: 130px;
    top: -52px;
  }

  #header .top-bar .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    line-height: 26px;
  }

  .gallery .carousel-control.left {
    margin-top: 80px;
  }

  .gallery .carousel-control.right {
    margin-top: 80px;
  }

  #fade-quote-carousel blockquote span {
    font-size: 18px;
  }

  .main-services .box-1 .content h2,
  #header .head-logo h3 {
    font-size: 18px;
    line-height: 24px;
  }

  #header .top-bar span {
    font-size: 12px;
    left: 74px;
  }

  #footer .col-xs-7,
  #footer .col-xs-5 {
    width: 100%;
    text-align: center;
  }

  #footer .nav .lin-txt {
    margin-bottom: 5px;
  }

  #footer .accept .lin-txt {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 384px) {

  .exp-2 .column-text h4,
  .exp-1 .column-text h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .gallery .carousel-control.left {
    margin-top: 65px;
  }

  .gallery .carousel-control.right {
    margin-top: 65px;
  }

  .top-bar .col-xs-6 {
    width: 100%;
  }

  #header .cta {
    left: 120px;
    top: -54px;
  }

  #header .top-bar .logo img {
    width: 20%;
  }

  #header .top-bar span {
    font-size: 12px;
    left: 8px;
    line-height: 18px;
    top: 77px;
  }

  .footer-bar span {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 375px) {
  #header .cta {
    left: 116px;
    top: -52px;
  }
}

@media screen and (max-width: 360px) {
  header .navbar-collapse {
    padding: 0;
  }

  .contact-detail address {
    font-size: 16px;
    line-height: 22px;
  }

  #header .cta {
    left: 107px;
    top: -50px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .gallery .carousel-control.left {
    margin-top: 55px;
  }

  .gallery .carousel-control.right {
    margin-top: 55px;
  }
}

@media screen and (max-width: 320px) {

  .exp-2 .column-text h4,
  .exp-1 .column-text h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-bar span {
    font-size: 13px;
    line-height: 19px;
  }

  .cta h3 {
    font-size: 18px;
  }

  .contact-detail button {
    width: 65%;
  }

  #header .top-bar .logo img {
    width: 23%;
  }

  #header .cta {
    left: 102px;
  }

  .gallery .carousel-control.left {
    margin-top: 40px;
  }

  .gallery .carousel-control.right {
    margin-top: 40px;
  }

  #footer .accept .lin-txt,
  #footer .social-txt {
    margin-top: 15px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}