@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Source+Serif+Pro:400,600,700);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

HTML5 display-role reset for older browsers article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    overflow-x: hidden
}

body {
    font-family: Poppins, sans-serif
}

.outer-container {
    display: table;
    height: 100%
}

.inner-container {
    display: table-cell;
    vertical-align: middle
}

a.boxed-btn {
    padding: 20px;
    display: inline-block;
    color: #fff;
    background-color: #FF4700;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-decoration: none
}

.section-summary span {
    font-weight: 600
}

.section-summary {
    font-size: 23px;
    margin: 5px 0 5px 0;
    font-weight: 400;
    line-height: 1.4;
    color: color: #0f242e;
    text-transform: uppercase;
    letter-spacing: 1px
}

.clearfix::after {
    content: "";
    display: block;
    clear: both
}

.section-title {
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px
}

ul.breadcumb {
    display: block;
    margin-top: 60px
}

ul.breadcumb li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    text-transform: capitalize
}

ul.breadcumb li a {
    display: inline-block;
    color: #FF4700;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

ul.breadcumb li a:hover {
    color: #FF4700
}

ul.breadcumb li::after {
    position: absolute;
    right: -20px;
    top: 0;
    content: "/\00a0"
}

ul.breadcumb li:first-child {
    margin-left: 0
}

ul.breadcumb li:last-child {
    font-weight: 600
}

ul.breadcumb li:last-child::after {
    display: none
}

.form-element {
    margin-bottom: 20px
}

.form-element:last-child {
    margin-bottom: 0
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

textarea {
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 15px 0 0 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

button[type=submit],
input[type=submit] {
    border: none;
    color: #fff;
    padding: 18px 45px;
    display: inline-block;
    outline: 0;
    font-weight: 600;
    background-color: #0c2147;
    border: 1px solid #0c2147;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

button[type=submit]:hover,
input[type=submit]:hover {
    background-color: #fff;
    color: #0c2147
}

::-webkit-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

::placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}

::-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}

.back-to-top {
    bottom: 30px;
    right: 0;
    position: fixed;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #FF4700;
    border: 1px solid #FF4700;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.back-to-top:hover {
    background-color: #fff;
    color: #FF4700
}

.back-to-top.show {
    opacity: 1;
    right: 30px
}

.height-100 {
    height: 100%
}

.no-margin {
    margin: 0!important
}

.no-padding {
    padding: 0!important
}

#preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px
}

#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: center
}

.header-absolute {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

.support-bar-area {
    padding: 6px 0px;
    font-size: 13px;
    color: #fff;
    background: #041d52;
}

.support-bar-area .support-contact-info i {
    color: #FF4700;
    font-size: 16px;
    margin-right: 4px
}

.support-contact-info {
    letter-spacing: 1px
}

.support-bar-area i {
    margin: 0;
    font-size: 14px;
    font-weight: 400
}

.support-bar-area .address {
    margin-right: 25px
}

.support-bar-area ul.social-links {
    position: relative;
    display: inline-block
}

.support-bar-area ul.social-links li {
    display: inline-block;
    margin-right: 15px
}

.support-bar-area ul.social-links li a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.support-bar-area ul.social-links li a:hover {
    color: #FF4700
}

.support-bar-area ul.social-links li:last-child {
    margin-right: 25px
}

.support-bar-area a {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-top: 2px;
}

.language {
    display: inline-block;
    margin-left: 25px;
    position: relative
}

a.language-btn {
    position: relative;
    text-decoration: none;
    width: 85px;
    text-align: left;
    -webkit-transition: .5s;
    transition: .5s
}

a.language-btn:hover {
    color: #FF4700
}

.language-btn::after {
    content: "\f078";
    position: absolute;
    right: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    top: 2px;
    font-size: 10px
}

ul.language-dropdown {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 0;
    width: 120px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    transition: .5s
}

ul.language-dropdown.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

ul.dropdown li {
    display: block
}

ul.language-dropdown li {
    position: relative;
    background-color: #0c2147;
    z-index: -1
}

ul.language-dropdown li a {
    display: block;
    position: relative;
    padding: 12px 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none
}

ul.language-dropdown li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #FF4700;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

ul.language-dropdown li a:hover::before {
    width: 100%
}

ul.language-dropdown li:last-child a {
    border-bottom: none
}

.language a i {
    margin-right: 3px
}

.logo-wrapper {
    display: table;
    height: 100%
}

.logo-wrapper a {
    display: table-cell;
    vertical-align: middle
}

.logo-wrapper img {
    max-height: 100px
}

#mobileMenu {
    display: none
}

