/*
Theme Name: leadxon
*/
/* The bootstrap.css file is auto-enqueued in functions.php */
/* WordPress Core */

button:focus {   
    outline: none;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}

a {
    color: #d20000;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #d20000;
}
/* Theme CSS */

html,
body {
  font-size: 15px;
  color: #222;
  font-family: 'DM Sans', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2,h3, h4, h5, h6{
    color: #212121;
    margin: 0 0 26px;
    font-family: 'Rubik', sans-serif;
}

h1{
    font-size: 30px;
}

h2{
    font-size: 28px;
}

h3{
   font-size: 26px; 
}

h4{
    font-size: 24px;
}

h5{
    font-size: 22px;
}

h6{
   font-size: 20px; juur

}

.rsrc-content{
    min-height: 500px;
}

.text-purple{
    color: #d20000;
}

.subHeading{
    font-size: 13px;
}

.heading{
   font-size: 40px;
}

.heading span{
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 5px;
}

.radius10{
    border-radius: 10px;
}

html::-webkit-scrollbar {
    height: 20px;
    width: 10px;
    background: #f1f1f1;
    border-radius: 10px;
}

html::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: #999;
    -webkit-border-radius: 0;
    border-radius: 10px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.rsrc-container-header{
    padding: 10px 0;
}

.rsrc-container-header.fixed-me {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0px rgb(0 0 0 / 15%);
}

.rsrc-container-header .navbar-nav{

}

.rsrc-container-header .navbar-nav li{

}

.rsrc-container-header .navbar-nav li a{
    position: relative;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 0 15px;
    text-transform: uppercase;
}

.rsrc-container-header .joinNow{
    
}

.rsrc-container-header .joinNow a{
    padding: 10px 16px;
    color: #5c5c5c;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #0002;
    border-radius: 30px;
}

.logoName{
   
}

.logoName span{
   
}

.logoName span.siteTitle{
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

.logoName span.siteTagline{
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    position: relative;
    font-weight: bold;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;  
  margin-top: 70px;
}
#hero h1 {
    margin: 0 0 10px 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
}

#hero h1 span{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
    background-image: -webkit-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
    background-image: -o-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
    background-image: linear-gradient(to right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;  
  transition: 0.5s;
  color: #d20000;  
}

#hero .btn-get-started span{
    background: #d20000;
    color: #fff;
    padding: 18px 15px;
    position: relative;
    border-radius: 5px;
}


#hero .info span{
    background: #9a3eff0a;
    color: #d20000;
    padding: 3px 8px;
    font-size: 17px;
    border-radius: 2px;
}

.heroImageOuter{
    position: relative;
    z-index: 1;
}

#hero .head-shape{
    position: absolute;
    right: 0;
    top: 8%;
    width: 55%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    z-index: -1;
}

.brandStripeInner{
    background: #f3f3f3;
    padding: 20px 2% 10px;
    border-radius: 4px;
}

.brandStripeInner .quote {
    font-size: 30px;
    line-height: 35px;
    padding: 0 0;
}

/*///////////////////////
//
//////////////////////*/

.servicesBox{
	border: 1px solid #adadad;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 30px;
    position: relative;
    background: #eaeaea;
}

.servicesBox h4{
    font-size: 18px;
}

.servicesBox h4 span{
    float: right;
    font-size: 13px;
    color: #d20000;
}

.servicesBox p{

}

.servicesBox p i{
    color: #d20000;
    font-size: 55px;
}

/*///////////////////////
//
//////////////////////*/

.contentList{
    padding: 0 20px;
}

.contentList li{
    font-size: 15px;
    color: #222;
}

.contactForm{
    background: #d20000;
}

.contactForm ul{
    padding: 0;
    list-style: none;
}

.contactForm ul li{
    padding: 5px 0;
}

.wpcf7{

}

.wpcf7 input{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

.wpcf7 textarea{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    height: 80px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

.wpcf7 [type=submit]{
    width: auto;
    background: #222;
    color: #fff;
    border: 1px solid #222;
    padding: 0 25px;
}

/*///////////////////////
//
//////////////////////*/

.rsrc-footer{
    background: #222;
    color: #fff;
    padding: 13px 0;
    font-size: 12px;
}

.floating-icon-whatsapp {
    margin: 0 8px;
    position: fixed;
    bottom: 85px;
    right: 0;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    z-index: 999;
}

.floating-icon-whatsapp a {
    display: block;
    width: 50px;
    height: 50px;
}

.floating-icon-whatsapp a i {
    line-height: 50px;
    color: #fff;
}

/*//////////////////////
//////////////////////*/

.multiSlide .partnerImage{    
    text-align: center;
    
}

.multiSlide .partnerImage img{
    border: 1px solid #ddd;
    padding: 5px 8px;
    margin: 0 auto;
    width: 165px;
}

.multiSlide .slick-prev:before, 
.multiSlide .slick-next:before{
color: #403b3b;
}

/******************/

.ourStrategy{
    
}

.ourStrategy .strategyBox{
	min-height: 258px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    border: 1px solid #adadad;
    border-radius: 5px;
    padding: 8px 15px;
    margin-bottom: 25px;
    position: relative;
    background: #eaeaea;
}

.ourStrategy .strategyBox h4{
    font-size: 17px;
    margin-bottom: 10px;
}

.ourStrategy .strategyBox p i{
    color: #d20000;
    font-size: 55px;
}

.ourStrategy .strategyBox p{
    
}

/*************/

.f25{
	font-size: 25px;
}

.aboutUs{
	border: 1px solid #adadad;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 30px;
    position: relative;
    background: #eaeaea;
}

/*///////////////////////
//
//////////////////////*/

@media (min-width: 992px) {
   
}

@media (min-width: 768px) {
      
}

@media (min-width: 576px){  
    .logoName span.siteTagline{
        
    }
}

@media (max-width: 992px) { 

}


@media (max-width: 767px) {
    #hero h1{
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
    }
	
	.logoName span.siteTitle {
		font-size: 27px;
		line-height: 27px;
	}
	
	.logoName span.siteTagline {
		font-size: 10px;
		line-height: 20px;
	}

}

