
.header-right-link {
    float: right;
    width: 60px
}

.header-area .header-right-link .slice-btn {
    color: #444
}

.header-area-2 .header-right-link .slice-btn {
    color: #fff
}

.header-area.stick .header-right-link .slice-btn {
    padding: 25px 0
}

.appointment-wrapper {
    position: fixed;
    right: -420px;
    top: 0;
    width: 400px;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.visible-appointment .appointment-wrapper {
    right: 0;
    opacity: 1;
    visibility: visible
}

.appointment-wrapper .appoint-box {
    position: relative;
    background-color: #f5f8fb;
    padding: 50px 30px
}

.appointment-wrapper .appoint-box .cross-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #444;
    font-size: 20px
}

.appointment-wrapper .appoint-box h2 {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    color: #444;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif
}

.layer-drop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(10, 24, 40, .8);
    visibility: hidden;
    z-index: 999999;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.visible-appointment .layer-drop {
    opacity: 1;
    visibility: visible
}

.appointment-wrapper .single-contact span {
    color: #444;
    font-size: 17px
}

.appointment-wrapper .single-contact h5 {
    color: #444;
    text-transform: capitalize;
    margin-bottom: 20px
}

.quote-icons {
    margin-top: 30px
}

.quote-icons h5 {
    color: #444;
    margin-bottom: 20px
}

.quote-icons ul li {
    display: inline-block
}

.quote-icons ul li a {
    color: #444;
    display: block;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #444;
    border-radius: 50%
}

.quote-icons ul li a:hover {
    background: #e31e24;
    border: 1px solid #e31e24;
    color: #ddd
}

.appointment-wrapper .single-contact {
    width: 100%;
    float: none
}

.appointment-wrapper .quote-btn {
    background: #e31e24;
    border: 1px solid #e31e24;
    color: #fff;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 140px;
    transition: .4s;
    border-radius: 3px
}

.appointment-wrapper .quote-btn:hover {
    background: #0f2a48;
    border: 1px solid #fff
}

.appointment-wrapper .contact-icon {
    padding: 30px 0;
    background: 0 0
}

.appointment-wrapper .help-block {
    margin-top: 15px;
    margin-bottom: 0
}

.appointment-wrapper .contact-form input[type=email],
.appointment-wrapper .contact-form input[type=text] {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    background: 0 0
}

.appointment-wrapper .contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 120px;
    padding: 20px;
    width: 100%;
    background: 0 0
}

.header-area-3 .header-right-link .slice-btn {
    padding: 37px 0;
    color: #fff
}

.header-area-3.stick .header-right-link .slice-btn {
    padding: 26px 0
}

body,
html {
    height: 100%
}

.floatleft {
    float: left
}

.floatright {
    float: right

}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: visible
}

p {
    margin: 0 0 15px;
    /*color: #777*/
    color: #4F4F4F
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
    font-family: Montserrat, sans-serif
}

h1 {
    font-size: 48px;
    line-height: 50px
}

h2 {
    font-size: 38px;
    line-height: 40px
}

h3 {
    font-size: 30px;
    line-height: 32px
}

h4 {
    font-size: 24px;
    line-height: 26px
}

h5 {
    font-size: 20px;
    line-height: 22px
}

h6 {
    font-size: 16px;
    line-height: 20px
}

a {
    transition: all .3s ease 0s;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0 none
}

a:focus,
a:hover {
    color: #e31e24;
    text-decoration: none
}

body {
    background: #fff none repeat scroll 0 0;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 24px
}

#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    opacity: .6;
    right: 15px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 34px
}

#scrollUp:hover {
    background: #e31e24;
    opacity: 1
}

.clear {
    clear: both
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

button,
button[type=submit],
input,
input[type=date],
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    -moz-appearance: none;
    box-shadow: none!important
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(img/logo/preloader.gif) no-repeat center center
}

.navbar-collapse {
    padding-left: 0
}

::-moz-selection {
    background: #e31e24;
    text-shadow: none
}

::selection {
    background: #e31e24;
    text-shadow: none
}

.color {
    color: #e31e24;
    font-weight: 700
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.area-padding {
    padding: 15px 0;
    background-color: #fff
}

.mar-row {
    margin-top: 50px
}

.load-more-btn {
    text-transform: uppercase;
    background: #e31e24;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
    transition: .4s;
    border: 2px solid #e31e24
}

.load-more-btn:hover {
    background: #fff;
    border: 2px solid #e31e24;
    color: #e31e24;
    transition: .4s
}

.bg-color {
   background: #e3000f;
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

.parallax-bg {
    position: relative
}

.parallax-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f2a48;
    opacity: .8;
    content: ""
}

.left-headline {
    padding-bottom: 15px
}

.left-headline h3 {
    font-size: 26px;
    line-height: 36px;
    position: relative;
    margin-bottom: 40px;
    color: #001033
}

.left-headline h3::after {
    border: 1px solid #e31e24;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 70px;
    right: auto
}

.center-headline h3 {
    max-width: 820px;
    font-size: 30px;
    line-height: 42px;
    margin: 0 auto 40px;
    text-align: center;
    color: #001033
}

.services-headline {
    margin-bottom: 30px;
    overflow: hidden
}

.services-headline h3 {
    font-size: 26px;
    width: 50%;
    line-height: 32px;
    font-weight: 700;
    text-transform: inherit;
    float: left;
    padding-right: 30px;
    color: #001033;
    text-align: right
}

.services-headline p {
    width: 50%;
    float: left;
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .5px
}

.services-headline::after {
    position: absolute;
    left: 0;
    top: 5px;
    background: #e31e24!important;
    content: "";
    width: 3px;
    height: 90px;
    right: 0;
    margin: 0 auto
}

.sub-headline {
    margin-bottom: 30px
}

.topbar-left ul li {
    display: inline-flex;
}

.topbar-area {
        background: #e3000f;
    border-top: 1px solid #e3000f;
    height: 70px;
}

.topbar-left ul li a {
   color: #fffefe;
    display: block;
    margin-right: 20px;
   font-weight: bold;
   padding: 5px 0;
   text-decoration: none;
   font-size: 14px;
    /*opacity: .9;*/
    letter-spacing: .6px
}

.topbar-left ul li a i {
        color: #ffffff;
    font-size: 16px;
    padding-right: 7px
}

.topbar-left ul li:last-child a {
    margin-right: 10px;
}

.top-social {
    float: left;
    padding: 12px 0;
}

.top-social ul li {
    display: inline-block
}

.top-social ul li a {
    color: #000;
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 27px;
    /*opacity: .8;*/
    border-radius: 50%;
   background: #ffffff;
}

/*.top-social ul li a:hover {*/
/*    background: #c32aa3;*/
/*    opacity: 1*/
/*}*/


.header-area {
    background: #fff
}

.logo-bg {
    background: #0f2a48;
    z-index: 10;
    margin-left: 15px;
    margin-right: -15px
}

.logo {
    display: inline-block;
}

.logo a {
    display: inline-block;
    height: auto;
    padding: 0px 0;
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative
}

.main-menu ul.navbar-nav>li>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  padding: 35px 0;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    margin: 0 15px
}

