/*!
Theme Name: ai-signals
Theme URI: http://underscores.me/
Author: Mosharaf Hossain
Author URI: https://mosharafmanu.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ai-signals
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/*
============================================================
Global Style Start
============================================================
*/
:root{
	--theme-color:#1A6DF5;
	--default-color:#DEEBFF;
	--default-color2:#94A8C3;
	--fontinter:"Inter", sans-serif;
	--fontsaansTrial:"SaansTRIAL";
}
html {
	height: 100%;
}
body{
	color:var(--default-color);
	font-size:18px; 
	font-weight:400;
	line-height:28.8px;
	font-family:var(--fontinter);
	height: 100%;	
	margin:0;
	background:#010515;
	overflow-x: hidden;
}
img,svg{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width:100%;
}
p:last-of-type {
	margin: 0;
}
.display-table{
	display: table;
	width:100%;
	height: 100%;
}
.display-table-cell{
	display: table-cell;
	vertical-align:middle;
}
.display-table-bottom{
	display: table-cell;
	vertical-align: bottom;
}
.admin-bar .site-header{
	top:32px;
}
@media only screen and (max-width:991px) {

	.admin-bar .site-header{
		top:46px;
	}
	#wpadminbar{
		position: fixed;
		top:0;
	}
}
.alignright { 
	float: right; 
	margin-left:15px;
}
.alignleft { 
	float: left; 
	margin-right:15px !important; 
}
.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px; 
}
.py-7{
	padding-top:70px;
	padding-bottom:70px;
}
.pt-7{
	padding-top:70px;
}
.pb-7{
	padding-bottom:70px;
}
@media only screen and (max-width:767px) {

	.py-7{
		padding-top:40px;
		padding-bottom:40px;
	}
	.pt-7{
		padding-top:40px;
	}
	.pb-7{
		padding-bottom:40px;
	}
}
#page{
	overflow: hidden;
}
.box-shadow{
	box-shadow: rgba(51, 51, 51, 0.18) 0px 0px 3px 0px;
	padding:15px;
}
a,button,input,textarea,select{
	outline:none !important;
	text-decoration:none !important;
	box-shadow:none !important;
}
a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
}
.slick-slider {
	overflow: hidden;
}
.slick-list {
	margin: 0 -10px;
}
.slick-slide {
	margin: 0 10px;
}
/* Slick Slider */

.itemMargin .slick-slide {
	margin-right:10px;
	margin-left:10px;
}
.itemMargin .slick-list {
	margin: 0 -10px;
}
.stagePaddingRight .slick-slide{
	margin-left:20px;
}
.stagePaddingRight .slick-list{
	margin:0;
	padding:0 20% 0 0 !important;
}

/* Slick Slider */

