/* @font-face {
    font-family:'Proxima Nova';
    src: url('fonts/Proxima Nova Bold.eot');
	src: url('fonts/Proxima Nova Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Proxima Nova Bold.woff2') format('woff2'),
		url('fonts/Proxima Nova Bold.woff') format('woff'),
		url('fonts/Proxima Nova Bold.svg#Proxima Nova Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Proxima Nova Extra Bold';
    src: url('fonts/Proxima Nova Extra Bold.eot');
	src: url('fonts/Proxima Nova Extra Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Proxima Nova Extra Bold.woff2') format('woff2'),
		url('fonts/Proxima Nova Extra Bold.woff') format('woff'),
		url('fonts/Proxima Nova Extra Bold.svg#Proxima Nova Extra Bold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Proxima Nova Semibold';
    src: url('fonts/Proxima Nova Semibold.eot');
	src: url('fonts/Proxima Nova Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Proxima Nova Semibold.woff2') format('woff2'),
		url('fonts/Proxima Nova Semibold.woff') format('woff'),
		url('fonts/Proxima Nova Semibold.svg#Proxima Nova Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'a';
    src: url('fonts/Proxima Nova Regular.eot');
	src: url('fonts/Proxima Nova Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Proxima Nova Regular.woff2') format('woff2'),
		url('fonts/Proxima Nova Regular.woff') format('woff'),
		url('fonts/Proxima Nova Regular.svg#Proxima Nova Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Proxima Nova Black';
    src: url('Proxima Nova Black.eot');
	src: url('Proxima Nova Black.eot?#iefix') format('embedded-opentype'),
		url('Proxima Nova Black.woff2') format('woff2'),
		url('Proxima Nova Black.woff') format('woff'),
		url('Proxima Nova Black.svg#Proxima Nova Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
} */

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova-Regular.woff2') format('woff2'),
         url('fonts/ProximaNova-Regular.woff') format('woff'),
         url('fonts/ProximaNova-Regular.ttf')  format('truetype'),
         url('fonts/ProximaNova-Regular.svg#Proxima Nova') format('svg');
}

body, *{
    font-family: 'Proxima Nova Regular', sans-serif;
}

h1, h2{
    font-family: 'Proxima Nova Black', sans-serif;
}

h3, h4, h5, h6{
    font-family: 'Proxima Nova Bold', sans-serif;
}

.header-menu{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0 15px 0 0;
    border-radius: 5px;
    position: relative;
}

.main-menu-ex{
    position: unset !important;
}

.header-menu ul li a{
    text-transform: uppercase;
    color: #0066FF;
    font-weight: 700;
}

.header-area.header-area10.sticky{
    background-color: #0066FF;
}

.header-area.header-area10.sticky .header-menu{
    background-color: transparent !important;
}

.header-area.header-area10.sticky .header-menu ul li a{
    color: #fff !important;
}

.header-area.header-area10.sticky .header-menu .header-search a img{
    filter: brightness(0) invert(1);
}

.banner-sec{
    position: relative;
}

.banner-sec .dots-img{
    position: absolute;
    width: 250px;
    height: 250px;
    z-index: 9;
}

.banner-sec .dots-img1{
    top: 20%;
    left: 0;
}

.banner-sec .dots-img2{
    top: 15%;
    right: 20%;
}

.banner-sec .dots-img3{
    bottom: 15%;
    right: 10%;
}

