/* fonts */

@font-face {
    font-family: 'book_antiquabold';
    src: url('/html/fonts/antquab-webfont.eot');
    src: url('/html/fonts/antquab-webfont.eot?#iefix') format('embedded-opentype'),
         url('/html/fonts/antquab-webfont.woff2') format('woff2'),
         url('/html/fonts/antquab-webfont.woff') format('woff'),
         url('/html/fonts/antquab-webfont.ttf') format('truetype'),
         url('/html/fonts/antquab-webfont.svg#book_antiquabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'book_antiquabold_italic';
    src: url('/html/fonts/antquabi-webfont.eot');
    src: url('/html/fonts/antquabi-webfont.eot?#iefix') format('embedded-opentype'),
         url('/html/fonts/antquabi-webfont.woff2') format('woff2'),
         url('/html/fonts/antquabi-webfont.woff') format('woff'),
         url('/html/fonts/antquabi-webfont.ttf') format('truetype'),
         url('/html/fonts/antquabi-webfont.svg#book_antiquabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'book_antiquaitalic';
    src: url('/html/fonts/antquai-webfont.eot');
    src: url('/html/fonts/antquai-webfont.eot?#iefix') format('embedded-opentype'),
         url('/html/fonts/antquai-webfont.woff2') format('woff2'),
         url('/html/fonts/antquai-webfont.woff') format('woff'),
         url('/html/fonts/antquai-webfont.ttf') format('truetype'),
         url('/html/fonts/antquai-webfont.svg#book_antiquaitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'book_antiquaregular';
    src: url('/html/fonts/bkant-webfont.eot');
    src: url('/html/fonts/bkant-webfont.eot?#iefix') format('embedded-opentype'),
         url('/html/fonts/bkant-webfont.woff2') format('woff2'),
         url('/html/fonts/bkant-webfont.woff') format('woff'),
         url('/html/fonts/bkant-webfont.ttf') format('truetype'),
         url('/html/fonts/bkant-webfont.svg#book_antiquaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* bootstrap */

.form-horizontal .control-label {
    padding-top: 3px;
    padding-bottom: 8px;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
}

textarea.form-control {
    height: 120px;
}

.text-right-top-info {
    text-align: right;
}

.language-switcher-wrapper {
    
}

.language-switcher-wrapper a {
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 8px;
    color: #414141;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}


/* main styles */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  background: #fff;
  width:100%;
  height:100%;
  padding:0;
  margin-left:0;
  margin-right:0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:  20px;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden; 
  position: relative;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}


.img-responsive-text-pages {
  display: block;
  max-width: 100%;
  height: auto;
  float: right;
  margin: 0 0 46px 50px;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/* typography */


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote
 {
/*  color: #737373;*/
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h1 {
  font-size: 30px;
  line-height: 40px;
}

h2 {
  font-size: 26px;
  line-height: 36px;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 26px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}

p {
/*  font-size: 20px;
  line-height: 34px;*/
font-size: 15px;
line-height: 24px;
margin-bottom: 20px;
}

ul {
  margin: 0px 20px 20px;
  font-size: 15px;
  line-height: 24px;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 20px;
}

ol {
  margin: 0px 20px 20px;
  font-size: 15px;
  line-height: 24px;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 20px;
}

ul li,
ol li {
  margin-bottom: 12px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 10px 20px;
  padding: 30px;
  quotes: "\201C""\201D""\2018""\2019";
  line-height: 34px;
}
blockquote:before {
  color: #8b6f42;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

a {
	color: #8b6f42;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

a:hover {
	text-decoration: none;
	color: #31210e;
}

/* header */

#header .row {
	padding-top: 10px;
}

#header p {
	color: #72564d;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px
}

/* slider */

#slider .container-fluid {
	height: 0;
	overflow: hidden;
	padding-bottom: 24%;
	margin-bottom: 30px;
	position: relative;
	background-image: url('/html/img/slider-img-n.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.logo-wrapper-inner {
	display: block;
	text-align: left;
	margin-top: 5%;
}

.logo {
	margin: 2% 3%;
        display: inline-block;
}






/* slogan */

#slogan p {
	color: #72564d;
	font-size: 20px;
	line-height: 22px;
/*	padding: 0 68px 0;*/
        padding: 0 20px 0;
	position: relative;
        text-align: center;
}

#slogan p:before {
	content: '';
	width: 34px;
	height: 125px;
	background: url('/html/img/slogan-before-icon.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
        display: none;
}

#slogan p:after {
	content: '';
	width: 34px;
	height: 125px;
	background: url('/html/img/slogan-after-icon.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
        display: none;
}

/* page title */

.main-title-page h1 {
	font-family: 'book_antiquaregular';
	font-size: 30px;
	line-height: 44px;
	color: #333333;
	display: inline-block;
	position: relative;
	padding-right: 56px;
	/*text-transform: capitalize;*/
}

.main-title-page h1:after {
	content: '';
	width: 28px;
	height: 28px;
	background: url('/html/img/title-arrow-down-icon.png') 0 0 no-repeat;
	position: absolute;
	top: 8px;
	right: 0;
}

/* body-text */

.body-text .row {
	padding-left: 60px;
        margin-bottom: 40px;
}


/* services */

/* .services {
	background-image: url('../img/services-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
} */

.services {
	background-image: url('/html/img/services-bg.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}

.services .row > div {
	border: 1px solid #ffffff;
	margin: 0 -1px -1px 0;
	background: transparent;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.services .row > div:hover {
	background: rgba(188, 151, 107, 0.2);
}

.btn-read-more {
	border: 1px solid #c2bebc;
	background: transparent;
	font-family: 'book_antiquaregular';
	font-size: 22px;
	line-height: 30px;
	color: #c2bebc;
	padding: 6px 40px;
	display: inline-block;
        text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.services .row > div .btn-read-more {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 16px;
}

.services .row > div:hover .btn-read-more {
	background: rgba(188, 151, 107, 0.4);
	color: #ffffff;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.services .row > div:hover .btn-read-more:hover {
	background: rgba(188, 151, 107, 1);
	color: #31210e;
}

.services-item-wrapper-inner {
	text-align: center;
	padding: 30px 0;
}

.btn-read-more-inverse {
	border: 1px solid #31210e;
	background: transparent;
	font-family: 'book_antiquaregular';
	font-size: 15px;
	line-height: 18px;
	color: #31210e;
	padding: 5px 16px;
	display: inline-block;
        text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.btn-read-more-inverse:hover {
    background: #d4b289;
}

.services-item-wrapper-inner .services-icon {
        display: none;
/*	display: inline-block;*/
	margin-bottom: 20px;
}

.services-item-wrapper-inner h4 {
	font-family: 'book_antiquaregular';
	font-size: 14px;
	line-height: 18px;
/*        color: #bc976b;*/
	color: #ffffff;
	margin-bottom: 20px;
	min-height: 42px;
}




/* footer */

#footer {
	background: #2c2a2d;
	padding: 34px 0 16px;
}

.footer-nav ul {
	margin-bottom: 18px;
	margin-right: 0px;
}

.footer-nav ul li {
	font-family: 'book_antiquaregular';
	font-size: 24px;
	line-height: 28px;
	color: #c2bebc;
	position: relative;
	padding: 0 16px 0 16px;
}

.footer-nav ul li:after {
	content: '';
	width: 8px;
	height: 17px;
	background: url('/html/img/bottom-menu-sep.png') 0 0 no-repeat;
	position: absolute;
	top: 6px;
	right: -8px;
        display: none;
}

.footer-nav ul li:last-child:after {
	display: none;
}

.footer-nav ul li a {
	color: #c2bebc;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.footer-nav ul li a:hover {
	color: #8b6f42;
}






.footer-secound-nav {
    text-align: center;
}

.footer-secound-nav ul {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.footer-secound-nav ul li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.footer-secound-nav ul {
    margin-bottom: 18px;
    margin-right: 0px;
}

.footer-secound-nav ul li {
    font-family: 'book_antiquaregular';
    font-size: 18px;
    line-height: 22px;
    color: #c2bebc;
    position: relative;
    padding: 0 16px 0 16px;
}

.footer-secound-nav ul li a {
    color: #c2bebc;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.footer-secound-nav ul li a:hover {
    color: #8b6f42;
}











.copyright {
	font-size: 14px;
	line-height: 18px;
	color: #c2bebc;
	margin-bottom: 18px;
}

.designBy {
	font-size: 14px;
	line-height: 18px;
	color: #c2bebc;
	margin-bottom: 18px;
}

.designBy a {
	font-size: 14px;
	line-height: 18px;
	color: #c2bebc;
	margin-bottom: 12px;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.designBy a:hover {
	color: #8b6f42;
}



/* Back To Top Button */

#back-top {
    width:45px;
    height:45px;
    position:fixed;
    bottom:34px;
    right: 4%;
    z-index:9998;
    margin: 0 0 0 0;
}
    
#back-top a {
    width: 45px;
    height: 45px;
    display:block;
    background: rgba(44, 42, 45, 0.6) url('/html/img/back-top.png') 0px 0px no-repeat;
    border: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
    
#back-top a:hover {
    background: rgba(44, 42, 45, 1) url('/html/img/back-top.png') 0px 0px no-repeat;
}



@media only screen and (min-width: 0px) and (max-width: 991px) {
    
    .submit-btn {
        width: 100%;
        margin-top: 20px;
    }
    
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    
    #header {
        background: #ebebeb;
    }
    
    #header p {
        font-size: 12px;
        line-height: 16px
    }
    
    .text-right-top-info {
        text-align: left;
    }

    .language-switcher-wrapper {
        margin-bottom: 10px;
    }
    
    .img-responsive-text-pages {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        float: left;
        margin: 0 0 46px 0;
    }

    #slogan p {
            font-size: 18px;
            line-height: 24px;
            text-align: center;
    }

    .body-text .row {
          padding-left:  0px;
    }

    .list-inline > li {
          display: block;
    }

    .footer-nav ul {
          margin-bottom: 20px;
          margin-right: 0px;
    }

    .footer-nav ul li {
          padding:  8px 12px;
    }

    .footer-nav ul li:after {
          display: none;
    }
    
    
    .footer-secound-nav ul {
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .footer-secound-nav ul li {
        display: block;
        padding:  8px 12px;
    }

}



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

    .services {
            background-attachment: scroll;
    }

}



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

    .services-item-wrapper-inner h4 {
      font-size: 14px;
      line-height: 20px;
      min-height: 46px;
    }

}