body, header {
  height: 100%;
  font-family: 'Toyota Display', sans-serif;
}

#intro {
  height: 100%;
  background: url("https://mdbootstrap.com/img/Photos/Horizontal/Nature/full%20page/img%20%283%29.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
}
.fixed-top.top-nav-collapse {
  background-color: #000;
  padding: .2rem 1rem;
}

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background-color: rgba(255, 255, 255, 0);
  }
  .navbar {
    position: fixed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background-color: rgba(255, 255, 255, 0);
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

@media (max-width: 767px) {
  .modal {
    padding-top: 130px;
  }
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.lightbox-thumbnail {
  display: block;
}
.lightbox-thumbnail h6 {
  margin-top: 10px;
  background: whitesmoke;
  padding: 5px;
}
.close-light-box {
  color: white;
  position: absolute;
  top: 55px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active, .demo:hover {
  opacity: 1;
}

img.hover-shadow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  z-index: 9;
}
.banner-text.top {
  top: 20%;
}
.banner-text.right {
  left: 80%;
  top: 55%;
}
.banner-text.bottom {
  top: 80%;
}
.banner-text.left {
  left: 20%;
  top: 55%;
}
.banner-text h3 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .banner-text {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  .banner-text h3 {
    font-size: 35px;
  }
  .banner-text h4 {
    font-size: 18px;
  }
}
.timeline-wrapper {
  background-size: cover;
  background-attachment: fixed;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #ffa000;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline-container h5 {
  line-height: 35px;
  margin: 0;
}

.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #FF9F55;
  border: 5px solid #eeeeee;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 0px 5px #FF9F55;
          box-shadow: 0px 0px 0px 5px #FF9F55;
}

.timeline .left {
  left: 0;
}

.timeline .right {
  left: 50%;
}

@media (max-width: 600px) {
  .timeline .right {
    left: 0;
  }
  
  .banner-text.top {
	  top: 50%;
	}
	.banner-text.right {
	  left: 50%;
	}
	.banner-text.bottom {
	  top: 50%;
	}
	.banner-text.left {
	  left: 50%;
	}
}

.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.timeline .right::after {
  left: -13px;
}

.timeline .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  min-height: 110px;
  -webkit-box-shadow: 10px 10px 10px #ddd;
          box-shadow: 10px 10px 10px #ddd;
  border-bottom: 2px solid #ffa000;
}

@media screen and (max-width: 600px) {
  .timeline .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .timeline .timeline-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .timeline .left::after {
    left: 15px;
  }
  .timeline .right {
    left: 0%;
  }
  .timeline .right::after {
    left: 15px;
  }
  .my-words .blink-heading {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 600px) {
  .timeline::after {
    left: 27px;
  }
}

.testimonial {
  /*color: #000;*/
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(179,130,32,1) 100%, rgba(255,255,255,1) 100%);
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0)), url(../img/sample.jpg);*/
  /*background-image: linear-gradient(rgba(179, 130, 35, 0.63), rgba(179, 130, 35, 0.41)), url(../img/sample.jpg);*/
  background-size: cover;
  background-attachment: fixed;
}

.my-words {
  padding: 50px;
}

@media (max-width: 767px) {
.my-words {
    padding: 20px;
    padding-bottom: 50px;
}
  .testimonial {
	background-attachment: initial;
  }
}
.my-words .first-heading {
  font-size: 40px;
}
.my-words .blink-heading {
  font-size: 48px;
}

@media (max-width: 767px) {
  .my-words h4 {
    font-size: 25px;
  }
  #basicExampleNav {
    background: rgba(0, 0, 0, 0.24);
  }
  .nav-link.waves-effect.waves-light {
    color: white !important;
  }
}
.my-words span {
  font-size: 50px;
  display: inline-block;
  line-height: 1;
}