.main-menu ul.navbar-nav li a:hover {
    color: #e31e24
}

.main-menu ul.navbar-nav>li>a::before {
    background: #e31e24;
    content: "";
    height: 2px;
    position: absolute;
    top: 30px;
    width: 0;
    transition: .5s;
    left: 0
}

.affix {
    width: 100%;
    margin-top: -107px!important
}

.main-menu ul.navbar-nav>li.active>a::before,
.main-menu ul.navbar-nav>li:hover>a:before {
    width: 100%
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #333
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #e31e24;
    position: relative;
    z-index: 9999999
}

.navbar {
    border: medium none;
    margin-bottom: 0
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0
}

.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: 0 0;
    color: #333
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: inherit
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: 0 0
}

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 1px solid #f5f5f5;
       left: -800px;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 1000px;
    z-index: -99;
    border-radius: 5px;
    padding: 6px 8px;
}

.pagess {
    position: relative
}

.navbar.navbar-default {
    text-align: center;
    display: inline-block;
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 15px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #e31e24
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none
}

.stick .header-search input,
.stick span.search-button i {
    color: #666
}

.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: 0 0;
    padding: 0
}

.header-right-link {
    float: right;
    width: 60px
}

.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -40px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
    border: 1px solid #f5f5f5
}

.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px
}

.search-option button.button {
    background: #e31e24;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center
}

.header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    padding: 30px 0 31px 10px
}

.header-right-link a.main-search:hover {
    color: #e31e24
}

.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    /*box-shadow: 0 0 2px #ccc, -2px -2px 2px #ccc;
   */ background: #fff
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 1px 0
}

.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 30px 0
}

.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px
}

.header-area.stick .header-right-link a.main-search {
    padding: 18px 0 18px 10px
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
   font-size: 10px;
    font-weight: 700;
   padding: 3px 15px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
    color: #e31e24
}

.header-area.stick .navbar-brand>img {
    display: block;
    height: auto;
    margin-bottom: 5px;
    margin-top: -13px
}

.header-area.stick .logo-bg:after,
.header-area.stick .logo-bg:before {
    border-top: 76px solid transparent
}

.mobile-menu-area {
    background: #000000 none repeat scroll 0 0;
    padding: 10px 0
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500
}

.mean-container a.meanmenu-reveal:hover {
    color: #252525
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    width: 110%
}

.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%
}

.mean-nav ul li.mean-last {
    margin-bottom: 20px
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px
}

.mean-container .mean-nav ul li {
    width: 90.7%
}

.mobile-menu-area .header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    padding: 0 0 0 10px
}

.mobile-menu-area .slice-btn {
    float: right;
    padding: 0;
    right: 5px
}

.mobile-menu-area .header-right-link {
    float: right;
    width: 60px;
    position: absolute;
    top: 12px;
    right: 0
}

.mean-container a.meanmenu-reveal {
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px!important;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 6px 10px 11px;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 30px
}

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    float: left;
    min-height: 42px;
    padding: 15px 0 0;
    position: relative;
    width: 100%;
    z-index: 999999
}

.mobile-menu-area .header-right-link .slice-btn span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    cursor: pointer
}

.mobile-menu-area .search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -60px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999
}

.intro-content {
    position: relative;
    z-index: 1
}

.intro-content::after {
    background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -170px
}

.layer-1 h1 {
    color: #001033;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 40px;
    max-width: 720px;
    font-weight: 900
}

.ready-btn {
    border: 2px solid #e31e24;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease 0s;
    z-index: 222;
    background: #e31e24;
    width: 180px;
    border-radius: 3px
}

.ready-btn:hover {
    color: #fff;
    background: #0f2a48;
    border: 2px solid #0f2a48;
    text-decoration: none
}

.layer-1 .color {
    color: #e31e24;
    font-weight: 900
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    color: #333;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 60%;
    text-align: center;
    line-height: 42px;
    opacity: 0;
    border: 2px solid #333;
    width: 44px;
    height: 44px
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    opacity: 1
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    opacity: 1
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #e31e24;
    border: 2px solid #e31e24
}

.intro-carousel .owl-item .layer-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out .3s
}

.intro-carousel .owl-item .layer-2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s
}

.intro-carousel .owl-item .layer-3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s
}

.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3 {
    transform: translateY(0);
    opacity: 1
}

.intro-carousel .owl-item.active .slider-images img {
    transform: scale(1);
    transition: 10s
}

.well-inner {
    margin-top: -30px
}

span.number {
    color: #444;
    font-weight: 700;
    font-size: 40px;
    font-family: Montserrat, sans-serif
}

.well-services {
    padding: 9px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.well-services::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #e31e24;
    content: "";
    transition: .5s
}

