:root{
	--primary:#0057FF ;
	--darkbg: #001949;
	--title: #212121;
	--text1: #434343;
	--text2: #8E8E8E;
	--light-text1:#fff ;
	--light-text2:#F0F5FF ;
	--stroke1: #EEF4FD;
	--stroke2:#E4ECFC ;
	--stroke3: #B0B0B0;
	--titlecolor: #212121 ;
}
.wt-template .is-screen-reader-text{
	display: none;
}
.wt-template h1,.wt-template .head1{
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px;
	color: var(--title);
}
.wt-template h2,.wt-template .head2{
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px; /* 84.848% */
	color: var(--title);
}
.wt-template h3,.wt-template .head3 {
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px; /* 100% */
	color: var(--title);
}
.wt-template h4,.wt-template .head4{
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px; /* 112% */
	color: var(--title);
}
.wt-template h5,.wt-template .head5{
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 112% */
	color: var(--title);
	margin-bottom: 20px;
}
.wt-template h6,.wt-template .head6{
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 112% */
	color: var(--title);
	margin-bottom: 20px;
}
.wt-template .body-text1,
.wt-template .body-text2,
.wt-template .body-text3,
.wt-template p,
.wt-template li{
	color: var(--text1);
}
.wt-template p{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}
.wt-template li{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 15px;

}
.wt-template a{
	font-size: inherit;
	font-weight: inherit;
	color: var(--primary);
}
.wt-template .body-text1,
.wt-template .subhead,
.wt-template .body-text1 *{
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}
.wt-template .body-text2,
.wt-template .body-text2 *{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
}
.wt-template .body-text3{
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 146.667% */
}
.wt-template .fw700{
	font-weight: 700!important;
}
.wt-template .fw600{
	font-weight: 600!important;
}
.wt-template .fw500{
	font-weight: 500!important;
}
.wt-template .fw400{
	font-weight: 400!important;
}
.wt-template .fw300{
	font-weight: 300!important;
}
.wt-template .hero-section{
	background-image: url(../images/grid.svg);
	background-position: left top;
	background-repeat: repeat;
	background-size: 25px 25px;
}
.wt-template .blue-bg{
	background-color:var(--darkbg) ;
}
.wt-template .light-blue-bg{
	background-color: var(--light-text2);
}
.wt-template .radial-bg{
	background: radial-gradient(1669.28% 257.20% at 50.03% 50.00%, #E0EFFF 23.42%, rgba(163, 194, 241, 0.57) 52.01%, rgba(224, 239, 255, 0.00) 100%);
}
.wt-template .divider-bottom{
	border-bottom: .5px solid var(--stroke3);
}


.wt-template .text-light,
.wt-template .text-light *{
	color: #fff!important;
}
.wt-template  form.is-search-form{
	border-bottom: 1px solid var(--title);
}
.wt-template .blue-bg form.is-search-form{
	border-bottom: 1px solid var(--light-text1);
}
.wt-template  form.is-search-form .is-loader-image{
	right: 25px!important;
}
.wt-template  form.is-search-form label{
	width: calc(100% - 36px);
}
.wt-template  form.is-search-form button.is-search-submit {
	width: 35px;
}
.wt-template .is-form-style input.is-search-submit, 
.wt-template .is-search-icon,
.wt-template form.is-search-form button.is-search-submit{
	border: none;
	background: transparent;
}
.wt-template form.is-search-form input.is-search-input {
	background: transparent;
	border: none!important;
	width: 100%;
	padding-left: 0!important;
	font-size: 14px;
}
.wt-template .blue-bg form.is-search-form input.is-search-input::placeholder{
	color: var(--light-text2);
}
.wt-template form.is-search-form input.is-search-input:focus{
	outline: none;
	border: none;
}
.wt-template .blue-bg form.is-search-form button path {
	fill: #fff;
}
.wt-template form.is-search-form button,
.wt-template form.is-search-form button:hover{
	transition: all .2s ease;
}
.wt-template  form.is-search-form button:hover{
	opacity: .8;
}
.wt-template p.breadcrumbs {
	color: var(--text2);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.wt-template p.breadcrumbs span > span {
	margin: 4px;
}
.wt-template p.breadcrumbs span > span:first-child {
	margin-left: 0;
}
.wt-template p.breadcrumbs span > span:last-child{
	margin-right: 0;
}
.wt-template p.breadcrumbs a {
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	transition: all .2s ease;
	color: var(--text1);
}
.wt-template p.breadcrumbs a:hover{
	color: var(--primary);
	text-decoration: none;
	transition: all .2s ease;
}
.wt-template .wt-wrapper{
	transition: all .2s ease;
	min-height: 100%;
	border-radius: 12px;
	border: 1px solid #E8EFFF;
	background: #edf7ff5e;
}
.wt-template .hoverable-wrapper:hover{
	text-decoration: none;
	transition: all .2s ease;
}
.wt-template .hoverable-wrapper:hover .wt-wrapper{
	border-color: transparent;
	transition: all .2s ease;
	border-radius: 12px;
	background: var(--white, #FFF);
	box-shadow: 0px 12px 48px 0px rgba(87, 147, 236, 0.10);
}
.wt-template .wt-wrapper img{
	height: 85px;
	width: auto;
}
.wt-template ul.page-icon{
	padding-left: 0;
}
.wt-template ul.page-icon li,
.wt-template a.pageicon{
	list-style: none;
	padding-left: 25px;
	position: relative;
}
.wt-template ul.page-icon li:before,
.wt-template a.pageicon:before{
	content: '';
	position: absolute;
	background-image: url(/wp-content/themes/webtoffee/assets/images/post-icon-blue.svg);
	height: 22px;
	width: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
}
.wt-template a.pageicon:before{
	top: 6px;
}
.wt-template ul.page-icon li a{
	transition: all .2s ease;
	color: var(--text1);
	padding: 6px 0;
}
.wt-template a.pageicon{
	transition: all .2s ease;
	color: var(--text1);
	padding: 6px 0 6px 25px;
	    margin-bottom: 15px;
	    display: block;
}
.wt-template ul.page-icon li a:hover,
.wt-template a.pageicon:hover{
	color: var(--primary);
	transition: all .2s ease;
}
.wt-template .info-content h1,
.wt-template .info-content h2,
.wt-template .info-content h3,
.wt-template .info-content h4,
.wt-template .info-content h5,
.wt-template .info-content h6{
	margin-top: 40px;
	margin-bottom: 20px;
}
div.is-ajax-search-details, div.is-ajax-search-result{
	padding: 0!important;
	box-shadow: 0px 12px 20px 8px #0119492e;
	z-index: 99!important;
	border: 1px solid #cbdafa;
}
.wt-template .pri-md-btn{
	border-radius: 6px;
	background: var(--primary);
	padding: 14px 32px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.08px;
	color: #fff!important;
	border: none;
	transition: all .2s ease;
	display: inline-block;
}
.wt-template .pri-md-btn:hover{
	opacity: .9;
	text-decoration: none;
	transition: all .2s ease;
}
.wt-template .pri-md-btn.with-icon svg,
.wt-template .pri-md-btn.with-icon:hover svg{
	transition: all .2s ease;
}
.wt-template .pri-md-btn.with-icon:hover svg{
	margin-left: 5px;
}
.wt-template .fw-500{
	font-weight: 500!important;
}
.wt-template .info-content h2,
.wt-template .info-content .head2{
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	color: var(--titlecolor);
	margin-bottom: 20px;
}
.wt-template .info-content h3,
.wt-template .info-content .head3{
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: var(--titlecolor);
	margin-bottom: 15px;
}
.wt-template .info-content h4,
.wt-template .info-content .head4{
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: var(--titlecolor);
	margin-bottom: 12px;
}
.wt-template .info-content h5,
.wt-template .info-content .head5,
.wt-template .info-content h6,
.wt-template .info-content .head6{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 35px;
	color: var(--titlecolor);
	margin-bottom: 12px;
}
@media(min-width: 992px){
	.wt-template .divider-lg-left{
		border-left: .5px solid var(--stroke3);
	}
}
@media(min-width: 768px){

	.wt-template .grid {
		column-count: 2;
		column-gap: 3em;
	}
	.wt-template .grid >div {
		display: inline-block;
		margin: 0 0 2em;
		width: 100%;
	}
}
@media(max-width: 767px){
	.wt-template h1,.wt-template .head1{
		font-size: 32px;
		font-style: normal;
		font-weight: 600;
		line-height: 40px; /* 125% */
		letter-spacing: -0.5px;
	}
	.wt-template h2,.wt-template .head2{
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 36px; /* 150% */
	}
	.wt-template h3,.wt-template .head3{
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 34px; /* 154.545% */
	}
	.wt-template h4,.wt-template .head4{
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 33px; /* 165% */
	}
	.wt-template h5,.wt-template .head5{
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px; /* 165% */
	}
	.wt-template h6,.wt-template .head6{
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 26px; /* 165% */
	}
	.wt-template .body-text1,
	.wt-template .body-text1 *{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
	}
	.wt-template .body-text2,
	.wt-template .body-text2 *{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px; /* 137.5% */
	}
	.wt-template .body-text3{
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px; /* 146.667% */
	}
}