/*
Theme Name: savanna

*/
/*--------------------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------

1.0 Normalize
2.0 Elements
3.0 Modules
4.0 Widgets
5.0 Partials
6.0 Pages

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
body {
  background-color: #ffffff;
  overflow-x: hidden;
}

body.custom-background {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

figure {
  margin: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

figcaption {
  background-color: #D96D5C;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
}

.site-main {
  margin-bottom: 90px;
}
.main-header .header-icons-wrap {
  display: none;
}

.banner-sec{padding:0 25px 0 25px;position:relative;overflow:hidden;border-radius:20px;}
.banner-sec::before{position:absolute;right:25px;bottom:0;content:"";background:url(assets/images/banner-shape.png) no-repeat;background-position: right bottom;background-size: contain;width:389px;height:214px;z-index: 9;}
.banner-sec .carousel-item img{width:100%;border-radius:20px;}
.banner-sec-des{position:absolute;left:25px;top:50%;width:100%; -webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);}
.banner-sec-des h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  line-height: 52px;
  margin: 0 0 15px;text-shadow: 2px 2px 3px rgba(0,0,0,0.30);
}
.banner-sec-des h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  line-height: 52px;
  margin: 0 0 15px;text-shadow: 2px 2px 3px rgba(0,0,0,0.30);
}
.banner-sec-des h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  line-height: 52px;
  margin: 0 0 15px;text-shadow: 2px 2px 3px rgba(0,0,0,0.30);
}
.banner-sec-des p {
  color: #fff;
  line-height: 24px;
  margin: 0 0 15px;
}
.banner-sec-des a {
  display: inline-block;
  padding: 10px 30px 9px 20px;
  border: solid #0b5257 2px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;background: linear-gradient(to bottom, rgba(47,181,190,1) 0%,rgba(11,82,87,1) 100%);
}
.banner-sec-des a:hover{background: linear-gradient(to bottom, rgba(11,82,87,1) 0%,rgba(47,181,190,1) 100%);}
.banner-sec-des a i {
  position: relative;
  color: #fff;
  top: 1px;
  left: 10px;
}

.banner-sec .carousel-indicators li {
  height: 30px;
  margin: 0 10px;
  border-radius: 30px;
  background: none;
  border: solid #fff 3px;
  text-indent: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 25px;position: relative;
}
.banner-sec .carousel-indicators li.active {
  background: #fff;
  color: #000;
}
.banner-sec .carousel-indicators li::before{position:absolute;right:-23px;top:11px;content:"";width:20px;height:2px;background:#fff;left: auto;}
.banner-sec .carousel-indicators li:last-child::before{display:none;}

.banner-social{position:absolute;right:25px;bottom:20px;width:340px;text-align:center;margin:0;padding:0;list-style:none;z-index: 99;}
.banner-social li{display:inline-block;margin:0 5px;}
.banner-social li:first-child {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}
.banner-social li a{display:inline-block;width:40px;height:40px;background:#fff;border-radius:40px;box-shadow:0px 0px 15px rgba(0,0,0,0.15);line-height: 43px;}
.banner-social li a:hover i{color:#fff;}
.banner-social li:first-child a{color:#f6a52c;width:auto;height:auto;background:none;box-shadow:none;} 
.banner-social li:first-child a i{color:#f6a52c;} 
.banner-social li:nth-child(2) a:hover{background:#0053bf;}
.banner-social li:nth-child(3) a:hover{background:#a23394;}
.banner-social li:nth-child(4) a:hover{background:#25c2e3;}
.banner-social li:nth-child(5) a:hover{background:#01518f;}
.home-about{padding:120px 0;background:url(assets/images/dot-map.png) no-repeat;background-position: center center;background-size: 80%;}
.home-about img{max-width:100%;}
.home-about h3 {
  color: #000;
  font-size: 45px;
  font-weight: 800;
  margin: 0 0 15px;
}
.home-about h4 {
  color: #eb9820;
  font-weight: 600;
  margin: 0 0 15px;
}
.home-about p {
  line-height: 22px;
  margin: 0 0 15px;
  font-size: 14px;
  text-align: justify;
}
.home-about p strong {
  color: #1e1e1e;
}
.home-about ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-about ul li {
  display: inline-block;
  margin: 0 20px 15px 0;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  border-radius: 10px;
}
.home-about ul li:last-child {
  margin-right: 0;
}
.home-about a {
  display: inline-block;
  padding: 14px 30px 11px 20px;
  border: solid #46e3ee 2px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;background: linear-gradient(to bottom, rgba(47,181,190,1) 0%,rgba(11,82,87,1) 100%);
}
.home-about a:hover{background: linear-gradient(to bottom, rgba(11,82,87,1) 0%,rgba(47,181,190,1) 100%);}
.home-about a i{position: relative;
  color: #fff;
  top: 1px;
  left: 10px;}
.home-service{position:relative;padding:70px 0;} 
.home-service::before{position:absolute;left:0;right:0;top:0;margin:0 auto;width:98%;height:100%;content:"";background:url(assets/images/home-services-bg.jpg) no-repeat;background-position: center center;background-size: cover;border-radius:20px;}
.home-service .container{position:relative;z-index: 9;}  
.home-service small {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #eb9a27;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 10px;
  margin-bottom: 5px;
}
.middle-btn{display:table;margin:25px auto 0;border:solid #46e3ee 2px;border-radius:12px;color:#fff; background: linear-gradient(to bottom, rgba(47,181,190,1) 0%,rgba(11,82,87,1) 100%);padding: 13px 30px 10px 16px;text-transform: uppercase;font-size: 14px;font-weight: 600;}
.middle-btn i {
  color: #fff;
  position: relative;
  left: 10px;
}
.middle-btn:hover{color:#fff;background: linear-gradient(to bottom, rgba(11,82,87,1) 0%,rgba(47,181,190,1) 100%);}
.home-service h3 {
  text-align: center;
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  margin: 0 0 5px;
}
.home-service p {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 18px;
  letter-spacing: 2px;
}
.home-service-box {
  position: relative;
  margin-top: 30px;
}
.home-service-box img {
  width: 100%;
  border: solid #2e7f86 2px;
  border-radius: 20px;
}
.home-service-box-des {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
}
.home-service-box-des h4 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-weight: 700;padding-right: 60px;
}
.home-service-box-des a {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: solid #fff 2px;
  color: #fff;
  position: absolute;
  right: 40px;
  bottom: 30px;
  text-align: center;
  font-size: 20px;
  padding-top: 13px;
  -moz-transform:rotate(-20deg); 
    -webkit-transform:rotate(-20deg); 
    -o-transform:rotate(-20deg); 
    -ms-transform:rotate(-20deg);
}
.home-service-box-des a i{color:#fff;}
.home-service-box-des a:hover{-moz-transform:rotate(0deg); 
    -webkit-transform:rotate(0deg); 
    -o-transform:rotate(0deg); 
    -ms-transform:rotate(0deg);}
.home-service-box-des-3 h4 {
  text-align: center;
  padding-right: 0;
  margin-bottom: 60px;
}
.home-service-box-des-3 a {
  left: 0;
  margin: 0 auto;
  right: 0;
}
.home-service-box-des-last h5 {
  color: #fff;
  font-size: 20px;
  margin: 82px 0 20px;
  font-weight: 600;
}
.home-service-box-des-last a {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: solid #fff 2px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  padding-top: 13px; 
}
.home-service-box-des-last a i{color:#fff;} 

a {-webkit-transition: 0.2s ease-out;-moz-transition: 0.2s ease-out;-o-transition: 0.2s ease-out;-ms-transition: 0.2s ease-out;transition: 0.2s ease-out;text-decoration: none;}
.home-service-box-des-last {
  position: relative;
  border: solid #46e3ee 2px;
  border-radius: 20px;
  margin-top: 30px;
  text-align: center;
  min-height: 280px;background: linear-gradient(to bottom, rgba(47,181,190,1) 0%,rgba(11,82,87,1) 100%);
}
.sec-tours{position:relative;padding:70px 0;overflow: hidden;}
.sec-tours::before{width:1000%;height:100%;content:"";position:absolute;left:0;bottom:0; background:url(assets/images/building-gray.png) repeat-x;background-position:left bottom;
-webkit-animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
          animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);}
@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
.sec-tours::after{position:absolute;left:0;top:0;content:"";width:100%;height:100%;background:url(assets/images/flight-gray.png) no-repeat;background-position:center top;}
.sec-tours .container{position:relative;z-index:9;}
.sec-tours h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  margin: 0 0 15px;
  color: #000;
}
.sec-tours h4 {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
}
.sec-tours p {
  text-align: center;
  color: #464646;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 15px;
}
.sec-tours p strong {
  color: #2b2b2b;
}
.sec-tours .nav-tabs {
  border-bottom: none;
  text-align: center;
  margin: 0 0 30px;width: 100%;display: inline-block;
}
.sec-tours .nav-tabs li {
  display: inline-block;
  margin: 0 3px;
}
.sec-tours .nav-tabs li a{border:solid #eb9a27 2px;border-radius:10px;}
.sec-tours .nav-tabs li a {
  border: solid #eb9a27 2px;
  border-radius: 10px;
  color: #eb9a27;
  padding: 12px 18px 10px 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.sec-tours .nav-tabs li a.active{background:#eb9a27;color:#fff;}
.sec-tours .nav-tabs li a:hover{background:#eb9a27;color:#fff;}
.sec-tours .item {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
.sec-tours .item img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 15px;
}
.sec-tours .item h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.sec-testi{position:relative;padding:70px 0;}
.sec-testi .container{position:relative;z-index:9;}
.sec-testi::before{position:absolute;left:0;right:0;top:0;margin:0 auto;content:"";background:url(assets/images/testimonial-bg.jpg) no-repeat;background-position:center top;background-attachment: fixed; width:98%;height:100%;border-radius:20px;}
.sec-testi h3 {
  text-align: center;
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  margin: 0 0 5px;
}
.sec-testi small {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #eb9a27;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 5px;
  margin-bottom: 5px;
}
.sec-testi .owl-theme .owl-dots .owl-dot.active span, .sec-testi .owl-theme .owl-dots .owl-dot:hover span{background:#eb9a27;}
.sec-testi .item {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  min-height: 300px;
}
.testi-auther {
  width: 100%;
  position: relative;
  padding-left: 70px;
  min-height: 65px;padding-top: 10px;
}
.testi-auther img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 60px;
  width: 60px !important;
}
.testi-auther h4 {
  font-size: 14px;
  margin: 0;
  color: #000;
  font-weight: 600;
}
.testi-auther span {
  font-size: 14px;
  color: #b1b1b1;
}
.testi-star {
  width: 100%;
  margin: 5px 0;
  font-size: 13px;
}
.testi-star i {
  color: #ffe400;
}
.sec-testi .item p {
  color: #a0a0a0;
  font-size: 14px;
  margin: 0;line-height: 22px;
}
.sec-why{padding:70px 0;}
.sec-why h3 { 
  color: #000;
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 15px;
}
.sec-why p{color:#313131;font-size:14px;margin:0 0 15px;line-height: 20px;}
.sec-why a {
  display: inline-block;
  padding: 14px 30px 11px 20px;
  border: solid #46e3ee 2px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;background: linear-gradient(to bottom, rgba(47,181,190,1) 0%,rgba(11,82,87,1) 100%);
}
.sec-why a:hover{background: linear-gradient(to bottom, rgba(11,82,87,1) 0%,rgba(47,181,190,1) 100%);}
.sec-why a i{position: relative;
  color: #fff;
  top: 1px;
  left: 10px;}
.sec-why-right img{width:100%;}
.sec-why ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sec-why ul li {
  position: relative;
  padding-left: 60px;
  padding-top: 12px;
}
.sec-why ul li figure {
  background: #eb9a27;
  position: absolute;
  left: 0;
  top: 8px;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  padding-top: 9px;
}
.sec-why ul li h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
.home-gal{padding:70px 0;position:relative;}
.home-gal .container{position:relative;z-index:9;}
.home-gal::before{position:absolute;left:0;right:0;top:0;margin:0 auto;content:"";background:url(assets/images/home-galley-bg.jpg) no-repeat;background-position:center top;background-attachment: fixed; width:98%;height:100%;border-radius:20px;}
.home-gal h3{ 
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 15px;
}
.home-gal p{margin:0 0 10px;font-size:14px;color:#fff;line-height: 20px;}
.home-gal a {
  display: inline-block;
  padding: 10px 25px 7px 25px;
  background: #eb9a27;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border: solid #eb9a27 2px;
}
.home-gal a:hover{background:none;color:#eb9a27;} 
.home-gal .item {
  border-radius: 20px;
  border: solid 2px rgba(20,168,185,0.30);
  min-height: 325px;
  text-align: center;
  padding-top: 45px;
}
.home-gal .item img {
  border-radius: 100%;
  border: solid 2px rgba(20,168,185,0.30);width: 230px;display: inline-block;
}
.sec-blog{padding:70px 0;}
.sec-blog h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  margin: 0 0 15px;
  color: #000;
}
.sec-blog p{color:#838383;font-size:14px;line-height: 20px;margin:0 0 15px;text-align: center;}
.sec-blog-left img{width:100%;border-radius:20px;margin-bottom:15px;}
.sec-blog-left span{display:inline-block;border-radius:5px;background:#434a54;color:#fff;font-weight:600;padding:3px 10px 2px 10px;font-size: 14px;}
.sec-blog-left h4{color:#000;font-size:18px;font-weight:600;margin:15px 0;}
.sec-blog-left p{color:#838383;font-size:14px;line-height: 20px;margin:0 0 15px;text-align: left;}
.sec-blog-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sec-blog-right ul li {
  position: relative;
  padding-left: 230px;
  min-height: 155px;
}
.sec-blog-right ul li img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  width: 220px;
}
.sec-blog-right ul li span{display:inline-block;border-radius:5px;background:#1bbc9b;color:#fff;font-weight:600;padding:2px 10px 0px 10px;font-size: 14px;}
.sec-blog-left a {
  background: #1bbc9b;
  display: inline-block;
  padding: 6px 16px 4px 16px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
}
.sec-blog-right ul li h4 {
  font-size: 14px;
  margin: 8px 0;
  font-weight: 500;
}
.sec-blog-right ul li p {
  text-align: left;
}
.sec-tours .owl-item {
  padding: 12px 10px;
}
.home-gal .owl-theme .owl-nav .owl-prev{text-indent:-100px;overflow:hidden;width:40px;height:40px;border-radius:40px;background:#fff url(assets/images/left-arrow.png) no-repeat;background-position:center center;} 
.home-gal .owl-theme .owl-nav .owl-next{text-indent:-100px;overflow:hidden;width:40px;height:40px;border-radius:40px;background:#fff url(assets/images/right-arrow.png) no-repeat;background-position:center center;}
.footer-outer{background:url(assets/images/footer-bg-2.jpg) no-repeat;background-position:center top;background-size:cover;padding-top: 50px;}
.footer-address h3 {
  color: #eb9a27;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 15px;
  position: relative;
  padding-bottom: 10px;
}
.footer-address h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eb9a27;
  width: 60px;
  height: 3px;
}
.footer-address p {
  color: #fff;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  line-height: 20px;
}
.footer-address p i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #1bbc9b;
}
.footer_links h3 {
  color: #eb9a27;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 15px;
  position: relative;
  padding-bottom: 10px;
}
.footer_links h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eb9a27;
  width: 60px;
  height: 3px;
}
.footer_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_links ul li {
  font-size: 14px;
}
.footer_links ul li a {
  color: #fff;
  position: relative;
  padding-left: 17px;
}
.footer_links ul li a::before{content:"";position:absolute;left:0;top:3px;background:url(assets/images/link-arrow.png) no-repeat;background-position:left center;width:7px;height:10px;} 
.copyrights {
  text-align: center;
  padding: 18px 10px 14px 10px;
  margin-top: 40px;
  background: rgba(0,80,98,0.70);
  color: #fff;
  font-size: 14px;
}
.logo-a {
  float: left;
}
.main-header {
  padding: 10px 0;
}
.main-header .main-navigation .primary-menu {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.main-header .main-navigation .primary-menu li {
  display: inline list-item;
  margin: 0 10px;
}
.main-header #navigation {
  float: right;margin-top: 20px;
}
.main-header .main-navigation .primary-menu li a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.main-header .main-navigation .primary-menu li:last-child a {
  background: #21b8c3;
  color: #fff;
  padding: 12px 20px 10px 20px;
  border-radius: 8px;
}
.post-template-default .page-header {
  background: none;
}
.post-content-inner h1 {
  font-size: 26px;
  margin: 0 0 15px;
  color: #11b0bd;
}
.post-content-inner p {
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
.post-content-inner h2 {
  color: #000;
  font-size: 20px;
  margin: 0 0 15px;
}
.post-content-inner h2 strong {
  color: #000;
}
.post-content-inner p strong {
  color: #000;
}
.post-content-inner h3 {
  margin: 0 0 15px;
  font-size: 18px;
  color: #000;
}
.post-content-inner h3 strong {
  color: #000;
}
.post-content-inner ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-content-inner ol li {
  position: relative;
  padding-left: 16px;
  color: #000;
  font-weight: 600;
}
.post-content-inner ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  background: #25bcc9;
  box-shadow: 2px 2px 0 #1fa9b5;
}

.post-content-inner ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.post-content-inner ul li {
  position: relative;
  padding-left: 16px;
  color: #000; 
}
.post-content-inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius:7px;
  background: #25bcc9; 
}
.post-content-inner ul li strong {
  color: #000;
}
.blog header.page-header {
    background: none;
}
.home-about p a {
  background: none;
  padding: 0;
  border: none;
  color: #2ca8b0;
  text-transform: capitalize;
}
.home-about p a:hover{background: none;color: #000;} 
.mi-vi-des .wp-block-column-is-layout-flow {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  padding: 20px;
  border-radius: 20px;
}
.about-page h1 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.about-page h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.about-page h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.about-page p strong {
  color: #000;
}
.about-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
} 
.about-page ul li strong {
  color: #000;
}


.about-page ul li {
  position: relative;
  padding-left: 60px;
  padding-top: 12px;
  color: #000;min-height: 85px;
}
.about-page ul li figure {
  background: #eb9a27;
  position: absolute;
  left: 0;
  top: 8px;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  padding-top: 9px;
}
.about-page ul li h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
.about-page ul li p {
  margin: 0;
  font-size: 15px;
  text-align: left;
}
.sec-testi-about{padding: 0;}
.sec-testi-about::before {
  display: none;
}
.sec-testi-about .owl-item {
  padding: 7px;
}
.sec-testi-about .item{box-shadow: 0px 0px 7px rgba(0,0,0,0.15);}

@media screen and (max-width: 767px) {
  .site-main {
    margin-bottom: 60px;
  }
}

.page-template-home .site-main {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .home .site-main>[class*="block-"]:not(.block-slider) {
    padding: 50px 0;
  }
}

.mar0lr {
  margin-left: 0;
  margin-right: 0;
}

.pad0lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ovrhidden {
  overflow: hidden;
}

ul,
ol {
  margin: 0 0 1.5em 0.875em;
  line-height: 2;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

table {
  margin: 0 0 1.5em;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
}

table thead tr {
  background-color: #262626;
}

table thead tr th {
  color: #ffffff;
  font-size: 15px;
}

th,
td {
  border-bottom: 1px solid #d9d9d9;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
  font-size: 14px;
}

th,
td {
  padding: 7px 15px;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
  margin-left: 0;
}

dd a {
  text-decoration: underline;
}

.container,
.container-full {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1230px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
body.grid-col-1 .masonry-grid,
body.grid-col-2 .masonry-grid,
body.grid-col-3 .masonry-grid,
body.grid-col-4 .masonry-grid {
  padding-left: 15px;
  padding-right: 15px;
}

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
}

.offset-3 {
  margin-left: 25%;
}

.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}

.offset-6 {
  margin-left: 50%;
}

.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
  -ms-flex: 0 0 75%;
}

.offset-9 {
  margin-left: 75%;
}

.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.col-12,
body.grid-col-1 .masonry-grid,
body.grid-col-2 .masonry-grid,
body.grid-col-3 .masonry-grid,
body.grid-col-4 .masonry-grid {
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}

.offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-2 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-3 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-5 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-8 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-9 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 75%;
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-11 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-2 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-5 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-6,
  body.grid-col-1 .masonry-grid,
  body.grid-col-2 .masonry-grid,
  body.grid-col-3 .masonry-grid,
  body.grid-col-4 .masonry-grid,
  body.archive .masonry-grid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-9 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 75%;
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-11 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-2 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-3,
  body.grid-col-4 .masonry-grid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .col-lg-4,
  body.grid-col-3 .masonry-grid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-5 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-6,
  body.grid-col-2 .masonry-grid,
  body.archive .masonry-grid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-9 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 75%;
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-11 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-12,
  body.grid-col-1 .masonry-grid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-2 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-3 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .col-xl-4 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-5 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-6 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .col-xl-7 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-8 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-9 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 75%;
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .col-xl-10 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-11 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-12 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.alignleft {
  text-align: left !important;
}

.alignright {
  text-align: right !important;
}

.aligncenter {
  text-align: center !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #4b4b4b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: #0085BA;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover,
a:active,
a:visited {
  outline: none;
  text-decoration: none;
}

form {
  position: relative;
}

input,
textarea {
  background-color: #ffffff;
  border: 1px solid #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  height: 42px;
  padding: 0 10px;
  width: 100%;
}

input:focus,
textarea:focus {
  border-color: #1a1a1a;
}

textarea {
  padding: 10px;
  min-height: 200px;
  overflow: auto;
}

input[type="checkbox"],
input[type="radio"] {
  height: auto;
  width: auto;
}

input[type="submit"] {
  width: auto;
  height: auto;
}

.wpcf7 label,
.wpcf7 .searchform .search-button,
.searchform .wpcf7 .search-button {
  display: block;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-checkbox .searchform .search-button,
.searchform .wpcf7 .wpcf7-checkbox .search-button {
  display: flex;
  align-items: center;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  margin-left: 10px;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

select {
  border: 1px solid #d9d9d9;
}

select:focus {
  outline: none;
}

.wrap-detail-page form label,
.wrap-detail-page form .searchform .search-button,
.searchform .wrap-detail-page form .search-button {
  font-weight: 500;
  font-size: 13px;
  display: block;
  margin-top: 15px;
}

.wrap-detail-page form input[type="submit"] {
  padding: 15px 90px;
}

@media screen and (max-width: 575px) {
  .wrap-detail-page form input[type="submit"] {
    padding: 15px;
    width: 100%;
  }
}

.wrap-detail-page form.search-form label,
.wrap-detail-page form.search-form .searchform .search-button,
.searchform .wrap-detail-page form.search-form .search-button,
.wrap-detail-page form.search-form .search-field {
  margin: 0;
}

.wrap-detail-page .kt-contact-form-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap-detail-page .kt-contact-form-area .form-group {
  position: relative;
  margin-bottom: 0;
}

.wrap-detail-page .kt-contact-form-area .form-group:before,
.wrap-detail-page .kt-contact-form-area .form-group:after {
  content: "";
  display: block;
  clear: both;
}

.wrap-detail-page .kt-contact-form-area .form-group .form-control {
  margin-bottom: 0;
}

.wrap-detail-page .kt-contact-form-area .form-group input.form-control,
.wrap-detail-page .kt-contact-form-area .form-group textarea.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  height: 46px;
  border: 2px solid #e1e1e1;
  background: transparent;
  padding: 10px 5px 8px 15px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.wrap-detail-page .kt-contact-form-area .form-group input.form-control:focus,
.wrap-detail-page .kt-contact-form-area .form-group input.form-control:active,
.wrap-detail-page .kt-contact-form-area .form-group textarea.form-control:focus,
.wrap-detail-page .kt-contact-form-area .form-group textarea.form-control:active {
  background-color: #ffffff;
}

.wrap-detail-page .kt-contact-form-area .form-group input.form-control:focus::-webkit-input-placeholder,
.wrap-detail-page .kt-contact-form-area .form-group input.form-control:active::-webkit-input-placeholder,
.wrap-detail-page .kt-contact-form-area .form-group textarea.form-control:focus::-webkit-input-placeholder,
.wrap-detail-page .kt-contact-form-area .form-group textarea.form-control:active::-webkit-input-placeholder {
  font-size: 0px;
  color: #ffffff;
}

.wrap-detail-page .kt-contact-form-area .form-group input.form-control:focus:-moz-placeholder,
.wrap-detail-page .kt-contact-form-area .form-group input.form-control:active:-moz-placeholder,
.wrap-detail-page .kt-contact-form-area .form-group textarea.form-control:focus:-moz-placeholder,
.wrap-detail-page .kt-contact-form-area .form-group textarea.form-control:active:-moz-placeholder {
  font-size: 0px;
  color: #ffffff;
}

.wrap-detail-page .kt-contact-form-area .form-group input.form-control:focus::-moz-placeholder,
.wrap-detail-page .kt-contact-form-area .form-group input.form-control:active::-moz-placeholder,
.wrap-detail-page .kt-contact-form-area .form-group textarea.form-control:focus::-moz-placeholder,
.wrap-detail-page .kt-contact-form-area .form-group textarea.form-control:active::-moz-placeholder {
  font-size: 0px;
  color: #ffffff;
}

.wrap-detail-page .kt-contact-form-area .form-group input.form-control:focus:-ms-input-placeholder,
.wrap-detail-page .kt-contact-form-area .form-group input.form-control:active:-ms-input-placeholder,
.wrap-detail-page .kt-contact-form-area .form-group textarea.form-control:focus:-ms-input-placeholder,
.wrap-detail-page .kt-contact-form-area .form-group textarea.form-control:active:-ms-input-placeholder {
  font-size: 0px;
  color: #ffffff;
}

.wrap-detail-page .kt-contact-form-area .form-group input.form-control[type="submit"] {
  background-color: #D96D5C;
  border: none;
  float: left;
  margin-top: 20px;
  padding: 15px 60px;
  height: auto;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.wrap-detail-page .kt-contact-form-area .form-group input.form-control[type="submit"]:hover,
.wrap-detail-page .kt-contact-form-area .form-group input.form-control[type="submit"]:focus,
.wrap-detail-page .kt-contact-form-area .form-group input.form-control[type="submit"]:active {
  background-color: #083A6F;
  border: none;
}

.wrap-detail-page .kt-contact-form-area .form-group textarea {
  min-height: 100px;
  width: 100%;
}

.wrap-detail-page .kt-contact-form-area .form-group label,
.wrap-detail-page .kt-contact-form-area .form-group .searchform .search-button,
.searchform .wrap-detail-page .kt-contact-form-area .form-group .search-button {
  color: #7e7e7e;
  display: inline-block;
  top: 13px;
  left: 16px;
  position: absolute;
  opacity: 0;
  -webkit-transition: top 0.1s, opacity 0.1s;
  -moz-transition: top 0.1s, opacity 0.1s;
  -ms-transition: top 0.1s, opacity 0.1s;
  -o-transition: top 0.1s, opacity 0.1s;
  transition: top 0.1s, opacity 0.1s;
}

.wrap-detail-page .kt-contact-form-area .form-group label sup,
.wrap-detail-page .kt-contact-form-area .form-group .searchform .search-button sup,
.searchform .wrap-detail-page .kt-contact-form-area .form-group .search-button sup {
  color: gray;
  font-size: 15px;
  top: 1px;
}

.wrap-detail-page .kt-contact-form-area .form-group label.move,
.wrap-detail-page .kt-contact-form-area .form-group .searchform .move.search-button,
.searchform .wrap-detail-page .kt-contact-form-area .form-group .move.search-button {
  -webkit-transition: top 0.5s, opacity 0.5s;
  -moz-transition: top 0.5s, opacity 0.5s;
  -ms-transition: top 0.5s, opacity 0.5s;
  -o-transition: top 0.5s, opacity 0.5s;
  transition: top 0.5s, opacity 0.5s;
  font-weight: 300;
  opacity: 1;
  top: -39px;
  color: #4b4b4b;
}

.wrap-detail-page .kt-contact-form-area .form-group .ajax-loader {
  margin: 35px 0 0 15px;
}

@media screen and (max-width: 767px) {
  .wrap-detail-page .kt-contact-form-area .form-group .ajax-loader {
    margin-top: 10px;
  }
}

.wrap-detail-page .kt-contact-form-area .form-group .cleaner {
  background-color: transparent;
  color: #b3b3b3;
  float: right;
  width: 100px;
  font-size: 13px;
  padding-right: 0;
  border: none;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .wrap-detail-page .kt-contact-form-area .form-group .cleaner {
    margin-top: 10px;
  }
}

.wrap-detail-page .kt-contact-form-area .form-group .cleaner span {
  font-size: 18px;
  color: #b3b3b3;
  vertical-align: middle;
  display: inline-block;
  margin-top: -4px;
}

.wrap-detail-page .kt-contact-form-area .form-group .cleaner:hover,
.wrap-detail-page .kt-contact-form-area .form-group .cleaner:active,
.wrap-detail-page .kt-contact-form-area .form-group .cleaner:focus {
  color: #083A6F;
  outline: none;
}

.wrap-detail-page .kt-contact-form-area .form-group .cleaner:hover span,
.wrap-detail-page .kt-contact-form-area .form-group .cleaner:active span,
.wrap-detail-page .kt-contact-form-area .form-group .cleaner:focus span {
  color: #083A6F;
}

@media screen and (max-width: 991px) {
  .wrap-detail-page .kt-contact-form-area .form-group .cleaner {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
}

input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.button,
.button:hover,
.button:active,
.button:focus,
.button-primary,
.button-round,
.button-outline,
.button-outline:hover,
.button-outline:focus,
.button-outline:active,
.comments-area .comment-list .reply a {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 30px;
  position: relative;
  -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s, border 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border 0.3s;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.button-primary:hover,
.button-round:hover,
.button-outline:hover,
.comments-area .comment-list .reply a:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
.button-primary:focus,
.button-round:focus,
.button-outline:focus,
.comments-area .comment-list .reply a:focus,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button-primary:active,
.button-round:active,
.button-outline:active,
.comments-area .comment-list .reply a:active {
  background-color: #083A6F;
  color: #ffffff;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background-color: #D96D5C;
  color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

input[type="submit"]:before {
  display: none;
}

.button-primary,
.button-round {
  background-color: #D96D5C;
  border: 1px solid #D96D5C;
  color: #ffffff;
  position: relative;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.button-primary:hover,
.button-primary:focus,
.button-primary:active,
.button-round:hover,
.button-round:focus,
.button-round:active {
  background-color: #083A6F;
  border: 1px solid #083A6F;
  color: #ffffff;
}

.button-round {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

a.button-text,
.button-text {
  color: #979797;
  display: inline-block;
  position: relative;
}

a.button-text:after,
.button-text:after {
  content: "\24";
  display: inline-block;
  color: #999999;
  margin-left: 10px;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 22px;
  -webkit-transition: margin-left 0.2s linear;
  -moz-transition: margin-left 0.2s linear;
  -ms-transition: margin-left 0.2s linear;
  -o-transition: margin-left 0.2s linear;
  transition: margin-left 0.2s linear;
  font-family: "kf-icons";
}

a.button-text:hover,
a.button-text:focus,
a.button-text:active,
.button-text:hover,
.button-text:focus,
.button-text:active {
  color: #083A6F;
}

a.button-text:hover:after,
a.button-text:focus:after,
a.button-text:active:after,
.button-text:hover:after,
.button-text:focus:after,
.button-text:active:after {
  margin-left: 25px;
  color: #083A6F;
}

.button-outline {
  background-color: transparent;
  border: 2px solid #111;
  color: #1a1a1a;
  letter-spacing: 0.5px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.button-outline:hover,
.button-outline:focus,
.button-outline:active {
  border: 2px solid #083A6F;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.wrap-inner-banner .page-header .page-title {
  color: #111111;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-family: inherit;
}

h1 a:hover,
h1 a:focus,
h1 a:active,
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active,
h4 a:hover,
h4 a:focus,
h4 a:active,
h5 a:hover,
h5 a:focus,
h5 a:active,
h6 a:hover,
h6 a:focus,
h6 a:active {
  color: #083A6F;
}

h1 {
  font-size: 36px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 14px;
  }
}

.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6 {
  margin-bottom: 30px;
  margin-top: 0;
}

.section-title,
.page-title {
  font-family: "Playfair Display", serif;
}

.section-title-group {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}

.section-title-group .section-title {
  display: inline-block;
  font-size: 44px;
  margin-bottom: 0;
  position: relative;
  padding: 10px 30px 12px;
  line-height: 1.3;
  letter-spacing: 0.8px;
  z-index: 1;
}

.section-title-group .section-title:before,
.section-title-group .section-title:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
}

.section-title-group .section-title:before {
  border-left: 2px solid #585858;
  border-top: 2px solid #585858;
  left: 0;
  top: 0;
}

.section-title-group .section-title:after {
  border-bottom: 2px solid #585858;
  border-right: 2px solid #585858;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .section-title-group .section-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .section-title-group {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .section-title-group .section-title {
    font-size: 24px;
  }
}

html,
body,
button,
input,
select,
textarea {
  font-size: 15px;
  color: #242424;
  background-color: #ffffff;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

p {
  line-height: 1.6;
  margin: 0 0 20px;
  word-wrap: break-word;
}

dfn,
cite,
em,
i {
  font-style: italic;
  color: #313131;
}

blockquote,
pre {
  background-color: #fafafa;
  border-width: 0 0 0 3px;
  border-color: #d9d9d9;
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #4b4b4b;
  font-family: "Hind", sans-serif;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}

blockquote p,
pre p {
  margin-bottom: 0;
}

blockquote dfn,
blockquote cite,
blockquote em,
blockquote i,
pre dfn,
pre cite,
pre em,
pre i {
  color: #575757;
}

blockquote {
  background-color: transparent;
  color: #111111;
  margin: 40px 0;
  text-align: center;
  position: relative;
  padding: 40px;
}

blockquote:before {
  background-color: #fff;
  color: #646464;
  content: "\7c";
  font-family: "kf-icons";
  font-size: 20px;
  float: left;
  margin-right: 20px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -10px;
  padding: 0 10px;
  z-index: 9;
}

blockquote:after {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  content: "";
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  width: 200px;
}

blockquote p {
  font-family: "Playfair Display";
  font-size: 28px;
  line-height: 1.4;
}

blockquote cite {
  color: #6e6e6e;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

pre {
  font-size: 16px;
  font-style: normal;
}

q {
  font-style: italic;
}

q:before,
q:after {
  color: #646464;
  content: "\f10d";
  font-family: "kf-icons";
  font-size: 12px;
  vertical-align: middle;
  margin-right: 10px;
}

q:after {
  content: "\7b";
  margin-left: 10px;
  margin-right: 0;
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font-family: "Hind", sans-serif;
  font-size: 14px;
  background: #646464;
  color: #ffffff;
}

code {
  background: #f2f2f2;
  color: #4b4b4b;
}

abbr,
acronym {
  border-bottom: 1px dotted #7e7e7e;
  cursor: help;
  color: #313131;
}

mark,
ins {
  background: #646464;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
}

big {
  font-size: 125%;
  color: #313131;
}

del,
.woocommerce ul.products li.product .price ins {
  color: #646464;
}

b,
strong {
  font-weight: 600;
  color: #7e7e7e;
}

b strong,
strong strong {
  font-weight: 700;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-links:before,
.comment-navigation .nav-links:after,
.posts-navigation .nav-links:before,
.posts-navigation .nav-links:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
  content: "";
  display: block;
  clear: both;
}

.comment-navigation .nav-links [class*="nav-"] .nav-label,
.comment-navigation .nav-links [class*="nav-"] .nav-title,
.posts-navigation .nav-links [class*="nav-"] .nav-label,
.posts-navigation .nav-links [class*="nav-"] .nav-title,
.post-navigation .nav-links [class*="nav-"] .nav-label,
.post-navigation .nav-links [class*="nav-"] .nav-title {
  display: block;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.comment-navigation .nav-links .nav-label,
.posts-navigation .nav-links .nav-label,
.post-navigation .nav-links .nav-label {
  color: #5f5f5f;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.comment-navigation .nav-links .nav-title,
.posts-navigation .nav-links .nav-title,
.post-navigation .nav-links .nav-title {
  color: #111111;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 50%;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: inline-block;
  position: relative;
}

.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:before,
.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:before,
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
  color: #111111;
  font-family: "kf-icons";
  display: block;
  font-size: 24px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.comment-navigation .nav-previous a:hover .nav-label,
.comment-navigation .nav-previous a:hover .nav-title,
.comment-navigation .nav-previous a:hover:before,
.comment-navigation .nav-previous a:focus .nav-label,
.comment-navigation .nav-previous a:focus .nav-title,
.comment-navigation .nav-previous a:focus:before,
.comment-navigation .nav-previous a:active .nav-label,
.comment-navigation .nav-previous a:active .nav-title,
.comment-navigation .nav-previous a:active:before,
.comment-navigation .nav-next a:hover .nav-label,
.comment-navigation .nav-next a:hover .nav-title,
.comment-navigation .nav-next a:hover:before,
.comment-navigation .nav-next a:focus .nav-label,
.comment-navigation .nav-next a:focus .nav-title,
.comment-navigation .nav-next a:focus:before,
.comment-navigation .nav-next a:active .nav-label,
.comment-navigation .nav-next a:active .nav-title,
.comment-navigation .nav-next a:active:before,
.posts-navigation .nav-previous a:hover .nav-label,
.posts-navigation .nav-previous a:hover .nav-title,
.posts-navigation .nav-previous a:hover:before,
.posts-navigation .nav-previous a:focus .nav-label,
.posts-navigation .nav-previous a:focus .nav-title,
.posts-navigation .nav-previous a:focus:before,
.posts-navigation .nav-previous a:active .nav-label,
.posts-navigation .nav-previous a:active .nav-title,
.posts-navigation .nav-previous a:active:before,
.posts-navigation .nav-next a:hover .nav-label,
.posts-navigation .nav-next a:hover .nav-title,
.posts-navigation .nav-next a:hover:before,
.posts-navigation .nav-next a:focus .nav-label,
.posts-navigation .nav-next a:focus .nav-title,
.posts-navigation .nav-next a:focus:before,
.posts-navigation .nav-next a:active .nav-label,
.posts-navigation .nav-next a:active .nav-title,
.posts-navigation .nav-next a:active:before,
.post-navigation .nav-previous a:hover .nav-label,
.post-navigation .nav-previous a:hover .nav-title,
.post-navigation .nav-previous a:hover:before,
.post-navigation .nav-previous a:focus .nav-label,
.post-navigation .nav-previous a:focus .nav-title,
.post-navigation .nav-previous a:focus:before,
.post-navigation .nav-previous a:active .nav-label,
.post-navigation .nav-previous a:active .nav-title,
.post-navigation .nav-previous a:active:before,
.post-navigation .nav-next a:hover .nav-label,
.post-navigation .nav-next a:hover .nav-title,
.post-navigation .nav-next a:hover:before,
.post-navigation .nav-next a:focus .nav-label,
.post-navigation .nav-next a:focus .nav-title,
.post-navigation .nav-next a:focus:before,
.post-navigation .nav-next a:active .nav-label,
.post-navigation .nav-next a:active .nav-title,
.post-navigation .nav-next a:active:before {
  color: #083A6F;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
}

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

  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
  }
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  padding-left: 35px;
}

.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  left: 0;
  content: "\34";
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}

.comment-navigation .nav-previous a:hover:before,
.posts-navigation .nav-previous a:hover:before,
.post-navigation .nav-previous a:hover:before {
  left: -5px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
}

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

  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: left;
    width: 100%;
  }
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  padding-right: 35px;
}

.comment-navigation .nav-next a:before,
.posts-navigation .nav-next a:before,
.post-navigation .nav-next a:before {
  content: "\35";
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -ms-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}

.comment-navigation .nav-next a:hover:before,
.posts-navigation .nav-next a:hover:before,
.post-navigation .nav-next a:hover:before {
  right: -5px;
}

.pagination {
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 575px) {
  .pagination {
    margin-top: 10px;
  }
}

.nav-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-numbers {
  color: #111;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin: 0 10px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.page-numbers.current {
  background-color: #D96D5C;
  border: 1px solid #D96D5C;
  color: #ffffff;
}

.page-numbers:hover,
.page-numbers:focus,
.page-numbers:active {
  background-color: #083A6F;
  border-color: #083A6F;
  color: #ffffff;
}

.page-numbers:hover.current,
.page-numbers:focus.current,
.page-numbers:active.current {
  background-color: #D96D5C;
  border: 1px solid #D96D5C;
}

.page-numbers.dots {
  font-size: 22px;
  border: none;
  letter-spacing: 4px;
  margin: 0;
}

.page-numbers.dots:hover,
.page-numbers.dots:focus,
.page-numbers.dots:active {
  color: inherit;
  background-color: inherit;
  border: 1px solid inherit;
}

.page-numbers.next,
.page-numbers.prev {
  width: 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.page-numbers.next span,
.page-numbers.prev span {
  font-size: 0;
}

.page-numbers.next span:before,
.page-numbers.prev span:before {
  font-family: "kf-icons";
  font-size: 20px;
}

.page-numbers.next span:before {
  content: "\24";
}

.page-numbers.prev span:before {
  content: "\23";
}

/*--------------------------------------------------------------
3.0 Modules
--------------------------------------------------------------*/
.owl-carousel .owl-stage {
  margin-left: auto;
  margin-right: auto;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
  letter-spacing: 0.5px;
}