.services-column {
    margin-top: 30px
}

.well-content h4 {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    text-transform: capitalize
}

.well-content h4 a {
    color: #444
}

.well-services p {
    margin-bottom: 0
}

.well-services:hover::after {
    width: 100%;
    height: 2px;
    background: #e31e24;
    transition: .5s
}

.well-content h4 a:hover {
    color: #e31e24
}

.well-icon {
    margin-bottom: 20px;
    display: block
}

.well-icon a {
    font-size: 70px;
    line-height: 70px;
    color: #444
}

.about-content {
    background: #fff;
    padding: 50px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
}

.about-content h3 {
    line-height: 34px;
    text-transform: unset;
    font-size: 26px;
    position: relative;
    font-weight: 700;
    color: #fff
}

.about-content p {
    font-size: 15px;
    letter-spacing: .4px;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: justify;
}

.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px
}

.about-list li {
    color: #777;
    padding-left: 25px;
    margin: 10px 0;
    position: relative;
    font-size: 15px;
    font-weight: 600
}

.about-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #e31e24;
    width: 5px;
    height: 5px
}

.about-image {
    position: relative;
    overflow: hidden
}

.about-image::after {
    position: absolute;
    right: -232px;
    top: 270px;
    width: 500px;
    height: 100%;
    content: "";
    transform: rotate(45deg)
}

.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70%;
    left: 30%;
    text-align: center;
    z-index: 999
}

.video-play.vid-zone {
    background: #e31e24;
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 100px;
    line-height: 96px;
    width: 100px;
    overflow: hidden;
    transition: .4s
}

.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px
}

.video-play.vid-zone:hover {
    background: #fff;
    color: #e31e24;
    transition: .4s
}

.video-play.vid-zone:hover i {
    color: #e31e24
}

.all-services {
    margin-top: -30px;
    display: block
}

.single-service {
    position: relative;
    border: 1px solid #ddd;
    padding: 30px 10px;
    margin-top: 30px;
    transition: .4s
}

.single-service:hover {
    border: 1px solid #0f2a48;
    background: #0f2a48;
    transition: .4s
}

.service-content {
    text-align: center
}

.service-icon {
    display: block;
    text-align: center;
    margin-bottom: 30px
}

.service-icon a {
    font-size: 80px;
    color: #444;
    line-height: 80px
}

.service-text h4 {
    font-weight: 600;
    font-size: 20px
}

.service-text p {
    margin-bottom: 0
}

.single-service h4 {
    font-size: 20px;
    line-height: 28px
}

.single-service h4 a {
    color: #444
}

.single-service h4 a:hover {
    color: #e31e24
}

.single-service:hover .service-icon a,
.single-service:hover .service-text h4 a,
.single-service:hover .service-text p {
    color: #fff
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border: 1px solid #e31e24;
    width: 40px;
    height: 40px;
    background: #e31e24
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 1%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    opacity: 1
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 1%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    opacity: 1
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #0f2a48;
    border: 1px solid #0f2a48
}

.project-grid.project-content {
    margin-top: -15px
}

.project-single {
    width: 50%;
    float: left
}

.all-padding {
    padding: 15px
}

.single-awesome-project {
    overflow: hidden;
    border: 2px solid #000
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.awesome-img>a {
    display: block;
    position: relative
}

.awesome-img img {
    width: 50%;
    height: auto
}

.add-actions {
    display: block;
    position: absolute;
    transition: all .4s ease 0s;
    z-index: 9;
    padding: 30px;
    left: 39%;
    top: 15%;
    background: #fff;
    width: 60%;
    height: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
}

.project-dec {
    display: inline-block
}

.project-dec h5 {
    color: #f7f4f4;
    font-size: 18px;
    text-decoration: none
}

.project-dec p {
    color: #f7f4f4;
    font-size: 15px
}

.project-dec span {
    margin-bottom: 5px;
    color: #e31e24;
    display: block
}

.awesome-menu {
    padding-top: 10px
}

.single-awesome-project:hover .add-actions {
    top: 12%;
    transition: all .5s ease 0s
}

.know-more-btn {
    color: #444!important;
    font-size: 16px;
    font-weight: 700
}

.know-more-btn:hover,
.project-dec h5:hover {
    color: #e31e24!important
}

.choose-area {
    /*background-image: url(img/background/bg1.jpg);*/
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.choose-wrapper {
    background: #fff;
    padding: 42px 7px 19px 9px;
}

.choose-all {
    margin-top: -30px
}

.single-choose {
    box-shadow: none;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #f6f6f6;
    padding: 20px 10px
}

.choose-images {
    width: 60px;
    float: left;
    height: 60px;
    font-size: 26px;
    color: #fff;
    background: #e31e24;
    margin-right: 15px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #e31e24;
    border-radius: 50%
}

.choose-all .choose-content {
    padding-left: 75px
}

.choose-content p {
    margin-bottom: 0
}

.single-choose .choose-content h4 {
    font-size: 20px;
    font-weight: 600
}

.single-choose .choose-content h4 a {
    color: #444
}

.single-choose .choose-content h4 a:hover {
    color: #e31e24
}

.single-choose:hover .choose-images {
    margin-top: 30px;
    color: #e31e24;
    background: #fff;
    border: 2px solid #e31e24
}

.client-area {
    display: block;
    overflow: hidden
}

.single-brand-item {
    float: left;
    width: 25%
}

.banner-content {
    margin-top: -30px
}

.single-brand-item a {
    display: block;
    text-align: center;
    margin-top: 30px
}

.testimonial-area {
    position: relative
}

.testimonial-img img {
    height: auto;
    border-radius: 50%;
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
    border: 3px solid #0f2a48
}

.testimonial-carousel .testimonial-text {
    position: relative;
    margin-top: -5px
}
.testimonial {
    color:white;
    padding-right:30px!important;
    padding-left:50px!important;
    padding-bottom:30px!important;
    font-size: 16px !important;
}

.testimonial_heading {
    color:white;
}

.carousel .overview b {
    color: #fff !important;
}

.testimonial_heading::after {
    background:white!important;
}

.carousel-control i {
    color:white!important;
}

.carousel-control {
    margin-top:0px!important;
}

.testimonial-text p {
    color: #001033;
    font-style: italic;
    font-size: 20px;
    letter-spacing: .8px;
    line-height: 30px;
    padding: 0 60px
}

.testimonial-text h5 {
    color: #444;
    font-size: 20px
}

.testimonial-img {
    margin-top: 30px
}

.testimonial-text a {
    color: #444;
}

.client-name {
    margin-top: 15px;
    display: inline-block
}

.client-name h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
    color: #444
}

.client-name span {
    font-size: 13px;
    color: #444
}

.company-faq {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
}

.faq-details .panel-heading {
    padding: 0
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px
}

.panel-default {
    border-color: #f5f5f5;
    border-radius: 0!important
}

.panel-group .panel+.panel {
    margin-top: 10px
}

.panel-default>.panel-heading {
    color: #666
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #fff
}

.faq-details h4.check-title a {
    color: #666;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
    background: #fff
}

.panel-body {
    padding: 15px 15px 0 45px
}

.faq-details h4.check-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize
}