.header-navbar {
    padding: 6px 0;
    position: relative;
}

.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border: none;
    -webkit-animation: navFadeIn 1s;
    animation: navFadeIn 1s;
    box-shadow: 0px 0px 4px #a0a0a0;
}

@-webkit-keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.sticky-navbar .support-bar-area {
    display: none
}

.sticky-navbar .header-navbar {
    border: none;
    padding: 6px 0;
}

.sticky-navbar .main-menu {
    padding: 6px 0
}

.main-menu li {
    display: inline-block;
    margin-right: 3px
}

.main-menu li:last-child {
    margin-right: 0
}

.main-menu li a {
    display: block;
    position: relative;
    letter-spacing: 2px;
    padding: 15px 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu li a::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #FF4700;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu li a::before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #FF4700;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu li a:hover::after {
    width: 100%
}

.main-menu li a:hover::before {
    width: 100%
}

.main-menu li a:hover {
    color: #FF4700;
}

.main-menu li a.boxed-btn::after,
.main-menu li a.boxed-btn::before {
    display: none
}

.main-menu li.active a {
    color: #FF4700;
    border-top: 1px solid;
    border-bottom: 1px solid
}

.main-menu li a.boxed-btn {
    font-weight: 600;
    padding: 20px;
    margin-left: 25px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #FF4700;
}

.main-menu li a.boxed-btn:hover {
    background-color: #fff;
    border: 1px solid #FF4700;
    color: #FF4700;
}

.main-menu li.dropdown {
    position: relative;
    margin-right: 15px
}

.main-menu li.dropdown::after {
    position: absolute;
    content: "\f078";
    right: -3px;
    top: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff;
    font-size: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu li.dropdown.active::after {
    color: #FF4700
}

.main-menu li.dropdown ul.dropdown-lists {
    position: absolute;
    top: 45px;
    left: 0;
    width: 180px;
    text-align: left;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.main-menu li.dropdown:hover ul.dropdown-lists {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-menu li.dropdown:hover a {
    color: #FF4700
}

.main-menu li.dropdown:hover a.dropdown-btn::after {
    width: 100%
}

.main-menu li.dropdown:hover a.dropdown-btn::before {
    width: 100%
}

.main-menu li.dropdown:hover::after {
    color: #FF4700
}

.main-menu li.dropdown ul.dropdown-lists li {
    display: block;
    margin: 0;
    position: relative;
    z-index: -1;
    background-color: #0c2147;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.main-menu li.dropdown ul.dropdown-lists li:last-child {
    border-bottom: none
}

.main-menu li.dropdown ul.dropdown-lists li a {
    position: relative;
    color: #fff;
    border-top: none
}

.main-menu li.dropdown ul.dropdown-lists li a::after {
    background-color: transparent
}

.main-menu li.dropdown ul.dropdown-lists li a::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #FF4700;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu li.dropdown ul.dropdown-lists li a:hover::before {
    width: 100%
}

.hero-area {
    position: relative
}

.hero-area-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .7
}

.hero-bg {
    background-image: url(../img/hero-bg.jpg);
    background-size: cover
}

.hero-txt {
    padding: 275px 270px 275px 0;
    color: #fff;
    position: relative;
    z-index: 100
}

.hero-txt span {
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 4px
}

.hero-txt h1 span {
    color: #fff;
    font-size: 38px;
    font-weight: 600
}

.hero-txt h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px
}

a.hero-boxed-btn {
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    position: relative;
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 1px
}

a.hero-boxed-btn:hover {
    color: #fff;
    background-color: #FF4700
}

a.hero-boxed-btn::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: 100%;
    right: 100%;
    border-top: 2px solid #0c2147;
    border-left: 2px solid #0c2147;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

a.hero-boxed-btn::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    top: 100%;
    left: 100%;
    border-right: 2px solid #0c2147;
    border-bottom: 2px solid #0c2147;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

a.hero-boxed-btn:hover::before {
    visibility: visible;
    bottom: 0;
    right: 0
}

a.hero-boxed-btn:hover::after {
    visibility: visible;
    top: -2px;
    left: -2px
}

.single-hero-feature:nth-child(odd) {
    background-color: #03153a;
}

.single-hero-feature:nth-child(even) {
    background-color: #e44000;
}

