body {
  font-family: "arimoregular";
  overflow-x: hidden;
  background: url(../images/home/bodybg.png) repeat;
  color: #221a1a;
}

.form-control.cust {
  color: #221a1a;
}
.modal-title.cust {
  display: contents;
  font-size: 2.2rem;
  font-family: "lobster_twobold";
  color: #221a1a;
}
.btn-submit {
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
}
.popupmodal {
  /* display: block; */
  opacity: 1;
}
.show {
  display: block;
  opacity: 1;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, 15%);
}
.first_banner_top {
  margin-top: 125px;
}

.contact_location h4,
.contact_location h5 {
  font-family: "lobster_twobold";
}
.luxury_flash_div .luxury_flash_span a {
  background: #25bcbd;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.2rem;
  /*border-radius: 0.25rem; */
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
/* Flash class and keyframe animation */
.flashit {
  color: #f2f;
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 5s infinite;
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes glowing {
  0% {
    background-color: #51dcdd;
    -webkit-box-shadow: 0 0 3px #51dcdd;
  }
  50% {
    background-color: #25bcbd;
    -webkit-box-shadow: 0 0 20px #25bcbd;
  }
  100% {
    background-color: #51dcdd;
    -webkit-box-shadow: 0 0 3px #51dcdd;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #51dcdd;
    -moz-box-shadow: 0 0 3px #51dcdd;
  }
  50% {
    background-color: #25bcbd;
    -moz-box-shadow: 0 0 20px #25bcbd;
  }
  100% {
    background-color: #51dcdd;
    -moz-box-shadow: 0 0 3px #51dcdd;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #51dcdd;
    box-shadow: 0 0 3px #51dcdd;
  }
  50% {
    background-color: #25bcbd;
    box-shadow: 0 0 20px #25bcbd;
  }
  100% {
    background-color: #51dcdd;
    box-shadow: 0 0 3px #51dcdd;
  }
}

@keyframes glowing {
  0% {
    background-color: #51dcdd;
    box-shadow: 0 0 3px #51dcdd;
  }
  50% {
    background-color: #25bcbd;
    box-shadow: 0 0 20px #25bcbd;
  }
  100% {
    background-color: #51dcdd;
    box-shadow: 0 0 3px #51dcdd;
  }
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

.nav-up {
  top: -168px !important;
}

#social_shares a {
  color: #221a1a;
}

.right_align {
  text-align: right;
}

#videosList {
  max-width: 600px;
  overflow: hidden;
}

.padding40 {
  padding: 0px 40px;
}

.btn_custom_form {
  background-color: transparent;
  border: 1px solid #534f4f !important;
  border-radius: 0px !important;
  color: #fff;
}
.btn_custom_form:hover {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #534f4f !important;
  border-radius: 0px !important;
  color: #fff;
}
.btn_custom_form_black {
  background-color: transparent;
  border: 1px solid #534f4f !important;
  border-radius: 0px !important;
  color: #000;
}
.btn_custom_form_black:hover {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #534f4f !important;
  border-radius: 0px !important;
  color: #000;
}
#customerform_id_1 .btn {
  padding: 6px 16px;
  border-radius: 0px;
}
#customerform_id_1 .btn-default {
  color: #00627e;
  background-color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.btn_price_otp {
  color: #333;
  background-color: transparent;
  border-color: #333;
}
.btn_price_otp:hover {
  color: #333;
  background-color: transparent;
  border-color: #333;
}
/* .video {
  background-image: url('https://img.youtube.com/vi/nZcejtAwxz4/maxresdefault.jpg');
  min-height: 365px;
  width: 600px;
} */

/* #big .item {
    padding: 20px;
} */

.award_badge_class {
  position: absolute;
  top: 150px;
  left: 180px;
}
.award_badge_class img {
  width: 55%;
}

#govideo video {
  width: 100%;
  height: 365px;
  border: 0px;
  display: block;
}

audio,
canvas,
progress,
video {
  display: block;
  width: 100%;
}
/* Hide Play button + controls on iOS */
/* video::-webkit-media-controls {
    display:none !important;
} */

.clients_bg {
  background: url(../images/about/aboutbg.png);
  color: #fff;
  font-size: 40px;
  padding: 35px 0px;
}

#career-form .form-control {
  color: #000;
}
#download-form .form-control {
  color: #000;
}
.text_calc {
  font-family: "arimoregular" !important;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-transform: uppercase;
}
.premium_text {
  border: 1px solid;
  padding: 3px 5px;
  font-size: 12px;
}

#pointer {
  margin-left: 75px;
}
#pointer2 {
  margin-left: 75px;
}
#pointer3 {
  margin-left: 75px;
}
#pointer4 {
  margin-left: 75px;
}
#pointer5 {
  margin-left: 75px;
}

/*PRICE CALCULATOR CSS START HERE*/
span.index_number_class {
  float: left;
  background: #4a7caa;
  border-radius: 50%;
  padding: 8px 15px 10px 15px;
  /* margin-right: 20px; */
  /* margin-bottom: -17px; */
  /* padding-left: 12px; */
  font-size: 16px;
  color: #fff;
}
span.index_number_text h3 {
  /* margin-top: 16px; */
  color: #221a1a;
  font-weight: 700;
  /* font-size: 12px; */
  margin-left: 40px;
  margin-right: 30px;
  padding: 5px 15px;
}
span.index_number_text p {
  color: #221a1a;
  margin-left: 40px;
  margin-right: 30px;
  padding: 5px 15px;
  font-size: 16px;
}
.radio_size {
  width: 1.2em;
  height: 2em;
}
.measure_class {
  display: inline-block;
  padding: 0px 10px 20px 45px;
  font-size: 16px;
}
.measure_select_box {
  width: 7em;
  height: 2.5em;
  font-size: 16px;
}
span.radio_btn_class {
  float: left;
  margin-right: 10px;
}
span.radio_btn_text {
  float: left;
  margin-top: 8px;
}
.estimate_header {
  background: #2c2c2c;
  color: #fff;
  padding: 20px 10px 20px 15px;
  border: 1px solid #2c2c2c;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}
.col-md-12.estimate_content {
  border: 1px solid #2c2c2c;
  background: #fff;
  padding: 10px 10px 10px 10px;
  line-height: 20px;
}

#primary-content-wrap {
  position: relative;
}

.sticky {
  position: fixed;
  top: 20px;
  right: auto;
  margin: 0;
  width: calc(33.33% - 25px);
}

.abs {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: calc(33.33% - 20px);
}

#price_form .form-control {
  background-color: transparent !important;
  border: 1px solid #221a1a !important;
  border-radius: 0px !important;
}

#price_form .form-control {
  color: #221a1a;
}
#price_form .form-btn:hover,
#price_form .form-btn:focus {
  color: #221a1a;
  background-color: transparent;
  border-color: #221a1a;
}
#price_form .form-btn {
  color: #221a1a;
  background-color: transparent;
  border-color: #221a1a;
}
#price_form .btn:active:focus,
.btn:focus {
  outline: 1px solid #221a1a;
}
#price_form input[type="text"].name-class::-webkit-input-placeholder,
#price_form input[type="email"].email-class::-webkit-input-placeholder,
#price_form .textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #221a1a;
}
#price_form input[type="text"].name-class::-moz-placeholder,
#price_form input[type="email"].email-class::-moz-placeholder,
#price_form .textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #221a1a;
}
#price_form input[type="text"].name-class:-ms-input-placeholder,
#price_form input[type="email"].email-class::-ms-input-placeholder,
#price_form .textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #221a1a;
}
#price_form input[type="text"].name-class:-moz-placeholder,
#price_form input[type="email"].email-class::-moz-placeholder,
#price_form .textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #221a1a;
}
.pricefont16 {
  font-size: 16px;
}
#primary-content-wrap {
  padding: 50px;
}
.minheight370 {
  min-height: 0px;
}