.md-form input[type=date]:focus:not([readonly]) + label, .md-form input[type=datetime-local]:focus:not([readonly]) + label, .md-form input[type=email]:focus:not([readonly]) + label, .md-form input[type=number]:focus:not([readonly]) + label, .md-form input[type=password]:focus:not([readonly]) + label, .md-form input[type=search-md]:focus:not([readonly]) + label, .md-form input[type=search]:focus:not([readonly]) + label, .md-form input[type=tel]:focus:not([readonly]) + label, .md-form input[type=text]:focus:not([readonly]) + label, .md-form input[type=time]:focus:not([readonly]) + label, .md-form input[type=url]:focus:not([readonly]) + label {
  color: #ffa000;
}

.md-form textarea.md-textarea:focus:not([readonly]) + label {
  color: #ffa000;
}

.md-form input[type=date]:focus:not([readonly]), .md-form input[type=datetime-local]:focus:not([readonly]), .md-form input[type=email]:focus:not([readonly]), .md-form input[type=number]:focus:not([readonly]), .md-form input[type=password]:focus:not([readonly]), .md-form input[type=search-md]:focus:not([readonly]), .md-form input[type=search]:focus:not([readonly]), .md-form input[type=tel]:focus:not([readonly]), .md-form input[type=text]:focus:not([readonly]), .md-form input[type=time]:focus:not([readonly]), .md-form input[type=url]:focus:not([readonly]) {
  -webkit-box-shadow: 0 1px 0 0 #ffa000;
          box-shadow: 0 1px 0 0 #ffa000;
  border-bottom: 1px solid #ffa000;
}

.md-form textarea.md-textarea:focus:not([readonly]) {
  -webkit-box-shadow: 0 1px 0 0 #ffa000;
          box-shadow: 0 1px 0 0 #ffa000;
  border-bottom: 1px solid #ffa000;
}

.z-index-2 {
  z-index: 2;
}

.carousel-item img {
  max-width: 100%;
  left: 150px;
}

.carousel-item .item-img {
  background-size: cover !important;
  width: 100%;
  height: 100vh;
}

@media (max-width: 767px) {
  .testimonial-carousel .testimonial {
    margin-right: 0;
    margin-left: 0;
  }
}

.testimonial-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 99;
}

@media (max-width: 767px) {
  .testimonial-carousel .carousel-control {
    top: 80%;
  }
}

.testimonial-carousel .carousel-control.left {
  left: 15%;
}

.testimonial-carousel .carousel-control.right {
  right: 15%;
}

@media (max-width: 767px) {
  .testimonial-carousel .carousel-control.right {
    margin-right: 0;
    margin-left: 0;
  }
}

.testimonial-carousel .carousel-control::before, .testimonial-carousel .carousel-control::after {
  color: #c2c2c2;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    background: #b38223;
    color: #fff !important;
}
.testimonial-carousel .carousel-control:hover::before, .testimonial-carousel .carousel-control:hover::after {
  border-bottom: 1px solid #ffa000;
}

.nav-item .nav-link.active {
  background: #b38223;
  color: #fff;
}

.modal-backdrop.show {
  display: none;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
}

.navbar-brand {
  margin-top: -7px;
}
.navbar .navbar-brand img {
  height: 19px;
}

.bottom-logo img {
  height: 122px;
}

.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #000;
}

.modal-dialog.modal-notify.modal-info .fa {
  color: #ffa000;
}

.modal-header .close {
  color: #fff;
}
.add-sec { 
	background: #b38223;
    margin-bottom: 10px;
}
.base-btn {
  color: #fff;
  background-color: #b38223;
}
.fa,
.fas {
  color: #b38223 !important;
}

.footer-social {
  background-color: #b38223;
}

footer {
  background-color: #252525;
}
footer.page-footer .footer-copyright {
  background-color: #000;
}
/* carousal css*/

