html {
    font-family: Montserrat, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700;
    color: #000
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: Montserrat, sans-serif
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

a {
    text-decoration: none!important;
    color: #111
}

a:hover {
    color: #fbd232
}

button {
    outline: 0
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 0
}

p {
    color: #666
}

blockquote {
    border: 2px solid #fbd232;
    font-size: 18px;
    padding: 20px;
    color: rgba(0, 0, 0, .7);
    margin: 10px 0 20px
}

ol,
ul {
    margin: 0;
    padding: 0
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

ol {
    list-style: decimal
}

li {
    list-style-type: none
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

.header_topbar {
    background: #d00707;
    padding: 10px 0
}

.top-bar .header_top_left {
    padding: 0 0
}

.header_topbar ul {
    margin-bottom: 0
}

.header_socil {
    margin: 0 0 0 10px;
    float: right
}

.header_socil li {
    padding-left: 1px;
    padding-right: 1px
}

.header_socil li {
    font-size: 12px;
    margin: 0;
    position: relative
}

.header_socil li .fa {
    color: #fff;
    padding-right: 10px;
    font-size: 14px
}

.top-bar .fa {
    border: 1px solid rgba(255, 255, 255, .05);
    font-size: 15px;
    height: 35px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    color: #ababab
}

.header_top_left,
.header_top_right {
    padding-left: 15px;
    padding-right: 15px
}

.header_top_right {
    float: right
}

.header_topbar ul {
    margin-bottom: 0;
    margin-top: 0
}

.header_top_right li {
    display: inline-block;
    font-size: 13px;
    padding-left: 11px;
    color: #e0e0e0
}

.header_top_right li i {
    margin-right: 10px
}

.header_topbar a {
    color: #fff
}

.header_topbar a:hover {
    color: #fff;
}

.navbar-fixed {
    z-index: 999;
    position: fixed;
    -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .75);
    opacity: .98;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown .8s;
    -moz-animation: fadeInDown .8s;
    -ms-animation: fadeInDown .8s;
    -o-animation: fadeInDown .8s;
    animation: fadeInDown .8s;
    -webkit-backface-visibility: hidden;
    border-radius: 0
}

.navigation .logo {
    float: left;
    position: relative;
    height: 83px
}

.navigation .logo::before {
    background: #fff
}

.navigation .logo::before {
    position: absolute;
    top: 0;
    width: 243%;
    content: "";
    height: 100%;
    left: -240%
}

.navigation .logo::after {
    background: #fff;
    z-index: -9999
}

.navigation .logo::after {
    width: 121px;
    height: 73px;
    position: absolute;
    right: -121px;
    top: 0;
    content: ""
}

.fom {
    color: #fff
}

.navigation .logo {
    background: #fff
}

.add-new-home-ll {font-size: 13px;
    line-height: 30px;}
    
    .whatsappWidget {
    position: fixed;
    left: 11px;
    bottom: 50px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example
}

.header-right>ul>li>a {
    color: #fff;
    display: block;
    padding: 10px 10px
}

.header-right li {
    display: inline-block;
    position: relative;
    z-index: 99
}

.header-right .language-cart {
    margin-left: -15px
}

.header-right>ul {
    display: inline-block
}

.navigation {
    background-color: #fff;
    z-index: 9;
    position: relative;
    border-bottom: 2px solid #ffcd23;
    border-top: 1px solid #2c2d2d
}

#navigation,
#navigation #menu-button,
#navigation ul,
#navigation ul li,
#navigation ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#navigation:after,
#navigation>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#navigation #menu-button {
    display: none
}

#navigation>ul>li {
    float: left
}

#navigation.align-center>ul {
    font-size: 0;
    text-align: center
}

#navigation.align-center>ul>li {
    display: inline-block;
    float: none
}

#navigation.align-center ul ul {
    text-align: left
}

#navigation.align-right>ul>li {
    float: right
}

#navigation>ul>li>a {
    padding: 30px 9px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px
}

#navigation>ul>li.has-sub>a {
    padding: 30px 35px 30px 20px
}

#navigation>ul>li.has-sub>a::before {
    position: absolute;
    right: 18px;
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#navigation>ul>li.has-sub>a::before {
    position: absolute;
    right: 14px;
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#navigation ul ul li.has-sub>a::before {
    position: absolute;
    top: 20px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#navigation ul ul li.has-sub>a::after {
    position: absolute;
    top: 23px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#navigation ul ul>li.has-sub:hover>a::before {
    top: 17px;
    height: 0
}