.estimate_num_class {
  float: left;
  background: none;
  border-radius: 50%;
  padding: 0px 10px 0px 10px;
  font-size: 16px;
  color: #221a1a;
}
span.estimate_number_text h4 {
  /* margin-top: 16px; */
  color: #221a1a;
  font-weight: 700;
  /* font-size: 12px; */
  /* margin-left: 25px; */
  /* margin-right: 30px; */
  padding: 0px;
  display: inline;
  /* margin-top: 10px; */
  font-size: 14px;
}
span.estimate_number_text p {
  display: inline;
  font-size: 16px;
  /* font-family: 'lobster_twobold'; */
  color: #221a1a;
  text-transform: uppercase;
}

div#getusabletext {
  margin-left: 45px;
}
div#getlshapeAInches {
  margin-left: 60px;
}
div#getlshapeBInches {
  margin-left: 60px;
}

div#getlstraightAInches {
  margin-left: 60px;
}

div#getushapeAInches {
  margin-left: 60px;
}
div#getushapeBInches {
  margin-left: 60px;
}
div#getushapeCInches {
  margin-left: 60px;
}

div#getparallelAInches {
  margin-left: 60px;
}
div#getparallelBInches {
  margin-left: 60px;
}

div#totalLengthinches {
  margin-left: 60px;
}
div#totalrft {
  margin-left: 60px;
}
.estimate_total_class {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #4a7caa;
  color: #fff;
  padding: 10px;
  border: 1px solid #4a7caa;
  font-size: 18px;
}
.hrcolor {
  border-top: 1px solid #2c2c2ca6;
}
.price_disc_text {
  font-size: 12px;
}
.padding_text_price {
  padding: 0px 155px 0px 155px;
}
/*PRICE CALCULATOR CSS END HERE*/
/*THANK YOU CSS START HERE*/
/* .thank-u { padding: 52px 0px; border-top: 120px solid #00627e99;  border-bottom: 120px solid #00627e99;} */
.thank-u {
  padding: 52px 0px;
  border-top: 120px solid #221a1a99;
  border-bottom: 120px solid #221a1a99;
}
.thank-u h2 {
  font-size: 80px;
  font-weight: 700;
  color: #221a1a;
  letter-spacing: 4px;
  margin-bottom: 40px;
}
.thank-u img {
  display: block;
  margin: 0 auto;
}
.thank-u h4 {
  color: #221a1a;
  margin: 30px 0 6px;
  font-size: 22px;
}
.thank-u a {
  margin: 40px 0;
  letter-spacing: 2px;
}
.btn-redback {
  background-color: #221a1a !important;
  border-color: #221a1a !important;
}
/*THANK YOU CSS END HERE*/

/*CAREERS CSS START HERE*/
/*----------------------accordian-----------------------------*/

#accordion {
  padding-left: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#accordion:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #919191;
  position: absolute;
  top: 0;
  left: 7px;
  z-index: -1;
}
#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #919191;
}
#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
}
#accordion .panel-title a {
  display: block;
  padding: 10px 30px 15px 0;
  background: url(../images/home/bodybg.png) repeat;
  font-size: 20px;
  font-weight: bold;
  color: #00627e;
  position: relative;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
#accordion .panel-title a.collapsed {
  color: #000;
}
#accordion .panel-title a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 15px;
  height: 15px;
  line-height: 40px;
  border-radius: 50%;
  background: #00627e;
  text-align: center;
  font-size: 17px;
  color: #00627e;
  position: absolute;
  top: 0;
  left: -80px;
  background: #00627e;
}
#accordion .panel-title a.collapsed:before {
  content: "";
  background: #919191;
}

#accordion .panel-title a:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
  color: #222222;
  font-size: 28px;
}
#accordion .panel-title a.collapsed:after {
  content: "\f107";
  color: #222222;
  font-size: 28px;
}

#accordion .panel-body {
  padding: 10px 15px;
  border: none;
  font-size: 14px;
  line-height: 25px;
  background: url(../images/home/bodybg.png) repeat;
}
.career_content p,
.career_content li {
  font-size: 18px;
}

#applyModal .modal-header {
  background: #00627e;
  color: #fff;
}
#applyModal .modal-footer {
  display: none;
}
.careerlabel {
  color: #221a1a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.career_apply {
  background-color: #00627e;
  border-color: #00627e;
  color: #fff;
}
/*CAREERS CSS END HERE*/

/*FAQS CSS START HERE*/
/*----------------------accordian2-----------------------------*/

#accordion2 {
  padding-left: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#accordion2:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #919191;
  position: absolute;
  top: 0;
  left: 7px;
  z-index: -1;
}
#accordion2 .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #919191;
}
#accordion2 .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
}
#accordion2 .panel-title a {
  display: block;
  padding: 10px 30px 15px 0;
  background: url(../images/home/bodybg.png) repeat;
  font-size: 20px;
  font-weight: bold;
  color: #00627e;
  position: relative;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
#accordion2 .panel-title a.collapsed {
  color: #000;
}
#accordion2 .panel-title a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 15px;
  height: 15px;
  line-height: 40px;
  border-radius: 50%;
  background: #00627e;
  text-align: center;
  font-size: 17px;
  color: #00627e;
  position: absolute;
  top: 0;
  left: -80px;
  background: #00627e;
}
#accordion2 .panel-title a.collapsed:before {
  content: "";
  background: #919191;
}

#accordion2 .panel-title a:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
  color: #222222;
  font-size: 28px;
}
#accordion2 .panel-title a.collapsed:after {
  content: "\f107";
  color: #222222;
  font-size: 28px;
}

#accordion2 .panel-body {
  padding: 10px 15px;
  border: none;
  font-size: 14px;
  line-height: 25px;
  background: url(../images/home/bodybg.png) repeat;
}

/*----------------------accordian3-----------------------------*/

#accordion3 {
  padding-left: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#accordion3:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #919191;
  position: absolute;
  top: 0;
  left: 7px;
  z-index: -1;
}
#accordion3 .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #919191;
}
#accordion3 .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
}
#accordion3 .panel-title a {
  display: block;
  padding: 10px 30px 15px 0;
  background: url(../images/home/bodybg.png) repeat;
  font-size: 20px;
  font-weight: bold;
  color: #00627e;
  position: relative;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
#accordion3 .panel-title a.collapsed {
  color: #000;
}
#accordion3 .panel-title a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 15px;
  height: 15px;
  line-height: 40px;
  border-radius: 50%;
  background: #00627e;
  text-align: center;
  font-size: 17px;
  color: #00627e;
  position: absolute;
  top: 0;
  left: -80px;
  background: #00627e;
}
#accordion3 .panel-title a.collapsed:before {
  content: "";
  background: #919191;
}

