@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600&family=Open+Sans:ital,wght@0,300;0,600;0,700;1,600&display=swap');

html, body{
	max-width:100vw;
	overflow-x:hidden;
	margin:0 auto !important;
}
body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
#footer{
	background-color: #232323;	
	text-align:center;
	padding:40px 10px;
}
#footer .maxw{
	align-items:center;
	justify-content:space-between;
}
.flcol, .fncol{
	box-sizing:border-box;
}
.flcol{
	background:#232323;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 78%);
	padding:30px 20px 30px;
}
.fncol{
	color:#fff;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;	
}
.fncol .gcol{
	align-items:flex-start;	
}
.fncol .gcol div{
	width:100%;
}

.ftitle{
	font-family:"Kanit", Sans-serif;
	color: #D80303;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin-bottom:20px;
	width:100%;
}
.fncol{
	text-align:left;
}
.floc{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 2px;
	color: #D80303;
	margin-bottom:5px;
}
.pnumbers{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: 1px;
	margin-bottom:25px;
}
.flcol .pnumbers{
	margin-bottom:0;
}
.ftxts{
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom:20px;
}
.credits{
	color:#919191;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
}
.csmall{
	font-size: 10px;
	line-height: 1.3;
	margin-top: 5px;
	width:100%;
	color:#919191;
}
.fline{
	height:1px;
	background:#919191;
	width:100%;
	margin:15px auto;
}
.flinks{
	color:#fff;
}
.fsocial{
	margin:5px auto;
	display:flex;
	justify-content:center;
}
.fsocial a{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:4px;
	background:#ce241e;
	border-radius:100%;
	width:34px;
	height:34px;
}
.fsocial img{
	width:17px;

}
#site-header{
	display:none;
}
.custom-header{
	position:fixed;
	top:0;
	left:0;
	right:0;
}
.cheader{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	max-width:1158px;
	padding:10px;
	margin:0 auto;	
}
.scrollko .custom-header{
	background-color: rgba(51, 51, 51, 1) !important;
}
.clogo{
	width:18%;
}
.clogo img{
	width:173px;
	max-width:100%;
}
.cnav{
	width:62%;
}
.cbutton{
	width:20%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.custom-menu{
	display:flex;
	list-style:none;
	list-style: none;
	justify-content: center;
	font-family: "Noto Sans", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.custom-menu>li>a{
	padding: 13px 20px;
	display:inline-block;
	color:#fff;
}
.custom-menu>li>a:hover{
	color:#E72335;
}
.custom-menu .sub-menu{
	display:none;
	padding-left:0;
	width:auto;
	min-width: max-content;
	background:#333;
	flex-wrap:wrap;
	position:absolute;
	top:100%;
	left:0;
	color:#fff;
	list-style:none;
}
.custom-menu .sub-menu img{
	width:60px;
}
.custom-menu .sub-menu  a{
	display:flex;
	align-items:center;
	padding:5px;
	padding: 13px 20px;
}
.custom-menu .sub-menu  a:hover{
	background:#fff;
	color:#E72335;
}
.custom-menu .sub-menu li{
	width:auto;
}
.custom-menu .menu-item-has-children{
	position:relative;
	padding-right:5px;
}
.custom-menu .menu-item-has-children::after{
	content: "";
	background-image: url(https://growmemarketing.ca/wp-content/uploads/2022/06/down-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	filter: brightness(0) invert(1);
	width: 10px;
	height: 10px;
	display: block;
	top: 50%;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
}
img{
	max-width:100%;
}
a{
	color:inherit;
	text-decoration:none;
}
.maxw, .gcol, .inRow{
	display:flex;
	flex-wrap:wrap;
	box-sizing: border-box;
}
.maxw, .inRow{
	align-items:flex-start;
}
.inRow{
	max-width:100%;
}
.maxw{
	margin:0 auto;
	max-width:1158px;
}
.maxw.tmax{
	max-width:700px;
	text-align:center;
}
.gcol{
	padding:8px;
}
.gBox{
	background: #F6F6F6;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding:40px;
}
.cBox{
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding:30px;
}
.cBox img{
	margin-bottom:10px;
}
.aBox{
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding:30px;
	margin-bottom:12px;
	width:100%;
}
.aBox .gTxt{
	display:none;
}
.aBox.activea .gTxt{
	display:block;
}

.aBox .boxTitle{
	margin-bottom: 0px !important;	
}

.aBox .boxTitle:hover{
	cursor:pointer !important;
	color: #000 !important;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}
.banner{
	background: rgba(0,0,0,.8);
	padding-top: 100px;
}
.banner .maxw{
	max-width:670px;
	padding:80px 0px;
	text-align:center;
}
.topTitle, .gTitle, .bTitle, .gTxt, .iTxt, .gBtn, .sTitle, .sTitle2{
	width:100%;
}
.topTitle{
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height:1.33em;
}
.bTitle{
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	font-size: 71px;
	line-height:1em;
}
.gTitle{
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	font-size: 50px !important;
	color: #232323;
	line-height:1em !important;
}
.sTitle{
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height:1em;
}
.sTitle2{
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height:1em;
}
.boxTitle{
	font-family: 'Kanit', sans-serif;
	color: #CE241E;
	font-weight: 600;
	font-size: 22px;
	line-height:1em;
	margin-bottom:15px;
}
.gTxt{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height:1.875;
}
.iTxt{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style:italic;
	font-size: 16px;
	line-height:1.875;
	color: #67686A;
}
.gBtn a{
	font-family: "Open Sans", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	line-height:1em;
	color:#fff;
	background:#e72335;
	border-radius: 100px 100px 100px 100px;
	padding: 15px 40px 15px 40px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}

.gBtn a:hover{
	color: #ffffff !important;
	background-color: #CE241E !important;
}


.whiteb a{
	border:1px solid #fff;
	background:transparent;
	font-size:14px;
	font-weight: 600;
	letter-spacing: 2.2px;
}
.whiteb a:hover{
	background:#CE241E;
	border:1px solid #CE241E;
}
.hBtn a{
	font-size: 14px;
	font-weight: 500;
	padding: 8px 20px 8px 20px;
	color:#fff;
}
.tBtn a{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color:#fff;
	padding: 0 10px;
}
.tBtn img{
	width:14px;
	filter:brightness(0) invert(1);
	margin-right:10px;
}
label{
	font-family: 'Open Sans', sans-serif;
}
.red{
	color:#CE241E;
}
.white{
	color:#fff;
}
.clear{
	display:block;
	height:20px;
	width:100%;
	clear:both;
}
.clear10{
	height:10px;
}
.clear30{
	height:30px;
}
.clear40{
	height:40px;
}
.strip{
	background:#CE241E;
	color:#fff;
	padding:21px 20px;
	margin-top:-36px;
	width:100%;
	text-align:center;
	font-family: 'Kanit', sans-serif;
	font-weight: 500;
	font-size: 20px;
}
.breadcrumb{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #919191;
	margin:15px 0;
}
.gRow.imgtxt{
	padding:20px 20px 80px;
}
.imgtxt img{
	width:377px;
	margin: 0 0 0 auto;
}
.seoservices{
	background: #F6F6F6;
	padding:80px 20px;
}
.topMistakes{
	background: #FFF;
	padding:80px 20px;
}
.logos{
	width: 991px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	max-width: 100%;
	margin: 0 auto;
}
.logos img{
	width:auto !important;
	max-height:98px !important;
}
.logos img.threeb{
	max-height:172px !important;
}
.logos img.clutch{
	max-height:72px !important;
}
.tools{
	width: 1035px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	max-width: 100%;
	margin: 0 auto;
}
.tools img{
	width:auto !important;
	max-height:65px !important;
}
.tools .tsem{
	max-width:263px;
}
.partners{
	width: 966px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	max-width: 100%;
	margin: 0 auto;
}
.partners img{
	width:auto !important;
	max-height:142px !important;
}
.clients{
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
	max-width: 100%;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 10px;
	padding:20px 80px;
}
.clients img{
	width:auto !important;
	max-height:127px !important;
	margin:10px 25px;
}
.toTop{
	padding:80px 20px;
}
.lBoxes{
	padding:80px 20px;
	background: #F6F6F6;
}
.lBoxes .gcol{
	align-items:stretch;
}
.rBoxes{
	padding:80px 20px;
}
.rBoxes .gcol{
	align-items:stretch;
}
.howSEO{
	padding:80px 20px 60px;
}
.awardSec{
	padding:0px 20px 60px;
}
.sTools{
	padding:40px 20px;
}
.awardW{
	padding:80px 20px;
	background: #F6F6F6;
}
.awardW .maxw{
	background: #FFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding:50px 20px 30px;
}
.gcounter{
	padding:45px 30px;
	background: #232323;
}
.gcounter .boxTitle{
	max-width:295px;
}
.gcounter .bTitle{
	margin-bottom:15px;
}
.success{
	padding:80px 20px 40px;
}
.success .maxw{
	max-width:700px;
}
.success.second{
	background: #F6F6F6;
}
.benefits.second{
	background: #F6F6F6;
}
.benefits{
	padding:40px 20px 80px;
}
.benefits img{
	max-width:100%;
	margin:30px auto 0;
	box-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
	border-radius: 10px;
}
.story{
	padding:80px 20px;
	background: #232323;
}
.story img{
	max-height:127px;
}
.revenue{
	padding:80px 20px 30px;
}
.revenue .maxw{
	align-items:stretch !important;
}
.power{
	padding:80px 20px 30px;
	background: #F6F6F6;
}
.power .maxw{
	align-items:stretch !important;
}
.cform .maxw{
	background: #232323;
}
.cformBottom .maxw{
	background: #232323;
}
.cformBottom{
	padding-bottom: 80px;
}
.cformText{
	margin:auto !important;
}
.choosing{
	padding:60px 20px 80px;
}
#gform_fields_28{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#gform_fields_28 .gfield{
	width:100%;
}
#gform_fields_28 .gthird{
	width:32.5%;
}
.ginput_container{
	overflow:hidden;
}
input, select, textarea{
	max-width:100% !important;
	box-sizing:border-box;
}

.gform-body #gform_fields_28 input{
	border-radius:0 !important;
	border: 1px
		solid #e4273b !important;
	font-size: 15px;
	color: #888;
	padding: 11px 11px
		!important;
}
#gform_wrapper_28 legend{
	display:none;
}
#gform_wrapper_28 .gchoice label{
	display:inline-block !important;
	color:#fff;
	margin-left:-44px;
}
#choice_28_2_1{
	opacity:0;
}
#field_28_2{
	margin-top:-10px;
}