.testimonial-carousel .testimonial {
    margin-right: 23%;
    margin-left: 23%;
}
.testimonial-carousel .testimonial .avatar img {
    max-width: 170px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.testimonial-carousel .carousel-control.left {
    left: 15%;
}
.testimonial-carousel .carousel-control.right {
    right: 15%;
}
.testimonial-carousel .carousel-control {
    position: absolute;
    top: 42%;
    z-index: 99;
}
.testimonial-carousel .carousel-control.left::before,
.testimonial-carousel .carousel-control.right::before {
    content: "\2039";
    color: #d0cfcf;
    font-size: 5rem;
    transition: .4s;
}
.testimonial-carousel .carousel-control.right::before {
  content: "\203a";
}

.testimonial-carousel .carousel-control:hover::before,
.testimonial-carousel .carousel-control:hover::after {
    color: #fff;
}
.services {
    color: #fff;
    background-image: url(../img/gray_pat.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
}
.services .icon-wrap {
  background: rgba(2, 2, 2, 0.22);
  padding: 10px;
  min-height: 400px;
  box-shadow: 0px 0px 7px #ccc;
  margin-bottom: 20px;
}
.my-story-bottom {
  background: #f5f5f5;;
  padding: 15px;
  box-shadow: 0px 0px 6px #969696;
  margin-bottom: 20px;
}
.our-strength {
  background: url(../img/stregnth-woman.png) center #fff;
  padding: 30px;
  min-height: 700px;
  position: relative;
  background-size: 25%;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .our-strength{
    background: none;
    background-color: #fff;
  } 
}
.timeline-area {
  position: relative;
}
.left-timelin {
  position: absolute;
  left: 5%;
  text-align: left;
  margin-top: 40px
}
.right-timelin {
  position: absolute;
  right: 5%;
  text-align: right;
  margin-top: 40px
}
.timeline-wrap {
  margin-bottom: 40px;
  max-width: 300px;
  background: #f2f2f2;
  padding: 20px;
  color: black;
  box-shadow: 0 6px 10px #a9a9a9;
  min-height: 110px;
  display: flex;
  align-items: center;
  border-left: 4px solid #e69b2f;
  border-right: 4px solid #e69b2f;
}
@media (max-width: 767px) {
  .left-timelin,
  .right-timelin {
    position: initial;
    width: 100%;
  }
  .timeline-wrap {
    margin-bottom: 20px;
    max-width: 100%
  }
  .text-center-cntrl{
	text-align: center;
  }
}

.timeline-wrap .content {
  text-align: left;
}

.h1-responsive {
    position: relative;
    display: inline-block;
    width: 100%;
}
.h1-responsive::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #b38223;
  width: 120px;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, 0);
}
.blink-text {
  max-width: 600px;
  margin: auto;
  background: #b38223;
  padding: 20px 0;
  box-shadow: 0 10px 10px #000;
}

.my-story {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;

}
.ready-to-take {
	background-image: url(../img/gray_pat.jpg);
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(74, 74, 74, 0.8))), url(../img/ready.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(74, 74, 74, 0.8)), url(../img/ready.jpg);*/
    background-size: cover;
    background-attachment: fixed;
    padding-top: 30px;
}
.blink {
  color: #ffffff;
  display: none;
  transition: 0.3s;
}

.blink.active {
  display: inline-block;
}

.my-story-padding {
  background: #fff;
  padding: 8px;
}
.italic-quote, .italic-name {
	/*font-family: 'Pacifico', cursive;*/
	font-size: 32px;
}
.italic-name {
    color: #b38220;
}
#myquote {
	background-color: #f3f3f3;
}
p {
    text-align: justify;
}
p.help-block.help-block-error {
    color: #d40101;
}
.fab {
    font-size: 21px;
}
.deep-purple.accent-2 {
    background-color: #b38223!important;
}
.banner-text.left {
    left: 20px;
    top: 56%;
    transform: translate(0%, -50%);
}
.banner-text.left h3 {
    font-size: 30px;
    text-align: left !important;
    color: #000 !important;
    padding-left: 150px;
}
.banner-text.left h4 {
    text-align: left !important;
    color: #000 !important;
	padding-left: 150px;
	font-size: 30px;
}
.logo-banner {
    width: 200px;
}
.banner-text.right {
    left: inherit;
    right: 0;
    top: 65%;
    transform: inherit;
}
.banner-text.right h3 {
    font-size: 50px;
    color: #000 !important;
    text-align: right !important;
    padding-right: 255px;
}

