/* Header CSS */

.nav-link:focus, .nav-link:hover, .nav-link.active, .navbar-nav .nav-link.show{
  color: #FF6B58;
}

.header-nav-menu .dropdown-item:hover {
  color: #fff;
  background-color: #12174E;
}

.fixed-top {
  background-color: #f6f6f6;

}


@media (max-width: 1200px) {
 nav.navbar.navbar-expand-lg.py-2.navbar-sticky-in, .navbar-button {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .dropdown-menu{
    display: block;
    opacity: 0;
    visibility:hidden;
  }

  .dropdown:hover>.dropdown-menu {
    opacity: 1 ;
    visibility: visible;
    transition:all .3s ease-in-out;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }

  ul.dropdown-menu {
    max-height: 600px !important; 
    overflow-y: auto !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

}

@media (max-width: 1100px){
  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    top: -42px;
    left: 0;
  }

  .slicknav_nav{
    background-color: #f9f9f9;
    top: 95px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
  }

  .slicknav_nav .nav-link {
    padding: 10px 36px !important;
    font-size: 16px ;
    margin: 0 !important;
    border: none;
  }

  .dropdown-toggle::after{
    display: none;
  }

  .slicknav_nav .nav-link:hover, .nav-link:focus, .nav-link:hover, .nav-link:active, .navbar-nav .nav-link.show{
    color: #fff;
    background-color: #12174E;
  }

  .fa-angle-up:before{
    color: #fff;
  }

  li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
    background: #12174E;
    color : #fff !important;
  }

  li.nav-item.dropdown.slicknav_parent.slicknav_open > a span i {
    color: #fff !important;
  } 

  .slicknav_btn.slicknav_open:before{
    color: #FF6B58;
  }

  .fixed-top{
    display: none;
  }

  .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{
    background-color: #12174E;
    color: #fff !important;
  }

  .dropdown-menu>li>a{
    font-size: 16px;
    background-color: #f9f9f9;
    padding-left: 50px !important;
  }

  .navbar-logo img{
    width: 150% !important;
  }
}

@media (max-width: 990px){
  .slicknav_nav{
    height: 310px;
  }

  .navbar-logo img{
    width: 75% !important;
  }

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    top: -40px;
    left: -20px;
  }
}

@media (max-width: 576px){
  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    top: -20px;
    left: -30px;
  }

  .slicknav_nav{
    top: 70px;
    height: 310px;
  }

  .header-nav-menu-inner{
    padding: 20px !important;
  }
}

/* Banner CSS */
.banner .overlay {
    background-image: url(../images/background/1.jpg);
    background-attachment: fixed;
}

.banner {
  margin-top: -90px;
  margin-bottom: 0;
  padding: 150px 0 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #0d1d49 0%, #05044c 100%);
  background-attachment: fixed;
}

header.border-bottom.border-1.border-lightgrey.position-relative.z-2 {
    background: #fff;
}


.banner-image{
  margin-bottom: -350px;
}

.svg-shape path{
  fill: #fff;
}

.svg-shape svg{
  height: 200px;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}

@media (max-width: 1100px){
  .banner{
    margin-top: -96px;
  }
}

@media (max-width: 990px){
  .banner{
    margin-top: -120px;
  }

}

@media (max-width: 576px){
  .svg-shape path{
    display: none;
  } 

  .banner-image{
    margin-bottom: -275px;
  }
}

/* Feature CSS */
.feature-icon i{
  height: 90px;
  width: 90px;
  line-height: 80px;
  font-size: 36px;
  box-shadow: 0 0 1px 0 #000;
}

.feature-box, .feature-box-1{
  transition: all .3s ease-in-out; background: #fff;
}

.feature-box:hover{
  border-radius: 0px !important;
  transform: translateY(-8px);
  transition: all .3s ease-in-out;
}

.feature-box:hover .btn-orange, .feature-box:hover .btn-blue, .feature-box:hover .btn-green, .feature-box:hover .btn-purple{
  color: #fff;
  background-color: #FF6B58;
}