.hero-feature {
    color: #fff;
    z-index: 1000
}

.hero-features {
    color: #fff;
    position: relative;
    z-index: 100;
    padding: 0 15px
}

.single-hero-feature {
    position: relative;
    padding: 40px 60px 41px 60px
}

.single-hero-feature::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: top .5s;
    transition: top .5s
}

.single-hero-feature:nth-child(odd)::after {
    background-color: #03153a;
}

.single-hero-feature:nth-child(even)::after {
    background-color: #e44000;
}

.single-hero-feature:hover::after {
    top: -25px
}

.hero-features i {
    font-size: 50px;
    margin: 0
}

.hero-features h3 {
    margin-top: 8px;
    font-size: 16px;
    margin-bottom: 31px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase
}

.intro-section {
    margin-top: -130px;
}

.intro-txt {
    padding: 25px 25px;
    background-color: #FF4700;
    color: #fff
}

.intro-txt h2 {
    color: #fff
}

.intro-txt a {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #0c2147;
    border: none;
    text-decoration: none;
    font-size: 14px
}

.intro-txt a span {
    display: inline-block;
    margin-left: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.intro-txt a:hover span {
    margin-left: -10px
}

.intro-txt a::after {
    content: "\f101";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    right: 50px;
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.intro-txt a:hover::after {
    visibility: visible;
    opacity: 1;
    right: 25px
}

.intro-bg {
    height: 100%;
    background-size: cover;
    background-image: url(../img/intro.jpg)
}

.approach-section {
    padding: 45px 0 0 0
}

.approach-section .section-summary {
    margin: 4px 0 18px 0
}

.approach-summary {
    padding-right: 150px
}

.approach-summary span.section-title {
    font-size: 18px;
    font-style: italic;
    color: #afb2be;
    font-weight: 700;
    font-family: 'Source Serif Pro', serif
}

.approach-summary h2 {
    color: #38383c
}

.single-approach {
    margin-bottom: 30px
}

.single-approach:last-child {
    margin-bottom: 0
}

.single-approach h4 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 9px
}

.single-approach p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px
}

.single-approach:last-child {
    margin-bottom: 0
}

.single-approach::after {
    content: "";
    display: block;
    clear: both
}

.approach-icon-wrapper {
    height: 80px;
    width: 80px;
    border: 1px solid #3fd680;
    border-radius: 50%;
    text-align: center;
    float: left;
    -webkit-transition: .5s;
    transition: .5s
}

.approach-icon-wrapper i {
    margin: 0;
    line-height: 80px;
    font-size: 30px;
    color: #FF4700;
    -webkit-transition: .5s;
    transition: .5s
}

.single-approach:hover .approach-icon-wrapper {
    background-color: #FF4700;
    border: 1px solid #FF4700
}

.single-approach:hover .approach-icon-wrapper i {
    color: #fff
}

.approach-text {
    margin-left: 110px
}

.approach-summary a.boxed-btn {
    position: relative;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.approach-summary a.boxed-btn:hover {
    border: 1px solid #FF4700;
    color: #FF4700;
    background-color: #fff
}

.case-carousel {
    position: relative
}

.case-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0
}

.case-carousel button.owl-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    height: 40px;
    width: 40px;
    border: 2px solid #fff!important;
    border-radius: 50%!important;
    line-height: 40px;
    left: -20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    outline: 0
}

.case-carousel button.owl-prev i {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.case-carousel button.owl-prev:hover {
    border: 2px solid #FF4700!important
}

.case-carousel button.owl-prev:hover i {
    color: #FF4700
}

.owl-carousel button.owl-next {
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    border: 2px solid #fff!important;
    border-radius: 50%!important;
    line-height: 40px;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s
}

.case-carousel button.owl-next i {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.case-carousel button.owl-next:hover {
    border: 2px solid #FF4700!important
}

.case-carousel button.owl-next:hover i {
    color: #FF4700
}

.case-carousel:hover button.owl-prev {
    left: 0;
    opacity: 1
}

.case-carousel:hover button.owl-next {
    right: 0;
    opacity: 1
}

.case-carousel .owl-nav::after {
    display: block;
    clear: both;
    content: ""
}

.case-carousel::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(10, 10, 10, .9)), color-stop(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(10, 10, 10, .9), rgba(0, 0, 0, .6), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.case-carousel:hover::before {
    opacity: 1
}

.case-carousel::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(10, 10, 10, .9)), color-stop(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(10, 10, 10, .9), rgba(0, 0, 0, .6), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.case-carousel:hover::after {
    opacity: 1
}

.footer-section {
    background-color: #010c21;
    color: #c5dadc;
    letter-spacing: 1px
}

.footer-logo-wrapper {
    text-align: left;
    max-width: 150px;
    max-height: 60px
}

.footer-logo-wrapper a {
    display: inline-block
}

.footer-logo-wrapper img {
    width: 100%
}

.footer-section .footer-txt {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 22px
}

.footer-section h4 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 32px;
    letter-spacing: 2px
}

ul.footer-links li {
    display: block;
    margin-bottom: 10px
}

ul.footer-links li:last-child {
    margin-bottom: 0
}

ul.footer-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #c5dadc;
    text-decoration: none;
    padding-left: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

ul.footer-links li a::after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    font-weight: 700;
    color: #FF4700
}

