@font-face {
    font-family: 'Friz';
    src: url('../fonts/Friz Quadrata Std Medium.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tiplo';
    src: url('../fonts/tiplo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    /*padding-bottom: 71px;*/
    padding-top: 72px;
    width: 100%;
    /*height: 100%;*/
    font-family: Open sans !important;
    background: #F6F8F9 !important;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.h3 {
    font-weight: 700;
    line-height: 38px;
    text-transform: none;
    font-size: 40px;
    color: #c08c4d;
}

h5 {
    font-size: 18px;
    padding-top: 15px;
}
.h3 p {
    font-size: 18px;
    color: #7e8891;
    margin: 3px 0 20px;
}

p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    /*color: #7e8891;*/
}

a {
    color: #c08c4d;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    /*color: #1d9b6c;*/
}
.heading {
    font-family: Friz,"Georgia",serif;
    font-size: 50px;
    height: auto;
    padding: 10px 15px;
}
.top-nav-collapse .nav.navbar-nav {
    margin-top: 10px;
}
.nav.navbar-nav {
    transition: all 0.3s ease-in-out;
    margin-top: 12px;
}
.heading span {

    color: #3c4855;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    background-color: #fff;
}

.navbar-custom .navbar-brand {
    font-weight: 400;
    font-size: 18px;
    color:#fff;
    height: auto;
}
.navbar-custom .navbar-brand span {
    color: #3c4855;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #c08c4d;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    /*color: rgba(163,33,155,.3);*/
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
   /* color: #fff;*/
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 0px;
        border-bottom: 0;
        letter-spacing: 1px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #fff;
    }
}
.navbar-toggle {
    color: #c08c4d;
    font-size: 20px;
    line-height: 10px;
}
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../images/banner.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 30px;
    font-weight: 400;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}
.headbox {
    background-color: #f6f7f7;
    border-radius: 5px;
    padding: 5px;
    color:#151d25;
    text-align: left;
    font-size: 16px;
    line-height: 46px;
}
.headbox input.text {
    background-color: transparent;
    border: 0px solid;
    line-height: 30px;
    /*height: 46px;
    line-height: 46px;*/
    width: 100%;
}
.squared {
  position: relative;
  padding: 40px 0;
  display: inline-block;
}
.squared label {
    font-weight: 400;
    color: #c08c4d;
    cursor: pointer;
    text-align: left;
}
.squared span {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 0;
  background: #fcfff4;
  border-radius: 3px;
}
.squared span:after {
  content: '';
  width: 12px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 3px solid #08c3c1;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squared span:hover::after {
  opacity: 0.5;
}
.squared input[type=checkbox] {
  visibility: hidden;
  width: 20px;
  margin-right: 5px;
}
.squared input[type=checkbox]:checked + span:after {
  opacity: 1;
}

@media(min-width:768px) {
    .intro {
        height: 85vh;
        padding: 100px 0;
        min-height: 500px;
    }

    .intro .intro-body .brand-heading {
        font-size: 40px;
    }
    .headbox .row > div {
        border-left: 1px solid #babfc4;
    }
    .headbox .row > div:first-child {
        border:0px solid;
    }

}
.intro.inner {
    height: 150px;
    min-height: auto;
    padding: 150px 0 100px;
}
.content-section {
    padding: 50px 0;
}

@media(min-width:767px) {
    .content-section {
        padding: 35px 0;
    }
    .hideonmob{
        display: block;
        text-align: center;
    }
}

.recent-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px 0;
}
.recent-box img {
    margin-right: 15px;
}
.recent-box h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}
.recent-box p {
    font-size: 12px;
    color: #7e8891;
    margin: 10px 0;
}
@media (max-width: 1023px) and (min-width: 992px) {
    .recent-box img {
        max-width: 150px;
    }
}
.h2, h2 {
    font-size: 24px;
}
.bordered {
    position: relative;
    padding: 25px 0;
}
.bordered:after {
    content: "";
    background-color: #08c3c1;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #08c3c1;
    color: #fff;
    background-color: #08c3c1;
    border-radius: 40px;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #03b3b1;
    outline: 0;
   /* color: #fff;*/
    background-color: #03b3b1;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 16px;
}
footer {
    background: #F6F8F9;
    padding: 25px 0px;
    border-top: 1px solid #ccc;
    display: table;
    width: 100%;
    /*left: 0 px;
    bottom: 0px;
    position: fixed;*/
}
content-section {
    padding: 40px 0;
}

.fleft {
    float: left;
}
.fright {
    float: right;
}
.fright a {
    padding: 0 15px;
}
@media(max-width:767px) {
    footer {
        padding: 15px 0;
    }
    .fleft, .fright {
        float: none;
        text-align: center;
        padding: 5px 0;
    }
}
::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #08c3c1;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #08c3c1;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
img {
    max-width: 100%;
}
body {
    webkit-tap-highlight-color: #08c3c1;
}

