@import"https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i|Open+Sans:700,800";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

nav ul,
nav li {
    margin: 0;
    list-style: none;
    list-style-image: none
}

small {
    font-size: 85%
}

strong,
th {
    font-weight: bold
}

td {
    vertical-align: top
}

textarea {
    overflow: auto
}

input[type=radio] {
    vertical-align: text-bottom
}

input[type=checkbox] {
    vertical-align: bottom
}

.ie7 input[type=checkbox] {
    vertical-align: baseline
}

.ie6 input {
    vertical-align: text-bottom
}

button,
input,
select,
textarea {
    margin: 0
}

body {
    font: 16px/30px "Lato", sans-serif;
    color: #646464;
    font-style: normal;
    font-weight: 400;
    position: relative;
    text-rendering: optimizeLegibility
}

img {
    max-width: 100%
}

a {
    color: #555;
    text-decoration: none;
    transition: all .3s ease-in-out
}

a:hover,
a:focus {
    color: rgb(71.9656652361, 101.2017167382, 29.7982832618);
    text-decoration: none
}

blockquote {
    font: "Lato", sans-serif;
    color: #646464
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #555;
    line-height: 55px;
    margin: 0 0 16px 0
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 24px
}

h2+p {
    margin-top: 12px
}

h3 {
    font-size: 20px
}

h3+p {
    margin-top: 12px
}

h4 {
    font-size: 18px
}

h4+p {
    margin-top: 12px
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 15px
}

*+p {
    margin-top: 12px
}

p {
    font-style: normal;
    font-weight: 400;
    margin: 12px 0 12px;
    padding: 0
}

/* ul,
li {
    list-style-type: none
} */

input[type=text],
input[type=password],
input[type=submit],
input[type=button],
textarea {
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: 0 0 0 0 rgba(54, 114, 216, 0)
}

input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
textarea:focus {
    box-shadow: 0 0 0 0 rgba(54, 114, 216, 0)
}

strong {
    font-weight: 600
}

.no-margin {
    margin: 0px !important
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-12 {
    margin-top: 12px !important
}

.margin-top-24 {
    margin-top: 24px !important
}

.margin-top-32 {
    margin-top: 32px !important
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-12 {
    margin-bottom: 12px !important
}

.margin-bottom-24 {
    margin-bottom: 24px !important
}

.margin-bottom-32 {
    margin-bottom: 32px !important
}

.margin-bottom-80 {
    margin-bottom: 80px
}

.margin-right-0 {
    margin-right: 0px
}

.no-gutter [class^=col-] {
    padding: 0px
}

.no-padding {
    padding: 0px !important
}

.padding-left-0 {
    padding-left: 0px
}

.padding-right-0 {
    padding-right: 0px
}

.padding-right-5 {
    padding-right: 5px
}

.padding-right-11 {
    padding-right: 11px
}

#preloader {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999
}

/*#preloader span {*/
/*    left: 45%;*/
/*    margin-left: -15px;*/
/*    margin-top: -15px;*/
/*    position: absolute;*/
/*    top: 50%*/
/*}*/

#preloader span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#backTop {
    width: 16px;
    height: 16px;
    right: 40px !important;
    padding: 10px;
    border-radius: 0px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 999999999;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

#backTop:hover {
    opacity: 1
}

#backTop:after {
    position: absolute;
    content: "-";
    width: 16px;
    height: 16px;
    text-align: center;
    top: 0;
    left: 0;
    color: #fff
}

#backTop.custom {
    background-color: #5CB8E6;
    background-image: url("../images/uparr-48-b.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 0px solid hsl(84.5669291339, 54.5064377682%, 65.6862745098%);
    transition: .2s .3s ease-in-out
}

#backTop.custom:hover {
    background-color: #fff;
    border: 0px solid rgb(71.9656652361, 101.2017167382, 29.7982832618)
}

.text-primary-color {
    color: #5CB8E6
}

.text-light-color {
    color: #fff
}

.text-dark-color {
    color: #111
}

.text-highlighter-white {
    font-weight: 500
}

.text-bold {
    font-weight: bold
}

.text-highlighter {
    color: #5CB8E6
}

.text-highlighter-white {
    color: #fff
}

.alert,
.progress,
.pre {
    border-radius: 0px;
    background-clip: padding-box
}

hr {
    margin: 0px;
    border: 0px;
    border: 0px;
    height: 1px;
    background: hsl(0, 0%, 95%)
}

.no-border {
    border: 0px !important
}

.inline li {
    display: inline-block;
    margin-right: 24px
}

.inline li:last-child {
    margin-right: 0
}

.narrow-p {
    margin: 0 auto 1.5em;
    width: 30%
}

.fr {
    float: right
}

.fl {
    float: left
}

.cb {
    clear: both
}

.db {
    display: block
}

.overflow-hidden {
    overflow: hidden
}

span.border-light-dotted {
    border-bottom: 1px dotted #5CB8E6
}

span.border-bold-dashed {
    border-bottom: 2px dashed #5CB8E6
}

blockquote {
    padding: 12px 26px 26px 42px;
    margin: 0 0 20px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-left: 4px solid hsl(0, 0%, 30%);
    transition: .3s .3s ease-in-out
}

blockquote:before {
    display: block;
    position: absolute;
    left: 12px;
    top: 14px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #d6d6d6;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

blockquote p {
    font-size: 14px;
    line-height: 24px
}

blockquote:hover {
    border: 1px solid hsl(0, 0%, 65%);
    border-left: 4px solid hsl(0, 0%, 30%)
}

blockquote.testimonial {
    background: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0
}

cite {
    text-align: right;
    display: block
}

cite:before {
    margin-right: 4px
}

.bq-author {
    padding: 16px 0 0 110px;
    position: relative
}

.bq-author:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 69px;
    width: 0;
    height: 0;
    border-left: 22px solid rgba(0, 0, 0, 0);
    border-right: 0 solid rgba(0, 0, 0, 0);
    border-top: 22px solid #dcdcdc;
    z-index: 2
}

.bq-author:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 70px;
    width: 0;
    height: 0;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 0 solid rgba(0, 0, 0, 0);
    border-top: 20px solid #fff;
    z-index: 3
}

.bq-author h6 {
    margin-bottom: 6px
}

.bq-author .bq-author-info {
    font-size: 12px
}

ol li {
    padding: 0;
    margin: 0 0 10px 25px;
    list-style-type: decimal
}

.accordion .panel {
    margin-bottom: 3px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px
}

.accordion .panel .panel-title a {
    display: block
}

span.label {
    margin-right: 1px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 100%
}

#btn,
.btn {
    text-align: center;
    transition: .3s .3s ease-in-out
}

#btn:hover,
.btn:hover {
    color: #000
}

.btn-custom {
    text-transform: uppercase;
    text-align: center;
    transition: .3s .3s ease-in-out;
    border: 1px solid #ccc;
    background: #5CB8E6;
    color: #fff;
    border-radius: 0px;
    background-clip: padding-box;
    padding: 12px 14px
}

.btn-custom:hover {
    border-color: hsl(0, 0%, 65%);
    color: #5CB8E6;
    background: #fff
}

.btn-service {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s .3s ease-in-out;
    border: 0px solid #ccc;
    background: #5CB8E6;
    color: #fff;
    border-radius: 24px;
    background-clip: padding-box;
    margin: 12px 0;
    padding: 16px 24px;
    letter-spacing: .1em;
    font-weight: 600
}

.btn-service:hover {
    color: #fff;
    background: rgb(113.991416309, 160.3004291845, 47.1995708155)
}

.btn-custom-inverse {
    text-align: center;
    border: 1px solid #ccc;
    color: #5CB8E6;
    background: #fff;
    padding: 12px 14px;
    transition: .3s .3s ease-in-out;
    border-radius: 5px;
    background-clip: padding-box
}

.btn-custom-inverse:hover {
    background: #5CB8E6;
    color: #fff
}

a.btn-load-more {
    margin-bottom: -36px;
    margin-top: 48px;
    background: rgba(0, 0, 0, 0);
    color: #5CB8E6;
    background: #fff;
    border: 1px solid #5CB8E6;
    padding: 12px 24px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-radius: 0px;
    background-clip: padding-box;
    transition: .3s .3s ease-in-out
}

a.btn-load-more:hover {
    color: #fff;
    background: #5CB8E6;
    border: 1px solid #5CB8E6
}

.btn-theme {
    border: 0px;
    background: #5CB8E6;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    padding: 16px 36px;
    position: relative;
    text-transform: uppercase;
    transition: "all" "0.5s" ease-in-out;
    margin-bottom: 0;
    letter-spacing: 0em;
    overflow: hidden;
    border-radius: 32px;
    background-clip: padding-box
}

.btn-theme:hover {
    color: #fff;
    background-color: #4a4a4a
}

.btn-theme-invert {
    color: #fff;
    background-color: #4a4a4a
}

.btn-theme-invert:hover {
    background: #171717;
    color: #fff
}

.btn-capitalize {
    text-transform: capitalize !important
}

a.btn-about {
    font-size: 16px;
    margin-top: 16px;
    background: #5CB8E6;
    border: 2px solid #5CB8E6;
    color: #fff;
    height: 42px;
    line-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: .03em;
    font-weight: 600;
    text-align: left;
    border-radius: 0px;
    background-clip: padding-box
}

a.btn-about:hover {
    background: rgb(99.982832618, 140.6008583691, 41.3991416309);
    border: 2px solid #5CB8E6;
    color: #fff
}

.button {
    display: inline-block;
    border-radius: 5px;
    background-clip: padding-box;
    color: #fff;
    font-weight: bold;
    height: 3em;
    line-height: 1em;
    padding: 1em
}

.small-button {
    display: inline-block;
    border-radius: 0px;
    background-clip: padding-box;
    color: #000;
    font-weight: bold;
    height: 0;
    line-height: 0;
    padding: 1em 1em;
    margin: 6px 0;
    width: 100%
}

.cta-video-icon {
    border: 5px solid #111;
    color: #5CB8E6;
    width: 120px;
    height: 120px;
    font-size: 70px;
    line-height: 104px;
    text-align: center;
    margin: 0 auto 24px;
    display: inline-block;
    border-radius: 100%;
    background-clip: padding-box
}

.cta-video-icon>i {
    margin-left: 12px
}

.cta-video-icon:hover {
    color: #111;
    border: 5px solid #5CB8E6
}

.cta-video-icon-invert {
    color: #fff;
    border: 5px solid #5CB8E6
}

.cta-video-icon-invert:hover {
    border: 5px solid #ccc;
    color: #5CB8E6
}

.btn-cta {
    background: #2c2c2c;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    padding: 12px 42px;
    position: relative;
    transition: all .3s ease-out 0s;
    border-radius: 32px;
    background-clip: padding-box
}

.btn-cta:hover {
    color: #fff;
    background-color: #5CB8E6
}

.btn-square {
    border-radius: 0px;
    background-clip: padding-box
}

.btn-rounded {
    border-radius: 4px;
    background-clip: padding-box
}

.btn-transparent {
    background: rgba(0, 0, 0, .2);
    color: #2c2c2c
}

.btn-bordered {
    border: 1px solid #2c2c2c
}

.btn-bordered:hover {
    border: 1px solid #5CB8E6
}

.btn-invert {
    color: #fff;
    background-color: #4a4a4a
}

.btn-invert:hover {
    background: #fafafa;
    color: #111
}

.btn-appointment-submit {
    background: #5CB8E6;
    border: 2px solid #5CB8E6;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 12px 32px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease-out 0s;
    border-radius: 32px;
    background-clip: padding-box
}

.btn-appointment-submit:focus,
.btn-appointment-submit:hover {
    background-color: rgb(99.982832618, 140.6008583691, 41.3991416309);
    color: #fff
}

#comment_btn {
    border-radius: 0px;
    background-clip: padding-box;
    text-align: center;
    transition: .3s .3s ease-in-out;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px 0 rgba(54, 114, 216, .1);
    background: rgba(0, 0, 0, 0);
    color: #646464;
    padding: 6px 12px
}

