  @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
.hidden-inner-text{
	background-position: 85% 80px;
}
.what-close-btn,
.what-close-btn span{ 
	color: #8bbd91;
	font-size: 55px;
	transition: all .5s;
}
.what-close-btn:hover,
.what-close-btn span:hover{
	color: #fff;
}
.what-video-hidden-text p{
	min-height: 450px !important;
}
.what-video-btn:hover{
	background-color: #f3ffbc;
}
.col-lg-4:nth-child(2) .what-video-btn:hover{
	background-color: #2e8c87;
}
.col-lg-4:nth-child(3) .what-video-btn:hover{
	background-color: #688c6b;
}

/*** additional expertise graphic page style ***/
.comic-area-content {
    background-image: url('/wp-content/themes/relativity-child/img/expertise-graphic design-comic-bubble.png');
    height: 431px;
    background-repeat: no-repeat;
    max-width: 986px;
    background-size: 100%;
    margin-left: 10%;
}
.comic-area-content p{
	font-size:25px;
	position: relative;
}
.comic-area-content .first-text {
    max-width: 580px;
    top: 22px;
    left: 32px;
}
.comic-area-content .second-text {
    max-width: 445px;
    left: 433px;
    top: 130px;
}
.circle-marker {
    text-align: center;
}
.circle-marker img{
	margin-right:6%;
	margin-top:-35px;
}
.section-content-side-twice{
	position:relative;
}
.comic-container {
    position: absolute;
    max-width: 1000px;
    width: 100%;
    left: 14%;
    margin-top: 55px;
}

/*** LANDING PAGE CSS ***/
.page-template-landing-page-template,
.page-template-landing-page-template .site{
	background-color:#EDEDED;
}
.page-template-landing-page-template .row{
	position:relative;
}
.page-template-landing-page-template #footer-widget-area,
.page-template-landing-page-template .footer-affiliates,
.page-template-landing-page-template .map-section,
.page-template-landing-page-template .site-header,
.page-template-landing-page-template .sliding-form{
	display:none;
}
.landing-page-container{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
	background-color:#EDEDED;
}
.landing-page-header{
}
.landing-page-header .container{
    padding-top: 60px;	
	background-color:#fff;
}
.page-template-landing-page-template .container {
    max-width: 1920px;
}
.landing-header-btn {
    background-color: #D52129;
    text-align: center;
    max-width: 310px;
    margin: 0 auto;
    padding: 10px 25px;
}
.landing-header-btn a {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}
.landing-header-btn a span{
	display: block;
	font-size: 20px;
	font-weight: 700;	
}
.landing-header-logo{
    text-align: center;
}
.landing-header-logo .custom-logo {
    max-width: 240px;
    width: 100%;
}
.landing-header-phone {
    text-align: center;
    padding-top: 45px;
}
.landing-header-phone p{
	color:#13264B;
	font-size: 52px;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}