body:not(.single) .sharedaddy,
body:not(.page) .sharedaddy {
  display: none;
}

body.home.page .sharedaddy,
body.home.blog .sharedaddy,
body.search .sharedaddy,
body.archive .sharedaddy,
body.tag .sharedaddy,
body.category .sharedaddy,
.related-post .sharedaddy,
.sb-about-widget .sharedaddy,
.block-service .icon-section .sharedaddy,
.wrap-testimonial .sharedaddy,
.block-faq .page-list-outer .sharedaddy,
.contact-detail .sharedaddy {
  display: none;
}

.infinite-scroll .pagination {
  display: none;
}

.infinite-scroll #infinite-handle {
  margin-top: 70px;
  text-align: center;
}

.infinite-scroll #infinite-handle span {
  background-color: #4b4b4b;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  padding: 13px 36px 14px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.infinite-scroll #infinite-handle span:after {
  content: "\21";
  display: inline-block;
  font-family: "kf-icons";
  margin-left: 7px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.infinite-scroll #infinite-handle span button {
  text-transform: uppercase;
}

.infinite-scroll #infinite-handle span:hover,
.infinite-scroll #infinite-handle span:focus,
.infinite-scroll #infinite-handle span:active {
  background-color: #083A6F;
  color: #ffffff;
}

.infinite-scroll span.infinite-loader .spinner {
  left: 0;
  right: 0;
  margin: auto;
}

body.bbpress {
  background-color: #ffffff;
  font-size: 14px;
}

body.bbpress article.hentry .post-text a {
  box-shadow: none !important;
  color: inherit !important;
}

body.bbpress article.hentry .post-text a:hover,
body.bbpress article.hentry .post-text a:focus,
body.bbpress article.hentry .post-text a:active {
  color: #083A6F !important;
}

body.bbpress .bbp-submit-wrapper .button {
  margin-bottom: 15px;
}

body.bbpress .bbp-submit-wrapper .button:hover,
body.bbpress .bbp-submit-wrapper .button:focus,
body.bbpress .bbp-submit-wrapper .button:active {
  background-color: #313131;
}

body.bbpress .bbp-forum-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

body.bbpress #bbpress-forums li.bbp-body ul.forum,
body.bbpress #bbpress-forums li.bbp-body ul.topic {
  padding-left: 15px;
  padding-right: 15px;
}

body.bbpress #bbpress-forums ul.bbp-lead-topic,
body.bbpress #bbpress-forums ul.bbp-topics,
body.bbpress #bbpress-forums ul.bbp-forums,
body.bbpress #bbpress-forums ul.bbp-replies {
  font-size: 15px;
  font-weight: 600;
}

body.bbpress #bbpress-forums ul.bbp-replies {
  font-weight: 400;
}

body.bbpress #bbpress-forums ul.bbp-search-results,
body.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content,
body.bbpress #bbpress-forums p.bbp-topic-meta {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}

body.bbpress .bbp-reply-author br {
  display: none;
}

.widget .bbp-logged-in fieldset,
.widget .bbp-login-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.widget .bbp-logged-in .button,
.widget .bbp-login-form .button {
  margin-top: 15px;
  padding: 8px 15px 9px;
}

.widget .bbp-logged-in {
  padding-top: 50px;
}

.widget .bbp-login-links a {
  border-bottom: 1px solid #575757;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.widget .bbp-login-links a:hover,
.widget .bbp-login-links a:focus,
.widget .bbp-login-links a:active {
  border-color: #083A6F;
}

.widget.widget_mc4wp_form_widget input[type="submit"] {
  padding: 15px;
  line-height: 1;
}

.widget #bbp-search-form {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 15px 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-top: 50px;
}

.bbp-login-form {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 15px 30px;
  border-top-color: #d5d5d5;
  border-top-width: 2px;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .bbp-login-form {
    padding: 30px 150px;
  }
}

@media screen and (min-width: 992px) {
  .bbp-login-form {
    padding: 50px 250px;
  }
}

.bbp-login-form fieldset {
  border: none;
  padding: 0;
}

.bbp-login-form label,
.bbp-login-form .searchform .search-button,
.searchform .bbp-login-form .search-button {
  width: auto;
}

.bbp-login-form label.hide,
.bbp-login-form .searchform .hide.search-button,
.searchform .bbp-login-form .hide.search-button {
  display: block !important;
}

.bbp-login-form input[type="text"],
.bbp-login-form input[type="password"] {
  padding: 10px 15px 11px;
}

.login-links-area a {
  margin-right: 10px;
}

span#subscription-toggle {
  float: right;
  color: #313131;
}

.woocommerce .products .star-rating {
  margin: 0 auto 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: -5px;
}

.woocommerce .woocommerce-product-gallery__image {
  padding: 5px;
}

.woocommerce .woocommerce-review__author {
  color: #111111;
  font-size: 15px;
}

.woocommerce #comments .woocommerce-Reviews-title,
.woocommerce #comments h2,
.woocommerce .woocommerce-Tabs-panel .woocommerce-Reviews-title,
.woocommerce .woocommerce-Tabs-panel h2 {
  margin-bottom: 20px;
}