#comment_btn:hover {
    border: 1px solid #5CB8E6;
    color: #5CB8E6;
    background: rgba(0, 0, 0, 0)
}

#contact-form .p-errors label {
    color: #f08080
}

#contact-form .p-errors input[type=text],
#contact-form .p-errors input[type=email],
#contact-form .p-errors textarea {
    border-color: #f08080
}

.wp-caption {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin-bottom: 0px;
    font-size: 12px;
    font-style: italic;
    line-height: 34px
}

.sticky {
    margin-bottom: 21px;
    background: #fff
}

.main-header {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000
}

.main-header .sticky-wrapper {
    background: #fff
}

.main-header .navgiation-wrapper {
    background: #fff
}

.main-header .top-bar {
    overflow: hidden;
    background: #5c5c5c;
    line-height: 20px;
    color: #fff;
    font-size: 16px
}

.main-header .top-bar i {
    color: #fff;
    margin-right: 5px;
    display: inline-block
}

.main-header .top-bar a {
    color: #fff
}

.main-header ul.top-bar-info {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-header ul.top-bar-info .top-bar-dot {
    width: 6px;
    height: 6px;
    background: #5CB8E6;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: -1px
}

.main-header ul.top-bar-info li {
    margin-right: 6px;
    display: inline
}

.main-header ul.top-bar-info li:last-child {
    margin-right: 0px
}

.main-header a.free-estimate {
    font-size: 14px;
    padding: 0;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background: #5CB8E6;
    border: 0px solid rgba(0, 0, 0, 0);
    letter-spacing: 1px
}

.main-header a.free-estimate:hover {
    background: rgb(113.991416309, 160.3004291845, 47.1995708155);
    border: 0px solid rgba(0, 0, 0, 0)
}

.main-header .top-bar-social {
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 0px solid #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px;
    background-clip: padding-box
}

.main-header .top-bar-social a {
    display: inline-block;
    transition: all .3s ease-in-out
}

.main-header .top-bar-social a i.fa {
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    position: relative;
    top: -2px
}

.main-header .top-bar-social a:hover i.fa {
    color: #5CB8E6
}

.sticky-header {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000
}

.sticky-header .top-bar {
    background: #000
}

.sticky-header .navgiation-wrapper {
    background: hsla(0, 0%, 100%, .97)
}

.sticky-header .sticky-wrapper {
    background: rgba(0, 0, 0, 0) !important
}

.logo {
    margin-top: 32px;
    margin-bottom: 0
}

a.logo {
    margin-top: 6px;
    display: inline-block
}

a.logo img {
    display: block
}

.navbar-default {
    border: none;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 0px;
    padding: 0 !important
}

.navbar-default .navbar-nav {
    margin-top: 10px
}

.navbar-default .navbar-nav>li {
    margin-left: 12px
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 22px;
    line-height: 32px;
    color: rgb(74.5, 74.5, 74.5)
}

.navbar-default .navbar-nav>li>a:hover {
    color: #5CB8E6
}

.navbar-default .navbar-nav li.drop {
    position: relative
}

.navbar-default .navbar-nav li.drop a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -3px;
    top: 15px;
    font-weight: normal
}

.navbar-default .navbar-nav li ul.drop-down {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 69px;
    left: 0;
    width: 190px;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    text-align: left;
    transition: all .3s ease-in-out
}

.navbar-default .navbar-nav li ul.drop-down li {
    list-style: none;
    display: block;
    margin: 0
}

.navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    top: 0px;
    left: 100%;
    border-bottom: none
}

.navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 a:after {
    content: ""
}

.navbar-default .navbar-nav li ul.drop-down li a {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .1em;
    display: inline-block;
    text-decoration: none;
    display: block;
    color: rgb(74.5, 74.5, 74.5);
    padding: 12px 20px;
    text-transform: uppercase;
    background: hsl(0, 0%, 97%);
    margin: 0;
    border: none
}

.navbar-default .navbar-nav li ul.drop-down li a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 12px
}

.navbar-default .navbar-nav li ul.drop-down li a:hover {
    background: #5CB8E6;
    color: #fff
}

.navbar-default .navbar-nav li ul.drop-down li.drop a {
    display: inline-block;
    text-decoration: none;
    display: block;
    color: rgb(74.5, 74.5, 74.5);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .1em;
    padding: 12px 20px;
    text-transform: uppercase;
    margin: 0;
    border: none
}

.navbar-default .navbar-nav li ul.drop-down li.drop a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 12px
}

.navbar-default .navbar-nav li ul.drop-down li.drop a:hover {
    color: #fff
}

.navbar-default .navbar-nav li ul.drop-down li:hover ul.drop-down.level3 {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.navbar-default .navbar-nav li ul.drop-down li:hover ul.drop-down.level3 a:after {
    content: ""
}

.navbar-default .navbar-nav li ul.drop-down li:last-child {
    border-bottom: none
}

.navbar-default .navbar-nav li:hover>ul.drop-down {
    visibility: visible;
    opacity: 1
}

header.one-page .navbar-nav>li {
    margin-left: 0
}

header.one-page .navbar-nav>li>a span {
    color: #5CB8E6
}

.stuck {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    z-index: 99;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    background: rgba(0, 0, 0, .8);
    border-bottom: 1px solid hsl(0, 0%, 92%);
    width: 100%;
    padding: 0px;
    margin: 0 !important;
    box-shadow: 0px 0px 5px 10px rgba(54, 114, 216, .03)
}

.menu-container {
    border: 5px solid rgba(0, 0, 0, .5);
    background: rgba(0, 0, 0, .8);
    margin-top: 20px;
    padding: 0px 20px
}

.menu-container .navbar-nav li ul.drop-down {
    top: 66px
}

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

.section-pure-white-bg {
    background: #fff !important
}

.section-pure-black-bg {
    background: #000 !important
}

.section-secondary-bg {
    background: #edf0f2 !important
}

.section-heading-wrapper {
    margin-bottom: 32px
}

.section-heading-wrapper h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0px;
    color: hsl(0, 0%, 48.3333333333%)
}

.section-heading-wrapper h2 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 48px;
    position: relative
}

.section-heading-wrapper span.heading-separator {
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #5CB8E6;
    margin-top: 8px
}

.section-heading-wrapper span.heading-separator-horizontal {
    width: 48px;
    height: 2px;
    margin-top: 0px;
    position: relative;
    top: -3px
}

.section-heading-wrapper-alt {
    margin-bottom: 32px
}

.section-heading-wrapper-alt h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #5CB8E6
}

.section-heading-wrapper-alt h2 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 48px;
    position: relative;
    color: #fff
}

.section-heading-wrapper-alt span.heading-separator {
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #5CB8E6;
    margin-top: 8px
}

.slider-wrap {
    clear: both
}

#slider_1 {
    text-align: center
}

#slider_1 .item img {
    display: block;
    width: 100%;
    height: auto
}

#slider_1 .slider_item_container {
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background: #000
}

#slider_1 .slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    width: 100%
}

#slider_1 .slider-content h2 {
    font-size: 72px;
    line-height: 72px;
    font-weight: 900;
    margin: 0px 0 0;
    color: #fff;
    text-shadow: 1px 1px 1px #666
}

#slider_1 .slider-content h2 span {
    color: #5CB8E6;
    background: none;
    padding: 0px;
    text-shadow: 1px 1px 1px #666
}

#slider_1 .slider-content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    margin: 16px 0;
    color: #fff;
    text-shadow: 1px 1px 1px #666
}

#slider_1 .slider-content a.btn-slider {
    font-size: 16px;
    margin-top: 36px;
    background: #5CB8E6;
    border: 0px solid #5CB8E6;
    color: #fff;
    line-height: 48px;
    padding-left: 42px;
    padding-right: 42px;
    font-weight: 600;
    text-align: left;
    border-radius: 0px;
    background-clip: padding-box
}

#slider_1 .slider-content a.btn-slider:hover {
    background: #4a4a4a;
    border: 0px solid #5CB8E6;
    color: #fff
}

#slider_1 .owl-nav {
    transition: all .5s ease-in-out;
    opacity: 0;
    margin: 0;
    z-index: 1
}

#slider_1 .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

#slider_1 .owl-nav .owl-prev {
    left: 3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 80px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    margin-top: -42px;
    transition: all .5s ease-in-out;
    text-align: center
}

#slider_1 .owl-nav .owl-prev:hover {
    color: #5CB8E6
}

#slider_1 .owl-nav .owl-next {
    right: 3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 80px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    margin-top: -42px;
    transition: all .5s ease-in-out;
    text-align: center
}

#slider_1 .owl-nav .owl-next:hover {
    color: #5CB8E6
}

#slider_1 .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    text-align: center
}

#slider_1 .owl-dots .owl-dot {
    border-radius: 4px;
    background-clip: padding-box;
    display: inline-block;
    padding: 2px;
    width: 16px;
    height: 8px;
    background: #fafafa;
    margin: 0 4px
}

#slider_1 .owl-dots .owl-dot span {
    display: none
}

#slider_1 .owl-dots .active {
    border-radius: 4px;
    background-clip: padding-box;
    width: 24px;
    background: #5CB8E6
}

#slider_1 .owl-dots .active span {
    display: none
}

#slider_1:hover .owl-nav {
    opacity: 1
}

#slider_1:hover .owl-nav .owl-prev {
    left: 0%
}

#slider_1:hover .owl-nav .owl-next {
    right: 0%
}

.slide-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-origin: initial;
    background-repeat: no-repeat;
    transition: all 5s ease-in-out;
    transform: rotate(0deg) scale(1)
}

.slidezoom {
    transform: rotateY(2deg) scale(1.1)
}

.owl-carousel .owl-item {
    overflow: hidden !important
}

.our-experience {
    color: #555;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
    margin-top: 0;
    padding-right: 18px
}

.our-experience span {
    display: inline;
    color: #5CB8E6
}

.about-us-intro {
    margin-top: 12px;
    font-size: 20px
}

.about-us-img {
    position: relative;
    overflow: hidden
}

.about-us-img i.fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 24px;
    display: inline-block;
    background: #fff;
    color: #111;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px
}

.highlight-box {
    margin-top: 24px;
    padding: 48px
}

.highlight-box .highlight-text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .03em;
    margin-bottom: 0;
    color: #646464
}

.highlight-box:hover {
    background: hsl(0, 0%, 98.5%)
}

.service-block-1 {
    overflow: hidden;
    background: hsl(0, 0%, 98%);
    position: relative;
    margin: 16px 0px;
    padding: 0 0 16px 0px
}

.service-block-1 a {
    display: block
}

.service-block-1 figure {
    position: relative
}

.service-block-1 figure img {
    opacity: .9
}

.service-block-1 figure span.fa {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    font-size: 24px;
    transition: all .5s ease-in-out;
    color: #fff;
    background: #5CB8E6;
    border-radius: 100%;
    background-clip: padding-box;
    transform: scale(0)
}

.service-block-1 h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0em;
    margin-top: 32px;
    position: relative;
    font-weight: 700
}

.service-block-1:hover h3:after {
    background: rgb(153.1545064378, 203.5922746781, 80.4077253219);
    width: 24px;
    left: 50%;
    margin-left: -12px
}

.service-block-1:hover figure {
    position: relative
}

.service-block-1:hover figure img {
    opacity: 1
}

.service-block-1:hover figure span.fa {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    font-size: 24px;
    transition: all .5s ease-in-out;
    color: #fff;
    background: #5CB8E6;
    border-radius: 5px;
    background-clip: padding-box;
    transform: scale(1)
}

.service-carousel {
    clear: both
}

.service-carousel [class^=col-] {
    width: 100%
}

.service-carousel .owl-nav {
    transition: all .5s ease-in-out;
    opacity: 1;
    margin: 0;
    z-index: 1
}

.service-carousel .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.service-carousel .owl-nav .owl-prev {
    left: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 60px;
    color: #5CB8E6;
    background: rgba(0, 0, 0, 0);
    margin-top: -36px;
    transition: all .5s ease-in-out;
    text-align: left
}

.service-carousel .owl-nav .owl-prev:hover {
    color: #4a4a4a
}