#contact {
    min-width: 700px;
}
#contact form {
    overflow: hidden;
}
.form-horizontal .control-label {
    font-weight: 400;
    text-align: left;
}
header.inner {
    background-color: #151d25;
    height: 90px;
}
.lead {
    font-size: 20px;
}
.title {
    font-size: 28px;
    font-weight: 400;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    border-right: 4px solid #08c3c1;
    font-family: 'montserratultra_light';
    margin-bottom: 25px;
}
@media(max-width:767px) {
    #contact {
        min-width: inherit;
    }
    .form-horizontal .form-control {
        min-width: 250px;
    }
    header.inner {
        height: 56px;
    }
    .lead {
        font-size: 16px;
    }
    .hideonmob{
        display: none;
    }
    .heading {
        font-size: 30px;
    }
    .intro .intro-body .brand-heading {
        font-size: 26px;
    }
}

form.styled {
    padding-top: 50px;
}
form.styled .form-control {
    width: calc(100% - 100px);
    height: 50px;
    border-radius: 5px 0 0 5px;
    float: left;
    font-size: 18px;
    border-right: 0px;
}
form.styled .button {
    float: left;
    width: 100px;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
    height: 50px;
}
.image-block {
    background: #fcfcfc;
    padding: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-bottom: 20px;
}
.image-block img {
    height: 235px;
    object-fit: cover;
    width: 100%;
}
.search {
    display: none;
}
.banner {
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
    text-align: center;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 425px;
}
.banner::before {
    background-color: rgba(63, 72, 78, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    /*background-color: rgba(0, 0, 0, 0.25);*/
}
.banner > div {
    position: relative;
}
.text-red {
    color: #f21515;
}
.text-green {
    color: #c08c4d;
}
.text-orange {
    color: #c08c4d;
}
.text-white {
    color: #FFFFFF;
}
.text-black {
    color: #000000;
}
ul, ol, dl {
    font-size: 15px;
}
.login-block {
    width:50%; 
    /*margin-top: 140px;*/
}
.desc-block-long p {
    margin: 0 0 10px !important;
    line-height: 20px !important;
}

@media(max-width:767px) {
    .login-block {
        width:80%;
    }
    .details-block {
        width:80%;
    }
}
@media(min-width: 768px){
    .block-content {
        margin-top: 10px;
        min-height: 80px;
    }
    .desc-block {
        min-height: 220px;
        max-height: 228px;   
    }
    .desc-block-long {
        min-height: 300px;
    }
}
@media (min-width: 768px) {
    .modal-dialog{
        width: 700px;
    }
}
.modal-footer{
    text-align: center;
    padding-top: 3px;
}
.checkbox, .radio {
    margin: 0px 0;
}
.checkbox label, .radio label {
    padding-left: 20px;
    font-size: 12px
}
.title12 {
    padding: 5px 0;
    border: 1px solid #ddd;
    border-right: 0;
    border-left: 0;
    text-align: center;
}

.image-flip-box {
    position: relative;
    margin-bottom: 30px;
}
.image-flip-box .flipbox-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.image-flip-box .flipbox-overlay:hover {
    background-color: rgba(163, 33, 155, 0.85);    
}
.image-flip-box img {
    height: 350px;
    object-fit: cover;
}
.flipbox-button {
    padding: 10px 15px;
    border: 2px solid #000;
    font-size: 16px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.75);
}
.flipbox-overlay:hover .flipbox-button, .flipbox-button:hover {
    padding: 10px 15px;
    border: 2px solid #000;
    font-size: 16px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.85);    
}
@media(min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 50px;
        height: 52px;
        padding: 0;
        margin: 14px auto !important;
    }
}
.nav.navbar-left > li > a {
    display: inline-block;
    padding: 2px 10px;
    color: #c08c4d;
}
.nav.navbar-nav.navbar-left li {
    padding: 13px 6px 0;
}
.navbar-header {
    min-height: 72px;
}
@media(max-width:767px){
    footer span {
        display: block;
        text-align: center;
    }
}
.mt-20 {
    display: block;
    margin-top: 20px;
    font-size: 30px !important;
}
.mb-10 {
    display: block;
    margin-bottom: 10px;
}
.mb-mt-15 {
    margin-bottom: 15px;
    margin-bottom: 15px;
}
.modal.fade.in {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-full.modal-dialog {
    width: 95% !important;
}
.wrap {
    margin: 40px auto 0 !important;
}
.col-md-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.col-sm-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.img-rounded.flex-thumb {
    height: 80px !important;
}
.slides .fancyslide img {
    height: 300px !important;
    display: inline-block;
    object-fit: cover;
}
.fancybox-nav.fancybox-prev {
    left: 20px;
    position: fixed;
}
.fancybox-nav.fancybox-next {
    right: 20px;
    position: fixed;
}