.woocommerce ul.products,
.woocommerce.woocommerce-page ul.products {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce.woocommerce-page ul.products[class*="columns-"] li.product {
  background-color: transparent;
  border: none;
  padding: 0 15px;
  margin: 0 0 30px 0;
}

.woocommerce ul.products[class*="columns-"] li .product-inner,
.woocommerce.woocommerce-page ul.products[class*="columns-"] li .product-inner {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  padding-bottom: 30px;
  position: relative;
  height: 100%;
}

.woocommerce ul.products[class*="columns-"] li .product-inner img,
.woocommerce.woocommerce-page ul.products[class*="columns-"] li .product-inner img {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.woocommerce ul.products[class*="columns-"] li .product-inner:hover img,
.woocommerce.woocommerce-page ul.products[class*="columns-"] li .product-inner:hover img {
  opacity: 0.8;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce.woocommerce-page ul.products.columns-4 li.product {
  width: 25%;
}

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

  .woocommerce ul.products.columns-4 li.product,
  .woocommerce.woocommerce-page ul.products.columns-4 li.product {
    width: 50%;
  }
}

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

  .woocommerce ul.products.columns-4 li.product,
  .woocommerce.woocommerce-page ul.products.columns-4 li.product {
    width: 100%;
  }
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce.woocommerce-page ul.products.columns-3 li.product {
  width: 33.33%;
}

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

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce.woocommerce-page ul.products.columns-3 li.product {
    width: 50%;
  }
}

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

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce.woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
  }
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce.woocommerce-page ul.products.columns-2 li.product {
  width: 50%;
}

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

  .woocommerce ul.products.columns-2 li,
  .woocommerce.woocommerce-page ul.products.columns-2 li {
    width: 100%;
  }
}

.woocommerce .cart-empty,
.woocommerce .return-to-shop {
  text-align: center;
}

.woocommerce .cart_totals h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select,
.woocommerce select {
  color: #242424;
  border: 1px solid #d9d9d9;
  padding: 7px 30px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}

.woocommerce .woocommerce-result-count:before,
.woocommerce .woocommerce-ordering select:before,
.woocommerce select:before {
  height: 14px;
  width: 14px;
  background: white;
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -8px;
  left: 21px;
  border-width: 0 1px 1px 0px;
  border-style: solid;
  border-color: #d9d9d9;
  transform: rotate(45deg);
}

.woocommerce .woocommerce-ordering select {
  height: 40px;
  padding-left: 10px;
  margin-top: 0;
  background-color: #fafafa;
}

.woocommerce ul.products {
  padding-top: 20px;
}

body.woocommerce .woocommerce ul.products {
  padding-top: 80px;
}

.woocommerce ul.products li.product {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  text-align: center;
}

.woocommerce ul.products li.product .onsale {
  background-color: #D96D5C;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  right: 0;
  top: 0;
  padding: 9px 15px 10px;
  line-height: 1;
  margin: 0;
  min-height: auto;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.woocommerce ul.products li.product .onsale:hover,
.woocommerce ul.products li.product .onsale:focus,
.woocommerce ul.products li.product .onsale:active {
  background-color: #083A6F;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  color: #111111;
  font-weight: 600;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

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

  .woocommerce ul.products li.product h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    margin: 20px 11px 10px;
    padding: 6px 10px 7px;
  }
}

.woocommerce ul.products li.product h2:hover,
.woocommerce ul.products li.product h2:focus,
.woocommerce ul.products li.product h2:active,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:focus,
.woocommerce ul.products li.product .woocommerce-loop-product__title:active {
  color: #083A6F;
}

.woocommerce ul.products li.product .price {
  padding-left: 30px;
  padding-right: 30px;
}

.woocommerce ul.products li.product .price .amount {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  color: #D96D5C;
  font-size: 14px;
}

.woocommerce ul.products li.product .price .amount:hover,
.woocommerce ul.products li.product .price .amount:focus,
.woocommerce ul.products li.product .price .amount:active {
  color: #4b4b4b;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
  display: inline-block;
}

.woocommerce ul.products li.product .price del .amount,
.woocommerce ul.products li.product .price ins .amount {
  color: #4b4b4b;
  font-size: 13px;
}

.woocommerce ul.products li.product .price del .amount:hover,
.woocommerce ul.products li.product .price ins .amount:hover,
.woocommerce ul.products li.product .price del .amount:focus,
.woocommerce ul.products li.product .price ins .amount:focus,
.woocommerce ul.products li.product .price del .amount:active,
.woocommerce ul.products li.product .price ins .amount:active {
  color: #083A6F;
}

.woocommerce ul.products li.product .price ins {
  margin-left: 5px;
  font-weight: 400;
}

.woocommerce ul.products li.product .price ins .amount {
  color: #171717;
  font-size: 13px;
}

.woocommerce ul.products li.product .price ins .amount:hover,
.woocommerce ul.products li.product .price ins .amount:focus,
.woocommerce ul.products li.product .price ins .amount:active {
  color: #4b4b4b;
}

.woocommerce ul.products li.product .button {
  background-color: #D96D5C;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .button.added {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .woocommerce ul.products li.product .button {
    font-size: 11px;
    margin: 15px 11px 30px;
    padding: 6px 10px 7px;
  }
}

.woocommerce ul.products li.product .button span {
  margin-right: 5px;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:active {
  background-color: #083A6F;
  color: #ffffff;
}

.woocommerce ul.products li.product.first {
  clear: none;
}

.woocommerce ul.products li.product a.added_to_cart {
  background-color: #D96D5C;
  border: 1px solid #D96D5C;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
  padding: 5px 30px 5px;
  -webkit-transition: background-color 0.5s, border 0.5s;
  -moz-transition: background-color 0.5s, border 0.5s;
  -ms-transition: background-color 0.5s, border 0.5s;
  -o-transition: background-color 0.5s, border 0.5s;
  transition: background-color 0.5s, border 0.5s;
}

@media screen and (max-width: 767px) {
  .woocommerce ul.products li.product a.added_to_cart {
    font-size: 11px;
    padding: 2px 10px;
  }
}

.woocommerce ul.products li.product a.added_to_cart:hover,
.woocommerce ul.products li.product a.added_to_cart:focus,
.woocommerce ul.products li.product a.added_to_cart:active {
  background-color: #083A6F;
  border: 1px solid #083A6F;
}

.woocommerce .mini_cart_item a.remove {
  background-color: transparent;
  color: #999999 !important;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 15px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  margin-top: 30px;
  display: block;
  border: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul.page-numbers:active {
  background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  float: none;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  height: 42px;
  width: 42px;
  line-height: 23px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  border-color: #646464;
  background-color: #646464;
  color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:active {
  opacity: 1;
}

.woocommerce #respond input#submit,
.woocommerce input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  background-color: #083A6F;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  padding: 10px 15px 11px;
  text-transform: uppercase;
  vertical-align: middle;
}

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

  .woocommerce #respond input#submit,
  .woocommerce input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce .cart .button,
  .woocommerce .cart input.button,
  .woocommerce button.button.alt,
  .woocommerce a.button.alt,
  .woocommerce input.button.alt {
    font-size: 11px;
  }
}

.woocommerce #respond input#submit:before,
.woocommerce input#submit:before,
.woocommerce a.button:before,
.woocommerce button.button:before,
.woocommerce input.button:before,
.woocommerce .cart .button:before,
.woocommerce .cart input.button:before,
.woocommerce button.button.alt:before,
.woocommerce a.button.alt:before,
.woocommerce input.button.alt:before {
  display: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce input#submit:hover,
.woocommerce input#submit:focus,
.woocommerce input#submit:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce .cart .button:hover,
.woocommerce .cart .button:focus,
.woocommerce .cart .button:active,
.woocommerce .cart input.button:hover,
.woocommerce .cart input.button:focus,
.woocommerce .cart input.button:active,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:active,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:active,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:active {
  background-color: #083A6F;
  border-color: #083A6F;
  color: #ffffff;
  font-weight: 300;
}

.woocommerce table.cart td.actions .input-text,
#content .woocommerce table.cart td.actions .input-text {
  font-size: 14px;
  max-height: 36px;
  width: 160px;
}

.woocommerce table.cart td.actions .input-text#coupon_code {
  width: 180px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table th {
  font-weight: 600;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce input[type="tel"] {
  height: 42px;
}

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

  .woocommerce input[type="text"],
  .woocommerce input[type="email"],
  .woocommerce input[type="url"],
  .woocommerce input[type="password"],
  .woocommerce input[type="search"],
  .woocommerce input[type="tel"] {
    width: 100%;
  }
}

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #ffffff;
  padding: 10px 16px 11px;
}

.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #review_form #respond .form-submit input:focus,
.woocommerce #review_form #respond .form-submit input:active {
  background-color: #646464;
  color: #ffffff;
}

.woocommerce .wc-proceed-to-checkout a .checkout-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 11px 15px 12px;
  text-transform: uppercase;
  vertical-align: middle;
}

.woocommerce .quantity .qty {
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 37px;
  text-align: center;
  width: 3.631em;
  margin: 0;
}

.woocommerce div.product form.cart .button {
  float: left;
  height: 37px;
  vertical-align: middle;
}

.woocommerce .woocommerce-EditAccountForm input.button {
  margin-top: 15px;
}

.woocommerce .panel {
  box-shadow: none;
}

.woocommerce .woocommerce-cart-form .product-remove .remove {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.woocommerce .woocommerce-cart-form .product-remove .remove:hover,
.woocommerce .woocommerce-cart-form .product-remove .remove:focus,
.woocommerce .woocommerce-cart-form .product-remove .remove:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #3e3e3e;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #979797;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 13px;
  margin-top: 15px;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-size: 15px;
  padding-top: 15px;
}

.woocommerce .widget_product_search {
  text-align: left;
}

.woocommerce .widget_product_search input[type="submit"] {
  padding: 15px 50px;
}

body.woocommerce .related.products {
  margin-top: 40px;
}

body.woocommerce ul.products {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  body.woocommerce ul.products {
    padding-top: 40px;
  }
}

body.woocommerce h2 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: 600;
}

body.woocommerce.single-product .product {
  position: relative;
}

body.woocommerce.single-product .product .onsale {
  background-color: #D96D5C;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  right: auto;
  left: 0px;
  top: 0;
  padding: 11px 15px 12px;
  line-height: 1;
  margin: 0;
  min-height: auto;
  width: 80px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

body.woocommerce.single-product .product .onsale:hover,
body.woocommerce.single-product .product .onsale:focus,
body.woocommerce.single-product .product .onsale:active {
  background-color: #4b4b4b;
}

.woocommerce-info {
  border-top-color: #ddd;
}

article.hentry .post-text .woocommerce a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #4b4b4b;
}

article.hentry .post-text .woocommerce a:hover,
article.hentry .post-text .woocommerce a:focus,
article.hentry .post-text .woocommerce a:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

article.hentry .post-text .woocommerce a.button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

article.hentry .post-text .woocommerce a.button:hover,
article.hentry .post-text .woocommerce a.button:focus,
article.hentry .post-text .woocommerce a.button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

article.hentry .post-text .woocommerce a.checkout-button {
  width: 220px;
  -webkit-transition: background-color 0.5s, border 0.5s;
  -moz-transition: background-color 0.5s, border 0.5s;
  -ms-transition: background-color 0.5s, border 0.5s;
  -o-transition: background-color 0.5s, border 0.5s;
  transition: background-color 0.5s, border 0.5s;
}

article.hentry .post-text .woocommerce a.showcoupon,
article.hentry .post-text .woocommerce a.showlogin {
  font-size: 17px;
  -webkit-box-shadow: 0px 1px 0px 0px #f7f6f7;
  -moz-box-shadow: 0px 1px 0px 0px #f7f6f7;
  -ms-box-shadow: 0px 1px 0px 0px #f7f6f7;
  -o-box-shadow: 0px 1px 0px 0px #f7f6f7;
  box-shadow: 0px 1px 0px 0px #f7f6f7;
}

article.hentry .post-text .woocommerce a.showcoupon:hover,
article.hentry .post-text .woocommerce a.showcoupon:focus,
article.hentry .post-text .woocommerce a.showcoupon:active,
article.hentry .post-text .woocommerce a.showlogin:hover,
article.hentry .post-text .woocommerce a.showlogin:focus,
article.hentry .post-text .woocommerce a.showlogin:active {
  -webkit-box-shadow: 0px 1px 0px 0px #4b4b4b;
  -moz-box-shadow: 0px 1px 0px 0px #4b4b4b;
  -ms-box-shadow: 0px 1px 0px 0px #4b4b4b;
  -o-box-shadow: 0px 1px 0px 0px #4b4b4b;
  box-shadow: 0px 1px 0px 0px #4b4b4b;
}

article.hentry .post-text .woocommerce a:hover,
article.hentry .post-text .woocommerce a:focus,
article.hentry .post-text .woocommerce a:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.woocommerce .col-1,
.woocommerce .col-2 {
  padding: 0;
  -ms-flex: inherit;
  flex: inherit;
  max-width: inherit;
}

.woocommerce .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce #order_review_heading {
  margin-top: 30px;
}

.mc4wp-form .mc4wp-alert {
  color: #5BC0DE;
  font-size: 13px;
}

.mc4wp-form .mc4wp-error {
  color: #D9534F;
}

.mc4wp-form .mc4wp-success {
  color: #5CB85C;
}

.mc4wp-form label,
.mc4wp-form .searchform .search-button,
.searchform .mc4wp-form .search-button {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 15px;
}

.mc4wp-form input[type="email"] {
  background-color: #fff;
  border: 1px solid #cecece;
  margin-bottom: 0;
  color: #ffffff;
}

.mc4wp-form input[type="email"]::-webkit-input-placeholder {
  color: #b1b1b1;
  font-size: 13px;
}

.mc4wp-form input[type="email"]:-moz-placeholder {
  color: #b1b1b1;
  font-size: 13px;
}

.mc4wp-form input[type="email"]::-moz-placeholder {
  color: #b1b1b1;
  font-size: 13px;
}

.mc4wp-form input[type="email"]:-ms-input-placeholder {
  color: #b1b1b1;
  font-size: 13px;
}

.mc4wp-form input[type="submit"] {
  padding: 15px 30px 13px;
  -webkit-transition: background-color 0.5s, border 0.5s;
  -moz-transition: background-color 0.5s, border 0.5s;
  -ms-transition: background-color 0.5s, border 0.5s;
  -o-transition: background-color 0.5s, border 0.5s;
  transition: background-color 0.5s, border 0.5s;
}

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

  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering select,
  .woocommerce select {
    padding: 7px 10px;
  }
}

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

  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering select,
  .woocommerce select {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-ordering {
    float: none;
  }
}

.woocommerce-products .page-title {
  margin-bottom: 30px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #e6e6e6;
}

.accordion-section .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.55);
}

.accordion-section .mCSB_inside>.mCSB_container {
  margin-right: 50px;
}

@media screen and (max-width: 575px) {
  .accordion-section .mCSB_inside>.mCSB_container {
    margin-right: 30px;
  }
}

