/*

Template Name: Landing page for Sdtransportationllc

*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#BANNER
#WELCOME
#TESTIMONIALS 
#SUBSCRIBE 
#FOOTER

*/


* { margin: 0; padding: 0; }

/********** BODY **********/

html { width: 100%; height: 100%; overflow-x: hidden; }
body { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; font-size: 14px; color: #666666; line-height: 24px; font-weight: 300; position: relative; overflow-x: hidden; letter-spacing: 0.4px; }
header, section, footer { width: 100%; float: left; }

/********** A TAG **********/

a { text-decoration: none; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; color: #f54337; }
a:hover, a:focus { outline: none; text-decoration: none; color: #000; }
button { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }

/********** HEADING **********/

h1 { font-size: 46px; text-shadow: 2px 3px 3px rgba(0,0,0,.23); color: #fff; font-weight: 700; letter-spacing: 1.7px; font-family: 'Roboto', sans-serif; margin: 0; line-height: 56px; text-transform: uppercase; }
h2 { font-size: 30px; line-height: 42px; letter-spacing: 0.80px; font-family: 'Roboto', sans-serif; margin: 0 0 15px 0; font-weight: 300; color: #232331; text-transform: uppercase; }
h3 { font-size: 22px; line-height: normal; font-family: 'Roboto', sans-serif; margin: 0 0 15px 0; font-weight: 700; color: #002c54; }
h4 { font-size: 30px; font-family: 'Roboto', sans-serif; margin: 0 0 15px 0; line-height: normal; font-weight: 700; color: #002c54; }
h5 { font-size: 25px; font-family: 'Roboto', sans-serif; margin: 0 0 15px 0; line-height: normal; font-weight: 700; color: #002c54; }
h6 { font-size: 20px; font-family: 'Roboto', sans-serif; margin: 0 0 15px 0; line-height: normal; font-weight: 700; color: #002c54; }

/********** P TAG **********/

.thankyou-main .thankyou-content {
	margin: 50px 0 50px 0;
	display: block;
	background: rgba(255, 255, 255, .85);
	padding: 40px 60px;
	text-align: center;
	font-size: 20px;
	border: 1px solid rgb(255, 156, 2) !important;
	border-radius: 15px;
}
.thankyou-content .button {
	color: #fff !important;
}
.button {
	width: auto;
	color: #fff !important;
	padding: 15px 35px;
	/* font: bold 14px 'Open Sans', sans-serif; */
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #000A43;
	color: #fff !important;
}

p { float: none; margin: 0 0 25px 0; padding: 0; }
p a { color: #891c4a; }
p strong { font-weight: bold; }
p:last-child { margin: 0; }

/********** UL LI LISTING **********/

ul { margin: 0 0 15px 0; padding: 0; display: block; list-style: none; }
ul li { margin: 0 0 20px 0; padding: 0 0 0 20px; line-height: normal; position: relative; }
ul li a { color: #2b3548; }
ul li a:hover { color: #891c4a; text-decoration: none; }
ul li::before { content: "\f111"; font-family: 'FontAwesome'; left: 0; top: 0; position: absolute; }
ol { margin: 0 0 15px 15px; padding: 0; }

/********** IMAGE ALIGN **********/

.alignleft { float: left; margin: 0 30px 30px 0; }
.alignright { float: right; height: auto; margin: 0 0 30px 30px; }
.aligncenter { display: block; margin: auto auto 20px auto; }
img { max-width: 100%; }

/********** SCROLL BUTTON **********/

a.back-to-top { display: none; position: fixed; z-index: 999; right: 20px; bottom: 75px; text-align: center; }
a.back-to-top i { font-size: 30px; line-height: 1.2; font-family: FontAwesome; color: #fff; width: 40px; height: 40px; background-color: #000; }
a:hover.back-to-top i { background-color: #fee823; color: #000; }

/********** INPUT **********/

input[type=search] { -webkit-appearance: none; }
input[type=text], input[type=password], input[type=search] { -webkit-appearance: none; -moz-appearance: none; outline: 0; }
input:focus, textarea:focus, select:focus, button:focus { outline: none; text-decoration: none; -moz-appearance: none; }
input, textarea, button { outline: none; text-decoration: none; -moz-appearance: none; -webkit-appearance: none; }
select { width: 100%; -moz-appearance: none; -webkit-appearance: none; }
textarea { width: 100%; border: 1px solid #fff; padding: 10px 15px; }
.error { border: 1px solid #ff0000 !important; color: #ff0000 !important; }
label.error { display: none !important; }
.success-msg { color: #008000 !important; width: 100%; float: left; text-align: center; }


/********** PLACEHOLDER **********/



.form-control::-webkit-input-placeholder {
color:#FFF;
opacity: 1;
}
.form-control::-moz-placeholder {
color:#FFF;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color:#FFF;
opacity: 1;
}


/******************** HEADER ********************/

/********** TOP-PART ****************************/

.top-part { width: 100%; float: left; background: #232331; -webkit-box-shadow: 1px 1px #6f6f81; -moz-box-shadow: 1px 1px #6f6f81; box-shadow: 1px 1px #6f6f81; }
.logo { width: auto; float: left; padding: 10px 0 0 0; }
.phone-number { width: auto; float: right; padding: 20px 40px 20px 75px; background-color: rgba(255,255,255,0.05); position: relative; }
.phone-number::before { position: absolute; left: -40px; top: 0; content: "";  border-left: 40px solid transparent; }
.phone-number::after { position: absolute; left: 100%; top: 0; bottom: 0; height: 100%; content: "";  width: 5000px; }
.phone-number-inner { width: 100%; float: left; position: relative; }
.phone-number-inner::before { position: absolute; content: "\f095"; font-family: 'FontAwesome'; left: -50px; top: -4px; color: #f54337; font-size: 50px; transform: rotate(20deg); line-height: normal; -webkit-transform: rotate(20deg); -o-transform: rotate(20deg); -ms-transform: rotate(20deg); }
.phone-number span { display: block; color: #9d9db8; font-size: 15px; line-height: 16px; letter-spacing: 0.5px; text-transform: uppercase; font-weight: 400; }
.phone-number a { display: inline-block; font-size: 32px; line-height: 42px; color: #e2e2e7; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.phone-number a:hover { color: #f54337; }



/********** BANNER **********/
#submit {
	text-align: center;
}
.section-title a {
	color: yellow;
}
.section-image-part {
	margin-top: 50px;
}
.welcome-section h2 {
	margin-top: 10px;
}

.banner-section { width: 100%; float: left; margin-bottom: 60px; }
.banner-top { width: 100%; float: left; position: relative; background: url(../images/banner.jpg) center center no-repeat; background-size: cover; border-top: 1px solid #6f6f81; }
.banner-section .overlay { position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: "";}
.banner-inner { width: 100%; float: left; position: relative; z-index: 1; }
.banner-text-part { width: 100%; float: left; max-width: 670px; padding: 230px 0 215px 0; position: relative; }
.banner-text-part span { font-size: 18px; line-height: 48px; display: inline-block; color: #FFF; letter-spacing: 1px; background-color: #232331; text-shadow: 1px 2px 3px rgba(0,0,0,.3); font-weight: 400; padding: 0 35px 0 25px; margin-bottom: 22px; }
.banner-text-part h1 { margin-bottom: 20px; }
.banner-text-part h1 strong { font-size: 56px; }
.banner-text-part h1 strong mark { color: #fee823; background: rgba(0,0,0,0); padding: 0; }
a.btn { padding: 0 15px; background-color: #d3042a36; border-width: 0 0 0 3px; border-style: solid; border-color: #fee823; border-radius: 0; line-height: 47px; display: inline-block; font-size: 17px; color: #FFF; font-weight: 500; letter-spacing: 0.6px; text-transform: uppercase; position: relative; box-shadow:none !important; }
a.btn::before { position: absolute; content: ""; border-top: 48px solid #d3042a36; border-right: 19px solid transparent; right: -19px; top: 0; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
a.btn i { font-size: 20px; margin-left: 5px; }
a.btn:hover { background-color: #fee82369; border-color: #fee82369; }
a.btn:hover::before { border-top: 48px solid #fee82369; }
.service-image-list { width: 100%; float: left; position: absolute; bottom: -82px; left: 0; }
.service-image-list ul { width: 100%; float: left; margin: 0; }
.service-image-list ul li { padding: 0 39px 0 0px; margin: 0; display: inline-block; float: left; }
.service-image-list ul li:last-child { padding: 0; }
.service-image-list ul li::before { display: none; }
.banner-form { width: 100%; float: left; margin-top: -635px; }
.form-inner-main { max-width: 470px; width: 100%; float: right; padding-left: 20px; position: relative; z-index: 1; }
.form-inner { width: 100%; float: left; background-color: #d3042a; padding: 20px 33px 0; margin-top:45px;}
.form-title { width: 100%; float: left; padding: 0 7px; position: relative; }
.down-arrow { position: absolute; right: 37px; top: 15px; width: auto; float: right; }
.form-title h2 { font-size: 34px; font-weight: 300; color: #FFF; max-width: 205px; display: inline-block; letter-spacing: 1.3px; text-transform: none; }
.form-inner ul { width: 100%; float: left; margin-bottom: 25px; }
.form-inner ul li { margin: 0; width: 100%; float: left; padding: 7px; position: relative; }
.form-inner ul li::before { display: none; }
.form-control { width: 100%; height: 50px; border: solid 1px #f87c72; background-color: #d20c2d; line-height: normal; padding: 0 15px 0 45px; font-weight: 400; color: #FFF; box-shadow: none; border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; }
.form-control:focus { border-color:#d20c2d; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 8px rgba(254,232,35,.6); box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 8px rgba(254,232,35,.6); }
.form-inner ul li i { position: absolute; left: 25px; top: 23px; font-size: 16px; color: #FFF; }
textarea.form-control { padding: 15px 15px 15px 45px; }
.form-button { width: 100%; padding: 0 20px; color: #000; background-color: #fee823; line-height: 60px; border: none; text-transform: uppercase; font-size: 26px; font-weight: 700; letter-spacing: 0.4px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.form-button:hover { color: #f54337; background-color: #232331; }
.rotate { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); }



/******************** SECTION ********************/

/******** WELCOME-SECTION ********/

.welcome-section { width: 100%; float: left; margin-bottom: 70px; }
section h2 strong { color: #d3042a; margin-top: :10px; }
.welcome-section h2 strong { display: block; margin-top: :10px; }
.section-top-part { width: 100%; float: left; }
.section-top-part .button-part { width: 100%; float: left; margin-top: 20px; }
.section-top-part a.btn { background-color: #eeeeee; font-size: 14px; color: #000; border-color: #f54337; }
.section-top-part a.btn:hover { color: #f54337; border-color: #f54337; }
.section-top-part a.btn::before { border-top: 48px solid #eeeeee; }
.service-list { width: 100%; float: left; }
.service-list h2 { text-transform: none; font-size: 28px; color: #002c54; letter-spacing: 0px; text-align: center; margin: 20px 0 25px 0; }
.service-list h2 a { font-weight: 400; }
.service-list figure { width: 100%; float: left; position: relative; margin: 15px 0; }
.service-list figure::before { content: ""; position: absolute; bottom: 0; left: 0; top: 0; right: 0;}
.service-list figure figcaption { width: 100%; float: left; position: absolute; bottom: 25px; left: 0; z-index: 1; }
.service-list figure figcaption .service-title { width: auto; padding: 5px 15px 5px 20px; float: left; background-color: #d3042a; font-size: 20px; font-weight: 500; color: #ffffff; letter-spacing: 0.5px; position: relative; }
.service-list figure figcaption .service-title::before { position: absolute; content: ""; border-top: 34px solid #d3042a; border-right: 20px solid transparent; right: -20px; top: 0; }

/******* TESTIMONIALS *******/

.testimonials-section { width: 100%; float: left; background: #f2f2f2 url(../images/map-image.png) center center no-repeat; background-size: auto; padding: 50px 0 60px; }
.testimonials-section .section-title { width: 100%; float: left; text-align: center; padding: 0 0 0; }
.testimonials-section .section-title h2 { margin: 0; }
.testimonials-section .section-title p { margin: 0; font-weight: 400; color: #797979; }
.separator { width: 100%; float: left; margin-top: 6px; }
.slider-part { width: 100%; float: left; }
.slide-main { width: 100%; float: left; border: 2px solid #e84545; background-color: rgba(255,255,255,0.60); border-radius: 7px; -webkit-border-radius: 7px; -o-border-radius: 7px; position: relative; padding: 45px 11px 83px 11px; text-align: center; margin: 65px 0; }
.slide-main::before { content: "\f10d"; font-family: 'FontAwesome'; color: #f54337; font-size: 26px; position: absolute; top: -30px; left: 0; right: 0; margin: 0 auto 0; border: 2px solid #f54337; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; width: 60px; height: 60px; text-align: center; line-height: 56px; background-color: #FFF; }
.slide-main p { font-size: 15px; font-style: italic; font-weight: 400; color: #222230; width: 100%; float: left; margin: 0; }
hr.separator-line { width: 100%; max-width: 65px; display: inline-block; border-top: 3px solid #f54337; margin: 20px 0 10px 0; }
.author-info { width: 100%; float: left; font-size: 15px; color: #141414; font-weight: 500; font-style: italic; }
.author-info span { color: #f54337; }
.author-image { position: absolute; bottom: -57px; left: 0; right: 0; margin: 0 auto; width: 117px; height: 117px; -webkit-border-radius: 59px 58px 58px 59px/58px 58px 59px 59px; -moz-border-radius: 59px 58px 58px 59px/58px 58px 59px 59px; border-radius: 59px 58px 58px 59px/58px 58px 59px 59px; background-color: #fffdca; border: solid 4px #cfcfcf; }
.author-image img { -webkit-border-radius: 59px 58px 58px 59px/58px 58px 59px 59px; -moz-border-radius: 59px 58px 58px 59px/58px 58px 59px 59px; border-radius: 59px 58px 58px 59px/58px 58px 59px 59px; width: auto !important; height: auto !important; }
.owl-dots { counter-reset: dots; }
.owl-dot:before { counter-increment: dots; content: counter(dots); display: inline-block; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; font-weight: 700; color: #3f445d; line-height: 35px; }
.owl-dot.active:before { color: #b72028; }
.owl-theme .owl-dots .owl-dot span { margin: 0 14px 0 14px; width: 35px; height: 35px; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; border: 2px solid #3f445d }
.owl-theme .owl-dots .owl-dot { position: relative; }
.owl-theme .owl-dots .owl-dot::after { content: ""; position: absolute; left: -6px; top: 50%; margin-top: -1px; width: 14px; height: 2px; background: url(../images/dots-line.png) center center no-repeat; }
.owl-theme .owl-dots .owl-dot:first-child::after { display: none; }
.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }

/******** SUBSCRIBE-SECTION ********/

.subscribe-section { width: 100%; float: left; background-color: #d3042a; padding: 50px 0; }
.subscribe-section-inner { width: 100%; float: left; position: relative; }
.subscribe-section-inner h2 { color: #FFF; font-size: 34px; }
.subscribe-section-inner h2 strong { color: #fee823; font-weight: normal; }
.subscribe-section-inner p { color: #FFF; font-weight: 400; font-size: 15px; margin: 0 auto; max-width: 800px; }
.arrow-image { position: absolute; right: 265px; top: 95px; }
.subscribe-form-part { position: relative; width: 461px; display: block; margin: 35px auto 0; }
.subscribe-input { width: 100%; height: 59px; -webkit-border-radius: 29px 30px 30px 29px/29px 29px 30px 30px; -moz-border-radius: 29px 30px 30px 29px/29px 29px 30px 30px; border-radius: 29px 30px 30px 29px/29px 29px 30px 30px; background-color: #fff; -webkit-box-shadow: inset 3px 4px 6px rgba(0,0,0,.08); -moz-box-shadow: inset 3px 4px 6px rgba(0,0,0,.08); box-shadow: inset 3px 4px 6px rgba(0,0,0,.08); border: solid 2px #fff; padding: 0 25px; font-weight: 400; color: #5d5d5d; font-size: 15px; line-height: normal; }
.subscribe-button { padding: 0 30px 0 20px; border: none; display: inline-block; position: absolute; right: 0; background-color: transparent; border-left: 1px solid #d6d6d6; line-height: normal; color: #5d5d5d; font-size: 15px; top: 22px; }

/******** FOOTER *********/

footer { width: 100%; float: left; padding: 25px 0; background-color: #202020; }
footer p { margin: 0; color: #fff; line-height: 22px; font-weight: 400; letter-spacing: 0.6px; }
footer .text-left, footer .text-right { width: 50%; float: left; }

@media (min-width:0px) and (max-width:640px) {
.phone-number::before {
	border: none;
	background: rgba(255,255,255,0.05);
	width: 0 !important;
	height: 100%;
	bottom: 0;
	right: 100%;
}	
.subscribe-section-inner h2 {
	font-size: 18px;
	line-height: 1.5em;
	
}
.phone-number a {
	font-size: 20px !important;
	line-height: 32px;
}	
}
/** Landing page Form **/
.validation_error, .instruction.validation_message {display:none;}
.gfield_description.validation_message {padding:0 !important;color: #fff !important; padding-top: 5px !important;}
.gform_wrapper li.gfield.gfield_error {background:none !important;border:none !important;}
.gfield_error input{border:1px solid #fff !important;}

form#gform_3 input::placeholder { color: #fff !important; }
form#gform_3 textarea::placeholder { color: #fff !important; }
form#gform_3 label { display: none !important; }
li#field_3_8 { display: none !important; }
form#gform_3 input { width: 100%; padding: 11px 24px !important; border: solid 1px #f87c72; color: #FFF; background-color:#d20c2d; }
form#gform_3 textarea { height: 100px !important; border: solid 1px #f87c72 !important; color: #FFF !important; background-color:#d20c2d !important; padding: 11px 24px !important; }
.form-inner ul li { padding-left: 0px; padding-right: 0px; }

#gform_3 input#gform_submit_button_3 { background-color: #fee823 !important; font-size: 26px !important; color: #000 !important; text-transform: uppercase !important; font-weight: 700 !important; letter-spacing: 0.4px !important; transition: all .4s ease-in-out !important; border: none !important; padding: 17px 10px !important; border-radius: 0px !important;  }

#gform_3 input#gform_submit_button_3:hover { color: #f54337 !important; background-color: #232331 !important; }

form#gform_3 { padding-bottom: 40px !important; }