#field_28_10 .gfield_consent_label{
	color:#fff;
}
.ctablet, .cmobile{
	display:none;
}
.cmobile img{
	width:23px;
	filter:brightness(0) invert(1);
}
.gtoggle{
	display:none;
}
@media screen and (min-width:1025px){
	.custom-menu .menu-item-has-children:hover .sub-menu{
		display:block;
	}
	.flcol{
		width: 23.4%;
		margin-right:3.3%;
	}
	.fncol{
		width: 73.3%;
	}
}
@media screen and (max-width:1024px) and (min-width:768px){
	.flcol{
		padding:30px 20px;
		margin:0 80px 30px;
	}
	.flogo{
		width:254px;
	}
	.dmobile{
		display:none;
	}
	.ctablet{
		display:block;
	}
}
@media screen and (max-width:1024px){
	.fncol, .flcol{
		width:100%;
	}
	.custom-menu .menu-item-has-children.smactive{
		position:static !important;
	}
	.custom-menu .menu-item-has-children.smactive .sub-menu{
		display:flex;
	}
	.custom-menu .menu-item-has-children.smactive::after{
		top:0;
		transform: translateY(0);
		background-image: url(https://growmemarketing.ca/wp-content/uploads/2022/06/x.svg);
		top: 5px;
		transform: translateY(0);
		background-image: url(https://growmemarketing.ca/wp-content/uploads/2022/06/x.svg);
		right: 5px;
		width: 25px;
		height: 25px;
	}
	.custom-menu .sub-menu{
		position:fixed !important;
		top:100px !important;
		right:0;
		z-index:9;
	}
	.cnav{
		display:flex;
		justify-content:flex-end;
	}
	.gtoggle{
		display:block;
		width:35px;
		height:35px;
		background-image:url(https://growmemarketing.ca/wp-content/uploads/2022/06/menu-white.svg);
		background-size: 60%;
		background-position: center;
		background-color: #E72335;
		background-repeat: no-repeat;
	}
	.nactive .gtoggle{
		background-image:url(https://growmemarketing.ca/wp-content/uploads/2022/06/x.svg);
		background-size: 100%;
	}
	.cnav .main-navigation{
		display:none;
	}
	.nactive .cnav .main-navigation{
		display: flex;
		justify-content: flex-end;
	}
	.custom-menu{
		padding:20px;
		background-color: #333333;
		flex-wrap:wrap;
		box-shadow:0 0 15px 15px rgba(0,0,0,.15);
		width:300px;
		position:fixed;
		top:70px;
		right:0;
	}
	.custom-menu li{
		width:100%;
	}
	.cnav{
		order:3;
		width: 12%;
	}
	.cbutton{
		order:2;
		width: 53%;
	}
	.clogo{
		order:1;
		width:35%;
	}

}
@media screen and (min-width:768px){
	.fncol .gcol:first-child .pnumbers{
		margin-bottom:5px;
	}

	.fncol .gcol:nth-child(2){
		border-color:#353434;
		border-width:0 1px 0 1px;
		border-style:solid;
	}
	.fncol .gcol{
		padding:20px;
	}
	.rBoxes .gcol4{
		padding-left:20px;
	}
	.rBoxes .gcol8{
		justify-content:flex-end;
	}
	.lBoxes .gcol4{
		padding-right:20px;
	}
	.gcol1{
		width:8.33%;
	}
	.gcol2{
		width:16.66%;
	}
	.gcol3{
		width:25%;
	}
	.gcol4{
		width:33.33%;
	}
	.gcol5{
		width:41.66%;
	}
	.gcol6{
		width:50%;
	}
	.gcol7{
		width:58.33%;
	}
	.gcol8{
		width:66.66%;
	}
	.gcol9{
		width:75%;
	}
	.gcol10{
		width:83.33%;
	}
	.gcol11{
		width:91.66%;
	}
	.gcol12{
		width:100%;
	}
}
@media screen and (max-width:767px){
	.banner{
		padding-top: 150px;
	}
	#footer{
		padding:40px 0;
	}
	#footer .maxw{
		padding:0;
	}
	.flogo{
		width:220px;
	}
	.fncol{
		text-align:center;
	}
	.fncol .gcol:nth-child(3){
		border-bottom:1px solid #919191;
	}
	.flcol{
		margin:0 20px 20px;
	}	
	.cmobile{
		display:block !important;
		margin: 0 10px;
	}	
	.gcol{
		width:100% !important;
	}
	.bTitle{
		font-size:60px !important;
	}
	.gTitle{
		font-size:40px !important;
	}
	.breadcrumb .maxw{
		justify-content: center;
	}
	.imgtxt .gcol:first-child{
		order:2;
	}	
	.imgtxt .gcol:last-child{
		order:1;
	}
	.imgtxt .sTitle{
		text-align:center;
	}
	.imgtxt br{
		display:none;
	}
	.logos{
		justify-content: center;
	}
	.logos img {
		max-height: 82px !important;
	}
	.logos img.threeb {
		max-height: 143px !important;
	}
	.logos img.clutch {
		max-height: 60px !important;
	}
	.lBoxes .gBtn, .rBoxes .gBtn{
		margin-bottom:40px !important;
	}
	.rBoxes .gcol:first-child{
		order:2;
	}
	.rBoxes .gcol:last-child{
		order:1;
	}
	.tools img {
		max-height: 60px !important;
		margin:10px 0;
	}
	.tools{
		justify-content:center;
	}
	.tools .tsem {
		max-width: 100% !important;
	}
	.awardW br{
		display:none;
	}
	.gcounter .gcol{
		justify-content:center;
		text-align:center;
	}
	.clients img {
		max-height: 79px !important;
		margin: 10px 15px;
	}
	.clients {
		padding: 20px 10px;
	}
	.cform .maxw {
		padding: 50px 30px;
	}
	.cform .gTitle, .cform .topTitle {
		text-align:center;
	}
	.choosing .gTitle{
		text-align:center;
	}
}
@media screen and (max-width:414px){

	.formSection{
		background-size:cover !important;
	}
}
.video-thumbnail-image-wrapper {
	position: relative;
}
.video-thumbnail-image {
	cursor:pointer;
}
.video-thumbnail-image-wrapper button {
	position: absolute;
	background: transparent;
	border: 0;
	width: 100px;
	top: 38%;
	left: 40%;
	cursor: pointer;
}
.custom-header {
	z-index: 99;
}
iframe.video-embed {
	background: #e2e2e2 url(https://cdnjs.cloudflare.com/ajax/libs/select2/3.2.0/spinner.gif) no-repeat 50%;
	background-size: 20px;
}

@media screen and (max-width: 767px) {
	.tools {
		width: 90%;
	}

	.partners {
		justify-content: center;
	}

}