.post-text .addtoany_content {
  padding: 15px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.a2a_mini,
.a2a_modal {
  z-index: 999 !important;
}

.a2a_menu a {
  color: #313131 !important;
}

.addtoany_content .addtoany_header {
  margin: 0;
}

.addtoany_content {
  display: none;
}

.addtoany_content .addtoany_list a {
  opacity: 1;
}

.addtoany_content .addtoany_list a:hover svg path {
  fill: #083A6F;
}

body.search-results .addtoany_content,
.author-widget .addtoany_content {
  display: none;
}

.site:before,
.site:after {
  content: "";
  display: block;
  clear: both;
}

.site-layout-box .site,
.site-layout-frame .site {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 30px;
  padding-right: 30px;
  width: 90%;
}

.site-layout-box .container,
.site-layout-frame .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.site-layout-box .site-footer,
.site-layout-frame .site-footer {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 70px;
  padding: 0 30px;
}

.site-layout-frame {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .site-layout-frame {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.inner-header-content .posted-on {
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
}

.inner-header-content .posted-on a {
  color: #D96D5C;
  font-weight: 500;
}

.inner-header-content .posted-on a:hover,
.inner-header-content .posted-on a:focus,
.inner-header-content .posted-on a:active {
  color: #083A6F;
}

.post-content-inner .detail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  flex-wrap: wrap;
}

.post-content-inner .cat-links a,
.post-content-inner .tag-links a {
  color: #222;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

.post-content-inner .tag-links~.cat-links,
.post-content-inner .tag-links {
  width: 50%;
}

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

  .post-content-inner .tag-links~.cat-links,
  .post-content-inner .tag-links {
    width: 100%;
  }
}

.post-content-inner .tag-links {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .post-content-inner .tag-links {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.post-content-inner .tag-links:before {
  content: "\e018";
  color: #1a1a1a;
  display: inline-block;
  font-family: "kf-icons";
  margin-right: 5px;
}

.post-content-inner .tag-links a {
  background-color: #efefef;
  border-radius: 4px;
  margin: 0 3px;
  padding: 3px 20px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.post-content-inner .tag-links a:hover {
  background-color: #083A6F;
  color: #ffffff;
}

.post-content-inner .cat-links {
  position: relative;
  text-align: center;
  width: 100%;
}

.post-content-inner .cat-links .categories-list {
  display: inline-block;
  font-size: 0;
  padding: 0 15px;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.post-content-inner .cat-links .categories-list a {
  padding: 0 6px;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.post-content-inner .cat-links .categories-list a:after {
  content: "/";
  position: absolute;
  right: -2px;
  top: 0;
}

.post-content-inner .cat-links .categories-list a:first-child {
  padding-left: 0;
}

.post-content-inner .cat-links .categories-list a:last-child {
  padding-right: 0px;
}

.post-content-inner .cat-links .categories-list a:last-child:after {
  display: none;
}

.post-content-inner .cat-links .categories-list a:hover {
  color: #083A6F;
}

.post-content-inner .tag-links~.cat-links {
  text-align: right;
}

@media screen and (max-width: 575px) {
  .post-content-inner .tag-links~.cat-links {
    text-align: center;
  }
}

.wrap-detail-page .post-footer {
  margin: 60px 0;
  position: relative;
}

.wrap-detail-page .post-footer .post-format-outer {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  padding: 0 10px;
  top: -20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.wrap-detail-page .post-footer .post-format {
  background-color: #D96D5C;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .wrap-detail-page .post-footer {
    margin: 40px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .main-panel {
    padding-right: 20px;
  }
}

.main-panel .widget {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(189, 189, 189, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(189, 189, 189, 0.15);
  -ms-box-shadow: 0px 0px 12px 0px rgba(189, 189, 189, 0.15);
  -o-box-shadow: 0px 0px 12px 0px rgba(189, 189, 189, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(189, 189, 189, 0.15);
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.main-panel .widget:hover,
.main-panel .widget:focus,
.main-panel .widget:active {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(189, 189, 189, 0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(189, 189, 189, 0.4);
  -ms-box-shadow: 0px 0px 15px 0px rgba(189, 189, 189, 0.4);
  -o-box-shadow: 0px 0px 15px 0px rgba(189, 189, 189, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(189, 189, 189, 0.4);
}

sidebar.sidebar {
  display: block;
}

sidebar.sidebar .widget:before,
sidebar.sidebar .widget:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 575px) {
  sidebar.sidebar {
    margin-top: 50px;
  }
}

.comments-area {
  margin-top: 40px;
}

.comments-area #reply-title {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
  color: #4b4b4b;
}

.comments-area #reply-title:before {
  content: "\77";
  font-size: 18px;
  font-family: "kf-icons";
  font-weight: 400;
  margin-right: 8px;
}

.comments-area #reply-title small {
  float: right;
  margin-top: 8px;
}

.comments-area .comments-title {
  font-size: 28px;
  margin-bottom: 30px;
}

.comments-area .comment-notes {
  color: #7e7e7e;
  font-size: 13px;
}

.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.comments-area .comment-list li {
  list-style: none;
}

.comments-area .comment-list .comment-body {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 15px 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  margin-left: 31px;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .comments-area .comment-list .comment-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.comments-area .comment-list .comment-content {
  color: #7e7e7e;
  font-size: 14px;
  text-transform: capitalize;
}

.comments-area .comment-list .comment-content ul {
  padding-left: 10px;
}

.comments-area .comment-list .comment-content ul li {
  list-style: initial;
}

.comments-area .comment-list .comment-content ul li:before {
  display: none;
}

.comments-area .comment-list .comment-content ol {
  padding-left: 10px;
}

.comments-area .comment-list .comment-content ol:before {
  display: none;
}

.comments-area .comment-list .comment-content ol li {
  list-style: decimal;
}

.comments-area .comment-list .comment-content a {
  word-wrap: break-word;
}

.comments-area .comment-list .bypostauthor {
  display: block;
}

.comments-area .comment-list .comment-meta:before,
.comments-area .comment-list .comment-meta:after {
  content: "";
  display: block;
  clear: both;
}

.comments-area .comment-list .comment-author {
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .comments-area .comment-list .comment-author {
    float: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }

  .comments-area .comment-list .comment-author:before,
  .comments-area .comment-list .comment-author:after {
    content: "";
    display: block;
    clear: both;
  }
}

.comments-area .comment-list .comment-author .avatar {
  background: #E6E6E6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 8px solid #ffffff;
  float: left;
  height: 65px;
  left: -31px;
  margin-right: 15px;
  position: absolute;
  width: 65px;
  top: 12px;
}

@media screen and (max-width: 575px) {
  .comments-area .comment-list .comment-author .avatar {
    position: static;
  }
}

.comments-area .comment-list .comment-author .fn {
  color: #646464;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.comments-area .comment-list .comment-author .says {
  display: none;
}

.comments-area .comment-list .comment-metadata {
  display: inline-block;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #d9d9d9;
  line-height: 1;
}

@media screen and (max-width: 575px) {
  .comments-area .comment-list .comment-metadata {
    border-left: none;
    border-top: 1px solid #d9d9d9;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
    padding-left: 0px;
    padding-top: 10px;
  }
}

.comments-area .comment-list .comment-metadata a {
  display: inline-block;
  font-size: 12px;
  color: gray;
}

@media screen and (max-width: 767px) {
  .comments-area .comment-list .comment-metadata a span {
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
  }
}

.comments-area .comment-list .comment-metadata a span:before {
  content: "\7d";
  font-family: "kf-icons";
  font-size: 13px;
  margin-right: 5px;
  vertical-align: top;
}

.comments-area .comment-list .comment-metadata a:hover,
.comments-area .comment-list .comment-metadata a:focus,
.comments-area .comment-list .comment-metadata a:active {
  color: #083A6F;
}

.comments-area .comment-list .children {
  margin: 0;
}

.comments-area .comment-list .children li {
  position: relative;
}

.comments-area .comment-list .children li:before {
  height: 20px;
  width: 20px;
  content: "";
  display: inline-block;
  background-color: #ffffff;
  border-width: 1px 0 0 1px;
  border-style: solid;
  transform: rotate(45deg);
  border-color: #e6e6e6;
  position: absolute;
  top: -9px;
  left: 60px;
  z-index: 1;
}

.comments-area .comment-list .reply {
  text-align: right;
}

.comments-area .comment-list .reply:before:before,
.comments-area .comment-list .reply:before:after,
.comments-area .comment-list .reply:after:before,
.comments-area .comment-list .reply:after:after {
  content: "";
  display: block;
  clear: both;
}

.comments-area .comment-list .reply a {
  border: 1px solid #c5c5c5;
  color: #797979;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
}

.comments-area .comment-list .reply a:before {
  background-color: transparent;
  content: "\e065";
  font-family: "kf-icons";
  font-weight: 400;
  margin-right: 5px;
  position: static;
  width: auto;
}

.comments-area .comment-list .reply a:hover:before,
.comments-area .comment-list .reply a:focus:before,
.comments-area .comment-list .reply a:active:before {
  width: auto;
}

.comments-area .no-comments {
  text-align: center;
  margin-bottom: 30px;
  display: block;
  font-size: 18px;
  font-style: italic;
}

.comments-area .comment-respond {
  margin-top: 60px;
  margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
  .comments-area .comment-respond {
    margin-top: 30px;
  }
}

.comments-area .comment-respond .logged-in-as {
  margin-bottom: 20px;
}

.comments-area .comment-respond .logged-in-as a {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.comments-area .comment-respond .logged-in-as a:before {
  content: "|";
  display: block;
  position: absolute;
  right: -10px;
  color: #bdbdbd;
  top: 0px;
}

.comments-area .comment-respond .logged-in-as a:last-child {
  margin-right: 0;
}

.comments-area .comment-respond .logged-in-as a:last-child:before {
  display: none;
}

.comments-area .comment-respond .logged-in-as a:hover,
.comments-area .comment-respond .logged-in-as a:focus,
.comments-area .comment-respond .logged-in-as a:active {
  color: #083A6F;
}

.comments-area .comment-respond .comment-form {
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
}

.comments-area .comment-respond .comment-form:before,
.comments-area .comment-respond .comment-form:after {
  content: "";
  display: block;
  clear: both;
}

.comments-area .comment-respond .comment-form input[type="text"],
.comments-area .comment-respond .comment-form input[type="email"],
.comments-area .comment-respond .comment-form input[type="url"],
.comments-area .comment-respond .comment-form input[type="password"],
.comments-area .comment-respond .comment-form input[type="search"],
.comments-area .comment-respond .comment-form input[type="number"],
.comments-area .comment-respond .comment-form input[type="tel"],
.comments-area .comment-respond .comment-form input[type="range"],
.comments-area .comment-respond .comment-form input[type="date"],
.comments-area .comment-respond .comment-form input[type="month"],
.comments-area .comment-respond .comment-form input[type="week"],
.comments-area .comment-respond .comment-form input[type="time"],
.comments-area .comment-respond .comment-form input[type="datetime"],
.comments-area .comment-respond .comment-form input[type="datetime-local"],
.comments-area .comment-respond .comment-form input[type="color"],
.comments-area .comment-respond .comment-form textarea {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  margin-bottom: 0;
}

.comments-area .comment-respond .comment-form input[type="text"]:focus,
.comments-area .comment-respond .comment-form input[type="email"]:focus,
.comments-area .comment-respond .comment-form input[type="url"]:focus,
.comments-area .comment-respond .comment-form input[type="password"]:focus,
.comments-area .comment-respond .comment-form input[type="search"]:focus,
.comments-area .comment-respond .comment-form input[type="number"]:focus,
.comments-area .comment-respond .comment-form input[type="tel"]:focus,
.comments-area .comment-respond .comment-form input[type="range"]:focus,
.comments-area .comment-respond .comment-form input[type="date"]:focus,
.comments-area .comment-respond .comment-form input[type="month"]:focus,
.comments-area .comment-respond .comment-form input[type="week"]:focus,
.comments-area .comment-respond .comment-form input[type="time"]:focus,
.comments-area .comment-respond .comment-form input[type="datetime"]:focus,
.comments-area .comment-respond .comment-form input[type="datetime-local"]:focus,
.comments-area .comment-respond .comment-form input[type="color"]:focus,
.comments-area .comment-respond .comment-form textarea:focus {
  border: 1px solid #646464;
}

.comments-area .comment-respond .comment-form textarea {
  height: 100px;
  min-height: 100px;
}

.comments-area .comment-respond .comment-form .submit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #D96D5C;
  border-color: #D96D5C;
  margin-top: 20px;
}

.comments-area .comment-respond .comment-form .submit:hover,
.comments-area .comment-respond .comment-form .submit:focus,
.comments-area .comment-respond .comment-form .submit:active {
  background-color: #083A6F;
  border-color: #083A6F;
  color: #ffffff;
}

.comments-area .comment-respond .comment-form .comment-subscription-form {
  clear: both;
}

.comments-area .comment-respond .comment-form p:not(.comment-notes) {
  float: left;
  width: 33.33%;
  margin-bottom: 30px;
}

.comments-area .comment-respond .comment-form p:not(.comment-notes) label,
.comments-area .comment-respond .comment-form p:not(.comment-notes) .searchform .search-button,
.searchform .comments-area .comment-respond .comment-form p:not(.comment-notes) .search-button {
  margin-top: 0;
}

@media screen and (max-width: 575px) {
  .comments-area .comment-respond .comment-form p:not(.comment-notes) {
    width: 100%;
  }
}

.comments-area .comment-respond .comment-form p.logged-in-as {
  float: none;
  width: 100%;
}

.comments-area .comment-respond .comment-form p {
  padding: 0 15px;
}

.comments-area .comment-respond .comment-form p.comment-form-cookies-consent {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}

.comments-area .comment-respond .comment-form p.comment-form-cookies-consent input {
  float: left;
}

.comments-area .comment-respond .comment-form p.comment-form-cookies-consent label,
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent .searchform .search-button,
.searchform .comments-area .comment-respond .comment-form p.comment-form-cookies-consent .search-button {
  float: left;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-left: 10px;
}

.comments-area .comment-respond .comment-form p.comment-form-comment {
  width: 100%;
}

.comments-area .comment-respond .comment-form .comment-notes {
  margin-bottom: 50px;
  color: #1a1a1a;
}

@media screen and (max-width: 575px) {
  .comments-area .comment-respond .comment-form {
    margin-bottom: 20px;
  }
}

.comments-area .comment-respond #email-notes {
  color: #868686;
}

.comments-area .comment-respond .required {
  color: gray;
}

.comments-area .comment-respond label,
.comments-area .comment-respond .searchform .search-button,
.searchform .comments-area .comment-respond .search-button {
  display: block;
  color: #7e7e7e;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

.entry-meta,
.entry-footer {
  font-size: 13px;
}

.entry-footer {
  border-top: 1px solid #d9d9d9;
}

.entry-meta {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding-bottom: 10px;
  padding-top: 8px;
  margin-bottom: 1.5em;
}

.entry-meta span {
  margin-right: 10px;
}

.author-detail {
  display: flex;
  align-items: center;
}

.author-detail .author {
  margin-right: 20px;
}

.author-detail .author a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 100px;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .author-detail .author a {
    margin-top: 0;
  }
}

.author-detail .author a img {
  vertical-align: top;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.author-content span {
  font-family: "Poppins", sans-serif;
}

.author-content .author-name {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.related-post {
  border-top: 1px solid #eaeaea;
  padding-top: 70px;
  margin-top: 40px;
}

.related-post:before,
.related-post:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 575px) {
  .related-post {
    padding-top: 40px;
  }
}

.related-post .box-title {
  margin-bottom: 40px;
}

.related-post .box-title a {
  color: #a1a1a1;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.related-post .box-title a:before {
  content: "/";
  position: absolute;
  left: -7px;
  top: 0;
}

.related-post .box-title a:first-child {
  padding-left: 0;
}

.related-post .box-title a:first-child:before {
  display: none;
}

.related-post .box-title a:last-child {
  padding-right: 0;
}

.related-post .box-title a.active-title {
  color: #1a1a1a;
}

@media screen and (max-width: 575px) {
  .related-post .box-title a {
    font-size: 16px;
  }
}

.related-post .post-item:nth-child(3n+1) {
  clear: both;
}

.related-post .post {
  margin-bottom: 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .related-post .post {
    margin-bottom: 30px;
  }
}

.related-post .post .content {
  padding-top: 20px;
}

.related-post .post h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}

.related-post .post h3 a {
  display: block;
  font-weight: 500;
}

.related-post .post h3 a:hover,
.related-post .post h3 a:focus,
.related-post .post h3 a:active {
  color: #083A6F;
}

.related-post .post .post-thumb:after,
.related-post .post .post-thumb:before {
  width: 220%;
}

.related-post .post .post-thumb img {
  border: none;
  margin-bottom: 0;
}

.related-post .tab {
  display: none;
}

.related-post .tab-active {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-left: -5px;
  margin-right: -5px;
}

.gallery .gallery-item {
  position: relative;
}

.gallery .gallery-caption {
  background-color: rgba(49, 49, 49, 0.8);
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 5px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.post {
  -webkit-transition: box-shadow 0.3s, transform 0.3s;
  -moz-transition: box-shadow 0.3s, transform 0.3s;
  -ms-transition: box-shadow 0.3s, transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
}

.post .featured-image>a,
.post .feature-image>a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.post .featured-image>a:before,
.post .feature-image>a:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  -ms-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.post .featured-image>a img,
.post .feature-image>a img {
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
}

.post:hover a:before,
.post:focus a:before,
.post:active a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.post:hover a img,
.post:focus a img,
.post:active a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.socialgroup ul,
#menu-social-menu ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.socialgroup li,
#menu-social-menu li {
  display: inline-block;
  margin: 3px 0;
}

.socialgroup li:first-child a,
#menu-social-menu li:first-child a {
  margin-left: 0;
}

.socialgroup li:last-child a,
#menu-social-menu li:last-child a {
  margin-right: 0;
}

.socialgroup a,
#menu-social-menu a {
  font-family: "kf-icons";
  font-size: 0px;
  font-weight: 400;
  color: #333;
  text-decoration: inherit;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.socialgroup a:before,
#menu-social-menu a:before {
  font-family: "kf-icons";
  font-size: 16px;
}

.socialgroup a:hover,
.socialgroup a:focus,
.socialgroup a:active,
#menu-social-menu a:hover,
#menu-social-menu a:focus,
#menu-social-menu a:active {
  border-color: #083A6F;
  color: #083A6F;
}

.socialgroup a[href*="blogger.com"]:before,
#menu-social-menu a[href*="blogger.com"]:before {
  content: "\e0a7";
}

.socialgroup a[href*="delicious.com"]:before,
#menu-social-menu a[href*="delicious.com"]:before {
  content: "\e0a9";
}

.socialgroup a[href*="deviantart.com"]:before,
#menu-social-menu a[href*="deviantart.com"]:before {
  content: "\e09f";
}

.socialgroup a[href*="dribbble.com"]:before,
#menu-social-menu a[href*="dribbble.com"]:before {
  content: "\e09b";
}

.socialgroup a[href*="facebook.com"]:before,
#menu-social-menu a[href*="facebook.com"]:before {
  content: "\e093";
}

.socialgroup a[href*="flickr.com"]:before,
#menu-social-menu a[href*="flickr.com"]:before {
  content: "\e0a6";
}

.socialgroup a[href*="googledrive"]:before,
#menu-social-menu a[href*="googledrive"]:before {
  content: "\e0a5";
}

.socialgroup a[href*="instagram.com"]:before,
#menu-social-menu a[href*="instagram.com"]:before {
  content: "\e09a";
}

.socialgroup a[href*="linkedin.com"]:before,
#menu-social-menu a[href*="linkedin.com"]:before {
  content: "\e09d";
}

.socialgroup a[href*="myspace.com"]:before,
#menu-social-menu a[href*="myspace.com"]:before {
  content: "\e0a1";
}

.socialgroup a[href*="picassa.com"]:before,
#menu-social-menu a[href*="picassa.com"]:before {
  content: "\e0a4";
}

.socialgroup a[href*="pinterest.com"]:before,
#menu-social-menu a[href*="pinterest.com"]:before {
  content: "\e095";
}

.socialgroup a[href*="plus.google.com"]:before,
#menu-social-menu a[href*="plus.google.com"]:before {
  content: "\e096";
}

.socialgroup a[href*="rss.com"]:before,
.socialgroup a[href*="/feed"]:before,
#menu-social-menu a[href*="rss.com"]:before,
#menu-social-menu a[href*="/feed"]:before {
  content: "\e09e";
}

.socialgroup a[href*="share.com"]:before,
#menu-social-menu a[href*="share.com"]:before {
  content: "\e0a0";
}

.socialgroup a[href*="skype.com"]:before,
#menu-social-menu a[href*="skype.com"]:before {
  content: "\e0a2";
}

.socialgroup a[href*="skype:"]:before,
#menu-social-menu a[href*="skype:"]:before {
  content: "\e0a2";
}

.socialgroup a[href*="spotify.com"]:before,
#menu-social-menu a[href*="spotify.com"]:before {
  content: "\e0a8";
}

.socialgroup a[href*="tumbleupon.com"]:before,
#menu-social-menu a[href*="tumbleupon.com"]:before {
  content: "\e098";
}

.socialgroup a[href*="tumblr.com"]:before,
#menu-social-menu a[href*="tumblr.com"]:before {
  content: "\e097";
}

.socialgroup a[href*="twitter.com"]:before,
#menu-social-menu a[href*="twitter.com"]:before {
  content: "\e094";
}

.socialgroup a[href*="vimeo.com"]:before,
#menu-social-menu a[href*="vimeo.com"]:before {
  content: "\e09c";
}

.socialgroup a[href*="wordpress.com"]:before,
.socialgroup a[href*="wordpress.org"]:before,
#menu-social-menu a[href*="wordpress.com"]:before,
#menu-social-menu a[href*="wordpress.org"]:before {
  content: "\e0b0";
}

.socialgroup a[href*="youtube.com"]:before,
#menu-social-menu a[href*="youtube.com"]:before {
  content: "\e0a3";
}

.socialgroup:hover:before,
#menu-social-menu:hover:before {
  color: #313131;
  background-color: #ffffff;
}

.searchform #searchsubmit {
  display: none;
}

.searchform label,
.searchform .search-button {
  margin-bottom: 0;
  width: calc(100% - 40px);
  float: left;
}

.searchform .search-field {
  background-color: #ffffff;
  border-right: none;
  color: #4b4b4b;
  display: block;
  margin-bottom: 0;
  max-width: 100%;
  vertical-align: top;
}

.searchform .search-field::-webkit-input-placeholder {
  color: #4b4b4b;
}

.searchform .search-field:-moz-placeholder {
  color: #4b4b4b;
}

.searchform .search-field::-moz-placeholder {
  color: #4b4b4b;
}

.searchform .search-field:-ms-input-placeholder {
  color: #4b4b4b;
}

.searchform .search-field:hover,
.searchform .search-field:focus,
.searchform .search-field:active {
  color: #4b4b4b;
}

.searchform .search-button {
  background-color: #D96D5C;
  border: none;
  color: #ffffff;
  float: right;
  font-family: "Hind", sans-serif;
  width: 50px !important;
  height: 100%;
  line-height: 20px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.searchform .search-button span {
  color: #ffffff;
  display: block;
  line-height: 0.5;
}

.searchform .search-button:hover,
.searchform .search-button:focus,
.searchform .search-button:active {
  background-color: #083A6F;
  color: #ffffff;
}

.banner-overlay {
  width: 100%;
}

.overlay {
  background-color: rgba(49, 49, 49, 0.45);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wrap-inner-banner .page-header {
  text-align: center;
}

.wrap-inner-banner .page-header:before,
.wrap-inner-banner .page-header:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 575px) {
  .wrap-inner-banner .page-header {
    min-height: 190px;
  }
}

.wrap-inner-banner .page-header .page-title {
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
  font-size: 50px;
}

@media screen and (max-width: 991px) {
  .wrap-inner-banner .page-header .page-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .wrap-inner-banner .page-header .page-title {
    font-size: 20px;
  }
}

.wrap-inner-banner .page-header .page-description {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.wrap-inner-banner .inner-header-content .posted-on a {
  color: #ffffff;
}

.wrap-inner-banner .inner-header-content .posted-on a:hover {
  color: #083A6F;
}

.section-banner-one {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .section-banner-one {
    margin-bottom: 50px;
  }
}

.home.blog .section-banner-one,
.home.page .section-banner-one {
  margin-bottom: 70px;
}

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

  .home.blog .section-banner-one,
  .home.page .section-banner-one {
    margin-bottom: 50px;
  }
}

.home .section-banner-one,
.home.page-template-home .section-banner-one {
  margin-bottom: 0;
}

.section-banner-one .wrap-inner-banner {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-banner-one .wrap-inner-banner .page-header {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  position: relative;
}

.section-banner-one .wrap-inner-banner .page-header .page-title {
  color: #ffffff;
}

.home .section-banner-wrap .overlay {
  z-index: 1;
}

.home .section-banner-wrap:not(.section-banner-three) .wrap-inner-banner {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
}

.home .section-banner-wrap:not(.section-banner-three) .wrap-inner-banner .container,
.home .section-banner-wrap:not(.section-banner-three) .wrap-inner-banner .page-header {
  height: 100%;
}

.home .section-banner-one .page-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.home.woocommerce .wrap-inner-banner {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .home.woocommerce .wrap-inner-banner {
    margin-bottom: 50px;
  }
}

.breadcrumb-wrap .breadcrumbs {
  color: #4e4e4e;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
}

.breadcrumb-wrap .breadcrumbs .trail-items {
  margin: 0;
  padding-left: 0;
}

.breadcrumb-wrap .breadcrumbs .trail-items li {
  display: inline-block;
  line-height: 1.5;
  list-style: none;
}

.breadcrumb-wrap .breadcrumbs .trail-items li:last-child span {
  margin-right: 0;
}

.breadcrumb-wrap .breadcrumbs .trail-items li:last-child a:after {
  display: none !important;
}

.breadcrumb-wrap .breadcrumbs .trail-items span {
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
}

.breadcrumb-wrap .breadcrumbs .trail-items a {
  color: #4e4e4e;
  font-size: 14px;
  margin-right: 2px;
  padding-right: 4px;
  position: relative;
}

.breadcrumb-wrap .breadcrumbs .trail-items a:after {
  background-color: #cccccc;
  bottom: 0;
  content: "";
  right: 0;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  top: 1px;
  margin: auto;
}

.breadcrumb-wrap .breadcrumbs .trail-items a:hover,
.breadcrumb-wrap .breadcrumbs .trail-items a:focus,
.breadcrumb-wrap .breadcrumbs .trail-items a:active {
  color: #083A6F;
}

.breadcrumb-wrap .breadcrumbs .trail-items a:hover:after,
.breadcrumb-wrap .breadcrumbs .trail-items a:focus:after,
.breadcrumb-wrap .breadcrumbs .trail-items a:active:after {
  background-color: #575757;
}

.section-banner-one {
  position: relative;
}

.section-banner-one .breadcrumb-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section-banner-one .breadcrumb-wrap .breadcrumbs {
  color: #cacaca;
}

.section-banner-one .breadcrumb-wrap .breadcrumbs li a {
  color: #f5f5f5;
}

.home .wrap-inner-banner {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
}

.home .wrap-inner-banner .banner-overlay,
.home .wrap-inner-banner .container,
.home .wrap-inner-banner .page-header {
  height: 100%;
}

.home .section-banner-one .page-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home.woocommerce .wrap-inner-banner {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .home.woocommerce .wrap-inner-banner {
    margin-bottom: 50px;
  }
}

.wrap-detail-page .post-thumb {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.wrap-detail-page .post-thumb img {
  margin-bottom: 30px;
}

.wrap-detail-page article.post-content {
  padding: 0;
}

.wrap-list-page .post-title {
  margin-top: 15px;
}

.wrap-list-page .post-footer {
  margin-bottom: 15px;
}

.wrap-list-page .posted-on:before {
  display: none;
}

.inner-page-content {
  padding-bottom: 30px;
}

.post-main-content .content {
  padding-bottom: 30px;
}

.post-main-content .post-navigation {
  background-color: transparent;
  border: 1px solid transparent;
  margin-bottom: 0;
  padding: 0 0;
}

.post-main-content .post-navigation:before,
.post-main-content .post-navigation:after {
  content: "";
  display: block;
  clear: both;
}

#go-top {
  bottom: 20px;
  display: block;
  position: fixed;
  right: 20px;
  z-index: 99991;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  background-color: #ffffff;
  color: #111111;
  padding: 0;
  text-align: center;
  font-size: 22px;
  -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
  -moz-transition: color 0.5s, background 0.5s, border 0.5s;
  -ms-transition: color 0.5s, background 0.5s, border 0.5s;
  -o-transition: color 0.5s, background 0.5s, border 0.5s;
  transition: color 0.5s, background 0.5s, border 0.5s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#go-top:hover,
#go-top:focus,
#go-top:active {
  background: #D96D5C;
  color: #ffffff;
  border: 1px solid #D96D5C;
}

#go-top span {
  height: 52px;
  line-height: 52px;
  width: 52px;
  display: block;
  vertical-align: middle;
}

@-webkit-keyframes sliderot {
  0% {
    opacity: 1;
    transform: translateY(0px) rotate(45deg) scale(1);
  }

  25% {
    opacity: 0;
    transform: translateY(10px) rotate(45deg) scale(0.9);
  }

  26% {
    opacity: 0;
    transform: translateY(-10px) rotate(45deg) scale(0.9);
  }

  55% {
    opacity: 1;
    transform: translateY(0px) rotate(45deg) scale(1);
  }
}

@-moz-keyframes sliderot {
  0% {
    opacity: 1;
    transform: translateY(0px) rotate(45deg) scale(1);
  }

  25% {
    opacity: 0;
    transform: translateY(10px) rotate(45deg) scale(0.9);
  }

  26% {
    opacity: 0;
    transform: translateY(-10px) rotate(45deg) scale(0.9);
  }

  55% {
    opacity: 1;
    transform: translateY(0px) rotate(45deg) scale(1);
  }
}

@-o-keyframes sliderot {
  0% {
    opacity: 1;
    transform: translateY(0px) rotate(45deg) scale(1);
  }

  25% {
    opacity: 0;
    transform: translateY(10px) rotate(45deg) scale(0.9);
  }

  26% {
    opacity: 0;
    transform: translateY(-10px) rotate(45deg) scale(0.9);
  }

  55% {
    opacity: 1;
    transform: translateY(0px) rotate(45deg) scale(1);
  }
}

@keyframes sliderot {
  0% {
    opacity: 1;
    transform: translateY(0px) rotate(45deg) scale(1);
  }

  25% {
    opacity: 0;
    transform: translateY(10px) rotate(45deg) scale(0.9);
  }

  26% {
    opacity: 0;
    transform: translateY(-10px) rotate(45deg) scale(0.9);
  }

  55% {
    opacity: 1;
    transform: translateY(0px) rotate(45deg) scale(1);
  }
}

.scroll-down {
  bottom: 6%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
}

.scroll-down span {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  animation-name: sliderot;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.scroll-down .down-two,
.scroll-down .down-three {
  margin-top: -20px;
}

.scroll-down a {
  display: inline-block;
}

.scroll-down a:hover span {
  border-color: #083A6F;
}

.down-one {
  animation-name: sliderot;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

body.keon-customizer-preview .search-section {
  top: 0;
}

/*--------------------------------------------------------------
4.0 Widgets
--------------------------------------------------------------*/
.widget.widget_categories select,
.widget.widget_archive select {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 15px 30px;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 18px) calc(1em + 9px), calc(100% - 13px) calc(1em + 9px), calc(100% - 2.5em) 1.1em;
  background-size: 5px 5px, 5px 8px, 1px 1.5em;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

article.post-content {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.sidebar .widget .widget-title,
.sidebar .widget .widgettitle {
  color: #111111;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  padding: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.widget {
  margin: 0 0 50px;
}

.widget select {
  max-width: 100%;
}

.widget ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 15px;
  word-break: break-word;
}

sidebar.sidebar .widget ul {
  background-color: #ffffff;
}

.widget>ul {
  padding-left: 0;
}

.widget li {
  border-top: 1px solid #f2f2f2;
  color: #979797;
  position: relative;
}

.widget li:first-child {
  border-top: none;
}

.block-top-footer .widget li {
  border-top-color: #8f8f8f;
}

.widget li a {
  color: #646464;
  display: inline-block;
  font-size: 14px;
  padding: 7px 10px 7px 5px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.widget li:hover:before,
.widget li:focus:before,
.widget li:active:before {
  background-color: #083A6F;
  border-color: #083A6F;
  padding-left: 5px;
}

.widget li:hover>a,
.widget li:focus>a,
.widget li:active>a {
  color: #083A6F;
}

.widget li.recentcomments:before {
  display: none;
}

.widget li.recentcomments .comment-author-link {
  color: #999999;
  font-style: italic;
}

body .widget li.recentcomments a {
  display: inline-block !important;
  padding: 7px 5px !important;
}

.widget .textwidget p {
  color: #555555;
}

.widget.widget_search {
  font-size: 15px;
}

.widget.widget_search input {
  margin-bottom: 0;
}

.widget .socialgroup ul,
.widget .menu-social-menu-container ul {
  padding: 0;
  margin: 0;
}

.widget .socialgroup ul li,
.widget .menu-social-menu-container ul li {
  border-top: none;
}

.widget .socialgroup ul li a,
.widget .menu-social-menu-container ul li a {
  font-size: 0px;
}

.widget .socialgroup ul li a:before,
.widget .menu-social-menu-container ul li a:before {
  font-size: 16px;
}

.widget.widget_calendar table {
  margin: 0;
}

.widget.widget_calendar table tr {
  background-color: transparent;
}

.widget.widget_calendar td,
.widget.widget_calendar th {
  color: #111111;
  line-height: 1.6;
  text-align: center;
  padding: 6px;
}

.widget.widget_calendar td#prev {
  text-align: left;
}

.widget.widget_calendar td#next {
  text-align: right;
}

.widget.widget_calendar td#next a,
.widget.widget_calendar td#prev a {
  color: #111;
}

.widget.widget_calendar td#next a:hover,
.widget.widget_calendar td#prev a:hover {
  color: #083A6F;
}

