@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Cerebri Sans';
	font-weight:400;
	letter-spacing:0.5px;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
/*====fonts====*/
@font-face {
	font-family: 'Cerebri Sans';
	src: url('CerebriSans-Bold.woff2') format('woff2'),
	url('CerebriSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Cerebri Sans';
	src: url('CerebriSans-Regular.woff2') format('woff2'),
	url('CerebriSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*====Header====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	height:70px;
	margin-top:-70px;
	top:70px;
	position:relative;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.logo{
	float:left;
	margin-top:12px;
	max-width:100%;
	width:160px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
	margin:22px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:4px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#000000;
	font-size:16px;
	line-height:16px;
	letter-spacing:0.5px;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#e85a2c;}
a.nav-btn{
    float: right;
    color: #e85a2c;
    font-size:15px;
    text-align: center;
    width:155px;
    height:40px;
    line-height:38px;
	border:2px solid #e85a2c;
	border-radius:5px;
	margin-top:16px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.3px;
	}
a.nav-btn:hover{ background:#e85a2c; color:#fff;}

/*====MobileMenuCss====*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:25px;
	z-index:16;
	height:25px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width:25px;
	height:3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:70px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

/*====Banner_sec====*/
.banner-section{
	float:left;
	width:100%;
	background:url(../images/banner-bg.jpg) no-repeat center top;
	padding:60px 0 245px;
	background-size:cover;
	}
.banner-txt1{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:270px;
	font-size:15px;
	line-height:21px;
	color:#ffffff;
	font-weight:bold;
	background:rgba(39,58,75,0.6);
	padding:10px 15px;
	letter-spacing:0;
	border-radius:25px;
	text-transform:uppercase;
	}
.banner-hd{
	float:left;
	width:100%;
	font-size:70px;
	line-height:90px;
	color:#ffffff;
	font-weight:bold;
	}
.banner-txt2{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#ffffff;
	margin-top:35px;
	}
/*====banner_btm====*/
.banner-btm{
	float:left;
	width:100%;
	border-bottom:1px solid #dedede;
    padding-bottom: 25px;
	}
.banner-btm-inner{
	float:left;
	width:100%;
	padding:0 100px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top:-200px;
	}
.motivated-box{
	float:left;
	width:48%;
	border:2px solid #e6e9ec;
	border-radius:10px;
	padding:25px 30px 30px;
	background:#ffffff;
	text-align:left;
	position:relative;
	}
.motivate-icn{
	position:absolute;
    right: 35px;
    top: 35px;
	width:50px;
	}
.motivated-box-txt1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#3f3f3f;
	letter-spacing:0;
	}
.motivated-box-heading{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#3f3f3f;
	font-weight:bold;
	border-bottom:1px solid #d7d7d7;
	padding-bottom:20px;
	}
.motivated-box-txt2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#3f3f3f;
	letter-spacing:0.5px;
	margin-top:18px;
	text-align:center;	
	}
.motive_box_btm{
	float:left;
	width:100%;
	text-align:center;
	}
.btn-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:230px;
	margin-top: 25px;
	}
.get-btn{
    float: left;
	width:100%;
    color: #e85a2c;
    font-size: 16px;
    text-align: center;
    height: 52px;
    line-height: 50px;
    border: 2px solid #e85a2c;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
	letter-spacing:0.5px;
	}
.get-btn:hover{
	background:#e85a2c;
	color:#fff;
	}
.banner-btm-txt{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000000;
	letter-spacing:0;
	margin-top:40px;
	}
.banner-btm-list{
	float:left;
	width:100%;
    margin-top: 25px;
/*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;*/
	}
.banner-btm-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 22px;
	}
.promise-logo{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
	}
.promise-logo1{ width:160px;}
.promise-logo2{width:130px;}
.promise-logo3{width:180px;}
.promise-logo4{width:106px;}
.promise-logo5{width:144px;}
.promise-logo6{width:155px;}
/*====section1====*/
.section-1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.common-heading{
	float:left;
	width:100%;
	font-size:50px;
	line-height:60px;
	color:#000000;
	letter-spacing:0;
	font-weight:bold;
	}
.common-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	letter-spacing:0.3px;
	margin-top:20px;	
	}