#accordion3 .panel-title a:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
  color: #222222;
  font-size: 28px;
}
#accordion3 .panel-title a.collapsed:after {
  content: "\f107";
  color: #222222;
  font-size: 28px;
}

#accordion3 .panel-body {
  padding: 10px 15px;
  border: none;
  font-size: 14px;
  line-height: 25px;
  background: url(../images/home/bodybg.png) repeat;
}
/*FAQS CSS END HERE*/

.copyright_text {
  font-size: 12px;
}
.copyright_text a {
  color: #fff;
}

.know_icon_text {
  color: #221a1a;
  font-size: 16px;
  font-weight: 700;
}

.form-control {
  color: #fff;
}
#career_form .form-control {
  color: #221a1a;
}
/* #firstTab {
    background: #fff;
    color: #221a1a;
    font-weight: 700;
    text-decoration: none;
    border-color: #fff;
    box-shadow: chartreuse;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px inset;
} */
.tab_text .activepointer {
  background: #fff;
  color: #221a1a;
  font-weight: 700;
  text-decoration: none;
  border-color: #fff;
  box-shadow: chartreuse;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px inset;
}
.tablinks:hover,
.tablinks.Desktop {
  background: #fff;
  color: #221a1a;
  font-weight: 700;
  text-decoration: none;
  border-color: #fff;
  box-shadow: chartreuse;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px inset;
}
.tablinks a {
  text-decoration: none;
}
.tablinks {
  padding: 2px 15px;
  margin-right: 20px;
  color: #000;
}

.tablinksMobile:hover,
.tablinksMobile.Mobile {
  background: #fff;
  color: #221a1a;
  font-weight: 700;
  text-decoration: none;
  border-color: #fff;
  box-shadow: chartreuse;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px inset;
}
.tablinksMobile a {
  text-decoration: none;
}
.tablinksMobile {
  padding: 2px 15px;
  margin-right: 20px;
  color: #000;
}
.tab.tab_text {
  text-align: center;
  padding: 0px 0px 15px 0px;
  cursor: pointer;
}

#mydiv .tab.tab_text {
  text-align: center;
  padding: 15px 0px 15px 0px;
}
/* .tab_text{
    color
} */

/*----------------------------------------------------------------*/
/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */

/* .navbar-fixed-top{top: 40px;} */

/*   .affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.affix + .container-fluid {
    padding-top: 70px;
} */

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 1;
}

/* Declare heights because of positioning of img element */
/* RESPONSIVE CSS
-------------------------------------------------- */

/* @media (min-width: 768px) { */

/* Navbar positioning foo */
.navbar-wrapper {
  /* margin-top: 20px; */
  margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
  border-radius: 4px;
}

/* Bump up size of carousel content */
.carousel-caption p {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.4;
}
/* } */
/* Margins */

.top_10 {
  margin-top: 10px;
}
.top_15 {
  margin-top: 15px;
}
.top_20 {
  margin-top: 20px;
}
.top_25 {
  margin-top: 25px;
}
.top_30 {
  margin-top: 30px;
}
.top_45 {
  margin-top: 45px;
}
.top_50 {
  margin-top: 50px;
}
.top_60 {
  margin-top: 60px;
}
.top_90 {
  margin-top: 90px;
}
.top_120 {
  margin-top: 120px;
}
.top_200 {
  margin-top: 200px;
}

.padding_20 {
  padding: 20px;
}
.padding_30 {
  padding: 30px 0;
}
.padding_45 {
  padding: 45px 0;
}
.padding_50 {
  padding: 50px;
}
.padding_60 {
  padding: 60px 0;
}
.padding_90 {
  padding: 90px 0;
}
.padding_120 {
  padding: 120px 0;
}
.padding_200 {
  padding: 200px 0;
}

.bottom_15 {
  margin-bottom: 15px;
}

.bottom_30 {
  margin-bottom: 30px;
}

.bottom_45 {
  margin-bottom: 45px;
}

.bottom_50 {
  margin-bottom: 50px;
}

.bottom_60 {
  margin-bottom: 60px;
}

.bottom_90 {
  margin-bottom: 90px;
}

.bottom_120 {
  margin-bottom: 120px;
}

.padbot_15 {
  padding-bottom: 15px;
}

.padbot_30 {
  padding-bottom: 30px;
}

.padbot_45 {
  padding-bottom: 45px;
}

.padbot_60 {
  padding-bottom: 60px;
}
.nopadding {
  padding: 0px;
}
.centered {
  text-align: center;
}
.services {
  background: url(../images/about/aboutbg.png); /* background: #00627e; */
  color: #fff;
  font-size: 40px;
}
.services_about {
  /* background: url(../images/aboutbg.png) repeat !important; */
  background: #00627e;
  color: #fff;
  font-size: 40px;
}
.parallax_image {
  background-color: #00627e;
  background-image: url("../images/home/background1.jpg");
  color: #fff;
  font-size: 40px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 450px; */
}

.appointment {
  background-image: url("../images/home/appointment1.jpg");
  color: #fff;
  font-size: 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0px;
}
.font22 {
  font-size: 22px;
}

#testimonial .profile {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
#testimonial .lineheight {
  line-height: 70px;
  font-size: 18px;
}
#testimonial .font60 {
  font-size: 60px;
}
#testimonial .para {
  margin: 20px 0px 20px;
  line-height: 30px;
  font-size: 18px;
}
.font45 {
  font-size: 45px;
  line-height: 55px;
}
.horizontal_line {
  width: 50%;
  margin: 0px auto;
  background-color: #1f1c1c;
  margin-top: 60px;
  height: 2px;
}
.header_color {
  /*background: url(../images/footerbg.png) repeat;*/
  background: #221a1a;
  color: #fff;
  min-height: 24px;
  margin-top: 0px;
  padding: 10px 0px;
}
.footer_color {
  /*background: url(../images/footerbg.png) repeat;*/
  background: #221a1a;
  color: #fff;
}
.lineheight40 {
  line-height: 40px;
}
.form-control {
  background-color: transparent !important;
  border: 1px solid #534f4f !important;
  border-radius: 0px !important;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}
.form-btn {
  color: #fff;
  background-color: transparent;
  border-color: #534f4f;
}
.form-btn:hover,
.form-btn:focus {
  color: #fff;
  background-color: transparent;
  border-color: #534f4f;
}
.ul-class {
  list-style-type: none;
  line-height: 24px;
  padding: 6px;
}
.ul-class li a {
  color: #fff;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-right a {
  color: #fff;
}
.knowmore-btn {
  color: #221a1a;
  background-color: transparent;
  border-color: #221a1a;
  border-radius: 0px;
  border: 1px solid #221a1a;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: bold;
}
.knowmore-btn:hover,
.knowmore-btn:focus {
  background-color: #221a1a;
  outline: 0;
  box-shadow: unset;
  color: #fff;
  border: 1px solid #221a1a;
  font-size: 16px;
  font-weight: 500;
}
.trynow-btn {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-radius: 0px;
  border: 1px solid #fff;
  padding: 10px 35px;
  font-size: 16px;
}
.trynow-btn:hover,
.trynow-btn:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: unset;
  color: #221a1a;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 700;
}
.trynow-btn-banner {
  color: #fff;
  background-color: #221a1a;
  border-color: #221a1a;
  border-radius: 0px;
  border: 1px solid #221a1a;
  padding: 10px 35px;
  font-size: 16px;
}
.trynow-btn-banner2 {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-radius: 0px;
  border: 1px solid #fff;
  padding: 10px 35px;
  font-size: 16px;
}
.trynow-btn-banner:hover,
.trynow-btn-banner:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: unset;
  color: #221a1a;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 700;
}
.trynow-btn-banner2:hover,
.trynow-btn-banner2:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: unset;
  color: #221a1a;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 700;
}
.font16 {
  font-size: 16px;
  color: #50413a;
}