.widget.widget_calendar tbody a {
  background-color: #313131;
  color: #ffffff;
  display: block;
  font-weight: 600;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.widget.widget_calendar tbody a:hover,
.widget.widget_calendar tbody a:focus,
.widget.widget_calendar tbody a:active {
  background-color: #083A6F;
  color: #ffffff;
}

.widget.widget_calendar caption {
  border-bottom: 1px solid #d9d9d9;
  font-weight: 500;
  margin-bottom: 0;
  text-align: right;
  text-transform: uppercase;
}

.widget.widget_categories .cat-item a {
  width: 85%;
}

.widget.widget_categories .children .cat-item a {
  width: 80%;
}

.widget.widget_categories .children,
.widget.widget_nav_menu .sub-menu,
.widget.widget_pages .children {
  margin: 0 10px 10px;
  padding-left: 10px;
}

.widget.widget_recent_entries .post-date,
.widget.widget_rss .rss-date,
.widget.widget_rss cite {
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
}

.widget.widget_recent_entries ul li {
  padding: 10px 0;
}

.widget.widget_recent_entries ul li a {
  padding: 0;
}

.widget.widget_recent_entries ul li .post-date {
  color: #999999;
  line-height: 1.2;
  font-size: 12px;
}

.widget.widget_rss ul {
  list-style: none;
  margin-bottom: 0;
}

.widget.widget_rss li {
  border-top: none;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}

.widget.widget_rss li a {
  color: #D96D5C;
}

.widget.widget_rss li a:hover,
.widget.widget_rss li a:focus,
.widget.widget_rss li a:active {
  color: #083A6F;
}

.widget.widget_rss li:before {
  display: none;
}

.widget.widget_rss li .rsswidget {
  line-height: 1.5;
  padding-bottom: 8px;
}

.widget.widget_rss li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.widget.widget_rss .widget-title .rsswidget {
  border: 0;
  margin: -48px auto 0px;
  padding: 0px 10px 41px;
}

.widget.widget_rss .widget-title .rsswidget img {
  margin-top: 6px;
  margin-right: 5px;
  vertical-align: bottom;
}

.widget.widget_rss .widget-title .rsswidget:first-child {
  padding-right: 0;
}

.widget.widget_rss .widget-title .rsswidget:hover,
.widget.widget_rss .widget-title .rsswidget:focus,
.widget.widget_rss .widget-title .rsswidget:active {
  color: #083A6F;
}

.widget.widget_rss cite {
  font-weight: 600;
}

.widget.widget_rss .rss-date {
  font-size: 14px;
  font-style: italic;
}

.widget.widget_rss .rssSummary {
  font-size: 14px;
  line-height: 1.5;
}

.widget.widget_archive li a {
  display: inline-block;
  width: 85%;
}

.widget.widget_tag_cloud .tagcloud a {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #979797;
  display: inline-block;
  margin: 3px 2px;
  padding: 5px 16px 6px;
  -webkit-transition: background-color 0.3s linear, border 0.3s linear, color 0.2s linear;
  -moz-transition: background-color 0.3s linear, border 0.3s linear, color 0.2s linear;
  -ms-transition: background-color 0.3s linear, border 0.3s linear, color 0.2s linear;
  -o-transition: background-color 0.3s linear, border 0.3s linear, color 0.2s linear;
  transition: background-color 0.3s linear, border 0.3s linear, color 0.2s linear;
  vertical-align: middle;
}

.widget.widget_tag_cloud .tagcloud a:before {
  height: 8px;
  width: 8px;
  background: transparent;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #d9d9d9;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -ms-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:focus,
.widget.widget_tag_cloud .tagcloud a:active {
  background-color: #083A6F;
  border: 1px solid #083A6F;
  color: #ffffff;
}

.widget.widget_tag_cloud .tagcloud a:hover:before,
.widget.widget_tag_cloud .tagcloud a:focus:before,
.widget.widget_tag_cloud .tagcloud a:active:before {
  border: 1px solid #ffffff;
}

.widget.widget_text .textwidget ul {
  padding: 0;
}

.widget.widget_text .textwidget ul ul {
  padding-left: 10px;
}

.widget.widget_text .textwidget ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.widget.widget_text .textwidget a {
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.widget.widget_text .textwidget a sidebar.sidebar {
  -webkit-box-shadow: 0px 2px 0px 0px #ffffff;
  -moz-box-shadow: 0px 2px 0px 0px #ffffff;
  -ms-box-shadow: 0px 2px 0px 0px #ffffff;
  -o-box-shadow: 0px 2px 0px 0px #ffffff;
  box-shadow: 0px 2px 0px 0px #ffffff;
}

.widget.widget_text .textwidget a:hover,
.widget.widget_text .textwidget a:focus,
.widget.widget_text .textwidget a:active {
  -webkit-box-shadow: 0px 2px 0px 0px #313131;
  -moz-box-shadow: 0px 2px 0px 0px #313131;
  -ms-box-shadow: 0px 2px 0px 0px #313131;
  -o-box-shadow: 0px 2px 0px 0px #313131;
  box-shadow: 0px 2px 0px 0px #313131;
  color: #083A6F;
}

.widget.widget_text .textwidget.custom-html-widget a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.widget.widget_text .textwidget.custom-html-widget a:hover,
.widget.widget_text .textwidget.custom-html-widget a:focus,
.widget.widget_text .textwidget.custom-html-widget a:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.widget.milestone-widget {
  margin-bottom: 30px;
}

.widget.milestone-widget .milestone-countdown {
  border: 1px solid #f7f7f7;
}

.widget.milestone-widget .milestone-countdown .label {
  color: #313131;
}

.widget.widget_product_categories select {
  border-color: #f7f7f7;
  padding: 5px;
  width: 100%;
}

.widget.widget_mc4wp_form_widget input {
  height: 38px;
}

.widget.widget_mc4wp_form_widget label,
.widget.widget_mc4wp_form_widget .searchform .search-button,
.searchform .widget.widget_mc4wp_form_widget .search-button {
  font-weight: 400;
}

.widget.widget_mc4wp_form_widget input[type="submit"] {
  padding: 12px 50px 10px;
}

sidebar.sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget.widget_media_image a,
.widget.widget_media_gallery a {
  display: block;
  position: relative;
}

.widget.widget_media_image a:before,
.widget.widget_media_gallery a:before {
  background-color: rgba(49, 49, 49, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.widget.widget_media_image a:hover:before,
.widget.widget_media_gallery a:hover:before {
  opacity: 1;
  visibility: visible;
}

.widget.widget_media_gallery .gallery {
  margin-bottom: 0px;
}

.widget.widget_media_gallery .gallery-caption {
  display: none;
}

.widget.woocommerce {
  color: #646464;
}

.widget.woocommerce del,
.widget.woocommerce ul.products li.product .price ins,
.widget.woocommerce ins,
.widget.woocommerce .amount {
  font-size: 13px;
}

.widget.woocommerce ins {
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.widget.widget_product_search {
  position: relative;
}

.widget.widget_product_search button {
  border: none;
  background-color: #D96D5C;
  color: #ffffff;
  width: 100%;
  padding: 8px;
  margin-top: 15px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.widget.widget_product_search button:hover {
  background-color: #083A6F;
}

body.woocommerce .widget .widget-title {
  margin-bottom: 25px;
}

.author-widget .widget-content {
  text-align: center;
}

.author-widget .widget-content .profile .avatar {
  width: 100px;
  padding: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin: -55px auto 20px;
  overflow: hidden;
  background: #fff;
}

.author-widget .widget-content .profile .avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.author-widget .widget-content .profile .name-title {
  background-color: #f8f8f8;
  padding: 30px 20px 80px;
}

.author-widget .widget-content .profile .name-title h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 6px;
}

.author-widget .widget-content .profile .name-title span {
  font-size: 14px;
  margin: 15px 0 30px;
}

.author-widget .widget-content .profile .text-content {
  margin-bottom: 20px;
}

.author-widget .widget-content .profile .socialgroup ul {
  margin: 0;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.author-widget .widget-content .profile .socialgroup ul li a {
  color: #313131;
  display: block;
  text-align: center;
  padding: 0;
}

.author-widget .widget-content .profile .socialgroup ul li a:before {
  font-size: 13px;
  line-height: 1;
}

.author-widget .widget-content .profile .socialgroup ul li a:hover,
.author-widget .widget-content .profile .socialgroup ul li a:focus,
.author-widget .widget-content .profile .socialgroup ul li a:active {
  color: #083A6F;
}

.author-widget .widget-content .profile .button-container {
  margin-top: 30px;
  margin-bottom: 10px;
}

.author-widget .widget-content .profile .button-container .button-primary {
  line-height: 12px;
  padding-left: 22px;
  padding-right: 22px;
}

.author-widget.no-title .widget-title-wrap {
  display: none;
}

/*--------------------------------------------------------------
5.0 Partials
--------------------------------------------------------------*/
#site-loader {
  display: none;
  background-color: #ffffff;
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 99993;
}

#site-loader .site-loader-inner {
  position: absolute;
  top: 50%;
  right: -45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#site-loader .site-loader-inner img {
  max-width: 190px;
}

/*---site header logo style---*/
.site-header .container {
  position: relative;
}

.site-header .site-branding-outer img {
  max-width: 250px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.site-header .site-branding-outer img:hover {
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .site-header .site-branding-outer {
    text-align: left;
  }

  .site-header .site-branding-outer img {
    max-width: 130px;
  }
}

@media screen and (max-width: 575px) {
  .site-header .site-branding-outer img {
    max-width: 90px;
  }
}

.site-header .site-branding {
  display: inline-block;
}

.site-header .site-branding .site-title {
  color: #111111;
  line-height: 1.1;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.site-header .site-branding .site-title a {
  color: inherit;
}

.site-header .site-branding .site-title a:hover,
.site-header .site-branding .site-title a:focus,
.site-header .site-branding .site-title a:active {
  color: #083A6F;
}

@media screen and (max-width: 991px) {
  .site-header .site-branding .site-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .site-header .site-branding .site-title {
    font-size: 16px;
  }
}

.site-header .site-branding .site-description {
  margin: 0;
  font-size: 12px;
}

/*---site header icon style---*/
.header-icons-wrap>div {
  display: inline-block;
  margin-left: 15px;
}

/*---site header socail icon style---*/
.header-icons-wrap .socialgroup ul li {
  margin: 0;
}

.header-icons-wrap .socialgroup ul li:first-child a {
  margin-left: 0;
}

.header-icons-wrap .socialgroup ul li:last-child a {
  margin-right: 0;
}

.header-icons-wrap .socialgroup ul li a {
  margin: 0 7px;
}

.header-icons-wrap .socialgroup ul li a:before {
  font-size: 13px;
}

/*---site header search style---*/
.site-header .header-icons-wrap>div {
  display: inline-block;
}

.site-header .header-icons-wrap .cart-icon {
  padding-right: 3px;
  display: inline-block;
}

.site-header .header-icons-wrap .cart-icon a {
  display: inline-block;
  color: #000;
}

.site-header .header-icons-wrap .cart-icon a .count {
  margin-top: -15px;
  background-color: #D96D5C;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 11px;
  height: 18px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  font-weight: 600;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.site-header .header-icons-wrap .cart-icon a:hover,
.site-header .header-icons-wrap .cart-icon a:focus,
.site-header .header-icons-wrap .cart-icon a:active {
  color: #083A6F;
}

.site-header .header-icons-wrap .cart-icon a:hover span.count,
.site-header .header-icons-wrap .cart-icon a:focus span.count,
.site-header .header-icons-wrap .cart-icon a:active span.count {
  background-color: #083A6F;
}

.site-header .header-icons-wrap .header-search-icon {
  color: #000;
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.site-header .header-icons-wrap .header-search-icon button {
  border: none;
  background-color: transparent;
  color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.site-header .header-icons-wrap .header-search-icon:hover,
.site-header .header-icons-wrap .header-search-icon:active {
  color: #083A6F;
}

.site-header .header-search-wrap {
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  z-index: 99999;
  -webkit-transition: top 0.5s, visibility 0.5s;
  -moz-transition: top 0.5s, visibility 0.5s;
  -ms-transition: top 0.5s, visibility 0.5s;
  -o-transition: top 0.5s, visibility 0.5s;
  transition: top 0.5s, visibility 0.5s;
}

.site-header .header-search-wrap #header-search-form {
  width: 900px;
}

@media screen and (max-width: 991px) {
  .site-header .header-search-wrap #header-search-form {
    padding: 0 50px;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .site-header .header-search-wrap #header-search-form {
    padding: 0 15px;
  }

  .site-header .header-search-wrap #header-search-form input {
    font-size: 16px;
  }
}

.site-header .header-search-wrap #header-search-form input {
  color: #1a1a1a;
  background: transparent;
  border: none;
  border-bottom: 2px solid #656565;
  margin-bottom: 0;
  font-size: 24px;
  padding: 10px 0;
  font-weight: 300;
}

.site-header .header-search-wrap #header-search-form input:focus,
.site-header .header-search-wrap #header-search-form input:active {
  outline: 0;
}

.site-header .header-search-wrap #header-search-form input::-webkit-input-placeholder {
  color: #565656;
}

.site-header .header-search-wrap #header-search-form input::-moz-placeholder {
  color: #565656;
}

.site-header .header-search-wrap #header-search-form input:-moz-placeholder {
  color: #565656;
}

.site-header .header-search-wrap #header-search-form .search-button {
  background-color: transparent;
  height: 100%;
  bottom: 0;
}

.site-header .header-search-wrap #header-search-form .search-button span {
  color: #1a1a1a;
}

.site-header .header-search-wrap #header-search-form {
  visibility: hidden;
  opacity: 0;
}

.site-header .header-search-wrap .header-search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #a9a9a9;
}

.site-header .header-search-wrap.search-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  top: 0;
}

.site-header .header-search-wrap.search-slide #header-search-form {
  visibility: visible;
  opacity: 1;
}

.header-group-wrap {
  padding: 0px 0;
}

.header-group-wrap .header-icons-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.home .header-group-wrap,
.header-primary .header-group-wrap {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}

.header-primary.site-header .site-branding .site-title,
.header-primary.site-header .site-branding .site-description {
  color: #ffffff;
}

.header-primary.site-header .header-icons-wrap .header-search-icon,
.header-primary.site-header .header-icons-wrap .cart-icon a {
  color: #ffffff;
}

.header-primary.site-header .header-icons-wrap .header-search-icon:hover,
.header-primary.site-header .header-icons-wrap .header-search-icon:active,
.header-primary.site-header .header-icons-wrap .cart-icon a:hover,
.header-primary.site-header .header-icons-wrap .cart-icon a:active {
  color: #083A6F;
}

.header-primary.site-header .alt-menu-icon .icon-bar,
.header-primary.site-header .alt-menu-icon .icon-bar:before,
.header-primary.site-header .alt-menu-icon .icon-bar:after {
  background-color: #ffffff;
}

/*accessibility css*/
.site-header .header-search-icon button {
  border: none;
  background-color: transparent;
  color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.f-nav .header-group-wrap {
  background-color: #25bcc9;
  -webkit-box-shadow: 0 1px 3px 0 rgba(49, 49, 49, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(49, 49, 49, 0.2);
  -ms-box-shadow: 0 1px 3px 0 rgba(49, 49, 49, 0.2);
  -o-box-shadow: 0 1px 3px 0 rgba(49, 49, 49, 0.2);
  box-shadow: 0 1px 3px 0 rgba(49, 49, 49, 0.2);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  height: 50px;
}

.f-nav .header-group-wrap .primary-menu {
  margin-top: 5px !important;
}

.f-nav .header-group-wrap .header-conta {
  top: 0px;
}

.f-nav .header-group-wrap .small-logo {
  opacity: 1;
}

/*---menu hamburger icon style ---*/
.site-header button {
  border: none;
  background-color: transparent;
}

.site-header .alt-menu-icon {
  display: inline-block;
  margin-left: 0px;
  vertical-align: text-bottom;
  position: fixed;
  height: 20px;
  width: 20px;
  background-color: #11b0bd;
  top: 20px;
  right: 15px;
  z-index: 990;
  width: 50px;
  height: 50px;
  outline: none;
  padding-right: 10px;
  text-align: center;

}

.site-header .alt-menu-icon .icon-bar {
  right: 14px !important;
}

.primary-menu {
  padding-right: 60px !important;
  margin-top: 25px !important;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.small-logo {
  width: 50px;
  height: 50px;
  background-image: url(assets/images/small-logo.jpg);
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.site-header .alt-menu-icon:hover .icon-bar {
  background-color: #083A6F;
}

.site-header .alt-menu-icon:hover .icon-bar:before,
.site-header .alt-menu-icon:hover .icon-bar:after {
  background-color: #083A6F;
}

.site-header .alt-menu-icon .icon-bar {
  background-color: #333;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color 0.4s, width 0.5s;
  -moz-transition: background-color 0.4s, width 0.5s;
  -ms-transition: background-color 0.4s, width 0.5s;
  -o-transition: background-color 0.4s, width 0.5s;
  transition: background-color 0.4s, width 0.5s;
}

.site-header .alt-menu-icon .icon-bar:before,
.site-header .alt-menu-icon .icon-bar:after {
  background-color: #333;
  content: "";
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  -webkit-transition: background-color 0.4s, width 0.5s;
  -moz-transition: background-color 0.4s, width 0.5s;
  -ms-transition: background-color 0.4s, width 0.5s;
  -o-transition: background-color 0.4s, width 0.5s;
  transition: background-color 0.4s, width 0.5s;
}

.site-header .alt-menu-icon .icon-bar:before {
  top: 6px;
}

.site-header .alt-menu-icon .icon-bar:after {
  top: -6px;
}

.site-header .alt-menu-icon:hover .icon-bar,
.site-header .alt-menu-icon:focus .icon-bar,
.site-header .alt-menu-icon:active .icon-bar {
  width: 20px;
}

.site-header .alt-menu-icon:hover .icon-bar:before,
.site-header .alt-menu-icon:hover .icon-bar:after,
.site-header .alt-menu-icon:focus .icon-bar:before,
.site-header .alt-menu-icon:focus .icon-bar:after,
.site-header .alt-menu-icon:active .icon-bar:before,
.site-header .alt-menu-icon:active .icon-bar:after {
  width: 15px;
}

.main-navigation {
  text-align: center;
}

.main-navigation nav {
  display: block;
}

.main-navigation nav>ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation nav>ul>li {
  display: inline-block;
  margin: 0 20px;
}

.main-navigation nav>ul>li:first-child {
  border-left: none;
}

.main-navigation nav>ul>li:first-child:before {
  display: none;
}

.main-navigation nav>ul>li>a {
  color: #333;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  text-transform: capitalize;
  padding: 12px 0px;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .main-navigation nav>ul>li>a {
    padding: 20px 20px;
  }
}

.main-navigation nav>ul>li>a:before {
  background-color: #333;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-navigation nav>ul>li:hover>ul,
.main-navigation nav>ul>li.focus>ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-navigation nav>ul>li:hover a:before,
.main-navigation nav>ul>li.focus a:before {
  right: auto;
  width: 100%;
}

.main-navigation nav>ul ul {
  background: #ffffff;
  border-top: 3px solid #D96D5C;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 70px;
  width: 250px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-navigation nav>ul ul li {
  border-bottom: 1px solid #DDD;
  position: relative;
  display: block;
}

.main-navigation nav>ul ul li a {
  color: #333;
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-navigation nav>ul ul li a:hover,
.main-navigation nav>ul ul li a:focus,
.main-navigation nav>ul ul li a:active {
  padding-left: 30px;
  color: #083A6F;
}

.main-navigation nav>ul ul li>ul {
  left: 100%;
  top: 40px;
}

.main-navigation nav ul .sub-menu li button {
  right: 10px;
}

.main-navigation nav ul .sub-menu li:hover>ul,
.main-navigation nav ul .sub-menu li.focus>ul {
  visibility: visible;
  opacity: 1;
  top: -3px;
}

.main-navigation nav ul li {
  position: relative;
}

.main-navigation nav ul li.menu-item-has-children button.dropdown-toggle {
  border: none;
}

.main-navigation nav ul li.menu-item-has-children button.dropdown-toggle:after {
  display: none;
}

.main-navigation nav ul li.menu-item-has-children button.dropdown-toggle span:before {
  display: inline-block;
  font-size: 18px;
  float: right;
  line-height: 0.7;
  margin-left: 5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-navigation nav ul li.current-menu-item>a:before,
.main-navigation nav ul li.current-menu-parent>a:before {
  width: 100%;
}

.main-navigation ul li button {
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 0;
  top: 48%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.main-navigation ul li button span:before {
  margin-left: 0;
}

.main-navigation ul li.menu-item-has-children a {
  padding-right: 20px;
}

#offcanvas-menu {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  padding-top: 60px;
  padding-bottom: 30px;
  height: 100%;
  right: -100%;
  width: 340px;
  overflow-y: auto;
  z-index: 999999;
  visibility: hidden;
  -webkit-transition: right 0.5s, visibility 0.5s;
  -moz-transition: right 0.5s, visibility 0.5s;
  -ms-transition: right 0.5s, visibility 0.5s;
  -o-transition: right 0.5s, visibility 0.5s;
  transition: right 0.5s, visibility 0.5s;
}

@media screen and (min-width: 768px) {
  #offcanvas-menu {
    border-left: 1px solid #ededed;
  }
}

@media screen and (max-width: 991px) {
  #offcanvas-menu {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  #offcanvas-menu {
    width: 100%;
  }
}

#offcanvas-menu .close-offcanvas-menu {
  text-align: right;
  padding: 0 15px;
  margin: 15px 0 10px;
  position: absolute;
  top: 0;
  right: 0;
}

#offcanvas-menu .close-offcanvas-menu button {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  font-size: 26px;
  display: inline-block;
  color: #cccccc;
}

#offcanvas-menu .top-header-right {
  padding: 20px 18px;
  text-align: left;
}

#offcanvas-menu .top-header-right .socialgroup {
  display: inline-block;
}

#offcanvas-menu .top-header-right .socialgroup ul {
  margin: 0;
}

#offcanvas-menu .sidebar {
  margin-top: 20px;
}

