@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');

body {
    font-family: 'Poppins', serif !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    font-size: 14px !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', serif;
}
img-show{
    display: block;
}
.img-hide{
    display: none;
}
.fixed-top.bg-white.shadow .img-hide{
    display: block;
}
.fixed-top.bg-white.shadow .img-show{
    display: none;
}
.dm-font{
    font-family: 'DM Serif Text', serif;
}
.bg-site-bolor {
    background: #9a4e49;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
    background: #ffffff94;
}
 
.fixed-top { 
    transition: all ease-in-out .35s;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0px);
	}
} 
.nav-link {
    color: #fff !important;
    margin-left: 1em;
    letter-spacing: 0.07em;
    font-weight: 500;
    transition: 0.25s;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}
.fixed-top.bg-white .nav-link{
    color: #000 !important;
}
.nav-link:hover {
        color: #fff !important;
    transition: 0.25s; 
}

.fixed-top.bg-white {
    background-color: #ffffff8c!important;
    backdrop-filter: blur(7px);
}
.nav-link.active {
       /* color: #cf4520 !important;
    transition: 0.25s; */
}

.nav-link:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    left: 0px;
    top: auto;
    bottom: 2px;
    background: #e3008b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear;
}

.nav-link:focus:before,
.nav-link:hover:before {
    color: rgb(255 195 179 / 31%);
    -webkit-transform: scaleX(0);
    transform: scaleX(1);
} 
.modal { 
    backdrop-filter: blur(9px);
} 
 
.footer-link {
    text-decoration: none;
    color: #212b35;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    letter-spacing: 1px; 
}
.footer-link:hover { 
    color: #cf4520!important; 
} 
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.75) translateY(-.4rem) translateX(.15rem);
}
.form-floating>label { 
    font-family: 'Poppins', sans-serif;
}
.text-tss{
    color: #000 !important;
}
.text-tss2{
    color: #000 !important;
}
.card-title .text-tss-color, .text-theme-color{
    color: #e3008b;
}
.btn{ 
    border: 0px solid transparent;
        text-transform: uppercase;
}
.btn-tss{
    color: #fff !important;
    background-color: #e3008b;
    border-color: #ffffff;
    border-radius: 5px;
    padding: 10px 25px;
    transition: 0.45s; 
    font-weight: 500;
    letter-spacing: 0.9px; 
}

.btn-tss:hover{ 
    background-color: #7e01b1;
    transition: 0.45s; 
    box-shadow: 0px 10px 25px -5px #00000040;
}
.btn-tss2 {
       color: #fff !important;
    background-color: #7e01b1;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 12px 25px;
    transition: 0.45s; 
    font-weight: 500;
    letter-spacing: 0.9px;
}
.btn-tss2:hover { 
    background-color: #e3008b; 
    transition: 0.45s;  
    box-shadow: 0px 10px 25px -5px #00000040;
}
.slider-img {
    height: 70vh;
    object-fit: cover;
}

.border-radius-15{
border-radius: 15px !important;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
     background-image: linear-gradient(90deg, rgb(1 0 0) 35%, rgb(72 23 162 / 54%) 65%); 
    /*background-color: #004a56d1;*/
    opacity: .6;
}   

.abt-img {
    height: 500px;
        width: 500px;
        border-radius: 100%;
        object-fit: cover;
        transform: translateY(-120px);
}
.abt-imgt {
    height: 500px;
    max-width: 500px;
    border-radius: 100%;
    object-fit: cover;
}


