/* DETAILS
==================================================
	Theme Name: NWC steel	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";

/* CSS Document */


/*******GOOGLE_FONT************/


/*font-family: 'Anton', sans-serif;
font-family: 'Open Sans', sans-serif;*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

html * {
    outline: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}

outline {
    border: 0;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

a,
input,
textarea {
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}


/********* COMMON-CSS ********/


/****/

.loader-screen {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ED117F;
    z-index: 9999999;
    display: block;
    left: 0;
    right: 0;
}

#loader {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 30%;
    max-width: 300px;
}


/****/

.blck-tape a {
    color: #fff;
}

.blck-tape a:hover {
    color: #fff;
    text-decoration: none;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #F6AE01 url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius: 50%;
    z-index: 999;
}

.cd-top:hover {
    background: #000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: rgb(249, 161, 27);
    opacity: 1;
}


/****/

.map-container {
    width: 100%;
    /*margin: 50px 0 3000px;*/
}

.map-container p {
    margin: 0;
}

.map-container iframe {
    width: 100%;
    height: 350px;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}

.map-container iframe.clicked {
    pointer-events: auto;
}


/****/

div.wpcf7-validation-errors {
    border: 2px solid #f00;
    margin: 10px 0;
    background: #f00;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}


/****/

.site-btn {
    text-align: center;
}

.site-btn a {
    background: #0160be;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 13px 0 13px 20px;
    border-radius: 0;
    box-shadow: 0 0 0 transparent inset;
    float: left;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    letter-spacing: 1px;
    position: relative
}

.site-btn a::after {
    content: '';
    background: #0160be;
    position: absolute;
    height: 100%;
    width: 27px;
    left: 100%;
    top: 0;
    -webkit-transform: perspective(25px) rotateY(20deg);
    -webkit-transform-origin: top left;
    -moz-transform: perspective(25px) rotateY(20deg);
    -moz-transform-origin: top left;
}

.site-btn a:hover,
.site-btn a:focus {
    color: #000
}


/*******END********/


/***********HOME-PAGE-CSS-Start************/

.site-title {
    padding: 20px;
}

.site-title h2 {
    font-family: 'Anton', sans-serif;
    color: #481907;
    font-size: 36px;
    position: relative;
    font-weight: 400;
    margin-bottom: 40px;
}

.site-title h2 span {
    font-family: 'Anton', sans-serif;
    color: #0160be;
}

.site-title h2::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 70px;
    background: #481907;
    left: 3px;
    bottom: -20px;
}