.feature-box:hover .btn-blue{
  background-color: #148ada;
}

.feature-box:hover .btn-green{
  background-color: #40a737;
}

.feature-box:hover .btn-purple{
  background-color: #c260fb;
}

/* Adversite CSS */
.advertise .overlay{
  background-image: url(../images/background/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  background-position: left; border-radius: 20px;
}

.advertise-inner {
  background-image: linear-gradient(90deg, #12174E 0%, #2E357E 100%);
}

.advertise-right{
  margin-bottom: -50px;
}

/* App Lunch CSS */
.app-lunch-inner{
 padding-top: 70px;
}

.app-lunch-svg svg{
  transform: rotate(180deg);
  fill: #fff;
}

.app-lunch{
  margin-top: -130px;
}

.feature-box-icon i{
  font-size: 40px;
}

.feature-box-1:hover{
  border-radius: 0px !important;
  transition: all .3s ease-in-out;
}

/* Feature Stack CSS */
.feature-stack .overlay{

  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .5;
}

/* Counter CSS */
.counter{
  margin-bottom: -180px;
}
.counter-inner {
  background-image: linear-gradient(180deg, #12174E 0%, #2D3483 100%);
}

.counter .overlay{
  background-image: url(../images/background/1.jpg);
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
  opacity: .2;
}

/* Screenshot CSS */
.screenshot{
  background-color: #f1f1f1;
  background-image: url(../images/background/8.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.screenshot .overlay{
  background-color: #FAFAFA;
  opacity: .5;
}

.screenshot-inner{
  padding-top: 200px;
}

.slick-dots li button:before {
  font-size: 35px;
  margin-top: 20px;
}

/* Pricing CSS */
.pricing-box-icon i{
  height: 90px;
  width: 90px;
  line-height: 90px;
  font-size: 50px;
}

.currency{
  line-height: .8;
  top: 60%;
  left: 15%;
}

.pricing-box:hover{
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .11);
  transition: all .3s ease-in-out;
}

.pricing-box:hover .pricing-box-icon i {
  background-color: #12174E;
  transition: all .3s ease-in-out;
}

.pricing-box:hover h4 {
  color: #12174E;
  transition: all .3s ease-in-out;
}

.pricing-box-1:hover{
  border-color: #e7e7e7 !important;
  transition: all .3s ease-in-out;
}

.pricing-body{
  padding-bottom: 150px;
}

@media (max-width: 576px){
  .currency{
    left: 25%;
  }
}

.pricing svg{
  transform: none;
}

/* Get App CSS */
.get-app{
  margin-top: -150px;
}

.get-app-inner .overlay{
  background-image: url(../images/background/10.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .4;
  background-size: cover;
}

.get-app-inner {
  background-image: linear-gradient(180deg, #2D347D  0%, #12174E 100%);
}

/* Team CSS */
.member-image img {
  transform: scale(1.2) translateX(-8%);
  transition: all 1s ease-in-out;
}

.member-image-content{
  bottom: 2%;
  left: -50%;
  transition: all .5s ease-in-out;
}

.member-image:hover .member-image-content{
  left: 30%;
  transition: all .5s ease-in-out;
}

.member-image::after{
  content: " ";
  position: absolute;
  background-color: rgba(0, 0, 0, .3);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.member-image:hover img{
  transform: scale(1.2) translateX(0%);
  filter: grayscale(100%) blur(1px);
  transition: all 1s ease-in-out;
}

/* Testimonail CSS */
.testimonial {
  background-image: url(../images/background/4.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 180px;
}

.testimonial .bio-image img{
 height: 100px;
 width: 100px;
}

.testimonial-box-body::before{
  content: "\f10e";
  font-family: "FontAwesome";
  position: absolute;
  color: #ff6b5869;
  font-size: 45px;
  top: -30%;
  right: 5%;
  z-index: -1;
}

/* Partner CSS */
.partner {
  margin-top: -80px;
}

/* Blog CSS */
.blog{
  background-image: url(../images/background/8.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 40% auto;
}

.blog-img img{
  height: 125px;
  width: 125px;
}

@media (max-width: 990px){
  .blog-img img{
    height: 100px;
    width: 100px;
  }
}

/* Footer CSS*/
.footer-socials i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  transition: all .3s ease-in-out;
}

.footer-socials i:hover{
  background-color: #0d2c56 !important;
  color: #fff;
  transition: all .3s ease-in-out;
}

.divider-pattern {
  background: repeating-linear-gradient(-55deg, #FAFAFA69, #FAFAFA69 1px, transparent 1px, transparent 6px);
}

/*Back-to-top button  */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
}

#back-to-top a {
  width: 50px;
  height: 50px;
  transition: all ease-in-out .5s;
  background-color: #fec126;
}

#back-to-top a:hover{
  background-color: #12174E;
}

#back-to-top a:after {
  position: absolute;
  content: '\f062';
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%)
}

/* ========================================= */
/*            Abous US page CSS              */
/* ========================================= */
.banner-1 svg {
  height: 50px;
}

@media (max-width: 990px){
  .banner-inner{
    padding-bottom: 55px !important;
  }
}

@media (max-width: 576px){
  .banner-inner{
    padding-bottom: 35px !important;
  }
}


/* ========================================= */
/*            Feature page CSS               */
/* ========================================= */
.feature-1 {
  background-image: url(../images/background/5.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.feature-icon1 i{
  font-size: 40px;
}

.feature-1 .overlay{
  background-color: #fff;
  opacity: .3;
}

/* ========================================= */
/*              Career page CSS              */
/* ========================================= */
.career{
  margin-bottom: -300px;
}

.message .overlay {
  background-color: #FAFAFA;
  opacity: .3;
}

.message-inner{
  padding-top: 100px;
}

.message .svg-shape{
  transform: rotate(180deg);
}


/* ========================================= */
/*           Career Detail page CSS          */
/* ========================================= */

.career-detail .nav-tabs .nav-link.active {
  color: #FF6B58;
}

.send-cv {
  background-image: url(../images/background/2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.send-cv .overlay{
  background-color: #12174E;
  opacity: .3;
}

@media (max-width: 576px){
  .nav-tabs .nav-link{
    width: 100%;
  }
  .career-detail .nav-tabs .nav-link.active{
    width: 100%;
    border: 1px solid;
  }
  
  .career-detail .tab-content{
    margin-top: 10px;
    border: 2px solid #dee2e6 !important;
  }

  .career-detail .nav-tabs{
    border: none;
    display: block;
  }
}


/* ========================================= */
/*               Faq page CSS                */
/* ========================================= */

.accordion-button:focus, .accordion-button:hover {
  box-shadow: none;
  z-index: 0;
}

.accordion-button:not(.collapsed){
  background-color: #FF6B58;
  color: #fff;
}

.accordion-button:not(.collapsed)::after{
  color: #fff;
}

.accordion-button::after{
  background-image: none;
  content:"\f178" ;
  font-family: "FontAwesome";
  background-image: none;
}

.accordion-button:not(.collapsed)::after{
  background-image: none;
  transform: none;
  content:"\f176" ;
  font-family: "FontAwesome";
}

/* ========================================= */
/*           Testimonial page CSS            */
/* ========================================= */
.testimonial-top{
  background-image: none;
}

/* ========================================= */
/*            Comming-Soon page CSS          */
/* ========================================= */
.coming-soon {
  background-color: transparent;
  background-image: url(../images/background/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.coming-soon .overlay{
  background-color: #12174E;
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: .8;
}

.coming-soon .divider-pattern {
  background: repeating-linear-gradient(-55deg, #fff, #fff 1px, transparent 1px, transparent 6px);
}

.coming-soon .footer-socials i:hover{
  border-radius: 50%;
}


@media (max-width: 992px){
  .coming-soon p{
    font-size: 14px;
  }
}

@media (min-width: 800px) and (max-width:996px){
  .coming-soon{
    height: 170vh !important;
  }
}

/* ========================================= */
/*            Product List page CSS          */
/* ========================================= */
.product-box .sale{
  top: 3%;
  right: 3%;
}

.lg-backdrop.in{
  opacity: .8;
}

img.lg-object.lg-image{
  transform: scale(.8);
  top: -10%;
}

.lg-outer .lg-thumb-outer, .lg-media-overlap .lg-sub-html{
  background-color: transparent;
  background-image: none;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  background-color: #00000030;
}

.lg-toolbar .lg-close:after, .lg-toolbar .lg-download:after, .lg-outer .lg-toggle-thumb:after, .lg-next:before, .lg-prev:after{
  content: "\f00d" !important;
  font-family: "FontAwesome";
  font-size: 25px;
}

.lg-toolbar .lg-download:after{
  content: "\f063" !important;
}

.lg-outer .lg-toggle-thumb:after{
  content: "\f00e" !important;
}

.lg-next:before{
  content: "\f061" !important;
}

.lg-prev:after{
  content: "\f060" !important;
}

.product-gallery-body .overlay {
  background-color: rgba(0, 0, 0);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.product-gallery-body .overlay:hover{
  opacity: .5;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 576px){
  .product-count-sort{
    display: block !important;
  }
}

/* ========================================= */
/*          Product Single page CSS          */
/* ========================================= */

.product-single input {
  width: 54px;
}

.image-container {
  position: relative; /* Establish a containing block for absolute positioning */
}

.zoom-image {
  transition: transform 0.4s ease;
  will-change: transform; /* Hint to the browser that this element will change */
}

.image-container:hover .zoom-image {
  transform: scale(1.2); /* Scale the image */
}


.product-zoom-icon i{
height: 36px;
width: 36px;
line-height: 36px;
cursor: pointer;
}

#selector1 {
  top: 0;
  right: 0;
}

.star-rating-inner {
  transform: rotateY(180deg);
}

.star-rating input{
  display: none;
}

.star-rating label{
  width: 1.5%;
  aspect-ratio: 1;
  cursor: pointer;
}

.star-rating label .star-stroke{
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #12174E;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-rating label .star-stroke .star-fill{
  width: 70%;
  aspect-ratio: 1;
  background: transparent;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-rating input:hover ~ label .star-stroke,.star-rating input:checked ~ label .star-stroke{
  background: #FF6B58;
  transition: all .2s ease-in-out;
}

.star-rating input:checked ~ label .star-stroke .star-fill{
  background: #FF6B58;
  transition: all .2s ease-in-out;
}

.nav-tabs .nav-link.active{
  color: #FF6B58;
}

.related-product .svg-shape{
  transform: rotate(180deg);
}

.product-single {
  margin-bottom: -230px;
}

@media (max-width: 576px){
  .product-single-inner-bottom{
    padding: 0 !important;
  }

  button#nav-home-tab{
    margin-left: 0 !important;
  }
}

/* ========================================= */
/*              Cart page CSS                */
/* ========================================= */

/* Cart Section CSS */
.cart .table img{
  width: 55px;
  height: 55px;
}

.cart-list input{
  width: 60px;
}

.order-total-box .table>:not(caption)>*>* {
  border-width: 0;
}

/* ========================================= */
/*            Contact page CSS              */
/* ========================================= */

.contact-info-box i {
  font-size: 36px;
}


.white.bg-black1 {
    width: 100%;
    display: inline;
    padding: 10px 15px;
    border-radius: 30px; background: #0b73de;
}

.navbar-nav li a { font-size: 18px; font-weight: 500; padding-right: 40px; color: #000;}

.btn2{ border: 1px solid #000;
    color: #000;}

  .banner-title h1 {
    font-size: 55px;
    text-transform: inherit; color: #fdc10f;
}

.banner-body p { color: #fff;}


  .banner-title h1 b {
    color: #fff; font-weight: 600;
  
}

.app-lunch-right h2{ font-size: 48px;}
.advertise-title h2{ font-size: 46px; line-height: 52px;}
.app-lunch-right h2 { line-height: 52px;}
.bg-gryy1 { background: #fafafa;}

.feature-stack-left h2 { font-size: 46px; line-height: 50px;}
.get-app-right h2 {
    font-size: 40px;
}

.feature-box-body h4{ font-size: 18px;}

.newsletter-left h3{ font-size: 28px;}

.vacancy-box p.orange {
    font-size: 30px;
    font-weight: 900;
    /* background: #000; */
    width: 50px;
    height: 50px;
    padding: 0px 13px;
    color: #fff;
    line-height: 38px;
}

.career-inner h5{ font-size: 18px;}















.timeline__event__description {
    text-align: left;
}

.timeline {
                display: flex;
                flex-direction: column;
                width: 70vw;
                margin: 5% auto;
            }

            .timeline__event {
                background: #fff;
                margin-bottom: 20px;
                position: relative;
                display: flex;
                margin: 20px 0;
                border-radius: 8px;
                box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
            }

            .timeline__event:before {
                content: "";
                width: 5rem;
                height: 5rem;
                position: absolute;
                background: #dfb908;
                border-radius: 100%;
                left: -6rem;
                top: 50%;
                transform: translateY(-50%);
                border: 2px solid #9251ac;
            }

            .timeline__event__icon {
                border-radius: 8px 0 0 8px;
                background: #9251ac;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-basis: 40%;
                font-size: 2rem;
                color: #9251ac;
                padding: 20px;
            }

            .timeline__event__icon i {
                position: absolute;
                top: 50%;
                left: -75px;
                font-size: 2.5rem;
                transform: translateY(-50%);
            }

            .timeline__event__date {
                color: #ffffff;
                font-size: 1.5rem;
                font-weight: 600;
                white-space: nowrap;
            }

            .timeline__event__icon {
                border-radius: 8px 0 0 8px;
                background: #dfb908;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-basis: 40%;
                font-size: 2rem;
                color: #ffffff;
                padding: 20px;
                flex-basis: 40%;
            }

            .timeline__event__content {
                padding: 20px;
            }

            .timeline__event--type2 .timeline__event__icon {
                background: #ed0a63;
                color: #ffffff;
                flex-basis: 37%;
            }

            .timeline__event--type3 .timeline__event__icon {
                background: #9e53b0;
                color: #ffffff;
                flex-basis: 33%;
            }

            .timeline__event--type4 .timeline__event__icon {
                background: #04a2e0;
                color: #ffffff;
                flex-basis: 31%;
            }

            .timeline__event--type5 .timeline__event__icon {
                background: #24b47e;
                color: #ffffff;
                flex-basis: 53%;
            }

            .timeline__event--type6 .timeline__event__icon {
                background: #d50202;
                color: #ffffff;
                flex-basis: 60%;
            }

            .timeline__event--type2:before {
                background: #ed0a63;
                color: #ffffff;
            }

            .timeline__event--type3:before {
                background: #9e53b0;
                color: #ffffff;
            }

            .timeline__event--type4:before {
                background: #04a2e0;
                color: #ffffff;
            }

            .timeline__event--type5:before {
                background: #24b47e;
                color: #ffffff;
            }

            .timeline__event--type6:before {
                background: #d50202;
                color: #ffffff;
            }

            .timeline__event:after {
                content: "";
                width: 2px;
                height: 70%;
                background: #9251ac;
                position: absolute;
                top: 52%;
                left: -3.5rem;
                z-index: -1;
            }

            @media (max-width: 786px) {
                .timeline__event {
                    flex-direction: column;
                    width: 260px;
                }

                .timeline {
                    display: flex;
                    flex-direction: column;
                    width: 50vw;
                    margin: 5% auto;
                }

                .timeline1 ul {
                    width: min(93rem, 93%);
                }
            }

            .digital-mark .e-con.e-grid, .e-con.e-grid>.e-con-inner {
                grid-template-columns: var(--e-con-grid-template-columns);
                grid-template-rows: inherit!important;
                justify-content: var(--grid-justify-content);
                align-content: var(--grid-align-content);
                grid-auto-flow: var(--grid-auto-flow);
                justify-items: var(--justify-items);
                align-items: var(--align-items);
            }

            /*===== Vertical Timeline =====*/
            #conference-timeline {
                position: relative;
                max-width: 920px;
                width: 100%;
                margin: 0 auto;
            }

            #conference-timeline .timeline-start, #conference-timeline .timeline-end {
                display: table;
                font-family: "Roboto", sans-serif;
                font-size: 34px;
                font-weight: 600;
                text-transform: uppercase;
                background: #00b0bd;
                padding: 20px 15px;
                color: #fff;
                max-width: 80%;
                width: 100%;
                text-align: center;
                margin: 0 auto;
            }

            #conference-timeline .conference-center-line {
                position: absolute;
                width: 3px;
                height: 100%;
                top: 0;
                left: 50%;
                margin-left: -2px;
                background: #00b0bd;
                z-index: -1;
            }

            #conference-timeline .conference-timeline-content {
                padding-top: 67px;
                padding-bottom: 67px;
            }

            .timeline-article {
                width: 100%;
                height: 100%;
                position: relative;
                overflow: hidden;
                margin: 20px 0;
            }

            .timeline-article .content-left-container, .timeline-article .content-right-container {
                max-width: 44%;
                width: 100%;
            }

            .timeline-article .timeline-author {
                display: block;
                font-weight: 400;
                font-size: 14px;
                line-height: 24px;
                color: #242424;
                text-align: right;
            }

            .timeline-article .content-left, .timeline-article .content-right {
                position: relative;
                width: auto;
                border: 1px solid #ddd;
                background-color: #fff;
                box-shadow: 0 1px 3px rgba(0,0,0,.03);
                padding: 27px 25px;
            }

            .timeline-article p {
                margin: 0 0 0 0px;
                padding: 0;
                font-weight: 400;
                color: #242424;
                font-size: 14px;
                line-height: 24px;
                position: relative;
            }

            span.article-number {
                /* position: absolute; */
                font-weight: 300;
                font-size: 28px;
                top: 10px;
                left: -60px;
                color: #00b0bd;
                padding-bottom: 15px;
                display: block;
            }

            .timeline-article .content-left-container {
                float: left;
            }

            .timeline-article .content-right-container {
                float: right;
            }

            .timeline-article .content-left:before, .timeline-article .content-right:before {
                position: absolute;
                top: 20px;
                font-size: 23px;
                font-family: "FontAwesome";
                color: #fff;
            }

            .timeline-article .content-left:before {
                content: "\f0da";
                right: -8px;
            }

            .timeline-article .content-right:before {
                content: "\f0d9";
                left: -8px;
            }

            .timeline-article .meta-date {
                position: absolute;
                top: 0;
                left: 50%;
                width: 62px;
                height: 62px;
                margin-left: -31px;
                color: #fff;
                border-radius: 100%;
                background: #00b0bd;
            }

            .timeline-article .meta-date .date, .timeline-article .meta-date .month {
                display: block;
                text-align: center;
                font-weight: 900;
            }

            .timeline-article .meta-date .date {
                font-size: 26px;
                line-height: 62px;
            }

            .timeline-article .meta-date .month {
                font-size: 18px;
                line-height: 10px;
            }

            /*===== // Vertical Timeline =====*/
            /*===== Resonsive Vertical Timeline =====*/
            @media only screen and (max-width: 830px) {
                #conference-timeline .timeline-start, #conference-timeline .timeline-end {
                    margin: 0;
                }

                #conference-timeline .conference-center-line {
                    margin-left: 0;
                    left: 50px;
                }

                .timeline-article .meta-date {
                    margin-left: 0;
                    left: 20px;
                }

                .timeline-article .content-left-container, .timeline-article .content-right-container {
                    max-width: 100%;
                    width: auto;
                    float: none;
                    margin-left: 110px;
                    min-height: 53px;
                }

                .timeline-article .content-left-container {
                    margin-bottom: 20px;
                }

                .timeline-article .content-left, .timeline-article .content-right {
                    padding: 10px 25px;
                    min-height: 65px;
                }

                .timeline-article .content-left:before {
                    content: "\f0d9";
                    right: auto;
                    left: -8px;
                }

                .timeline-article .content-right:before {
                    display: none;
                }
            }

            @media only screen and (max-width: 400px) {
                .timeline-article p {
                    margin: 0;
                }

                .timeline-article p span.article-number {
                    display: none;
                }
            }

            .ekit-wid-con .elementskit-section-title span {
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                display: inline;
                font-weight: 700;
            }

            :root {
                --color1: #FF9509;
                --color2: #ffaf36;
            }

            .demo {
            }

            .main-timeline {
                font-family: 'Poppins', sans-serif;
            }

            .main-timeline:after {
                content: '';
                display: block;
                clear: both;
            }

            .main-timeline .timeline {
                width: calc(50% + 40px);
                padding: 20px 0 0;
                float: left;
            }

            .main-timeline .timeline-content {
                background: linear-gradient(to right,var(--color1),var(--color2));
                text-align: center;
                padding: 0 85px 35px;
                box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
                border-radius: 50px;
                display: block;
                position: relative;
                z-index: 1;
            }

            .main-timeline .timeline-content:hover {
                text-decoration: none;
            }

            .main-timeline .timeline-content:before {
                content: '';
                background-color: #fff;
                border-radius: 50px;
                box-shadow: 0 0 20px -3px rgba(0,0,0,0.4);
                position: absolute;
                left: 70px;
                top: -20px;
                bottom: 20px;
                right: 70px;
                z-index: -1;
            }

            .main-timeline .timeline-count {
                color: #fff;
                font-size: 35px;
                font-weight: 700;
                text-transform: uppercase;
                transform: translateY(-50%);
                position: absolute;
                top: 50%;
                left: 15px;
            }

            .main-timeline .timeline-icon {
                color: #fff;
                font-size: 35px;
                font-weight: 700;
                text-transform: uppercase;
                transform: translateY(-50%);
                position: absolute;
                top: 50%;
                right: 20px;
            }

            .main-timeline .title {
                color: var(--color1);
                font-size: 20px;
                font-weight: 600;
                letter-spacing: 1px;
                text-transform: capitalize;
                margin: 0 0 10px 0;
            }

            .main-timeline .description {
                color: #555;
                font-size: 13px;
                letter-spacing: 1px;
                margin: 0;
            }

            .main-timeline .timeline:nth-child(even) {
                float: right;
                margin: 0 0 0 10px;
            }

            .main-timeline .timeline:nth-child(even) .timeline-count {
                left: auto;
                right: 15px;
            }

            .main-timeline .timeline:nth-child(even) .timeline-icon {
                right: auto;
                left: 20px;
            }

            .main-timeline .timeline:nth-child(2) {
                --color1: #FF4603;
                --color2: #FF8000;
            }

            .main-timeline .timeline:nth-child(3) {
                --color1: #E6094E;
                --color2: #FF5792;
            }

            .main-timeline .timeline:nth-child(4) {
                --color1: #0BB0F2;
                --color2: #5CD8FA;
            }















            @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
h1{ padding: 0 0 30px; }
:root{ --main-color: #FF421E; }
.serviceBox{
    color: var(--main-color);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 35px 28px 25px;
    position: relative;
    z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    border-radius: 25px;
    border: 10px solid var(--main-color);
    clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.serviceBox:after{
    border-width: 3px;
    clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
}
.serviceBox .service-icon{
    font-size: 40px;
    margin: 0 0 10px;
}
.serviceBox .service-icon i{line-height:inherit}
.serviceBox .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #555;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin: 0s;
}
.serviceBox.gray{ --main-color: #252D36; }
.serviceBox.purple{ --main-color: #BE2EDD; }
.serviceBox.blue{ --main-color: #0bb7ce; }
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 40px; }
}


















 .timeline1 ul {
                --col-gap: 2rem;
                --row-gap: 2rem;
                --line-w: 0.25rem;
                display: grid;
                grid-template-columns: var(--line-w) 1fr;
                grid-auto-columns: max-content;
                column-gap: var(--col-gap);
                list-style: none;
                width: min(100rem, 100%);
                margin: 0;
            }

            /* line */
            .timeline1 ul::before {
                content: "";
                grid-column: 1;
                grid-row: 1 / span 20;
                background: rgb(225, 225, 225);
                border-radius: calc(var(--line-w) / 2);
            }

            /* columns*/
            /* row gaps */
            .timeline1 ul li:not(:last-child) {
                margin-bottom: var(--row-gap);
            }

            /* card */
            .timeline1 ul li {
                grid-column: 2;
                --inlineP: 1.5rem;
                margin-inline: var(--inlineP); grid-row: span 2;
                display: grid;
                grid-template-rows: min-content min-content min-content;
            }

            /* date */
            .timeline1 ul li .date {
                --dateH: 3rem;
                height: var(--dateH);
                margin-inline: calc(var(--inlineP) * -1); text-align: center;
                background-color: var(--accent-color);
                color: white;
                font-size: 1.25rem;
                font-weight: 700;
                display: grid;
                place-content: center;
                position: relative;
                border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
            }

            /* date flap */
            .timeline1 ul li .date::before {
                content: "";
                width: var(--inlineP);
                aspect-ratio: 1;
                background: var(--accent-color);
                background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
                position: absolute;
                top: 100%;
                clip-path: polygon(0 0, 100% 0, 0 100%);
                right: 0;
            }

            /* circle */
            .timeline1 ul li .date::after {
                content: "";
                position: absolute;
                width: 2rem;
                aspect-ratio: 1;
                background: #fff;
                border: 0.3rem solid var(--accent-color);
                border-radius: 50%;
                top: 50%;
                transform: translate(50%, -50%);
                right: calc(100% + var(--col-gap) + var(--line-w) / 2);
            }

            /* title descr */
            .timeline1 ul li .title, .timeline1 ul li .descr {
                background: var(--bgColor);
                position: relative;
                padding: 1rem;
            }

            .timeline1 ul li .title {
                overflow: hidden;
                padding-block-start: 1.5rem; padding-block-end: 1rem; font-weight: 500;
            }

            .timeline1 ul li .descr {
                padding-block-end: 40px 20px; 10px font-size: 16px;
                color: #000;
                line-height: 24px;
                font-weight: 400;
            }

            @media (min-width: 40rem) {
                .timeline1 ul {
                    grid-template-columns: 1fr var(--line-w) 1fr;
                }

                .timeline1 ul::before {
                    grid-column: 2;
                }

                .timeline1 ul li:nth-child(odd) {
                    grid-column: 1;
                }

                .timeline1 ul li:nth-child(even) {
                    grid-column: 3;
                }

                /* start second card */
                .timeline1 ul li:nth-child(2) {
                    grid-row: 2/4;
                }

                .timeline1 ul li:nth-child(odd) .date::before {
                    clip-path: polygon(0 0, 100% 0, 100% 100%);
                    left: 0;
                }

                .timeline1 ul li:nth-child(odd) .date::after {
                    transform: translate(-50%, -50%);
                    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
                }

                .timeline1 ul li:nth-child(odd) .date {
                    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
                }
            }

            .timeline1 .credits {
                margin-top: 1rem;
                text-align: right;
            }

            .timeline1 .credits a {
                color: var(--color);
            }


 .privacy-pol h2 { font-size: 30px; padding: 15px 0px;}
 .privacy-pol h4 { font-size: 20px; padding: 0px 0px 15px;}