.faq-details .panel-heading h4 a {
    position: relative
}

.faq-details .panel-heading h4 a::before {
    color: #666;
    content: "\e881 ";
    font-family: konstract;
    font-size: 16px;
    left: 0;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    height: 100%
}

.faq-details .panel-heading h4 a.active::before {
    color: #e31e24;
    content: "\e882";
    font-family: konstract;
    font-size: 16px;
    left: 0;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    height: 100%
}

.faq-details .panel-heading h4 a.active {
    color: #e31e24
}

.faq-area .col-md-6 {
    padding-left: 0;
    padding-right: 0
}

.faq-area .faq-content {
    background: #0f2a48;
    padding: 10%;
    border-radius: 5px;
    border: 1px solid #0f2a48
}

.faq-area .contact-form input[type=email],
.faq-area .contact-form input[type=text] {
    border: 1px solid #0f2a48;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%
}

.faq-content h4 {
    color: #fff;
    padding-bottom: 20px
}

.faq-area .faq-content .contact-form textarea#message {
    height: 135px
}

.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #e31e24;
    display: inline-block;
    border: 2px solid #e31e24;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .4s;
    margin-top: 10px
}

.faq-area .quote-btn:hover {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    transition: .4s
}

.blog-area {
    position: relative
}

.blog-image {
    overflow: hidden;
    display: block
}

.blog-grid {
    margin-top: -30px
}

.blog-content {
    padding: 20px 0 2px
}

.blog-right-column {
    background: #0f2a48;
    padding: 20px;
    margin-top: 30px
}

.blog-right-column .blog-content {
    padding: 0
}

.blog-right-column .blog-content a h4,
.blog-right-column .blog-meta span {
    color: #ddd
}

.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: .5s
}

.image-scale::after {
    position: absolute;
    content: "";
    background: rgba(6, 34, 65, .15) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.blog-content a h4 {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 600;
    color: #444;
    line-height: 28px;
    margin: 10px 0
}

.blog-meta span {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px
}

.single-blog:hover .image-scale {
    transform: scale(1);
    transition: .5s
}

.single-blog:hover .image-scale::after {
    background: rgba(6, 34, 65, .1) none repeat scroll 0 0
}

.blog-content a h4:hover {
    color: #e31e24
}

.single-blog {
    margin-top: 30px;
    overflow: hidden
}

.read-more {
    color: #444;
    display: inline-block;
    font-weight: 700
}

.blog-right-column .single-blog {
    padding: 15px 0;
    margin-top: 0;
    border-bottom: 1px solid #444
}

.blog-right-column .single-blog:last-child {
    border-bottom: none
}

.footer-1 {
    /*background: url(img/background/bg1.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll
}

.footer-1 {
    position: relative;
    z-index: 1
}

.footer-1::after {
    background: rgba(6, 34, 65, .96) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.footer-area {
    padding: 55px 0 27px 0;
    background: black;
}

.footer-logo {
    margin-bottom: 15px
}

.footer-head p {
    color: #fff;
}

.footer-head h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600
}

.footer-services-link ul.footer-list {
    width: 50%;
    float: left
}

.footer-icons ul li {
    display: inline-block
}

.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%
}

.footer-icons ul li a:hover {
    color: #fff;
    background: #e31e24;
    border: 1px solid #e31e24
}

.footer-icons {
    margin-top: 20px
}

.suscribe-input input {
    background: 0 0;
    border: medium none;
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777
}

.suscribe-input button {
    background: #e31e24;
    border: 1px solid #e31e24;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 3px;
    transition: .4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700
}

.suscribe-input button:hover {
    background: #0f2a48;
    border: 1px solid #0f2a48;
    color: #fff;
    transition: .4s
}

.footer-contacts p span {
    color: #E93F42;
    font-weight: 700
}

.footer-contacts p a {
    color: white;
}

.footer-content {
    display: block;
    overflow: hidden
}

.footer-list li a {
    color: #ddd;
    padding: 3px 0 3px 20px;
    display: block;
    position: relative;
    font-weight: 500
}

.footer-list li:first-child a {
    padding-top: 0
}

.footer-list li:last-child a {
    padding-bottom: 0
}

.footer-list li a::after {
    position: absolute;
    content: "";
    right: auto;
    top: 11px;
    width: 5px;
    height: 5px;
    left: 0;
    background: #ddd
}

.footer-list li a:hover {
    color: #e31e24
}

.footer-area-bottom {
    background: #0f2a48;
    padding: 10px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #e31e24
}

.copyright-text a {
    color: #ddd
}

.copyright>p {
    margin-bottom: 0;
    color: #ddd;
    text-align: center;
}

.copyright a {
    color: #FFFFFF;
}

.intro-area-2 .intro-content {
    position: relative;
    z-index: 1
}

.intro-area-2 .intro-content:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0
}

.header-two {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999
}

.topbar-area-2 {
    background: #0f2a48
}

.header-area-2 {
    margin-top: -17px;
    /*background: #061729 none repeat scroll 0 0;*/
        background: #ffffff;
    box-shadow: none
}

.header-area-2 .header-right-link a.main-search,
.header-area-2 .main-menu ul.navbar-nav>li>a {
   color: #040404;
}

.header-area-2.stick {
    background: #ffffff;
    margin-top: 0
}

.intro-area-2 .slider-content {
    margin-top: -70px
}

.intro-area-2 .layer-1 h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    margin: 0 0 40px;
    max-width: 679px;
    font-weight: 700;
    letter-spacing: 1px
}

