* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 15px;
    color: #6d6969;
}

.cer img{
    width:140px !important;
}

/* .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    left: 0px !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
} */

.career_details h6{
    font-size: 22px;
    max-width: 307px;
}

.cat_link ul li{
    line-height:2px;
}

/* .mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;
} */

.pro_cart_cover{
    position: relative;
}

::selection {
    background-color: #000000;
    color: #ffffff;
}

.offcanvas-header .btn-close:focus{
    box-shadow: none;
}

/* .top_header_section {
    overflow-x: hidden;
} */

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}


.rows {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .columns {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .columns img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .columns {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .columns {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }

.header_section {
    padding: 12px 0px;
    background-color: antiquewhite;
}

.top_icon {
    list-style-type: none;
    display: inline-flex;
    gap: 12px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.logo_name {
    width: 25%;
    padding: 10px;
    background: url(../images/line.png) center #7b2425;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    height: 100%;
}


.logo_name img {
    width: 117px;
    height: 94px;
    background-color: #ffffff;
}

.logo_name img:hover {
    width: 117px;
    height: 94px;
    background-color: #ffffff;
    animation: rotateY-anim 2s linear;
    cursor: pointer;
}

.happy-jump {
    animation-name: happy-jump;
    animation-duration: 4s;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes happy-jump {
	0%   { transform: scale(1,1)      translateY(0); }
	10%  { transform: scale(1.1,.9)   translateY(0); }
	30%  { transform: scale(.9,1.1)   translateY(-20px); }
	50%  { transform: scale(1.05,.95) translateY(0); }

}

.logo_footer:hover {
    width: 150px;
    animation: rotateY-anim 2s linear;
}

@keyframes rotateY-anim {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

.logo_names {
    width: 35%;
    padding: 10px;
    background: url(../images/line.png) center #7b2425;
    background-color: #ffffffbf;
    display: flex;
    justify-content: center;
    height: 100%;
}

.nav_sec {
    background-color: #9c7259;
    width: 100%;
    height: 100%;
}

.social ul {
    list-style-type: none;
    display: inline-flex;
    gap: 12px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.top_nav ul {
    list-style-type: none;
  
    gap: 49px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.top_nav ul li a i {
    text-decoration: none;
    color: #926f58;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
}

.top_nav {
    padding-top: 30px;
    padding-bottom: 30px;
}

.top_header {
    background-color: #ffffff;
    padding: 9px 16px;
}

.so1 i {
    font-size: 29px;
    color: #926f58;
}

.social {
    gap: 7px;
}

.so2 p {
    font-size: 12px;
    color: #926f58;
}

.so2 h6 {
    font-size: 12px;
}

.about_text_wrapper h6 {
    color: #926f58;
    text-transform: uppercase;
}

.about_text_wrapper h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.counter_number i {
    font-size: 50px;
    color: #926f58;
}

.top_nav ul li a {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.top_nav ul li a:hover {
    position: relative;
    text-decoration: none;
    color: #9c7259;
    font-size: 12px;
    background-color: #fff;
    padding: 5px 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.top_nav ul li a.active::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    bottom: -23px;
    right: 50%;
    background-color: #ffffff;
    z-index: 99;
}

.banner_sec {
    position: relative;
}



.banner_sec::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 60%;
    right: 0px;
    top: -67px;
    background-color: #181818;
    z-index: -1;
}

.banner_img video{
    width:100%;

}

.banner_img video {
    position: relative;
    object-fit: contain;
    height: 90vh;
    width: 100%;
}

.banner_img img {
    position: relative;
    min-height: 80vh;
    object-fit: cover;
}

.banner_img::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000000;
    z-index: 1;
}

.top_nav {
    padding: 20px 13px;
    background-color: #181818;
}

.about_section {
    padding: 60px 0px;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: hidden;
}

.product_wrapper{
    padding:10px;
}

.pro_img:hover{
    
        box-shadow: 0px 0px 10px #444;
        z-index: 2;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.1);   
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 200ms ease-in;
        transform: scale(1.1);
    
}

.pro_section {
    padding: 60px 0px;
    background-color: #efefee;
    background-image: linear-gradient(to bottom, #00000000, #00000000), url(../images/woo2.png);
    background-repeat: no-repeat;
    background-size: 66px;
    background-position: bottom top;
}

.banner_padding {
    padding-left: 61px;
    padding-right: 61px;
    overflow:hidden;
    /* background-color: #95725b11; */

}

.banner_text {
    position: absolute;
    text-align: center;
    z-index: 1;
}

.banner_text h2 {
    color: #ffffff;
    max-width: 500px;
    text-transform: capitalize;
    font-family: "Dosis", sans-serif;
    font-size: 35px;
}

.button {
    display: inline-flex;
    height: 40px;
    width: 187px;
    border: 1px solid #BFC0C0;
    background-color: #000;
    margin: 20px 20px 20px 0px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

a {
    color: #BFC0C0;
    text-decoration: none;
    letter-spacing: 1px;
}

.owl-item.active .banner_text h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.new_arrivals .owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #926f5800;
    font-size: 21px !important;
    color: #ffffff !important;

    user-select: none;
}


.new_arrivals .owl-carousel .owl-nav button.owl-prev:hover{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
background-color: #926f58;
    font-size: 21px !important;
    color: #ffffff !important;

    user-select: none;
}




.new_arrivals .owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #926f5800;
    font-size: 21px !important;
    color: #ffffff !important;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next:hover
 {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #926f58;
    font-size: 21px !important;
    color: #ffffff !important;
    user-select: none;
}



.new_arrivals .owl-nav {
    position: absolute;
    top: 50%;
    display: flex !important;
    justify-content: space-between;
}

.about_text_wrapper {
    max-width: 525px;
}

.abt_img {
    max-width: 350px;
    margin: auto;

}

.service_wrapper {
    padding: 29px;
    background: url(../images/line.png) center #8d6a49;
    min-height: 422px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: left;
}

.ser_text h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    margin-top: 26px;
    text-transform: uppercase;
}

.ser_text p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 200;
    margin-top: 12px;
}

.abt_icon_img img {
    /* width: 57px; */
}

.abt_icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 150px;
    border-radius: 50%;
    height: 150px;
    background: url(../images/line.png) center #9c7259;
}

.abt_text_icon h6 {
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 7px;
    font-weight: 500;
    color: #fff;
}

.icon_sep {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}

.arow img {
    width: 40px;
}

.ser_icon {
    width: 64px;
    background-color: #fffbfb;
    border-radius: 50%;
    padding: 10px
}

.btns {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 12px 27px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background: #9c7259;
    cursor: pointer;
    clip-path: polygon(100% 0, 100% 69%, 89% 100%, 0 99%, 0 0);
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}


.btns.btn-border-2::after,
.btns.btn-border-2::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.btns.btn-border-2::after {
    top: -3px;
    left: -3px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}

.btns.btn-border-2::before {
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}

.btns.btn-border-2:hover {
    color: #222222;
}

.btns.btn-border-2:hover::after,
.btns.btn-border-2:hover::before {
    width: calc(50% + 3px);
    height: calc(50% + 3px);
    border-color: #222222;
}

.demo {
    background: linear-gradient(to right, #f33963, #ff735b);
}

.top-icon,
.bottom-icon {
    display: block;
    font-size: 70px;
    color: #fdfeff;
    text-align: center;
    margin: 0 auto;
}

.cert_sec{
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: linear-gradient(to bottom, #ffffffa8, #ffffffb0), url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    overflow: hidden;
}

.box_cer{
    background-color: #8d6a49;
    padding: 10px;
    width: fit-content;
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom:10px;
    clip-path: polygon(100% 0, 100% 40%, 95% 100%, 0 99%, 0 0);
}

.box_cer h5{
    font-size: 23px;
    padding: 4px;
    margin-bottom: 0px;
}

.box_cers p{
   font-size: 16px;
}

.step_1{
    display: flex;
    justify-content: center;
}

.step_box{
    width: 100px;
    height: 60px;
    padding: 10px;
    background: url(../images/line.png) center #8d6a49;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step_text {
    width: 500px;
    padding: 10px;
}

.cer_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cer1_img{
    max-width: 200px;
    padding:10px;
}

.contact_sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: linear-gradient(to bottom, #ffffffa8, #ffffffb0), url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}

.testmonial_sec {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #981a1d1a;
}

.testimonial {
    background: #ffffff09;
    text-align: center;
    margin: 0 20px;
}

.testimonial .description {
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #8d6a49;
    border-left: 1px solid #8d6a49;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    position: relative;
    min-height: 193px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial .description:before {
    content: "\ec51";
    font-family: remixicon !important;
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #8d6a49;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}

.testimonial .description:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #8d6a49;
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial .testimonial-content {
    position: relative;
}

.testimonial .testimonial-content:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #8d6a49;
    position: absolute;
    top: -50px;
    left: 50%;
}

.testimonial .testimonial-content:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #8d6a49;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #8d6a49;
    letter-spacing: 1px;
    text-transform: capitalize;
}


footer.nb-footer {
    position: relative;
    z-index: 99;
    border-top: 4px solid #8d6a49;
    background: linear-gradient(to bottom, #232120, #000000), url(../images/slider-1.jpg);
}

footer.nb-footer .about {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1170px;
    text-align: center;
}

footer.nb-footer .about p {
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
}

footer.nb-footer .about .social-media {
    margin-top: 15px;
}

footer.nb-footer .about .social-media ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer.nb-footer .about .social-media ul li a:hover {
    background: #8181800a;
    color: #fff;
    border-color: #000000;
}

footer.nb-footer .footer-info-single {
    margin-top: 30px;
}

footer.nb-footer .footer-info-single .title {
    color: #9c7259;
    text-transform: uppercase;
    font-size: 16px;
    border-left: 4px solid #ffffff;
    padding-left: 5px;
}

footer.nb-footer .footer-info-single ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 0;
    font-weight: 200;
    margin-top: 15px;
    text-decoration: none;
}

footer.nb-footer .footer-info-single ul li a:hover {
    color: #ffffff;
}

footer.nb-footer .footer-info-single p {
    color: #ffffff;
    font-size: 14px;
    padding: 2px 0;
    text-decoration: none;
    margin-bottom: 3px;
    font-weight: 200;
}

footer.nb-footer .copyright {
    margin-top: 15px;
    background: #000000;
    padding: 7px 0;
    color: #000;
}

footer.nb-footer .copyright p {
    margin: 0;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}


footer.list-unstyled ul li {
    margin-top: 10px;
}

.copyright p a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 200;
    font-size: 11px;
}

.cata-sub-nav {
    background: #eee;
    padding: 20px 15px 20px;
    margin: 0 37px;
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* Remove the default scrollbar for WebKit implementations */
}

.cata-sub-nav::-webkit-scrollbar {
    display: none;
}

.cata-sub-nav ul {
    margin: 0;
    display: flex;
    -webkit-padding-start: 0px;
}

.cata-sub-nav li {
    display: inline-table;
    margin: 0 10px;
    font-size: 16px;
}

.arrow {
    background: red;
}

.nav-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 7px;
    margin-top: -2px;
}

.nav-next {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 7px;
    margin-top: -22px;
}

.Achivement_section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffead6;
}

.count {
    font-size: 84px;
    color: #b1956b;
    font-family: fantasy;
}

.count_name h3 {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.form-subscribe {
    max-width: 600px;
    margin: 0 auto;
}

.form-subscribe .btn {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    background: #9c7259;
    border-color: #9c7259;
    height: 46.5px;
}

.timeline-carousel {
    padding: 86px 6.9444% 90px 6.9444%;
    position: relative;
    overflow: hidden;
}

.timeline-carousel:after,
.timeline-carousel:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 6.9444%;
    background-color: #1d1d1e;
    z-index: 3;
    width: 6.9444%;
}

.timeline-carousel:after {
    left: 0;
}

.timeline-carousel:before {
    right: 0;
    opacity: 0;
}

.timeline-carousel .slick-list {
    overflow: visible;
}

.timeline-carousel .slick-dots {
    bottom: -73px;
}

.timeline-carousel h1 {
    color: white;
    font-size: 46px;
    line-height: 50pd;
    margin-bottom: 40px;
    font-weight: 900;
}

.timeline-carousel__image {
    padding-right: 30px;
}

.timeline-carousel__item {
    cursor: pointer;
}

.timeline-carousel__item .media-wrapper {
    opacity: 0.4;
    padding-bottom: 71.4%;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
    width: calc(100% - 30px);
}

.timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px;
}

.timeline-carousel__item-inner:after {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.timeline-carousel__item-inner .year {
    font-size: 36px;
    line-height: 36px;
    color: white;
    display: table;
    letter-spacing: -1px;
    padding-right: 10px;
    background-color: #1d1d1e;
    z-index: 1;
    position: relative;
    margin: -15px 0 20px;
    font-weight: 900;
}

.timeline-carousel__item-inner .year:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    background-color: #1d1d1e;
    z-index: 3;
}

.timeline-carousel__item-inner .month {
    font-size: 12px;
    text-transform: uppercase;
    color: #b38c52;
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
}

.timeline-carousel__item-inner p {
    font-size: 12px;
    line-height: 18px;
    color: white;
    width: 60%;
    font-weight: 400;
    margin-bottom: 15px;
}

.timeline-carousel__item-inner .read-more {
    font-size: 12px;
    color: #b38c52;
    display: table;
    margin-bottom: 10px;
    font-weight: 900;
    text-decoration: none;
    position: relative;
}

.timeline-carousel__item-inner .read-more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 2px solid #b38c52;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item-inner .read-more:hover:after {
    width: 100%;
}

.timeline-carousel__item-inner .pointer {
    height: 29px;
    position: relative;
    z-index: 1;
    margin: -4px 0 16px;
}

.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
    position: absolute;
    content: "";
}

.timeline-carousel__item-inner .pointer:after {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: #b38c52;
}

.timeline-carousel__item-inner .pointer:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 4px;
    background-color: #b38c52;
}

.timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
}

.slick-dots {
    bottom: 60px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 10px;
    height: 10px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li.slick-active button {
    background: #b38c52;
    border-color: #b38c52;
}

.slick-dots li button {
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.slick-dots li button:hover {
    background: #b38c52;
    border-color: #b38c52;
}

.link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 9999;
}

.link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.link .fa {
    font-size: 28px;
    margin-right: 8px;
    color: #fff;
}

.some_of_img {
    position: relative;
    max-height: 285px;
}

.logo_footer {
    width: 150px;
}

.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 12px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-info h3 {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 28px;
}

.contact-info h3 {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 28px;
}

.contact-icon i {
    font-size: 19px;
    position: relative;
    color: #8d6a49;
    padding: 10px;
}

.social-media ul {
    gap: 6px;
}

.title_wrapper h3 {
    text-transform: uppercase;
}

.title_wrapper img {
    max-width: 120px;
}

.pro_img {
    position: relative;
}

.pro_name {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
}

.pro_name h6 {
    color: #180d02;
}

.counter_wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 13px;
    align-items: center;
}

.counter_text p {
    color: #926f58;
    font-size: 12px;
}

.count {
    font-size: 60px;
    color: #000000;
}

.pro_img {
    clip-path: polygon(50% 0%, 100% 0, 100% 87%, 86% 100%, 0 100%, 0% 60%, 0 0);
    overflow: hidden;
    border: 2px solid #6f4a34;
    padding: 5px;
}

