/*=========================Fonts===================================== */

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i|Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
* {
    transition: 1s;
}

body {
    font-family: 'Lato', sans-serif;
    color: #2c323a;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.m-auto {
    margin: auto!important;
}

a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

html,
body {
    width: 100%;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    background: #fff;
    /* height: 600px; */
}


/* ==========================================================================
Heading Tags
========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #989898;
    font-family: 'Lato', sans-serif;
}


/* ==========================================================================
Global Styles
========================================================================== */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

p {
    font-size: 18px;
    line-height: 24px;
    color: #303030;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

a {
    color: #ffffff;
    outline: none;
    font-size: 18px;
    line-height: normal;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus,
a:active {
    color: #ffffff;
    text-decoration: underline;
    outline: none;
}

ul,
ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

select,
input,
button,
a {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

pre {
    background: #e4e8ea;
    color: #2c323a;
    border: 1px solid #b6c1c6;
}

.color-light {
    background: #3aaeb0;
    color: #fff;
}

.darkbg {
    background: #344a71;
    color: #fff;
}


/*
Divider
================================== */

.location ul li span img {
    width: 50px;
    margin-top: 5px;
}

span.foodie-img {
    position: absolute;
    left: -27px;
    top: -6px;
}

.col-md-12.features-box p {
    max-width: 480px;
    margin: 0 auto;
}

.divider {
    display: block;
    background: url(img/divider-dark-bg.png) no-repeat top center;
    position: relative;
    z-index: 999;
    width: 100%;
    height: 60px;
    margin-top: -22px;
    clear: both;
}


/*==========================
BG slider
===========================*/

.bgslider-wrapper {
    position: relative;
    color: #fff;
    padding: 0;
    margin: 0;
}

.bg-slider {
    background-position: top center;
    background-repeat: no-repeat;
    background-color: none;
    background-attachment: fixed;
    width: 100%;
    height: 1067px;
    position: absolute;
    margin: 0;
    top: 0;
    background-size: cover;
}

.home-contain {
    background: rgba(43, 64, 74, 0.85);
    text-align: center;
    height: 1067px;
    color: #fff;
    overflow: hidden;
}

.home-headline h4 {
    font-size: 70px;
    line-height: 90px;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.logo {
    z-index: 600;
    position: relative;
    display: inline-block;
    margin: 27vh 0 30px 0;
    padding: 0;
}

.home-headline p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    position: relative;
    font-family: 'Lato', sans-serif;
    padding-bottom: 10px;
}

.home-headline p:after {
    width: 36px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: '';
    height: 3px;
    background: #fff;
    bottom: 0;
}

.home-headline a.btn {
    background: #3aaeb0;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    border: 0;
    max-width: 170px;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 50px;
    padding: 0;
    border-radius: 5px;
    margin-top: 28px;
}

.home-headline a.btn:hover {
    background: #344a71;
}


/*
Heading
================================== */

.headline {
    font-size: 72px;
    line-height: 60px;
    letter-spacing: 15px;
    border-bottom: 5px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.headline span {
    display: block;
    font-size: 60px;
    line-height: 60px;
}

.heading span {
    background: #fff;
    font-weight: 700;
    padding: 15px 50px 8px 50px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
}


/*
Header
=========================== */

header {
    margin: 0;
    padding: 0;
}

.sticky {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    animation: thedrop 1s 8;
    -moz-animation: thedrop 1s 8;
    -webkit-animation: thedrop 1s 8;
    z-index: 99999;
    background: #fff;
    left: 0;
    right: 0;
}


/*
Navbar
================================== */


/*.navbar {
  min-height: 40px;
  font-weight:400;
  padding:0;
  margin-bottom: 0;
  border:none;
  border-radius: 0;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}

.navbar-default {
  background:#fff;;
  float:left;
  width:100%;
  border:none;
  padding-bottom:4px;
}
.navbar-brand {
  display: block;
  max-width: 200px;
  padding:15px 0 15px 0;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #263740;
  text-align: center;
}



.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:active,
.navbar-default .navbar-nav li a:focus{
	outline:none;
	text-decoration:none;
}
.nav li a.selected,
.navbar-default .navbar-nav li a.selected,
.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .dropdown.active a,
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav .dropdown.active a:hover,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .dropdown.active a:focus{
	background:#fcfcfc;
}

.navbar-default .navbar-toggle{
	border-radius:2px;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar{
	background-color:#fff;
}
/*------navigation-------*/


/*
.navbar-default .navbar-nav li a.selected,
.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .dropdown.active a,
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav .dropdown.active a:hover,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .dropdown.active a:focus,
.colorbg .icon-title,
.image-caption .zoom:hover,
.image-title a:hover,
.form-control:focus,
.totop,
.social-network:hover,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active,
input.subscribe:focus,
.pager li > a:hover,
.pager li > span:hover,
.style2 .accordion-heading a:hover,
.tabbable.style1 .tabber li a:hover,
.tabbable.style2 .tabber li a:hover,
.tabbable.style2 .tabber li.active a,
.tabbable.style2 .tabber li.active a:hover,
.tabbable.style2 .tabber li.active a:focus,
.tabbable.style2 .tabber li.active a:active,
.btn-flat,
#home .btn-flat:hover{
	border-color:#344a71;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:focus{
	font-size:16px;
	line-height:18px;
	font-weight:600;
	color:#777777;
	text-transform:uppercase;
	margin:0;
	padding:20px 10px 20px 10px;
	border:none;
	border-top:2px solid #fff;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'Lato', sans-serif;
}


*/

.navigation {
    background: #fff;
    position: relative;
}

.navmenu {
    display: block;
    text-align: center;
}

.navmenu li {
    display: inline-block;
    position: relative;
}

.navmenu li a,
.navmenu li a:focus {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    text-transform: uppercase;
    padding: 20px 10px 20px 10px;
    line-height: 18px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    border-top: 2px solid #fff;
}

.navmenu li a.selected,
.navmenu .active a,
.navmenu .dropdown.active a,
.navmenu .active a:hover,
.navmenu .dropdown.active a:hover,
.navmenu .active a:focus,
.navmenu .dropdown.active a:focus,
.navmenu li a:hover {
    color: #344a71;
    background: none;
}


/* #header .navigation > .container-fluid > .row > .col-md-12{
	margin-top: -1px!important;
} */

.company-name,
.social-network:hover,
.image-caption .zoom:hover,
.image-title a:hover,
.meta-post,
.validation {
    color: #344a71;
    border-color: #344a71;
}


/*
interiors
================================== */

.interior-sec {
    padding: 90px 0 0px 0;
    display: inline-block;
}

.heading {
    color: #344a71;
    font-size: 30px;
    line-height: 30px;
    border: none;
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}

.icon-title {
    color: #3aaeb0;
}

.Products-wrapper {
    position: relative;
    padding-top: 50px;
    padding-bottom: 23%;
}

.Products-wrapper ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.Products-wrapper ul li {
    float: left;
    list-style: none;
    width: 20%;
    margin: 0;
    padding: 0;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.image-caption {
    display: none;
    position: absolute;
    /* background: rgba(32, 38, 45, 0.1)!important; */
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.image-caption .zoom {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-size: 28px;
    line-height: 50px;
    left: 50%;
    top: -58%;
    margin-left: 0;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 300;
    transform: translate(-50%, -50%);
}

.image-caption .zoom:hover,
.image-caption .zoom:focus {
    text-decoration: none;
    outline: none;
}


/*----------gallery-------*/

.heading.gallery {
    padding: 0;
}


/*
about-section
================================== */

.abouts-sec .rotatio-img img {
    width: unset;
}

.abouts-sec {
    padding: 0 0 90px 0;
    display: inline-block;
    width: 100%;
}

.abouts-sec .heading.about {
    padding: 0;
}

.abouts-sec .about-cont {
    padding-top: 120px;
    position: relative;
}

.abouts-sec .about-cont h2 {
    color: #d3e3ff;
    font-size: 45px;
    line-height: 55px;
    margin: 0;
    padding: 0 0 18px 0;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}

.abouts-sec .about-cont p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-align: justify;
    padding-bottom: 15px;
}

.abouts-sec .rotatio-img img {
    /* height: 100%; */
    height: 600px;
    /* width: 640px; */
}

.abouts-sec .rotatio-img {
    position: relative;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.abouts-sec .rotatio-img:after {
    background: #2b4167;
    transform: rotate(12deg);
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -9;
}

.abouts-sec .rotatio-img img {
    margin: 0 auto;
    text-align: center;
}

.space {
    padding-top: 25px;
}


/*
Features
================================== */

.featur-sec {
    padding-bottom: 90px;
}

.features-body {
    position: relative;
    padding-top: 50px;
}

.featur-space {
    padding: 40px 0 0 0;
}

.features-box {
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
}

.features-box h5 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
}

.features-box p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: justify;
    padding-bottom: 15px;
}

.features-box.with-pdng p {
    min-height: auto;
}

.features-box a {
    font-size: 18px;
    line-height: 24px;
    color: #003e3f;
    font-family: 'Lato', sans-serif;
    text-decoration: underline;
    font-weight: 300;
}

.features-box h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    text-align: left;
}

.features-box small {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: left;
    padding-bottom: 15px;
    display: inline-block;
}


/*
Icons
================================== */

.icon-title {
    position: absolute;
    text-align: center;
    width: 110px;
    height: 110px;
    background: #fff;
    top: 0;
    left: 50%;
    margin-left: -55px;
    border-radius: 50%;
    font-size: 54px;
    line-height: 54px;
    padding-top: 20px;
    z-index: 999;
    border: 5px solid #363f48;
}

.blog-wrapper i {
    font-family: 'FontAwesome';
}

.icon-title.centered {
    top: 50%;
    margin-top: -55px;
}

.icon-feature {
    border: 2px solid #fff;
    background: transparent;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    justify-content: center;
    padding: 20px;
}

.icon-feature img {
    margin: 0 auto
}

.transition {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    z-index: 999999;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

#content {
    width: 80px;
    margin: 25px;
}


/*
Testimoni
================================== */

.testnomal {
    position: relative;
}

.test-icon {
    position: relative;
    padding: 0 0 109px 0;
}

.test-icon .icon-title {
    bottom: 0;
    top: inherit;
}

.testimoni-wrapper {
    position: relative;
    padding-top: 50px;
}

.testimoni-box {
    width: 100%;
    background: #fff;
    color: #2c323a;
    display: flex;
    flex-direction: row;
    padding: 25px;
    min-height: 526px;
}

.testimoni-avatar {
    margin: 0;
    padding: 0;
    align-items: center;
    align-self: center;
    flex: 0 0 50%;
}

.testimoni-text {
    width: 100%;
    padding: 0 30px;
    align-self: center;
    flex: 0 0 50%;
}

.testimoni-text p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    color: #363f48;
    font-weight: 300;
    padding-bottom: 20px;
    width: 100%;
    flex: 0 0 100%;
}

.testimoni-text h3 {
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 24px;
    color: #363f48;
    font-weight: 600;
    text-transform: uppercase;
    flex: 0 0 100%;
}

.company-name {
    font-size: 16px;
    line-height: 16px;
}

.back-tesimg {
    background: url(img/testnomal-bg.jpg) no-repeat;
    padding: 70px 0;
    background-position: top center;
    width: 100%;
    height: 775px;
    position: relative;
    margin: 0;
    top: 0;
    background-size: cover;
    margin-top: -50px;
}


/*
Blog
================================== */

.location-sec {
    padding-bottom: 100px;
}

.blog-wrapper {
    position: relative;
    padding-top: 50px;
}

.blog-box {
    float: left;
    width: 100%;
    background: #fff;
    color: #2c323a;
}

.heading.loct {
    padding: 0;
}

.location {
    background: #fff;
    border-radius: 4px;
    padding: 90px 30px 0 30px;
}

.location ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-end;
    padding: 0;
}

.location ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 35px;
}