.service-carousel .owl-nav .owl-next {
    right: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 60px;
    color: #5CB8E6;
    background: rgba(0, 0, 0, 0);
    margin-top: -36px;
    transition: all .5s ease-in-out;
    text-align: right
}

.service-carousel .owl-nav .owl-next:hover {
    color: #4a4a4a
}

.service-carousel .owl-dots {
    margin: 24px 0 0 0;
    text-align: center
}

.service-carousel .owl-dots .owl-dot {
    border-radius: 100%;
    background-clip: padding-box;
    display: inline-block;
    padding: 4px;
    width: 18px;
    height: 18px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    margin: 0 4px
}

.service-carousel .owl-dots .owl-dot span {
    display: block;
    background: #4a4a4a
}

.service-carousel .owl-dots .active span {
    padding: 0px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-clip: padding-box;
    background: rgb(153.1545064378, 203.5922746781, 80.4077253219)
}

.service-carousel:hover .owl-nav {
    opacity: 1
}

.process-step-1 {
    overflow: hidden;
    padding: 42px 24px;
    margin-top: 0px;
    margin-bottom: 24px;
    position: relative;
    background: hsl(0, 0%, 99%);
    transition: all .3s ease-in-out
}

.process-step-1 .process_count {
    position: absolute;
    right: 12px;
    top: 24px;
    font-size: 60px;
    font-weight: 700;
    color: #5CB8E6;
    opacity: .1
}

.process-step-1 img {
    width: 72px;
    height: 72px
}

.process-step-1 h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 24px;
    font-weight: 700
}

.process-step-1 .process-info {
    margin-bottom: 0px
}

.process-step-1:hover {
    background: hsl(0, 0%, 98%)
}

.process-step-1:hover span {
    color: #646464
}