input::-webkit-input-placeholder ,
textarea::-webkit-input-placeholder {
	opacity:1;
	color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { 
	opacity:1;
	color: #999999;
}
input::placeholder,  
textarea::placeholder {
	opacity:1;
	color: #999999;                  
}
input,
textarea{
	color:var(--theme-color5)
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}
input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	margin: 0;
	font: inherit;
	color: #fff;
	width: 28px;
	height:28px;
	border: 0.15em solid #ffffff;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}
input[type="radio"]::before {
	content: "";
	width:12px;
	height:12px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #ffffff;
}
input[type="radio"]:checked::before {
	transform: scale(1);
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 20px;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	border-radius: 10px;
	padding: 20px;
	padding-left: 66px;
	box-shadow: 0px 5px 12px rgba(0,0,0,0.04), 0px 12px 25px rgba(0,0,0,0.07) !important;
	background: #000;
	position: relative;
	top: 0;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
}
.wpcf7 form .wpcf7-response-output::before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 36px;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	font-size: 36px;
}
.wpcf7 form.init .wpcf7-response-output {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}
.wpcf7 form.sent .wpcf7-response-output::before{
	content: "\f058";
	color:#46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}
.wpcf7 form.failed .wpcf7-response-output::before,
.wpcf7 form.aborted .wpcf7-response-output::before,
.wpcf7 form.spam .wpcf7-response-output::before{
	content: "\f057";
	color:#46b450;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}
.wpcf7 form.invalid .wpcf7-response-output::before, 
.wpcf7 form.unaccepted .wpcf7-response-output::before {
	content: "\f12a";
	color: #ffb900;
	border: 1px solid #ffb900;
	width: 36px;
	height: 36px;
	font-size: 18px;
}
@media only screen and (max-width:991px) {

	.wpcf7 form .wpcf7-response-output {
		width: 100%;
	}

}

@media only screen and (min-width:1400px) {

	.container {
		max-width: 1344px;
	}
}
@media only screen and (max-width:1399px) {

	.container {
		max-width:1140px;
	}

}	
@media only screen and (max-width:1199px) {

	.container {
		max-width:960px;
	}

} 
@media only screen and (max-width:991px) {

	.container {
		max-width:720px;
	}

}
@media only screen and (max-width:767px) {

	.container {
		max-width:767px;
	}
	header.site-header{
		overflow-x: hidden;
	}

}
@media(max-width: 575px){
	header.site-header {
		padding: 20px 0;
	}
}
h1{
	font-family:var(--fontsaansTrial);
	font-size: 72px;
	font-weight: 600;
	line-height:79.2px;
}
h2{
	font-family:var(--fontsaansTrial);
	font-size: 56px;
	font-weight: 600;
	line-height:67.2px;
}
.site-btn{
	display:block;
	font-size: 16px;
	font-weight:500;
	line-height:19.2px;
	color:#ffffff;
	text-align: center;
	font-family:var(--fontsaansTrial);
	padding:6px;
	border-radius: 14px;
	border: 1px solid #0F3060;
	width:max-content;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.site-btn span{
	display:block;
	padding:12px 24px;
	border-radius: 8px;
	background: #1A6DF5;
	box-shadow: 0px 5px 8px 4px rgba(26, 109, 245, 0.12) !important;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.site-btn:hover span{
	background: #0F3061;
}

/*
============================================================
Global Style End
============================================================
*/


/*
============================================================
Header Style Start
============================================================
*/
.header-shades {
	opacity: 0.6;
	background: #4C65F1;
	filter: blur(350px);
	width: 605.283px;
	height: 605.283px;
	position: absolute;
	top: -590px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.site-header{
	padding:40px 0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:999;
	background:transparent;
}
.headerAdjust{
	padding-top:136.8px;
}
.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #010515;
    padding: 20px 0;
	box-shadow: rgba(51, 111, 191, 0.1) 0px 4px 6px -1px, rgba(51, 111, 191, 0.06) 0px 2px 4px -1px;
}
.site-btn.secondary-btn{
	border: 1px solid #1C2232;
	font-size:14px;
	line-height:16.8px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.site-btn.secondary-btn span{
	border: 1px solid #424959;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 62%);
	box-shadow: 0px 5px 8px 4px rgba(26, 109, 245, 0.12);
	transition: 0.3s ese-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.site-btn.secondary-btn:hover span{
	background: #1A6DF5;
	border-color: #1A6DF5;
}
.header-btn{
	margin-left:auto;
}
.main-menu ul {
	margin: 0;
	padding:10px 20px;
	list-style: none;
	text-align: center;
	border-radius: 99px;
	border: 1px solid #0F2140;
	background: #071632;
	width:max-content;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 4px 40px 0px #22293C inset;
}
.main-menu li {
	display: inline-block;
	position: relative;
}
.main-menu li a {
	display: block;
	font-size: 16px;
	line-height:25.6px;
	font-weight:400;
	color: #ffffff;
	padding-right:20px;
	padding-left:20px;
	transition:0.3s all ease;
	position:relative;
}
.main-menu li a::after{
	position:absolute;
	content:"";
	width:2px;
	height:2px;
	background:#D9D9D9;
	border-radius:50%;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.main-menu li:first-child a{
	padding-left:0;
}
.main-menu li:last-child a {
	padding-right: 0;
}
.main-menu li:last-child a::after {
	display:none;
}
.main-menu li:hover > a,
.main-menu li.current-menu-item > a,
.main-menu li.current-menu-ancestor > a{
	color:var(--theme-color);
}
@media only screen and (max-width:991px) {

	.menu-trigger {
		width:40px;
		padding: 5px;
		cursor: pointer;
		margin-left:auto;
	}
	.menu-trigger span {
		height: 4px;
		background: var(--default-color);
		display: block;
		width: 100%;
		margin: 5px 0;
		border-radius:4px;
	}
	.menu-close {
		width: 40px;
		padding: 10px;
		cursor: pointer;
		margin-left: auto;
		margin-bottom: 20px;
		font-size:30px;
		color: var(--default-color);
	}
	.hamburger-wrapper{
		position:fixed;
		width:100%;
		height:100%;
		left:0;
		top:0;
		background:rgba(255,255,255,0.5);
		opacity:0;
		visibility: hidden;
		z-index:-1;
		transition:0.5s all ease;
	}
	.admin-bar .hamburger-wrapper{
		top:46px;
	}
	.hamburger-wrapper.isOpen{
		opacity:1;
		visibility: visible;
		z-index:99999;
	}
	.hamburger-inner{
		background:#010515;
		width:100%;
		height:100vh;
		padding:30px 40px;
		overflow-y:scroll;
		margin-left:auto;
		right:0;
		transition:0.5s all ease;
		position:relative;
	}
	.hamburger-wrapper.isOpen .hamburger-inner{
		
	}
	.mobile-menu ul{	
		margin:0;
		padding:0;
		list-style-type: none;
	}
	.mobile-menu ul li {
		display: block;  
	}
	.mobile-menu li a {
		display:block;
		padding:10px 0;
		color:var(--default-color);	
		font-size:16px;
		line-height:25.6px;
		font-weight: 400;
		transition:0.3s all ease;
	}
	.mobile-menu li:hover > a,
	.mobile-menu li.current-menu-item > a,
	.mobile-menu li.current-menu-ancestor > a,
	.mobile-menu li.menu-active > a{
		color:var(--theme-color);
	}	

}

/*
============================================================
Footer Style End 
============================================================
*/
.ai_signals_footer{
	position: relative; 
	padding: 70px 0px;
	background: #010515;
}
.footer_copyright{
	margin-top: 92px;
}
@media(min-width: 992px){
	.ai_signals_footer .logo_col_4{
		width: 30.333333%;
	}
	.ai_signals_footer .col-lg-2 {
		width: 17.417%;
	}
}
@media(max-width: 575px){
 	.footer_copyright {
		margin-top: 32px;
	}
}

.ai_signals_footer .widget h3{
	font-size: 16px;
	line-height: 26px; 
	font-weight: 600; 
	color: var(--default-color);
	margin-bottom: 16px ; 
}
.widget .ai_signals_footer_nav {
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 12px
}
.widget .ai_signals_footer_nav li a{
	font-size: 16px; 
	line-height: 26px; 
	font-weight: 400;
	color: #94A8C3;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.widget .ai_signals_footer_nav li a:hover{
	color: var(--default-color); 
}

.ai_signals_footer ul{
	list-style:none;
	padding:0;
	margin:0;
}
.footer_social ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 56px;
    flex-wrap: wrap;
}
.footer_social ul li{
	position: relative;
}
.footer_social ul li:not(:last-child):after{
	content: "";
	position: absolute;
	top:.5px;
	right: -28px;
	width: 1px;
	height: 23px; 
	background: #121827;
}
.footer_social ul li a {
    font-size: 22px;
    color: var(--default-color);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.footer_social ul li a:hover{
	color: var(--theme-color);
}
.footer_copyright p{
	font-size: 16px;
	line-height: 26px; 
	font-weight: 400;
}


/* -- Scroll Top -- */

.scroll-top {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999992;
    border-radius: 50%;
    color: var(--theme-color);
    background: var(--default-color);
    -webkit-transition: all 350ms;
    -webkit-transition: -webkit-transform 350ms;
    transition: -webkit-transform 350ms;
    transition: transform 350ms;
	-webkit-transform: 350ms;
    display: none;
    border: 0;
    outline: 0;
    overflow: hidden;
}

.scroll-top i {
    font-size: 16px;
}

.scroll-top:hover i,
.scroll-top:hover {
    color: #1B1B1B;
}
@media(max-width: 991px){
	.footer_social ul {
		column-gap: 50px;
	}
	.footer_social ul li:not(:last-child):after{
		right: -25px;
	}
	.ai_signals_footer> .container > .row>*:nth-child(1),
	.ai_signals_footer> .container > .row>*:nth-child(2),
	.ai_signals_footer> .container > .row>*:nth-child(3){
		margin-bottom: 45px;
	}
}
@media(max-width: 767px){
	.footer_social ul {
		column-gap: 44px;
		justify-content: center;
	}
	.footer_social ul li:not(:last-child):after{
		right: -22px;
	}
	.ai_signals_footer> .container > .row>*:not(:last-child){
		margin-bottom: 45px;
	}
	.footer_copyright .row {
		flex-direction: column-reverse;
		row-gap: 30px;
	}
	.footer_copyright p{
		text-align: center;
	}
	.ai_signals_footer {
		padding: 70px 0px 40px;
	}
}




/* ======  Testimonial css  ====== */
.ai_testimonial_item {
    position: relative;
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 0px 28px 2px rgba(58, 67, 90, 0.2);
    border-radius: 20px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    cursor: pointer;
	min-height: 265px;
}

.ai_testimonial_item.slick-slide {
    margin: 0 15px;
}

.ai_testim_thumb {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 31.5px;
    left: 28px;
    border-radius: 50%;
    overflow: hidden;
}

.ai_testim_thumb img {
    max-width: 100%;
    width: 100%;
    border-radius: inherit;
    object-fit: cover;
    height: auto;
}

.ai_testim_heading {
    padding-left: 72px;
    margin-bottom: 20px;
}

.ai_testim_heading h3 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 4px;
}

.ai_testim_heading h4 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.ai_testim_content p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.8);
}

.ai_testimonial_wrapper .slick-arrow {
    width: 38px;
    height: 38px;
    border: 1px solid var(--default-color);
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    color: var(--default-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    cursor: pointer;
    z-index: 2;
}

.ai_testimonial_wrapper .slick-arrow:hover {
    border-color: var(--theme-color);
}

.ai_testimonial_wrapper .slick-arrow.ai_signls_next {
    right: 0;
    left: auto;
}

.ai_testimonial_wrapper:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.ai_testimonial_wrapper .slick-dots {
    position: absolute;
    padding: 0;
    left: 0;
    bottom: -11px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    column-gap: 10px;
}

.ai_testimonial_wrapper .slick-dots button {
    font-size: 0;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--default-color);
    background: transparent;
}

.ai_testimonial_wrapper .slick-dots li.slick-active button,
.ai_testimonial_wrapper .slick-dots li:hover button {
    background: var(--default-color);
}


/* ====== Range Slider ====== */
.ai_range_sliderSec {
    border: 1px solid #20283B;
    border-radius: 34px;
    padding: 6px;
    background: transparent;
}

.ai_range_slider_content {
    background: rgba(255, 255, 255, 0.02);
    padding: 28px 36px 28px 28px;
    border: 1px solid #20283B;
    border-radius: 28px;
}

h3.ai_range_sec_title {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: var(--default-color);
    margin-bottom: 32px;
}

h3.ai_rangte_title {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: var(--default-color);
}

.ai_range_slider_content p {
    font-family: 'Inter';
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    color: #94A8C3;
}

.ai_range_total .value {
    font-family: 'SaansTRIAL';
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 120%;
    color: var(--default-color);
}

.ai_range_total {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    column-gap: 18px;
    margin-bottom: 32px;
}

.ai_range_total h4 {
    flex: 0 100%;
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 4px;
}
.ai_rangte_slider {
    display: block;
    width: 100%;
}


  .range-input {
    -webkit-appearance: none;
    appearance: none; 
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 3px;
    background: transparent;
  }
  .range-input::-webkit-slider-runnable-track {
    height: 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(28, 36, 63, 1);
    border-radius: 100px;
  }
  
  .range-input::-moz-range-track {
    height: 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(28, 36, 63, 1);
    border-radius: 100px;
  }
  .range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none; 
    height: 15px;
    width: 15px;
    background-color: rgba(189, 216, 253, 1);
    border-radius: 50%;
    border: 2px solid rgba(66, 152, 249, 1);
    border: none;
    transition: .2s ease-in-out;
  }
  
  .range-input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: rgba(189, 216, 253, 1);
    border: 2px solid rgba(66, 152, 249, 1);
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
  }
  
  .range-input::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(23, 57, 112, 1);
  }
  .range-input:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(23, 57, 112, 1);
  }
  .range-input:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(23, 57, 112, 1);
  }
  
  .range-input::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(23, 57, 112, 1);
  }
  .range-input:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(23, 57, 112, 1);
  }
  .range-input:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(23, 57, 112, 1);
  }
  .range-slider {
    flex: 1;
    margin-bottom: 34px;
  }
  .sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    top: 3px;
    position: relative;
}
  
  .sliderticks span {
    display: flex;
    justify-content: center;
    width: 1px;
    height: 10px;
    background: #d3d3d3;
    line-height: 48px;
}
  .range {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }

/*
============================================================
Footer Style End 
============================================================
*/

