/**
Theme Name: Rankon Technologies
Author: Rankon Technologies Pvt. Ltd.
Author URI: https://www.rankontechnologies.com/
Description: We are one of the finest Web Development and Digital Marketing Company In India renowned for using the latest online marketing techniques and the most sophisticated tools that help your business get a digital edge. Beat your competitors and outshine the crowd with ‘RankOn Technologies’ by your side for all your Digital Marketing needs.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rankon-technologies
Template: astra
*/

/* heading */
.elementor-heading-title span{
	color: #FFB403 !important;
  font-weight: 600 !important;
}




/*sticky header*/

/* Initial state of the header (visible) */
#site-header {
  position: fixed;
	width:100%;
  top:0;
  z-index: 5;
  transition: transform 0.3s ease-in-out;
	transform: translateY(-100%);
	
}

/* State when scrolling down (hidden) */
#site-header.hidden {
	top: 0px;
  transform: translateY(0%);
}


/*list style*/
.elementor-widget-text-editor ul {
    list-style-image: url('https://www.rankontechnologies.com/wp-content/uploads/2024/08/right-chevron3.png');
	margin: 0 0 1em 1em !important;
}
.elementor-widget-text-editor ul li{
	padding-bottom:10px;
}

.elementor-image-box-content ul {
    list-style-image: url('https://www.rankontechnologies.com/wp-content/uploads/2024/08/right-chevron3.png');
	margin: 0 0 1em 2em !important;
}

.elementor-widget-theme-post-content ul {
    list-style-image: url('https://www.rankontechnologies.com/wp-content/uploads/2024/08/right-chevron3.png');
	margin: 0 0 1em 1em !important;
}

.elementor-widget-theme-post-content ul li{
	padding-bottom:10px;
}

/* post heading spacing */
.elementor-widget-theme-post-content h2,h3,h4{
	padding:15px 0;
}

/* table of content */
.elementor-toc__list-wrapper{
	margin: 0 0 1.5em 0em !important;
}

/* icon rotation on hover */
.ak-rotation .elementor-icon i:hover{
	transform: rotate(45deg);

}
.ak-rotation .elementor-icon i{
	transition: transform 0.3s 
ease;
}

/*table responsive*/
.table-wrapper {
    width: 100%;
    overflow-x: auto;
  }


@media only screen and (min-width: 999px){
	.blog-box-cont-set{
	height:100%;
}
	.ask-banner-logos{
		display:none;
	}
}

@media only screen and (max-width: 700px){
	.elementor-element.elementor-arrows-position-outside .swiper{
		width: calc(100% - 0px) !important;
	
	}
	.ask-banner-logos{
		display:block;
	}
}