ul.footer-links li a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    color: #FF4700
}

.top-footer-section {
    padding: 70px 0 50px 0;
    border-bottom: 2px solid #214c5f
}

.footer-contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    line-height: 1.4
}

.footer-contact-info ul li::after {
    content: "";
    display: block;
    clear: both
}

.footer-contact-info ul li i {
    color: #FF4700;
    font-size: 14px
}

.footer-contact-info ul li span {
    font-weight: 400;
    font-size: 14px;
    margin-left: 15px;
    line-height: 24px;
    margin-top: -6px
}

.copyright-section {
    padding: 20px 0 20px;
    font-size: 14px
}

.hero2-carousel {
    position: relative
}

.hero2-carousel.owl-theme .owl-dots {
    position: absolute;
    right: 28px;
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero2-carousel.owl-theme .owl-dots .owl-dot {
    outline: 0
}

.hero2-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, .2);
    height: 20px;
    width: 20px
}

.hero2-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #FF4700
}

.hero-bg-1 {
    background-image: url(../img/hero-bg.jpg)
}

.hero-bg-2 {
    background-image: url(../img/hero-bg-2.jpg)
}

.hero-bg-3 {
    background-image: url(../img/hero-bg-3.jpg)
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.hero2-carousel .owl-item.active .hero-txt span {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.hero2-carousel .owl-item.active .hero-txt a.hero-boxed-btn,
.hero2-carousel .owl-item.active .hero-txt h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.breadcrumb-area .breadcrumb-txt {
    padding: 145px 0 45px 0
}

.breadcrumb-area {
    position: relative
}

.breadcrumb-txt {
    padding: 325px 270px 360px 0;
    color: #fff;
    position: relative;
    z-index: 100
}

.breadcrumb-txt span {
    font-family: 'Source Serif Pro', serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: capitalize;
    display: inline-block
}

.cases .breadcrumb-txt span {
    margin-bottom: 8px
}

.breadcrumb-txt h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3
}

.about ul.breadcumb {
    display: block;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 58px
}

.breadcrumb-area-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .7
}

.about-bg {
    background-image: url(../img/about/header-bg.jpg);
    background-size: cover
}

.about-company-section {
    padding: 40px 0
}

.about-company-section .section-summary {
    margin: 5px 0
}

.about-company-section .section-title {
    color: #FF4700
}

.about-company-txt {
    padding-right: 10px
}

.about-company-txt p {
    font-size: 14px;
    color: #1d1a1a;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-top: 10px
}

.about .section-title {
    color: #afb2be
}

.about .section-summary {
    color: #38383c
}

.border-img img {
    padding: 5px;
    border: 1px solid #FF4700
}

.tile-gallery .small-img {
    min-height: 230px
}

.tile-gallery .small-img-bg-1 {
    background-image: url(../img/about/gallery_2.jpg);
    background-size: cover
}

.tile-gallery .small-img-bg-2 {
    background-image: url(../img/about/gallery_3.jpg);
    background-size: cover
}

.choose-us {
    margin-top: 0
}

.single-reason {
    padding-right: 10px;
    margin-bottom: 30px
}

.about-icon-wrapper {
    height: 80px;
    width: 80px;
    border: 2px solid #0c2147;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.single-reason .reason-txt {
    margin-left: 0
}

.single-reason .reason-txt h4 {
    font-size: 22px;
    color: #38383c;
    font-weight: 500;
    margin-top: 17px
}