.what_we {
    background-image: url(../images/pattern_line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.what_we img {
    max-width: 500px;
}

.fixed_icon_bar {
    position: fixed;
    z-index: 99;
    background-color: #9c7259;
    bottom: 44px;
    right: 18px;
    border-radius: 12px;
    overflow: hidden;
}

.fixed_icon {
    padding: 13px 19px;
    background-color: #9c7259;
    color: #c59c77;
}

.fixed_icon a {
    color: #ffffff;
    text-decoration: none;
}

#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 0;
    background: #9c7259;
    z-index: 9999;
    text-align: center;
    color: #fff;
    overflow: hidden;

}

.load_img img {
    width: 140px;
}


.our_tech {
    padding: 60px 0px;
    background-color: #ffffff;
}

.our_services {
    padding: 60px 0px;
    background-color: #efefee;
}

.get_touch {
    padding: 0px 0px;
    background-image: linear-gradient(to bottom, #000000eb, #00000000), url(../images/banner_img2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.contact_wrapper {
    background-color: #ffffff;
}

.main_top_text h3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.main_top_text h3::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 2px;
    bottom: -46%;
    background-color: #232120;
}

.main_top_text h3::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    bottom: -57%;
    background-color: #8d6a49;
}

.form-subscribe .form-control {
    background-color: hsl(0deg 0% 100%);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}


.contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #926f58;
    outline: none;
    resize: none;
}

.contact-form .input-box span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #66666600;
}

.contact-form .input-box input:focus~span,
.contact-form .input-box textarea:focus~span {
    color: #e91e6200;
    font-size: 12px;
    transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"] {
    width: 100%;
    background: #9c7259;
    color: #ffffff;
    border: none;
    clip-path: polygon(100% 0, 100% 40%, 95% 100%, 0 99%, 0 0);
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #9c7259;
    transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover {
    background: #FFF;
    color: #8d6a49;
}

.side_menu_lines {
    width: 100px;
    height: 100px;
    display: none;
}

.side_menu_lines i {
    font-size: 31px;
    color: #ffffff;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 347px !important;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
}

.sidenav li {
    list-style-type: none;
    line-height: 51px;
    padding-left: 0px;
    border-bottom: 1px solid #00000038;
    text-transform: uppercase;
    padding-right: 10px;
}

.sidenav li a {
    text-transform: capitalize;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

ul {
    padding-left: 0px;
}

.banner_imgs img {
    position: relative;
    max-height: 513px;
    width: 100%;
    object-fit: cover;
}

.input-wrapper {
    width: 100%;
    position: relative;
    line-height: 14px;
    margin-top: 23px;
    display: inline-block;
}

.input-wrapper input {
    font-size: 13px;
    color: #0e0e0e;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #c9c9c9;
    padding: 10px 20px;
    border-radius: 2px;
    position: relative;
    background-color: #fff;
}

.form-control:focus {
    box-shadow: none;
}

.input-wrapper label {
    color: #000000 !important;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    font-weight: 700;
    padding: 0 8px;
    pointer-events: none;
    background: #fff;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.address_detail {
    max-width: 450px;
}

.contct_icon {
    width: 30px;
    font-size: 20px;
    color: #8d6a49;
}

.car-side {
    display: flex;
    justify-content: space-between;
    width: 100%;

}


.fact_sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Hide {
    display: none;
}

.career_wrapper {
    padding: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

.career_btn p {
    background-color: #000;
    font-size: 11px;
    padding: 8px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    width: fit-content;
    display: flex;
    align-items: center;
}

.career_btn i{
    font-size:20px;
}

.career_btn p:hover {
    background-color: #000;
    font-size: 11px;
    padding: 8px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}



#myDIV {
    display: none;
}


a:hover {
    color: #fff;
}

.btns_wrapper h6 {
    border: 1px solid #cfcaca;
    padding: 8px 12px;
    width: fit-content;
    font-size: 12px;
    border-radius: 21px;

}

.form-control:focus {
    box-shadow: none !important;
}

.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left {
    text-align: right;
    width: 60px;
    /* affects amount of scrollToActiveTab movement */
    padding-right: 6px;
}

.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right {
    width: 48px;
    /* affects amount of scrollToActiveTab movement */
    padding-left: 6px;
}


.button p{
    color:#fff;
}

@media (max-width: 1240px) {
    .ser_text p {
        font-size: 15px;
        color: #ffffff;
        font-weight: 200;
        margin-top: 12px;
    }
}

@media (max-width: 1130px) {
    .what_we img {
        max-width: 500px;
    }

    .ser_text p {
        font-size: 15px;
        color: #ffffff;
        font-weight: 200;
        margin-top: 12px;
    }



}


@media (max-width:1052px) {
    .ser_text p {
        font-size: 14px;
        color: #ffffff;
        font-weight: 200;
        margin-top: 12px;
    }

    .ser_text p {
        font-size: 15px;
        color: #ffffff;
        font-weight: 200;
        margin-top: 12px;
    }
}


@media (max-width: 991px) {

    .testimonial .description {
        padding: 5px 8px;
        margin-bottom: 50px;
        border-top: 1px solid #8d6a49;
        border-left: 1px solid #8d6a49;
        font-size: 13px;
        color: #000000;
        line-height: 30px;
        text-align: left;
        position: relative;
        min-height: 193px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ser_text p {
        font-size: 13px;
        color: #ffffff;
        font-weight: 200;
        margin-top: 12px;
    }

    .contact-info {
        margin-bottom: 40px;
        width: 100%;
    }

    footer.nb-footer .copyright p {
        margin: 0;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ser_text p {
        font-size: 15px;
        color: #ffffff;
        font-weight: 200;
        margin-top: 12px;
    }

    .service_wrapper {
        padding: 14px;
        background: url(../images/line.png) center #8d6a49;
        min-height: 341px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: left;
    }

    .contact-form {
        width: 100%;
    }

    .banner_padding {
        padding-left: 0px;
        padding-right: 0px;
        background-color: #95725b11;
    }

    .banner_imgs img {
        position: relative;
        min-height: 474px;
        width: 93%;
        object-fit: cover;
    }

    .timeline__content img{
     width:340px;
    }
    
}

@media(max-width:830px) {
    .top_nav ul {
        list-style-type: none;
        display: inline-flex;
        gap: 32px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .career_btn p {
        background-color: #000;
        font-size: 11px;
        padding: 8px 12px;
        border-radius: 50px;
        text-transform: uppercase;
        color: #ffffff;
        cursor: pointer;
        margin-top: 14px;
    }

    .car-side {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        border-radius: 10px;
        flex-basis: min-content;
    }

    .top_header_section {
        overflow-x: hidden;
        position: fixed;
        z-index: 9;
        width: 100%;
    }

    .nav_sec {
        background-color: #000;
        width: 100%;
        height: 100%;
        display: none !important;
    }


    .side_menu_lines {
        display: block;
        align-content: center;
        color: #fff;
    }

    .logo_name {
        width: 33%;
        padding: 10px;
        background: url(../images/line.png) center #7b2425;
        background-color: #ffffff00;
        display: flex;
        justify-content: center;
        height: 100%;
    }
    .logo_name img {
        width: 117px;
        height: 94px;
        background-color: #ffffff4a;
    }
}

@media(max-width:600px) {
    .abt_icon {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 93px;
        border-radius: 50%;
        height: 93px;
        text-align: center;
        background: url(../images/line.png) center #8d6a49;
    }
    .what_wes img {
        max-width: 303px !important;
    }
    .arow img {
        width: 16px;
    }

    .about_text_wrapper h3 {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 19px;
    }

    .banner_text h2 {
        color: #ffffff;
        max-width: 337px;
        text-transform: capitalize;
        font-family: "Dosis", sans-serif;
        font-size: 27px;
    }

    .abt_text_icon h6 {
        font-size: 9px;
        margin-bottom: 0px;
        margin-top: 7px;
        font-weight: 500;
        color: #fff;
    }

    .abt_icon_img img {
        width: 94px;
    }

    .what_we img {
        max-width: 317px;
    }
}




.timeline {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 700px;
    position: relative;
}

.timeline__content-title {
    font-weight: normal;
    font-size: 29px;
    margin: -10px 0 0 0;
    transition: 0.4s;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: "Pathway Gothic One", sans-serif;
    color: #fff;
}

.timeline__content-desc {
    margin: 0;
    font-size: 15px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.7);
    font-family: Cardo;
    font-weight: normal;
    line-height: 25px;
}

.timeline:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: rgba(255, 255, 255, 0.07);
}

@media only screen and (max-width: 767px) {
    .timeline:before {
        left: 40px;
    }
}

.timeline-item {
    padding: 40px 0;
    opacity: 0.3;
    filter: blur(2px);
    transition: 0.5s;
    box-sizing: border-box;
    width: calc(50% - 40px);
    display: flex;
    position: relative;
    transform: translateY(-80px);
}

.timeline-item:before {
    content: attr(data-text);
    letter-spacing: 3px;
    width: 100%;
    position: absolute;
    color: #ffffff;
    font-size: 13px;
    font-family: "Pathway Gothic One", sans-serif;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    top: 70%;
    margin-top: -5px;
    padding-left: 15px;
    opacity: 0;
    right: calc(-100% - 56px);
}

.timeline-item:nth-child(even) {
    align-self: flex-end;
}

.timeline-item:nth-child(even):before {
    right: auto;
    text-align: right;
    left: calc(-100% - 56px);
    padding-left: 0;
    border-left: none;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    padding-right: 15px;
}

.timeline-item--active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
}

.timeline-item--active:before {
    top: 50%;
    transition: 0.3s all 0.2s;
    opacity: 1;
}

.timeline-item--active .timeline__content-title {
    margin: -50px 0 20px 0;
}

@media only screen and (max-width: 767px) {
    .timeline-item {
        align-self: baseline !important;
        width: 100%;
        padding: 0 30px 150px 80px;
    }

    .cer1_img {
        max-width: 206px;
        padding: 10px;
    }

    .timeline-item:before {
        left: 10px !important;
        padding: 0 !important;
        top: 50px;
        text-align: center !important;
        width: 60px;
        border: none !important;
    }
    .main_top_text h3::after {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        bottom: -52%;
        background-color: #8d6a49;
    }
    .timeline-item:last-child {
        padding-bottom: 40px;
    }
    .ser_text p {
        font-size: 16px;
        color: #ffffff;
        font-weight: 200;
        margin-top: 12px;
    }
  
}

.timeline__img {
    max-width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.timeline-container {
    width: 100%;
    position: relative;
    padding: 80px 0;
    transition: 0.3s ease 0s;
    background-attachment: fixed;
    background-size: cover;
}

.timeline-container:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 94%);
    content: "";
}

.timeline-header {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.timeline-header__title {
    color: #fff;
    font-size: 46px;
    font-family: Cardo;
    font-weight: normal;
    margin: 0;
}

.timeline-header__subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Pathway Gothic One", sans-serif;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 10px 0 0 0;
    font-weight: normal;
}

.demo-footer {
    padding: 60px 0;
    text-align: center;
}

.demo-footer a {
    color: #999;
    display: inline-block;
    font-family: Cardo;
}

.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left {
    text-align: right;
    width: 46px;
    height: 43px;
    padding-right: 6px;
    border-bottom-left-radius: 18px;
    border-top-left-radius: 18px;
    background-color: black !important;
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrtabs-tab-scroll-arrow {
    border: 1px solid #ddd;
    border-top: none;
    color: #428bca;
    display: none;
    float: left;
    font-size: 12px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 0px; 
    padding-top: 0px; 
    width: 20px;
}

.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left::after{
    position: absolute;
    content: "\ea64";
    font-family: remixicon !important;
    font-size: 16px;
    color: #8d6a49;
}


.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right {
    text-align: right;
    width: 46px;
    height: 43px;
    padding-right: 6px;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    background-color: black !important;
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrtabs-tab-scroll-arrow {
    border: 1px solid #ddd;
    border-top: none;
    color: #428bca;
    display: none;
    float: left;
    font-size: 12px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 0px; 
    padding-top: 0px; 
    width: 20px;
}

.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right::after{
    position: absolute;
    content: "\ea6e";
    font-family: remixicon !important;
    font-size: 16px;
    color: #8d6a49;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #8d6a49 !important;
    border-color: #dee2e6 #dee2e6 #fff;
    text-transform: capitalize;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000 !important;
    text-transform: capitalize;
}

.what_wes img {
    max-width: 358px;
    padding: 10px;
}

.pro_imgs {
    clip-path: polygon(50% 0%, 100% 0, 100% 87%, 86% 100%, 0 100%, 0% 60%, 0 0);
    overflow: hidden;
}

.what_wes {
    background-image: url(../images/pattern_line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.product_icon{
    gap: 10px;
    margin-top: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.icon_text_ico img {
    width: 64px;
}

.icon_text p{
    font-size: 12px;
    font-weight: 500;
    color: #8d6a49;
    text-transform: capitalize;
}

.icon_text_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px;
}

.icon_cover {
    min-height: 180px;
    background-color: #00000014;
    width: 100%;
}

.icon_cover h6{
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}





@media only screen and (max-width: 567px) {
.cer1_img {
    .cer1_img {
        max-width: 154px;
        padding: 10px;
    }
}
}


.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index:9;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 0px 15px;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

.sub-menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 20px 15px;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

.sub-menu li a:hover {
    font-weight: 600 !important;
    text-decoration: none !important;
    padding: 20px 15px !important;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover,.menu li:hover>a {
    color: #fff;
  
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    min-width: 250px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #797979;
    background: #fff;
}

.menu ul li a:hover,.menu ul li:hover>a {
    background: #9c7259;
    color: #fff;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}



a.homer {
    background: #9ca3da;
}

.timelines{
    position:relative;
    margin:50px auto;
    padding:40px 0;
 
    box-sizing:border-box;
  }
  .timelines:before{
    content:'';
    position:absolute;
    left:50%;
    width:2px;
    height:100%;
    background:#c5c5c5;
  }
  .timelines ul{
    padding:0;
    margin:0;
  }
  .timelines ul li{
    list-style:none;
    position:relative;
    width:50%;
    padding:20px 40px;
    box-sizing:border-box;
  }
  .timelines ul li:nth-child(odd){
    float:left;
    text-align:right;
    clear:both;
    min-height: 300px;
  }
  .timelines ul li:nth-child(even){
    float:right;
    text-align:left;
    clear:both;
    min-height: 300px;
  }
  .content{
    padding-bottom:20px;
  }
  .timelines ul li:nth-child(odd):before
  {
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    top:24px;
    right:-6px;
    background: rgb(123 71 24);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(6 6 6 / 20%);
  }
  .timelines ul li:nth-child(even):before
  {
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    top:24px;
    left:-4px;
    background: rgb(123 71 24);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(6 6 6 / 20%);
  }
  .timelines ul li h3{
    padding: 0;
    margin: 0;
    color: rgb(0 0 0);
    font-weight: 600;
    font-size: 20px;
  }
  .timelines ul li p{
    margin:10px 0 0;
    padding:0;
  }
  .timelines ul li .time h4{
    margin:0;
    padding:0;
    font-size:14px;
  }
  .timelines ul li:nth-child(odd) .time
  {
    position:absolute;
    top:12px;
    right:-165px;
    margin:0;
    padding:8px 16px;
 
    color:#fff;
    border-radius:18px;
    
  }
  .timelines ul li:nth-child(even) .time
  {
    position:absolute;
    top:12px;
    left:-165px;
    margin:0;
    padding:8px 16px;
   
    color:#fff;
    border-radius:18px;
 
  }
  @media(max-width:1000px)
  {
    .timeline{
      width:100%;
    }
  }
  @media(max-width:767px){
    .timeline{
      width:100%;
      padding-bottom:0;
    }
    h1{
      font-size:40px;
      text-align:center;
    }
    .timeline:before{
      left:20px;
      height:100%;
    }
    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even)
    {
      width:100%;
      text-align:left;
      padding-left:50px;
      padding-bottom:50px;
    }
    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before
    {
      top:-18px;
      left:16px;
    }
    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time{
      top:-30px;
      left:50px;
      right:inherit;
    }
  }

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        font-size: 12px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {

    .banner_img img {
        position: relative;
        min-height: 50vh;
        object-fit: cover;
    }
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menu {
        display: none;
    }

    .responsive-menu {
        display: block;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        background: #fff;
        color: #797979;
    }

    .menu li a:hover,.menu li:hover>a {
        background: #9ca3da;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}