.banner-text.right h4 {
    font-size: 46px;
    text-align: right !important;
    padding-right: 206px;
    color: #000 !important;
}
.banner-text.right .logo-banner {
    display: none;
}
.services {
    padding-bottom: 100px;
}
.box_container {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    height: 480px;
}
.left_boxes {
    width: 40%;
    float: left;
    height: 100%;
    padding-top: 30px;
    position: relative;
}
.middle_boxes {
    width: 20%;
    float: left;
    height: 100%;
    padding: 7px;
    padding-bottom: 0;
}
.middle_boxes_under {
    width: 100%;
    height: 100%;
    background: gray;
    position: relative;
}
.right_boxes {
    width: 40%;
    float: left;
    height: 100%;
    background: #9100ff;
}
.left_under_box1 {
    width: 100%;
    float: left;
    height: 33.3%;
    padding-left: 30px;
}
.left_u_b {
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
    padding: 7px;
}
.left_under_box2 {
    width: 100%;
    float: left;
    position: relative;
}
.left_under_box2 .left_u_b {
    width: 25%;
    height: 200px;
    float: left;
    box-sizing: border-box;
}
.left_u_b_section {
    width: 25%;
    height: 200px;
    float: left;
    box-sizing: border-box;
    padding: 7px;
}
.left_u_b_section .left_u_b {
    width: 100%;
    float: left;
    padding: 0;
    height: 50%;
}
.set_box {
    width: 100%;
    height: 100%;
    background: #606062;
    display: table;
}
.set_box p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.3;
}
.set_box p b {
    font-weight: 600;
    font-size: 22px;
}
.left_u_b.aa1 {
    width: 35%;
    height: 80%;
    top: 20%;
}
.left_u_b.aa2 {
    width: 65%;
}
.left_u_b.aa3 {
    height: 100px;
}
.left_u_b.aa4 {
    width: 33%;
}
.left_u_b.aa5 {
    width: 13%;
    height: 251px;
}
.left_u_b_section {
    width: 29%;
    height: 308px;
    float: left;
    box-sizing: border-box;
    padding: 7px;
}
.left_u_b.aa6 {
    height: calc(50% - 4px);
}
.left_u_b.aa7 {
    margin-top: 14px;
    height: calc(50% - 11px);
}
.right_section .left_u_b.aa1 {
    float: right;
}
.right_section .left_under_box1 {
    padding-left: 0;
    padding-right: 30px;
}
.left_u_b.aa2 .set_box {
    background: #b38220;
}
.left_u_b.aa4 .set_box {
    background: #b38220;
}
.left_u_b.aa7 .set_box {
    background: #b38220;
}
.left_u_b.aa5 .set_box {
    background: #a9abae;
}
.left_u_b.aa3 .set_box {
    background: #4b4b4d;
}
.middle_boxes_under img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services h2 {
    color: black;
}
.services_s {
    background-image:url(../img/gray_pat.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 30px;
    text-align: center;
}
.service_slider {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}
.slider_box {
    width: 33.3%;
    float: left;
    height: 525px;
    padding: 10px;
}
.under_slider_box {
    width: 100%;
    float: left;
    position: relative;
    background: #b38220;
    padding: 35px;
    text-align: center;
    height: 525px;
}
.under_slider_box h3 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 23px;
}
.under_slider_box p {
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    color: #fff;
}
.under_slider_box span {
    color: #fff;
    font-size: 17px;
    /*font-style: italic;*/
    font-weight: bold;
    text-shadow: 1px 1px #4c4c4c;
}
.my_bg_story {
    height: 700px;
}
.my_bg_story {
    height: 700px;
    position: relative;
}
.my_bg_story:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/my-story-new.jpg);
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}
.my_sto_bg {
    max-width: 1300px;
    position: relative;
    width: 100%;
    margin: auto;
    height: 20px;
}
.under_box_sto {
    width: 65%;
    position: relative;
    float: left;
    top: 60px;
}
.sto_box {
    width: 31%;
    height: 260px;
    float: left;
    padding: 10px;
}
.sto_box_img p {
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 1.1;
}
.sto_box_img {
    width: 100%;
    position: relative;
    height: 100%;
    background: #b38220;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 33px;
}
.sto_box_img span {
    border: 1px solid white;
    font-size: 16px;
    padding: 5px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    margin-top: 18px;
    cursor: pointer;
}
@media (max-width: 1024px){
  .slider_box {
    height: inherit;
}
.my_bg_story:before {
    background-position: center;
}
.carousel-item .item-img {
    background-repeat: no-repeat !important;
    height: 50vh;
}

}
@media (max-width:768px){
.carousel-item .item-img{
  background-repeat: no-repeat !important ;
  height: 100vh;
}
.under_box_sto {
    width: 100%;
}
.sto_box {
    width: 33.3%;
}
.my_bg_story:before {
    background-position: center;
}
.slider_box {
    height: auto;
}
.left_u_b.aa5 .set_box {
    display: none;
}
.left_u_b.aa3 .set_box {
    display: none;
}
}
@media (max-width: 767px){
.banner-text.left {
    text-align: center;
    left: 0;
    padding: 25px;
}
.banner-text.left h3 {
    text-align: center !important;
}
.banner-text.left h4 {
    text-align: center !important;
}
.logo-banner {
    margin: auto;
}
.carousel-item .item-img {
    background-position: center !important;
    background-size: cover !important;
}
.banner-text.right h3 {
    padding: 0;
    text-align: center !important;
}
.banner-text.right h4 {
    padding: 0;
    text-align: center !important;
}
.sto_box{
  width: 100%;
}
.under_box_sto{
  top: -20px;
}
.my_bg_story {
    height: initial;
}
.slider_box {
    width: 100%;
}
.left_boxes {
    width: 100%;
    height: auto;
    padding-top: 0;
}
.middle_boxes {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
.box_container {
    height: 1300px;
}
.left_u_b.aa6 {
    display: none;
}
.left_u_b.aa5 {
    display: none;
}
.left_u_b.aa3 {
    display: none;
}
.left_u_b_section {
    width: 100%;
}
.left_under_box1 {
    padding: 0 !important;
}
.left_u_b {
    width: 100% !important;
}
.left_u_b_section {
    height: auto;
}
.left_u_b.aa4 {
    height: auto;
}
.left_u_b.aa7 {
    margin-top: 0;
}
.set_box {
    padding: 20px;
}
.left_u_b.aa1 {
    display: none;
}
.my-story{
  float: left;
  width: 100%;
}
}
@media (min-width: 769px){
  .for-desktop-bg{
    display: block !important;
  }
  .for-mobile-bg{
    display: none !important;
  }
  #myquote {
    display: none;
}
}
@media (max-width: 768px){
  .for-desktop-bg{
    display: none !important;
  }
  .for-mobile-bg{
    display: block !important;
  }
.banner-text {
    display: none;
}
#myquote {
    display: block;
}
.carousel-item .item-img {
    background-size: cover !important;
}
.left_u_b.aa1 {
    display: none;
}
.left_u_b.aa6 {
    display: none;
}
.left_u_b.aa2 {
    width: 100%;
}
.left_u_b.aa5 {
    display: none;
}
.left_u_b.aa3 {
    display: none;
}
.left_u_b.aa4 {
    width: 100%;
}
.left_u_b_section {
    width: 100%;
    height: initial;
}
.left_under_box1 {
    padding-left: 0;
}
.right_section .left_under_box1 {
    padding-right: 0;
}
.left_boxes .left_u_b {
    height: 130px;
    margin-top: 0;
}
.left_under_box1 {
    height: initial;
}
.cust_form {
    width: 100% !important;
    flex: initial;
    max-width: inherit;
    margin-bottom: 40px !important;
}
.add-sec {
    display: none;
}
}