#offcanvas-menu .widget .menu-social-menu-container ul li {
  margin: 0;
  line-height: 1;
}

#offcanvas-menu .widget .menu-social-menu-container ul li a {
  color: #313131;
  padding: 0 7px;
  line-height: 1;
}

#offcanvas-menu .offcanvas-menu-wrap {
  visibility: hidden;
  opacity: 0;
}

.kt-offcanvas-overlay {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body.offcanvas-menu-open #offcanvas-menu {
  right: 0;
  visibility: visible;
}

body.offcanvas-menu-open #offcanvas-menu .offcanvas-menu-wrap {
  visibility: visible;
  opacity: 1;
}

body.offcanvas-menu-open .kt-offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  z-index: 99991;
  top: 0px;
}

.offcanvas-navigation {
  width: 100%;
  padding: 0 20px;
}

.offcanvas-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.offcanvas-navigation ul ul {
  padding-left: 15px;
}

.offcanvas-navigation li {
  border-bottom: 1px solid #ededed;
}

.offcanvas-navigation li.current_page_item>a,
.offcanvas-navigation li.current-menu-item>a,
.offcanvas-navigation li.current_page_ancestor>a,
.offcanvas-navigation li.current-menu-ancestor>a {
  color: #333;
}

.offcanvas-navigation li.page_item_has_children,
.offcanvas-navigation li.menu-item-has-children {
  position: relative;
}

.offcanvas-navigation li.page_item_has_children>a .triangle,
.offcanvas-navigation li.menu-item-has-children>a .triangle {
  height: 24px;
  width: 24px;
  text-align: center;
  float: right;
  color: #b3b3b3;
  font-size: 16px;
  font-family: "kf-icons";
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  line-height: 10px;
}

.offcanvas-navigation li.page_item_has_children>a .triangle:before,
.offcanvas-navigation li.menu-item-has-children>a .triangle:before {
  display: inline-block;
  margin-top: 7px;
}

.offcanvas-navigation li:last-child {
  border-bottom: none;
}

.offcanvas-navigation a {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 0;
  text-decoration: none;
}

.offcanvas-navigation a button {
  background-color: transparent;
  color: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

.offcanvas-navigation a:hover,
.offcanvas-navigation a:focus,
.offcanvas-navigation a:active {
  color: #083A6F;
}

.offcanvas-navigation .sub-menu {
  display: none;
}

.header-primary .main-navigation {
  text-align: center;
}

.header-primary .main-navigation nav>ul>li>a {
  color: #ffffff;
}

.header-primary .main-navigation nav>ul>li>a:before {
  background-color: #ffffff;
}

.header-primary .main-navigation nav>ul>li>button {
  color: #ffffff;
}

.block-slider {
  position: relative;
  z-index: 1;
}

.site-main .block-slider {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .block-slider {
    margin-bottom: 30px;
  }
}

.block-slider .slide-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.block-slider .banner-overlay {
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100vh;
  width: 100%;
}

.block-slider .slider-content {
  color: #ffffff;
  max-width: 750px;
  margin: auto;
}

.block-slider .slider-content .section-title {
  color: #ffffff;
  font-size: 48px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .block-slider .slider-content .section-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 575px) {
  .block-slider .slider-content .section-title {
    font-size: 28px;
  }
}

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

.block-slider .slider-content .button-container a {
  color: #ffffff;
  border-color: #ffffff;
}

.block-slider .slider-content .button-container a:hover,
.block-slider .slider-content .button-container a:focus,
.block-slider .slider-content .button-container a:active {
  border-color: #083A6F;
}

.block-slider #slide-pager {
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 50px;
  z-index: 99;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.block-slider #slide-pager.disabled {
  display: none;
}

.block-slider #slide-pager .owl-dot {
  display: block;
  margin: 10px auto;
}

.block-slider #slide-pager .owl-dot span {
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  font-size: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-slider #slide-pager .owl-dot span:hover,
.block-slider #slide-pager .owl-dot span:focus,
.block-slider #slide-pager .owl-dot span:active {
  background-color: #083A6F;
  border-color: #083A6F;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  -moz-transition: background-color 0.5s, border-color 0.5s;
  -ms-transition: background-color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
}

.block-slider #slide-pager .owl-dot.active span {
  background-color: #ffffff;
  margin: 0;
}

.block-slider #slide-pager .owl-dot.active span:hover,
.block-slider #slide-pager .owl-dot.active span:focus,
.block-slider #slide-pager .owl-dot.active span:active {
  background-color: #083A6F;
}

.block-slider .slider-shape {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.block-slider .slider-shape svg {
  width: 100%;
}

.block-slider .scroll-down {
  bottom: 4%;
  right: 40px;
  left: auto;
  width: auto;
}

.block-slider .scroll-down span {
  border-color: #787878;
}

@media screen and (max-width: 767px) {
  .block-slider .scroll-down {
    right: auto;
    left: auto;
    width: 100%;
  }

  .block-slider .scroll-down span {
    border-color: #fff;
  }
}

.block-instagram {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .block-instagram {
    padding-top: 50px;
  }
}

.instagram-wrapper {
  position: relative;
  z-index: 2;
}

#sb_instagram {
  position: relative;
}

#sb_instagram .sbi_photo_wrap a {
  opacity: 1 !important;
  position: relative;
}

#sb_instagram .sbi_photo_wrap a:before {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: background-color 0.3s, height 0.3s, width 0.3s;
  -moz-transition: background-color 0.3s, height 0.3s, width 0.3s;
  -ms-transition: background-color 0.3s, height 0.3s, width 0.3s;
  -o-transition: background-color 0.3s, height 0.3s, width 0.3s;
  transition: background-color 0.3s, height 0.3s, width 0.3s;
  top: 0;
  width: 50px;
}

#sb_instagram .sbi_photo_wrap a:hover:before,
#sb_instagram .sbi_photo_wrap a:focus:before,
#sb_instagram .sbi_photo_wrap a:active:before {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  z-index: 999;
}

#sb_instagram #sbi_load {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 999;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram #sbi_load .sbi_follow_btn a {
  background-color: #ffffff;
  border: 2px solid #565656;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram #sbi_load .sbi_load_btn:focus,
#sb_instagram #sbi_load .sbi_load_btn:active,
#sb_instagram #sbi_load .sbi_follow_btn a:hover,
#sb_instagram #sbi_load .sbi_follow_btn a:focus,
#sb_instagram #sbi_load .sbi_follow_btn a:active {
  background-color: #313131;
  border-color: #313131;
  box-shadow: none;
  color: #ffffff;
}

#sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 10px;
}

@media screen and (max-width: 575px) {
  #sb_instagram #sbi_load {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }

  #sb_instagram #sbi_load .sbi_load_btn,
  #sb_instagram #sbi_load .sbi_follow_btn a {
    display: block;
    padding: 5px 10px;
  }

  #sb_instagram #sbi_load .sbi_follow_btn {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.site-footer:before,
.site-footer:after {
  content: "";
  display: block;
  clear: both;
}

.site-footer .socialgroup ul {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .site-footer .socialgroup ul {
    margin-bottom: 5px;
  }
}

.site-footer .socialgroup ul li {
  margin-bottom: 0;
}

.site-footer .socialgroup ul li a {
  display: block;
  text-align: center;
  margin: 0 8px;
  color: #a4a4a4;
}

.site-footer .socialgroup ul li a:hover,
.site-footer .socialgroup ul li a:focus,
.site-footer .socialgroup ul li a:active {
  border-color: #083A6F;
  color: #083A6F;
}

.site-footer .desc-menu-wrap {
  font-size: 13px;
}

.site-footer .copyright {
  color: #a4a4a4;
  font-size: 14px;
  text-transform: uppercase;
}

.site-footer .copyright a {
  color: #686867;
}

.site-footer .copyright a:hover,
.site-footer .copyright a:focus,
.site-footer .copyright a:active {
  color: #083A6F;
}

.site-footer .footer-menu ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 0;
}

.site-footer .footer-menu ul li {
  border-left: 1px solid #999999;
  display: inline-block;
  list-style: none;
  line-height: 1.1;
  padding: 0 10px;
}

.site-footer .footer-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.site-footer .footer-menu ul li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.site-footer .footer-menu ul li a {
  color: #686867;
  text-transform: uppercase;
  font-size: 13px;
}

.site-footer .footer-menu ul li a:hover,
.site-footer .footer-menu ul li a:focus,
.site-footer .footer-menu ul li a:active {
  color: #083A6F;
}

@media screen and (max-width: 767px) {
  .site-footer .footer-menu ul li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}

.footer-widget-wrap {
  padding: 60px 0 30px;
}

@media screen and (max-width: 575px) {
  .footer-widget-wrap {
    padding: 40px 0 0;
  }
}

.bottom-footer {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .bottom-footer {
    text-align: center;
  }
}

.site-footer-primary .socialgroup {
  text-align: center;
}

.site-footer-primary .socialgroup ul li a {
  color: #8c8c8c;
  font-size: 16px;
  font-family: "Hind", sans-serif;
  margin: 0 15px;
  letter-spacing: 0.5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.site-footer-primary .socialgroup ul li a:before {
  margin-right: 6px;
  font-size: 24px;
}

@media screen and (max-width: 575px) {
  .site-footer-primary .socialgroup ul li a {
    font-size: 0;
    margin: 0 8px;
  }

  .site-footer-primary .socialgroup ul li a:before {
    margin-right: 0;
  }
}

.site-footer-primary .desc-menu-wrap {
  text-align: center;
  padding: 30px 0 0;
}

.site-footer-primary .desc-menu-wrap .copyright,
.site-footer-primary .desc-menu-wrap .footer-menu {
  display: inline-block;
}

.site-footer-primary .desc-menu-wrap .footer-menu {
  margin-left: 10px;
}

.footer-item ul li {
  border: none;
}

.footer-item ul li a {
  padding: 5px 0;
}

.top-footer {
  font-size: 14px;
}

.site-footer .top-footer .footer-widget-wrap .widget:last-child {
  margin-bottom: 0;
}

.top-footer .widget {
  background-color: transparent;
  border: none;
  color: #555;
  padding: 0;
}

.top-footer .widget .footer-item {
  background-color: transparent;
  border: none;
  color: #555;
}

.top-footer .widget .widget-title,
.top-footer .widget .widgettitle {
  background-color: transparent;
  border: none;
  color: #111111;
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Hind", sans-serif;
  margin: 0 0 35px 0;
  padding: 0 0 10px 0;
  padding-right: 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.top-footer .widget .widget-title:after,
.top-footer .widget .widgettitle:after {
  display: inline-block;
  height: 1px;
  width: 40px;
  background-color: #999;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

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

  .top-footer .widget .widget-title,
  .top-footer .widget .widgettitle {
    margin: 0 0 20px 0;
  }
}

.top-footer .widget ul,
.top-footer .widget ol {
  background-color: transparent;
  border: 1px solid transparent;
  margin-bottom: 0;
  padding: 0 0;
  border: none;
}

.top-footer .widget ul li,
.top-footer .widget ol li {
  color: #999;
  border-color: #dedede;
  padding-left: 0;
}

.top-footer .widget ul li:before,
.top-footer .widget ol li:before {
  display: none;
}

.top-footer .widget ul li a,
.top-footer .widget ol li a {
  color: #414141;
  font-size: 14px;
}

.top-footer .widget ul li a:hover,
.top-footer .widget ul li a:focus,
.top-footer .widget ul li a:active,
.top-footer .widget ol li a:hover,
.top-footer .widget ol li a:focus,
.top-footer .widget ol li a:active {
  color: #083A6F;
}

.top-footer .widget ul ul,
.top-footer .widget ul ol,
.top-footer .widget ol ul,
.top-footer .widget ol ol {
  padding-top: 0;
}

.top-footer .widget dfn,
.top-footer .widget cite,
.top-footer .widget em,
.top-footer .widget i,
.top-footer .widget abbr,
.top-footer .widget acronym {
  color: #cccccc;
}

.top-footer .widget input[type="search"] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
}

.top-footer .widget .search-button {
  border: none;
  height: 42px;
}

.top-footer .widget .search-button span {
  color: #ffffff;
}

.top-footer .widget .search-button:hover,
.top-footer .widget .search-button:focus,
.top-footer .widget .search-button:active {
  background-color: #083A6F;
}

.top-footer .widget .search-button:hover span,
.top-footer .widget .search-button:focus span,
.top-footer .widget .search-button:active span {
  color: #ffffff;
}

.top-footer .widget .textwidget,
.top-footer .widget .calendar_wrap,
.top-footer .widget .tagcloud,
.top-footer .widget.widget_nav_menu .menu {
  color: #cccccc;
  background-color: transparent;
  border: 1px solid transparent;
  margin-bottom: 0;
  padding: 0 0;
}

.top-footer .widget .textwidget ul,
.top-footer .widget .textwidget ol {
  padding-top: 0;
}

.top-footer .widget .textwidget a:hover,
.top-footer .widget .textwidget a:focus,
.top-footer .widget .textwidget a:active {
  -webkit-box-shadow: 0px 2px 0px 0px #e6e6e6;
  -moz-box-shadow: 0px 2px 0px 0px #e6e6e6;
  -ms-box-shadow: 0px 2px 0px 0px #e6e6e6;
  -o-box-shadow: 0px 2px 0px 0px #e6e6e6;
  box-shadow: 0px 2px 0px 0px #e6e6e6;
  color: #083A6F;
}

.top-footer .widget .calendar_wrap table,
.top-footer .widget .calendar_wrap th,
.top-footer .widget .calendar_wrap td {
  border-color: #7e7e7e;
  border-width: 1px;
}

.top-footer .widget .calendar_wrap table {
  border-bottom: 0;
}

.top-footer .widget .calendar_wrap table caption {
  border-color: #7e7e7e;
  color: #cccccc;
  margin-bottom: 0;
  text-align: right;
}

.top-footer .widget .calendar_wrap table td a {
  color: #ffffff;
}

.top-footer .widget .calendar_wrap table td a:hover,
.top-footer .widget .calendar_wrap table td a:focus,
.top-footer .widget .calendar_wrap table td a:active {
  color: #083A6F;
}

.top-footer .widget .calendar_wrap table td#next a,
.top-footer .widget .calendar_wrap table td#prev a {
  color: #111;
}

.top-footer .widget .calendar_wrap table td#next a:hover,
.top-footer .widget .calendar_wrap table td#prev a:hover {
  color: #083A6F;
}

.top-footer .widget .tagcloud a {
  background-color: transparent;
  border-color: #7e7e7e;
  color: #cccccc;
}

.top-footer .widget .search-form {
  margin-top: 40px;
}

.top-footer .widget .recentcomments .comment-author-link {
  color: #cccccc;
  font-style: italic;
}

.top-footer .widget .mejs-audio {
  margin-top: 30px;
}

.top-footer .widget .wp-video {
  margin-top: 40px;
}

.top-footer .widget .wp-caption {
  color: #cccccc;
  margin-top: 40px;
}

.top-footer .widget.widget_rss li a {
  color: #cccccc;
}

.top-footer .widget.widget_rss li a:hover,
.top-footer .widget.widget_rss li a:focus,
.top-footer .widget.widget_rss li a:active {
  color: #083A6F;
}

.top-footer .widget .rsswidget {
  color: #cccccc;
}

.top-footer .widget .rsswidget:hover,
.top-footer .widget .rsswidget:focus,
.top-footer .widget .rsswidget:active {
  color: #083A6F;
}

.top-footer .widget .button {
  color: #cccccc;
}

.top-footer .widget .button:hover,
.top-footer .widget .button:focus,
.top-footer .widget .button:active {
  color: #cccccc;
}

.top-footer .widget .sb-about-widget .widget-content {
  margin-top: 40px;
}

.top-footer .widget .sb-right-thumb-widget {
  color: #cccccc;
}

.top-footer .widget .sb-right-thumb-widget .widget-content {
  margin-top: 40px;
  padding: 0;
}

.top-footer .widget .sb-right-thumb-widget .widget-content .post-footer span a {
  color: #d9d9d9;
}

.top-footer .widget .sb-right-thumb-widget .widget-content .post-footer span a:hover,
.top-footer .widget .sb-right-thumb-widget .widget-content .post-footer span a:focus,
.top-footer .widget .sb-right-thumb-widget .widget-content .post-footer span a:active {
  color: #083A6F;
}

.top-footer .widget .sb-right-thumb-widget .widget-content a {
  color: #cccccc;
}

.top-footer .widget .sb-right-thumb-widget .widget-content a:hover,
.top-footer .widget .sb-right-thumb-widget .widget-content a:focus,
.top-footer .widget .sb-right-thumb-widget .widget-content a:active {
  color: #083A6F;
}

.top-footer .widget .menu-social-menu-container ul li a {
  font-size: 0;
}

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
body.page .post-footer {
  display: none;
}

body.home.page .block-grid {
  color: #5c666a;
}

