@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:900);
@import url(//fonts.googleapis.com/css?family=Roboto);

html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

* {
  -webkit-text-size-adjust: none;
}

body {
  position: relative;
  background-color: #fff;
  color: #777;
  font: 14px/20px "Lato", sans-serif;
}

strong {
  font-weight: 700;
}

address {
  font-style: normal;
}

p {
  margin-bottom: 20px;
}

.p1 {
  margin-bottom: 14px;
}

input {
  border-radius: 0 !important;
  outline: none !important;
}

img {
  max-width: 100%;
}

/****Heads****/

.navigation {
  background-color: #2e0b4f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  display: inline-block;
  font-size: 54px;
  line-height: 54px;
  color: #fff;
  background-color: #2e0b4f;
  padding: 2px 23px 6px 12px;
}

h2.color1 {
  padding-top: 0;
  padding-right: 12px;
  line-height: 52px;
  padding-bottom: 10px;
}

h3 {
  font-size: 41px;
  line-height: 49px;
  padding-top: 123px;
  margin-bottom: 16px;
}

h3 .fa {
  line-height: 49px;
  font-size: 56px;
  position: relative;
  top: -3px;
  margin-right: 24px;
}

.page1 .yell_art h3 {
  padding-top: 49px;
  margin-bottom: 16px;
}

.yell_art h3 {
  padding-top: 61px;
  margin-bottom: 16px;
}

.page1 h3 {
  margin-bottom: 15px;
  padding-top: 32px;
}

h4 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 17px;
  line-height: 39px;
  padding-top: 20px;
}

h3.head1 {
  padding-top: 44px;
  margin-bottom: 33px;
}

/****Lists****/

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list li {
  /* padding-left: 20px; */
  color: #fff;
  line-height: 33px;
  text-transform: uppercase;
  /* background: url(../images/marker.png) 0 16px no-repeat; */
  list-style-type: none;
}

.list li a:hover {
  color: rgb(240, 10, 10);
}

.list1 {
  padding-top: 1px;
}

.list1 li + li {
  margin-top: 10px;
}

.list1 li:after {
  width: 4px;
  position: absolute;
  content: "";
  height: 1px;
  background-color: #000;
  top: 12px;
  left: 0;
}

.list1 li {
  position: relative;
  padding-left: 14px;
}

/****Links****/

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

a:hover {
  color: red;
}

.btn {
  color: #fff;
  background-color: #e17302;
  display: inline-block;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  padding: 12px 20px 14px;
  text-transform: uppercase;
  margin-top: 26px;
}

.btncontactus {
  color: #fff;
  border-style: solid;
  border: 10px solid #e17302;
  background-color: #2e0b4f;
  font-weight: 900;
  font-size: 20px;
  display: inline-block;
  line-height: 30px;
  padding: 25px 25px;
  text-transform: uppercase;
  margin-top: 26px;
  border-radius: 10px;
}

.btn-contact-form {
  color: #fff;
  background-color: #2e0b4f;
  border: 2px solid #fff;
  display: inline-block;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  padding: 25px 50px;
  text-transform: uppercase;
  margin-top: 26px;
}

.btn:hover {
  background-color: #fee600;
  color: #000;
}

.yell_art .btn:hover {
  background-color: #fff;
  color: #000;
}

/****classes****/

.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}

.img_inner {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
  margin-top: 8px;
}

.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
  margin-top: 7px;
}

.oh {
  overflow: hidden;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}

.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}

.ta__left {
  text-align: left;
}

.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}

.oh {
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

/*header*/

header {
  display: block;
  position: relative;
  z-index: 20;
  background: url(../images/slide.jpg) center 0 no-repeat;
}

.angle {
  width: 100%;
  z-index: 800px;
}

.bot__angle {
  position: absolute;
  top: 100%;
  left: 0;
}

.top__angle {
  position: absolute;
  bottom: 100%;
  left: 0;
}

header h1 {
  top: 27px;
  margin-top: -27px;
  position: relative;
  text-align: center;
  float: left;
  z-index: 990;
}

header h1 a {
  display: inline-block;
  overflow: hidden;

  font-size: 0;
  line-height: 0;
  text-indent: -999px;
  transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
}

header h1 a img {
  display: block;
}

.header_socials {
  float: right;
  margin-left: 31px;
  overflow: hidden;
  padding-top: 11px;
}

.header_socials .fa {
  display: block;
  float: left;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}

.header_socials .fa:hover {
  color: rgb(255, 0, 0);
}

.header_socials .fa + .fa {
  margin-left: 25px;
}

/****Content****/

.pageTitle {
  margin-top: 30px;
  /* background-color: #d9d9d9; */
}

#tracking-input {
  width: 100%;
  margin-top: 25px;
}