.intro-area-2 .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,
.intro-area-2 .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    color: #fff;
    border: 2px solid #fff
}

.about-area-2 .about-image::after {
    display: none
}

.about-area-2 .about-image {
    border-radius: 5px
}

.about-area-2 .about-content {
    background: #0f62be00;
    padding: 30px 30px;
    margin: 0;
    box-shadow: none
}

.about-btn {
    display: inline-block;
    color: #fff;
    background: #e31e24;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    border: 1px solid #e31e24
}

.about-btn:hover {
    background: #fff;
    color: #e31e24;
    border: 1px solid #e31e24
}

.counter-area {
    position: relative
}

.fun-content {
    margin-top: 60px;
    overflow: hidden;
    background: #fff;
    padding: 50px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    border-radius: 5px
}

.single-fun {
    width: 25%;
    float: left
}

.fun-icon {
    float: left
}

.fun-icon i {
    font-size: 60px;
    line-height: 70px;
    color: #001033
}

.fun_text {
    padding-left: 75px
}

.fun_text span {
    display: block;
    font-size: 44px;
    font-weight: 700;
    line-height: 40px;
    color: #001033;
    margin: 5px 0
}

.fun_text>h5 {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}

.project-2 .project-single {
    width: 100%;
    float: none;
    padding: 0 15px
}

.project-2 .add-actions {
    display: block;
    position: absolute;
    transition: all .4s ease 0s;
    z-index: 9;
    padding: 30px;
    left: 0;
    top: 0;
    background: #e3000f;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    border: 1px solid #f5f5f5
}

.single-awesome-project:hover .add-actions {
    top: 0;
    transition: all .5s ease 0s;
    opacity: 1
}

.choose-area-2 {
    /*background-image: url(img/background/bg2.webp);*/
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.choose-area-2 .choose-wrapper {
    background: 0 0;
    padding: 0
}

.team-img {
    position: relative
}

.team-img>a {
    display: block
}

.team-img>a::after {
    background: rgba(6, 34, 65, .7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all .5s ease 0s;
    width: 100%;
    opacity: 0
}

.single-team-member:hover .team-img a:after {
    opacity: 1
}

.single-team-member:hover .team-social-icon {
    top: 45%;
    opacity: 1
}

.team-social-icon {
    left: 50%;
    margin-left: -71px;
    opacity: 0;
    position: absolute;
    top: 30%;
    transition: 1.3s
}

.team-social-icon ul li {
    display: inline-block
}

.team-social-icon ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 39px;
    margin: 0 3px;
    width: 40px;
    text-align: center
}

.team-social-icon ul li a:hover {
    color: #fff;
    border: 1px solid #e31e24;
    background: #e31e24
}

.team-content {
    padding: 10px;
    position: relative;
    border: 1px solid #f5f5f5;
    text-align: center;
    border-top: none;
    z-index: 1
}

.team-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #0f2a48;
    width: 0%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    z-index: -1
}

.team-content>h4 {
    color: #444;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px
}

.team-content>p {
    color: #666;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700
}

.single-team-member:hover .team-content::before {
    opacity: 1;
    transition: .4s;
    width: 100%
}

.single-team-member:hover .team-content>h4,
.single-team-member:hover .team-content>p {
    color: #fff
}

.team-top {
    margin-top: -30px
}

.single-team-member {
    margin-top: 30px
}

.footer-2 {
    background: #0f2a48
}

.footer-2 .footer-area-bottom {
            background: #B3000F;
}

.header-area-3 {
    background: 0 0
}

.header-area-3.stick {
    background: #0f2a48
}

.header-area-3 .header-right-link a.main-search,
.header-area-3 .main-menu ul.navbar-nav>li>a {
    color: #fff
}

.intro-area-3 .layer-1 h1 {
    color: #fff;
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
    margin: 0 0 40px;
    max-width: 800px;
    font-weight: 700;
    letter-spacing: 1px
}

.intro-area-3 .intro-content {
    position: relative;
    z-index: 1
}

.intro-area-3 .intro-content:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(6, 34, 65, .5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1
}

.intro-area-3 .slider-content {
    margin-top: -90px
}

.services-area-3 .single-service {
    position: relative;
    border: none;
    padding: 0
}

.services-area-3 .service-content {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #f5f5f5;
    border-top: none
}

.footer-3 {
    background: #f9f9f9
}

.footer-3 .footer-head h4,
.footer-3 .footer-head p,
.footer-3 .footer-icons ul li a,
.footer-3 .footer-list li a {
    color: #444
}

.footer-3 .footer-list li a::after {
    background: #444
}

.footer-3 .footer-list li a:hover {
    color: #e31e24
}

.footer-3 .footer-list li a::after:hover {
    background: #e31e24
}

.page-area {
    position: relative
}