/*service box*/  
.service-box {
    position: relative;
    overflow: hidden;
    padding: 0px; 
    transition: none;
    text-align: center; 
    background: #ffffff;
    display: flex;
    height: 350px;
    transition: 0.5s;
}
 .service-content {
            position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: left;
    background: linear-gradient( 0deg, #000000c7, #000000ab, transparent);
    padding: 40px 20px 40px 20px;
    color: #fff;
    transition: 0.5s;
}
.service-box:hover .service-content{
    bottom: 0px;
    transition: 0.5s;
}
.service-img img{
         object-fit: cover; 
    width: 100%;
    height: 350px;
    transition: 0.5s;
}
.service-box:hover .service-img > img{
        transform: scale(1.1);
    transition: cubic-bezier(0.4, 0, 1, 1) 0.5s
}  
.service-box a {
    text-decoration: none;
}  
.service-box p {
    color: white;
}

/*service box*/

/* designing box */
.design-box {
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 40px 20px;
    display: block;
    text-align: center;
    transition: 0.5s;
}

.design-box:hover { 
    color: #fff;
    background: #4b262d;
    box-shadow: 0px 10px 25px -15px #0000002e;
    transition: 0.5s;
}
.design-icon {
    width: 60px;
    margin: 0px auto;
    transition: 0.5s;
}
.design-box:hover .design-icon {
    transform: translateY(-15px);
    transition: 0.5s;
}
.design-heading h4 {
    font-size: 14px;
    margin-top: 25px;
} 
/* designing box */


.section-site {
    padding: 5rem 0px;
    background: #f1f1f1;
}
.section-parallax {
    background-image: url(../img/images/5.jpg);
    color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax {
    background: rgb(9 71 108 / 60%);
    padding: 7em 0 7em 0;
} 
 
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: block;
    opacity: 0;
    height: 0;
    visibility: hidden;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: .25rem;
    box-shadow: 0px 10px 25px -5px rgb(0 0 0 / 45%); 
    transform: translateY(10px);
    transition: 0.5s;
}  
.dropdown:hover .dropdown-menu {
    opacity: 1;
    height: auto;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.5s;
}  
.dropdown-menu.show {
    display: block;
    height: auto;
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}
.dropdown-item:focus, .dropdown-item:hover{ 
    border-left: 2px solid #ff1616;
}
.caption {
    letter-spacing: 1px;
}
h1.heading {
    font-weight: 400;
    font-size: 40px;
    position: relative;
    z-index: 9;
} 
.whatsaap {
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 9;
    border-radius: 100px;
    box-shadow: 0px 10px 20px -5px #00000045;
}
.whatsaap img {
    width: 45px;
}

.animate-up { 
    animation: img-up 5s infinite;
  }
  
  @keyframes img-up {      
    0% {transform: scale(1.27);}
    50% {transform: scale(1.10);}  
    100% {transform: scale(1.27);}  
  }

.animate-rotate { 
    animation: img-rotate 9s infinite;
  } 

  @-webkit-keyframes img-rotate {
	0% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	50% {
		-webkit-transform: rotate(9deg);
		transform: rotate(9deg);
	}
    
	100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@keyframes img-rotate {
	0% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	50% {
		-webkit-transform: rotate(9deg);
		transform: rotate(9deg);
	}
    
	100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
} 
.s-heading{
    font-weight: 700;
    font-size: 60px; 
    line-height: 1;
    color: #cf4722;
}
.carousel-caption { 
    top: 36%; 
}
.font-12 {
    font-size: 12px;
}
.font-14{
    font-size: 14px;;
}
.service-desc{
    font-size: 14px;
}
i.fab.social-icon {
        background: #00000038;
    padding: 13px 0;
    font-size: 24px;
    color: white;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
    border-radius: 100px;
    text-align: center;
    height: 50px;
    width: 50px;
    margin: 0px;
    transition: 0.25s;
    margin: auto 2px;
}
i.fab.social-icon:hover {
    background: #00a0ff;
    color: white;
    box-shadow: 0px 9px 18px -2px rgb(0 160 255 / 55%);
    text-decoration: none !important;
    transition: 0.25s;
    transform: translateY(-5px);
}

   .testimonial-align {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
  
        .video-effect:hover {
            transform: scale(1.25) scaleY(1.15);
            transition: 0.5s;
        }
        .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #9a4e49;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(154 78 73 / 8%);
}
         

/*owl-carousel-custom-css-start*/
.owl-nav .owl-prev {
            right: 45px !important;
        }
        .owl-carousel-parallax .owl-nav{
            display: none !important;
        }
        .owl-carousel-parallax .owl-dots .owl-dot {
            display: inherit !important;
            zoom: 1 !important;
        }
        .owl-carousel-parallax .owl-dots {
            display: flex;
            justify-content: center;
            margin-top: 12px;
        }

        .owl-carousel-gallery .owl-nav{
            display: none !important;
        }

.testimonial-caption {
    padding: 15px;
    color: #000000;
}
.testimonial-caption p{
    font-size: 20px;
}
.testimonial-bg{
    background: bisque;
    border-radius: 10px;
    overflow: hidden;
    padding: 18px;
}

        .carousel-indicators [data-bs-target] {
            box-sizing: content-box;
            flex: 0 1 auto;
            width: 27px;
            height: 27px;
            padding: 0;
            border-radius: 30px;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #c75e85;
            background-clip: padding-box;
            border: 0;
            border-top: 0px solid transparent;
            border-bottom: 0px solid transparent;
            opacity: .5;
            transition: opacity .6s ease;
        }

        .carousel-indicators .active {
            opacity: 1;
        }
/*owl-carousel-custom-css-end*/

 

            .owl-theme .owl-nav [class*=owl-] {
                right: 0%;
                background: #a39482!important;
            }
 
        .bnr-content { 
            padding: 40px 20px;
        }  
      
        
/*-- Preloader --*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0 0 0 / 90%)), to(rgb(207 69 32)));
    background: linear-gradient(to top, rgb(0 0 0 / 90%), rgb(207 69 32));
    z-index: 9999999;
    backdrop-filter: blur(9px);
} 
#preloader #status {
      position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}    
        .load-logo {  
            display: none;  
            filter: invert(1) grayscale(1) brightness(2);
  -webkit-animation: ms-logo 1s ease-in-out;
  animation: ms-logo 1s ease-in-out;
}
/* 
@-webkit-keyframes ms-logo {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  } 
}

@keyframes ms-logo {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  } 
} */
   
.left-pattern{
    position: absolute;
    left: 0px;
    top: 9rem;
    right: auto;
}

.right-pattern{
    position: absolute;
    right: 0px;
    top: 27rem;
    left: auto;
} 
    
.footer-section {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #f6f6fa;
    /* background-image: url(../img/footer.png);
    background-color: transparent;
    background-size: cover;
    background-position: top; */
}
.footer-main {
    padding: 20px 0 0; 
    font-weight: 400;
    letter-spacing: 0.3px;
}
.footer-main > .container > .row {
    border-bottom: 1px solid #dfe0ee;
    padding-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
}

.footer-widget li {
    display: block;
    margin-bottom: 0;
}
.footer-widget li a, .footer-widget li a:hover {
    margin-left: 0;
    font-size: 13.5px;
    color: #4b262d;
    background: none;
    text-decoration: none;
}
.footer-widget ul li a { 
    padding-left: 0px;
    transition: all .3s ease;
}
.copyright {
    padding: 18px 0 22px;
}
.copyright-text {
    padding-top: 8px;
}
.copyright-text p {
    font-size: 14px;
    color: #4b262d;
    letter-spacing: 0.5px;
}
.copyright-text p a {
    color: #e3008b;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-decoration: none;
}
.social-list li {
/*    padding: 0px 10px;*/
    width: 35px;
    height: 35px;
    background: white;
    margin: 0 2px;
    text-align: center;
    border-radius: 40px;
    padding-top: 8px;
}

.social-list {
    padding-left: 0px;
    list-style: none;
    display: flex;
    /*justify-content: flex-end;*/
}
.social-list a i.fa-facebook-f {
    color: #3b5998;
}
.social-list a i.fa-twitter {
    color: #55ACEE;
}
.social-list a i.fa-linkedin-in {
    color: #0976B4;
}
.social-list a i.fa-instagram {
    color: #ea4c89;
}

.social-list a i.fa-youtube {
    color: #ff0000;
}


/* fixed-social media */
   
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
    right: 0px;
    z-index: 999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 9px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.instagram {
  background: #ff0064;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

/* fixed-social media */


.shape-group-13 .shape.shape-1 {
    top: 0;
    left: 0;
}
.shape-group-13 .shape.shape-2 {
    top: 0;
    right: -5px;
    text-align: right;
}
.shape-group-13 .shape {
    position: absolute;
    z-index: -1;
    opacity: 0.7;
}
/* services details css */

.autohide {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
} 
                .vr {
                    display: inline-block;
                    align-self: stretch;
                    width: 1px;
                    min-height: 1em;
                    background-color: #9d9d9d;
                    opacity: .25;
                }
                .contact-box{
                    margin-top: -120px;
                    background: white;
                    border-radius: 5px;
                }
                .form-control{
                    background: #F4F4F6;
                    border: 1px solid #F4F4F6;
                    border-radius: 0px;
                }
                .c-a {
color: #000;
text-decoration: none;
}
.list-group-item{
padding: 1rem 1.5rem;
}
.list-group-item.active { 
background-color: #cf4520;
border-color: #cf4520;
}

.offcanvas{
    height: 100vh;
}
    
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    height: 145px;
    width: 100%;
    margin-bottom: 15px;
    border: 0px solid #fff;
    border-radius: 5px;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
    object-fit: cover;
}
.grid figure figcaption {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 80%) 100%, transparent);
    transition: 0.5s;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    transition: 0.85s;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
figure.effect-marley:hover figcaption {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 60%) 100%, transparent);
    opacity: 1;
    transition: 0.5s;
}
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.85s;
    color: white;
}
figure.effect-marley p {
    position: initial;
    right: 30px;
    font-size: 35px;
    left: 30px;
    padding: 20px 0;
}



