/*
Theme Name: Kiedo
Theme URI: https://themes.hibootstrap.com/kiedo
Author: HiBootstrap
Author URI: https://hibootstrap.com
Description: App Landing WordPress Theme
Version: 1.9
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kiedo
Tags: custom-menu, sticky-post, footer-widgets, featured-images, threaded-comments, translation-ready
*/

ul li, ol li{
	font-size:15px;
}
div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button
{
	background: #FDCC04 !important;
  color: #0a3466 !important;
  font-size: 16px !important;
  padding: 8px 16px !important;
  border-radius: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
	 &:hover {
    background: #0a3466 !important;
  color: #FDCC04 !important;
  }
}
.default-btn, .woocommerce ul.products li.product .add-to-cart-btn{
	background: #FDCC04 !important;
  color: #0a3466 !important;
  font-size: 16px !important;
  padding: 8px 16px !important;
  border-radius: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}
.btn_yellow{
  background: #FDCC04 !important;
  color: #0a3466 !important;
  font-size: 16px !important;
  padding: 8px 16px !important;
  border-radius: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}
.btn_yellow:hover{
  background: #0a3466 !important;
  color: #FDCC04 !important;
}

.logo-w{
  max-width: 200px;
  padding: 10px 0px;
}
.gap{
  height: 50px;;
}

.partner-item img {
  filter: grayscale(100%) opacity(0.6);
}

.partner-item:hover img {
  filter: grayscale(0%);
}
.navbar-expand-lg .navbar-collapse{
  display: block !important;
}
.frame-title{
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #fdcc04 !important;
}
.mx-700{
  margin: 0 auto;
  max-width: 800px;
}

.mb-25{
  margin-bottom: 25px;
}

.head-p, p{
  font-size: 17px !important;
	line-height:1.5 !important;
}
.frame-card{
  border-radius: 20px;
  border: none;
  overflow: hidden;
}
.single-feedback-box{
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  min-height: 300px;
}
.single-feedback-box .client-info img{
  width: 100% !important;
  max-width: 80px !important;
  height: auto !important;
}
.single-feedback-box .client-info img{
  border-radius: 0px;
}

.span_yellow{
  /* color: #FDCC04; */
	color: #FFB147;
}
.span_blue{
  color: #000064;
}
.place_heading{
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}

.btn-xsm{
  font-size: 10px !important;
  padding: 3px 2px;
}
.yellow_bg{
  background: #fdcc04;
  color: #000064;
}
.yellow_bg:hover{
  background: #000064;
  color: #fdcc04;
}

.pb-10{
  padding-bottom: 10px;
}
.brd{
  border: 2px solid #0a3466;;
  padding: 10px;
  border-radius: 20px;
  min-height: 470px;
}
.brd:hover{
 border: 4px solid #FDCC04;
  
}

.applestore-btn, .playstore-btn{
  background: #FDCC04 !important;
  color: #0a3466 !important;
  font-size: 16px !important;
  padding: 8px 16px !important;
  border-radius: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
	

}
.applestore-btn:hover, .playstore-btn:hover{
  background: #0a3466 !important;
  color: #FDCC04 !important;
}
h2{
  color: #0a3466 !important;
  font-size: 40px;
}

h3{
  font-size: 30px;
}
h4{
  font-size: 20px;
}
.gap2{
  height: 20px;
  clear: both;
}

.bannerList li{
	font-size:18px;
}
.list.frameList li h3:hover {
  color: #FDCC04 !important /* Adjust to your desired hover color */
}

.list.frameList li:hover .icon.bg-3 img {
  animation: bounce 0.5s ease-in-out;
}
.list.frameList li h4{
	font-size:17px;
}
.list.frameList li h4:hover {
  color: #FDCC04 !important /* Adjust to your desired hover color */
}


@keyframes bounce {
  0% { transform: translateY(0); }
  25% { transform: translateY(-10px); }
  50% { transform: translateY(0); }
  75% { transform:   
 translateY(-5px); }
  100% { transform: translateY(0);   
 }
}
.gradient-funfacts-area .container .row .col:hover img {
   animation: zoom 0.5s ease-out;
  transform: scale(1);
}


@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}	


.ico_yellow{
	margin-top:-15px;
	width:30px !important;
}
.single-blog-wrap-post{
	min-height:450px;
}
/* custom feedback class by Jignesh Parmar */
.custom-card {
            border: 2px solid #e8e7e7 !important; /* Custom border color */
	padding:5px;
	border-radius:15px;
	margin-bottom:20px;
        }

        .card-header {
            display: flex !important;
            align-items: center !!important;
			background:#FFF !important;
        }

        .card-header img {
            width: 50px !important; /* Adjust as needed */
            margin-right: 10px !important; /* Space between image and title */
        }

        .card-header .card-title {
            font-weight: bold;
            margin: 0;
			font-size:15px;
        }