@media screen and (min-width: 992px) {
  .block-grid .masonry-grid:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (max-width: 991px) {
  .block-grid .masonry-grid:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 575px) {
  .block-grid .masonry-grid {
    padding: 0 15px;
  }
}

.block-grid .single-post-wrap {
  -webkit-transition: box-shadow 0.3s, transform 0.3s;
  -moz-transition: box-shadow 0.3s, transform 0.3s;
  -ms-transition: box-shadow 0.3s, transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.block-grid .single-post-wrap:hover,
.block-grid .single-post-wrap:focus,
.block-grid .single-post-wrap:active {
  -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}

.single-post-wrap.product .post-inner {
  border-bottom: none;
}

body.single blockquote {
  margin-bottom: 40px;
  margin-top: 40px;
}

.wrap-detail-page .post-thumbnail {
  margin-bottom: 60px;
  text-align: center;
}
.post-template-default .post-thumbnail img {
  display: none;
}
.post-template-default .post-thumbnail{margin-bottom: 0;}
body.search-results .page-content {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 15px 30px;
  padding-bottom: 8%;
  padding-top: 8%;
}

body.search-results .page-content:before,
body.search-results .page-content:after {
  content: "";
  display: block;
  clear: both;
}

body.search-results .site-main {
  margin-right: 0;
}

body.search-results .post {
  border: 1px solid #e6e6e6;
}

body.search-results .post featured-image {
  margin: 0 -1px;
}

body.search-results .post .post-content {
  padding: 30px 20px 0;
}

body.search-results .post .post-content .post-text {
  margin-bottom: 30px;
}

body.search-results .post .post-content .meta-tag {
  margin: 0 -20px;
  border-bottom: none;
}

body.search-results .no-thumbnail .post-inner,
body.search-results .page .post-inner {
  border-bottom: none;
}

body.content-none-page .inner-page-content {
  padding-bottom: 0;
}

body.content-none-page .wrap-detail-page .section-title {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  body.content-none-page .wrap-detail-page .section-title {
    font-size: 50px;
    line-height: 1;
  }
}

body.content-none-page .wrap-detail-page .section-title:before,
body.content-none-page .wrap-detail-page .section-title:after {
  display: none;
}

body.content-none-page .wrap-detail-page .sub-title {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}

body.content-none-page .wrap-detail-page .content {
  margin-top: 90px;
  text-align: center;
}

body.content-none-page .wrap-detail-page .content p {
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  body.content-none-page .wrap-detail-page .content {
    margin-top: 60px;
  }
}

.search-no-results .site-footer {
  margin-top: 0;
  border-top: none;
}

.no-results {
  background-color: #ffffff;
  margin-top: 40px;
}

.no-results:before,
.no-results:after {
  content: "";
  display: block;
  clear: both;
}

.no-results .content {
  margin-top: 30px;
  text-align: center;
}

.no-results .content p {
  margin-bottom: 40px;
}

.no-results .content .button {
  color: #ffffff;
}

.post {
  margin-bottom: 30px;
}

.post .entry-meta-cat {
  margin-bottom: 11px;
}

.post .entry-meta-cat a {
  color: #D96D5C;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #D96D5C;
}

.post .entry-meta-cat a:hover,
.post .entry-meta-cat a:focus,
.post .entry-meta-cat a:active {
  color: #083A6F;
  border-color: #083A6F;
}

.post .meta-tag {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0;
  margin-top: 20px;
  font-size: 0;
  clear: both;
  text-align: center;
}

.post .meta-tag [class*="meta-"] {
  color: #383838;
  font-size: 11px;
  display: inline-block;
  padding: 0 12px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post .meta-tag [class*="meta-"] a {
  color: #383838;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.post .meta-tag [class*="meta-"] a:hover,
.post .meta-tag [class*="meta-"] a:focus,
.post .meta-tag [class*="meta-"] a:active {
  color: #083A6F;
}

.post .meta-tag [class*="meta-"] a:hover:before,
.post .meta-tag [class*="meta-"] a:focus:before,
.post .meta-tag [class*="meta-"] a:active:before {
  color: #083A6F;
}

.post .meta-tag [class*="meta-"] a:before {
  font-family: 'kf-icons';
  font-size: 12px;
  margin-right: 5px;
  color: #6b6b6b;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.post .meta-tag [class*="meta-"]:after {
  content: "|";
  color: #d6d6d6;
  font-size: 8px;
  left: 0;
  position: absolute;
  top: 5px;
}

.post .meta-tag [class*="meta-"]:first-child {
  padding-left: 0;
}

.post .meta-tag [class*="meta-"]:first-child:after {
  display: none;
}

.post .meta-tag .meta-comment a:before {
  content: "\e065";
}

.post .meta-tag .meta-author a:before {
  content: "\e08a";
}

.post .featured-image {
  overflow: hidden;
}

.post .post-content {
  padding: 25px 0 0;
}

.post .post-content .post-text {
  margin-bottom: 35px;
}

.post .post-content .post-text p:last-child {
  margin-bottom: 0;
}

.post .addtoany_header {
  display: inline-block;
  position: relative;
  color: #1a1a1a;
}

.post .addtoany_header:before {
  content: "\e0a0";
  font-family: "kf-icons";
  margin-right: 10px;
  font-size: 11px;
}

.post .addtoany_list {
  display: inline-block;
  margin-left: 20px;
}

.block-about {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .block-about {
    padding-top: 50px;
  }
}

.thumb-block-outer {
  background: #D96D5C;
  position: relative;
  padding: 80px;
  z-index: 1;
}

.thumb-block-outer:before {
  background-color: #f5f7fb;
  content: "";
  position: absolute;
  width: 36%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .thumb-block-outer {
    padding: 50px 30px;
  }

  .thumb-block-outer:before {
    width: 100%;
    height: 36%;
  }
}

.about-content {
  color: #fff;
  padding: 35px 20px 0 55px;
}

@media screen and (max-width: 767px) {
  .about-content {
    padding: 35px 0 0;
  }
}

.about-content .section-title-group {
  margin-bottom: 30px;
  text-align: inherit;
}

.about-content .section-title-group .section-title {
  color: #ffffff;
  display: inline-block;
}

.about-content .section-title-group .section-title:before,
.about-content .section-title-group .section-title:after {
  border-color: #ffffff;
}

.about-content .button-container {
  margin-top: 30px;
}

.about-content .button-outline {
  border-color: #ffffff;
  color: #ffffff;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.about-content .button-outline:hover,
.about-content .button-outline:focus,
.about-content .button-outline:active {
  border-color: #083A6F;
  color: #ffffff;
}

.block-blog {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .block-blog {
    padding: 50px 0;
  }
}

.block-blog .grid-post-wrap {
  margin: 0 -5px;
}

.block-blog .grid-post-wrap .grid-post {
  padding: 0 5px;
}

.block-blog .post-container {
  margin-bottom: 10px;
  position: relative;
}

.block-blog .post-content {
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}

.block-blog .post-content .entry-header {
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  visibility: hidden;
  opacity: 0;
}

.block-blog .post-content .entry-title {
  color: #ffffff;
  margin: 0;
}

.block-blog .post-content .entrymeta-cat {
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  visibility: hidden;
  display: inline-block;
  opacity: 0;
}

.block-blog .post-content .entrymeta-cat a {
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.block-blog .post-content .entrymeta-cat a:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 40px;
}

.block-blog .post-content .entrymeta-cat a:hover,
.block-blog .post-content .entrymeta-cat a:focus,
.block-blog .post-content .entrymeta-cat a:active {
  color: #083A6F;
}

.block-blog .feature-image a {
  display: block;
  position: relative;
}

.block-blog .feature-image a:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.block-blog .post-container:hover .feature-image a:before,
.block-blog .post-container:focus .feature-image a:before,
.block-blog .post-container:active .feature-image a:before {
  opacity: 1;
}

.block-blog .post-container:hover .entrymeta-cat,
.block-blog .post-container:hover .entry-header,
.block-blog .post-container:focus .entrymeta-cat,
.block-blog .post-container:focus .entry-header,
.block-blog .post-container:active .entrymeta-cat,
.block-blog .post-container:active .entry-header {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.block-blog .shape-style {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.block-blog .shape-style svg {
  width: 100%;
}

.block-blog .shape-style svg path {
  fill: #F5F7FB;
}

.block-callback {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-background-position: center;
  -moz-background-position: center;
  -ms-background-position: center;
  -o-background-position: center;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.block-callback .overlay {
  z-index: -1;
}

.callback-content {
  color: #ffffff;
  font-size: 18px;
}

.callback-content .section-title-group {
  margin-bottom: 30px;
  text-align: inherit;
}

.callback-content .section-title-group .section-title {
  background-color: transparent;
  color: #ffffff;
}

.callback-content .section-title-group .section-title:before,
.callback-content .section-title-group .section-title:after {
  border-color: #ffffff;
}

.callback-content .button-container {
  padding: 20px 0;
}

.callback-content .button-container .button-outline {
  border-color: #ffffff;
  color: #ffffff;
}

.callback-content .button-container .button-outline:hover,
.callback-content .button-container .button-outline:focus,
.callback-content .button-container .button-outline:active {
  border-color: #083A6F;
}

.block-testimonial {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.block-testimonial:before {
  background-color: #D96D5C;
  content: "";
  display: block;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.block-testimonial:after {
  background: #D96D5C;
  content: "";
  display: block;
  width: 400px;
  position: absolute;
  top: 0;
  left: 60%;
  height: 100%;
  -webkit-transform: skew(160deg) translate(-50%, 0);
  -moz-transform: skew(160deg) translate(-50%, 0);
  -ms-transform: skew(160deg) translate(-50%, 0);
  transform: skew(160deg) translate(-50%, 0);
}

.block-testimonial .section-content {
  margin-bottom: 30px;
}

.block-testimonial .section-title-group {
  text-align: left;
  margin-bottom: 30px;
}

.block-testimonial .section-title-group .section-title {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .block-testimonial .section-title-group {
    text-align: center;
  }

  .block-testimonial .section-title-group .section-title {
    background-color: #FAFAFA;
    padding: 10px 30px 12px;
  }

  .block-testimonial .section-title-group .section-title:before,
  .block-testimonial .section-title-group .section-title:after {
    display: inline-block;
  }
}

.block-testimonial .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-testimonial .owl-stage .owl-item {
  background-color: #f8f8f8;
  padding: 40px 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .block-testimonial .content-inner {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .block-testimonial:before {
    bottom: 0;
    height: 60%;
    width: 100%;
    top: auto;
  }

  .block-testimonial:after {
    display: none;
  }
}

.testi-content .header-content {
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testi-content .header-content:before,
.testi-content .header-content:after {
  content: "";
  display: block;
  clear: both;
}

.testi-content .author {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  height: 60px;
  overflow: hidden;
  width: 60px;
  float: left;
}

.testi-content .author img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.testi-content .testi-title-wrap {
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  float: left;
  padding-left: 20px;
}

.testi-content .testi-title-wrap .author-name {
  color: #111111;
  font-size: 18px;
  line-height: 1;
}

.testi-content .testi-title-wrap .sub-title {
  font-size: 13px;
  display: block;
  line-height: 1.2;
  color: #a9a9a9;
  letter-spacing: 0.8px;
}

.testi-content .author-content {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  position: relative;
}

.testi-content .author-content:before {
  background: #f8f8f8;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  position: absolute;
  top: -6px;
  left: 23px;
}

.testi-content .text {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.testi-content .text P:last-child {
  margin-bottom: 0;
}

.block-testimonial .controls [class*="owl-"] {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding: 5px 15px;
  cursor: pointer;
  position: relative;
  margin: 0 4px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  z-index: 1;
}

.block-testimonial .controls [class*="owl-"]:before {
  background-color: #D96D5C;
  position: absolute;
  content: "";
  display: block;
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  z-index: -1;
}

.block-testimonial .controls [class*="owl-"].disabled {
  cursor: default;
}

.block-testimonial .controls [class*="owl-"].disabled:before {
  background-color: #ccc;
}

.block-testimonial .controls [class*="owl-"]:not(.disabled):hover:before {
  background-color: #083A6F;
}

@media screen and (max-width: 767px) {
  .block-testimonial .controls {
    text-align: center;
  }
}

.block-contact {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .block-contact {
    padding: 50px 0;
  }
}

.block-contact .overlay {
  z-index: -1;
}

.block-contact .contact-details-wrap {
  color: #ffffff;
}

.block-contact .contact-details-wrap h3 {
  color: #ffffff;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .block-contact:before {
    display: none;
  }

  .block-contact .contact-details-wrap {
    background-color: #D96D5C;
    margin: -50px -15px 60px;
    padding: 60px 15px 15px;
  }
}

.contact-list {
  color: #e6e6e6;
}

.contact-detail-container {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact-detail-container .row {
  align-items: center;
}

.contact-detail-container label,
.contact-detail-container .searchform .search-button,
.searchform .contact-detail-container .search-button {
  color: #ffffff;
}

.contact-detail-container input[type=text],
.contact-detail-container input[type=email],
.contact-detail-container textarea {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.contact-details-wrap .section-title-group .section-title {
  color: #ffffff;
  display: inline-block;
}

.contact-details-wrap .section-title-group .section-title:before,
.contact-details-wrap .section-title-group .section-title:after {
  border-color: #ffffff;
}

/*--------------------------------------------------------------
   		  !!! KEON THEMES (https://keonthemes.com) !!!
--------------------------------------------------------------*/

body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
}

p {
  font-size: 16px;
  line-height: 28px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif !important;
}

.footer-wrapper {
  width: 100%;
  background: url(assets/images/footer-bg.jpg) no-repeat center center fixed #080d1d;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #9c9ea5;

}

.footer-btm-wrap {
  border-top: 1px solid #363b48;
  min-height: 70px;
  line-height: 70px;
}

.footer-btm-wrap .col-lg-6:last-child {
  text-align: right;
}

.footer-btm-wrap a {
  color: #9c9ea5;
  text-decoration: none;
}

.footer-btm-wrap a:hover {
  color: #11b0bd;
}

.footer-top-con {
  width: 100%;
  background-color: #ffffff;
  margin-top: 30px;
  display: block;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.footer-top-con .col-lg-4 {
  min-height: 100px;
  display: table;
  vertical-align: middle;
  padding: 0px;
}

.footer-top-con .col-lg-4:nth-child(2) {
  background: -moz-linear-gradient(left, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(217, 217, 217, 1)), color-stop(40%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#ffffff', GradientType=1);
}

.footer-top-con .col-lg-4:nth-child(3) {
  background: rgba(217, 217, 217, 1);
  background: -moz-linear-gradient(left, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(217, 217, 217, 1)), color-stop(40%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#ffffff', GradientType=1);

}

.footer-top-con h6 {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.footer-top-con h6 a,
.footer-top-con h6 a:hover {
  color: #000;
}

.footer-top-con p {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 18px;
}


.footer-top-con .row {
  margin: 0px;
}

.footer-top-con .col-lg-4 span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
}

.footer-top-con .col-lg-4 span i {
  position: absolute;
  left: 0px;
  top: 32px;
  color: #00b8f4;
  font-size: 34px;
}

.footer-top-con .col-lg-4:nth-child(1) span {
  padding-left: 100px;
}

.footer-top-con .col-lg-4:nth-child(1) span i {
  left: 50px;
}

.footer-top-con .col-lg-4:nth-child(2) span {
  padding-left: 175px;
}

.footer-top-con .col-lg-4:nth-child(2) span i {
  left: 120px;
}

.footer-top-con .col-lg-4:nth-child(3) span {
  padding-left: 155px;
}

.footer-top-con .col-lg-4:nth-child(3) span i {
  left: 100px;
}

.footer-links ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.footer-links ul li {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  line-height: normal;
}

.footer-links ul li a {
  font-size: 15px;
  color: #9c9ea5;
  line-height: normal;
  padding: 6px 0px;
  float: left;
  width: 100%;
}

.footer-links ul li a:hover {
  color: #11b0bd;
}

.footer-links .col-lg-5 ul li {
  width: 50%;
  float: left;
}

.footer-links h4 {
  font-size: 28px;
  padding: 0px;
  margin: 0px 0px 14px 0px;
  font-weight: 900;
  color: #ffffff;
}

.footer-links {
  padding-top: 60px;
  margin-bottom: 60px;
}

.footer-links .col-lg-3 img {
  margin-top: 25px;

}

.testimonial-wrapper {
  margin: 70px 0px 80px 0px;
  text-align: center;
  overflow: hidden;
}

.testimonial-wrapper .page-heading {
  float: none;
  clear: both;
}

.testimonial-wrapper .carousel {
  float: left;
}

.testimonial-wrapper P {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-style: italic;
}

.testimonial-wrapper h6 {
  font-size: 16px;
  font-weight: 900;
  padding: 0px;
  margin: 20px 0px 0px 0px;
  text-align: center;
  text-transform: uppercase;
}

.testimonial-wrapper span {
  width: 110px;
  height: 110px;
  display: block;
  background: url(assets/images/testimonial.svg) no-repeat #b1c5c6;
  ;
  border-radius: 50%;
  background-size: 50px auto;
  background-position: 30px 22px;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -55px;
  margin-bottom: 15px;
}

.testimonial-wrapper span img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.testimonial-wrapper .carousel-inner {

  overflow: visible;
}


.about-wrapper {
  background-color: #fde4c2;
  text-align: justify;
}

.about-wrapper p {
  text-align: justify;
}

.about-wrapper p:last-child {
  margin-bottom: 0px;
}

.about-wrapper h2 {
  text-align: left;
}

.page-heading {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700;
  line-height: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  width: 100%;
  float: left;
  display: block;
  font-size: 60px;
  text-align: center;
}

.pulseanim {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(0, 184, 224, 0.5);
  border-radius: 50%;
  background-color: #e84c3d;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.banner-pulse:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes puls {
  to {
    box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
  }
}

@-moz-keyframes puls {
  to {
    box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
  }
}

@-ms-keyframes puls {
  to {
    box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
  }
}

@keyframes puls {
  to {
    box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
  }
}

.whatsappanim {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(41, 167, 26, 0.5);
  border-radius: 50%;
  background-color: #e84c3d;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}


@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
  }
}


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.partner-wrapper span {
  width: 100%;
  height: 135px;
  background-color: white;
  float: left;

}

.partner-wrapper span img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 125px;
  object-fit: cover;
  margin: 5px 0px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.partner-wrapper {
  margin-bottom: 80px;
  margin-top: 70px;
}

.partner-wrapper h2 {
  float: none;
  clear: both;
}

.partner-wrapper .col-1-5 {
  padding-right: 10px;
  padding-left: 10px;
}

.tabbed-scroll {
  margin-left: -10px;
  margin-right: -10px;
}

.flight-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.flight-wrap img {
  height: 70px;
}

.home-banner-wrap .carousel-item .row {
  margin: 0px;
}

.home-banner-wrap .container-fluid {
  padding: 0px;
}

.home-banner-wrap .col-lg-6 {
  min-height: 100vh;
  padding: 0px;

}

.home-banner-wrap {
  background: url(assets/images/banner-bg.svg) no-repeat bottom;
  background-size: 100% auto;
  position: relative;
}

.home-banner-wrap .header-logo {
  position: absolute;
  left: 80px;
  top: 65px;
}

.banner-imgcon {
  background-color: black;
  position: relative;
}

.banner-imgcon:before {
  width: 100%;
  height: 180px;
  content: '';
  left: 0px;
  top: 0px;
  z-index: 999;
  ;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.banner-capcon {
  display: table;
  vertical-align: middle;

}

.banner-imgcon img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
  z-index: 990;
}

.banner-capcon .caption-align {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 80px;
}

.banner-capcon .caption-align h2 {
  padding: 0px;
  margin: 0px;
  font-size: 82px;
  line-height: 88px;
  font-weight: 700 !important;
  font-family: 'Playfair Display', serif !important;
}

.banner-capcon .caption-align h5 {
  padding: 0px;
  margin: 20px 0px 0px 0px;
  font-size: 22px;
  color: #11b0bd;
  font-weight: 500;
}

.main-navigation nav>ul {
  text-align: right;
}

.getstarted-wrap {
  width: 100%;
  text-align: center;
  padding: 75px 0px;
  background: url(assets/images/getstarted-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.getstarted-wrap h4 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700;
  line-height: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 12px 0px;
  font-size: 42px;
  color: #ffffff;
}

.getstarted-wrap h6 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 36px 0px;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

.getstarted-wrap .getstarted-btn {
  background-color: #ffaa28;
  color: #1c1c1c;
  padding: 10px 30px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  border-radius: 25px;
}

.service-item span {
  width: 100%;
  height: 170px;
  background-color: #000;
  float: left;
  overflow: hidden;
  position: relative;
}

.service-item span i {
  color: #11b0bd;
  font-size: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 40%;
  margin-top: -16px;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.service-item:hover i {
  opacity: 1;
  top: 50%;
}

.service-item span img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-item h6 {
  padding: 0px;
  margin: 0px;
  min-height: 56px;
  height: 56px;
  background-color: #11b0bd;
  float: left;
  width: 100%;
  display: table;
  text-align: center;
  vertical-align: middle;
}

.service-item h6 font {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.service-item {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.service-item:hover h6 {
  background-color: #02909c;
}

.service-item:hover span img {
  opacity: 0.4;
  transform: scale(1.2);
}

.ourservice-wrap {
  margin-bottom: 60px;
  margin-top: 60px;
}

.ourservice-wrap .page-heading {
  margin-bottom: 24px;
  float: none;
  clear: both;
}

.bannerbtmscroll {
  padding: 0px;
  position: relative;
  margin-top: -60px;
}

.bannerbtmscroll .row {
  margin: 0px;
}


.bannerbtmscroll .col-lg-6 {
  background: rgba(0, 0, 0, 0.8);
  height: 60px;
}

.bannerbtmscroll .col-lg-6 font {
  width: 60px;
  height: 60px;
  background-color: #11b0bd;
  position: absolute;
  left: -60px;
  top: 0px;
  color: #fff;
  z-index: 998;
  padding: 18px 0px 0px 15px;
}

.bannerbtmscroll .col-lg-6 font i {
  color: #fff;
  font-size: 26px;
}

.bannerbtmscroll .col-lg-6 marquee {
  color: #fff;
  line-height: 60px;
  padding: 0px;
  margin: 0px;
  height: 60px;
}

.header-conta {
  float: right;
  position: relative;
  top: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-conta a {
  background-color: #fbc986;
  float: right;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-top: 5px;
  padding-top: 6px;
  margin-left: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-conta a:hover {
  background-color: #ecb873;
}

.header-conta a i {
  color: #ffffff;
  font-size: 18px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.about-image {
  width: 440px;
  background-color: aquamarine;
  height: 450px;
  float: right;
  position: relative;
}

.about-image img {
  width: 440px;
  height: 450px;
  object-fit: cover;
}

.about-image:before {
  width: 440px;
  height: 581px;
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(assets/images/about-image.svg) no-repeat;
}

.about-wrapper .page-heading {
  margin-top: 26px;
}

.about-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}


/* Slider */

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/*----*/

#offcanvas-menu {
  background-color: #2abcc9;
  border: none !important;
}

#offcanvas-menu .offcanvas-navigation a {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}

#offcanvas-menu .offcanvas-navigation a:hover {
  background-color: #22adba;
}

#offcanvas-menu .offcanvas-navigation li {
  border-bottom: 1px solid #68cbd4;
}

#offcanvas-menu .close-offcanvas-menu button {
  outline: none;
  color: #ffffff;
}

::selection {
  background: #11b0bd;
  color: #fff;
}

::-moz-selection {
  background: #11b0bd;
  color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(17, 176, 189, 0.7);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(17, 176, 189, 1);
}

.socialmedia-con {
  position: fixed;
  left: 26px;
  top: 50%;
  padding: 0;
  margin: -110px 0px 0px 0px;
  width: 10px;
  text-align: center;
  z-index: 999;display:none;
}

.socialmedia-con li {
  list-style: none;
  float: left;
  line-height: normal;
  padding: 0;
  margin: 18px 0px;
}

.socialmedia-con li a i {
  color: #494949;
}

.socialmedia-con li a:hover i {
  color: #19b0bd !important;
}

.whatsapp-icon {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 999;
  background-color: #4aae20;
  color: #ffffff;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  padding-top: 14px;
  padding-left: 2px;

}

.whatsapp-icon i {
  color: #ffffff;
  font-size: 28px;
}

.page-header {
  width: 100%;
  height: 360px;
  background-color: #000;
  position: relative;
}

.page-header .header-logo {
  position: absolute;
  left: 36px;
  top: 30px;
  z-index: 998;display: none;
}

.page-header h2 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700;
  line-height: normal;
  padding: 0px 0px 0px 0px;
  margin: 160px 0px 0px 0px;
  width: 100%;
  float: left;
  font-size: 60px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0px;
  z-index: 998;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.page-header .container-fluid {
  padding: 0px;
}

.page-header .container-fluid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  opacity: 0.7;
}

.innerpage-wrapper {
  margin-bottom: 70px;
  margin-top: 70px;
  text-align: justify;
}

.service-row-wrapper:nth-child(even) .col-lg-4 {
  left: 66.66%;
}

.service-row-wrapper:nth-child(even) .col-lg-8 {
  right: 33.33%;
}

.service-row-wrapper:nth-child(even) {
  width: 100%;
  background-color: #fde4c3;
}

.service-row-wrapper .col-lg-4 img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.service-row-wrapper .col-lg-8 {
  min-height: 340px;
  display: table;
  vertical-align: middle;
}

.service-row-wrapper .col-lg-8 span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.service-row-wrapper .col-lg-8 h4 {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  font-size: 28px;
  font-weight: 700;
}

.service-page {
  margin-top: 0px;
  margin-bottom: 0px;
}

.service-row-wrapper .col-lg-8 p:last-child {
  margin-bottom: 0px;
}

.service-row-wrapper .col-lg-8 a {
  padding: 0;
  margin: 0;
  color: #2abcc9;
  font-weight: 500;
}

.about-page .col-lg-8 {
  padding-right: 45px;
}

.about-page .col-lg-4 img {
  width: 100%;
  margin-top: 5px;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
}

.testimonials-page-item {
  text-align: center;
}

.testimonials-page-item p {
  font-style: italic;
}

.testimonials-page-item h6 {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.testimonials-page-item:last-child span {
  display: none;
  visibility: hidden;
}

.testimonials-page-item span {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  float: left;
}

.testimonials-page-item span img {
  height: 40px;
}

.contact-form-wrap {
  width: 100%;
  background-color: #fde4c3;
  padding: 60px 0px;
}

.contact-form-wrap .wpcf7-submit {
  width: 100%;
  padding: 12px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  background-color: #2abcc9 !important;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none !important;
  margin-top: 18px;
  outline: none !important;

}

.contact-form-wrap .wpcf7-submit:hover {
  background-color: #19b0bd !important;
  font-size: 16px;
  font-weight: 700;
}

.ajax-loader,
.wpcf7-response-output {
  display: none !important;
  visibility: hidden !important;
}

.contact-form-wrap textarea {
  height: 222px;
  border: 2px solid #d2aa74;
  background: none !important;
  box-shadow: none !important;
  font-size: 16px;
}

.contact-form-wrap textarea:focus,
.contact-form-wrap input:focus {
  border: 2px solid #2abcc9;
}

.contact-form-wrap input {
  height: 45px;
  border: 2px solid #d2aa74;
  ;
  background: none !important;
  box-shadow: none !important;
  font-size: 16px;
}

.contact-form-wrap .wpcf7-form-control-wrap {
  margin-top: 14px !important;
}

.google-maps {
  position: relative;
  padding-bottom: 33%;
  height: 0;
  overflow: hidden;
  margin: 60px 0px 80px 0px;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contacttext {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 80px;
}

.contacttext h6 {
  padding: 0;
  margin: 0px 0px 5px 0px;
  font-size: 16px;
  font-weight: 500;
}

.contacttext h6 a,
.contacttext h6 a:hover,
.phonemail-modal h6 a,
.phonemail-modal h6 a:hover,
.phonemail-modal h5 a,
.phonemail-modal h5 a:hover {
  color: #000;
}

.contacttext p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.contacttext .col-lg-3 font {
  width: 70px;
  height: 70px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -35px;
  border-radius: 50%;
  border: 2px solid #2abcc9;
  margin-bottom: 15px;
  color: #2abcc9;
  font-size: 28px;
  padding-top: 10px;
}

.contacttext .col-lg-3 font i {
  color: #2abcc9;
}

.contacttext h4 {
  padding: 0;
  margin: 0px 0px 35px 0px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.contact-form-wrap h4 {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.contact-items {
  position: relative;
}

.page-id-91 h4 {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0px 0px 20px 0px;
  font-weight: 700;
  font-size: 32px;
  color: #2abcc9;
}

.page-id-91 h6 {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}

.phonemail-modal h5 {
  width: 100%;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  text-align: center;
  float: left;
  font-size: 20px;
  font-weight: 700 !important;
  border-bottom: 1px dashed #ccc;
}

.phonemail-modal h6 {
  width: 100%;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  text-align: center;
  float: left;
  font-size: 18px;
  font-weight: 700 !important;
  border-bottom: 1px dashed #ccc;
}

.phonemail-modal h5 a,
.phonemail-modal h5 a:hover {
  text-decoration: none;
  color: #000;
}

.phonemail-modal h5:last-child,
.phonemail-modal h6:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.phonemail-modal {
  position: relative;
}

.phonemail-modal .close {
  width: 30px;
  height: 30px;
  background: #fff;
  top: -10px;
  position: absolute;
  right: -10px;
  float: right;
  opacity: 1;
  font-size: 16px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  outline: none;
}

.phonemail-modal .close:hover {
  background: #2abcc9;
  color: #fff;
  opacity: 1 !important;
}

.phonemail-modal font {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  display: block;
  position: relative;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 15px;
  left: 50%;
  margin-left: -50px;
  font-size: 40px;
  padding-top: 18px;
  border: 4px solid #2abcc9;

}

.phonemail-modal font i {
  color: #2abcc9;
}

.grecaptcha-badge {
  visibility: hidden;
  display: none;
}

.cruisship {
  width: 100%;
  height: 200px;
  background-color: #000;
  text-align: center;
  display: table;
  background: url(assets/images/cruisship.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cruisship h2 {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Playfair Display', serif !important;
  font-weight: 700;
  line-height: normal;
  font-size: 42px;
  color: #fff;
}

.houseboat {
  width: 100%;
  height: 200px;
  background-color: #000;
  text-align: center;
  display: table;
  background: url(assets/images/houseboat.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.houseboat h2 {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Playfair Display', serif !important;
  font-weight: 700;
  line-height: normal;
  font-size: 42px;
  color: #fff;
}

.tourpackage-con h3 {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}

.tourpackage-con p {
  padding: 0;
  margin: 0px 0px 15px 0px;
  width: 100%;
  text-align: center;
}

.tourpackage-con .touritem {
  width: 100%;
  padding: 0;
  margin: 0px 0px;
  width: 100%;
  overflow: hidden;
}

.tourpackage-con .col-lg-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tourpackage-con .touritem span {
  width: 100%;
  height: 160px;
  background-color: black;
  float: left;
  overflow: hidden;

}

.tourpackage-con .touritem span img {
  width: 100%;
  height: 160px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  object-fit: cover;
}

.tourpackage-con .touritem h6 {
  padding: 0px;
  margin: 0px;
  min-height: 56px;
  height: 56px;
  background-color: #11b0bd;
  float: left;
  width: 100%;
  display: table;
  text-align: center;
  vertical-align: middle;
}

.tourpackage-con .touritem h6 font {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.tourpackage-con .touritem:hover h6 {
  background-color: #02909c;
}

.tourpackage-con .touritem:hover span img {
  opacity: 0.4;
  transform: scale(1.2);
}

.tourpackage-con {
  margin-top: 60px;
  margin-bottom: 50px;
}

.tour-reviews h2 {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 0 16px 0;
  font-size: 42px;
  font-weight: 700;
}

.tour-reviews {
  margin-bottom: 60px;
  margin-top: 60px;
}

.find-countries span {
  overflow: hidden;
}

.find-countries span,
.find-countries span img {
  width: 100%;
  height: auto;
}

.find-countries h6 {
  padding: 0px;
  margin: 0px;
  min-height: 56px;
  height: 56px;
  background-color: #11b0bd;
  float: left;
  width: 100%;
  display: table;
  text-align: center;
  vertical-align: middle;
}

.find-countries h6 font {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.iata-logo {
  float: right;
  width: 154px;
  height: 134px;
  margin-right: 25px;
}

[class^=wp-block-]:not(.wp-block-gallery) figcaption{
  background: rgba(37, 188, 201, 0.8);
}

[class^=wp-block-]:not(.wp-block-gallery) figcaption{
  margin-bottom: 0px;
}


.tour-package-item{
	width: 100%;
	position: relative;
	color: var(--headingColor);
  margin: 10px 0px !important;
  display: block;
}

.tour-package-item:hover{
	text-decoration: none;
}

.tour-package-item .tour-footer{
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fde4c2;

}

.tour-package-item .tour-footer h6{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #111111;
	line-height: 45px;
  font-weight: 500;
}

.tour-package-item .tour-footer h6 i{
	margin-right: 2px;
  font-size: 12px;
}

.tour-package-item .tour-footer .row{
	margin-left: 0px;
	margin-right: 0px;
}

.tour-package-item .tour-footer .row .col-lg-6{
	padding-left: 0px;
	padding-right: 0px;
}

.tour-package-item .tour-footer .row .col-lg-6:first-child{
	border-right: 1px solid #e0c39b;
}

.tour-package-item .tour-imagecon{
	width: 100%;
	position: relative;
	height: 260px;
	background: #25bcc9;
	overflow: hidden;
}

.tour-package-item .tour-imagecon i{
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 10;
	color: #fff;
	font-size: 24px;
	transition-duration: 0.3s;
	opacity: 0;
}

.tour-package-item:hover .tour-imagecon i{
	opacity: 1;
	top: 50%;
	margin-left: -12px;
}

.tour-package-item .tour-imagecon img{
	width: 100%;
	height: 260px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.tour-package-item:hover img{
	opacity: 0.2;
	transform: scale(1.2);
}

.tour-package-item .tour-contentitem{
	border-left: 1px solid #d7e5e6;
	border-right: 1px solid #d7e5e6;
	height: 90px;
	display: table;
	width: 100%;
}

.tour-package-item .tour-contentitem span{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.tour-package-item .tour-contentitem h5{
	width: 100%;
	text-align: center;

	padding: 0;
	margin: 0;
	color: #111111;
	font-size: 18px;
	font-weight: 500;
}



.single-package .col-lg-4 .duration-list {
	width: 100%;
	padding: 25px 15px;
	margin: 0;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 3px;
}

.single-package .col-lg-4 .duration-list li {
	list-style: none;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 12px 0px;
	width: 100%;
	color: #111111;
	line-height: normal;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	font-size: 16px;
}

.single-package .col-lg-4 .duration-list li b{
  color: #111111;
}

.single-package .col-lg-4 .duration-list li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.single-package .col-lg-4 {
	padding-right: 35px;
}

.single-package .col-lg-8 {
	padding-left: 35px;
}

.single-package .col-lg-4 .inclusion-div {
	width: 100%;
	padding: 30px 11px;
	margin: 25px 0px 0px 0px;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 3px;
	float: left;
}

.single-package .col-lg-4 .inclusion-div ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.single-package .col-lg-4 .inclusion-div ul li {
	list-style: none;
	display: inline-block;
	padding: 2px 12px;
	margin: 4px;
	font-size: 15px;
	background: var(--BlueColor);
	float: left;
	border-radius: 3px;
	color: #fff;
}

.single-package .col-lg-4 .inclusion-div ul li i {
	font-size: 13px;
	margin-right: 5px;
}

.single-package .col-lg-4 .inclusion-div h5 {
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
}

.single-package .col-lg-4 .download-brochure {
	width: 100%;
	padding: 16px 0px;
	margin: 25px 0px 0px 0px;
	text-align: center;
	float: left;
	background: #25bcc9;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
}

.single-package .col-lg-4 .download-brochure:hover {
	background: #25bcc9;
	color: #fff;
	text-decoration: none;
}

.single-package .col-lg-4 .booknow-form {
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 3px;
	color: var(--textcolor);
	width: 100%;
	float: left;
	margin: 25px 0px 0px 0px;
	padding: 30px 14px;
}

.single-package .col-lg-4 .booknow-form p{
	padding: 0;
	margin: 0;
}

.single-package .col-lg-4 .booknow-form .wpcf7-spinner{
	position: absolute;
	left: 50%;
	top: 8px;
	margin: 0px 0px 0px -12px;
}

.single-package .col-lg-4 .booknow-form .wpcf7-response-output{
	padding: 5px 5px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
}

.single-package .col-lg-4 .booknow-form h5 {
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 10px 0px;
	font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.single-package .col-lg-4 .booknow-form .wpcf7-form-control-wrap{
  margin-top: 0px;
}


.single-package .col-lg-4 .booknow-form input[type=text],
.single-package .col-lg-4 .booknow-form input[type=email],
.single-package .col-lg-4 .booknow-form input[type=date] {
	width: 100%;
	background: rgba(0, 0, 0, .125);
	border: none;
	padding: 0;
	margin: 0;
	height: 45px;
	border-radius: 4px;
	padding-left: 15px;
	outline: none !important;
}

.single-package .col-lg-4 .booknow-form textarea {
	width: 100%;
	background: rgba(0, 0, 0, .125);
	border: none;
	padding: 0;
	margin: 0;
	height: 100px !important;
  min-height: 100px;
	border-radius: 4px;
	padding-left: 15px;
	padding-top: 15px;
	outline: none !important;
}

.single-package .content-con{
  margin-top: 25px;
}

.single-package .content-con p strong{
  color: #111111;
}

.single-package .col-lg-4 .col-lg-12 {
	padding-bottom: 15px;
}

.single-package .col-lg-4 .col-lg-12:last-child {
	padding-bottom: 0px;
}

.single-package .col-lg-4 .col-lg-12 .wpcf7-submit {
	width: 100%;
	border: none;
	padding: 18px 0px;
	margin: 0;
	background: #25bcc9;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	border-radius: 4px;
	margin-top: -7px;
	transition-duration: 0.3s;
}

.single-package .col-lg-4 .col-lg-12 .wpcf7-submit:hover {
	background: #25bcc9;
	outline: none;
}

.single-package .package-banner img {
	width: 100%;
}

.single-package .col-lg-8 .package-heading {
	width: 100%;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 20px 0px;
	font-size: 22px;
	position: relative;
  color: #111111;
}

.single-package .col-lg-8 .package-heading i {
	position: absolute;
	left: 0px;
	top: 2px;
	color: #25bcc9;
}

.single-package .col-lg-8 .package-banner img {
	height: 380px;
	object-fit: cover;
	border-radius: 4px;
}

.single-package .col-lg-8 .tabs-con .nav-link {
	padding: 4px 20px;
	margin: 0px;
	color: var(--BlueColor);
	font-size: 16px;
	font-weight: 500;
}

.single-package .col-lg-8 .tabs-con .nav-link.active {
	color: #fff;
	background-color: var(--BlueColor);
}

.single-package .col-lg-8 .tabs-con {
	margin-bottom: 20px;
}

.single-package .col-lg-8 .tab-content ul {
	width: 100%;
	padding: 0px 0px 0px 20px;
	margin: 0;
}

.single-package .col-lg-8 .tab-content ul li {
	padding: 0;
	margin: 0px 0px 10px 0px;
	line-height: normal;
	color: var(--textcolor);
	line-height: 26px;
}

.single-package .col-lg-8 .tab-content ul li:last-child {
	margin-bottom: 0px;
}


.itinery-heading {
	width: 100%;
	padding: 0px 0px 0px 30px;
	margin: 00px 0px 15px 0px;
	font-size: 22px;
	position: relative;
}

.itinery-heading i {
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 18px;
	color: #25bcc9;
}


.single-package .col-lg-8 #accordion .card {
	margin-bottom: 15px;
}

.single-package .col-lg-8 #accordion {
	margin-bottom: 0px;
	text-align: justify;
}

.single-package .col-lg-8 #accordion p:last-child {
	margin-bottom: 0px;
}


.single-package .card-header{
	cursor: pointer;
}

.single-package .card-header b{
  color: #111111;
}

.inclutions-wrap ul{
  width: 100%;
  padding: 0px 0px 0px 20px;
  margin: 0;
}

.inclutions-wrap ul li{
  line-height: normal;
  padding: 0;
  margin: 0px 0px 10px 0px;
  line-height: 26px;
}

.inclutions-wrap ul li:last-child{
  margin-bottom: 0px;
}

.inclutions-wrap ul li strong{
  color: #111111;
}

.inclutions-wrap{
  margin-top: 0px;
  background: #f7f7f7;
  padding: 25px 20px;
  border-radius: 5px;
  margin-top: 25px;
}

.nopackage-found{
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.single-international_tour .whatsapp-icon{
  display: none;
  visibility: hidden;
}

.single-international_tour .tourpackage-whatsapp{
  display: block !important;
  visibility: visible !important;
}













@media screen and (max-width: 1024px) {
  .main-navigation nav>ul>li {
    margin: 0 15px;
  }

  .main-navigation nav>ul>li>a {
    padding: 10px 0px;
  }

  .banner-capcon .caption-align h2 {
    font-size: 62px;
    line-height: 68px;
  }

  .socialmedia-con,
  #offcanvas-menu #primary-menu {
    display: none;
    visibility: hidden;
  }

  .banner-capcon .caption-align {
    padding-left: 20px;
  }

  .home-banner-wrap .header-logo {
    left: 20px;
  }

  .about-image,
  .about-image img {
    width: 380px;
    height: 390px;
  }

  .about-image:before {
    width: 380px;
    height: 560px;
  }

  .about-wrapper .page-heading {
    margin-top: 0px;
  }

  .about-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-image {
    margin-top: 20px;
  }

  .footer-top-con .col-lg-4:nth-child(1) span {
    padding-left: 90px;
  }

  .footer-top-con .col-lg-4:nth-child(1) span i {
    left: 40px;
  }

  .footer-top-con .col-lg-4:nth-child(2) span {
    padding-left: 150px;
  }

  .footer-top-con .col-lg-4:nth-child(2) span i {
    left: 100px;
  }

  .footer-top-con .col-lg-4:nth-child(3) span {
    padding-left: 130px;
  }

  .footer-top-con .col-lg-4:nth-child(3) span i {
    left: 80px;
  }
}

@media screen and (max-width: 980px) {
  .footer-top-con .col-lg-4 {
    display: block;
  }

  .footer-links {
    padding-top: 20px;
  }

  .footer-links .col-lg-3 img {
    position: relative;
    left: 50%;
    margin-bottom: 25px;
    margin-left: -76px;
  }

  .footer-top-con .col-lg-4 span {
    padding-left: 0px !important;
    text-align: center;
    width: 100% !important;
    float: left;
  }

  .footer-top-con .col-lg-4 span i {
    position: relative !important;
    top: 10px;
    left: 50% !important;
    float: left;
  }

  .footer-top-con p,
  .footer-top-con h6 {
    margin-top: 52px;
    line-height: 18px;
  }

  .footer-top-con .secondh6 {
    margin-top: 0px;
  }

  .about-image {
    right: 50%;
    margin-right: -190px;
  }

  #primary-nav-container,
  .banner-capcon .caption-align h2 br {
    display: none;
    visibility: hidden;
  }

  .banner-capcon .caption-align h2 {
    font-size: 52px;
  }

  .home-banner-wrap .col-lg-6:first-child {
    min-height: 340px;
    text-align: center;
    padding-top: 140px;
  }

  .home-banner-wrap .header-logo,
  .page-header .header-logo {
    top: 30px;
    left: 50%;
    margin-left: -77px;
  }

  .home-banner-wrap .col-lg-6:last-child,
  .home-banner-wrap .col-lg-6:last-child img {
    min-height: 460px;
    height: 460px;
  }

  .bannerbtmscroll .col-lg-6 font {
    left: 0px;
  }

  .header-conta {
    float: left;
  }

  .about-wrapper .page-heading {
    text-align: center;
  }

  #offcanvas-menu #primary-menu {
    display: block;
    visibility: visible;
    padding-right: 0px !important;
  }

  .service-row-wrapper:nth-child(even) .col-lg-4 {
    left: auto;
  }

  .service-row-wrapper:nth-child(even) .col-lg-8 {
    right: auto;
  }

  .page-header h2 {
    margin-top: 200px !important;
  }

  .footer-top-con .col-lg-4 {
    padding-bottom: 16px;
  }

  .single-package .col-lg-4,
  .single-package .col-lg-8{
    padding-right: 15px;
    padding-left: 15px;
  }

  .single-package .col-lg-8{
    margin-top: 45px;
  }

}

@media screen and (max-width: 740px) {
  .service-page {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .service-row-wrapper {
    padding: 45px 0px;
  }

  .service-row-wrapper .col-lg-4 img {
    height: 260px;
    margin-bottom: 25px;
    border-radius: 15px;
  }

  .service-row-wrapper .col-lg-8 {
    min-height: auto;
    text-align: center;
  }

  .about-page .col-lg-8 {
    padding-right: 15px;
  }

  .contact-items {
    position: relative !important;
    width: 100%;
    padding-left: 65px;
    margin-bottom: 20px;
    min-height: 55px;
  }

  .contact-items font {
    position: absolute !important;
    left: 0px !important;
    top: 3px;
    margin-left: 0px !important;
    border-radius: 8px !important;
    width: 50px !important;
    height: 50px !important;
    padding-top: 0px !important;
  }

  .contact-items p,
  .contact-items h6 {
    text-align: left;
  }

  .contact-items h6 {
    margin-top: 4px;
    width: 100%;
    float: left;
  }

  .contacttext .col-lg-3:nth-child(2) h6 {
    margin-top: 18px !important;
  }


}

@media screen and (max-width: 480px) {
  .banner-capcon .caption-align h2 {
    font-size: 46px;
    line-height: 42px;
  }

  .home-banner-wrap .col-lg-6:first-child {
    padding-top: 160px;
  }

  .page-heading {
    font-size: 48px;
  }

  .footer-links .col-lg-3 ul li {
    width: 50%;
    float: left;
  }

  .footer-links .col-lg-3 {
    margin-bottom: 30px;
  }

  .footer-btm-wrap,
  .footer-btm-wrap .col-lg-6:last-child {
    line-height: normal;
    text-align: center;
    width: 100% !important;
  }

  .footer-btm-wrap .col-lg-6:first-child {
    padding-top: 14px;
    padding-bottom: 5px;
  }

  .footer-top-con .col-lg-4:nth-child(3) {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  }

  .footer-top-con .col-lg-4:nth-child(2) {
    background: rgba(218, 218, 218, 0.6);
    background: -moz-linear-gradient(left, rgba(218, 218, 218, 0.6) 0%, rgba(218, 218, 218, 0.6) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(218, 218, 218, 0.6)), color-stop(100%, rgba(218, 218, 218, 0.6)));
    background: -webkit-linear-gradient(left, rgba(218, 218, 218, 0.6) 0%, rgba(218, 218, 218, 0.6) 100%);
    background: -o-linear-gradient(left, rgba(218, 218, 218, 0.6) 0%, rgba(218, 218, 218, 0.6) 100%);
    background: -ms-linear-gradient(left, rgba(218, 218, 218, 0.6) 0%, rgba(218, 218, 218, 0.6) 100%);
    background: linear-gradient(to right, rgba(218, 218, 218, 0.6) 0%, rgba(218, 218, 218, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#dadada', GradientType=1);
  }

  .header-conta {
    margin-left: -66px;
  }

  .f-nav .header-conta {
    margin-left: 0px;
  }

  .whatsapp-icon {
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
  }

  .footer-btm-wrap {
    width: 100%;
    float: left;
  }

  .page-header h2 {
    font-size: 52px;
  }

  .google-maps {
    padding-bottom: 55%;
  }

  .tourpackage-con .col-lg-3 {
    padding: 6px;
  }

  .tourpackage-con .touritem span,
  .tourpackage-con .touritem span img {
    height: 120px;
  }

  .iata-logo {
    margin-right: 0px;
    float: right !important;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 375px) {
  .page-header h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 240px) {}

@media screen and (max-width: 1366px) {
    .home-about{background-size: 95%;}
}

@media screen and (max-width: 1199px) {
    .banner-sec-des h1{font-size: 30px;line-height: 33px;}
    .banner-sec-des h2{font-size: 30px;line-height: 33px;}
    .banner-sec-des h3{font-size: 30px;line-height: 33px;}
    .home-about{padding: 60px 0;}
    .home-service-box-des-last{min-height: 228px;}
    .sec-tours::before {background-size: 20%;}
    .sec-why{padding: 30px 0;}
    .sec-blog{padding: 30px 0;}
    .sec-testi{padding: 30px 0;}
    .home-gal{padding: 30px 0;}
}

@media screen and (max-width: 991px) {
    .banner-social li:first-child{display:none;}
    .banner-social{right: 10px;width: 50px;}
    .banner-social li{margin: 5px 0;}
    .banner-sec::before {width:150px;}
    .home-about{padding: 30px 0;}
    .home-about h3{font-size: 30px;}
    .home-service{padding: 30px 15px;}
    .home-service h3{font-size: 30px;}
    .home-service small{letter-spacing: 8px;}
    .home-service-box-3 img {
  object-fit: cover;
  height: 300px;
}
.home-service-box-des-last{min-height: 300px;}
.sec-tours{padding:30px 0;}
.sec-tours::after {background-size: contain;}
.sec-blog h3{font-size: 30px;}
.sec-why h3{font-size: 30px;}
.sec-blog-right ul li img{width:145px;}
.sec-blog-right ul li{padding-left: 155px;}
}

@media screen and (max-width: 950px) {
    .main-header #navigation{display:none;}
    .main-header .header-icons-wrap{display:block;}
}


@media screen and (max-width: 767px) {
    .banner-sec-des{left:0;padding:0 15px;}
    .banner-sec .carousel-item img{object-fit: cover;height: 360px;}
    .banner-sec::before {display:none;}
    .banner-sec .carousel-indicators{margin-bottom:0;bottom:0;}
    .banner-sec-des p{display:none;}
    .banner-sec-des h1{font-size: 25px;line-height: 28px;}
    .banner-sec-des h2{font-size: 25px;line-height: 28px;}
    .banner-sec-des h3{font-size: 25px;line-height: 28px;}
    .banner-sec{padding:0 15px 0 15px;}
    .home-service-box{margin-top: 15px;}
    .home-service{padding: 30px 0px;}
    .home-service-box-des{padding: 15px;}
    .home-service-box-des h4{font-size: 20px;}
    .home-service-box-des a{width: 40px;height: 40px;right: 15px;bottom: 12px;font-size: 15px;padding-top: 7px;}
    .home-service-box-3 img{height: 215px;}
    .home-service-box-des-last{min-height: 230px;}
    .home-service-box-des-last h5{margin:60px 0 20px;}
    .home-about ul li{margin:0 10px 15px 0;padding:5px;}
    .sec-why-right img{margin-top:15px;}
    .sec-why a{margin-top:15px;}
    .sec-blog-right ul{margin-top:15px;}
    .sec-testi h3{font-size: 30px;}
    .home-gal a{margin-bottom:15px;}
}

@media screen and (max-width: 370px) {
    .sec-blog-right ul li img{position:relative;width:100%;margin-bottom:15px;}
    .sec-blog-right ul li{padding-left:0;}
}