.landing-header-phone p span{
	font-size:65px;
	font-weight:700;
	display:inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	color: #F4343C;
}
.landing-separator{
    position: relative;
    top: 1px;
	z-index: 2;
}
.landing-separator img {
    width: 100%;
    height: 135px;
}
.col-separator{
	padding:0px;
}
.landing-page-body {
    position: relative;
    margin-top: -88px;
}
.landing-page-body .container{
	background-image:url('https://amped-dev.com/hdstruckdrivinginstitute.com/wp-content/uploads/2019/04/landing-bg-1.jpg');
	background-repeat:no-repeat;
}
.landing-page-body h1 {
    padding-top: 100px;
    color: #fff;
    text-align: center;
    font-size: 90px !important;
    text-shadow: 1px 1px 5px #222;
    font-style: italic;
	margin-bottom: 20px;
}
.landing-body-text {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-shadow: 1px 1px 5px #222;
	margin-bottom: 5rem;
}
.landing-form-container {
    max-width: 760px;
    margin: 0 auto;
    padding: 20px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%);
    box-shadow: 1px 1px 35px #555;
}
.landing-form {
    padding: 10px 30px;
    padding-left: 50px;
}
.landing-form h2 {
    color: #F3353D;
    font-style: italic;
    font-size: 40px;
    text-align: center;
    line-height: 55px;
    max-width: 100%;
	margin-bottom: 50px;
	margin-top: 10px;
}
.landing-form h2 span {
    display: block;
    font-size: 50px;
    font-weight: 700;
    font-family: 'proxima_novaextrabold', sans-serif !important;
}
.landing-form .nf-form-cont{}
.landing-form .nf-form-cont h3{
	display:none;
}
.landing-form input[type="text"], .landing-form input[type="mail"], .landing-form input[type="email"], .landing-form input[type="tel"], .landing-form select {
    border-radius: 0px;
    border: none;
    box-shadow: 1px 1px 15px #ccc;
    margin-bottom: 20px;
    padding: 10px 20px !important;
    font-family: 'proxima_novaregular', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 22px;
    height: auto !important;
}
.landing-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EAEAEA;
  opacity: 1; /* Firefox */
}
.landing-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #EAEAEA;
}
.landing-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #EAEAEA;
}
.landing-form .checkbox-container{
	margin-top:20px;
}
.landing-form .checkbox-container .nf-field-label label {
    position: relative;
    margin-top: 2px;
    font-size: 19px;
    margin-bottom: 30px;
    font-family: 'open_sanslight';
    line-height: 23px;
}
.landing-form input[type="button"] {
    background: rgb(250,79,94);
    background: linear-gradient(180deg, rgba(250,79,94,1) 0%, rgba(176,15,15,1) 100%);
    font-size: 33px;
    font-family: 'proxima_novaregular', sans-serif !important;
    letter-spacing: -1px;
    font-weight: 700;
    padding: 10px 20px;
}
.landing-form ul {
    margin: 0 auto;
    max-width: 570px;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.landing-form ul li {
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 10px 30px;
}
.landing-form ul li a{
	color:#222;
}
.landing-form ul li a img{} 
.landing-form ul li a span {
    display: block;
    margin-top: 10px;
}
.form-separator {
    max-width: 760px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -65px;
}
.form-separator img{
	width:100%;
}
.landing-bottom-content{
	max-width: 1440px;
	margin: 0 auto;
	margin-top: 90px;
}
.landing-bottom-content h2 {
    text-align: center;
    font-family: 'proxima_nova', sans-serif !important;
    text-transform: uppercase;
    margin-top: 150px;
    margin-bottom: 30px;
}
.landing-bottom-content p {
    font-size: 23px;
    font-family: 'open_sanslight';
    padding-bottom: 50px;
    text-align: center;
}
.landing-page-footer{}
.landing-page-footer p{
	color:#A9A9A9;
}
.page-template-landing-page-template .site-footer {
    background-color: #252B5C;
}
.page-template-landing-page-template .theme-footer {
    background-color: #2D3573;
}
@media all and (min-width: 1025px) and (max-width: 1440px){
	.landing-header-phone {padding-top: 15px;}	
	.landing-header-phone p{line-height:50px;}
	.landing-page-body h1 {font-size: 65px !important;}	
	.landing-body-text{font-size:30px;}
}
@media all and (min-width: 1024px) and (max-width: 1024px){
	.landing-header-phone {padding-top: 15px;}	
	.landing-header-phone p{line-height:50px;}
}
@media all and (min-width: 768px) and (max-width: 1023px){
	.landing-header-phone {padding-top: 15px;}	
	.landing-header-phone p{line-height:50px;}	
	.landing-header-phone p,.landing-header-phone p span{
		font-size:45px;
	}
	.landing-form-container,.form-separator,.landing-bottom-content{
		width:90%;
	}
	.landing-header-logo {
		width: 100%;
		padding-left: 20px;
		padding-top: 20px;
	}	
}
@media all and (max-width: 767px) {
	.landing-header-logo,.landing-bottom-content {padding: 0px 15px;}
	.landing-header-phone p{line-height:50px;}	
	.landing-header-phone p,.landing-header-phone p span{font-size:45px;}	
	.landing-separator img {height: 70px;}	
	.landing-separator {top: -20px;}	
	.landing-page-body h1{font-size:40px !important;}
	.landing-body-text{font-size:30px; padding:0px 15px;line-height: 35px;}
	.landing-form {padding: 10px 15px;}	
	.landing-form input[type="button"] {font-size: 20px;letter-spacing: 0px;}	
	.landing-form ul li {padding: 10px 10px;}	
	.form-separator {bottom: -30px;}
	.landing-bottom-content h2 {margin-top: 50px;}	
}


/*** /LANDING PAGE CSS ***/

/*** 2560px res up ***/
@media only screen and (min-width:2561px) and (max-width:3840px){
	.comic-container {
	    left: 21%;
	    top: 300%;
	}	
}
@media only screen and (min-width:1921px) and (max-width:2560px){
	.comic-container {
	    left: 17%;
	    top: 150%;
	}	
}



/*** Responsive Styles Tablet ***/
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 1366px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 1366px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 1366px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 1366px),
only screen and (                min-resolution: 192dpi) and (max-width: 1366px),
only screen and (                min-resolution: 2dppx)  and (max-width: 1366px){
	.what-video-hidden-text{
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 200px;
	}
	.hidden-inner-text{
		background-position: 85% 80px;
	}
	.what-video-btn{
		margin-top: 5vh;
	}
	.what-video-hidden-text h1{
		font-size: 80px;
	}
	.what-video-content .col-lg-4{
		min-height: 104vh;
	}
	.what-video-hidden-text p{
		min-height: 420px !important;
	}
	.what-video-content .col-lg-4:nth-child(2) .what-video-hidden-text,
	.what-video-content .col-lg-4:nth-child(3) .what-video-hidden-text{
		padding-top: 20px !important;
	}
}
@media all and (max-width: 768px) {
	.page-template-what video{
		object-fit: cover;
	}
}
/*** Responsive Styles Mobile Devices ***/
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 736px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 736px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 736px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 736px),
only screen and (                min-resolution: 192dpi) and (max-width: 736px),
only screen and (                min-resolution: 2dppx)  and (max-width: 736px){
	.what-video-content .col-lg-4{
		min-height: 104vh;
	}
	.what-video-hidden-text{
		padding-top: 120px !important;
		float: left;
		min-height: 104vh;
		height: auto;
		position: relative;
	}
}

/* Blog Page CSS 27th April 2020 */

.blog .blog-roll p {
	padding-bottom: 70px;
}
.blog .blog-roll .post-thumbnail img {
	height: 100%;
	object-fit: cover;
}
.blog .blog-roll .post-thumbnail {
	min-height: 260px;
}
.blog .blog-roll .grid-item article {
	height: 100%;
}