.section-team-bg {
    background-color: #333;
    background-image: url("../images/village_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    opacity: 0.6;
}

.team-layout-1 {
    margin-top: 24px;
    background: #fff;
    transition: all .9s ease-in-out;
    position: relative;
    overflow: hidden
}

.team-layout-1 .team-member {
    position: relative;
    overflow: hidden
}

.team-layout-1 .team-member a {
    display: block
}

.team-layout-1 .team-member a img {
    transition: all .9s ease-in-out;
    vertical-align: middle;
    transform: scale(1)
}

.team-layout-1 .team-info {
    padding: 20px 16px 12px;
    position: relative
}

.team-layout-1 .team-info h3 {
    margin: 12px 0 0 0;
    padding-bottom: 0px;
    font-size: 24px;
    letter-spacing: .03em;
    color: #111;
    position: relative
}

.team-layout-1 .team-info h4 {
    color: gray;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px
}

.team-layout-1 .team-info .team-seperator {
    background: #5CB8E6;
    height: 1px;
    width: 40px;
    display: inline-block;
    margin: 6px 0 3px;
    transition: all .9s ease-in-out
}

.team-layout-1 .team-info .team-social-share {
    padding-top: 0px;
    position: relative
}

.team-layout-1 .team-info .team-social-share a {
    background: #5CB8E6;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 32px;
    margin-bottom: 6px;
    margin: 0 3px 6px;
    border-radius: 100%
}

.team-layout-1 .team-info .team-social-share a:hover {
    background: #fff;
    color: #5CB8E6
}

.team-layout-1:hover {
    background: hsl(0, 0%, 97.5392156863%)
}

.team-layout-1:hover .team-seperator {
    width: 24px
}

.team-layout-1:hover .team-member img {
    transform: rotate(5deg) scale(1.07)
}

.team-carousel {
    clear: both
}

.team-carousel [class^=col-] {
    width: 100%
}

.team-carousel .owl-nav {
    transition: all .5s ease-in-out;
    opacity: 1;
    margin: 0;
    z-index: 1
}

.team-carousel .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.team-carousel .owl-nav .owl-prev {
    left: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 60px;
    color: #5CB8E6;
    background: rgba(0, 0, 0, 0);
    margin-top: -36px;
    transition: all .5s ease-in-out;
    text-align: left
}

.team-carousel .owl-nav .owl-prev:hover {
    color: #4a4a4a
}

.team-carousel .owl-nav .owl-next {
    right: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 60px;
    color: #5CB8E6;
    background: rgba(0, 0, 0, 0);
    margin-top: -36px;
    transition: all .5s ease-in-out;
    text-align: right
}

.team-carousel .owl-nav .owl-next:hover {
    color: #4a4a4a
}

.team-carousel .owl-dots {
    margin: 24px 0 0 0;
    text-align: center
}

.team-carousel .owl-dots .owl-dot {
    border-radius: 100%;
    background-clip: padding-box;
    display: inline-block;
    padding: 4px;
    width: 18px;
    height: 18px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    margin: 0 4px
}

.team-carousel .owl-dots .owl-dot span {
    display: block;
    background: #4a4a4a
}

.team-carousel .owl-dots .active span {
    padding: 0px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-clip: padding-box;
    background: rgb(153.1545064378, 203.5922746781, 80.4077253219)
}

.team-carousel:hover .owl-nav {
    opacity: 1
}

.section-counter-bg {
    background-image: url("../images/counter_bg.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden
}

.counter-block-1 {
    color: #fff;
    margin: 0 0 24px 0;
    padding: 32px 24px;
    transition: all .5s ease-in-out
}

.counter-block-1 .fa {
    display: block;
    color: #5CB8E6;
    opacity: 1;
    margin-bottom: 12px;
    font-size: 48px
}

.counter-block-1 p {
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: .03em;
    position: relative
}

.counter-block-1 .counter {
    display: inline-block;
    margin-top: 12px;
    font-size: 32px;
    font-weight: 600
}

.counter-block-1 .counter-postfix {
    display: inline-block;
    margin-top: 0px;
    font-size: 32px;
    font-weight: 600
}

.counter-block-1:hover .fa {
    opacity: .9
}

.section-pricing-table-bg {
    background-color: #f6f6f6;
    background-image: url("../images/pricing_table_bg.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
    overflow: hidden
}

.price-table-layout-1 {
    background: hsl(0, 0%, 99%);
    border: 2px solid #e3e3e3;
    text-align: center;
    position: relative;
    padding-bottom: 42px;
    margin-top: 24px;
    padding-top: 42px;
    transform: translateZ(0px)
}

.price-table-layout-1:before,
.price-table-layout-1:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: -1;
    transition: all .5s ease 0s
}

.price-table-layout-1:before {
    border-right: 2px solid #5CB8E6;
    border-left: 2px solid #5CB8E6;
    transform: scaleY(0);
    transform-origin: 100% 0 0
}

.price-table-layout-1:after {
    border-bottom: 2px solid #5CB8E6;
    border-top: 2px solid #5CB8E6;
    transform: scaleX(0);
    transform-origin: 0 100% 0
}

.price-table-layout-1:hover:before {
    transform: scaleY(0.5)
}

.price-table-layout-1:hover:after {
    transform: scaleX(0.5)
}

.price-table-layout-1 .price-table-header {
    color: #646464;
    padding: 0 0 12px 0
}

.price-table-layout-1 .heading {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #5CB8E6
}

.price-table-layout-1 .pricing-table-img {
    background: rgba(0, 0, 0, 0)
}

.price-table-layout-1 h2.title {
    font-size: 28px;
    line-height: 42px;
    margin-top: 16px;
    margin-bottom: 24px;
    font-weight: 500
}

.price-table-layout-1 .subtitle {
    display: block;
    margin-bottom: 12px;
    margin-top: 12px;
    font-size: 12px
}

.price-table-layout-1 .price-value {
    font-size: 52px;
    font-weight: 800;
    margin-top: 12px;
    position: relative;
    display: inline-block;
    color: #5CB8E6
}

.price-table-layout-1 .currency {
    font-size: 26px;
    font-weight: normal;
    position: absolute;
    top: 0px;
    left: -24px;
    color: #646464
}

.price-table-layout-1 .month {
    font-size: 20px;
    position: absolute;
    bottom: 17px;
    right: -40px
}

.price-table-layout-1 .pricing-content {
    list-style: none;
    padding: 12px 0 0 0;
    margin-bottom: 12px
}

.price-table-layout-1 .pricing-content li {
    line-height: 42px;
    font-weight: 400
}

.price-table-layout-1 .price-plan-btn {
    display: inline-block;
    border: 0px solid #4a4a4a;
    border-radius: 32px;
    background-clip: padding-box;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 32px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    margin-top: 24px;
    background: #4a4a4a;
    color: #fff
}

.price-table-layout-1 .price-plan-btn:hover {
    border-color: #5CB8E6;
    color: #5CB8E6
}

.price-table-layout-highlight {
    border: 2px solid rgb(150.5, 150.5, 150.5)
}

.price-table-layout-highlight .pricing-table-img {
    border-radius: 100%;
    background-clip: padding-box;
    padding: 12px;
    background: #4a4a4a;
    border: 0px solid #4a4a4a
}

.price-table-layout-highlight .price-plan-btn {
    background: #5CB8E6;
    color: #fff
}

.price-table-layout-highlight .price-plan-btn:hover {
    border: 0px solid #4a4a4a;
    color: #4a4a4a
}

.section-testimonial-bg {
    background-image: url("../images/bg.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.section-testimonial-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

/* Ensure content appears above the overlay */
.section-testimonial-bg>* {
    position: relative;
    z-index: 2;
}


.testimony-layout-1 {
    background: #fff;
    position: relative;
    padding: 24px 24px 24px;
    margin: 0px
}

.testimony-layout-1 img {
    border-radius: 100%;
    background-clip: padding-box;
    height: 70px;
    max-width: 70px;
    margin: 0 auto 12px;
    border: 1px solid #5CB8E6;
    padding: 5px
}

.testimony-layout-1 .testimony-info {
    overflow: hidden;
    padding: 0
}

.testimony-layout-1 h4 {
    color: hsl(0, 0%, 55%);
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0m;
    margin: 0
}

.testimony-layout-1 h6 {
    color: hsl(0, 0%, 65%);
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase
}

.testimony-layout-1 span {
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(125.5, 125.5, 125.5)
}

.testimony-layout-1 p.testimony-text {
    clear: both;
    font-style: italic;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 24px 0;
    padding-top: 12px;
    color: #646464
}

.testimony-layout-1 p.testimony-text:before {
    background: rgba(0, 0, 0, 0);
    color: #5CB8E6;
    content: "";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 70px;
    font-style: normal;
    height: 48px;
    left: 0;
    opacity: .2;
    margin-left: 0px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 48px
}

.testimonial-container.owl-carousel [class^=col-] {
    width: 100%
}

.testimonial-container {
    clear: both
}

.testimonial-container .owl-nav {
    clear: both;
    color: #000;
    font-size: 22px;
    line-height: 42px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -21px;
    z-index: 1;
    transition: all .5s ease-in-out
}

.testimonial-container .owl-nav div.owl-prev {
    text-align: center;
    transition: all .5s ease-in-out;
    position: relative;
    left: -8px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    background: #5CB8E6;
    color: hsl(0, 0%, 93.0392156863%);
    float: left;
    border-radius: 100%;
    background-clip: padding-box
}

.testimonial-container .owl-nav div.owl-next {
    text-align: center;
    float: right;
    transition: all .5s ease-in-out;
    position: relative;
    right: -8px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    background: #5CB8E6;
    color: hsl(0, 0%, 93.0392156863%);
    border-radius: 100%;
    background-clip: padding-box
}

.testimonial-container .owl-nav:hover {
    opacity: .8
}

.testimonial-container .owl-dots {
    margin: 24px 0 0 0;
    text-align: center
}

.testimonial-container .owl-dots .owl-dot {
    display: inline-block;
    padding: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    margin: 0 4px
}

.testimonial-container .owl-dots .owl-dot span {
    display: block
}

.testimonial-container .owl-dots .active span {
    border-radius: 100%;
    background-clip: padding-box;
    padding: 0px;
    width: 6px;
    height: 6px;
    background: rgb(153.1545064378, 203.5922746781, 80.4077253219)
}

.testimonial-container:hover .owl-nav {
    opacity: 1
}

.horizontal-newsletter {
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 12px
}

.horizontal-newsletter .news-subscription input {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 32px;
    background-clip: padding-box;
    color: #646464;
    height: 55px;
    padding-left: 13px;
    width: 100%
}

.horizontal-newsletter .news-subscription button {
    background: #5CB8E6;
    border: 0 none;
    border-radius: 32px;
    background-clip: padding-box;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    height: 55px;
    width: 160px;
    position: absolute;
    right: 0
}

.horizontal-newsletter .news-subscription button:hover {
    background: rgb(71.9656652361, 101.2017167382, 29.7982832618)
}

.horizontal-newsletter .news-subscription button:hover:before {
    background: rgb(71.9656652361, 101.2017167382, 29.7982832618)
}

.latest-blog {
    clear: both;
    margin-bottom: 24px;
    background: hsl(0, 0%, 99.5%)
}

.latest-thumbnail {
    clear: both
}

a.latest-date {
    border: 2px solid #5CB8E6;
    border-radius: 20px;
    color: #000;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .5px;
    margin-bottom: 15px;
    padding: 2px 20px 0;
    text-decoration: none;
    transition: all .3s ease 0s
}

.news-content {
    padding: 0 24px 12px;
    overflow: hidden
}

.latest-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-top: 24px
}

.latest-title a {
    color: #555
}

.latest-title a:hover {
    color: #5CB8E6
}

.latest-details {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    display: inline-block;
    padding: 0px
}

.latest-details a {
    border-right: 1px solid #5CB8E6;
    color: #111;
    display: inline-block;
    line-height: 14px;
    margin-right: 3px;
    padding-right: 8px;
    transition: all .3s ease 0s
}

.latest-details a:last-child {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0
}

.latest-details a:hover {
    color: #111
}

.blog-details a {
    text-transform: uppercase;
    margin-left: 60px;
    font-size: 15px;
    color: #646464
}

.blog-details a::after {
    background-color: #5CB8E6;
    bottom: 10px;
    content: "";
    height: 2px;
    left: 20px;
    position: absolute;
    width: 40px
}

.blog-details a:hover {
    color: #5CB8E6
}

.section-cta-bg {
    background: #5CB8E6
}

.cta-layout-01 {
    clear: both
}

.cta-layout-01 h4 {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 24px;
    font-weight: 800;
    text-transform: uppercase
}

.cta-layout-01 h4.dark-text-color {
    color: #646464
}

.section-appointment-bg {
    background-image: url("../images/appointment_bg.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    background-color: #fafafa
}

.appointment-form-wrapper {
    background: #fff;
    padding: 0px 0px 28px;
    margin-bottom: 100px;
    border: 1px solid hsl(0, 0%, 95%);
    box-shadow: 0px 0px 25px 10px rgba(54, 114, 216, .05)
}

.appointment-form-wrapper .appointment-form-heading {
    position: relative;
    background: #4a4a4a;
    padding: 30px;
    margin: -1px -1px 48px -1px
}

.appointment-form-wrapper .appointment-form-heading p.form-title {
    position: relative;
    clear: both;
    overflow: hidden;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .03em;
    margin: 0;
    text-transform: uppercase
}

.appointment-form-wrapper .appoinment-form {
    padding: 0 12px
}

.appointment-form-wrapper .appoinment-form .form-control {
    font-size: 14px
}

.appointment-form-wrapper .appoinment-form .form-group {
    margin-bottom: 0;
    position: relative
}

.appointment-form-wrapper .appoinment-form .form-group i {
    position: absolute;
    top: 12px;
    right: 32px;
    font-size: 17px;
    color: hsl(0, 0%, 90%);
    transition: all .5s ease 0s
}

.appointment-form-wrapper .appoinment-form .form-control::-moz-placeholder {
    color: hsl(0, 0%, 64.2156862745%);
    font-size: 14px;
    text-transform: uppercase
}

.appointment-form-wrapper .appoinment-form input[type=text],
.appointment-form-wrapper .appoinment-form input[type=email],
.appointment-form-wrapper .appoinment-form input[type=url],
.appointment-form-wrapper .appoinment-form input[type=password] {
    color: hsl(0, 0%, 64.2156862745%);
    border: 1px solid hsl(0, 0%, 92%);
    line-height: 42px;
    padding-right: 32px;
    height: 42px;
    margin-bottom: 24px;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    transition: .3s .3s ease-in-out
}

.appointment-form-wrapper .appoinment-form input[type=text]:focus,
.appointment-form-wrapper .appoinment-form input[type=email]:focus,
.appointment-form-wrapper .appoinment-form input[type=url]:focus,
.appointment-form-wrapper .appoinment-form input[type=password]:focus {
    border: 1px solid #ccc;
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2)
}

.appointment-form-wrapper .appoinment-form textarea {
    color: hsl(0, 0%, 64.2156862745%);
    border: 0px;
    border: 1px solid hsl(0, 0%, 92%);
    padding-left: 2px;
    margin-bottom: 24px;
    padding: 6px 12px;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    transition: .3s .3s ease-in-out
}

.appointment-form-wrapper .appoinment-form textarea:focus {
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    border: 1px solid #ccc
}

.appointment-form-wrapper .appoinment-form select {
    border: 0px;
    border: 1px solid hsl(0, 0%, 92%);
    padding-left: 2px;
    margin-bottom: 24px;
    padding: 6px 12px;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    transition: .3s .3s ease-in-out
}

.appointment-form-wrapper .appoinment-form select:focus {
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    border: 1px solid #ccc
}

.appointment-form-wrapper .appoinment-form .select-style {
    position: relative
}

.appointment-form-wrapper .appoinment-form .select-style select.form-control {
    border: 1px solid hsl(0, 0%, 92%);
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-image: url("../images/down_arrow.png");
    background-position: 100% 4px;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: none;
    color: hsl(0, 0%, 64.2156862745%);
    padding: 6px 12px;
    height: 42px;
    line-height: 32px;
    margin-bottom: 24px;
    font-size: 14px
}

.appoinment-person {
    position: relative;
    top: 12px
}

.section-client-logo {
    clear: both
}

.logo-layout-1 {
    clear: both
}

.logo-layout-1 .client-logo {
    padding: 16px;
    margin-bottom: 32px;
    border: 1px solid #ccc
}

.logo-layout-1 .client-logo img {
    border-radius: 0;
    background-clip: padding-box;
    width: 100%;
    margin: 0;
    display: block;
    opacity: .7;
    transition: all .5s ease-in-out
}

.logo-layout-1 .client-logo:hover {
    border: 1px dotted rgb(153.1545064378, 203.5922746781, 80.4077253219)
}

.logo-layout-1 .client-logo:hover img {
    opacity: 1
}

.no-border-logo-layout .client-logo {
    border: 0px solid rgba(0, 0, 0, 0)
}

.no-border-logo-layout .client-logo:hover {
    border: 0px solid rgba(0, 0, 0, 0)
}

.logo-items {
    clear: both
}

.logo-items [class^=col-] {
    width: 100%
}

.logo-items .client-logo {
    margin-bottom: 0
}

.logo-items .owl-nav {
    transition: all .5s ease-in-out;
    opacity: 1;
    margin: 0;
    z-index: 1
}

.logo-items .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.logo-items .owl-nav .owl-prev {
    left: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 42px;
    color: #5CB8E6;
    background: rgba(0, 0, 0, 0);
    margin-top: -24px;
    transition: all .5s ease-in-out;
    text-align: left
}

.logo-items .owl-nav .owl-prev:hover {
    color: #4a4a4a
}

.logo-items .owl-nav .owl-next {
    right: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 42px;
    color: #5CB8E6;
    background: rgba(0, 0, 0, 0);
    margin-top: -24px;
    transition: all .5s ease-in-out;
    text-align: right
}

.logo-items .owl-nav .owl-next:hover {
    color: #4a4a4a
}

.logo-items .owl-dots {
    margin: 24px 0 0 0;
    text-align: center
}

.logo-items .owl-dots .owl-dot {
    border-radius: 100%;
    background-clip: padding-box;
    display: inline-block;
    padding: 4px;
    width: 18px;
    height: 18px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    margin: 0 4px
}

.logo-items .owl-dots .owl-dot span {
    display: block;
    background: #4a4a4a
}

.logo-items .owl-dots .active span {
    padding: 0px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-clip: padding-box;
    background: rgb(153.1545064378, 203.5922746781, 80.4077253219)
}

.logo-items:hover .owl-nav {
    opacity: 1
}

.section-banner {
    padding: 280px 0px 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.banner-content {
    width: 100%
}

.banner-content h2 {
    position: relative;
    font-size: 72px;
    line-height: 72px;
    font-weight: 900;
    color: #fff;
    text-shadow: 1px 1px 1px #666
}

.banner-content h2 span {
    padding: 0;
    font-weight: 900;
    color: hsl(84.5669291339, 54.5064377682%, 60.6862745098%)
}

.banner-content h3 {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.banner-content .slider-button {
    display: block;
    margin-top: 30px
}

.banner-content .slider-button a.btn-slider {
    font-size: 16px;
    display: inline-block;
    background: #5CB8E6;
    border: 2px solid #5CB8E6;
    color: #fff;
    line-height: 42px;
    padding: 6px 24px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0em;
    border-radius: 32px;
    background-clip: padding-box
}

.banner-content .slider-button a.btn-slider:hover {
    background: rgb(99.982832618, 140.6008583691, 41.3991416309)
}

.main-content {
    margin: 48px 0
}

.btn-social-icon {
    height: 42px;
    width: 42px;
    border: 0;
    border-radius: 0px !important;
    margin: 3px 3px
}

.btn-social-icon .fa {
    line-height: 42px;
    color: #fff
}

.btn-goggle-plus {
    background-color: #26b84b
}

.btn-goggle-plus:hover {
    background-color: #20993e
}

.btn-envelope-o {
    background-color: #d74b3e
}

.btn-envelope-o:hover {
    background-color: #ad3d32
}

.section-transparent-bg {
    background: rgba(0, 0, 0, 0) !important
}

.single-post {
    margin-bottom: 50px
}

.single-post p {
    line-height: 30px
}

.single-post .single-post-content {
    margin-bottom: 30px;
    padding: 6px;
    background: #f9fafb
}

.single-post .single-post-title {
    line-height: 24px
}

.single-post .single-post-title h2 {
    font-size: 28px;
    line-height: 32px;
    line-height: 30px;
    font-weight: 500
}

.single-post .single-post-title .single-post-meta {
    font-size: 15px
}

.readmore {
    border: 0px;
    background: #5CB8E6;
    color: #fff;
    border-radius: 0px;
    background-clip: padding-box;
    padding: 12px 24px
}

.readmore-sm {
    border: 0px;
    background: #5CB8E6;
    color: #fff;
    border-radius: 0px;
    background-clip: padding-box;
    padding: 6px 12px
}

.single-post-inner {
    background: #f9fafb;
    padding: 30px
}

.post-inner-featured-content {
    display: block
}

.post-inner-featured-content img {
    display: block;
    width: 100%;
    text-align: center
}

.single-post-inner-title {
    margin-bottom: 24px
}

.single-post-inner-title h2 {
    font-size: 32px;
    margin: 32px 0 24px 0
}

.single-post-inner-meta h2 {
    font-size: 24px
}

.single-post-inner-meta .tag-list a {
    display: inline-block;
    padding: 4px 12px;
    margin-right: 3px;
    background: #5CB8E6;
    color: #fff
}

.custom-post-info {
    margin: 0;
    padding: 0
}

.custom-post-thumb-small {
    width: 70px;
    height: 70px
}

.custom-post-thumb-medium {
    width: 350px;
    height: 120px
}

.single-post-container {
    margin: 0 0 24px 0
}

.single-post-container h3 {
    margin: 24px 0 12px 0;
    font-size: 18px;
    text-transform: capitalize
}

.single-post-container h3 a {
    color: #555
}

.single-post-container h3 a:hover {
    color: #646464
}

.single-post-container .custom-breadcrumb {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.single-post-container .article-meta-extra {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
    margin-bottom: 12px
}

.single-post-container .article-meta-extra span {
    margin-right: 5px
}

.single-post-container .article-meta-extra span:last-child {
    margin-right: 0px
}

.single-post-container .article-meta-extra i {
    color: #555;
    margin-right: 3px
}

.single-post-container h2+p {
    margin-top: 12px
}

.single-post-content h1 {
    margin: 12px 0
}

.single-post-content h2 {
    margin: 12px 0
}

.single-post-content h3 {
    margin: 12px 0
}

.single-post-content h4 {
    margin: 12px 0
}

.single-post-content h5 {
    margin: 12px 0
}

.single-post-content h6 {
    margin: 12px 0
}

.articles-nav {
    margin-top: -1.5em;
    margin-bottom: 1.5em;
    padding: 0 2.4em
}

.articles-nav .articles-nav-prev {
    float: left
}

.articles-nav .articles-nav-next {
    float: right
}

.aligncenter,
.alignleft,
.alignright,
.alignnone {
    margin: 12px 0 24px 0;
    max-width: 100%;
    height: auto
}

.aligncenter,
img.centered {
    display: block;
    margin: 12px auto
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.alignnone {
    clear: both
}

.wp-caption {
    text-align: center
}

.wp-caption img {
    max-width: 100%;
    max-height: auto
}

.wp-caption .wp-cap {
    margin-bottom: 0px;
    font-size: 12px
}

.post-navigation {
    text-align: center;
    clear: both
}

.post-navigation p {
    text-transform: uppercase
}

.post-navigation p a {
    position: relative;
    padding-left: 24px;
    margin-right: 5px
}

.post-navigation p a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 3px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    transition: .3s .3s ease-in-out
}

.post-navigation p a:hover:before {
    background: #5CB8E6;
    border: 1px solid #646464
}

.post-navigation p a:first-child {
    margin-right: 0px
}

.comments-nav-section,
.post-nav-section {
    margin: 24px 0 0 0
}

.comments-nav-section p,
.post-nav-section p {
    margin-bottom: 0px
}

.comments-nav-section a,
.post-nav-section a {
    border-radius: 0px;
    background-clip: padding-box;
    text-align: center;
    transition: .3s .3s ease-in-out;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px 0 rgba(54, 114, 216, 0);
    background: rgba(0, 0, 0, 0);
    color: #646464;
    padding: 6px 12px
}

.comments-nav-section a:hover,
.post-nav-section a:hover {
    border: 1px solid #5CB8E6;
    color: #5CB8E6;
    background: rgba(0, 0, 0, 0)
}

.article-share-section {
    margin: 24px 0 0 0;
    border: 1px solid #ccc;
    border-left: 0px;
    border-right: 0px;
    padding: 14px 0 10px 0
}

.article-author {
    margin-top: 24px;
    background: #f9fafb;
    padding: 30px;
    min-height: 100px;
    padding-bottom: 24px
}

.article-author .author-avatar img {
    width: 100px;
    max-width: 100%;
    max-height: auto;
    float: right;
    border: 1px solid #ccc;
    padding: 3px;
    margin-top: 0px;
    margin-left: 12px
}

.article-author .about_author {
    margin-bottom: 24px
}

.article-author .social-icons a {
    display: inline-block;
    color: #5CB8E6;
    margin-right: 15px
}

.article-author .social-icons a:hover {
    color: #5CB8E6
}

.related-post {
    margin-top: 24px;
    background: #f9fafb;
    padding: 30px
}

.related-post ul li {
    margin: 5px 0
}

.related-post ul li a {
    position: relative;
    transition: .3s .3s ease-in-out;
    color: #646464
}

.related-post ul li a:hover {
    color: #5CB8E6
}

ul.pagination li a {
    color: #5CB8E6;
    border-radius: 0px;
    background-clip: padding-box;
    padding: 6px 12px;
    border: 0px;
    margin: 0 2px
}

ul.pagination li a:hover {
    backgroud: #000 !important
}

ul.pagination li a.current {
    background: #5CB8E6;
    color: #fff;
    border: 0px
}

ul.pagination li:first-child {
    border-radius: 0px;
    background-clip: padding-box
}

ul.pagination li:last-child {
    border-radius: 0px;
    background-clip: padding-box
}

.comments-area {
    margin-top: 24px;
    background: #f9fafb;
    padding: 30px
}

.article-add-comments {
    float: right;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
    transition: .3s .3s ease-in-out
}

.article-add-comments:hover {
    border: 1px solid #5CB8E6;
    color: #5CB8E6
}

.commentslist {
    margin-top: 24px;
    counter-reset: comment-id
}

.commentslist li {
    list-style-type: none;
    margin-left: 0px
}

.commentslist li:first-child {
    margin-top: 24px
}

.commentslist li+li {
    margin-top: 24px
}

.commentslist li ol,
.commentslist li ul {
    padding-left: 3em;
    margin-left: 3em;
    border-left: 1px dotted #ccc;
    list-style-type: none
}

.commentslist li ol li,
.commentslist li ul li {
    position: relative
}

.commentslist li ol li::before,
.commentslist li ul li::before {
    content: "";
    width: 2em;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    position: absolute;
    left: -3em;
    top: 2em
}

.commentslist li article {
    background: #fff;
    padding: 12px
}

.commentslist li article header {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    margin-bottom: 1.5em;
    position: relative
}

.commentslist li article header span {
    color: rgb(176.5, 176.5, 176.5)
}

.commentslist li article header::before {
    counter-increment: comment-id;
    content: counter(comment-id);
    position: absolute;
    right: 5px;
    top: 15px;
    color: #f8f8f8;
    font-size: 32px;
    font-family: "Open Sans", sans-serif
}

.commentslist li article header h5 {
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #555
}

.commentslist li article header h5 a {
    color: #555
}

.commentslist li article header h5 a:hover {
    color: #646464
}

.commentslist li article header h5 span {
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 3px 5px;
    font-style: normal;
    margin-right: .5em
}

.commentslist li article .comment_text {
    padding-right: 24px
}

.comment-avatar img {
    width: 64px;
    height: 64px;
    float: right;
    background: #fff;
    margin: 2px;
    border: 1px solid #ccc;
    padding: 2px;
    transition: .3s .3s ease-in-out
}

.comment-avatar img:hover {
    border-color: hsl(0, 0%, 65%)
}

.waiting-moderation {
    color: rgb(176.5, 176.5, 176.5)
}

.comments-nav-section {
    margin: 48px 0
}

.comments-nav-section .btn-primary {
    background: #fff
}

.comments-nav-section .btn-primary:hover {
    background: #fff
}

#comment-form label {
    margin-bottom: 12px
}

#comment-form input[type=text],
#comment-form input[type=email],
#comment-form input[type=url],
#comment-form input[type=password] {
    border: 0px;
    border-bottom: 1px solid #eee;
    line-height: 42px;
    height: 42px;
    margin-bottom: 24px;
    padding: 0 12px;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    transition: .3s .3s ease-in-out
}

#comment-form input[type=text]:focus,
#comment-form input[type=email]:focus,
#comment-form input[type=url]:focus,
#comment-form input[type=password]:focus {
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgb(144.5, 144.5, 144.5)
}

#comment-form textarea {
    border: 0px;
    border-bottom: 1px solid #eee;
    padding: 12px;
    margin-bottom: 24px;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    transition: .3s .3s ease-in-out
}

#comment-form textarea:focus {
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    border: 0px;
    border-bottom: 1px solid rgb(144.5, 144.5, 144.5)
}

.page-header {
    /* margin: 0; */
    /* padding: 80px 0 80px; */
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* background-attachment: fixed; */
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("../images/header-bg.jpg");
    background-image: url('../images/commonbanner.jpg');
    background-repeat: no-repeat;
    height: 286px;
    /* background-size: contain;
    background-size: 100% auto; */
    /* border: 0px solid #fff */
}

/* .page-header {
    background-image: url('../images/commonbanner.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0;
    height: 286px;
    position: relative;
    overflow: hidden;
} */


.page-header:before {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(240, 240, 240, .3); */
    background: rgba(30, 30, 30, 0.4);
    top: 0;
    left: 0;
    content: "";
    z-index: -1
}

.page-header h3 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 24px;
    font-weight: 500;
    margin: 24px 0;
    text-transform: uppercase;
    letter-spacing: .02em
}