#navigation>ul>li>.active {
    color: #ffcd23
}

#navigation>ul>li:hover>a {
    color: #ff5e10
}

#navigation ul ul {
    position: absolute;
    left: -9999px
}

#navigation.align-right ul ul {
    text-align: right
}

#navigation ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#navigation li:hover>ul {
    left: auto
}

#navigation.align-right li:hover>ul {
    left: auto;
    right: 0
}

#navigation li:hover>ul>li {
    height: 44px
}

#navigation ul ul ul {
    margin-left: 100%;
    top: 0
}

#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#navigation ul ul li a {
    border-bottom: 1px solid #ffcd23;
    padding: 18px 15px;
    width: 244px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: #333131;
    border-top: 1px solid #393939;
    border-bottom: 1px solid #2c2d2d
}

#navigation ul ul li.last-item>a,
#navigation ul ul li:last-child>a {
    border-bottom: 0
}

#navigation ul ul li a:hover,
#navigation ul ul li:hover>a {
    color: #ff5e10
}

#navigation.small-screen {
    width: 100%
}

#navigation.small-screen ul {
    width: 100%;
    display: none
}

#navigation.small-screen.align-center>ul {
    text-align: left
}

#navigation.small-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, .2)
}

#navigation.small-screen li:hover>ul>li,
#navigation.small-screen ul ul li {
    height: auto
}

#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0
}

#navigation.small-screen>ul>li {
    float: none
}

#navigation.small-screen ul ul li a {
    padding-left: 25px
}

#navigation.small-screen ul ul ul li a {
    padding-left: 35px
}

#navigation.small-screen ul ul li a {
    color: #acc4ca;
    background: 0 0
}

#navigation.small-screen ul ul li.active>a,
#navigation.small-screen ul ul li:hover>a {
    color: #fff
}

#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
}

#navigation.small-screen ul ul>li.has-sub>a:after,
#navigation.small-screen ul ul>li.has-sub>a:before,
#navigation.small-screen>ul>li.has-sub>a:after,
#navigation.small-screen>ul>li.has-sub>a:before {
    display: none
}

#navigation.small-screen #menu-button {
    display: block;
    padding: 17px;
    color: #acc4ca;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 22px;
    right: 2px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #acc4ca;
    border-bottom: 2px solid #acc4ca;
    content: ''
}

#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 16px;
    right: 2px;
    display: block;
    height: 2px;
    width: 20px;
    background: #acc4ca;
    content: ''
}

#navigation.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#navigation.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #000;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, .2);
    height: 46px;
    width: 46px;
    cursor: pointer
}

#navigation.small-screen .submenu-button.submenu-opened {
    background: #2c2d2d
}

#navigation.small-screen ul ul .submenu-button {
    height: 35px;
    width: 35px;
    top: 8px
}

#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #47687f;
    content: ''
}

#navigation.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px
}

#navigation.small-screen .submenu-button.submenu-opened:after {
    background: #fff
}

#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #47687f;
    content: ''
}

#navigation.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px
}

#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none
}

#navigation.small-screen.select-list {
    padding: 5px
}

.btn-quote {
    float: right;
    margin-top: -46px
}

.btn-request_quote {
    font-weight: 600;
    text-align: center;
    border: 2px solid #0d9291;
    color: #0d9291;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 12px 14px
}

.logo img {
    margin-top: 2px
}

.btn-request_quote:focus,
.btn-request_quote:hover {
    background: #0d9291;
    border: 2px solid #fff;
    color: #fff
}

.carousel-control.left,
.carousel-control.right {
    background-image: inherit
}

.carousel-control {
    width: 5%;
    opacity: 1
}

.space {
    padding: 50px 0
}

#about h1 {
    margin: 20px 0 19px;
    padding: 0;
    color: #d00707;
    font-size: 22px;
    font-weight: 700
}

#about p {
    text-align: justify;
    line-height: 25px;
    font-size: 12px
}

.about-block .about-list:not(:last-child) {
    margin-bottom: 40px
}

.about-list .pull-left {
    margin-right: 15px
}

#about .about-list:hover .sppb-icon {
    background-color: #023669;
    color: #fff
}

.about-list {
    background: #f2f2f2;
    float: left;
    padding: 10px
}