/**/

.carousel-caption {

    left: 0;

    right: 0;

    bottom: 0!important;

    top: auto;

    display: flex !important;

    align-items: center;

    justify-content: start;

}

        .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 18px;
    height: 18px;
    margin: 9px 5px;
    text-indent: -999px;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.5s;
}
        .carousel-indicators .active {
    background-color: #1b463c;
    transition: 0.5s;
    border: 2px solid #FFF;
    width: 20px;
    height: 20px;
}
        .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
        .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
        .slider-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700!important;
    font-style: normal!important;
    font-size: 48px !important;
    line-height: 1.24em;
    letter-spacing: -0.02em;
    color: rgb(255, 255, 255);
}
        

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: auto;
    width: 50px;
    height: 50px;
    background-color: white;
    bottom: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #000;
    text-align: center;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-position: initial;
    background-size: auto;
    filter: invert(1);
}
.carousel-control-prev {
    right: 100px !important;
    left: auto;
}
.experience-img{
       width: 100px;
    min-width: 100px;
    border-radius: 10px;
    margin-right: 10px;
    height: 80px;
    object-fit: contain;
    background: white;
    padding: 5px;
}
.grid.gallery {
    overflow: hidden;
    box-shadow: 0px 10px 35px -5px rgb(0 0 0 / 18%);
    border-radius: 10px;
    background: #fff;
    padding: 1.5rem !important;
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none !important;
    transition: 0.5s;
}
.service-icon2 {
    width: 100px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 0.5rem;
    transition: 0.5s;
    filter: hue-rotate(-315deg) opacity(0.5);
}
.font-3rem {
    font-size: 3rem !important;
}
.font-14 {
    font-size: 14px !important;
}
.instagram-box {
    position: relative;
    height: 100%;
    display: block;
}
.instagram-box i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #00000073;
    color: white;
    padding: 20px;
    display: grid;
    place-content: center;
    font-size: 35px;
    opacity: 0;
    transition: 0.25s;
    transform: scale(0.7);
}