.location ul li span {}

.location ul li figure {
    padding-left: 15px;
}

.location ul li h5 {
    color: #363f48;
    font-size: 20px;
    font-family: 'Josefin', sans-serif;
    line-height: 35px;
    font-weight: 600;
    margin: 0;
}

.icon-title img.eating-img {
    width: 60px;
}

.location ul li p,
.location ul li p a {
    color: #363f48;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    margin: 0;
    position: relative;
}

section#features {
    clear: both;
}

span.svg-icon img {
    color: red;
    width: 26px;
}


/*
.artcle{
	float:left;
	width:100%;
	padding:60px 30px 60px 30px;
}

.article-head{
	float:left;
	width:100%;
}

.article-head h5{
	margin-bottom:10px;
}

*/


/*
cotwolds
================================== */

.cotwolds-sec {
    background: url(img/cots-bg.jpg) no-repeat;
    background-position: top center;
    width: 100%;
    height: 604px;
    position: relative;
    margin: 0;
    top: 0;
    background-size: cover
}

.cotwolds-sec ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 120px 0 0 0;
}

.cotwolds-sec ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 8px;
}

.cotwolds-sec .bbc {
    display: flex;
    justify-content: flex-end;
    padding: 25px;
}


/*---faq-----*/

.faq-sec {
    padding-bottom: 40px;
}