.page-header .page-breadcrumb {
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .01em
}

.page-header .page-breadcrumb a {
    color: #fff
}

.page-header .page-breadcrumb a:hover {
    color: #646464
}

.single-team {
    background: rgba(0, 0, 0, 0);
    margin: 20px 0 30px;
    overflow: hidden;
    position: relative
}

.single-team img {
    width: 100%
}

.single-team-details h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .03em;
    margin: 12px 0 0;
    text-transform: uppercase
}

.single-team-details h4 {
    color: rgb(153.5, 153.5, 153.5);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .03em;
    text-transform: uppercase
}

.single-team-details ul.team-social-share-2 li {
    background: #5CB8E6;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-right: 15px;
    text-align: center;
    width: 40px
}

.single-team-details ul.team-social-share-2 li a {
    color: #fff
}

.single-team-details a.btn-team-details {
    border: 2px solid #5CB8E6;
    border-radius: 0;
    margin: 10px 0;
    padding: 10px 15px;
    text-transform: uppercase
}

.service-bottom-layout {
    margin-top: 30px
}

.single-service-content h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .03em;
    margin-top: 15px
}

.single-service-content ul {
    list-style-type: none;
    margin-bottom: 16px;
    overflow: hidden
}

.single-service-content ul li {
    padding-left: 32px;
    position: relative
}

.single-service-content ul li:before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    color: #5CB8E6;
    margin: 0 11px 0 0;
    position: absolute;
    left: 0px
}

.faq-layout {
    position: relative;
    overflow: hidden
}

.faq-layout .panel {
    box-shadow: none
}

.faq-layout .panel-default {
    position: relative;
    border: 0px solid #eee;
    padding: 17px 16px 0;
    background: hsl(0, 0%, 97.0392156863%);
    border-radius: 0
}

.faq-layout .faq-box .panel-heading {
    background: none;
    border: 0 none;
    display: block;
    padding: 16px;
    margin: -16px -15px;
    background: #5CB8E6;
    transition: all .5s ease-in-out;
    border-radius: 0px;
    background-clip: padding-box
}

.faq-layout .faq-box .panel-heading:hover {
    background: #2c2c2c
}

.faq-layout .faq-box .panel-title {
    display: block;
    letter-spacing: .03em;
    margin-bottom: 0;
    margin-top: 0;
    font-size: inherit;
    text-transform: uppercase;
    color: #fff
}

.faq-layout .faq-box .panel-title>a {
    line-height: 24px;
    display: block;
    color: #fff
}

.faq-layout .faq-box .panel-title>a:hover,
.faq-layout .faq-box .panel-title>a:focus {
    outline: none;
    color: #fff
}

.faq-layout .faq-box .panel-body {
    padding-top: 32px;
    padding-left: 0px
}

.faq-layout .faq-box .panel-heading [data-toggle=collapse]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    float: left;
    color: #fff;
    font-size: 16px;
    margin-right: 10px
}

.faq-layout .faq-box .panel-heading [data-toggle=collapse].collapsed:after {
    content: ""
}

.section-coming-countdown-bg {
    background: rgba(0, 0, 0, 0);
    background-image: url("../images/coming-soon.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    display: block;
    clear: both;
    position: relative;
    overflow: hidden;
    padding: 220px 0
}

#coming_countdown {
    font-size: 32px;
    clear: both;
    width: 900px;
    max-width: 100%;
    margin: 30px auto
}

#coming_countdown .countdown_container {
    text-align: center;
    display: block;
    float: left;
    width: 25%
}

#coming_countdown .countdown_container span.count_number {
    display: block;
    font-size: 90px;
    line-height: 100px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #fff
}

#coming_countdown .countdown_container span.count_text {
    display: block;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    color: #fff;
    text-transform: uppercase
}

