@import url('https://fonts.googleapis.com/css?family=Gothic+A1:400,500,600,700');

* {
    margin: 0px;
    outline: none;
    padding: 0px;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    color: #4c4c4c;
    font-family: 'Gothic A1', sans-serif;
    font-size: 18px;
    line-height: 24px;
    overflow-X: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    text-transform: capitalize;

}


h1 {
    font-size: 43px;
    line-height: 49px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    text-transform: inherit;
    font-weight: 700;
}


h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

h5 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

h6 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

a {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #e93316;
}

a:hover,
a:focus,
a:active {
    color: #e93316;
    outline: none;
    text-decoration: none;
}

p {}

ul {
    /* margin: 0px; */
    padding-left: 2rem;
}

figure {
    margin-bottom: 0;
    position: relative;
}

blockquote {
    quotes: none;
}

select,
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=text],
input[type=submit] {}

input[type=search] {
    width: 370px;
    font-size: 14px;
    padding: 10px 20px;
}

input[type=text] {}

textarea {
    height: 150px;
}

input:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {

    opacity: 1;
}

:-ms-input-placeholder {
    color: #282828;
}

::-webkit-input-placeholder {
    color: #282828;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #282828;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #282828;
}

:-ms-input-placeholder {
    color: #282828;
}

.orange {
    color: #ff3514;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}



/* ======================================Header============================================ */
header {
    border-bottom: 2px solid #f6f6f6;
}

header .col-xl-6:nth-child(2) a {
    background: #ff3514;
    font-size: 26px;
    line-height: 32px;
    margin-right: -5px;
}

header .col-xl-6:nth-child(2) a:first-child {
    background: #092b4b;
}

/* ======================================End of Header============================================ */




/* ======================================Nav============================================ */
nav .navbar-nav .nav-item a:hover {
    color: #ff3514 !important;
    border-bottom: 3px solid #ff3514;
}

/* nav .navbar-nav .nav-item a {
    border-bottom: 3px solid #fff;
} */

nav .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}

nav .navbar {
    padding: 0rem 1rem;
}

/* ======================================End of Nav============================================ */




/* ======================================Banner============================================ */

.banner {
    background: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.banner a.cta-services {
    background: #092b4b;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.banner a.cta-services:hover {
    background: #ff3514;
}

.banner .col-xl-6 form .list-group .list-group-item {
    padding: .35rem 0rem;
}

.banner .col-xl-6 form .form-group input {
    background: #092b4b;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.banner .col-xl-6 form .form-group select {
    background: #092b4b;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.banner .col-xl-6 form .form-group input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8
}

.banner .col-xl-6 form .form-group input:focus {
    outline: none;
    box-shadow: none;
    border-color: #fff;
}

.banner a.cta {
    background: #ff3514;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
}

/*.banner a.cta:after{
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    font-weight: normal;
}*/

/* ======================================End of Banner============================================ */





/* ======================================Track-Trace============================================ */
.track-trace {
    border-bottom: 3px solid #f2fbff;
}

.track-trace .call-center {
    border-right: 2px solid #f2f2f2;
}

.track-trace .call-center .col-xl-7 {
    position: relative;
}

.track-trace .call-center .col-xl-7:before {
    content: "";
    position: absolute;
    background: url("../images/skelton.jpg");
    width: 56px;
    height: 68px;
    left: 0;
}

.track-trace .call-center .col-xl-7:after {
    content: "";
    position: absolute;
    background: url("../images/location.jpg");
    width: 88px;
    height: 54px;
    top: 0;
    right: 0;
    z-index: -9;
}

.track-trace .call-center .col-xl-7 h3,
.track-trace .call-center .col-xl-7 span,
.track-trace .call-center .col-xl-7 p {
    margin-left: 50px;
}

.track-trace .call-center h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.track-trace .call-center span {
    font-size: 14px;
    line-height: 20px;
    color: #343434;
    font-weight: 500;
}

.track-trace .call-center p {
    font-size: 24px;
    line-height: 30px;
    color: #ff3514;
    font-weight: 700;
}

.track-trace .trk-trc label {
    font-size: 18px;
    line-height: 24px;
    color: #343434;
}

.track-trace .trk-trc input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}

.track-trace .trk-trc a.cta {
    font-size: 16px;
    line-height: 22px;
    background: #ff3514;
}

/* ======================================End Track-Trace============================================ */







/* ======================================Who We Are============================================ */
.who-we-are {}