.about-list .sppb-icon {
    background-color: #ffce27;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 20px;
    text-align: center
}

.about-list p {
    width: 100%;
    float: left;
    margin-top: 5px
}

.no-padding {
    margin-bottom: 7px
}

.about-list h4 {
    margin-top: 21px;
    float: left;
    color: #830a13
}

.parallax-style-one {
    position: relative;
    background: #d0012d;
    color: #fff
}

.fact-counter {
    position: relative;
    overflow: hidden;
    color: #fff
}

.fact-counter:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: .8;
    z-index: 0
}

.fact-counter .auto-container {
    position: relative;
    z-index: 1
}

.fact-counter .column {
    position: relative;
    margin-bottom: 20px;
    text-align: center
}

.fact-counter .item {
    color: #222
}

.fact-counter .column .icon span {
    position: relative;
    top: 0;
    font-size: 50px;
    position: absolute;
    line-height: 70px;
    top: -5px;
    left: 0;
    margin-bottom: 20px;
    color: #ab7442;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.fact-counter .count-outer {
    margin-top: 10px;
    color: #f8f8f8;
    position: relative;
    font-size: 23px;
    font-weight: 700;
    font-family: Roboto, sans-serif
}

.fact-counter .counter-outer {
    padding: 50px 0 0
}

.fact-counter .counter-outer .item .inner-box {
    position: relative
}

.fact-counter .counter-outer .item .inner-box .icon-box i {
    color: #020202
}

.fact-counter .counter-outer .item .inner-box .icon-box i:before {
    margin: 0;
    font-size: 54px
}

.count-outer p {
    color: #fff;
    padding-top: 11px;
    font-size: 20px
}

.section-content-block {
    padding: 19px 0 80px 0;
    background: #fff
}

.section-heading {
    font-size: 44px;
    letter-spacing: -1.3px;
    line-height: 1.1em;
    position: relative;
    margin-bottom: 38px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    display: inline-block;
    color: #24262a
}

.highlight-block:hover {
    background: #69031d
}

.highlight-block {
    padding: 6px;
    position: relative;
    border: 1px solid #dfdfdf;
    background: #f2f2f2;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-bottom: 24px
}

.highlight-block .highlight-block-inner {
    background: #fff;
    padding: 24px
}

.highlight-block .highlight-block-inner h5 {
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 24px
}

.highlight-block .highlight-block-inner p {
    text-align: justify;
    font-size: 14px
}

.highlight-block:hover a {
    background: #333
}

.highlight-block .highlight-block-inner a {
    bottom: 0;
    color: #fff;
    background: #920d2f;
    float: right;
    padding: 10px 15px;
    position: absolute;
    right: 6px;
    bottom: 6px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.e1 {
    height: 131px
}

.site-footer {
    width: 100%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.footer-dark .footer-top {
    background-color: #000;
    color: #999;
    padding: 50px 0 0;
    position: relative;
    float: left;
    width: 100%
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.widget {
    margin-bottom: 40px
}

.widget-title {
    letter-spacing: 2px;
    color: #ff9420;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 25px;
    font-size: 19px;
    font-weight: 700
}

.footer-dark .footer-top .widget-title::before {
    border-color: #fff
}

.widget-title:before {
    content: "\f06c";
    font-size: 18px;
    font-family: FontAwesome;
    position: absolute;
    bottom: -8px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: 10px
}

.widget-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30px;
    height: 3px;
    margin: 0 0 0;
    width: 70px;
    margin: 10px 0;
    background-color: #ffce27
}

.widget p {
    color: #fff;
    text-align: justify;
    line-height: 22px;
    font-size: 13px
}

.site-footer .widget ul {
    list-style: none;
    margin-top: 5px
}

.widget_services ul li {
    padding-bottom: 18px;
    margin-bottom: 13px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px
}

.widget_services ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: FontAwesome
}

.footer-dark .widget_services ul li a {
    color: #999
}

.footer-dark .widget_services ul li a:hover {
    color: #ec5598
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    float: left;
    font-weight: 700;
    color: #000
}

.wt-icon-box-wraper {
    padding: 15px 10px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    float: left;
    width: 100%;
    height: 127px
}

,
.wt-icon-box-wraper.left .icon-md {
    float: left;
    margin-right: 10px
}

.text-primary {
    width: 60px;
    display: inline-block;
    text-align: center;
    color: #ec5598;
    float: left
}

.icon-content {
    overflow: hidden
}

.icon-content h6 {
    color: #c30;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-size: 19px;
    text-align: center
}

.site-footer p {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    text-align: justify;
	margin: 13px 0 0 0;
}

.site-footer a {
    font-size: 15px;
    line-height: 24px;
    color: #fff
}

.f1 a {
    font-size: 17px;
    margin-bottom: 9px;
    width: auto
}

.s2 {
    margin-left: 10px
}

.icon-content strong {
    color: #fac923
}

.footer-bottom {
    width: 100%;
    float: left;
    padding: 0;
    background-color: #d00707;
    color: #787878;
    font-size: 13px
}

.constrot-strip {
    position: relative;
    height: 35px;
    width: 100%;
    background-repeat: repeat-x;
    background-position: center top
}

.wt-footer-bot-left {
    float: left;
    width: 100%;
    padding: 14px 0 6px;
    text-align: center
}

#enquiry {
    z-index: 9;
    position: fixed;
    top: 35%;
    left: 0;
    background: 0 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .5s
}