.custom-card .card-text{
	font-size:15px !important;
	
}
.custom-card:hover{
	border:2px solid #FDCC04 !important;
}

@media only screen and (max-device-width: 768px) {
	/*hide mobile menu for timebeing */
	.navbar-area.navbar-style-two .kiedo-responsive-nav .mean-container a.meanmenu-reveal span{
		//display:none !important;
		margin-top:8px;
	}
	    .navbar-area.navbar-style-two .kiedo-responsive-nav .mean-container a.meanmenu-reveal span {
			background:#fdcc04 !important;
	}
  .logo-w {
    max-width: 130px;
    padding: 0px;
  }
	.single-blog-wrap-post{
		min-height:200px;
	}
	.new-app-main-banner-wrap-area{
		padding-bottom:0px !important;
	}
	.kiedo-responsive-nav .others-option{
		top:5px !important;
	}

  .btn_yellow{
    font-size: 14px;
  }
  h2{
    font-size: 25px !important;
  }
  h3{
    font-size: 18px;
  }
  h4{
    font-size: 16px;
  }

  p{
    font-size: 15px !important;
  }
.frame-card {
flex-direction: column; /* Stacks image above content */
align-items: center; /* Centers the items */
text-align: center; /* Center-align the text */
}

.frame-card img {
max-width: 100%; /* Makes the image full width on mobile */
 height: auto; /* Maintains aspect ratio */
 margin-bottom: 15px; /* Adds some space between the image and content */
 }

	.kiedo-responsive-nav .logo{
		width:100px !important;
	}
	.default-btn, .woocommerce ul.products li.product .add-to-cart-btn{
	
  font-size: 15px !important;
 
}
.btn_yellow{

  font-size: 15px !important;
 
}
  
}

.elementor-widget-container{
	background-position:center center;
	background-repeat:no-repeat;
}
.new-app-main-banner-wrap-area{
	background-color:transparent !important;
}
.new-app-main-banner-wrap-content, .new-app-main-banner-wrap-content h1{
	color:#FFF !important;
}
.gradient-funfacts-area {
    background: linear-gradient(88.83deg, #000064 0%, #00dfc1 100%) !important;
}

.single-feedback-item .rating{
	display:none !important;
}

.contactFrm{
	width:100%;
	max-width:750px !important;
	margin:0 auto;
	margin-top:-50px;
}
.single-funfacts-card .icon{
	width:100px !important; 
	height:100px !important;
	line-height:100px;
	padding:15px;
}
.elementor-element-9bc544d{
	display: none !important;
}
.pb-100{
	padding-bottom:40px !important;
}
.pt-100{
	padding-top:40px !important;
}
.ptb-100 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.single-funfacts-card:hover .icon
{
	background:#FDCC04 !important;
	color:#FDCC04 !important;
	cursor:pointer;
}
.single-funfacts-card:hover p,
.single-funfacts-card:hover h3 {
	color:#FDCC04 !important;
	cursor:pointer;
}
.single-funfacts-card:hover .icon img {
  animation: my-animation 0.5s ease-in-out;
}

@keyframes my-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}	

.section-title{
	margin-bottom:30px !important;
	
}
.card{
	border-radius:1.3rem !important;
}
.elementor-1843 .elementor-element.elementor-element-6285909{
	background:#F6F9FB !important;
}


/*
div.wpforms-container-full input[type=submit],
div.wpforms-container-full button[type=submit],
div.wpforms-container-full .wpforms-page-button,   
.wp-core-ui div.wpforms-container-full input[type=submit],
.wp-core-ui div.wpforms-container-full button[type=submit],
.wp-core-ui div.wpforms-container-full .wpforms-page-button {
  background-color: #FDCC04;
  color: #0a3466;
  font-size: 18px !important;
  padding: 10px 20px !important;
  border-radius: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;

  &:hover {
        background: #0a3466 !important;
    color: #FDCC04 !important;
  }
}

*/
.partner-item {
    width: 120px;
    height: 100px;
    object-fit: contain;
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.frameBBlogArea .single-feedback-box{
	padding:0px;
	border-radius:30px;
	overflow:hidden;
}
.frameBBlogArea .single-feedback-box .content{
	padding:10px 20px;
}
.highlight{
	color:#FDCC04 !important;
}
.single-blog-wrap-post .single-feedback-box .image img {
  height: 200px !important;
  object-fit: cover !important;
	overflow:hidden;
}
h2 { text-transform: capitalize; }
.tag{
	display:none !important;
}
/*
.kiedo-nav .navbar .navbar-nav{
	visibility:hidden;
}
*/
.new-app-main-banner-wrap-content .user-info li img{
	border-radius:0px !important;
	max-width:150px !important;
	margin-left:20px;
}
.go-top{
	background: #0a3466 !important;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span, .feedback-slides.owl-theme .owl-dots .owl-dot span::after{
	background: #0a3466 !important;
}
.elementor-1843 .elementor-element.elementor-element-1ce66fa:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1843 .elementor-element.elementor-element-1ce66fa > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	border-radius:25px !important;
}