.who-we-are a.cta {
    font-size: 16px;
    line-height: 22px;
    background: #ff3514;
}

.who-we-are .list-group .list-group-item {
    padding: .35rem 0rem;
}

/* ======================================End Who We Are============================================ */






/* ======================================Send Anywhere============================================ */
.send-anywhere {
    background: #0c1239;
}

.send-anywhere h1 {}

.send-anywhere h1 small {}

.send-anywhere p {
    font-size: 26px;
    line-height: 32px;
}

.send-anywhere p span {
    color: #ffd200;
}

/* ======================================End Send Anywhere============================================ */






/* ======================================Services============================================ */
.services {
    background: #f1fbff;
}

.services .bg-white span {
    font-size: 18px;
    line-height: 24px;
}

.services a.cta {
    text-decoration: underline;
}

.services a.cta:hover {
    color: #ff3514 !important;
}

.services .bg-white {
    -webkit-box-shadow: 0px 4px 10px 10px #ECF6FA;
    box-shadow: 0px 4px 10px 10px #ECF6FA;
    transition: transform 0.3s, box-shadow 0.3s;
}

.services .bg-white:hover {
    background: #ff3514 !important;
    transform: translateY(-5px);
}

.img-white {
    display: none;
}

.services .bg-white:hover .img-white {
    display: inline-block;
}

.services .bg-white:hover .img-orange {
    display: none;
}

.services .bg-white:hover span {
    color: #fff !important;
}

/* ======================================End Services============================================ */




/* ======================================Steps============================================ */
.steps {
    background: url("../images/3steps.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.service-process {
    /*background-color: #fafafa;*/
    position: relative;
}

.service-process:after {
    content: "";
    clear: both;
    display: block;
}

/*.service-process:before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #fff;
    width: 100%;
}*/
.process-row {
    padding-top: 40px;
    display: flex;
}

.process-step {
    margin-right: 14%;
    position: relative;
}

.process-step p {
    margin-bottom: 0px;
}

.process-step:before {
    position: absolute;
    right: -123px;
    width: 110px;
    height: 2px;
    background-color: #eb0028;
    content: "";
    top: 80px;
    display: block;
}

.process-step:last-child {
    margin-right: 0px;
}

.process-step:last-child:before {
    display: none;
}

.process-step p {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    clear: both;
}

.process-icon {
    width: 164px;
    text-align: center;
    height: 164px;
    float: left;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #ff3514;
    position: relative;
    padding-top: 44px;
    margin-bottom: 10px;
}

.process-icon span {
    width: 56px;
    height: 56px;
    background-color: #ff3514;
    border: 2px solid #fff;
    color: #fff;
    line-height: 56px;
    font-size: 28px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -30px;
    border-radius: 100%;
    font-weight: 700;
}

.step-border {
    padding: 0px 20%;
}

/* ======================================End Steps============================================ */






/* ======================================Content============================================ */
.content {
    background: url("../images/content.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.content .list-group .list-group-item {
    padding: .35rem 0rem;
}

/* ======================================End Content============================================ */






/* ======================================Areas============================================ */
.areas {
    background: #fafafa;
}

.areas .panel-title {
    transition: transform 0.3s, box-shadow 0.3s;
}

.areas .panel-title:hover {
    transform: translateY(-5px);
}

.areas .panel-title a {
    position: relative;
    z-index: 1;

    transition: 1.3s all ease;
    letter-spacing: -.025em;
    border-radius: 6px 6px 0 0;

    -webkit-box-shadow: -1px 0px 10px 0px rgba(65, 65, 65, 0.12);
    box-shadow: -1px 0px 10px 0px rgba(65, 65, 65, 0.12);

}

.areas .panel-title .panel-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 70px;
    background: #ff3514;
    border-radius: 0 6px 0 0;
    transition: 1.3s all ease;
}

.areas .panel-title .panel-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.areas .col-xl-12 a.cta {
    text-decoration: underline;
}

.areas .col-xl-12 a.cta:hover {
    color: #ff3514 !important;
}

/* ======================================End Areas============================================ */





/* ======================================Counter============================================ */
.counter {
    background: #0c1239;
}

/* ======================================End Counter============================================ */



/* =====================================contact us page======================================= */

.contact .list-group-item span i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ff3514;
    color: #ff3514;
    text-align: center;
    line-height: 48px;
    font-size: 30px;
}

.contact a.submit {
    border: 1px solid #ff3514;
}