#enquiry .form-control {
    border-radius: 0
}

#enquiry_inner {
    position: fixed;
    top: 24%;
    left: -250px;
    width: 250px;
    padding: 0 20px 20px;
    border: 3px solid #262424;
    background: #272727;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .5s
}

#enquiry_inner h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 0;
    text-align: center
}

#enquiry_inner .form-item {
    width: 100%;
    padding: 5px 8px;
    border: 0;
    outline: 0;
    background: #f0f0f0;
    color: #2e3192;
    border: 2px solid rgba(46, 49, 146, .5);
    margin-bottom: 1em
}

#enquiry_inner input[placeholder] {
    color: #000!important
}

#enquiry_inner .form-item:focus,
#enquiry_inner .form-item:hover {
    box-shadow: 0 0 5px #e4322b;
    border: 2px solid #e4322b
}

#enquiry_inner .buttons button {
    font-family: 'Trebuchet MS';
    padding: 10px 12px;
    font-size: 14px;
    outline: 0;
    width: 30%;
    margin-right: 1em
}

#enquiry_inner .submit-btn {
    padding: 8px!important;
    background: #e4322b;
    border: none;
    color: #fff;
    opacity: 1;
    transition: background .2s ease-in, opacity .2s ease-in
}

#enquiry_inner .submit-btn:hover {
    background: #2e3192
}

#enquiry_inner .reset-btn {
    padding: 7px!important;
    background: 0 0;
    border: 1px solid #e4322b;
    color: #2e3192;
    transition: background .2s ease-in, opacity .2s ease-in, color .2s ease-in
}

#enquiry_inner .reset-btn:hover {
    background: #e4322b;
    color: #fff
}

#enquiry_inner .btn {
    color: #fff;
    background-color: #0cc1ca;
    border-color: #fff
}

.pop {
    position: fixed;
    margin-right: -3px;
    right: 0;
    margin-bottom: -8px;
    bottom: 8px;
    z-index: 1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example
}

.pop img {
    width: 100%
}

@keyframes example {
    0%,
    100% {
        bottom: 28px;
        right: 0
    }
    50% {
        bottom: 48px;
        right: 0
    }
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #f3c006;
    background: #f3c006
}

.modal-title {
    margin: 0;
    line-height: 17px;
    float: left;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 1px red;
    font-size: 22px;
    padding: 0
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1
}

.modal-body {
    position: relative;
    padding: 15px;
    background: #191919
}

#sendemail .btn {
    background: #17b3a5;
    border-color: #fff
}

.modal-sm {
    margin-top: 111px
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #131212;
    border: 1px solid #ccc;
    border-radius: 4px
}

.single-maquina section.single-pic {
    background-color: #e5e5e5;
    text-align: center
}

.section-content-block {
    float: left;
    width: 100%;
	background: url(../images/service-bg.jpg) no-repeat;   
    background-size: cover;
}

.section-heading {
    font-size: 37px;
    letter-spacing: -1.3px;
    line-height: 1.1em;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 38px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    display: inline-block;
    color: #fff
}

.services {
    background: #fff;
    padding: 10px;
    height: 412px;
    margin-bottom: 41px
}

.services-head {
    color: #545454;
    font-size: 13px;
    /* font-weight: 700; */
    /* margin: 13px 0 5px 0; */
    text-align: center;
}