.modal-body.modal_sh {
    padding: 0 !important;
}
.modal {
    height: 100vh !important;
    /*overflow: hidden !important;*/
}
.navbar {
    box-shadow: none;
    background:#000;
}
.nav-link {
    padding: 0.1rem 1rem;
    color: #fff !important;
}
.top-nav-collapse .nav-link {
    color: #fff !important;
}
.custom_pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(90, 90, 90, 0.45);
    z-index: 9;
}
.under_pop {
    max-width: 350px;
    width: 100%;
    height: 460px;
    background: white;
    position: relative;
    margin: auto;
    top: 17%;
}
.pop_header {
    width: 100%;
    height: 50px;
    background: #eaeaea;
    position: relative;
    padding: 13px;
    padding-left: 23px;
    padding-right: 23px;
}
.pop_header p {
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
}
.pop_header span img {
    width: 15px;
    transition-duration: 1s;
}
.pop_header span {
    width: 40px;
    height: 40px;
    background: #b38223;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    padding-left: 12px;
}
.pop_header span:hover img {
    transform: rotate(180deg);
    cursor: pointer;
}
.append_text_in_pop p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.append_text_in_pop {
    width: 100%;
    float: left;
    position: relative;
    padding: 25px;
    background: #b38223;
    height: calc(100% - 22px);
}
.custom_pop{
  display: none;
}
@media (max-width: 500px){
/*.under_pop {
    top: 20px;
    height: calc(100vh - 80px);
}*/
.custom_pop{
  z-index: 9999;
}
.navbar .navbar-brand img {
    height: 17px;
}
section {
    float: left;
    position: relative;
    background: #fff;
}
section.mb-5.ready-to-take {
    margin-bottom: 0 !important;
}
#contact {
    padding-top: 40px;
}
}
.remove_tbg {
    background-image: none;
}
.carousel-control:before {
    border: none !important;
}
.quote-sig{
	width: 65%;
}
/*shahedin css*/