.s1_mid{
	float:left;
	width:100%;
	padding:0 90px;
	}
.s1-service-box{
	float:left;
	width:100%;
	margin-top:70px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
    align-items: center;
	margin-bottom:5px;
	}
.s1_box1{ margin-top:30px;}
.s1-service-content-box{
	float:left;
	width:57%;
	text-align:left;
	}
.s1-service-content-box-txt1{
	float:left;
	width:60px;
	height:4px;
	background:#e85a2c;
	}
.s1-service-content-box-heading{
	float:left;
	width:100%;
	font-size:36px;
	line-height:42px;
	color:#000000;
	letter-spacing:0;
	font-weight:bold;
	margin-top:15px;
	}
.s1-service-list{
	float:left;
	width:100%;
    margin-top: 15px;
	}
.s1-service-list li{
	float:left;
	width:50%;
	background:url(../images/srv-tick-icn.png) no-repeat left 5px;
	margin-top:20px;
	padding-left:25px;
	}
.s1-service-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	}
.s1-service-img-box{
	float:right;
	width:36%;
	}
.service-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.s1-service-box.reverse{
	flex-direction:row-reverse;
	}
/*====section2====*/	
.section-2{
	float:left;
	width:100%;
	background:url(../images/s2-bg.jpg) no-repeat center center;
	background-size:cover;
	height:675px;
	position:relative;
    overflow: hidden;
	}
.section-2-mid{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 420px;
    top: 175px;
    
	}
.section-2 .common-heading{
	color:#ffffff;
	}
.vertical-box{
    width: 360px;
    height: 510px;
    position:relative;
    margin-top: 83px;
	}
.vertical-box li{
	position:absolute;
	text-align:center;
	width:128px;
	}
.vertical-box li.vertical-1{
    left: 43%;
    top: 0;
	}
.vertical-box li.vertical-2{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	}
.vertical-box li.vertical-3{
    left: 43%;
    bottom: 0;
	}
.vertical-box li.vertical-4{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	}
.vertical-box li.vertical-5{
    left: 18%;
    top: 0;
	}
.vertical-box li.vertical-6{
    left: -4%;;
    top: 50%;
    transform: translateY(-50%);	
	}
.vertical-box li.vertical-7{
    left: 18%;
    bottom: 0;
	}
.vertical-box li.vertical-8{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	}
.vertical-icn{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	width:110px;
	}
.vertical-box li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#fff;
	margin-top:-5px;
	}
.vertical-box.fr{
	float:right;
	}
.section-2 .btn-box{
	max-width:340px;
	}
.section-2 .btn-box .get-btn{
	height:70px;
	line-height:70px;
	font-size:24px;
	}
	
/*====contact====*/
.contact-section{
	float:left;
	width:100%;
	padding:60px 0;
	background:#ffffff;
	}
.bottom-logo{
	display:inline-block;
	vertical-align:middle;
	width:200px;
	}
.bottom-heading{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    letter-spacing: 0;
    font-weight: bold;
	margin-top:20px;
	}
.cont-left{
	float:left;
	width:100%;
	text-align:center;
	}
.cont-list{
	display:inline-block;
	vertical-align:top;
	max-width:570px;
	width:100%;
	}
.cont-list li{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	text-align:left;
	margin:30px 20px 0;
	padding:5px 0 5px 40px;
	}
.cont-icn{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:27px;
	}
.cont-list li p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:20px;
	color:#000000;
	}

/*====footer====*/
.footer{
	float:left;
	width:100%;
	background:url(../images/banner-bg.jpg) no-repeat center;
	background-size:cover;
	padding:55px 0;
	}
.footer-logo{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.footer-txt1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.5px;
	}
.footer-txt1.two{
	margin-top:15px;
	}
.footer span{
	padding:0 7px;
	}
	
/*======================*/
.fl{ float:left;}
.fr{ float:right;}

.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
/*=====Media-Querry=====*/

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

.banner-btm-list li{ padding:0 10px;}

