@import url('../css/font-awesome.min.css');

/*------- Fonts -----------*/

body,
html {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
}

h1 {
    font-size: 46px;
}

.bg-blue .title h2 {
    color: white;
}

.title h2 {
    color: #F28521;
}

.title {
    margin-bottom: 6em;
}

.title::after {
    content: "";
    height: 3px;
    width: 60px;
    background: #F28521;
    position: absolute;
    left: 48%;
    margin-top: 15px;
}

.bg-blue .title::after {
    content: "";
    height: 3px;
    width: 60px;
    background: #fff;
    position: absolute;
    left: 48%;
    margin-top: 15px;
}

.sub-title {
    font-size: 18px;
    color: #F28521;
    font-weight: 400;
}

.bg-blue .sub-title {
    font-size: 18px;
    color: #fff;
}

.no-padding {
    padding: 0;
}

.pt-6 {
    padding-top: 6em;
}

.p-3 {
    padding: 4em 0;
}

.p-4 {
    padding: 3em 0;
}

.p-5 {
    padding: 5em 0;
}

.p-6 {
    padding: 6em 0;
}

.p-7 {
    padding: 7em 0;
}

.no-margin {
    margin: 0;
}

img {
    width: 100%;
}

.black {
    color: black;
}

.red {
    color: #F28521;
}

.blue {
    color: #F28521;
}

.orange {
    color: #F28521;
}

.white {
    color: white;
}

.bg-black {
    background: black;
}

.bg-red {
    background: #F28521;
}

.bg-blue {
    background: #27241f;
    font-weight: 300;
}

.bg-white {
    background: white;
}

.bg-light {
    background: lightgray;
}

.button {
    padding: 10px 20px;
    background: #F28521;
    color: white;
    display: inline-block;
    margin: 10px 0;
    border: 2px solid #F28521;
    font-weight: 400;
    border-radius: 5px;
    font-size: 18px;
}

.button:hover,
.button:active {
    padding: 10px 20px;
    background: none;
    color: #F28521;
    border: 2px solid #F28521;
    display: inline-block;
    margin: 10px 0;
    font-weight: 600;
    text-decoration: none;
}

.button-white {
    padding: 10px 20px;
    background: #fff;
    color: #3e3f40;
    display: inline-block;
    margin: 10px 0;
    border: 2px solid #fff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 18px;
}

.button-white:hover,
.button-white:active {
    padding: 10px 20px;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}

.block {
    display: block;
}

