#brif .modal-dialog {
	width: 800px;
	max-width: 100%;
	margin: 50px auto;
}
#brif .modal-content {
	background: #fff;
	border:none;
}
#brif .modal-body {
	padding: 0;
}
#brif .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 15px;
	height: 15px;
}
#brif .close svg {display: block;margin-top: -2px;overflow: visible;}
#brif .close path {
	-webkit-transition: all .4s ease-out; 
	-o-transition: all .4s ease-out; 
	transition: all .4s ease-out; 
	fill:#cecbcb;
}
#brif .close:hover path {
	fill:#000000;
}
.stp-heading {
	background: #fff;
	height: 235px;
	position: relative;
	font: 48px/48px 'BebasNeueBold',Arial,sans-serif;
	letter-spacing: 2px;
	color: #000;
	text-transform: uppercase;
	word-wrap: break-word;
	-webkit-transition: all .4s ease-out; 
	-o-transition: all .4s ease-out; 
	transition: all .4s ease-out; 
}
#brif .stp-heading span {
	display: block;
	margin-top: 15px;
	text-transform: none;
	letter-spacing: 0;
	font: 22px/24px 'RobotoCondensed-Light',Arial,sans-serif;
}
.stp-body {
	background: #e4e4e4;
	padding: 62px 15px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .4s ease-out; 
	-o-transition: all .4s ease-out; 
	transition: all .4s ease-out; 
}
.stp-it {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding: 60px 65px;
	border-left: 1px dashed #cdcdcd;
	-webkit-transition: all .6s cubic-bezier(0.38, -0.43, 1, 1); 
	-o-transition: all .6s cubic-bezier(0.38, -0.43, 1, 1); 
	transition: all .6s cubic-bezier(0.38, -0.43, 1, 1);
}
.stp-it:first-child {
	border-left: none;
}
.stp-it__icon {position: relative;}
.stp-it__icon--h {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all .4s cubic-bezier(0, 0, 0.41, 1.48);
	-o-transition: all .4s cubic-bezier(0, 0, 0.41, 1.48);
	transition: all .4s cubic-bezier(0, 0, 0.41, 1.48);
}
.stp-it__icon:after {
	content: '';
	position: absolute;
	top: -25px;
	right: -15px;
	width: 34px;
	height: 34px;
	background: url(../images/tick.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-webkit-transition: all .4s cubic-bezier(0, 0, 0.41, 1.48);
	-o-transition: all .4s cubic-bezier(0, 0, 0.41, 1.48);
	transition: all .4s cubic-bezier(0, 0, 0.41, 1.48);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.stp-it:hover .stp-it__icon:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.stp-it:hover .stp-it__icon--h {opacity: 1;}
.start-screen.hidd .stp-it{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.stp-it__icon {
	height: 90px;
	margin-bottom: 40px;
}
.stp-it__icon svg,.stp-it__icon img {
	margin: 0 auto;
	max-height: 100%;
}
.stp-btn {
	width: 168px;
	max-width: 100%;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	white-space: normal;
	overflow: hidden;
	height: 49px;
	font: 20px/49px 'BebasNeueBold',Arial,sans-serif;
	-webkit-transition: all .4s ease-out; 
	-o-transition: all .4s ease-out; 
	transition: all .4s ease-out; 
	backface-visibility: hidden;
}
.stp-btn:before {
	content: '';
	position: absolute;	
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border:3px solid #000;
}
.stp-btn:after {
	content: attr(data-btn);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font: 20px/49px 'BebasNeueBold',Arial,sans-serif;
	color: #fff;
	background: #000;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .2s ease-out; 
	-o-transition: all .2s ease-out; 
	transition: all .2s ease-out; 
}
.stp-it:hover .stp-btn:after {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.hov1,.hov2,.hov3,.hov4,.hov5 {
	-webkit-transition: all .3s ease-out; 
	-o-transition: all .3s ease-out; 
	transition: all .3s ease-out;
}
.stp-it:hover .stp-it__icon svg .hov1,
.stp-it:hover .stp-it__icon svg .hov2,
.stp-it:hover .stp-it__icon svg .hov3,
.stp-it:hover .stp-it__icon svg .hov4,
.stp-it:hover .stp-it__icon svg .hov5{
	fill:#ffd400;
}
.stp-body {
	height: 420px;
	position: relative;
}
.stp-section-over {
	-webkit-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out; 
	transition: all .5s ease-out;
}
.stp-sect-dec--1 .stp-it{
	margin-top: 70px;
	padding: 40px 20px;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}
.stp-sect-dec--2 .stp-it {
	padding: 35px 20px;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0;
}
.stp-sect-dec.stp1 .stp-it {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;	
}
.stp-sect-dec.stp2 .stp-it {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;	
	border-left: none;
}
.stp-sect-dec.stp2 .stp-it__icon {
	height: 65px;
}
.stp-sect-dec--1 .stp-it .stp-btn {width: 150px;}
.stp-sect-dec--2 .stp-it .stp-btn {
	width: 115px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
}
.stp-sect-dec--2 .stp-it .stp-btn:after {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
}
.stp-section {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}
.stp-section.visible {
	opacity: 1;
	visibility: visible;
}
.stp-section.stp1 .stp-section-over  {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.stp-section-panel {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s cubic-bezier(0, 0, 0.41, 1.48);
	-o-transition: all .4s cubic-bezier(0, 0, 0.41, 1.48);
	transition: all .4s cubic-bezier(0, 0, 0.41, 1.48);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
#brif .modal-body {
	overflow: hidden;
}
.stp-panel {
	float: left;
	width: 30%;
	height: 60px;
	padding: 20px;
	padding-left: 50px;
	background: #fff;
	position: relative;
	text-align: center;
	font: 16px/18px 'RobotoCondensed-Light',Arial,sans-serif;
	color: #aaa9a9;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.stp-desctop .stp-section-panel{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.stp-sect-dec.stp1 .stp-panel:nth-child(2){
	background: #ffd400;
	color: #000;
}
.stp-sect-dec.stp1 .stp-panel:nth-child(2):after {
	border-color: transparent transparent transparent #ffd400;
}
.stp-sect-dec.stp2 .stp-panel:nth-child(2) {
	color: #000;
}
.stp-sect-dec.stp2 .stp-panel:nth-child(3) {
	background: #ffd400;
	color: #000;
}
.stp-sect-dec.stp2 .stp-panel:nth-child(3):after {
	border-color: transparent transparent transparent #ffd400;
}
.stp-sect-dec.stp3 .stp-panel:nth-child(2),
.stp-sect-dec.stp3 .stp-panel:nth-child(3) {
	color: #000;
}
.stp-sect-dec.stp3 .stp-panel:nth-child(4) {
	background: #ffd400;
	color: #000;
}
.stp-sect-dec.stp3 .stp-panel:nth-child(4):after {
	border-color: transparent transparent transparent #ffd400;
}

.stp-panel--1 {width: 10%;padding: 15px;}
.stp-panel b {
	font-family: 'RobotoCondensed-Bold',Arial,sans-serif;
}
.stp-panel:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	right: -30px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.stp-panel:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0px;
	right: -33px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #e4e4e4;
}
.stp-panel:last-child:after, .stp-panel:last-child:before {display: none;}
.start-screen {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.start-screen.hidd {
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	-o-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
	visibility: hidden;
	opacity: 0;
}
.stp-sect-dec-cont {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 1s ease-out; 
	-o-transition: all 1s ease-out; 
	transition: all 1s ease-out;
}
.stp-sect-dec.stp1 .stp-sect-dec--1 {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.stp-sect-dec.stp2 .stp-sect-dec--2 {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.stp-sect-dec.stp3 .stp-sect-dec--3 {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.stp-sect-dec.stp3 .stp-section-panel{
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.stp-heading-dec {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out; 
	transition: all .5s ease-out;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.stp-heading.stp-dec1, 
.stp-heading.stp-dec2, .stp-heading.stp-dec-h {
	height: 160px;
}
.stp-heading-start {
	padding: 75px 35px 25px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out; 
	transition: all .5s ease-out;
}
.stp-heading-start.hidd {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.stp-heading.stp-dec-h .stp-heading-start {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.stp-heading.stp-dec1 .stp-heading-dec--1,.stp-heading.stp-dec2 .stp-heading-dec--2,
.stp-heading.stp-dec3 .stp-heading-dec--3 {
	padding: 75px 35px 25px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);}
.stp-heading-dec--3 .marked {
	color: #ffd400;
	display: inline-block;
	margin-right: 25px;
	font-style: normal;
}
.stp-body.stp-dec1,.stp-body.stp-dec2 {
	height: 482px;
}
.stp-section-final__left {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	-webkit-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out; 
	transition: all .5s ease-out;
	opacity: 0;
	-webkit-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	-o-transform: translateY(-70px);
	transform: translateY(-70px);
}
.stp-section-final {font-size: 0;line-height: 0;}
.stp-section-final__left img {
	margin: 130px auto 0;
}
.stp-section-final__right {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	text-align: left;
	padding: 45px 50px 0 0;
	-webkit-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out; 
	transition: all .5s ease-out;
	opacity: 0;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	-o-transform: translateY(70px);
	transform: translateY(70px);
}
.stp-sect-dec.stp3 .stp-section-final__right,.stp-sect-dec.stp3 .stp-section-final__left{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.frm-step-fld {
 margin-top: 25px;
}
.frm-step-fld input {
	width: 100%;
	height: 39px;
	padding: 10px 21px;
	background: #fff;
	border:none;
	font-size: 16px;
	color: #000;
	-webkit-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out; 
	transition: all .5s ease-out;
}
.frm-step-fld.has-error input {
	background: #f7cbcb;
}
.frm-step-fld.has-success input {
	background: #b1e6b1;
}
.stp-section-final__right form p {
	margin-top: 25px;
}
.stp-section-final__right form .stp-btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border:none;
	background: transparent;
}
.stp-section-final__right form .stp-btn:after {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.stp-section-final__right form .stp-btn:hover:after {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.back-step {
	z-index: 10;
	position: absolute;
	cursor: pointer;
	top: 15px;
	left: 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .5s ease-out; 
    -o-transition: all .5s ease-out; 
    transition: all .5s ease-out;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
    font-size: 16px;
    color: #a7a6a6;
}
.stp-container {
	overflow: hidden;
}
.back-step svg {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.back-step svg path{
	fill:#a7a6a6;
	-webkit-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out; 
	transition: all .5s ease-out;
}
.back-step.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.back-step.visible:hover {
	color: #000;
}
.back-step.visible:hover svg path {fill:#000;}
.stp-sect-mob.visible .stp-section-panel {
	visibility: visible;
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    -o-transform: translateY(0%);
	    transform: translateY(0%);
	    -webkit-transition-delay: 0.7s;
	    -o-transition-delay: 0.7s;
	    transition-delay: 0.7s;
}
.stp-mob1 .stp-heading-mob--1,
.stp-mob2 .stp-heading-mob--2,
.stp-mob3 .stp-heading-mob--3,
.stp-mob4 .stp-heading-mob--4,
.stp-mob5 .stp-heading-dec--3 {
	padding: 75px 35px 25px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.stp-sect-mob.stp1 .stp-sect-mob--1,
.stp-sect-mob.stp2 .stp-sect-mob--2,
.stp-sect-mob.stp3 .stp-sect-mob--3,
.stp-sect-mob.stp4 .stp-sect-mob--4,
.stp-sect-mob.stp5 .stp-sect-mob--5    {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.stp-sect-mob.stp5 .stp-sect-mob--5 .stp-section-final__left,
.stp-sect-mob.stp5 .stp-sect-mob--5 .stp-section-final__right {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.stp-sect-mob.stp5 .stp-section-panel {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.frm-step-fld input:focus {
	outline: none;
}
.stp-sect-mob--1 .stp-it, .stp-sect-mob--2 .stp-it,
.stp-sect-mob--3 .stp-it   {
	margin-top:30px ;
}
.stp-sect-mob--4 .stp-it {margin-top: 30px;}
.stp-sect-mob--3 .stp-it {
	padding: 60px 35px;
}
.stp-sect-mob--4 .stp-it {
	padding: 60px 20px;
}
.stp-sect-mob--4 .stp-it .stp-btn {
	width: 150px;
	font-size: 18px;
}
.stp-sect-mob--4 .stp-it .stp-btn:after {font-size: 18px;}
.stp-sect-mob  .stp-panel {
	width: 19%;
	padding-left: 35px;
	padding-right: 0;
	font-size:14px;
}
.stp-sect-mob .stp-panel--1 {
	width: 5%;
	padding-left: 5px;
	padding-right: 5px;
}
.stp-sect-mob.stp1 .stp-panel:nth-child(2) {
	width: 17%;
	color: #000;
	background: #ffd400;
}
.stp-sect-mob.stp1 .stp-panel:last-child {width: 21%;}
.stp-sect-mob.stp1 .stp-panel:nth-child(2):after {
	border-color: transparent transparent transparent #ffd400;
}
.stp-sect-mob.stp2 .stp-panel:nth-child(2) {color: #000;}
.stp-sect-mob.stp2 .stp-panel:nth-child(3) {
	color: #000;
	background: #ffd400;
}
.stp-sect-mob.stp2 .stp-panel:nth-child(3):after {
	border-color: transparent transparent transparent #ffd400;
}
.stp-sect-mob.stp3 .stp-panel:nth-child(3),
.stp-sect-mob.stp3 .stp-panel:nth-child(2) {color: #000;}
.stp-sect-mob.stp3 .stp-panel:nth-child(4) {
	color: #000;
	background: #ffd400;
}
.stp-sect-mob.stp3 .stp-panel:nth-child(4):after {
	border-color: transparent transparent transparent #ffd400;
}
.stp-sect-mob.stp4 .stp-panel:nth-child(2),
.stp-sect-mob.stp4 .stp-panel:nth-child(3),
.stp-sect-mob.stp4 .stp-panel:nth-child(4) {color: #000;}
.stp-sect-mob.stp4 .stp-panel:nth-child(5) {
	color: #000;
	background: #ffd400;
}
.stp-sect-mob.stp4 .stp-panel:nth-child(5):after {
	border-color: transparent transparent transparent #ffd400;
}
.stp-mobile.stp-mobb {
	height: 465px;
}
#thank_brif .modal-dialog {
	width: 1020px;
	max-width: 100%;

}
#thank_brif .modal-content {
	border:none;
	padding: 85px 0 0;
}
#thank_brif .modal-body {padding: 0;}
#thank_brif .modal-cont {
	background: #fff;
	padding: 35px 255px 65px 95px;
	position: relative;
	text-align: left;
}
.modal-blog-list {
	margin-bottom: 15px;
	text-align: left;
}
.modal-blog-list li {
	display: block;
	margin-bottom: 10px;
}
.modal-blog-list li a {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-family: 'RobotoCondensed-Bold', Arial, sans-serif;;
	-webkit-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out; 
	transition: all .5s ease-out;
}
.modal-blog-list li a img ,
.modal-blog-list li a span {
	display: inline-block;
	vertical-align: middle;
}
.modal-blog-list li a img {margin-right: 20px;margin-bottom: 10px;}
.modal-blog-list li a:hover {
	color: #767474;
	text-decoration: none;
}
.modal-cont__head {
	text-align: left;
	margin-bottom: 20px;
	font: normal 24px/1.2 'BebasNeueBold', Arial, sans-serif;
	color: #000;
}
.lnk-modal {
	display: inline-block;
	vertical-align: middle;
	font: normal 18px/1 'BebasNeueBold', Arial, sans-serif;
	color: #000;
	text-decoration: underline;
}
.lnk-modal:hover {
	color: #000;
	text-decoration: none;
}
.lnk-modal:nth-of-type(1) {margin-right: 17px;}
.modal-head {
	text-align: center;
	font: normal 60px/1.2 'BebasNeueBold', Arial, sans-serif;
	color: #000;
}
.modal-head span {
	display: block;
	margin-top: 30px;
	margin-bottom: 55px;
	font-size: 28px;
	line-height: 26;
	font:28px/36px 'BebasNeueRegular', Arial, sans-serif;
}
.modal-social {
	position: absolute;
	top: 70px;
	right: 85px;
	font-size: 0;
	width: 185px;
	text-align: center;
}
.modal-social a {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: -3px;
	width: 55px;
	height: 55px;
	position: relative;
}
.modal-social a img {
	position: absolute;
	left: 0;
	right: 0;
	top: -3px;
}
#thank_brif .modal button.close {
	top: 15px;
	right: 15px;
}
.soc-h {
	opacity: 0;
	-webkit-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out; 
	transition: all .5s ease-out;
}
.modal-social a:hover .soc-h {opacity: 1;}
@media screen and (max-width: 1025px) {
	.mobile-dev .stp-btn {
		padding-top: 3px;
	}
}
@media screen and (max-width: 1023px) {
	.stp-sect-dec--1 .stp-it {
		padding: 40px 10px;
		max-width: 24%;
	}
	.stp-sect-dec--2 .stp-it {
		width: 19%;
		padding: 30px 10px;
	}
	.stp-sect-mob--4 .stp-it {
		padding: 60px 10px;
		width: 24%;
	}
}
@media screen and (max-width: 767px) {
	#thank_brif .modal-dialog, #brif .modal-dialog {width: auto;}
	#thank_brif .modal-cont {
		padding: 20px;
	}
	.modal-social {
		position: static;
		margin: 25px auto;
	}
	.stp-panel {
		height: 40px;
		font-size: 12px;
		padding: 10px;
	}
	.stp-panel:before{
		right: -22px;
		border-width: 20px 0 20px 20px;
		border-color: transparent transparent transparent #e4e4e4;
	} 
	.stp-panel:after {
		right: -19px;
		border-width: 20px 0 20px 20px;
		border-color: transparent transparent transparent #fff;
	}
	.stp-sect-mob  .stp-panel {
		padding-left: 20px;
	}
	.stp-panel--1, .stp-sect-mob .stp-panel--1  {
		padding: 5px;
	}
	.start-screen .stp-it, .stp-sect-mob--1 .stp-it, .stp-sect-mob--2 .stp-it {
		width: 49%;
		padding: 60px 35px;
	}
	.stp-sect-mob--3 .stp-it {
		width: 33%;
		padding: 60px 20px;
	}
	.stp-sect-dec--1 .stp-it .stp-btn, .stp-sect-mob--4 .stp-it .stp-btn {
		max-width: 100%;
		font-size: 16px;
	}
	.stp-sect-dec--2 .stp-it {
		padding: 30px 2px;
	}
	.stp-sect-dec--2 .stp-it .stp-btn {
		max-width: 100%;
		font-size: 16px;
	}
	.stp-panel b {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.stp-it__icon:after {top: -10px;}
	.stp-heading {
		font-size: 22px;
		line-height: 24px;
	}
	#brif .stp-heading span {
		font-size: 18px;
		line-height: 20px;
	}
	.stp-btn {
		height: auto !important;
		padding: 5px !important;
		padding-top: 8px !important;
		padding-top: 7px !important;
		font-size: 14px !important;
		line-height: 1.33212 !important;	
	}
	.stp-btn:after {
		padding: 5px;
		padding-top: 7px;
		font-size: 14px !important;
		line-height: 18px !important;	
	}
	.start-screen .stp-it, .stp-sect-mob--1 .stp-it, .stp-sect-mob--2 .stp-it {
		padding: 60px 5px;
	}
	.stp-sect-dec--1 .stp-it {
		padding: 15px 10px;
		max-width: 49%;
		margin-top: 40px;
	}
	.stp-it__icon{
		height: 75px;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.stp-sect-dec--2 .stp-it {
		top: -10px;
		right: -10px;
	}
	.stp-it__icon svg, .stp-it__icon img {max-width: 100%;}
	.stp-sect-dec--2 .stp-it {
		padding: 10px 2px;
		width: 33%;
	}
	.stp-section-final__left {display: none;}
	.stp-section-final__right {
		width: 100%;
		padding: 20px;
		padding-top: 60px;
	}
	.stp-panel--1 svg {max-width: 100%;}
	.stp-sect-dec .stp-panel {
		padding-left: 25px;
	}
	.stp-panel--1, .stp-sect-mob .stp-panel--1 {
		padding: 2px !important;
		padding-top: 5px !important;
	}
	.stp-panel, .stp-sect-mob .stp-panel {font-size: 12px;}
	.stp-sect-mob--1 .stp-it, .stp-sect-mob--2 .stp-it {
		width: 100%;
		margin: 0;
		padding: 30px 0;
	}
	.stp-sect-mob--3 .stp-it {
	    width: 33%;
	    padding: 85px 10px;
	}
	.stp-sect-mob--4 .stp-it {
	    padding: 10px 10px;
	    width: 50%;
	}
	.stp-heading-start {padding-top:55px ;}
	.stp-mob1 .stp-heading-mob--1, .stp-mob2 .stp-heading-mob--2, .stp-mob3 .stp-heading-mob--3, .stp-mob4 .stp-heading-mob--4, .stp-mob5 .stp-heading-dec--3 {
		padding-top: 105px;
	}
	.stp-heading.stp-dec1 .stp-heading-dec--1, .stp-heading.stp-dec2 .stp-heading-dec--2, .stp-heading.stp-dec3 .stp-heading-dec--3 {
		padding-top: 80px;
	}
}
@media screen and (max-width: 420px) {
	.stp-panel--1, .stp-sect-mob .stp-panel--1 {font-size: 10px;}
	.stp-sect-mob  .stp-panel {padding-left: 22px;font-size: 10px;}
}