.single-reason .reason-txt p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    font-weight: 400;
    margin-top: 9px
}

.about-icon-wrapper i {
    margin: 0;
    line-height: 80px;
    font-size: 35px;
    color: #FF4700;
    -webkit-transition: .5s;
    transition: .5s
}

.single-reason:hover .about-icon-wrapper {
    background-color: #0c2147;
    border: 1px solid #0c2147
}

.single-reason:hover .about-icon-wrapper i {
    color: #fff
}

.about .member-info {
    background-color: #f3f5f9
}

.about.testimonial-section {
    padding: 117px 0 113px
}

.about.team-section {
    padding: 0 0 120px
}

.about.team-section .section-summary {
    margin: 15px 0 47px
}

.about.testimonial-section .section-summary {
    margin: 15px 0 52px
}

.breadcrumb-area .breadcrumb-txt.reduce-padding {
    padding: 290px 0 139px 0
}

.breadcrumb-txt span {
    margin-bottom: 11px
}

.service-section {
    padding: 22px 0 28px
}

.service-bg {
    background-image: url(../img/services/header-bg.jpg);
    background-size: cover
}

.service-section .section-title {
    color: #afb2be
}

.single-service {
    margin-bottom: 30px;
    position: relative
}

.single-service::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: 100%;
    bottom: 100%;
    border-top: 2px solid #FF4700;
    border-left: 2px solid #FF4700;
    visibility: hidden;
    z-index: -10;
    -webkit-transition: .5s;
    transition: .5s
}

.single-service::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    left: 100%;
    top: 100%;
    border-right: 2px solid #FF4700;
    border-bottom: 2px solid #FF4700;
    visibility: hidden;
    z-index: -10;
    -webkit-transition: .5s;
    transition: .5s
}

.single-service:hover::after {
    visibility: visible;
    right: 0;
    bottom: 0
}

.single-service:hover::before {
    visibility: visible;
    left: -2px;
    top: -2px
}

.single-service .service-img-wrapper {
    overflow: hidden
}

.single-service img {
    -webkit-transition: .5s;
    transition: .5s
}

.single-service:hover img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.service-section .col-md-6:last-child .single-service {
    margin-bottom: 0
}

.service-section .col-md-6:nth-last-child(2) .single-service {
    margin-bottom: 0
}

.service-txt {
    background-color: #f7f7f7;
    padding: 14px 15px 14px;
    border: 1px solid #eee;
    margin-top: -3px
}

.service-txt .service-title {
    font-size: 22px;
    color: #0f242e;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.4;
    letter-spacing: 1px;
    word-spacing: 3px
}

.service-title span {
    color: #FF4700;
    border-bottom: 3px solid #FF4700
}

.service-txt .service-title a {
    color: #38383c;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.service-txt .service-title a:hover {
    color: #FF4700
}

.service-txt .service-summary {
    font-weight: 400;
    color: #5d5d61;
    font-size: 13px;
    line-height: 24px
}

.appoint-section {
    padding: 67px 35px 70px;
    background-color: #FF4700;
    color: #fff
}

.appoint-section h4 {
    font-size: 24px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    margin-bottom: 30px
}

.appoint-section input[type=color],
.appoint-section input[type=date],
.appoint-section input[type=datetime-local],
.appoint-section input[type=email],
.appoint-section input[type=month],
.appoint-section input[type=number],
.appoint-section input[type=range],
.appoint-section input[type=search],
.appoint-section input[type=tel],
.appoint-section input[type=text],
.appoint-section input[type=time],
.appoint-section input[type=week],
input[type=url] {
    border: none
}

a.download-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 600;
    background-color: #0c2147;
    color: #fff;
    padding: 22px 30px;
    text-decoration: none;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    border: 1px solid #0c2147;
    -webkit-transition: .5s;
    text-transform: uppercase;
    transition: .5s
}

a.download-btn:hover {
    background-color: #fff;
    color: #0c2147
}

a.download-btn i {
    margin-right: 6px;
    font-size: 30px;
    font-weight: 400;
    color: #6ec25b
}

.contact-bg {
    background-image: url(../img/contact_bg.jpg);
    background-size: cover
}

.contact ul.breadcumb {
    display: block;
    margin-top: 45px
}

.contact.breadcrumb-area .breadcrumb-txt {
    padding: 288px 0 140px 0
}

.contact-form-section {
    padding: 40px 0
}

.contact-form-section .section-title {
    color: #FF4700
}