.page-area {
    /*background: url(img/background/b.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.breadcumb-overlay {
    position: absolute;
    background: rgba(255, 255, 255, .9) none repeat scroll 0 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%
}

.breadcrumb {
    padding: 60px 0;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden
}

.breadcrumb-bg {
    float: right;
    padding: 14px 0
}

.bread-inner {
    padding: 30px 0
}

.breadcrumb .section-headline h2 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 54px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    color: #001033;
    margin-bottom: 0
}

.breadcrumb .section-headline {
    padding-bottom: 0;
    display: inline-block
}

.breadcrumb .section-headline h2::after {
    display: none
}

.breadcrumb ul li {
    display: inline-block;
    color: #444;
    padding: 0 10px 0 20px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700
}

.breadcrumb ul li.home-bread {
    padding-left: 0
}

.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0
}

.breadcrumb .section-headline::after {
    display: none
}

.testimonial-page-area .testimonial-text p {
    color: #001033;
    font-style: initial;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 30px;
    padding: 0;
    margin-bottom: 0
}

.testimonial-page-area .single-testimonial {
    border: 1px solid #dac8c8;
    padding: 15px;
    margin-top: 25px
}

.testimonial-page-area .testimonial-img img {
    height: auto;
    border-radius: 50%;
    max-width: 80px;
    text-align: center;
    margin-right: 20px;
    border: 3px solid #0f2a48
}

.testimonial-page-area .testimonial-img {
    margin-top: 20px
}

.testimonial-page-area .Reviews-content {
    margin-top: -30px
}

.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px
}

.high-text {
    font-size: 230px;
    line-height: 200px;
    margin-bottom: 40px
}

.error-bot {
    font-size: 24px
}

.error-btn {
    background: #e31e24;
    border: 1px solid #e31e24;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: .4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px
}

.error-btn:hover {
    background: #0f2a48;
    border: 1px solid #0f2a48;
    color: #fff
}

.high-text span {
    width: 200px;
    height: 200px
}

.map-area-top {
    padding-bottom: 0
}

.contact-details {
    display: block;
    overflow: hidden
}

.contact-icon {
    background: #f5f5f5;
    padding: 30px
}

.single-contact h5 {
    color: #444;
    text-transform: capitalize;
    margin-bottom: 25px
}

.single-contact a {
    display: block;
    margin-bottom: 10px
}

.single-contact a i {
    float: left;
    color: #444;
    font-size: 18px;
    padding-right: 20px;
    line-height: 24px
}

.contact-head {
    background: #f4f4f4;
    padding: 50px 30px
}

.contact-head h4 {
    font-size: 28px
}

.contact-head p {
    font-size: 17px
}

.single-contact span {
    color: #444
}

.project-share h5 {
    display: inline-block;
    font-size: 18px
}

.project-social {
    display: inline-block
}

.project-social li {
    display: inline-block;
    margin: 10px
}

.project-social li a {
    color: #444;
    font-size: 18px
}

.contact-form input[type=email],
.contact-form input[type=text] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%
}

.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 180px;
    padding: 20px;
    width: 100%
}

.contact-page .contact-btn {
    background: #0f2a48;
    border: 1px solid #0f2a48;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: .4s;
    border-radius: 3px;
    width: auto;
    float: left;
    text-transform: uppercase
}

.contact-page .contact-btn:hover {
    background: #0f2a48 none repeat scroll 0 0;
    border: 1px solid #0f2a48;
    color: #fff;
    transition: .4s
}

.blog-page-area .single-blog {
    padding: 5px;
    background: #fff
}

.blog-page-area .blog-content {
    padding: 10px 15px 20px
}

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 42px;
    background: 0 0
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc
}

.blog-search-option button {
    background: 0 0;
    border: none
}

.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0 10px
}

.blog-search-option button i:hover {
    color: #e31e24
}

.left-blog h4 {
    position: relative;
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 15px 0;
    text-transform: capitalize
}

.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #ccc
}

.left-head-blog {
    border: 1px solid #f5f5f5;
    padding: 30px 20px
}

.left-blog {
    overflow: hidden;
    padding-bottom: 20px
}

.left-blog li {
    display: block
}

.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 15px;
    padding: 10px 0 10px 25px;
    text-transform: capitalize;
    position: relative
}

.pst-content .date-type {
    font-size: 14px
}

.left-blog ul li a:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 21px;
    background: #666;
    width: 5px;
    height: 5px
}

.popular-tag.left-blog ul li a:before {
    display: none
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0
}

.recent-single-post:last-child {
    border-bottom: none
}

.post-img {
    display: inline-block;
    float: left;
    padding-right: 10px
}

.pst-content {
    padding-left: 100px
}

.pst-content p {
    margin-bottom: 0
}

.left-blog ul li a:hover,
.pst-content p a:hover {
    color: #e31e24
}

.blog-page-area .blog-content {
    background: #f9f9f9
}

.pst-content p a {
    color: #444;
    font-size: 15px;
    font-weight: 600
}

.blog-tags {
    padding: 1px 0
}

.recent-single-post img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px
}

.left-blog li:last-child {
    border-bottom: 0
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0
}

.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #444;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px
}

.left-tags .left-side-tags ul li a:hover {
    color: #fff;
    background: #e31e24
}

.left-side-tags h4 {
    margin-bottom: 15px
}

.blog-side-area .blog-right-column {
    margin-top: -30px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 50px 0 0;
    border-radius: 4px
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #444;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 5px
}

.pagination>li {
    display: inline-block;
    margin: 0 3px 0 0
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #e31e24;
    cursor: default;
    border-radius: 5px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #e31e24;
    border-color: #e31e24;
    border-radius: 2px
}

.blog-left-content {
    margin-top: -30px
}

.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize
}

.comments-list ul li {
    margin-bottom: 25px
}

.comments-list-img {
    float: left;
    margin-right: 15px;
    border-radius: 50%
}

.comments-list-img img {
    border-radius: 50%;
    border: 1px solid #444
}

.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative
}

blockquote {
    padding: 10px 20px 10px 50px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative
}

blockquote::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px
}

blockquote p {
    font-size: 16px!important;
    line-height: 28px
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%
}

.author-description h2 {
    color: #444;
    font-size: 20px;
    text-transform: uppercase
}

.author-description h2 a {
    color: #444
}

.comments-content-wrap span b {
    margin-right: 5px
}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #444;
    margin-top: 10px
}

.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 20px
}

span.email-notes {
    color: #444;
    display: block;
    font-size: 12px;
    margin-bottom: 10px
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px
}

.comment-respond input[type=email],
.comment-respond input[type=text] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    background: 0 0
}

.comment-respond textarea#message-box {
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 160px;
    width: 100%;
    background: 0 0
}

.comments-content-wrap span a {
    color: #e31e24
}

.comments-content-wrap span a:hover {
    color: #e31e24
}

.comment-respond .add-btn.contact-btn {
    background: #e31e24;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: .4s;
    border-radius: 5px;
    width: auto!important;
    margin-top: 20px;
    border: 2px solid #e31e24;
    text-transform: capitalize;
    font-weight: 600
}

.comment-respond .add-btn.contact-btn:hover {
    background: #0f2a48;
    color: #fff;
    border: 2px solid #0f2a48
}

.blog-page-details .left-blog-page {
    margin-top: 0;
    margin-bottom: 30px
}

.single-post-comments {
    margin-top: 30px
}

.left-head-blog .pst-content p {
    margin-bottom: 5px
}

.blog-details .blog-content h4 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
    font-weight: 600
}

.project-page-area.project-2 .project-single {
    width: 50%;
    float: left;
    padding: 15px
}

.project-2 .awesome-img img {
    width: 100%;
    height: auto
}

.project-menu li {
    width: 140px;
    display: inline-block;
    margin: 0 5px
}

.project-menu li a {
    color: #444;
    display: block;
    font-size: 18px;
    padding: 15px 10px;
    transition: all .3s ease 0s;
    font-weight: 800;
    letter-spacing: 1px;
    background: #f5f5f5
}

.project-menu li a.active {
    background: #ffb01b;
    color: #fff;
    text-decoration: none
}

.project-menu {
    margin: 0 auto 30px;
    overflow: hidden
}

.project-menu li a:hover {
    text-decoration: none;
    background: #ffb01b;
    color: #fff
}

.project-page-area.project-3 .project-single {
    width: 33.33%;
    float: left;
    padding: 15px
}

.project-page-area.project-4 .project-single {
    width: 25%;
    float: left;
    padding: 15px
}

.project-details {
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
}

.project-history {
    border: 1px solid #f5f5f5;
    padding: 50px 30px
}

.project-name ul li {
    color: #444;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0
}

.project-name span {
    padding-right: 15px
}

.project-name span {
    padding-right: 15px;
    min-width: 127px;
    display: inline-block
}

.project-icon i {
    font-size: 30px;
    float: left;
    margin-right: 15px
}

.single-project-inner {
    margin-top: 30px;
    border: 1px solid #f5f5f5;
    padding: 30px 20px 10px
}

.project-wrapper {
    margin-top: -30px
}

.project-text h4 {
    font-weight: 500
}

.marker-list li {
    color: #777;
    padding-left: 30px;
    margin: 10px 0;
    position: relative;
    font-size: 15px;
    font-weight: 600
}

.marker-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #e31e24;
    width: 5px;
    height: 5px
}

.project-2.related-project .project-single {
    width: 25%;
    float: left;
    padding: 15px 15px 0
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    opacity: 1
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    opacity: 1
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #e31e24;
    border: 2px solid #e31e24
}

.single-page-head {
    margin-bottom: 30px
}

.single-services-page p {
    color: #666;
    margin-bottom: 0
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.left-menu {
    border: 1px solid #f5f5f5;
    padding: 20px 20px
}

.left-menu li {
    display: block;
    margin: 2px 0
}

.build-img .page-img {
    padding-bottom: 0
}

.left-menu ul li.active a {
    color: #e31e24;
    position: relative
}

.left-menu ul li a:hover {
    color: #e31e24
}

.left-menu ul li a {
    color: #444;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 0;
    position: relative;
    text-decoration: none;
    text-transform: capitalize
}

.left-menu ul li a:hover::after,
.left-menu ul li.active a::after {
    position: absolute;
    left: -21px;
    top: 0;
    background: #e31e24;
    content: "";
    width: 2px;
    height: 100%
}

.down-btn i {
    font-size: 24px;
    float: right
}

.down-btn {
    border: 1px solid #f5f5f5;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: left;
    transition: all .4s ease 0s;
    z-index: 222;
    background: #f5f5f5;
    width: 100%;
    position: relative;
    border-radius: 2px
}

.down-btn.apli {
    margin-bottom: 0
}

.down-btn:hover {
    color: #fff;
    background: #e31e24;
    border: 1px solid #e31e24
}

.single-well {
    margin-bottom: 40px
}

.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0
}

.single-page {
    overflow: hidden
}

.single-well h3 {
    margin-bottom: 15px
}

.single-well.last-part p {
    margin-bottom: 0
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444
}

.service-list li::before {
    position: absolute;
    left: 0;
    content: "\f00c";
    font-family: fontawesome;
    top: 0;
    color: #e31e24
}

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0 0 0
}

.single-services-page .marker-list li {
    color: #444
}

.mar-row {
    margin-top: 50px
}

.feature-service i {
    font-size: 40px;
    color: #e31e24;
    text-align: center;
    line-height: 42px;
    border-radius: 2px;
    float: left;
    margin-right: 15px
}

.feature-service h5 {
    font-size: 17px;
    font-weight: 600;
    max-width: 260px
}

.service-feature-content {
    margin-top: -30px
}

.service-feature-inner {
    margin-top: 30px
}

.clients-support {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #f5f5f5
}

.support-text {
    position: relative;
    z-index: 1
}

.support-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(6, 34, 65, .93) none repeat scroll 0 0;
    transition: .4s
}

.support-text h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px
}

.support-text a {
    margin-bottom: 15px;
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 700
}

.support-text p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 700
}

.support-text a i {
    display: inline-block;
    font-size: 30px;
    line-height: 23px;
    padding-right: 15px
}

.support-img {
    overflow: hidden
}

.support-img img {
    transform: scale(1.1);
    transition: .4s
}
  .banner 
  {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("img/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
    align-items:center;
    height:300px !important;
    
  } 


.banner-text {
    color: #fff !important;
    font-size: 35px;
    line-height: 50px !important;
}

.affix {
    margin-top: -75px
}

.dropdown:hover .mainmenu {
    display: block
}

.btn:active,
.btn:focus,
button:active,
button:focus {
    outline: 0!important;
    box-shadow: none!important
}

#image-gallery .modal-footer {
    display: block
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px
}

.zoom {
    padding: 10px;
    transition: transform .2s;
    margin: 0 auto
}

.zoom:hover {
    transform: scale(1.1)
}

.headingh2 {
    padding-top: 40px;
    text-align: left
}

.headingh3 {
    padding-top: 3px;
    border-bottom: 2px solid #e31e24
}

.pager {
    text-align: left
}

.footer-container {
    padding-left: 90px
}

@media screen and (max-width:650px) and (min-width:360px) {
    .footer-container {
        padding-left: 10px
    }
}

.sticky-logo {
    margin-top: 11px;
}

.menubar {
    padding-right: 489px;
    padding-top: 11px
}

.socialnetwork {
    padding-top: 7px;
    padding-right: 130px
}

.unorder {
    text-align: right;
    margin-top: 22px;
    margin-right: 73px
}

.unorder1 {
    text-align: right;
    margin-top: -4px;
    margin-right: -19px
}

@media only screen and (min-width:800px) {
    ,
    .menubar {
        padding-right: 282px
    }
}

@media only screen and (max-width:1000px) {
    .menubar {
        padding-right: 282px
    }
}

@media only screen and (min-width:800px) {
    .socialnetwork {
        padding-right: 7px;
        padding-top: 3px
    }
    .newsocial {
        padding-top: 1px
    }
}

@media only screen and (max-width:1000px) {
    .socialnetwork {
        padding-right: 7px;
        padding-top: 3px
    }
}

@media (max-width:1000px) and (min-width:800px) {
    .header-area .main-menu ul.navbar-nav>li>a {
        font-size: 12px;
        margin: 0 6px;
        padding: 7px 0
    }
    .newsocial {
        padding-top: 2px
    }
}

@media only screen and (max-width:1000px) {
    .socialnetwork {
        padding-right: 7px;
        padding-top: 0
    }
    .newsocial {
        padding-top: 6px
    }
}
.company_h3{
	margin: 0px auto 20px !important;
}
.company_p{
	text-align: justify !important;
}
.header_logo{
	max-width: 100%;
}
.why_choose_p{
	text-align: justify !important;
}
h1 {
  height: 1px;
    line-height: 14px;
    text-align: center;
    font-size: 16px;
}

h1 span {
  position: relative;
 top: 9px;
  margin-top: 50px;
  display: inline-block;
 animation: bounce .6s ease infinite alternate;
  /*font-family: 'Titan One', cursive;*/
  font-size: 24px;
  color: #FFF;
  text-shadow: 0 1px 0 #CCC,
               0 2px 0 #CCC,
               0 3px 0 #CCC,
               0 4px 0 #CCC,
               0 5px 0 #CCC,
               0 6px 0 transparent,
               0 7px 0 transparent,
               0 8px 0 transparent,
               0 9px 0 transparent,
               0 10px 10px rgba(0, 0, 0, .4);
}