.questin {
    position: relative;
    padding-top: 120px;
}

.col-md-12.features-box {
    margin: 40px 0 0;
}

.select-main {
    margin: 0 auto;
}

.select-main .togglerow {
    margin: 0 0 15px 0;
    position: relative;
    border: 1px solid #223454;
    background: #2e446a;
    border-radius: 4px;
}

.select-main .togglerow dt {
    font-size: 21px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 8px 15px;
    line-height: 35px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 90%;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
}

.select-main .togglerow p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    padding: 10px 15px;
}

.select-main .togglerow dt:after {
    position: absolute;
    right: 0;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    font-weight: normal;
    top: 11px;
    right: 15px;
}

.select-main .colexpanded dt:after {
    content: "\f077"!important;
    color: #fff;
}


/*
Contact
================================== */

.fileUpload {
    background: #00bcbe;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin: 1.25em auto;
    /*20px/16px 0*/
    overflow: hidden;
    padding: 0.875em;
    /*14px/16px*/
    position: relative;
    text-align: center;
    width: fit-content;
    cursor: pointer;
}

.sbm_btn {
    background-color: #00bcbe;
    color: #fff;
    width: 200px;
    font-size: 24px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}

.sbm_btn:hover {
    background: #344a71;
    color: #fff;
}

.fileUpload:hover,
.fileUpload:active,
.fileUpload:focus {
    background: #00a2a4;
    cursor: pointer;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 148px;
    height: 46px;
    cursor: pointer;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.contact-body>p>a {
    color: #344a71!important;
}

.contact-body {
    float: left;
    width: 100%;
    background: #fff;
    color: #2c323a;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 90px 30px 20px 30px;
    margin-top: 50px;
    border-radius: 4px;
}

.contact-body p {
    font-size: 18px;
    color: #363f48;
    font-family: 'Lato', sans-serif;
}

ul.listForm {
    float: left;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
    text-align: left;
}

ul.listForm li {
    float: left;
    width: 49%;
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

ul.listForm li.first-list {
    margin-right: 2%;
}

ul.listForm li.full-list {
    width: 100%;
}

.contact-body .form-control {
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #828384;
    border-radius: 2px;
    font-size: 14px;
    color: #8c8d8f;
    -webkit-box-shadow: inset 0.5px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: inset 0.5px 1px 1px rgba(0, 0, 0, 0.16);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#sendmessage {
    display: none;
}

#sendmessage.show,
.show {
    display: block;
}

.contact-body .btn-lg {
    margin: auto;
    font-size: 24px;
    line-height: 28px;
    border: 2px solid;
    padding: 15px 30px 20px 30px;
    border-radius: 4px;
    background-color: #3aaeb0;
    border-color: #3aaeb0;
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.contact-body .btn-lg:hover,
.contact-body .btn-lg:focus,
.contact-body .btn-lg:active,
.contact-body .btn-lg.active {
    color: #fff;
    background-color: #2e446a;
    border-color: #2e446a;
}

.pricing-sec {
    padding-bottom: 90px;
}

.pricing-sec .contact-body aside {
    padding-bottom: 35px;
}

.pricing-sec .contact-body h5 {
    color: #2f2f2f;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Josefin', sans-serif;
}

.pricing-sec .contact-body a {
    background: #3aaeb0;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding: 14px 54px;
    border-radius: 4px;
    margin: 14px 0 0px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
}

.pricing-sec .contact-body a:hover {
    background: #344a71;
}


/*=======stay in touch======*/

.subscribe {
    padding: 45px 0;
}

.subscribe h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    font-family: 'Josefin', sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.subscribe h3:after {
    width: 36px;
    left: 0;
    position: absolute;
    content: '';
    height: 3px;
    background: #fff;
    bottom: 0;
}

.subscribe small {
    font-size: 18px;
    display: block;
    font-weight: 500;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.subscribe .input-group {
    position: relative;
    display: table;
    margin: 33px 0 0 0;
    border: 1px solid #28989a;
    border-radius: 4px;
}

.emailfield {
    background: transparent;
    padding: 0 18px;
    font-size: 18px;
    outline: none;
    border-radius: 2px;
    width: 500px;
    height: 55px;
    float: left;
    margin: 0;
    font-weight: 300;
    border: 0;
    font-style: italic;
    color: #28989a;
    position: relative;
    box-shadow: none;
}

.subscribe .input-group-addon {
    background: none;
    font-size: 25px;
    color: #088082;
    border: 0;
}

.emailfield::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #088082;
}

.emailfield::-moz-placeholder {
    /* Firefox 19+ */
    color: #088082;
}

.emailfield:-ms-input-placeholder {
    /* IE 10+ */
    color: #088082;
}

.emailfield:-moz-placeholder {
    /* Firefox 18- */
    color: #088082;
}


/*
Footer
================================== */

footer {
    float: left;
    width: 100%;
    position: relative;
    background: #363f48;
    color: #5e666d;
    text-align: center;
    padding-top: 100px;
}

.content-fotter img.fotter-logo {
    margin: 0 auto;
}

footer .content-fotter p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #84898e;
    line-height: 26px;
    padding: 15px 0;
}

.social-network {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: none;
    border: 5px solid #5e666d;
    border-radius: 50%;
    color: #5e666d;
    font-size: 34px;
    line-height: 56px;
    font-weight: 700;
    margin: 20px 10px 0 10px;
}

.social-network:hover,
.social-network:focus,
.social-network:active {
    outline: none;
    text-transform: uppercase;
}

.subfooter {
    background: #252c33;
    color: #575d63;
    padding: 23px 0 0px 0;
    margin-top: 35px;
}

.copyrigh {
    margin: 0;
}

.copyrigh a {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #84898e;
    line-height: 26px;
    padding: 5px 0 0 0;
    text-decoration: none;
    display: block;
}

.pricing-wrapper {
    background: url(img/pricing-box-line.png) no-repeat top center;
    position: relative;
    padding-top: 63px;
}

.pricing-box {
    /* background:url(img/pricing-box-line.png) no-repeat top center; */
    position: relative;
    padding-top: 60px;
}

.custom-containr {
    width: 100%;
    max-width: 482px;
    margin: 0 auto;
}

.etXiUW {
    position: relative;
    overflow: hidden;
    max-height: 108px;
    padding-left: 40px;
    padding-right: 40px;
}

.booki {
    position: relative;
    top: -210px;
    float: right;
}

.booki img {
    max-width: 300px;
}

.bookis {
    text-align: center;
}

.bookis img {
    max-width: 300px;
}

.btn:hover {
    color: #44b9ae!important;
}


/*
Custom responsive
=========================== */

@media only screen and (min-width:1400px) {
    .abouts-sec .rotatio-img:after {
        transform: rotate(4deg);
    }
}

@media only screen and (max-width:1400px) {
    .container {
        width: 100%;
    }
    .back-tesimg {
        padding: 70px 0;
        height: auto;
        margin-top: -50px;
    }
    .navmenu li a,
    .navmenu li a:focus {
        font-size: 15px;
    }
}

@media only screen and (max-width:1280px) {
    .abouts-sec .rotatio-img:after {
        transform: rotate(4deg);
    }
}

@media only screen and (max-width:1200px) {
    .abouts-sec .rotatio-img {
        display: inline-block;
    }
    .abouts-sec .rotatio-img:after {
        transform: rotate(6deg);
    }
    .navmenu li a,
    .navmenu li a:focus {
        padding: 20px 8px 20px 8px;
    }
    .home-contain {
        height: 900px;
    }
    .bg-slider {
        height: 900px;
    }
}


}
@media only screen and (max-width:1100px) {
    #configure {
        cursor: pointer;
        font-size: 15px;
        padding: 13px 15px;
        text-transform: uppercase;
        position: relative;
        z-index: 111;
        font-weight: 600;
        letter-spacing: 2px;
        text-align: left;
        line-height: normal;
        color: #344d79;
    }
    
    #configure::after {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 21px;
        letter-spacing: 2px;
        position: absolute;
        right: 15px;
        font-weight: normal;
        line-height: 16px;
    }
    
    header .hidden-xs {
        display: block;
    }
    
    .navmenu {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    header .navmenu li {
        line-height: normal;
        float: none !important;
        text-align: left;
        display: inline-block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #28406b !Important;
        width: 100%;
    }
    
    header .navmenu li:nth-last-child(1) {
        border-bottom: none !important;
    }
    
    header #configurator-wrap {
        background-color: #344a71;
        padding: 0;
        position: absolute;
        top: 0;
        margin: 45px 0 0 0;
        left: 0;
        width: 100%;
        right: 0;
        transition: all 1.1s ease-in-out;
        -moz-transition: all 1.1s ease-in-out;
        -webkit-transition: all 1.1s ease-in-out;
        -webkit-transform-origin: top;
        transform-origin: top;
        z-index: 9999;
        display: none;
    }
    
    header .navmenu ul {
        float: left;
        margin: 0;
        width: 100%;
    }
    
    header .navmenu li a {
        display: block;
        padding: 12px 5px 12px 15px !Important;
        line-height: normal;
        font-size: 13px !important;
        margin: 0;
        color: #fff !important;
        border-top: 0;
    }
    
    .navmenu a {
        vertical-align: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        box-shadow: none !important;
        -webkit-backface-visibility: inherit;
        backface-visibility: inherit;
        -moz-osx-font-smoothing: inherit;
        position: relative;
        overflow: inherit;
    }
    
    header .navmenu li a:before {
        display: none;
    }
    
    header .navmenu li a:hover,
    header .navmenu li a:focus,
    header .navmenu li a:active {
        color: #fff !important;
        background: #344d79;
        border-top: 0;
    }
    
    .visible-xs,
    .visible-sm,
    .visible-md,
    .visible-lg,
    .mobile-toggle {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .testimoni-avatar,
    .testimoni-text,
    .artcle {
        width: 50%;
    }
    
    .pricing-wrapper {
        background: url(img/pricing-line.png) no-repeat top center;
    }
    
    .slide-wrapper {
        margin-left: 35%;
        width: 30%;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .navbar-brand {
        margin-left: 30px;
    }
    
    .slide-wrapper {
        margin-left: 25%;
        width: 50%;
    }
    
    .features-body {
        background: none;
        padding-top: 110px;
    }
    
    .features-box {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .contain-body {
        background: none;
    }
    
    .Products-wrapper ul li {
        width: 50%;
    }
    
    .pricing-wrapper {
        background: none;
        position: relative;
        padding-top: 63px;
    }
    
    .home-headline h4 {
        font-size: 55px;
        line-height: 65px;
    }
    
    .abouts-sec .about-cont h2 {
        font-size: 40px;
        line-height: 45px;
        padding: 0 0 18px 0;
    }
    
    .home-contain {
        height: 800px;
    }
    
    .bg-slider {
        height: 800px;
    }
}
@media only screen and (max-width: 992px) {
    .abouts-sec .rotatio-img {
        margin-top: 50px;
    }
    
    .features-box p {
        min-height: 100%;
    }
}
@media (max-width: 767px) {
    div#more_btn a#configure {
        background: black;
        display: inline-block !important;
        color: #fff;
        padding: 8px;
        text-align: center;
        float: right;
        margin-top: 0;
        position: absolute;
        right: 16px;
        top: 20px;
    }
    
    .social-network {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 41px;
        margin: 20px 10px 0 10px;
    }
    
    .features-box {
        width: 100%;
    }
    /* .navmenu {
    position: relative;
} */
    
    header#header {
        height: auto !important;
        background: #fff;
    }
    
    .image-wrapper img {
        width: 100%;
    }
    
    .navigation {
        padding-bottom: 70px;
    }
    
    .navmenu li a,
    .navmenu li a:focus {
        padding: 20px 8px 20px 20px;
    }
    
    .navmenu li a:hover {
        background: #344a71;
        color: #fff;
    }
    
    div#more_btn .container-fluid {
        padding: 0;
    }
    
    div#more_btn ul#configurator-wrap {
        width: 100%;
        text-align: left;
        clear: both;
        position: relative;
        top: 60px;
        display: none;
    }
    
    div#more_btn {
        display: none;
    }
    
    .abouts-sec .rotatio-img {
        display: block;
    }
    
    div#more_btn ul#configurator-wrap li:last-child {
        border: none;
    }
    
    div#more_btn ul#configurator-wrap li {
        display: block;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .testimoni-text {
        padding: 0;
    }
    
    .slide-wrapper {
        margin-left: 22.5%;
        width: 55%;
    }
    
    .features-body {
        background: none;
        padding-top: 110px;
    }
    
    .features-box {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .contain-body {
        background: none;
    }
    
    .testimoni-avatar,
    .testimoni-text {
        width: 100%;
    }
    
    .Products-wrapper ul li {
        width: 100%;
        overflow: hidden;
        padding: 10px 20px;
    }
    
    .icon-title.centered {
        top: 0;
        margin-top: 0;
    }
    
    .artcle {
        width: 100%;
    }
    
    .pricing-wrapper {
        background: none;
        position: relative;
        padding-top: 63px;
    }
    
    .headline {
        font-size: 42px;
        line-height: 50px;
        letter-spacing: 15px;
        border-bottom: 3px solid #fff;
    }
    
    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        opacity: 0.4;
    }
    
    .img-mobile {
        display: none;
    }
    
    .location ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 35px;
    }
    
    .home-headline h4 {
        font-size: 50px;
        line-height: 55px;
    }
    
    .abouts-sec .about-cont h2 {
        font-size: 35px;
        line-height: 40px;
        padding: 0 0 18px 0;
    }
    
    .cotwolds-sec {
        height: auto;
    }
    
    .cotwolds-sec ul li {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 8px 8px;
    }
    
    .home-contain {
        height: 600px;
    }
    
    .bg-slider {
        height: 600px;
    }
    
    .logo {
        margin: 17vh 0 13px 0;
        padding: 0;
    }
    
    .location {
        padding: 72px 20px 0 20px;
    }
    
    .testimoni-box {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }
    
    .testimoni-text p {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 650px) {
    .headline {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 15px;
        border-bottom: 2px solid #fff;
    }
    
    .slide-wrapper {
        margin-left: 15%;
        width: 70%;
    }
    
    .abouts-sec .rotatio-img {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 550px) {
    .home-headline h4 {
        font-size: 45px;
        line-height: 50px;
    }
    
    .bg-slider {
        background-size: cover;
        background-attachment: scroll;
    }
    
    .abouts-sec .about-cont h2 {
        font-size: 30px;
        line-height: 45px;
        padding: 0 0 18px 0;
    }
    
    .home-contain {
        height: 500px;
    }
    
    .bg-slider {
        height: 500px;
    }
    
    .logo {
        margin: 11vh 0 13px 0;
        padding: 0;
    }
    
    .heading span {
        /* padding: 10px 30px 8px 30px; */
    }
    
    .heading {
        font-size: 25px;
        line-height: 30px;
    }
    
    .icon-title {
        width: 90px;
        height: 90px;
        left: 50%;
        margin-left: -43px;
        font-size: 40px;
        line-height: 40px;
        padding-top: 20px;
        border: 5px solid #363f48;
    }
}
@media only screen and (max-width: 480px) {
    .home-contain {
        height: 400px;
    }
    
    .bg-slider {
        height: 400px;
    }
    
    .logo {
        margin: 9vh 0 13px 0;
        padding: 0;
    }
    
    .features-box {
        width: 100%;
        margin: 0 auto;
    }
}

/*
Background
================================== */
body,
.colorbg,
div.pp_default .pp_close:hover,
.icon-social:hover,
.subscribe-button:hover,
.pager li>a:hover,
.pager li>span:hover,
.item-detail,
#home .btn-flat:hover {
    background-color: #344a71;
}
div.dt {
    font-size: 21px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 8px 15px;
    line-height: 35px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 90%;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
}
div.dt:after {
    position: absolute;
    right: 0;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    top: 11px;
    right: 15px;
}
.select-main .colexpanded div.dt:after {
    content: "\f077" !important;
    color: #fff;
}

.more_btn{
    opacity: 1!important;
    background-color: grey;
    color: white;
}
.post_btn{
    background: rgb(0, 125, 184);
    color: white;
}
.uploaded_image{
    max-width: 100%;
    max-height: 400px;
}

@media(max-width: 768px) {
    .uploaded_image{
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        max-width: unset;
        max-height: unset;
    }   
}