.banner-sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0066FF;
    background: linear-gradient(90deg,rgba(0, 102, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
}

.banner-sec .main-heading{
    position: relative;
    z-index: 1;
}

.banner-sec .main-heading h1{
    font-size: 60px;
    line-height: 78px;
    font-weight: 900;
    text-transform: uppercase;
}

.banner-sec .main-heading p{
    font-size: 22px;
    line-height: 32px;
    max-width: 660px;
}

.generative-ai{
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.generative-ai::before{
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 250px;
    height: 250px;
    background-image: url(./images/dots.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.generative-ai::after{
    content: '';
    position: absolute;
    bottom: 20%;
    right: 0;
    width: 250px;
    height: 250px;
    background-image: url(./images/dots.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}



.custom-heading h2{
    font-size: 36px;
    color: #0066FF;
    font-weight: 800;
    text-transform: uppercase;
}

.custom-heading p{
    font-size: 22px;
    line-height: 32px;
    max-width: 500px;
    margin: auto;
}

.generative-ai .custom-heading p{
    max-width: 100%;
}

.generative-ai-box{
    border-radius: 20px;
    padding: 50px;
    position: relative;
    background-color: #F5F9FE;
    height: 100%;
}

.generative-ai-box:after{
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 20px;
    background-image: url(./images/solutionShape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.generative-ai-box h3{
    font-size: 60px;
    font-weight: 800;
    color: #0a3bd4; 
    background-image: linear-gradient(90deg, #8BDA8C, #0B6FF5 40%); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}

.generative-ai-box p{
    font-size: 18px;
}

.services-sec{
    padding: 100px 0;
    background-color: #F5F9FE;
    position: relative;
    z-index: 1;
}

.services-sec-title{
    position: absolute;
    bottom: 360px;
    right: -200px;
    width: fit-content;
    height: fit-content;
    transform: rotate(-90deg);
    font-size: 100px;
    line-height: 78px;
    color: #0066FF;
    font-weight: 900;
    text-transform: uppercase;
}

.services-sec::before{
    content: '';
    position: absolute;
    top: -3%;
    left: 45%;
    width: 170px;
    height: 275px;
    background-image: url(./images/servicesShape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.services-sec::after{
    content: '';
    position: absolute;
    bottom: -2%;
    left: 55%;
    width: 100px;
    height: 155px;
    background-image: url(./images/servicesShape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.services-sec .custom-heading{
    
}

.services-sec .custom-heading p{

}

.services-sec .services-box{
    margin-right: 100px;
    margin-bottom: 65px;
}

.services-sec .serv-count{
    font-size: 24px;
    font-weight: 600;
    color: #0066FF;
    padding-left: 60px;
    margin-bottom: 25px;
    position: relative;
}

.services-sec .serv-count {
    color: white;
    text-shadow:
	   -1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		 1px 1px 0 #000
}

/* Real outline for modern browsers */
@supports((text-stroke: 1px #0066FF) or (-webkit-text-stroke: 1px #0066FF)) {
    .services-sec .serv-count {
        color: transparent;
        -webkit-text-stroke: 1px #0066FF;
		text-stroke: 1px #0066FF;
        text-shadow: none;
    }
}

.services-sec .serv-count::before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #0066FF;
    border-radius: 5px;
}

.services-sec .serv-content{
    margin-bottom: 25px;
}

.services-sec .serv-content h3{
    margin-bottom: 15px;
    font-weight: 700;
}

.services-sec .serv-content p{
    margin-bottom: 15px;
}

.usecase-sec{
    padding: 100px 0;
    background-image: url(./images/usecaseBg.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.usecase-sec .shape1{
    content: '';
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 250px;
    height: 250px;
    z-index: -1;
}

.usecase-sec .shape2{
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    width: 250px;
    height: 250px;
    z-index: -1;
}

.usecase-sec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #444444;
    opacity: 0.7;
    z-index: -1;
}

.usecase-sec .custom-heading p{
    color: #fff;
    margin-bottom: 20px;
}

.usecase-sec .usecase-box{
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    height: 100%;
}

.usecase-sec .usecase-box-img{
    margin-bottom: 30px;
}   

.usecase-sec .usecase-box h3{
    margin-bottom: 20px;
}

.usecase-sec .usecase-box p:last-child{
    margin-top: 15px;
}

.process-sec{
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

.process-sec::before{
    content: 'A';
    position: absolute;
    top: 0;
    left: -20px;
    width: fit-content;
    height: fit-content;
    color: #0066FF;
    font-size: 400px;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
}
.process-sec .custom-heading{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.process-sec .custom-heading h2{
    position: relative;
    z-index: 1;
}

.process-sec .custom-heading h2::before{
    content: 'Approach';
    position: absolute;
    bottom: 10px;
    left: -10px;
    width: 100%;
    font-size: 100px;
    line-height: 78px;
    color: #0066FF;
    font-weight: 900;
    opacity: 0.1;
    text-transform: uppercase;
    z-index: -1;
}

.process-sec .custom-heading p{
    text-align: left !important;
    margin-left: 0 !important;
}

.process-sec .process-box{
    padding: 20px;
}

.process-sec .process-box-img{
    margin-bottom: 45px;
    width: 80px;
    height: 80px;
}

.process-sec .process-box-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.process-sec .process-box h3{
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
}

.process-sec .process-box p{
    
}

.impact-sec{
    padding: 100px 0;
}

.impact-sec .custom-heading{
    
}
.impact-sec .single-slider{
    padding: 80px 50px 50px;
    background-color: #C5D8F5;
    margin-right: 30px;
    border-radius: 20px;
    position: relative;
}

.impact-sec .single-slider a{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #0066ff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.impact-sec .slick-track {
    display: flex !important;
    /* flex-direction: column !important; */
  }
  
  .impact-sec .slick-slide {
    height: auto !important;
    display: flex !important;
    /* flex: 1 0 auto; */
    flex-direction: column;
  }

.impact-sec .single-slider a span{
    transform: rotate(-40deg)
}

.impact-sec .single-slider:hover{
    background-color: #0066FF;
    cursor: pointer;
}

.impact-sec .single-slider .hover-icon{
    display: none;
}

.impact-sec .single-slider:hover .default-icon{
    display: none;
}

.impact-sec .single-slider:hover .hover-icon{
    display: block;
}

.impact-sec .single-slider:hover h4, .impact-sec .single-slider:hover p{
    color: #fff;
}

.impact-sec .single-slider:hover a{
    color: #0066ff !important;
}

.impact-sec .single-slider .icon{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.impact-sec .single-slider h4{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.impact-sec .single-slider p{
    font-family: 'Proxima Nova Regular', sans-serif;
    font-size: 18px;
    color: #000;
    opacity: 0.8;
}

.arrows-button button{
    display: inline;
    border: 1px solid #1111111F;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 8px;
    background-color: transparent;
}

.arrows-button button:hover{
    background-color: #0066FF;
    color: #fff;
}

.whyChoose-sec{
    padding: 100px 0;
    background-color: #F5F9FE;
    position: relative;
}

.whyChoose-sec::before{
    content: '';
    position: absolute;
    top: -3%;
    left: 45%;
    width: 170px;
    height: 275px;
    background-image: url(./images/servicesShape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.whyChoose-sec .single-slider{
    height: 100%;
    background-color: #fff;
    margin: 0 15px;
    border-radius: 20px;
    overflow: hidden;
}

.whyChoose-sec .single-slider img{
    width: 100%;
}

.impact-sec .slick-slide {
    height: auto !important;
    display: flex !important;
    /* flex: 1 0 auto; */
    flex-direction: column;
  }

  .impact-sec .slick-slide img{
    width: 100%;
  }

.whyChoose-sec .slick-list{
    margin: 0 -15px;
}

.whyChoose-cnt{
    padding: 40px;
}

.whyChoose-cnt h4{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.whyChoose-cnt p{
    font-size: 18px;
    color: #444;
}

.whyChoose-sec .whyChoose-slider .single-slider{
    margin-bottom: 20px;
}

.testimonial-sec{
    padding: 100px 0;
    position: relative;
}

.testimonial-sec::before{
    content: '';
    position: absolute;
    bottom: 70px;
    left: 40px;
    width: 250px;
    height: 250px;
    background-image: url(./images/dots.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-sec .testimonial-cnt{
    
}

.testimonial-sec .single-slider{
    height: 100%;
    background-color: #F5F9FE;
    margin: 0 15px;
    padding: 40px;
    border-radius: 20px;
    position: relative;
}

.testimonial-sec .single-slider::before{
    content: '';
    position: absolute;
    top: 32px;
    right: 40px;
    width: 80px;
    height: 80px;
    background-image: url(./images/quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-sec .slick-list{
    margin: 0 -15px;
}

.testimonial-sec .testimonial-cnt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 35px;
}

.testimonial-sec .rating-cnt{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* .testimonial-sec .rating-cnt img{
    width: 20px;
} */

.testimonial-sec .rating-cnt span{
    font-size: 20px;
    font-weight: 600;
    color: #959595;
}

.testimonial-sec .testimonial-cnt-text h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial-sec .testimonial-cnt-text p{
    font-size: 14px;
    color: #444;
}

.testimonial-sec .testimonial-cnt-reviewer{
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-sec .testimonial-cnt-reviewer img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.testimonial-sec .testimonial-cnt-reviewer h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-sec .testimonial-cnt-reviewer p{
    font-size: 16px;
    color: #959595;
}

.footer-sec{
    padding: 80px 0 60px;
    border-top: 1px solid #53C755;
    border-bottom: 1px solid #53C755;
}

.footer-sec .footer-menu h3{
    font-size: 22px;
    font-weight: 900;
    color: #0066FF;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer-sec .footer-menu ul li{
    list-style: none;
    margin-bottom: 15px;
}

.footer-sec .footer-menu ul li a{
    font-size: 14px;
    font-weight: 400;
    color: #444;
    text-transform: uppercase;
}

.footer-bottom{
    padding: 30px 0;
}

.footer-bottom .footer-bottom-social{
    margin-bottom: 35px;
}

.footer-bottom .footer-bottom-social ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer-bottom .footer-bottom-social ul li{
    list-style: none;
}

.footer-bottom .footer-bottom-social ul li a{
    font-size: 20px;
    color: #fff;
    padding: 8px 10px;
    background-color: #0066FF;
    border-radius: 6px;
}

.footer-bottom .footer-bottom-clients{
    margin-bottom: 35px;
}

.footer-bottom .footer-bottom-clients img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 15px;
}

.footer-bottom .footer-bottom-text{
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
}

.footer-bottom .footer-bottom-text a{
    color: #0066FF;
    text-decoration: none;
}

.main-menu-ex{
    position: relative;
}

.mega-menu .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  }
  .mega-menu:hover .dropdown-content {
    display: block;
  }

  .mega-menu-content{
    display: flex;
    justify-content: space-between;
    }


.mega-menu-content ul{
    position: relative !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu{
    position: unset !important;
}


.mega-menu  .tab-buttons {
    display: flex;
    flex-direction: column;
    margin: 0px;
    width: 38%;
    text-align: left;
  }  
  
  .mega-menu  .tab-buttons button {
    background-color: #dfdfdf;
    border: none;
    padding: 8px 15px;
    margin-right: 5px;
    cursor: pointer;
    text-align: left;
    padding: 30px 60px 30px 30px;
    transition: 0.2s;
    -webkit-box-shadow: inset -5px 5px 10px -5px rgba(0,0,0,.5);
    box-shadow: inset -5px 5px 10px -5px rgba(0,0,0,.5);
  }

  .mega-menu  .tab-buttons button:hover{
    background-color: #f1f1f1;
  }

  .mega-menu  .tab-buttons button.active {
    background: #fff;
    box-shadow: none;
  }

  .mega-menu  .tab-buttons button h5{
    font-size: 18px;
    color: #0066FF;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #53c755;
  }

  .mega-menu  .tab-buttons button p{
    display: none;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
  }  

  .mega-menu  .tab-buttons button.active p{
    display: block;
  }
  
  /* Hide all tab contents by default */
  .mega-menu  .tab-content {
    display: none;
  }
  .mega-menu  .tab-content.active {
    display: block;
  }

  .mega-menu  .tab-content-main{
    width: 62%;
  }

  .mega-menu  .tab-content-main ul{
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #fff;
    position: relative !important;
    padding: 20px !important;
    margin: 0 !important;
    list-style: none !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px !important;
    box-shadow: none !important;    
    border: none !important;
  }

  .mega-menu  .tab-content-main ul li{
    z-index: 1 !important;
  }

  .mega-menu  .tab-content-main ul li a{
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-transform: uppercase !important;
    padding: 0px !important;
    border-radius: 5px !important;
  }

  .mega-menu  .tab-content-main ul li a:hover{
    color: #53C755 !important;
  }

  .mega-menu  .tab-content-main ul li a::after{
    content: none !important;
  }

  .mega-menu  .tab-content-main ul li ul{
    position: absolute !important;
    display: block !important;
    background-color: #0066ff !important;
    color: #fff !important;
    top: 30px !important;
    height: max-content !important;
    z-index: 9999 !important;
  }

  .mega-menu  .tab-content-main ul li ul li a{
    color: #fff !important;
  }

  .mega-menu  .tab-content-main ul li ul li a:hover{
    color: #53C755 !important;
  }

  .header-area.header-area10.sticky .header-menu ul li ul li a{
    color: #000 !important;
  }

  .header-area.header-area10.sticky .header-menu ul li ul li ul li a{
    color: #fff !important;
  }

  .header-area.header-area10.sticky .header-menu ul li ul li a:hover{
    color: #53C755 !important;
  }

  .header-menu ul li a:after{
    content: none !important;
  }

  .header-menu ul li a:hover{
    color: #53C755 !important;
  }

  .header-menu ul li a{
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
  }

  .partner-sec{
    padding: 100px 0;
  }

  .partner-sec .custom-heading{
    margin-bottom: 40px;
  }

  .partner-sec .partner-logos{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .partner-sec .partner-logos .partner-logo{
    width: 100%;
    border-radius: 23px;
    overflow: hidden;
  }

  .partner-sec .partner-logos .partner-logo:hover{
    border: 1px solid #0066FF;
  }
  


/* Responsive */

@media only screen and (max-width: 768px) {
    .process-sec::before{
        content: none !important;
        z-index: 0;
    }
    .partner-sec .partner-logo{
        border-radius: 13px;
    }
    .partner-sec .partner-logos{
        grid-template-columns: repeat(2, 1fr);
    }
 }
 

@media only screen and (min-width: 768px) and (max-width: 991px){
    .banner-sec .main-heading h1{
        font-size: 46px;
        line-height: 58px;
    }

    .custom-heading h2{
        font-size: 28px;
    }

    .partner-sec .partner-logos{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
    .header-menu{
        padding-right: 5px;
    }
    .header-area.header-area10 .header-elements .main-menu-ex ul li a{
        font-size: 12px;
        font-weight: 600;
        padding: 10px 10px;
    }
}


.whyChoose-palantir{
    padding: 100px 0;
    background-color: #F5F9FE;
    position: relative;
}

.whyChoose-palantir::before{
    content: '';
    position: absolute;
    top: -3%;
    left: 45%;
    width: 170px;
    height: 275px;
    background-image: url(./images/servicesShape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.whyChoose-palantir .single-slider{
    height: 100%;
    background-color: #fff;
    margin: 0 15px;
    border-radius: 20px;
}

.whyChoose-palantir .slick-list{
    margin: 0 -15px;
}

.whyChoose-palantir .single-slider a{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #0066ff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whyChoose-palantir .slick-track {
    display: flex !important;
  }
  
  .whyChoose-palantir .slick-slide {
    height: auto !important;
    display: flex !important;
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

.whyChoose-palantir .single-slider a span{
    transform: rotate(-40deg)
}

.whyChoose-palantir .single-slider:hover{
    background-color: #0066FF;
    cursor: pointer;
}

.whyChoose-palantir .single-slider:hover h4, .whyChoose-palantir .single-slider:hover p{
    color: #fff;
}

.whyChoose-palantir .single-slider:hover a{
    color: #0066ff !important;
}

.whyChoose-palantir .single-slider .icon{
    width: 60px;
    height: 60px;
    background-color: #f5f9fe;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.whyChoose-palantir .single-slider h4{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.whyChoose-palantir .single-slider p{
    font-family: 'Proxima Nova Regular', sans-serif;
    font-size: 18px;
    color: #000;
    opacity: 0.8;
}

.footer-bottom .footer-bottom-social ul li a img {
    display: inline-block;
    width: 100%;
    max-width: 19px;
    height: auto;
    margin: -5px 0 0 !important;
}