.nav-tabs {
  border-bottom: none;
}

/* @-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }

h1 { 
  font-family: 'lobster_twobold';
  color: #221a1a;
  line-height: 45px;
  width: 16.5em; 
  width: 21ch;
  margin: 2em 1em;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: typing 2s steps(21, end),
             blink-caret .5s step-end infinite alternate;
} */
h1 {
  font-family: "lobster_twobold";
  color: #221a1a;
  line-height: 30px;
}
h2 {
  font-family: "lobster_twobold";
  color: #221a1a;
}
h3 {
  color: #221a1a;
  line-height: 30px;
}
.parallax_image h2 {
  font-family: "lobster_twobold";
  color: #fff;
}
.appointment h2 {
  font-family: "lobster_twobold";
  color: #fff;
}
.clients h3 {
  font-family: "lobster_twobold";
  color: #221a1a;
}
.clients .fontlobster {
  font-family: "lobster_twobold";
  color: #221a1a;
}
.fontlobster {
  font-family: "lobster_twobold";
}
.colorwhite {
  color: #fff;
}
.paragraph_class_slider {
  font-family: "arimoregular";
  font-size: 14px;
}
/****font face****/
@font-face {
  font-family: "lobster_twobold";
  src: url("fonts/lobstertwo-bold-webfont.woff2") format("woff2"),
    url("fonts/lobstertwo-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "arimoregular";
  src: url("fonts/arimo-regular-webfont.woff2") format("woff2"),
    url("fonts/arimo-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.img-box {
  position: relative;
}
.image_slideertxt {
  padding: 15px;
}

.overtext {
  position: absolute;
  bottom: 0px;
  display: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  top: auto;
  width: 100%;
  text-align: center;
  padding: 14px 0px;
}

.img-box:hover .overtext {
  display: block;
}
.font_size_20 {
  font-size: 20px;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: unset;
}
.btn-default.active:focus,
.btn-default.active:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -1px;
  outline: 1px solid #fff;
}

.navbar-inverse {
  background-color: #fff;
  border-color: #fff;
  min-height: 150px;
  border-radius: 0px !important;
}

.navs {
  margin-top: 35px;
  float: right;
}

.banner_color {
  color: #fff;
}
.font12 {
  font-size: 12px;
}
.caption_banner {
  right: 0px;
  left: 46%;
  padding-bottom: 30px;
  bottom: 46%;
}
.caption_banner_franchise {
  right: 0px;
  left: 46%;
  padding-bottom: 30px;
  bottom: 46%;
}
.margin-right-text-banner {
  left: 48px;
}
.caption1 {
  right: 0px;
  left: 38%;
  padding-bottom: 30px;
  bottom: 46%;
}
.caption2 {
  right: 0;
  left: 40%;
  padding-bottom: 0px;
  bottom: 48%;
}
.caption3 {
  right: 0;
  left: 40%;
  padding-bottom: 0px;
  bottom: 22%;
}
.caption4 {
  right: 0;
  top: 30%;
  bottom: 10%;
  left: 40%;
  /* color: #fff; */
  /* padding-bottom: 20px; */
}
.caption5 {
  right: 6%;
  top: 22%;
  bottom: 10%;
  left: 0%;
  /* color: #fff; */
  /* padding-bottom: 20px; */
}
p.btn-class-banner2 {
  top: 160px;
  position: absolute;
  left: 222px;
}
p.btn-class-banner3 {
  top: 150px;
  position: absolute;
  left: 310px;
}
p.btn-class-banner4 {
  top: 150px;
  position: absolute;
  left: 31%;
}
p.btn-class-banner5 {
  top: 150px;
  position: absolute;
  left: 41%;
}
.margin-right-text1 {
  left: 52px;
}
.margin-right-text2 {
  left: 18px;
}
.margin-right-text3 {
  left: 22px;
}
.margin-right-text4 {
  right: 28px;
}
.margin-right-text5 {
  left: 6%;
}
.color_white {
  color: #fff;
}
.inline-block-class {
  display: inline-block;
}
.fa-mobile-phone:before,
.fa-mobile:before {
  font-size: 24px;
}
.paragraph_class {
  font-family: "arimoregular";
  font-size: 16px;
  padding: 30px;
  line-height: 30px;
}
.facebook_icon {
  margin-right: 10px;
}
.social_icons {
  margin-right: 10px;
}
.w3-spin {
  animation: w3-spin 2s infinite linear;
}
@keyframes w3-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.w3-animate-fading {
  animation: fading 3s infinite;
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.w3-animate-opacity {
  animation: opac 0.8s;
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w3-animate-top {
  position: relative;
  animation: animatetop 2s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  animation: animateleft 2s;
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  animation: animateright 2s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 6s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-zoom {
  animation: animatezoom 0.8s;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.w3-animate-input {
  transition: width 0.4s ease-in-out;
}
.w3-animate-input:focus {
  width: 100% !important;
}
.nav-social a i {
  font-size: 1em;
  width: 1.6em;
  text-align: center;
  line-height: 1.6em;
  color: #fff;
  border-radius: 0.8em;
  border: 1px solid #fff;
}
.text-align-right {
  text-align: right;
}
.mobile_right {
  margin-right: 40px;
}
.mobile-tabs {
  display: none;
}
#feedback-tab,
.line {
  margin-top: 60px;
}
#feedback {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 9999;
  bottom: 0;
  height: 66px;
  margin-left: -3px;
  margin-bottom: -3px;
}
#feedback-form {
  float: right;
  width: 300px;
  height: auto;
  padding-left: 5px;
  padding-right: 2px;
  background-color: #fff;
  background-clip: "padding-box";
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#feedback-form .form-control {
  background: 0;
  /* height: 34px; */
  border-radius: 0;
  color: #000;
}
#feedback-form .form-control:focus {
  border: 1px solid rgba(178, 176, 175, 1) !important;
  box-shadow: 0 0 5px rgba(142, 142, 141, 1) !important;
  color: #000;
  font-size: 15px;
}
#feedback-form option {
  color: #000;
}
#feedback-tab {
  float: left;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  height: auto;
  z-index: 9999;
  background-color: #221a1a;
  margin-right: -50px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 11px;
  padding-left: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 0px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  letter-spacing: 0px;
  font-family: "Roboto", sans-serif;
  margin-top: 85px;
}
#feedback-form .form-group {
  margin-bottom: 10px;
}
#feedback-tab:hover {
  background-color: #221a1a;
}
#feedback-form textarea {
  resize: none;
}
.btn-send {
  background-color: #221a1a;
  margin-top: 0;
  border-radius: 0;
  padding: 6px 16px;
}
.btn-send:hover,
.btn-send:focus,
.btn-send:active,
.btn-send:active:hover {
  background-color: #221a1a;
}
.line span {
  display: block;
  width: 18%;
  height: 1px;
  margin-left: 32%;
  background: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
  color: #fff;
}
.width100 {
  width: 100%;
}
.form-group {
  margin-bottom: 10px;
}
#pointer {
  width: 650px;
  /* height: 85px; */
  position: relative;
  background: #fff;
  padding: 10px 0px;
  margin-left: 77px;
  box-shadow: chartreuse;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 11px inset;
}
#pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  /* border-left: 20px solid white; */
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#pointer:before {
  content: "";
  position: absolute;
  right: -27px;
  bottom: 34px;
  width: 0;
  /* height: 18px; */
  border-left: 25px solid rgba(0, 0, 0, 0.1);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 102px inset; */
}