.cc {
    text-align: justify;
    font-size: 14px
}

.navigation>li>ul {
    position: absolute;
    left: 0;
    top: 44px;
    background: #0a1b44;
    width: 355px;
    border-top: 2px solid #4df27c;
    padding: 0;
    z-index: 999;
    display: none
}

.navigation>li>ul>li {
    position: relative;
    display: block
}

.navigation>li>ul>li>a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
    margin: 0;
    text-transform: capitalize;
    transition: all .5s ease 0s
}

.navigation>li>ul>li:hover {
    background-color: #4c96cb
}

.new-bottom {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    background: #dc2020;
    color: #fff;
    padding: 12px
}

.mobile-menu {
    display: none
}

.new-tech {
    color: #ff9420;
    font-size: 19px;
    font-weight: 700
}

.section-content-block1 {
    background: #31464f
}

.s1 {
    height: auto
}

.s1 img {
    width: 100%
}

.bg3,
.bg5,
.bg6 {
    background-size: 100%;
    padding: 20px 0 0;
    position: relative;
    background-position: top;
    height: 150px;
}

.default-overlay::before,
.overlay-green::before,
.overlayer::before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg8 {
    background-size: 100%;
    padding: 80px 0 0;
    position: relative;
    background-position: top;
    height: 300px
}

.default-overlay::before,
.overlay-green::before,
.overlayer::before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.overlay-green::before {
    background-color: rgb(7, 143, 208);
}

.inner-title .h2 {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.3
}

.inner-title p {
    color: #fff;
    font-family: 'Roboto Slab', serif
}

.contact-wrapper {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

.contact-wrapper h2 {
    width: 100%;
    float: left;
    color: #b9181a
}

.contact-wrapper .form-control {
    border-radius: 0;
    margin: 0 0 12px;
    height: 48px
}

.contact-wrapper textarea.form-control {
    height: 170px!important
}

.contact .contact-info .info {
    padding: 0;
    margin-bottom: 20px
}

.contact-info .info {
    margin: 0
}

.contact-info .info li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    width: 100%;
    float: left
}

.contact-info .info .fa {
    float: left;
    margin: 8px 11px 0 0;
    font-size: 30px;
    color: #2fa7de
}

.contact-info {
    width: 100%;
    float: left;
    padding: 0 30px
}

.button-skew {
    position: relative;
    text-align: center;
    margin-right: 21px;
    border-radius: 4px 0 0 4px
}

.site-button-secondry {
    background-color: #f06135
}

.site-button-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 0;
    font-weight: 500;
    text-align: center;
    font-family: Raleway, sans-serif;
    white-space: nowrap;
    border-radius: 4px
}

.button-skew i {
    background-color: inherit;
    position: absolute;
    height: 100%;
    margin-right: -32px;
    right: 0;
    top: 0;
    padding: 12px 12px;
    line-height: normal;
    border-radius: 0 4px 4px 0
}

.bg5 { background:#000;
}

.about-main-block {
    float: left;
    width: 100%;
    margin: 54px 0 46px
}

.about-main-block .section-heading {
    line-height: 48px;
    margin-bottom: 9px;
    color: #000;
    text-transform: capitalize;
    font-family: inherit
}

.section-heading span {
    color: #41b5ff
}

.about-main-block p {
    width: 100%;
    float: left;
    text-align: justify;
    color: #666;
    margin: 10px 0 10px;
    font-size: 13px;
    line-height: 22px
}

.about-dtl {
    width: 100%;
    height: 160px;
    padding: 21px 0 0;
    opacity: rgba(65, 181, 255, .95);
    background-color: #41b5ff
}

.about-dtl-img {
    float: left;
    padding: 25px;
    border-right: 1px solid #fff;
    margin-right: 16px;
    font-size: 63px;
    line-height: 1;
    color: #fff
}

.dtl-heading {
    font-size: 18px;
    margin-bottom: 6px
}

.dtl-heading span {
    color: #fff
}

.about-dtl ul li {
    color: #fff;
    padding: 3px 0
}

.book-appointment {
    background-color: #f4f4f4;
    box-shadow: 0 3px 9.3px .7px rgba(198, 198, 198, .35);
    margin-top: 0;
    z-index: 1;
    position: relative
}

.book-top-bar {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #41b5ff
}

.book-top-bar span {
    color: #fff;
    font-size: 20px;
    line-height: 2
}