#track-error {
  color: rgb(255, 0, 0);
  font-size: 16px;
  margin-bottom: 0;
  display: none;
}

#tracking-button {
  width: 250px;
  font-size: large;
  font-weight: bold;
  color: #fff;
  background-color: #2e0b4f;
  border: 0;
  padding: 15px;
  border-radius: 15px;
  margin-top: 25px;
}

button {
  cursor: pointer;
}

.content {
  background-color: #fff;
  padding-bottom: 127px;
}

.page1 .content {
  padding-bottom: 116px;
}

/****Blocks****/

.whyus {
  background-color: #e17302;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 110px;
  color: #fff;
  font-size: 25px;
  align-content: center;
  align-items: center;
  display: flex;
}

.info {
  background-color: #e17302;
  padding-top: 20px;
  padding-bottom: 5px;
  color: #fff;
}

.ratesTitle {
  background-color: #2e0b4f;
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
  padding: 16px;
}

.ratesTitleTxt {
  color: #f2f2f2;
  font-size: 25px;
}

.ratesImg {
  border: 1px solid #2e0b4f;
  background-color: #000;
  margin-top: 20px;
}

#ratesContact {
  display: flex;
  flex-direction: row;
  background-color: #075e54;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 25%;
  border-radius: 50px;
  padding: 5px;
  margin-right: auto;
  margin-left: auto;
}

.info_font {
  margin-left: 130px;
  font-size: 20px;
  font-weight: 1000;
}

.slide1 {
  background-color: #2e0b4f;
  color: #000;
  padding-top: 30px;
  padding-bottom: 50px;
}

.yell_art .text1 {
  position: relative;
  top: -1px;
}

.yell_art a:hover {
  color: #fff;
}

.box_img {
  padding-top: 6px;
  width: 100%;
}

.bottom_block {
  background-color: #2e0b4f;
  padding-bottom: 69px;
  position: relative;
}

.box {
  margin-top: 8px;
  color: #000;
  background-color: #f2f2f2;
}

.box p {
  margin-bottom: 14px;
}

.box_bot {
  padding: 15px 20px 21px;
}

.box_title {
  padding: 12px 20px 14px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 4px solid #fff;
  color: #fff;
  background-color: #2e0b4f;
}

.pad1 {
  padding-bottom: 60px;
}

.block2 {
  padding-left: 68px;
  position: relative;
}

.block2 .text1 {
  padding-bottom: 1px;
}

.block2 .fa {
  font-size: 53px;
  line-height: 33px;
  color: #fee600;
  position: absolute;
  left: 0;
  top: 15px;
}

.block2 + .block2 {
  margin-top: 20px;
}

.bq1 {
  margin-top: -16px;
  background: url(../images/quotes.png) 0 6px no-repeat;
  padding-left: 68px;
}

.text1 time {
  display: block;
}

.prv .text1 {
  padding-bottom: 1px;
}

.prv p + .text1 {
  padding-top: 20px;
}

#pop-up-overlay {
  display: none;
  position: fixed;
  background-color: rgb(0, 0, 0, 0.7);
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 25;
  animation: in 700ms ease both;
}

#pop-up-box {
  position: absolute;
  background-color: #000;
  width: 50%;
  /* height: 50%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#pop-up-button {
  position: fixed;
  width: 100px;
  font-size: large;
  font-weight: bold;
  color: #fff;
  background-color: #e17302;
  border: 0;
  right: 0;
  padding: 15px;
  border-radius: 15px;
  margin-top: 15px;
  margin-right: 15px;
}

/****Accordion****/

#accordion {
  color: #000;
  padding-right: 20px;
  padding-top: 43px;
}

#accordion dd {
  background-color: #f2f2f2;
  margin: 4px 0 4px;
  padding: 15px 0 21px 19px;
}

#accordion dt a {
  color: #fff;
  padding: 12px 48px 14px 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  background-color: #2e0b4f;
  color: #fff;
  position: relative;
  /* 7 Kotak */
}

#accordion dt a:before,
#accordion dt a:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 15px;
  line-height: 20px;
  right: 20px;
  color: #fff;
  font-weight: normal;
  top: 50%;
  margin-top: -8px;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

#accordion dt a:after {
  color: #000;
  content: "";
  opacity: 0;
}

#accordion dt.ui-state-active a:after,
#accordion dt a:hover:after {
  opacity: 1;
}

#accordion dt.ui-state-active a:before,
#accordion dt a:hover:before {
  opacity: 0;
}

#accordion dt.ui-state-active a,
#accordion dt a:hover {
  background-color: #e17302;
  color: #000;
}

#accordion dt {
  margin-bottom: 4px;
}