.font-18 {
    font-size: 18px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.mt-0 {
    margin-top: 0em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-1-5 {
    margin-top: 1.5em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-2-5 {
    margin-top: 2.5em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-3-5 {
    margin-top: 3.5em;
}

.mt-4 {
    margin-top: 4em;
}

.mt-4-5 {
    margin-top: 4.5em;
}

.mt-5 {
    margin-top: 5em;
}

.mt-5-5 {
    margin-top: 5.5em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mt-1-5 {
    margin-bottom: 1.5em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-2-5 {
    margin-bottom: 2.5em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-3-5 {
    margin-bottom: 3.5em;
}

.mb-4 {
    margin-bottom: 4em;
}

.mb-4-5 {
    margin-bottom: 4.5em;
}

.mb-5 {
    margin-bottom: 5em;
}

.mb-5-5 {
    margin-bottom: 5.5em;
}

.pt-0 {
    padding-top: 0em;
}

.pt-1 {
    padding-top: 1em;
}

.pt-1-5 {
    padding-top: 1.5em;
}

.pt-2 {
    padding-top: 2em;
}

.pt-2-5 {
    padding-top: 2.5em;
}

.pt-3 {
    padding-top: 3em;
}

.pt-3-5 {
    padding-top: 3.5em;
}

.pt-4 {
    padding-top: 4em;
}

.pt-4-5 {
    padding-top: 4.5em;
}

.pt-5 {
    padding-top: 5em;
}

.pt-5-5 {
    padding-top: 5.5em;
}

.pb-1 {
    padding-bottom: 1em;
}

.pb-1-5 {
    padding-bottom: 1.5em;
}

.pb-2 {
    padding-bottom: 2em;
}

.pb-2-5 {
    padding-bottom: 2.5em;
}

.pb-3 {
    padding-bottom: 3em;
}

.pb-3-5 {
    padding-bottom: 3.5em;
}

.pb-4 {
    padding-bottom: 4em;
}

.pb-4-5 {
    padding-bottom: 4.5em;
}

.pb-5 {
    padding-bottom: 5em;
}

.pb-5-5 {
    padding-bottom: 5.5em;
}

ul li {
    list-style: none;
}

p {
    margin: 0 0 5px;
}

.relative {
    position: relative;
}

/*----------- header ------*/

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 500;
    font-size: 18px;
    color: #F28521;
}

.mega-dropdown {
    position: static !important;
    display: inline-block;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 70%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.dropdown-menu {
    right: 0;
    left: auto;
    font-size: 16px;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #000;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #f28521;
}

.mega-dropdown-menu .dropdown-header {
    color: #F28521;
    font-size: 18px;
    font-weight: 500;
}

.navbar-default {
    background-color: white;
    border: none;
    margin-bottom: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.navbar-nav > li {
    padding: 20px 0px;
}

a.navbar-brand {
    padding: 7px 0;
}

.logo img {
    max-width: 200px;
}

.dropdown-menu > li > a {
    font-weight: 500;
    font-size: 18px;
    color: #F28521;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #fff;
}

.navbar-brand .logo {
    margin: 0;
    padding: 0;
    color: #F28521;
}

.sub-header ul li {
    display: inline-block;
    margin: 0 15px;
}

.sub-header ul {
    padding: 0;
    margin: 0;
}

.sub-header {
    background: #F28521;
    color: white;
    padding: 15px 0px;
}

/*-----------// header ------*/

/*-------- footer ----------*/

.impals-logo {
    width: 110px;
    margin-top: -10px;
}

footer {
    background: #27241f;
    color: white;
    padding: 4em 0 1em;
}

footer ul li {
    padding: 1em 0;
}

footer ul li a .fab {
    margin-right: 20px;
}

footer ul li a {
    color: white;
}

footer ul {
    padding: 0;
}

form .fas {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 13px;
    left: 12px;
    font-size: 18px;
}

form input,
textarea {
    padding: 10px 0px 10px 44px;
    width: 100%;
    color: #fff;
    border: none;
    background: none;
    border-bottom: 2px solid #ffffff;
    outline: none;
}

form p {
    position: relative;
}

form p:active .fa,
form p:focus .fa,
form p:focus-within .fa,
    {
    color: #fff;
}

input::-webkit-input-placeholder {
    color: #fff;
}

textarea::-webkit-input-placeholder {
    color: #fff;
}

input:focus::-webkit-input-placeholder,
input:hover::-webkit-input-placeholder,
input:active::-webkit-input-placeholder {
    color: lightgray;
}

textarea:focus::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: lightgray;
}

.contact-details p {
    font-size: 18px;
}

li:last-child a {
    padding-right: 0;
}

/*-------- footer ----------*/

/*-------- homepage ---------*/

.text {
    position: absolute;
    width: 100%;
    top: 22%;
}

.icon-big i {
    font-size: 80px;
}

.box {
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 10px 0px #bbbbbb;
    padding-bottom: 10px;
    min-height: 235px;
}

.box:hover,
.box:active {
    transform: scale(1.1);
    transition: transform .5s;
}

.icon-big i {
    font-size: 80px;
}

p.sub-main {
    font-size: 22px;
    margin: 20 0 20 0;
    color: white;
}

h2.side-title {
    font-size: 42px;
}

p.side-sub-title {
    font-size: 20px;
}

.icon-medium i {
    font-size: 36;
}

.about-text-container {
    position: absolute;
    background: #ffffff;
    padding: 50px;
    top: 13%;
    left: -20px;
    box-shadow: 0 0 30px -3px #bdbdbd;
    border-radius: 10px;
}

div#carousel-example-generic-2 img {
    border-radius: 10px;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.very-big {
    font-size: 32px;
}

.title.two {
    margin-bottom: 4.5em;
    margin-top: 6em;
}

.title.two::after {
    content: "";
    height: 3px;
    width: 60px;
    background: #F28521;
    position: absolute;
    left: 2.3%;
    margin-top: 15px;
}

.modal-content {
    background: no-repeat;
    box-shadow: none;
    border: none;
}

.modal-dialog {
    width: 365px;
    margin: auto;
}

.popup-content {
    position: absolute;
    top: 12%;
    width: 345px;
}

/*-------- form2 --------------*/

form#form2 {
    width: 265px;
    color: 003398;
}

form#form2 input,
textarea,
form#form2 select {
    padding: 10px 0px 5px 44px;
    width: 100%;
    color: #F28521;
    border: none;
    background: none;
    border-bottom: 2px solid #F28521;
    outline: none;
}

form#form2 .fas {
    position: absolute;
    z-index: 1;
    color: #F28521;
    top: 13px;
    left: 12px;
    font-size: 18px;
}

form#form2 p:active .fas,
form#form2 p:focus .fas,
form#form2 p:focus-within .fas,
    {
    color: #F2852173;
}

form#form2 input::-webkit-input-placeholder {
    color: #F28521;
}

form#form2 textarea::-webkit-input-placeholder {
    color: #F28521;
}

form#form2 input:focus::-webkit-input-placeholder,
form#form2 input:hover::-webkit-input-placeholder,
form#form2 input:active::-webkit-input-placeholder {
    color: #F2852173;
}

form#form2 textarea:focus::-webkit-input-placeholder,
form#form2 textarea:hover::-webkit-input-placeholder,
form#form2 textarea:active::-webkit-input-placeholder {
    color: #F2852173;
}