.choose-sec {
    background-image: url(../images/choose-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 60px 0;
    background-size: 40%
}

.choose-img {
    float: left;
    width: 75px;
}

.choose-block {
    float: left;
    width: 76%;
}

.choose-block h3 {
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 24px;
    font-family: 'Montserrat-Regular';
}

.feature-sec {
    margin-top: -180px;
    position: relative;
    z-index: 9999;
}

.feature-box {
    text-align: center;
    color: #fff;
    padding: 60px 85px !important;
    border-radius: 10px;
}

.box1 {
    background-color: #0160be;
    background-image: url(../images/box1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.box2 {
    transform: scale(1.1);
    background: #1f4583;
    z-index: 9999;
    padding: 30px 85px !important;
    background-image: url(../images/box2.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.box3 {
    background-color: #0160be;
    background-image: url(../images/box3.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.feature-box .site-btn a {
    float: none;
    background: #fff;
    color: #0160be;
    margin-top: 30px;
}

.feature-box .site-btn a:hover {
    transform: translateY(-3px)
}

.feature-box .site-btn a:after {
    background: #fff
}

.about {
    background: url('../images/about.jpg');
    background-position: right center;
    background-attachment: fixed;
    padding: 60px;
    position: relative;
    margin: 60px 0 50px 0;
}

.about::before {
    position: absolute;
    content: '';
    background: url(../images/tyres.png);
    height: 436px;
    width: 274px;
    left: 0;
    bottom: 0px;
    z-index: 999999;
}

.abt-text {
    background: #f6ae01;
    padding: 20px 0 70px 290px !important;
    color: #481907;
    position: relative;
}

.abt-text h2 {
    color: #481907;
}

.abt-text::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 515px 0 0 140px;
	border-color: transparent transparent transparent #f6ae01;
	top: 0;
	display: none;
}

.abt-text p {
    line-height: 24px;
    margin: 0 0 25px 0;
}

.about-headd {
    padding: 190px 80px 0px 0px !important;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: 'Montserrat-Light';
    text-transform: uppercase;
}

.about-headd span {
    font-family: 'Montserrat-Bold';
}

.process {
    padding: 60px
}

.process .site-title h2 span {
    color: #0160be
}

.process .site-title h2:after {
    background: #ff6600
}

.each-service a {
    background: #000;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.17);
    display: block;
    margin-bottom: 30px;
    color: #fff;
}

.each-ser-span {
    padding: 0px 20px 30px
}

.each-ser-span h3 {
    font-size: 20px;
    font-weight: 600;
    color: #f6ae01;
}

.each-ser-span p {
    margin: 0 0 10px;
    color: #fff;
}

.each-ser-span span {
    font-size: 17px;
    color: #f00;
}

.service-sec {
    background: url('../images/service-bg.jpg');
    padding: 60px 0 0;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    overflow: hidden
}

.service-sec .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -130px;
    right: 0;
}

.service-sec .site-title h2,
.service-sec .site-title h2 span {
    color: #f6ae01;
}

.service-sec .site-title h2::after {
    background: #f6ae01;
}

.service-sec .owl-prev {
    background: url('../images/prev.jpg') !important;
    height: 54px;
    width: 54px;
    text-indent: -100000px;
}

.service-sec .owl-next {
    background: url('../images/prev.jpg') !important;
    height: 54px;
    width: 54px;
    transform: rotateY(180deg);
    text-indent: -100000px;
}

.appo-sec,
.testimonials {
    padding: 30px;
}

.appo-sec form {
    padding: 30px 15px 15px;
    border: 1px solid #e1e1e1;
    overflow: hidden
}

.appo-sec input[type="text"],
.appo-sec input[type="email"],
.appo-sec input[type="date"],
.appo-sec input[type="tel"],
.appo-sec select {
    padding: 15px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    width: 100%;
}

.appo-sec textarea {
    padding: 15px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    width: 100%;
    height: 150px;
}

.appo-sec input[type="button"] {
    background: #f6ae01;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 13px 0 13px 20px;
    border-radius: 0;
    box-shadow: 0 0 0 transparent inset;
    float: left;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    letter-spacing: 1px;
    position: relative;
    border: none;
    width: 100%;
}

.form-butn {
    padding: 0px !important;
    margin-right: 0px;
}

.form-butn::after {
    display:none;
    content: '';
    background: #f6ae01;
    position: absolute;
    height: 100%;
    width: 27px;
    left: 100%;
    top: 0;
    -webkit-transform: perspective(25px) rotateY(20deg);
    -webkit-transform-origin: top left;
    -moz-transform: perspective(25px) rotateY(20deg);
    -moz-transform-origin: top left;
}

.testi-slider .owl-dots {
    margin-top: 10px !important;
    text-align: left !important;
}

.testi-slider .owl-dots .owl-dot span {
    width: 14px !important;
    height: 14px !important;
    margin: 3px !important;
    background: #000 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50px;
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

.testi-slider .owl-dots .owl-dot.active span {
    background: #f6ae01 !important;
    width: 60px !important;
}


/*********MENU**********/



.menu.slide-left {
    top: 0;
}


.menu li {
    vertical-align: top;
    position: relative;
    display: inline-block;
    margin: 0px 0 0px 0;
    position: relative;
}

.menu li a,
.menu li a:hover {
    color: #f6ae00;
}

.menu>li>ul>li>ul {
    top: 100%;
    left: 0;
}

.menu.slide-left {
    left: 0;
}

.menu li {
    vertical-align: top;
    position: relative;
    display: inline-block;
}

.menu>li:first-child {
    margin-left: 0;
}

.menu li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin: 45px 30px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.menu li.active a {
    color: #f6ae00;
    border-bottom: 1px solid #f6ae00;
}

.menu li a:hover,
.menu li a:focus {
    color: #f6ae00;
}


/*****end*******/


/*******SUBMENU & SUBMENU's SUB**********/


/*******LEVEL1*********/

.menu ul {
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.5);
}

.menu>li>ul {
    text-align: left;
    /* display: none; */
    background: green;
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    z-index: 99;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: all .2s ease-in-out;
    margin: 20px 0 0 0;
}

.menu>li>ul>li {
    width: 100%;
}

.menu>li:hover>ul {
    visibility: visible;
    opacity: 1;
    margin: 0;
}


/****end***/


/***** Level 2 *******/

.menu>li>ul>li>ul {
    text-align: left;
    /*display: none;*/
    background: darkcyan;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    margin: 0 0 0 20px;
}

.menu>li>ul>li>ul>li {
    width: 100%;
}

.menu>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    margin: 0;
}


/******end******/


/**********MAIN-BANNER*****/

.banner-content {
    position: absolute;
    z-index: 999;
    top: 38%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0px 0;
    width: 100%;
}

.banner-content h2 {
    color: #fff;
    font-size: 79px;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 50px;
    position: relative;
}

.banner-content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 5px;
}

.banner-content h4 span {
    color: #f6ae00;
    font-size: 27px;
}

.banner-content h1 {
    font-size: 133px;
    font-family: 'Anton', sans-serif;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: -9;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
}

.banner-content p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 12px;
}

.banner-content h2 span {
    color: #f6ae00;
}

.main-banner {
    position: relative;
    overflow: hidden;
}

.main-banner .overlay {
    position: absolute;
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgb(24,38,55); */
    /* background: -moz-linear-gradient(45deg, rgba(24,38,55,1) 0%, rgba(56,33,47,1) 16%, rgba(22,23,33,1) 53%, rgba(56,33,47,1) 82%, rgba(47,37,42,1) 100%); */
    /* background: -webkit-linear-gradient(45deg, rgba(24,38,55,1) 0%,rgba(56,33,47,1) 16%,rgba(22,23,33,1) 53%,rgba(56,33,47,1) 82%,rgba(47,37,42,1) 100%); */
    background: linear-gradient(45deg, rgba(24, 38, 55, 1) 0%, rgba(56, 33, 47, 1) 16%, rgba(22, 23, 33, 1) 53%, rgba(56, 33, 47, 1) 82%, rgba(47, 37, 42, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#182637', endColorstr='#2f252a', GradientType=1);
    opacity: 0.8;
}


/*****END*****/


/******copyright****/

.footer-bottom {
    padding: 20px 0;
    background: #000;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}

.footer-bottom h5 {
    font-size: 14px;
    color: #b1b1b1;
    margin: 10px 0 0;
    float: right;
}

.footer-bottom p a {
    color: #b1b1b1;
}

.footer-bottom h5 a {
    color: #b1b1b1;
}

.footer-bottom h5 a:hover {
    color: #F06529;
}

.footer-bottom p a:hover {
    color: #F06529;
}


/****end****/

.owl-item {
    opacity: 0;
    transition: all 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.owl-item.active {
    opacity: 1;
}


/***********banner***********/

.h-menu {
    position: absolute;
    z-index: 99;
    top: 0;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.head-s li {
    float: left;
    width: 27.3%;
}

.head-s li:last-child {
    width: 18%;
}

.head-s li a, .head-s li:last-child {
	padding: 12px 40px;
	border: 1px solid #595959;
	display: block;
	font-size: 14px;
	color: #fff;
	height: 65px;
}

.head-s li>ul>li>a {
    padding: 0 10px;
    border: none;
    font-size: 14px;
}

.head-s li>ul>li:last-child {
    padding: 0;
    border: none;
}

.header {
    position: relative;
    overflow: hidden;
}

.head-s li a i {
    color: #f6ae00;
    margin: 0 12px 0 0;
}

.head-s li>ul>li>a i {
    color: #fff;
    margin: 0;
}

.logo {
    padding: 30px 0 0 0;
}

.fs {
    background: url(../images/fea-p.jpg) repeat !important;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.fs li {
    float: left;
    width: 33%;
    text-align: center;
    color: #fff;
}

.fs li h2 {
    font-size: 54px;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
}

.fs li p {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    padding: 0 51px;
}

.fs li p a {
    color: #f6ae00;
}

.fs li:hover img {
    transform: rotate(360deg);
    transition: all ease-in-out 0.5s;
}

.about-headd p {
    font-size: 35px;
    text-transform: none;
    padding: 0 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.about-headd p span {
    font-size: 73px;
    color: #f6ae00;
    font-family: 'Open Sans', sans-serif;
}

.view {
    text-align: right;
}

.test .site-title h2 span {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.test .site-title h2 {
    color: #515151;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
}

.testi-slider img {
    width: 25% !important;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.text-txt {
    border: 2px solid #ccc;
    background: #fdfdfd;
    padding: 50px 40px 70px;
    position: relative;
}

.text-txt p {
    font-size: 15px;
    font-weight: 500;
    color: #595959;
}

.text-txt li {
    display: inline-block;
    margin: 0 2px 20px 0;
    color: #ff6501;
    font-size: 20px;
}

.testi-slider img {
    width: 30% !important;
    border-radius: 50%;
    border: 1px solid #ccc;
    float: left;
    height: 105px;
}

.testi-img h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 50px 0 0 20px;
    float: left;
}

.testi-slider .owl-stage-outer {
    padding: 0 0 70px 0;
}

.testi-img {
    position: absolute;
    z-index: 99;
    bottom: -60px;
    width: 80%;
    left: 20px;
}

.testi-slider .owl-nav.disabled {
    display: none !important;
}

.service-slider .owl-nav.disabled {
    display: block !important;
}

.inn.main-banner {
    height: 200px;
}

.service-sec.inns {
    background: none;
}


/************** Contact Us Page ***************/

.inner-contact-block {
    background: #fff;
    color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-con-title {
    text-align: center;
    margin: 0 0 35px;
}

.inner-con-title h2 {
    text-transform: uppercase;
    font-size: 25px;
    color: #EB1921;
    margin: 0 0 10px 0;
}

.inner-con-title h2 span {
    color: #000;
}

.inner-con-title p {
    font-size: 14px;
    color: #000;
    padding: 0 70px 30px;
    margin: 0 0 10px 0;
    display: inline-block;
    border-bottom: 1px solid #cec7c7;
    position: relative;
}

.inner-con-title p::after {
    position: absolute;
    left: 0;
    right: 0;
    width: 44px;
    height: auto;
    margin: 0 auto;
    font-family: 'FontAwesome';
    content: '\f0d7';
    z-index: 999;
    color: #EB1921;
    font-size: 32px;
    bottom: -10px;
    display: inline-block;
    background: #fff;
}

.inner-info-each {
    margin: 0px;
    width: 100%;
    text-align: center;
}

.inner-info-icon {
    width: auto;
    float: none;
    text-align: center;
    padding: 10px 0;
}

.inner-info-icon i.fa {
    font-size: 34px;
    color: #f6ae00;
    width: 30px;
    height: 40px;
}

.inner-info-icon .fa-mobile {
    font-size: 40px !important;
}

.inner-info-text {
    /* width: 79%; */
    /* float: left; */
    /* border-left: 1px solid #9c9595; */
    padding: 15px 0;
}

.inner-info-text h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 8px;
}

.inner-info-text p {
    color: #928c8c;
    font-size: 20px;
    line-height: 27px;
}

.inner-info-text p a {
    color: #928c8c;
}

.inner-info-text p a:hover {
    color: #EB1921;
}

.inner-contact-form input[type="text"],
.inner-contact-form input[type="tel"],
.inner-contact-form input[type="email"],
.inner-contact-form textarea {
    border: none;
    background: none;
    width: 100%;
    border-bottom: 1px solid #928c8c;
    margin: 0px 0 20px;
    padding: 10px;
    -moz-transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

.inner-contact-form input[type="text"]:focus,
.inner-contact-form input[type="tel"]:focus,
.inner-contact-form input[type="email"]:focus,
.inner-contact-form textarea:focus {
    border-bottom: 1px solid #EB1921;
}

.inner-contact-form textarea {
    resize: none;
}

.inner-contact-form input[type="submit"] {
    background: none;
    border: 1px solid #928c8c;
    padding: 8px 0;
    width: 150px;
    color: #928c8c;
    -moz-transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

.inner-contact-form input[type="submit"]:hover {
    border: 1px solid #EB1921;
    color: #EB1921;
}

.inner-contact-info {
    margin: 40px 0px;
}

ul {padding-left:0 !important;}

.menu-toggle .fa {
	display: none;
}

.mobile-menu {display:none;}