.book-top-bar span i {
    color: #000;
    font-size: 34px;
    margin-right: 20px
}

.book-form {
    margin: 23px 27px 0
}

.book-form .btn-default:hover {
    background-color: #000
}

.book-form .btn-default {
    width: 100%;
    height: 40px;
    background-color: #41b5ff;
    font-size: 15px;
    color: #fff;
    margin: 20px 0 24px
}

.departments-detail {
    width: 100%;
    float: left;
    padding: 40px 0
}

.better-sidebar .sidebar-box {
    background: #17c0c3;
    background: -webkit-linear-gradient(left, #17c0c3, #59e3bf);
    background: -o-linear-gradient(right, #17c0c3, #59e3bf);
    background: -moz-linear-gradient(right, #17c0c3, #59e3bf);
    background: linear-gradient(to right, #17c0c3, #59e3bf);
    padding: 30px;
    float: left;
    margin-bottom: 30px
}

.better-sidebar .sidebar-box h3 {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    padding-bottom: 26px
}

.better-sidebar .sidebar-box li {
    width: 100%;
    float: left;
    margin: 0 0 10px
}

.better-sidebar .sidebar-box li a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.better-sidebar .sidebar-box li a span {
    padding-right: 10px
}

.sidebar-box {
    background: #4c4f50;
    width: 100%;
    float: left;
    padding: 30px;
    margin-bottom: 30px
}

.sidebar-box h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    padding-bottom: 26px
}

.sidebar-box li {
    padding-bottom: 21px;
    width: 100%;
    float: left
}

.sidebar-box li p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.sidebar-box li p:first-child {
    font-size: 23px;
    margin: 0 0 10px;
    text-transform: capitalize;
    letter-spacing: .5px
}

.sidebar-box li p:last-child {
    font-size: 17px
}

.sidebar-box li span {
    font-size: 17px;
    margin: 0 6px 0 0
}

.better-sidebar .sidebar-hotline {
    position: relative
}

.sidebar-hotline {
    position: relative;
    float: left;
    width: 100%
}

.sidebar-hotline .phone {
    text-align: center;
    position: absolute;
    bottom: 53px;
    right: -72px;
    float: left;
    width: 100%
}

.sidebar-hotline .phone h3 {
    font-weight: 700;
    font-size: 28px;
    color: #b9181a;
    padding-bottom: 8px;
    margin: 23px 0 0;
    padding: 0;
    float: left;
    width: 100%
}

.sidebar-hotline .phone h6 {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #17c0c3;
    line-height: 28px;
    padding: 0 10px;
    margin: 5px 0 0;
    background: #fff;
    border-radius: 5px
}

.sidebar-hotline a {
    font-size: 24px;
    padding: 12px 0 8px
}

.better-box-img-hv-shin {
    overflow: hidden;
    position: relative
}

.better-box-img-hv-shin:hover:before {
    -webkit-animation: shine .75s;
    -moz-animation: shine .75s;
    -ms-animation: shine .75s;
    -o-animation: shine .75s;
    animation: shine .75s
}

.better-box-img-hv-shin:before {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: 0 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg)
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.better-right h1,
.better-right h2,
.better-right h3,
.better-right h4,
.better-right h5,
.better-right h6 {
    font-size: 21px;
    float: left;
    width: 100%;
    margin: 22px 0 15px
}

.our-locations {
    width: 100%;
    padding: 10px 0 0 27px;
    float: left
}

.location-head {
    color: #ed272a;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    border: solid 1px red;
    padding: 5px 10px;
    display: inline-block
}

.loc-wrap {
    padding: 0 0 0 27px;
    width: 100%;
    margin: 38px 0 0;
    display: inline-block
}

.loc-wrap li {
    float: left;
    width: 20%;
    list-style-type: disc;
    margin: 0 0 20px
}

.loc-wrap li a {
    color: #2c2c2d;
    font-weight: 700;
    line-height: 22px;
    font-size: 13px
}

.loc-wrap li i {
    color: #fff;
    background: red;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    margin: 0 13px 0 0
}

.list li {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 8px;
    list-style-type: disc
}

#about h2,
#about h3,
#about h4 {
    margin: 20px 0 19px;
    padding: 0;
    color: #0566d7;
    font-size: 22px;
    font-weight: 700
}

.space1 {
    width: 100%;
    float: left
}