.motivated-box-txt2{ font-size:16px; line-height:24px;}

.common-heading { font-size: 44px; line-height: 54px;}
.vertical-box{ width:320px;}
.vertical-box li.vertical-1, .vertical-box li.vertical-3{left:25%;}
.vertical-box li.vertical-4 { right:4%;}
.vertical-box li.vertical-2 { left: -4%;}
.vertical-box li.vertical-5, .vertical-box li.vertical-7 { left:35%;}
.vertical-box li.vertical-6 { left:4%;}
.vertical-box li.vertical-8 {right: -4%;}
.vertical-icn { width:90px;}
}

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

.showDesk{display: none;}
.showTab{display: block;}

.banner-hd { font-size: 65px; line-height: 75px;}
.banner-txt2 { margin-top: 20px;}
.banner-btm-inner { padding: 0 0;}
.motivated-box { padding: 25px 20px 30px;}
.motivate-icn { right: 25px;}

.banner-btm-list li{ padding:0 20px;}


.s1-service-content-box-heading { font-size: 28px; line-height: 36px; margin-top: 10px;}
.common-heading { font-size: 35px; line-height: 43px;}
.s1_mid{ padding:0 30px;}
.s1-service-content-box { width: 60%;}
.s1-service-list li { padding-left: 22px;}
.s1-service-img-box { width: 35%;}

.section-2 { height:auto; background-size:cover; padding-bottom:50px;}
.section-2-mid { width:325px;top:110px;}
.section-2 .btn-box { max-width: 258px;}
.section-2 .btn-box .get-btn { height: 60px;line-height: 60px;}

.vertical-box { height: 373px; margin-top:60px; width:31%;}
.vertical-box li.vertical-1, .vertical-box li.vertical-3 { left:19%;}
.vertical-box li.vertical-2 { left: -9%;}
.vertical-box li.vertical-4 { right:0%;}
.vertical-box li.vertical-5, .vertical-box li.vertical-7 { left:30%;}
.vertical-box li.vertical-6 {left:3%;}
.vertical-box li.vertical-8 { right: -9%;}
.vertical-icn { width: 80px;}
.vertical-box li p { font-size: 15px; line-height: 20px; margin-top: -7px;}