/* .section-gallery-bg {
    background-image: url("../images/gallery_bg2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: initial;
    position: relative;
    overflow: hidden;
    opacity: 0.5;
    z-index: 999;
} */
.section-gallery-bg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.section-gallery-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/gallery_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* opacity: 0.3; */
    /* Adjust this value as needed */
    z-index: -1;
}

.section-gallery-block {
    clear: both
}

.gallery-container {
    padding: 12px;
    margin: 0
}

.no-bottom-padding {
    padding-bottom: 0px
}

.no-padding-gallery .gallery-container {
    padding: 0px;
    margin: 0
}

.gallery-light-box {
    display: block;
    overflow: hidden;
    position: relative
}

.gallery-light-box .gallery-img {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 0px
}

.gallery-light-box .gallery-img:before {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    transition: all .5s ease-in-out
}

.gallery-light-box .gallery-img:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    right: 150%;
    margin-left: -21px;
    bottom: -64px;
    background: #fff;
    color: #5CB8E6;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 0px;
    background-clip: padding-box;
    transition: all .9s ease-in-out
}

.gallery-light-box .gallery-img img {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 1;
    transition: all .7s ease-in-out
}

.gallery-light-box:hover .gallery-img:before {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 1500px
}

.gallery-light-box:hover .gallery-img:after {
    opacity: 1;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    border-radius: 4px;
    background-clip: padding-box
}

.gallery-light-box:hover .gallery-img img {
    opacity: .4
}

.gallery-light-box:hover .gallery-img figcaption {
    bottom: 0px;
    left: 0
}

.gallery-carousel {
    clear: both
}

.gallery-carousel [class^=col-] {
    width: 100%
}

.gallery-carousel .owl-nav {
    transition: all .5s ease-in-out;
    opacity: 1;
    margin: 0;
    z-index: 1
}

.gallery-carousel .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.gallery-carousel .owl-nav .owl-prev {
    left: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 60px;
    color: #5CB8E6;
    background: rgba(0, 0, 0, 0);
    margin-top: -36px;
    transition: all .5s ease-in-out;
    text-align: left
}

.gallery-carousel .owl-nav .owl-prev:hover {
    color: #4a4a4a
}

.gallery-carousel .owl-nav .owl-next {
    right: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 60px;
    color: #5CB8E6;
    background: rgba(0, 0, 0, 0);
    margin-top: -36px;
    transition: all .5s ease-in-out;
    text-align: right
}

.gallery-carousel .owl-nav .owl-next:hover {
    color: #4a4a4a
}

.gallery-carousel .owl-dots {
    margin: 24px 0 0 0;
    text-align: center
}

.gallery-carousel .owl-dots .owl-dot {
    border-radius: 100%;
    background-clip: padding-box;
    display: inline-block;
    padding: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border: 1px solid #ccc;
    margin: 0 4px
}

.gallery-carousel .owl-dots .owl-dot span {
    display: block;
    background: white
}

.gallery-carousel .owl-dots .active span {
    padding: 0px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-clip: padding-box;
    background: rgb(153.1545064378, 203.5922746781, 80.4077253219)
}

.gallery-carousel:hover .owl-nav {
    opacity: 1
}

.section-404 {
    background: #edf0f2
}

.message-container-404 {
    margin: 48px 0
}

.message-container-404 .text-404 {
    font-size: 180px;
    line-height: 200px;
    font-weight: 600;
    letter-spacing: .1em;
    font-family: "Open Sans", sans-serif;
    color: #5CB8E6
}

.message-container-404 .text-404 span {
    color: rgb(99.982832618, 140.6008583691, 41.3991416309)
}

.message-container-404 .message-text-404 {
    font-size: 32px;
    line-height: 42px;
    display: block
}

.section-contact-block {
    position: relative;
    overflow: hidden
}

.section-contact-block .content-block {
    padding: 0 48px 0 0
}

.section-contact-block .contact-title {
    font-size: 24px;
    border-bottom: 3px solid #eee;
    color: #5c5c5c;
    padding-bottom: 15px;
    position: relative
}

.section-contact-block .contact-title:after {
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 32px;
    background: #5CB8E6
}

.section-contact-block .contact-info li {
    margin-bottom: 24px
}

.section-contact-block .contact-info .icon-container {
    display: inline-block;
    background: #5CB8E6;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    margin-right: 5px
}

.section-contact-block .contact-info address {
    display: inline-block
}

.section-contact-block .contact-info a {
    color: #646464
}

.section-contact-block .contact-info a:hover {
    color: #5CB8E6
}

.section-contact-block .contact-form-block {
    padding: 0 0 0 0px
}

.section-contact-block #contact-form input[type=text],
.section-contact-block #contact-form input[type=email],
.section-contact-block #contact-form input[type=url],
.section-contact-block #contact-form input[type=password] {
    border: 0px;
    border-bottom: 1px solid #eee;
    line-height: 42px;
    height: 42px;
    margin-bottom: 24px;
    padding-left: 2px;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    transition: .3s .3s ease-in-out
}

.section-contact-block #contact-form input[type=text]:focus,
.section-contact-block #contact-form input[type=email]:focus,
.section-contact-block #contact-form input[type=url]:focus,
.section-contact-block #contact-form input[type=password]:focus {
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    border: 0px;
    border-bottom: 1px solid rgb(144.5, 144.5, 144.5)
}

.section-contact-block #contact-form textarea {
    border: 0px;
    border-bottom: 1px solid #eee;
    padding-left: 2px;
    margin-bottom: 24px;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    transition: .3s .3s ease-in-out
}

.section-contact-block #contact-form textarea:focus {
    box-shadow: 0 0 0 0 rgba(54, 114, 216, .16);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2);
    border: 0px;
    border-bottom: 1px solid rgb(144.5, 144.5, 144.5)
}

footer {
    background: #5c5c5c;
    color: #fff
}

footer p {
    color: #fff
}

footer a {
    color: #fff
}

footer a:hover {
    color: hsl(0, 0%, 90%)
}

footer .footer-logo {
    text-align: center
}

footer .footer-logo:after {
    background: #ccc;
    content: "";
    position: absolute;
    height: 48px;
    top: 10px;
    width: 1px;
    right: 28px
}

footer .footer-intro {
    margin-bottom: 32px
}

footer .social-icons {
    margin-bottom: 24px;
    clear: both
}

footer .social-icons a {
    border: 1px solid #5CB8E6;
    background: #5CB8E6;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 40px;
    border-radius: 100%;
    background-clip: padding-box
}

footer .social-icons a:last-child {
    margin: 0
}

footer .social-icons a:hover {
    background: rgb(99.982832618, 140.6008583691, 41.3991416309);
    color: #fff
}

.follow-us {
    color: #fff;
    font-size: 18px;
    letter-spacing: .03em;
    text-transform: uppercase
}

.footer-widget-area {
    padding: 20px 0 24px
}

.footer-widget-area .footer-widget .footer-logo {
    margin-bottom: 15px
}

.footer-widget-area .footer-widget-header h3 {
    position: relative;
    font-size: 24px;
    margin-bottom: 6px;
    padding-bottom: 12px;
    font-weight: 500;
    display: block;
    color: #fff
}

.footer-widget-area .footer-widget-header h3 span {
    font-style: 400;
    color: #555
}

.footer-widget-area .footer-useful-links {
    margin-top: 12px;
    clear: both
}

.footer-widget-area .footer-useful-links li {
    margin-bottom: 8px;
    width: 100%;
    float: left
}

.footer-widget-area .footer-about {
    border-bottom: 1px solid #666;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.footer-widget-area .footer-about .footer-content a {
    color: #5CB8E6
}

.footer-widget-area .opening-shedule li {
    border-bottom: 1px solid hsl(0, 0%, 85%);
    padding: 12px 0px 12px;
    color: #646464
}

.footer-widget-area .opening-shedule li:first-child {
    padding-top: 0px
}

.footer-widget-area .opening-shedule li:last-child {
    border: 0 none
}

.footer-widget-area .fa-footer {
    display: inline;
    text-align: center;
    width: 12px;
    height: 12px;
    color: #5CB8E6;
    padding: 4px 6px 6px 0;
    margin-right: 0px
}

.footer-widget-area .contact-us {
    clear: both
}

.footer-widget-area .contact-us p {
    border-bottom: 1px solid hsl(0, 0%, 85%);
    padding-bottom: 10px
}

.footer-widget-area .contact-us p:last-child {
    padding: 0;
    border: 0 none
}

.footer-widget-area .textwidget {
    clear: both
}

.footer-widget-area .textwidget p {
    padding-left: 42px
}

.footer-widget-area .fa-contact {
    display: inline-block;
    text-align: center;
    width: 12px;
    height: 12px;
    color: #5CB8E6;
    padding: 24px 6px 6px 0;
    margin-right: 6px;
    position: absolute
}

.footer-widget-area .footer-widget+.footer-widget {
    margin-top: 24px
}

.footer-widget-area li {
    line-height: 32px
}

.footer-widget-area-bg {
    clear: both
}

/* .footer-contents {
    padding: 32px 0
} */

.footer-contents .copyright-text {
    line-height: 24px
}

.widget {
    background: #f9fafb;
    margin-bottom: 30px;
    padding: 20px
}

.widget-title {
    position: relative;
    font-size: 24px;
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .03em;
    font-weight: 500;
    display: inline-block;
    color: #111
}

.widget-title span {
    font-style: 400;
    color: #555
}

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

.widget ul li {
    padding: 5px 0
}

.widget ul li a {
    color: #646464
}

.widget ul li a:hover {
    color: #5CB8E6
}

.search-form {
    margin: 0 0 12px 0
}

.search-form span.input-group-addon {
    border-radius: 0px;
    background-clip: padding-box;
    background: #5CB8E6;
    border-right: 0px;
    color: #fff;
    font-weight: bold;
    width: 10%;
    padding: 0 20px
}

.search-form input[type=text] {
    box-shadow: 0;
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 5px;
    height: 42px;
    border: 0px;
    box-shadow: none;
    width: 100%;
    transition: .3s .3s ease-in-out
}

.search-form input[type=text]:focus {
    box-shadow: none
}

.widget-post-category {
    margin: 11px auto
}

.widget-post-category li {
    margin: 5px 0;
    padding: 0;
    text-transform: capitalize
}

.widget-post-category li a {
    font-size: 15px;
    position: relative;
    transition: .3s .3s ease-in-out
}

.single-recent-post {
    margin-bottom: 26px;
    overflow: hidden
}

.single-recent-post a {
    color: #646464;
    margin-bottom: 8px;
    display: block
}

.single-recent-post a:hover {
    color: #5CB8E6
}

.single-recent-post span {
    font-size: 14px;
    display: block;
    color: #5CB8E6;
    padding-left: 2px
}

.single-recent-post span i {
    font-size: 16px
}

.single-post-thumb {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 5px;
    width: 100px
}

.widget-recent-tags {
    margin: 0 auto
}

.widget-recent-tags li {
    margin: 0px 5px 7px 0px;
    float: left
}

.widget-recent-tags li a {
    padding: 3px 7px;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid #5CB8E6;
    display: block;
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out
}

.widget-recent-tags li a:hover,
.widget-recent-tags li a:active {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #5CB8E6;
    background: #fff
}

.sidebar-widget a {
    color: #646464;
    transition: .3s .3s ease-in-out
}

.sidebar-widget a:hover {
    color: #5CB8E6
}

#calendar_wrap {
    margin: 0 auto 5px auto
}

#calendar_wrap #wp-calendar {
    width: 100%;
    border: 1px solid #ccc;
    padding: 2px
}

#calendar_wrap #wp-calendar caption {
    border-color: #ccc;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase
}

#calendar_wrap #wp-calendar thead {
    border-right: 1px solid #ccc
}

#calendar_wrap #wp-calendar thead th {
    border-right: 1px solid #ccc
}

#calendar_wrap #wp-calendar th {
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

#calendar_wrap #wp-calendar tr th,
#calendar_wrap #wp-calendar thead th {
    font-weight: bold;
    padding: 9px 0;
    text-align: center
}

#calendar_wrap #wp-calendar tbody {
    color: #aaa
}