#pointer2 {
  width: 650px;
  /* height: 85px; */
  position: relative;
  background: #fff;
  padding: 10px 0px;
  margin-left: 77px;
  box-shadow: chartreuse;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 11px inset;
}
#pointer2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  /* border-left: 20px solid white; */
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#pointer2:before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 18px;
  width: 0;
  /* height: 18px; */
  border-left: 16px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 17px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 102px inset;
}

#pointer3 {
  width: 650px;
  /* height: 85px; */
  position: relative;
  background: #fff;
  padding: 10px 0px;
  margin-left: 77px;
  box-shadow: chartreuse;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 11px inset;
}
#pointer3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  /* border-left: 20px solid white; */
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#pointer3:before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 18px;
  width: 0;
  /* height: 18px; */
  border-left: 16px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 17px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 102px inset;
}

#pointer4 {
  width: 650px;
  /* height: 85px; */
  position: relative;
  background: #fff;
  padding: 10px 0px;
  margin-left: 77px;
  box-shadow: chartreuse;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 11px inset;
}
#pointer4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  /* border-left: 20px solid white; */
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#pointer4:before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 18px;
  width: 0;
  /* height: 18px; */
  border-left: 16px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 17px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 102px inset;
}

#pointer5 {
  width: 650px;
  /* height: 85px; */
  position: relative;
  background: #fff;
  padding: 10px 0px;
  margin-left: 77px;
  box-shadow: chartreuse;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 11px inset;
}
#pointer5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  /* border-left: 20px solid white; */
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#pointer5:before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 18px;
  width: 0;
  /* height: 18px; */
  border-left: 16px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 17px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 102px inset;
}
.activecolor {
  background: url(../images/home/activecolor.png) no-repeat;
  background-position: center;
}
.activecolormobile {
  background: url(../images/home/activecolor.png) no-repeat;
  background-position: center;
}
.mobile_unique {
  display: none !important;
}

/*ABOUT US PAGE CSS DESKTOP START HERE*/
.about_paragraph_class {
  font-family: "arimoregular";
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.paragraph_class_title {
  font-family: "arimoregular";
  font-size: 20px;
  padding: 0px 0px 0px 30px;
  line-height: 30px;
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph_class_subtitle {
  font-family: "arimoregular";
  font-size: 20px;
  padding: 0px 0px 0px 30px;
  /* line-height: 30px; */
}
.paragraph_class_content {
  font-family: "arimoregular";
  font-size: 16px;
  padding: 15px 0px 0px 30px;
  line-height: 25px;
  /*width: 50%;*/
  width: auto;
}
.paragraph_class_title_right {
  font-family: "arimoregular";
  font-size: 20px;
  padding: 0px 30px 0px 0px;
  line-height: 30px;
  text-decoration: underline;
  text-underline-position: under;
}
.paragraph_class_subtitle_right {
  font-family: "arimoregular";
  font-size: 20px;
  padding: 0px 30px 0px 0px;
  /* line-height: 30px; */
}
.paragraph_class_content_right {
  font-family: "arimoregular";
  font-size: 16px;
  padding: 15px 30px 0px 0px;
  line-height: 25px;
  /*width: 50%;*/
  width: auto;
  float: right;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.about_mobile_section {
  display: none;
}
::placeholder {
  color: #fff;
}
.padding_about_section {
  padding: 90px 0px 120px 0px;
}
/*ABOUT US PAGE CSS DESKTOP END HERE*/

/*KNOW YOUR KITCHEN CSS START HERE*/

/*KNOW YOUR KITCHEN CSS START HERE*/
/*GOMODULAR CSS STRAT HERE*/
.greybg {
  background: #efefef;
  text-align: center;
  min-height: 365px;
}
.textupper {
  text-transform: uppercase;
  color: #282c2c;
  font-weight: 700;
  font-size: 16px;
}
.para_gomodular {
  color: #282c2c;
  font-size: 16px;
  line-height: 28px;
}
#gomodular img {
  width: 100%;
  min-height: 365px;
}
.img_height {
  min-height: 365px;
}
.triangle {
  position: relative;
  margin: 0em;
  padding: 0em;
  box-sizing: border-box;
}
.triangle1::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.6em;
  bottom: 19em;
  left: 2%;
  box-sizing: border-box;
  border: 1em solid black;
  border-color: transparent #efefef #efefef;
  transform-origin: 0 0;
  transform: rotate(-136deg);
  /* box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4); */
}
.triangle2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.6em;
  bottom: 0em;
  left: 2%;
  box-sizing: border-box;
  border: 1em solid black;
  border-color: transparent #efefef #efefef;
  transform-origin: 0 0;
  transform: rotate(-136deg);
  /* box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4); */
}
.triangle3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.6em;
  bottom: 22em;
  left: 103%;
  box-sizing: border-box;
  border: 1em solid black;
  border-color: transparent #efefef #efefef;
  transform-origin: 0 0;
  transform: rotate(46deg);
  /* box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4); */
}
.triangle4::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.6em;
  bottom: 4em;
  left: 102%;
  box-sizing: border-box;
  border: 1em solid black;
  border-color: transparent #efefef #efefef;
  transform-origin: 0 0;
  transform: rotate(43deg);
  /* box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4); */
}
.triangle1::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.6em;
  bottom: 19em;
  left: 2%;
  box-sizing: border-box;
  border: 1em solid black;
  border-color: transparent #efefef #efefef;
  transform-origin: 0 0;
  transform: rotate(-136deg);
  /* box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4); */
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  /*background: blue;*/
  margin-top: 60px;
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);

  border-right: 2px solid #221a1a;
  border-bottom: 2px solid #221a1a;
  margin: 0 0 3px 4px;

  width: 16px;
  height: 16px;
}

.unu {
  margin-top: 1px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
}

.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #221a1a;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;

  height: 4px;
  width: 4px;
  border: 2px solid #221a1a;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/*GOMODULAR CSS END HERE*/

/*MODULAR WARDROBES CSS START HERE*/
.wardrobes_img_section {
  background: url(../images/wardrobes/image_section.jpg) no-repeat;
  background-size: cover;
  min-height: 527px;
}
.navPrev {
  position: absolute;
  top: 40%;
  left: 15px;
  z-index: 2;
  width: 200px;
  height: 100px;
  background-size: 100px 100px;
}

.navPrev:hover {
  top: 39%;
  left: 8px;
  width: 200px;
  height: 100px;
  background-size: 118px 118px;
}