.footer-txt1 { font-size: 16px; line-height: 22px;}
.footer span { padding: 0 5px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top-fix-bar { margin-bottom: 55px;}
.header { height: 55px; margin-top: -55px; top: 55px; border-bottom: 1px solid #dddddd;}
.logo { margin-top: 8px; width: 130px;}
.mob-mnu-ic { top:20px;}
.mobilemenu { top: 55px;}

.banner-section { padding:35px 0 40px;}
.banner-txt1{ font-size:13px; letter-spacing:0.5px; padding:7px 15px;}
.banner-hd { font-size: 30px; line-height: 38px; margin-top: 0px;}
.banner-txt2 { font-size: 17px; line-height: 25px; margin-top:15px;}

.banner-btm { padding:10px 0 15px;}
.banner-btm-inner { margin-top: 0; padding: 0 10px;}

.banner-btm-list li{ padding:0 15px; height:50px; line-height:50px;}
.banner-btm-list li img{display:inline-block; vertical-align:middle;}
.promise-logo1{ width:140px;}
.promise-logo2{width:110px;}
.promise-logo3{width:160px;}
.promise-logo4{width:86px;}
.promise-logo5{width:114px;}
.promise-logo6{width:125px;}


.motivated-box { width:100%; margin-top:25px; padding:20px 20px 22px;}
.motivate-icn { right: 20px; top:25px; width:38px;}
.motivated-box-txt1 { font-size: 18px; line-height: 24px;}
.motivated-box-heading { font-size: 24px; line-height:30px; border-bottom:1px solid #d7d7d7; padding-bottom:15px;}
.motivated-box-txt2 { font-size: 16px; line-height: 22px; padding: 0 0;}
.btn-box { max-width: 100%; margin-top: 20px;}
.banner-btm-txt { font-size: 15px; line-height: 21px; margin-top: 25px;}
.banner-btm-list { margin-top:12px;}

.section-1 { padding:30px 0 35px;}
.common-heading { font-size:26px; line-height:36px;}
.s1_mid{ padding:0 0;}
.s1-service-box { padding-top: 45px; margin-top:0;}
.s1_box1{ margin-top:30px;}
.s1-service-content-box {width: 100%; text-align:center;}
.s1-service-content-box-heading {font-size: 22px;line-height: 28px; margin-top:5px;}
.serve-img{ display:block; max-width:80%; margin:20px auto 0;}
.common-para { font-size: 17px; line-height: 25px; letter-spacing:0.5px;}
.s1-service-list{ margin-top:10px;}
.s1-service-list li { width: 100%; margin-top: 15px; padding-left: 25px;}
.s1-service-content-box-txt1{float:none; display:inline-block; vertical-align:middle;}

.s1-service-content-box .common-para{padding:0 15px;}

.section-2{ background:url(../images/s2-bg-m.jpg) no-repeat center top; background-size:cover;padding:35px 0 40px; height:auto;}
.section-2-mid { width: 100%; position: static; transform: none;}
.vertical-box { height: auto; float: left; width: 100%; margin-top:0;}
.vertical-box li{ position:static; width:33.33%; float:left; transform:none; margin:30px 0 0;}
.vertical-box li.vertical-2, .vertical-box li.vertical-4{ transform:none;}
.vertical-box li.vertical-6, .vertical-box li.vertical-8{ transform:none;}
.section-2 .btn-box{ margin: 40px auto 0;}
.section-2 .btn-box .get-btn{ font-size:21px; line-height:58px;}
.vertical-box li p { font-size:16px; line-height:22px; margin-top: -2px; letter-spacing:0.5px;}

.contact-section { padding:35px 0;}
.cont-list{ max-width:320px; margin-top:15px; text-align:center;}
.cont-list li{ width:100%; margin:10px 0 0 0;}
.bottom-heading{font-size:28px; line-height:36px;}

.footer { padding:30px 0;}
.footer-logo { max-width: 38%;}
.footer-txt1 { font-size: 13px; line-height:24px;}
.footer span { padding: 0 2px;}


}



/* ── Advertiser / data-owner section (added for gravitasleads.io landing) ── */
.advertise-section{background:#fafaf9;padding:80px 0;border-top:1px solid #e7e5e4;}
.advertise-grid{display:flex;gap:48px;align-items:flex-start;flex-wrap:wrap;}
.advertise-copy{flex:1 1 380px;}
.advertise-points{list-style:none;padding:0;margin:22px 0 0;}
.advertise-points li{position:relative;padding:8px 0 8px 30px;color:#3f3f3f;font-size:17px;}
.advertise-points li:before{content:"";position:absolute;left:0;top:12px;width:16px;height:16px;
    background:url(../images/srv-tick-icn.png) no-repeat center/contain;}
.advertise-form{flex:1 1 380px;background:#fff;border:1px solid #e7e5e4;border-radius:14px;
    padding:28px;box-shadow:0 8px 30px rgba(234,88,12,.08);}
.af-row{margin-bottom:16px;}
.af-row label{display:block;font-size:14px;font-weight:bold;color:#3f3f3f;margin-bottom:6px;}
.af-row input,.af-row textarea{width:100%;box-sizing:border-box;border:1px solid #e7e5e4;
    border-radius:10px;padding:12px 14px;font-size:15px;color:#3f3f3f;background:#fff;font-family:inherit;}
.af-row input:focus,.af-row textarea:focus{outline:none;border-color:#e85a2c;
    box-shadow:0 0 0 3px rgba(234,88,12,.12);}
.af-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;}
.advertise-form .get-btn{border:none;cursor:pointer;width:100%;margin-top:4px;}
.advertise-form .get-btn:disabled{opacity:.6;cursor:default;}
.advertise-status{margin-top:14px;padding:11px 13px;border-radius:8px;font-size:14px;}
.advertise-status.ok{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;}
.advertise-status.err{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;}
@media (max-width:1023px){.advertise-section{padding:50px 0;}.advertise-grid{gap:28px;}}