#calendar_wrap #wp-calendar tbody tr td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 6px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 0px;
    background-clip: padding-box;
    text-align: center;
    transition: .3s .3s ease-in-out
}

#calendar_wrap #wp-calendar tbody tr td:hover {
    background: #fafafa
}

#calendar_wrap #wp-calendar tbody .pad {
    background: none
}

#calendar_wrap #wp-calendar tfoot tr td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 6px;
    text-align: center
}

#calendar_wrap #wp-calendar tfoot #next {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center
}

#calendar_wrap #wp-calendar tfoot #prev {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px
}

#calendar_wrap #wp-calendar #today {
    background-color: #5CB8E6;
    color: #fff;
    font-weight: bold
}

@media only screen and (max-width: 1224px) {
    footer .footer-logo:after {
        display: none
    }
}

@media only screen and (min-width: 991px)and (max-width: 1200px) {
    .header-top .icon-box .icon-container {
        font-size: 25px
    }

    .header-top .icon-box .text {
        font-size: 13px
    }

    .header-top .icon-box .text .head-heading {
        font-size: 13px
    }

    .header-top .btn-quote .btn-request_quote {
        font-size: 12px;
        padding: 12px 3px
    }

    .main-top-header p {
        font-size: 13px
    }

    #slider_1 .slider-content h2 {
        font-size: 100px;
        line-height: 120px;
        font-weight: 700
    }

    #slider_1 .slider-content h3 {
        font-size: 32px
    }

    #slider_1 .slider-content p {
        font-size: 20px;
        line-height: 25px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1370px) {
    #slider_1 {
        text-align: center
    }

    #slider_1 .slider_item_container {
        min-height: 520px
    }

    #slider_1 .item img {
        display: block;
        width: 100%;
        height: auto
    }

    #slider_1 .slider-content {
        margin-top: 24px
    }

    #slider_1 .slider-content h3 {
        font-size: 24px;
        line-height: 32px
    }

    #slider_1 .slider-content h2 {
        font-size: 60px;
        line-height: 60px
    }

    .section-banner {
        padding: 150px 0px
    }

    .section-banner h2 {
        font-size: 60px;
        line-height: 60px
    }

    .btn-theme {
        line-height: 24px
    }
}

@media only screen and (max-width: 991px) {

    .no-padding-pricing-table,
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .header-top .col-logo {
        text-align: center
    }

    .main-header .top-bar {
        display: none
    }

    .main-header ul.top-bar-info {
        padding: 0 0 12px 0;
        margin: 0;
        text-align: center
    }

    .main-header ul.top-bar-info li {
        margin-right: 0;
        display: inline-block;
        width: 49%
    }

    .main-header ul.top-bar-info li:after {
        display: none
    }

    .top-donation-btn-container {
        text-align: center;
        margin-top: 12px;
        margin-bottom: 24px
    }

    a.logo {
        text-align: center
    }

    .navbar-default .navbar-nav li ul.drop-down {
        top: 68px
    }

    .navbar-default .navbar-header {
        width: 100%;
        text-align: center;
        clear: both;
        float: none;
        margin: 0
    }

    .navbar-default .navbar-toggle span.icon-bar {
        height: 1px
    }

    .navbar-default .navbar-right {
        float: none;
        padding: 0;
        margin: 0px 48px 0 0
    }

    .navbar-default .navbar .navbar-collapse {
        text-align: center
    }

    .top-location-info {
        display: block;
        text-align: center
    }

    .main-menu-container {
        float: none
    }

    .main-header {
        background: #2c2c2c;
        position: relative
    }

    .sticky-wrapper {
        background: rgba(0, 0, 0, .8)
    }

    .navbar-nav>li {
        margin-left: 0
    }

    header.one-page .navbar-nav>li>a {
        padding: 15px 5px;
        font-size: 15px;
        padding-bottom: 22px
    }

    #slider_1 {
        text-align: center
    }

    #slider_1 .slider_item_container {
        min-height: 350px
    }

    #slider_1 .item img {
        display: block;
        width: 100%;
        height: auto
    }

    #slider_1 .slider-content {
        top: 50%;
        transform: translateY(-48%)
    }

    #slider_1 .slider-content i.icon:after,
    #slider_1 .slider-content i.icon:before {
        width: 100px;
        line-height: 100px;
        height: 100px;
        font-size: 60px;
        margin-bottom: 20px
    }

    #slider_1 .slider-content h2 {
        font-size: 42px;
        line-height: 48px;
        padding-bottom: 0px;
        margin-bottom: 16px
    }

    #slider_1 .slider-content h2:after {
        display: none
    }

    #slider_1 .slider-content h3 {
        display: none
    }

    #slider_1 .slider-content a.banner-video-icon {
        border: 2px solid #f2f2f2;
        color: #5CB8E6;
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 55px;
        margin: 0 auto 12px
    }

    #slider_1 .slider-content a.banner-video-icon>i {
        margin-left: 6px
    }

    #slider_1 .slider-content a.banner-video-icon:hover {
        border: 2px solid #5CB8E6
    }

    .page-header {
        padding: 80px 0
    }

    .main-sidebar {
        width: 100%;
        border: 0px solid rgba(0, 0, 0, 0)
    }

    .logo {
        text-align: center
    }

    .process-step-1,
    .process-step-2 {
        margin-bottom: 24px
    }

    .counter-block-1,
    .counter-block-2 {
        margin-bottom: 24px
    }

    .price-table-layout-1 {
        margin-bottom: 24px
    }

    .team-layout-1 {
        margin-bottom: 24px
    }

    .gallery-carousel .owl-controls {
        display: none
    }

    #coming_countdown {
        font-size: 24px
    }

    #coming_countdown .countdown_container span.count_number {
        font-size: 72px;
        line-height: 60px
    }

    #coming_countdown .countdown_container span.count_text {
        font-size: 24px;
        line-height: 42px
    }

    .footer-widget-area {
        padding: 42px 0 0 0
    }

    .footer-widget {
        margin-bottom: 36px
    }

    .footer-intro {
        display: none
    }

    .copyright-text {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {

    .no-padding-pricing-table,
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .logo-layout-2 [class^=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: -1px;
        margin-top: -1px
    }

    .main-header .top-bar {
        display: none
    }

    .main-header ul.top-bar-info {
        padding: 0 0 12px 0;
        margin: 0;
        text-align: center
    }

    .main-header ul.top-bar-info li {
        margin-right: 0;
        float: left;
        width: 50%
    }

    .main-header ul.top-bar-info li:after {
        display: none
    }

    .main-menu-container {
        float: none
    }

    .navbar-default .navbar-toggle {
        margin-top: 22px;
        float: right;
        border-radius: 0px;
        background-clip: padding-box
    }

    .navbar-default .navbar-toggle span.icon-bar {
        color: #5CB8E6
    }

    .navbar-default .nav>li>a,
    .navbar-default header.one-page .navbar-nav>li>a {
        padding: 5px 15px
    }

    .navbar-default .navbar-nav>li>a.link-active {
        background: none
    }

    .navbar-default .navbar .navbar-right {
        width: 100%;
        text-align: left
    }

    .navbar-default .navbar-collapse {
        background: #0d0d0d;
        padding: 15px 0;
        border: 0
    }

    .navbar-default .pull-left {
        float: none !important;
        overflow: hidden
    }

    .navbar-default .pull-right {
        float: none !important
    }

    .navbar-default .navbar-nav li ul.drop-down,
    .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
        background: rgba(0, 0, 0, 0);
        border: none;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        position: relative;
        width: auto;
        visibility: visible;
        opacity: 1;
        top: inherit;
        left: inherit
    }

    .navbar-default .navbar-nav li ul.drop-down li a,
    .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
        background: none;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 4px 20px
    }

    .navbar-default .navbar-nav li ul.drop-down li a:hover,
    .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
        color: #fff
    }

    .navbar-default .navbar-nav li ul.drop-down li.drop a {
        color: #fff
    }

    .navbar-default .navbar-nav {
        margin: 0px;
        width: 100%;
        text-align: left;
        background: rgba(0, 0, 0, .7)
    }

    .navbar-default .navbar-nav li a {
        font-weight: bold;
        color: #5CB8E6
    }

    .navbar-default .navbar-nav .drop-down li a {
        color: #fff
    }

    .logo {
        text-align: center
    }

    .main-header {
        background: #2c2c2c;
        position: relative
    }

    .sticky-wrapper {
        background: rgba(0, 0, 0, .8)
    }

    .stuck {
        position: initial
    }

    /* .section-content-block {
        padding: 60px 0
    } */

    .section-heading-wrapper,
    .section-heading-wrapper-alt {
        margin-bottom: 0px
    }

    .section-heading-wrapper h2,
    .section-heading-wrapper-alt h2 {
        font-size: 32px;
        font-weight: 400
    }

    .page-header {
        padding: 50px 0
    }

    .page-header h3 {
        text-align: center
    }

    .page-header .page-breadcrumb {
        text-align: center
    }

    #slider_1 .slider_item_container {
        min-height: 350px
    }

    #slider_1 .slider-content {
        text-align: center;
        top: 50%;
        transform: translateY(-55%)
    }

    #slider_1 .slider-content i.icon:after,
    #slider_1 .slider-content i.icon:before {
        width: 100px;
        line-height: 100px;
        height: 100px;
        font-size: 60px;
        margin-bottom: 20px
    }

    #slider_1 .slider-content h2 {
        font-size: 32px;
        line-height: 42px;
        padding-bottom: 0px;
        margin-bottom: 16px
    }

    #slider_1 .slider-content h2:after {
        display: none
    }

    #slider_1 .slider-content h3 {
        display: none
    }

    #slider_1 .slider-content a.banner-video-icon {
        border: 2px solid #f2f2f2;
        color: #5CB8E6;
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 55px;
        margin: 0 auto 12px
    }

    #slider_1 .slider-content a.banner-video-icon>i {
        margin-left: 6px
    }

    #slider_1 .slider-content a.banner-video-icon:hover {
        border: 2px solid #5CB8E6
    }

    #slider_1 .slider-content .slider-button {
        margin-top: 16px
    }

    #slider_1 .slider-content .slider-button a.btn-slider {
        font-size: 14px;
        display: inline-block;
        height: 42px;
        line-height: 24px;
        padding-left: 24px;
        padding-right: 24px
    }

    .section-banner {
        padding: 130px 0px
    }

    .section-banner .banner-content {
        transform: translateY(-30px)
    }

    .section-banner .banner-content h2 {
        font-size: 36px;
        line-height: 42px
    }

    .section-banner .banner-content h3 {
        display: none
    }

    .process-step-1,
    .process-step-2 {
        margin-bottom: 24px
    }

    .counter-block-1,
    .counter-block-2 {
        margin-bottom: 24px
    }

    .appointment-form-wrapper {
        clear: both
    }

    .appointment-form-wrapper .appointment-form-heading {
        position: relative;
        background: #5CB8E6;
        margin: -2px -6px 48px -5px;
        text-align: center
    }

    .appointment-form-wrapper .appointment-form-heading h3 {
        margin: 0;
        display: block
    }

    .appointment-form-wrapper .appointment-form-heading h3:after {
        display: none
    }

    .appointment-form-wrapper .appointment-form-heading span {
        float: none;
        display: block;
        margin-top: 12px
    }

    .appointment-form-wrapper .appoinment-form {
        padding: 0 6px
    }

    .price-table-layout-1 {
        margin-bottom: 24px
    }

    .team-layout-1 {
        margin-bottom: 24px
    }

    .section-cta .cta-content h2 {
        font-size: 28px;
        line-height: 32px
    }

    .section-cta .cta-content h4 {
        font-size: 18px
    }

    .section-cta .cta-content h4 span {
        font-size: 22px
    }

    .cta-layout-01 h4 {
        font-size: 42px;
        line-height: 48px
    }

    .appointment-form-wrapper {
        margin: 48px 0;
        padding: 0px 5px 28px
    }

    .appointment-form-wrapper h3 {
        font-weight: 600;
        margin: 0 -5px 32px;
        position: relative
    }

    .appoinment-form {
        padding: 0 0px
    }

    #coming_countdown {
        font-size: 24px
    }

    #coming_countdown .countdown_container span.count_number {
        font-size: 50px;
        line-height: 40px
    }

    #coming_countdown .countdown_container span.count_text {
        font-size: 18px;
        line-height: 42px
    }

    .section-home-blog .latest-news-container {
        margin-bottom: 30px
    }

    .faq-layout .faq-box .panel-heading [data-toggle=collapse]::after {
        display: none
    }

    .message-container-404 {
        margin: 48px 0
    }

    .message-container-404 .text-404 {
        margin: 80px 0
    }

    .message-container-404 .search-form-404 {
        padding: 5px;
        width: 100%
    }

    .message-container-404 .message-text-404 {
        padding: 24px 0px
    }

    .article-container-fix,
    .main-sidebar {
        width: 100%;
        margin-left: 0px;
        border: 0px solid rgba(0, 0, 0, 0)
    }

    .post-details-container h3 {
        margin-top: 12px
    }

    .post-box-container .bd-post-image-container {
        margin: 0 auto
    }

    .image_gallery_carousel {
        margin-bottom: 48px
    }

    a.btn-load-more {
        margin-bottom: -24px;
        margin-top: -16px
    }

    .copyright-text {
        text-align: center
    }

    .footer-widget-area {
        padding: 42px 0 0 0
    }

    .footer-widget {
        margin-bottom: 36px
    }

    .footer-intro {
        display: none
    }

    .copyright-text {
        text-align: center
    }
}