.navPrev span {
  width: 200px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.navPrev:hover span {
  width: 200px;
  height: 100px;
}

.navPrev span img {
  position: relative;
  margin: auto 0px;
  cursor: pointer;
  width: 135px;
  height: 70px;
  right: 65px;
}

.navPrev:hover span img {
  width: 200px;
  height: 100px;
  right: 85px;
}

.navNext {
  position: absolute;
  top: 40%;
  right: 15px;
  z-index: 2;
  width: 200px;
  height: 100px;
  background-size: 100px 100px;
}

.navNext:hover {
  top: 39%;
  right: 8px;
  width: 200px;
  height: 100px;
  background-size: 118px 118px;
}

.navNext span {
  width: 200px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.navNext:hover span {
  width: 118px;
  height: 118px;
}

.navNext span img {
  position: relative;
  margin: auto 0px;
  cursor: pointer;
  width: 135px;
  height: 70px;
  left: 135px;
}

.navNext:hover span img {
  width: 200px;
  height: 100px;
  left: 95px;
}
/*MODULAR WARDROBES CSS END HERE*/

/*FRANCHISE CORNER CSS START HERE*/
.uppercase {
  text-transform: uppercase;
}
.ul_paragraph_class {
  font-family: "arimoregular";
  font-size: 19px;
  line-height: 40px;
}
.industry_bg {
  background-image: url("../images/franchise_corner/industry_image.jpg");
  background-size: cover;
  width: 100%;
  padding: 65px 50px 335px 50px;
  color: #fff;
}
div[class*="box"] {
  height: 33.33%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_paragraph_class_industry {
  font-family: "arimoregular";
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

/* .btn-ad {
  line-height: 50px;
  height: 60px;
  text-align: center;
  width: 250px;
  cursor: pointer;
}
.btn-ad:hover, .active_span {
    line-height: 75px;
    height: 75px;
    text-align: center;
    width: 250px;
    cursor: pointer;
} */

.btn-ad-two {
  line-height: 50px;
  height: 60px;
  text-align: center;
  width: 250px;
  cursor: pointer;
}

.btn-ad-two:hover {
  line-height: 80px;
  height: 85px;
  text-align: center;
  width: 250px;
  cursor: pointer;
}

.btn-ad-three {
  line-height: 50px;
  height: 60px;
  text-align: center;
  width: 250px;
  cursor: pointer;
}

.btn-ad-three:hover {
  line-height: 80px;
  height: 85px;
  text-align: center;
  width: 250px;
  cursor: pointer;
}

.btn-ad-four {
  line-height: 50px;
  height: 60px;
  text-align: center;
  width: 250px;
  cursor: pointer;
}

.btn-ad-four:hover {
  line-height: 80px;
  height: 85px;
  text-align: center;
  width: 250px;
  cursor: pointer;
}

/* 
========================
      BUTTON ONE
========================
*/
.btn-one {
  color: #fff;
  transition: all 0.3s;
  position: relative;
  font-family: "arimoregular";
  font-size: 35px;
  /* width: 100%; */
  line-height: 100px;
  height: 70px;
  text-align: center;
  cursor: pointer;
}
.btn-one:hover,
.active_span {
  color: #fff;
  transition: all 0.3s;
  position: relative;
  font-family: "arimoregular";
  font-size: 60px;
  /* width: 50%; */
  padding: 0px 60px;
  line-height: 75px;
  height: 75px;
  text-align: center;
  cursor: pointer;
}
/* .btn-one span {
  transition: all 0.3s;
} */
.btn-one::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  /* border-top-width: 1px; */
  border-bottom-width: 2px;
  /* border-top-style: solid; */
  border-bottom-style: solid;
  transform: scale(0.1, 1);
}
.btn-one:hover span,
.active_span span {
  letter-spacing: 2px;
}
.btn-one:hover::before,
.active_span::before {
  opacity: 1;
  transform: scale(1, 1);
}
.btn-one::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  /* background-color: rgba(255,255,255,0.1); */
}
.btn-one:hover::after,
.active_span::after {
  opacity: 0;
  transform: scale(0.1, 1);
}

.img-centered {
  margin: 0px auto;
}

.advantage_bg {
  background: url("../images/franchise_corner/advantage_bg.jpg") no-repeat;
  background-size: cover;
  min-height: 780px;
}
.min_height300 {
  min-height: 230px;
}
/*FRANCHISE CORNER CSS END HERE*/

/*LOOKING FOR CSS START HERE*/
.padding_looking_section {
  padding: 50px 0px 120px 0px;
}
.services_looking {
  /* background: url(../images/aboutbg.png) repeat !important; */
  background: #00627e;
  color: #fff;
}
.bottom_200 {
  margin-bottom: 200px;
}
/*LOOKING FOR CSS END HERE*/

/*CONTACT PAGE CSS START HERE*/
.location_icon {
  float: left;
  width: 6%;
}
.location_para {
  display: inline;
  float: left;
  width: 90%;
  margin-bottom: 30px;
}
.padding_contact_section {
  padding: 50px 0px 50px 0px;
}
#customerform_id .form-control {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0px !important;
}
.padding5 {
  padding: 5px;
}
.vr {
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  height: 500px;
}
#customerform_id .btn-default {
  color: #00627e;
  background-color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
#customerform_id .btn {
  padding: 6px 16px;
  border-radius: 0px;
}

input[type="text"].name-class::-webkit-input-placeholder,
input[type="email"].email-class::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
input[type="text"].name-class::-moz-placeholder,
input[type="email"].email-class::-moz-placeholder,
.textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
input[type="text"].name-class:-ms-input-placeholder,
input[type="email"].email-class::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
input[type="text"].name-class:-moz-placeholder,
input[type="email"].email-class::-moz-placeholder,
.textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
/*CONTACT PAGE CSS END HERE*/