.contact-form-section .section-summary {
    padding-right: 0
}

.contact-form .form-element {
    margin-bottom: 20px
}

.contact-form .form-element {
    margin-bottom: 20px
}

.contact-form .form-element.reduced-mb {
    margin-bottom: 17px
}

.contact-form textarea {
    height: 120px
}

.map-wrapper {
    height: 100%;
    position: relative
}

div#map {
    height: 100%
}

.contact-infos {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #fff;
    opacity: .95;
    padding: 36px 20px;
    max-width: 360px
}

.single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
}

.single-contact-info:last-child {
    margin-bottom: 0
}

.single-contact-info i {
    margin-right: 20px;
    color: #FF4700;
    font-size: 20px
}

.single-contact-info p {
    font-size: 15px;
    color: #0f242e;
    line-height: 1.6;
    margin-top: -2px;
    letter-spacing: 1px
}

.intro-txt p {
    line-height: 22px;
    margin-bottom: 16px;
    letter-spacing: 1px
}

.middle-title span {
    color: #FF4700
}

.middle-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 16px 0;
    letter-spacing: 1px;
    word-spacing: 4px;
    line-height: 1.4
}

.reason-txt ul li a {
    font-size: 14px;
    color: #0c2147;
    display: flex;
    line-height: 18px
}

.reason-txt ul li {
    margin-bottom: 6px;
    letter-spacing: 1px
}

.reason-txt ul li a:hover {
    text-decoration: none;
    color: #FF4700
}

.reason-txt ul {
    margin-top: 10px
}

.reason-txt ul li i {
    color: #FF4700;
    margin-top: 2px;
    margin-right: 4px
}

.about-company-txt ul li i {
    color: #FF4700;
    margin-top: 2px;
    margin-right: 4px
}

.about-company-txt ul li {
    margin-bottom: 6px;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: justify;
    color: #0c2147;
    margin-top: 2px;
    margin-right: 4px;
    display: flex;
    line-height: 18px
}

.copyright-section p {
    letter-spacing: 2px;
    color: #fff
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.mt30 {
    margin-top: 30px
}

.orange_btn {
    border: 2px solid #FF4700;
    color: #FF4700;
    font-size: 14px;
    padding: 4px 14px;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 100px
}

.orange_btn:hover {
    border: 1px solid #FF4700;
    text-decoration: none;
    color: #fff;
    background: #FF4700
}

.blue_btn {
    border: 2px solid #0b2433;
    color: #0b2433;
    font-size: 14px;
    padding: 4px 14px;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 100px
}

.blue_btn:hover {
    border: 1px solid #fff;
    text-decoration: none;
    color: #0b2433;
    background: #fff
}

.green_btn {
    border: 1px solid #0eda92;
    color: #0eda92;
    font-size: 14px;
    padding: 4px 14px;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 100px
}

.green_btn:hover {
    border: 1px solid #0eda92;
    text-decoration: none;
    color: #fff;
    background: #0eda92
}

.about_text p {
    margin-bottom: 8px;
    line-height: 23px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #27282d;
    font-weight: 400
}

.about_text h2 {
    font-size: 26px;
    font-weight: 500
}

.about_text h2 span {
    color: #FF4700;
    font-weight: 400
}

.about_text {
    margin-bottom: 40px;
    float: left;
    width: 100%
}

.middle_btn {
    background: #FF4700;
    color: #fff;
    padding: 9px 18px;
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 100px;
    border: 1px solid #FF4700
}

.middle_btn:hover {
    text-decoration: none;
    background: #fff;
    color: #FF4700
}

.mb20 {
    margin-bottom: 20px!important
}

.about_text img {
    float: left;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
    padding: 5px;
    border: 2px solid #FF4700;
    margin-right: 30px
}

.mt35 {
    margin-top: 35px
}

.mt50 {
    margin-top: 50px
}

.services_box p {
    letter-spacing: 1px;
    color: #27282d!important
}

.services_box ul li {
    line-height: 23px;
    letter-spacing: 1px;
    display: flex;
    text-align: justify;
    font-size: 13px;
    margin-bottom: 6px;
    color: #27282d;
    font-weight: 400
}

.services_box ul li i {
    color: #FF4700;
    margin-top: 4px;
    margin-right: 6px
}

.services_box ul {
    margin-top: 10px
}

.services_box {
    height: 465px;
    overflow-y: auto
}

.main-menu {
    margin-top: 35px
}