.instagram-box:hover i {
    opacity: 1;
    transform: scale(1);
}
@media screen and (min-width: 992px){
    .overlay + img.img-fluid {
        width: 100%;
    height: 100vh;
    object-fit: cover;
}
}


    
/* journey-css css start */
/* journey-css css start */


 .timeline {
    position: relative;
    background: #16181c00;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 0rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #5f5627;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #f4cb49;
    font-size: 1.5rem;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column; 
    box-shadow: 0px 10px 20px -10px #00000059;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #fff;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #e3008b; 
}
.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}
.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}
.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #5f5627;
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}
.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
} 


/* journey-css css end */
/* journey-css css end */


@media screen and (max-width: 768px){
    .abt-img {
        height: auto;
            width: auto;
            border-radius: 0;
            object-fit: cover; 
    }
    .abt-imgt {
        height: auto;
        max-width: auto;
        border-radius: 0;
        object-fit: cover;
        display: none;
    }
    .social-list {
        list-style: none;
        /*justify-content: center;*/
        padding-left: 0;
        padding-top: 10px;
    }
    .slider-text{
        font-size: 25px !important;
    }
    .main-slider-img{
        height: 80vh;
        object-fit: cover;
    }
    .carousel-control-next, .carousel-control-prev{
            width: 50px;
    height: 50px;
    }
    .carousel-control-prev {
    right: 50px !important;
    left: auto;
}
    .carousel-caption {
    top: 0px;
}
    .nav-link {
    color: #000 !important;
    }
    }