/*MEDIA QUERY 600PX START HERE*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .modal-content.cust {
    width: 80%;
    margin: auto;
  }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, 33%);
  }
  .first_banner_top {
    margin-top: 0px;
  }
  .award_badge_class {
    position: absolute;
    top: 110px;
    left: 10px !important;
  }
  .award_badge_class img {
    width: 32%;
  }

  .caption_banner_franchise {
    right: 0px;
    left: 46%;
    padding-bottom: 30px;
    bottom: 15%;
  }
  h3 {
    font-size: 15px;
    line-height: 15px;
  }
  .inner-wrapper-sticky {
    background: #fff;
    z-index: 999999;
    left: 15px !important;
  }
  /* For mobile phones: */
  body {
    overflow-x: hidden;
  }
  .navs {
    float: none;
  }
  .navbar-inverse .navbar-toggle {
    margin-top: 40px;
    margin-right: 40px;
  }
  .margintop160 {
    margin-top: 110px;
  }
  .background_color {
    background: url(../images/footerbg.png) repeat;
    color: #fff;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #221a1a;
    background-color: #221a1a;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    border-color: #221a1a;
    background-color: #221a1a;
  }
  .services {
    margin-top: 60px;
  }
  .services_about {
    margin-top: 60px;
  }
  .unique {
    margin-top: 60px;
  }
  .appointment {
    margin-top: 90px;
  }
  .overtext {
    display: block;
    width: 100%;
  }
  .footer_policy .float-right {
    float: left;
  }
  .fa-mobile-phone:before,
  .fa-mobile:before {
    font-size: 20px;
  }
  .mobile_text {
    margin-bottom: 20px;
  }
  .header_color {
    margin-top: 0px;
    display: none;
  }
  h1 {
    font-size: 15px;
    line-height: 0px;
  }
  .caption1 {
    right: 0px;
    left: 42%;
    padding-bottom: 30px;
    bottom: 42%;
  }
  .caption2 {
    right: 0;
    left: 24%;
    padding-bottom: 0px;
    bottom: 42%;
  }
  .caption3 {
    right: 0;
    left: 46%;
    padding-bottom: 0px;
    bottom: 18%;
  }
  .facebook_icon {
    margin-left: 14px;
  }
  .desktop-tabs {
    display: none;
  }
  .mobile-tabs {
    display: block;
  }
  .trynow-btn-banner {
    color: #fff;
    background-color: #221a1a;
    border-color: #221a1a;
    border-radius: 0px;
    border: 1px solid #221a1a;
    padding: 5px 10px;
    font-size: 10px;
  }
  .trynow-btn-banner:hover,
  .trynow-btn-banner:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: unset;
    color: #221a1a;
    border: 1px solid #fff;
    font-size: 10px;
  }
  p.btn-class-banner2 {
    top: 75px;
    position: absolute;
    /* left: 222px; */
    left: 56px;
  }
  p.btn-class-banner3 {
    top: 40px;
    position: absolute;
    /* left: 222px; */
    left: 40px;
  }
  .margin-right-text3 {
    left: 18px;
  }
  p.btn-class-banner3 {
    top: 78px;
    position: absolute;
    /* left: 222px; */
    left: 52px;
  }
  .margin-right-text4 {
    right: 10px;
    /* left: 6px; */
  }
  p.btn-class-banner4 {
    top: 75px;
    position: absolute;
    left: 22%;
  }
  .margin-right-text1 {
    left: 18px;
  }
  .margin-right-text2 {
    left: 6px;
  }
  #feedback-tab {
    font-size: 11px;
    /*margin-right: -35px;*/
  }
  .navbar-inverse {
    min-height: 110px;
  }
  .caption5 {
    right: 0;
    top: 0%;
    bottom: 10%;
    left: 6%;
    /* color: #fff; */
    /* padding-bottom: 20px; */
  }
  .margin-right-text5 {
    left: 30px;
    /* left: 6px; */
  }
  p.btn-class-banner5 {
    top: 75px;
    position: absolute;
    left: 36%;
  }
  .trynow-btn-banner2 {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 3px 10px;
    font-size: 10px;
  }
  .trynow-btn-banner2:hover,
  .trynow-btn-banner2:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: unset;
    color: #221a1a;
    border: 1px solid #fff;
    font-size: 10px;
    font-weight: 700;
  }
  .margin-right-text3 {
    left: 10px;
  }
  .desktop_unique {
    display: none;
  }
  .mobile_unique {
    display: block !important;
  }
  .margin-right-text-banner {
    left: 12px;
  }
  .mobile_top_90 {
    margin-top: 30px;
  }

  /*ABOUT US PAGE CSS MOBILE START HERE*/
  .about_desktop_section {
    display: none;
  }
  .about_mobile_section {
    display: block;
  }
  .paragraph_class_content {
    width: auto;
  }
  .padding10 {
    padding: 10px;
  }
  h2 {
    font-size: 32px;
  }
  .top_90 {
    margin-top: 25px;
  }
  .top_50 {
    margin-top: 25px;
  }
  .top_30 {
    margin-top: 25px;
  }
  .content1-row .top_90 {
    margin-top: 20px;
  }
  .about_paragraph_class {
    font-size: 16px;
    line-height: 25px;
  }
  .about_paragraph_class_industry {
    font-size: 16px;
    line-height: 25px;
  }
  .padding_about_section {
    padding: 15px 0px 15px 0px;
  }
  .paragraph_class_title {
    padding: 0px 0px 0px 15px;
  }
  .paragraph_class_subtitle {
    padding: 0px 0px 0px 15px;
    font-size: 18px;
  }
  .paragraph_class_content {
    padding: 6px 0px 0px 15px;
    font-size: 16px;
  }
  /*ABOUT US PAGE CSS MOBILE END HERE*/

  /*HOME PAGE CSS MOBILE START HERE*/
  .top_120 {
    margin-top: 35px;
  }
  .paragraph_class {
    padding: 30px;
  }
  .knowmore-btn {
    padding: 8px 10px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .knowmore-btn:hover,
  .knowmore-btn:focus {
    font-size: 14px;
  }
  .trynow-btn {
    padding: 8px 10px;
    font-size: 14px;
  }
  .trynow-btn:hover,
  .trynow-btn:focus {
    font-size: 14px;
  }
  .padding_90 {
    padding: 45px 0;
  }
  .count {
    font-size: 32px;
  }
  h4 {
    font-size: 16px;
  }
  .appointment {
    padding: 10px 0px;
  }
  #mydiv .btn {
    border: none;
    border-radius: 0px;
  }
  .tablinks {
    padding: 0px;
    margin-right: 15px;
    color: #000;
  }
  .tablinksMobile {
    padding: 0px;
    margin-right: 15px;
    color: #000;
  }
  .tabcontent {
    border: 0px !important;
  }
  /*HOME PAGE CSS MOBILE END HERE*/

  .col-md-6 {
    /* padding-right: 10px; padding-left: 10px; */
  }
  .mobile_bottom {
    margin-bottom: 10px;
  }
  #social_shares .padding_50 {
    padding: 25px;
  }

  /*KITCHEN INTELLIGENCE PAGE CSS MOBILE START HERE*/
  #approach .padding0 {
    padding: 16px !important;
  }
  .blue_section_approach {
    box-shadow: unset !important;
  }
  .brown_section_approach {
    box-shadow: unset !important;
  }
  .content_class_blue {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
  }
  .content_class_brown {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
  }
  .owl-theme .owl-dots {
    left: 25% !important;
  }
  /*KITCHEN INTELLIGENCE PAGE CSS MOBILE END HERE*/

  /*MODULAR WARDROBES CSS START HERE*/
  .wardrobes_img_section {
    min-height: 200px;
  }
  .navPrev {
    top: 95%;
    left: 20px;
    width: 100px;
    height: 50px;
  }
  .navPrev span {
    width: 100px;
    height: 50px;
  }
  .navPrev span img {
    width: 100px;
    height: 50px;
    right: 0px;
  }
  .navPrev:hover {
    top: 95%;
    left: 20px;
    width: 100px;
    height: 50px;
    background-size: 100px 100px;
  }
  .navPrev:hover span {
    width: 100px;
    height: 50px;
  }
  .navPrev:hover span img {
    width: 100px;
    height: 50px;
  }

  .navNext {
    top: 95%;
    right: 20px;
    width: 100px;
    height: 50px;
  }
  .navNext span {
    width: 100px;
    height: 50px;
  }
  .navNext span img {
    width: 100px;
    height: 50px;
    left: 0px;
  }
  .navNext:hover {
    top: 95%;
    right: 20px;
    width: 100px;
    height: 50px;
    background-size: 100px 100px;
  }
  .navNext:hover span {
    width: 100px;
    height: 50px;
  }
  .navNext:hover span img {
    width: 100px;
    height: 50px;
  }
  /*MODULAR WARDROBES CSS END HERE*/

  /*WHY GOMODULAR CSS START HERE*/
  .greybg_mobile {
    background: #efefef;
    padding: 50px;
  }
  .triangle1_mobile::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.6em;
    bottom: 22.1em;
    left: 15%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent #efefef #efefef;
    transform-origin: 0 0;
    transform: rotate(-45deg);
  }
  .triangle2_mobile::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.6em;
    bottom: 21.6em;
    left: 75%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent #efefef #efefef;
    transform-origin: 0 0;
    transform: rotate(-45deg);
  }
  /*WHY GOMODULAR CSS END HERE*/

  /*FRANCHISE CORNER CSS START HERE*/
  .industry_bg {
    min-height: 400px;
    padding: 15px 0px;
  }
  .ul_paragraph_class {
    font-size: 14px;
    line-height: 30px;
  }
  .btn-one {
    font-size: 16px;
  }
  .btn-one:hover,
  .active_span {
    font-size: 20px;
    padding: 0px 12px;
    line-height: 90px;
  }
  .btn-one::before {
    height: 80%;
  }
  .advantage_bg {
    min-height: 600px;
  }
  .padding_looking_section {
    padding: 25px 0px 320px 0px;
  }
  .btn-one {
    font-size: 20px;
    line-height: 100px;
    height: 55px;
  }
  #btnLarge .btn-one:hover,
  .active_span {
    font-size: 20px;
    padding: 0px 12px;
    line-height: 90px;
  }
  .text_calc {
    font-size: 20px !important;
    line-height: 35px;
  }
  .top_45 {
    margin-top: 10px;
  }
  /*FRANCHISE CORNER CSS END HERE*/

  /*ACCORDION START HERE*/
  #accordion .panel-title a:before {
    left: -33px;
    top: 10px;
  }
  #accordion {
    padding-left: 33px;
  }
  #accordion .panel-title a {
    font-size: 16px;
    padding: 10px 0px 15px 0;
  }
  #accordion .panel-title a:after,
  #accordion .panel-title a.collapsed:after {
    font-size: 15px;
  }
  #accordion::before {
    top: 10px;
  }
  /*ACCORDION END HERE*/

  .career_content p,
  .career_content li {
    font-size: 14px;
  }

  /*ACCORDION2 START HERE*/
  #accordion2 .panel-title a:before {
    left: -33px;
    top: 10px;
  }
  #accordion2 {
    padding-left: 33px;
  }
  #accordion2 .panel-title a {
    font-size: 16px;
    padding: 10px 0px 15px 0;
  }
  #accordion2 .panel-title a:after,
  #accordion2 .panel-title a.collapsed:after {
    font-size: 15px;
  }
  #accordion2::before {
    top: 10px;
  }
  /*ACCORDION2 END HERE*/

  /*ACCORDION3 START HERE*/
  #accordion3 .panel-title a:before {
    left: -33px;
    top: 10px;
  }
  #accordion3 {
    padding-left: 33px;
  }
  #accordion3 .panel-title a {
    font-size: 16px;
    padding: 10px 0px 15px 0;
  }
  #accordion3 .panel-title a:after,
  #accordion3 .panel-title a.collapsed:after {
    font-size: 15px;
  }
  #accordion3::before {
    top: 10px;
  }
  /*ACCORDION3 END HERE*/

  /*THANK YOU CSS START HERE*/
  .thank-u h2 {
    font-size: 38px;
    margin-bottom: 16px;
  }
  /*THANK YOU CSS END HERE*/

  #primary-content-wrap {
    padding: 15px;
  }
  .minheight370 {
    min-height: 255px;
  }
  .padding_text_price {
    padding: 0px;
  }

  #feedback-tab {
    margin-right: -45px;
  }
}
/*MEDIA QUERY 600PX END HERE*/

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .inner-wrapper-sticky {
    background: #fff;
    z-index: 999999;
    left: 15px !important;
  }

  body {
    overflow-x: hidden;
  }
  .navs {
    float: none;
  }
  .navbar-inverse .navbar-toggle {
    margin-top: 40px;
    margin-right: 40px;
  }
  .margintop160 {
    margin-top: 110px;
  }
  .background_color {
    background: url(../images/footerbg.png) repeat;
    color: #fff;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #221a1a;
    background-color: #221a1a;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    border-color: #221a1a;
    background-color: #221a1a;
  }
  .services {
    margin-top: 60px;
  }
  .services_about {
    margin-top: 60px;
  }
  .unique {
    margin-top: 60px;
  }
  .appointment {
    margin-top: 90px;
  }
  .overtext {
    display: block;
    width: 100%;
  }
  .footer_policy .float-right {
    float: left;
  }
  .fa-mobile-phone:before,
  .fa-mobile:before {
    font-size: 20px;
  }
  .mobile_text {
    margin-bottom: 20px;
  }
  .header_color {
    margin-top: 0px;
    display: none;
  }
  .navbar-inverse {
    min-height: 110px;
  }

  /*HOME PAGE CSS START HERE*/
  h1 {
    line-height: 15px;
    font-size: 30px;
  }
  .caption_banner {
    left: 20%;
  }
  .caption_banner_franchise {
    left: 20%;
  }
  .margin-right-text-banner {
    left: 36px;
  }
  .caption1 {
    left: 20%;
    bottom: 40%;
  }
  .caption2 {
    left: 24%;
    bottom: 40%;
  }
  p.btn-class-banner2 {
    top: 120px;
    left: 80px;
  }
  .caption3 {
    left: 40%;
    bottom: 18%;
  }
  p.btn-class-banner3 {
    top: 105px;
    left: 0px;
  }
  .caption4 {
    top: 30%;
    left: 35%;
  }
  p.btn-class-banner4 {
    top: 115px;
    left: 30%;
  }
  .caption5 {
    right: 0%;
    top: 22%;
    bottom: 10%;
    left: 10%;
  }
  p.btn-class-banner5 {
    top: 110px;
    left: 30%;
  }
  .tablinks {
    padding: 0px;
    margin-right: 15px;
    color: #000;
  }
  .tablinksMobile {
    padding: 0px;
    margin-right: 15px;
    color: #000;
  }
  /*HOME PAGE CSS END HERE*/

  /*ABOUT US PAGE CSS START HERE*/
  .about_desktop_section {
    display: none;
  }
  .about_mobile_section {
    display: block;
  }
  .img-centered {
    margin: 0px auto;
  }
  .align_left {
    text-align: left;
    padding: 0px 45px;
  }
  /*ABOUT US PAGE CSS END HERE*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  /*HOME PAGE CSS START HERE*/
  .img-box:hover .overtext {
    display: block;
  }
  #pointer {
    margin-left: 32px;
  }
  #pointer2 {
    margin-left: 32px;
  }
  #pointer3 {
    margin-left: 32px;
  }
  #pointer4 {
    margin-left: 32px;
  }
  #pointer5 {
    margin-left: 32px;
  }
  /*HOME PAGE CSS END HERE*/
}

/* 
@media (max-width: 667px) {
 
} */
/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {
  /* insert styles here */
  .award_badge_class {
    left: 80px;
  }
}

/* (1920x1080) Full HD Display */
@media screen and (min-width: 1920px) {
  /* insert styles here */
  .award_badge_class {
    left: 320px;
  }
  .award_badge_class img {
    width: 60%;
  }
}

/* (1280x1024) SXGA Display */
@media screen and (max-width: 1280px) {
  /* insert styles here */
  .award_badge_class {
    left: 20px;
  }
}