.lightbox-thumbnail img{
	object-fit: cover;
    height: 260px;
    width: 100%;
    cursor: zoom-in;
}

a.lightbox-thumbnail.image_over {
    height: 260px;
    overflow: hidden;
    position: relative;
}
.image_text_hover {
    position: absolute;
    left: 0;
    background: #b38220;
    width: 100%;
    height: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    transition-duration: 0.5s;
    top: 270px;
    pointer-events: none;
}
a.lightbox-thumbnail.image_over:hover .image_text_hover{
  top: 0;
}


/*.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  backface-visibility: hidden;
}

.flip-box-inner:hover .flip-box-front {
    transform: perspective(800px) rotateY(-180deg);
    -webkit-transform: perspective(800px) rotateY(-180deg);
    backface-visibility: visible;
    opacity: 0;
}

.flip-box-inner:hover .flip-box-back {
   transform: perspective(600px) rotateY(0deg);
  -webkit-transform: perspective(600px) rotateY(0deg);
}

.flip-box-front {
  background-color: #bbb;
  color: black;
  transform: perspective(600px) rotateY(0deg);
  -webkit-transform: perspective(600px) rotateY(0deg);
}

.flip-box-back {
    background-color: #b38220;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    pointer-events: none;
    transform: perspective(600px) rotateY(180deg);
  -webkit-transform: perspective(600px) rotateY(180deg);
}*/
.mdb-lightbox.row a {
    position: relative;
    height: 260px;
    width: 100%;
}
.image_text_hover p {
    width: 100%;
    text-align: center;
}
@media (max-width: 768px){
.under_slider_box{
  height: auto;
}
}
@media (max-width: 767px){
.my_bg_story:before {
    background: #d0d0d0;
}
}