@media only screen and (min-width: 0px)and (max-width: 479px) {

    .no-padding-pricing-table,
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .logo-layout-2 [class^=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: -1px;
        margin-top: -1px
    }

    .main-header {
        background: #2c2c2c;
        position: relative
    }

    .sticky-wrapper {
        background: rgba(0, 0, 0, .8)
    }

    .main-header .top-bar {
        display: none;
        text-align: center
    }

    .main-header ul.top-bar-info {
        padding: 0 0 12px 0;
        margin: 0;
        text-align: left
    }

    .main-header ul.top-bar-info li {
        margin-right: 0;
        display: block;
        width: 100%
    }

    .main-header ul.top-bar-info li:after {
        display: none
    }

    .main-menu-container {
        float: none
    }

    a.logo {
        text-align: center;
        width: 75%
    }

    .navbar-default .navbar-toggle span.icon-bar {
        height: 1px
    }

    .navbar-default .navbar-nav {
        margin: 0px;
        width: 100%;
        text-align: left;
        background: rgba(0, 0, 0, .7)
    }

    .navbar-default .navbar-nav li {
        margin-left: 0px
    }

    .navbar-default .navbar-nav li a {
        font-weight: bold;
        color: #5CB8E6
    }

    .navbar-default .navbar-nav .drop-down {
        color: #fff
    }

    .navbar-default .navbar-nav .drop-down li a {
        color: #fff
    }

    .logo {
        text-align: center
    }

    .section-heading-wrapper,
    .section-heading-wrapper-alt {
        margin-bottom: 0px
    }

    .section-heading-wrapper h2,
    .section-heading-wrapper-alt h2 {
        font-size: 32px;
        font-weight: 400
    }

    /* .section-content-block {
        padding: 32px 0
    } */

    .section-heading {
        font-size: 32px;
        line-height: 36px;
        font-weight: normal;
        margin-bottom: 24px
    }

    .section-heading:after,
    .section-heading:before {
        display: none
    }

    .section-subheading {
        display: none
    }

    .page-header {
        padding: 80px 0
    }

    .page-header h3 {
        font-size: 24px;
        line-height: 32px;
        margin: 12px 0
    }

    #slider_1 .slider_item_container {
        min-height: 300px
    }

    #slider_1 .slider-content {
        top: 50%;
        transform: translateY(-55%)
    }

    #slider_1 .slider-content i.icon:after,
    #slider_1 .slider-content i.icon:before {
        width: 50px;
        line-height: 50px;
        height: 50px;
        font-size: 20px;
        margin: 40px 0 10px
    }

    #slider_1 .slider-content h2 {
        font-size: 32px;
        line-height: 42px;
        padding-bottom: 0px;
        margin-bottom: 16px
    }

    #slider_1 .slider-content h2:after {
        display: none
    }

    #slider_1 .slider-content h3 {
        display: none
    }

    #slider_1 .slider-content a.banner-video-icon {
        border: 2px solid #f2f2f2;
        color: #5CB8E6;
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 55px;
        margin: 70px auto 10px
    }

    #slider_1 .slider-content a.banner-video-icon>i {
        margin-left: 6px
    }

    #slider_1 .slider-content a.banner-video-icon:hover {
        border: 2px solid #5CB8E6
    }

    #slider_1 .slider-content .slider-button {
        margin-top: 10px
    }

    #slider_1 .slider-content .slider-button a.btn-slider {
        font-size: 14px;
        display: inline-block;
        height: 42px;
        line-height: 24px;
        padding-left: 24px;
        padding-right: 24px
    }

    .section-banner {
        padding: 80px 0px
    }

    .section-banner .banner-content {
        transform: translateY(-20px)
    }

    .section-banner .banner-content h2 {
        font-size: 32px
    }

    .section-banner .banner-content h3 {
        display: none
    }

    .section-banner .banner-content a.btn-slider {
        font-size: 14px;
        display: inline-block;
        height: 42px;
        line-height: 24px;
        padding-left: 24px;
        padding-right: 24px
    }

    .process-step-1,
    .process-step-2 {
        margin-bottom: 24px
    }

    .counter-block-1,
    .counter-block-2 {
        margin-bottom: 24px
    }

    .cta-layout-01 h4,
    .cta-layout-02 h4,
    .cta-video-box h4 {
        font-size: 24px;
        line-height: 32px
    }

    .appointment-form-wrapper {
        padding: 0;
        padding-bottom: 24px;
        clear: both
    }

    .appointment-form-wrapper .appointment-form-heading {
        position: relative;
        background: #5CB8E6;
        padding: 12px 24px 18px;
        margin: -1px -1px 48px -1px;
        text-align: center
    }

    .appointment-form-wrapper .appointment-form-heading h3 {
        margin: 0;
        display: block
    }

    .appointment-form-wrapper .appointment-form-heading h3:after {
        display: none
    }

    .appointment-form-wrapper .appointment-form-heading span {
        float: none;
        display: block;
        margin-top: 12px
    }

    .appointment-form-wrapper .appoinment-form {
        padding: 0 6px
    }

    .team-layout-1 {
        margin-bottom: 24px
    }

    .horizontal-newsletter .news-subscription button {
        font-size: 16px;
        width: 100px
    }

    .latest-news-container {
        border: 0px solid #ccc
    }

    .latest-news-container .news-content {
        padding: 12px 16px 24px
    }

    .faq-layout .faq-box .panel-heading [data-toggle=collapse]::after {
        display: none
    }

    #coming_countdown {
        font-size: 24px
    }

    #coming_countdown .countdown_container span.count_number {
        font-size: 50px;
        line-height: 40px
    }

    #coming_countdown .countdown_container span.count_text {
        font-size: 14px;
        line-height: 42px
    }

    .logo-layout-1 .logo,
    .logo-layout-2 .logo {
        margin-top: 0px
    }

    .message-container-404 {
        margin: 48px 0
    }

    .message-container-404 .text-404 {
        margin: 80px 0
    }

    .message-container-404 .search-form-404 {
        padding: 5px;
        width: 100%
    }

    .message-container-404 .message-text-404 {
        padding: 24px 0px
    }

    .about-footer {
        margin-bottom: 32px;
        padding-bottom: 22px
    }

    .footer-widget-area {
        padding: 42px 0 0 0
    }

    .footer-widget-area .textwidget i.fa {
        padding-top: 10px
    }

    .footer-widget-area .textwidget p {
        padding-left: 30px
    }

    .footer-widget {
        margin-bottom: 36px
    }

    .footer-widget .footer-useful-links {
        clear: both
    }

    .footer-widget .footer-useful-links li {
        width: 100%;
        float: none
    }

    .footer-intro {
        display: none
    }

    .copyright-text {
        text-align: center
    }
}

@media only screen and (min-width: 380px)and (max-width: 480px) {
    .xs-margin {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (min-width: 480px)and (max-width: 600px) {
    .xs-margin {
        margin-left: 70px;
        margin-right: 70px
    }
}

@media only screen and (min-width: 600px)and (max-width: 767px) {
    .xs-margin {
        margin-left: 120px;
        margin-right: 120px
    }
}

/* Custom style start here */
.footer-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 14px;
}

.footer-info p {
    margin: 0;
}

.footer-info a {
    color: #5CB8E6;
    text-decoration: none;
}

.footer-info a:hover {
    text-decoration: underline;
}

.textwidget .fa {
    margin-top: -15px;
}

.gallery-img img {
    border: 2px solid #5CB8E6;
    /* Light gray border */
    border-radius: 4px;
    /* Optional: rounded corners */
    padding: 4px;
    /* Optional: spacing inside border */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    /* Optional: subtle shadow */
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.floating-img {
    animation: float 3s ease-in-out infinite;
}

.flex-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-block {
    flex: 1 1 60%;
}

.image-block {
    flex: 1 1 30%;
}

@media (max-width: 650px) {
    .flex-wrap {
        flex-direction: column;
    }

    .content-block,
    .image-block {
        width: 100%;
    }

    .image-block img {
        margin-top: 20px;
    }

    h2 {
        font-size: 32px !important;
    }

    .textwidget .fa {
        margin-top: 0;
    }

    .single-post .single-post-content {
        padding: 6px;
        background: #f9fafb;
        margin: auto;
    }

    .single-post .single-post-title h2{
        font-size: 20px !important;
    }
}

.card-image {
    width: 100%;
    height: auto;
    display: block;
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 320px) {
    .btn-theme {
        padding: 15px 25px;
    }

    #nimon {
        margin-top: 0 !important;
    }

    h4 {
        font-size: 14px;
        line-height: inherit;
    }

    .marginless {
        margin-top: -65px;
    }

    p {
        font-size: small !important;
    }

    .text-center {
        text-align: center;
    }

    h2 {
        font-size: 27px !important;
    }
}

.image-caption {
    text-align: center;
    font-size: 14px;
    color: #444;
    margin-top: 8px;
}

.temple-card {
    background-color: #5CB8E6;
    color: #ffffff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    margin-bottom: 10px;
}

.temple-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.temple-card h4 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
}

.temple-card p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 8px;
}

.post-flex-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single-post-content img {
    max-width: 300px;
    height: auto;
    border-radius: 8px;
}

.single-post-title {
    flex: 1;
    min-width: 250px;
}

/* Responsive for Mobile M (375px) */
@media only screen and (max-width: 375px) {
    .post-flex-wrapper {
        flex-direction: column;
    }

    .single-post-content img {
        width: 100%;
        max-width: 100%;
    }
}


/* member table css end */

.table-responsive {
    overflow-x: auto;
    width: 100%;
}

.table-responsive table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

table th {
    background-color: #5CB8E6;
    color: #fff;
}

.navbar-nav>li.active>a {
    color: #8019bf;
    font-weight: bold;
    border-bottom: 3px solid #8019bf;
}

.village-pride-section {
    background-color: #f3f9f6;
    padding: 40px 20px;
    text-align: center;
    border-top: 3px solid #5CB8E6;
}

.flag-highlight h2 {
    color: #2c3e50;
    margin-bottom: 20px;
}

.flag-highlight p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.flag-highlight .btn-success {
    background-color: #5CB8E6;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
}

.tricolor-border {
    display: inline-block;
    padding: 6px;
    /* Space for border */
    border-radius: 20px;
    background: linear-gradient(to right, #ff9933, white, #138808);
    /* Saffron, White, Green */
}

.floating-img {
    width: 90%;
    border-radius: 15px;
    display: block;
    box-shadow: 0 0 20px rgba(193, 188, 174, 0.5);
    transition: transform 0.3s ease;
}

.owl-dots {
    display: none !important;
}

html,
body {
    overflow-x: hidden;
}