form#form2 input#button-blue {
    padding: 10px 20px;
    background: none;
    color: #F28521;
    border: 2px solid #F28521 !important;
    display: inline-block;
    margin: 10px 0;
    font-weight: 600;
    text-decoration: none;
}

form#form2 input#button-blue:focus,
form#form2 input#button-blue:hover {
    padding: 10px 20px;
    background: #F28521;
    color: #fff;
    border: 2px solid #F28521 !important;
    display: inline-block;
    margin: 10px 0;
    font-weight: 600;
    text-decoration: none;
}

form#form2 p {
    margin: 0 0 10px;
}

.popup-heading.center h4 {
    font-size: 24px;
    color: #F28521;
}

/*-------- form2 --------------*/

/*-------- homepage ---------*/

/*-------- contactpage ---------*/

.contact-form {
    width: 430px;
}

.mobile-body {
    position: relative;
    padding: 15px;
}

div#map {
    height: 600px;
}

/*-------- homepage ---------*/

.about-text p {
    font-size: 18px;
}

.custom-select {
    position: relative;
    border-bottom: 2px solid #f28521;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: white;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid #f28521;
    border-color: #f28521 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.select-items div,
.select-selected {
    color: #f28521;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    text-align: left;
    padding-left: 44px;
}

.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div {
    padding: 7px 0px 0px 45px;
    text-align: left;
}

/*-------- tstimonials -----*/

.section-title {
    text-align: center;
    margin: 0 0 40px
}

.section-title h2 {
    margin: 0 0 10px
}

.separator::after {
    background: #666;
    content: "";
    height: 5px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 30px
}

.separator {
    background-color: #ccc;
    border: 1px solid #ccc;
    display: block;
    height: 5px;
    margin: 0 auto;
    position: relative;
    width: 60px
}

.title-border-left::after {
    content: "";
    position: absolute;
    width: 50px;
    border: 1px solid #033d75
}

.testimonials-wrapper .owl-dots {
    display: none
}

.testimonials-wrapper {
    background: url(../img/bg-patteren.jpg) left top rgba(0, 0, 0, 0);
    padding: 70px 0 80px;
    position: relative
}

.inner-page-wrapper.testimonials-wrapper {
    background: 0 0
}

.inner-page-wrapper.testimonials-wrapper .owl-nav {
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 99
}

.inner-page-wrapper.testimonials-wrapper .owl-nav > div {
    border: 2px solid #333;
    color: #333
}

.testimonials-wrapper .section-title h2 {
    margin: 0 0 10px;
    color: #fff
}

.testimonials-wrapper .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 99
}

.testimonials-wrapper .owl-next,
.testimonials-wrapper .owl-prev {
    position: relative;
    height: 38px;
    width: 38px;
    line-height: 33px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.testimonials-wrapper.style-two .owl-next,
.testimonials-wrapper.style-two .owl-prev {
    color: #444;
    border-color: #444
}

.testimonials-wrapper .owl-carousel .owl-stage-outer {
    padding-top: 50px
}

.testimonial-block {
    position: relative
}

.testimonial-block .inner-box {
    position: relative;
    padding: 0 30px;
    min-height: 310px;
    display: flow-root;
}

.testimonial-block .inner-box .image {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -50px;
    margin-bottom: 25px;
    display: inline-block
}

.testimonial-block .inner-box .content {
    position: relative;
    margin-top: 4em;
}

.testimonial-block .inner-box .content i {
    position: absolute;
    left: 0;
    top: -35px;
    font-size: 30px;
    font-style: italic;
    color: #da5e00
}

.testimonial-block .inner-box .content .author-info {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #333
}

.testimonial-block .inner-box .content span {
    position: relative;
    color: #333;
    font-size: 14px
}

.testimonial-block .inner-box .content .text {
    position: relative;
    margin-top: 20px;
    color: #333;
    font-size: 18px
}

.testimonials-wrapper .owl-nav .owl-next {
    right: auto
}

.testimonials-wrapper .owl-carousel .owl-item img {
    background: #333
}

.br-10 {
    border-radius: 10px;
}

.testimonials-wrapper .owl-theme .owl-nav [class*=owl-] {
    border: 2px solid #fff;
    color: #fff
}

.owl-theme .owl-nav [class*=owl-]:hover {
    border-color: #da5e00!important;
    color: #da5e00!important;
    background: 0 0
}

ul.list {
    padding-left: 25px;
}

ul.list li {
    list-style: disc;
    margin-bottom: 10px;
    font-weight: 400;
}

.bg-white p.sub-title {
    color: #000;
}

.bg-white .title h2 {
    color: #000;
}

.bg-white .title::after {
    background: #000;
}

.pl-30.bl-2 {
    border-left: 2px solid;
    padding-left: 30px;
}

div#carousel-example-generic-1 .carousel-inner {
    overflow: visible;
    margin: 48px 0 100px 0;
    display: inline-block;
}