.FrameFooter{
	color:#FFF;
	text-align:center;
}
.FrameFooter p{
	color:#FFF;
}
.FrameFooter a{
	color:#FFF; text-decoration:none;
}
.FrameFooter a:hover{
	color:#FFF; text-decoration:underline;
}
.FrameFooter a img{
	padding:3px;
}
div.wpforms-container-full:not(:empty){
	margin:0px auto !important;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{
	margin:10px !important;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure img {
  width: 300px;
  height: 200px;
  object-fit: cover;
	border-radius:15px;
}

#case_study .owl-carousel .owl-stage-outer{
	padding-top:30px;
	min-height:200px;
}
#case_study .owl-carousel .owl-stage-outer img{
	filter:grayscale(0%) opacity(1)
}
.footer-area.footer-style-two{
	background-color:#0a3466 !important;
	color:#FFF !important;
}
.footer-area.footer-style-two h3, .footer-area.footer-style-two a,.footer-area .single-footer-widget p{
	color:#FFF !important;
}
.fonts15 ul li{ 
	font-size:15px !important;
}
.frame_heading{
	font-size:25px !important;
	font-weight:600 !important;
}

.white_color{
	color:#FFF !important;
}
.section-title{
	max-width:930px !important;
}
.single-funfacts-card .icon{
	background-color:#FFF !important;
}
.elementor-flip-box__layer__overlay{
	color:#000 !important;
	font-weight:600 !important;
	font-size:16px !important;
}

.pb-50{
	padding-bottom:50px;
}
.pt-50{
	padding-top:50px;
}

.faq-accordion .accordion-item .accordion-body {
	font-size:16px;
}
.elementor-widget-tabs .elementor-tab-desktop-title{
	font-size:18px;
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{
	background: #FDCC04 !important;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.elementor-flip-box__layer__description{
	font-size:16px !important;
}
.elementor-flip-box__layer__title{
	line-height:29px !important;
}
.elementor-flip-box__front{
	border-radius:20px;
	background-image:linear-gradient(180deg, #e9f4fb 0%, #e9f4fb 100%) !important;
}
.elementor-flip-box__back{
	border-radius:20px;
}








.navbar-area.hide-adminbar.navbar-style-two.is-sticky .kiedo-nav .navbar .navbar-nav .nav-item a{
  color: black !important; /* Sticky state color */
}

.navbar-area.is-sticky .navbar-light .navbar-nav .nav-link {
	color: black !important; /* Sticky state color */
}
.jsp img{
	max-width:150px !important;
}
.navbar-area .option-item {
	padding-top:15px;
	}
.kiedo-nav .navbar .navbar-nav .nav-item .dropdown-menu{
	border-radius:10px !important;
}
.elementor-element .swiper-container .elementor-swiper-button, .elementor-element .swiper-container~.elementor-swiper-button, .elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper~.elementor-swiper-button, .elementor-lightbox .swiper-container .elementor-swiper-button, .elementor-lightbox .swiper-container~.elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper~.elementor-swiper-button{
	color:hsl(244.25deg 68.48% 18.79% / 90%) !important;
}

@media only screen and (max-width: 600px) {
.partner-item img{
	width:100px !important;
}
}

.page-title-content h2{
	max-width:870px; margin: 0 auto !important; word-break: normal !important;
}
.jigneshdisplay{
	border:1px solid #e5e5e5;
	border-radius:20px;
	height:480px !important;
	background:#FFF;
}
.postImg a.img{
	max-height:200px !important;
  height: 200px !important; /* set the desired uniform height */
  width: 100% !important;   /* image width adjusts automatically */
  object-fit: cover !important; /* crop if necessary to fill the height */
  display: block !important;
	overflow:hidden !important;
}

.blogTitle, .elementor-heading-title{
    line-height: 1.7 !important;
    margin-bottom: 0 !important;
    font-size: 22px !important;
}