.contact a.submit:hover {
    background: #ff3514;
    color: #fff;
}

.contact h2 {
    position: relative;
}

.contact h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 67px;
    height: 2px;
    background-color: #ff3514;
}

.contact-box i:not(:last-child) {
    font-size: 26px;
}

.contact-box h4,
.contact-box p,
.contact-box ul {
    padding-left: 40px;
}

.contact-box ul li {
    width: 42px;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #f4f4f4;
}

.contact-box ul li:hover {
    background-color: #ff3514;
}

.contact-box ul li:hover a {
    color: #fff !important;
}


/* ====================================end contact us page======================================== */




/* ====================================About us page======================================== */
.about {}

span.line {
    display: block;
    height: 2px;
    background: #fff;
    width: 52px;
    margin-bottom: 33px;
}

.about-services i {
    font-size: 30px;
}

/* ====================================End About us page======================================== */


/* ========================================Error page====================================================== */
.error {
    background-color: #fafafa;
}

.error .col-xl-6:first-child {
    border-right: 1px solid #ececec;
}

.error .col-xl-6:nth-child(2) a {
    border: 1px solid #ff3514;
}

.error .col-xl-6:nth-child(2) a:hover {
    /*border: 1px solid #ff3514;*/
    background: #ff3514;
    color: #fff;
}

/* ========================================End Error page====================================================== */

/* ============================Thanks================================ */
.thanks {
    background-color: #fafafa;
}

.thanks .col-xl-4 {
    border-right: 1px solid #ececec;
}

/* ============================End of Thanks================================ */



/* ========================================Services page====================================================== */
.services-pg {}

.services-pg-banner {
    background: url("../images/services-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.services-pg-banner h3 {
    font-size: 30px;
    line-height: 36px;
}

.services-pg-banner p {
    font-size: 24px;
    line-height: 30px;
}

/* ========================================End Services page====================================================== */



/* =================================Footer=================================== */

.site-footer {
    clear: both;
}

.footer-top-area {
    background-color: #0c112f;
    padding: 30px 0px;
}

.footer-top-area,
.footer-top-area a {
    color: #a7a7a7;
}

.footer-top-area a:hover {
    color: #ff3514;
    text-decoration: none;
}

.footer-wiz {
    padding: 20px 0px;
}

.footer-wiz h3 {
    color: #fff;
    margin-top: 0px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 40px;
}

.footer-wiz h3:before {
    position: absolute;
    display: block;
    height: 2px;
    background-color: #ff3514;
    left: 0px;
    bottom: -10px;
    content: "";
    width: 40px;
}

.footer-wiz h3.footer-logo {
    margin-bottom: 20px;
}

.footer-wiz h3.footer-logo:before {
    display: none;
}

.footer-wiz ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer-wiz ul li {
    padding-bottom: 10px;
}

.footer-wiz ul.footer-contact li a {
    color: #eb0028;
}

.footer-wiz ul.footer-contact li i.fa {
    padding-right: 4px;
}

.footer-menu ul li {
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.footer-menu ul li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "\f105";
    font-family: 'FontAwesome';
}

.footer-menu ul li:hover a {
    color: #ff3514;
}

.footer-menu ul li:hover:before {
    color: #ff3514;
}

.footer-menu ul li:hover {
    padding-right: 20px;
}

.footer-wiz ul.open-hours li {
    border-bottom: 1px dashed #404040;
    padding: 10px 0px;
}

.footer-wiz ul.open-hours li:first-child {
    padding-top: 0px;
}

.newsletter {
    margin-top: 30px;
    position: relative;
}

.newsletter .news-input {
    padding: 15px 65px 15px 15px;
    background: #fff;
    color: #a7a7a7;
    width: 100%;
    border: 0px;
    border-radius: 3px;
}

.newsletter .news-btn {
    color: #fff;
    background-color: #ff3514;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0px;
    border: 0px;
    border-radius: 0px 3px 3px 0px;
    font-size: 26px;
    top: 0px;
}

.footer-bottom-area {
    background-color: #ff3514;
    color: #a7a7a7;
    font-size: 11px;
    text-transform: uppercase;
    padding: 25px 0px;
}

.footer-bottom-area span,
.footer-bottom-area a {
    font-size: 18px;
    line-height: 24px;
}

.footer-bottom-area a:hover {
    color: #fff;
    text-decoration: none;
}

.bottom-social {
    text-align: left !important;
}

/* =================================End Footer=================================== */