h1 span:nth-child(2) { animation-delay: .1s; }
h1 span:nth-child(3) { animation-delay: .2s; }
h1 span:nth-child(4) { animation-delay: .3s; }
h1 span:nth-child(5) { animation-delay: .4s; }
h1 span:nth-child(6) { animation-delay: .5s; }
h1 span:nth-child(7) { animation-delay: .6s; }
h1 span:nth-child(8) { animation-delay: .7s; }
h1 span:nth-child(9) { animation-delay: .8s; }
h1 span:nth-child(10) { animation-delay: .9s; }

@keyframes bounce {
  100% {
    top: -30px;
    text-shadow: 0 1px 0 #CCC,
                 0 2px 0 #CCC,
                 0 3px 0 #CCC,
                 0 4px 0 #CCC,
                 0 5px 0 #CCC,
                 0 6px 0 #CCC,
                 0 7px 0 #CCC,
                 0 8px 0 #CCC,
                 0 9px 0 #CCC,
                 0 50px 25px rgba(0, 0, 0, .2);
  }
}
.form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.modal-header {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #0f2a48; 
    background: red;
    color: #FFF;
}
#image-gallery .modal-footer {
    display: block;
    background: #ffffff;

}
.modal-body {
    position: relative;
    padding: 15px;
    background: #ffffff;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #aeafb1;
    color: red;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #FFF;
}
.thumbnail {
    background: #e3000f00;
    display: block;
    padding: 4px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    box-shadow: 0px 4px 20px -10px rgb(0 0 0 / 30%);
    border-radius: 10px;
}
.headtext {
    text-align:left;
    font-weight:700;
    font-size: 13px;
    line-height: 22px;
    color: red;
    padding-left:15px;
}

.headrow{
    padding-left: 0px; 
 padding-right: 0px;
}




/*============ New Changes=============*/

@media (max-width: 767px) {
    #mob-topbar {
        display: block !important;
        background: #e3000f;
    }
    
    #mob-topbar .row {
        margin: 0 !important;
        padding: 5px !important;
    }
    
    #mob-topbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #mob-topbar ul li {
        float: left;
        padding: 0 7px;
    }
    
    #mob-topbar ul li a {
        color: #fff;
    }
}

@media (min-width: 768px){
    #mob-topbar {
        display: none !important;
    }
}

.modal-backdrop {
    display:none!important;
}