/****Separators****/

.clear.sep__1 {
  height: 57px;
}

.clear.sep__2 {
  height: 40px;
}

/****Text styles****/
.text1 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 17px;
}

.text1 .fa {
  margin-bottom: 14px;
  position: relative;
  top: -1px;
  font-size: 55px;
  line-height: 30px;
  min-width: 70px;
}

.text1 .fa.fa-calendar {
  font-size: 50px;
}

.color1 {
  color: #e17302;
}

.color1 a:hover,
a.color1:hover {
  color: #000;
}

.color2 {
  color: #000;
}

.td_underline {
  text-decoration: underline;
}

.slide1_text_color {
  color: #fff;
}

/****Map****/

.map {
  overflow: hidden;
}

.map .text1 {
}

.map figure {
  margin-bottom: 19px;
  padding-top: 8px;
  position: relative;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.map figure iframe {
  width: 100%;
  height: 428px;
  max-width: 100%;
}

.address1 {
  display: block;
  margin-top: -18px;
}

.address1 dt {
  padding-bottom: 1px;
}

.address1 + .address1 {
  margin-top: 37px;
}

.address1 dd {
  color: #000;
}

.address1 dd span {
  min-width: 108px;
  display: inline-block;
  text-align: left;
}

.address1 dd span.col1 {
  min-width: 0;
}

/**Footer**/

#footer {
  display: block;
  padding: 21px 0 40px;
}

.copyright {
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  width: 46px;
  height: 46px;
  border: none;
  text-indent: -999px;
  z-index: 20;
  background: url(../images/totop.png) no-repeat left 0;
  transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
}

#toTop:hover {
  outline: none;
  background-position: right 0;
}

#whatsappFabArea {
  position: fixed;
  display: flex;
  flex-direction: row;
  bottom: 3%;
  right: 3%;
  background-color: #075e54;
  padding: 10px;
  align-items: center;
  border-radius: 50px;
}

#whatsappFabArea:hover {
  transform: scale(1.1);
}

#whatsappFabLogo {
  /* background-color: #f2f2f2; */
  border-radius: 50px;
  /* padding: 2px; */
}

#whatsappFabTxt {
  font-size: medium;
  color: #f2f2f2;
  margin-left: 5px;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1688px) {
  .camera_prev {
    left: 20px;
    margin-left: 0;
  }

  .camera_next {
    right: 20px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1310px) {
  .caption {
    text-align: center;
    bottom: 20px;
  }

  h2 {
    font-size: 20px !important;
    line-height: 24px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  #accordion dt a {
    font-size: 13px;
  }

  .extra_wrapper {
    overflow: visible;
  }

  .camera_prev {
    left: 20px;
  }

  .camera_next {
    right: 20px;
  }

  .sf-menu > li + li {
    margin-left: 14px;
  }
}

@media only screen and (max-width: 979px) {
  .fleft {
    margin-bottom: 20px;
  }

  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .map figure {
    height: auto !important;
  }

  .map figure {
    margin-bottom: 15px;
  }

  .nowrap {
    white-space: normal;
  }

  #ratesContact {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .address1 {
    float: none;
    margin-left: 0 !important;
  }

  .clear.sep__1,
  .clear.sep__2 {
    height: 0;
  }

  .block1 {
    padding-bottom: 40px;
  }

  .box {
    margin-bottom: 30px;
  }

  .address1 + .address1 {
    margin-top: 30px;
  }

  .img_inner {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }

  .img_inner img {
    width: 100%;
  }

  header h1 {
    position: relative !important;
    margin-bottom: 20px;
    float: none;
    left: 0;
    text-align: center;
  }

  header h1 a {
    max-width: 90%;
    width: auto;
    display: inline-block;
    height: auto;
  }

  .map figure iframe {
    height: 300px;
  }

  .content .noresize {
    width: auto !important;
    float: left !important;
    margin-right: 20px !important;
    margin-top: 4px !important;
  }

  .img_inner {
    margin-top: 30px;
  }
  .none {
    clear: both;
  }

  .ind__1 {
    padding-top: 50px;
  }

  #ratesContact {
    width: 100%;
  }

  #pop-up-box {
    position: absolute;
    background-color: #000;
    width: 95%;
    /* height: 50%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .info_font {
    font-size: 16px;
    font-weight: 1000;
    margin-left: 16px;
    margin-right: 16px;
  }

  .info {
    background-color: #e17302;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #fff;
  }

  .logo {
    margin-right: auto;
    margin-left: auto;
  }

  .header_socials {
    float: unset;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .header_socials .fa {
    float: unset;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    margin-top: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .caption {
    display: none;
  }
}

/* Image */

.logo {
  width: 150px;
  length: 150px;
}