@media only screen and (max-width:991px) {
    .testimonials-wrapper .owl-dots {
        display: block
    }
}

/*-------- tstimonials -----*/

.parallax-bg {
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.p-box {
    padding: 25px;
    background: #f2f2f28c;
    box-shadow: 0 0 5px 1px #bdbdbd;
}

.carousel-inner.ofv {
    overflow: visible;
}

header {
    box-shadow: 0 -5px 10px 0px black;
}

.title-left::after {
    content: "";
    height: 3px;
    width: 60px;
    background: #F28521;
    position: absolute;
    margin-top: 15px;
}

.title-left {
    margin-bottom: 4em;
    color: #f28521;
}

form#form3 input,
textarea {
    padding: 10px 0px 5px 44px;
    width: 100%;
    color: #F28521;
    border: none;
    background: none;
    border-bottom: 2px solid #F28521;
    outline: none;
}

form#form3 .fas {
    position: absolute;
    z-index: 1;
    color: #F28521;
    top: 13px;
    left: 12px;
    font-size: 18px;
}

form#form3 p:active .fas,
form#form3 p:focus .fas,
form#form3 p:focus-within .fas,
    {
    color: #F2852173;
}

form#form3 input::-webkit-input-placeholder {
    color: #F28521;
}

form#form3 textarea::-webkit-input-placeholder {
    color: #F28521;
}

form#form3 input:focus::-webkit-input-placeholder,
form#form3 input:hover::-webkit-input-placeholder,
form#form3 input:active::-webkit-input-placeholder {
    color: #F2852173;
}

form#form3 textarea:focus::-webkit-input-placeholder,
form#form3 textarea:hover::-webkit-input-placeholder,
form#form3 textarea:active::-webkit-input-placeholder {
    color: #F2852173;
}

form#form3 input#button-blue {
    padding: 10px 20px;
    background: #F28521;
    color: #fff;
    border: 2px solid #F28521 !important;
    display: inline-block;
    margin: 10px 0;
    font-weight: 600;
    text-decoration: none;
}

form#form3 input#button-blue:focus,
form#form3 input#button-blue:hover {
    padding: 10px 20px;
    background: none;
    color: #F28521;
    border: 2px solid #F28521 !important;
    display: inline-block;
    margin: 10px 0;
    font-weight: 600;
    text-decoration: none;
}

form#form3 p {
    margin: 0 0 10px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #f28521;
    color: #f28521;
    font-weight: 400;
}

.title-left h2 {
    margin: 0;
}

.title-left h1 {
    font-size: 30px;
}

/*------- Services ---------*/

.mobile-body {
    position: relative;
    padding: 0px 15px 0;
}

.mobile-body .popup-content {
    position: absolute;
    top: 12%;
    left: 15%;
    width: 70%;
}

.mobile-body form#form2 {
    width: 100%;
    color: 003398;
}

.mobile-body form#form2 p {
    margin: 0 0 5px;
}

.box-200 {
    height: 210px;
    box-shadow: 0 0 5px 3px #e2e2e2;
    padding: 20px;
    margin-bottom: 30px;
}

.box-200 h3 {
    margin-top: 0;
}

.list.big {
    font-size: 18px;
    margin-top: 15px;
}

ol.list li {
    margin-bottom: 10px;
    font-weight: 400;
}

p.big {
    font-size: 18px;
}

.service-page .mobile-body form#form2 p {
    margin-bottom: 10px;
}

.story-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.file::-webkit-file-upload-button {
    visibility: hidden;
}

.file::before {
    content: 'Attach Your Resume';
    display: inline-block;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    color: #f28521;
}

input[type=file] {
    display: block;
    color: white !important;
}

.file:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.hide-on-desktop {
    display: none;
}

.full-height {
    height: 100vh;
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: left;
}

/*------- Services ---------*/
