/* stylelint-disable selector-list-comma-newline-after */
@font-face {
  font-family: 'TT Commons Bold';
  src: URL('fonts/TT Commons Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'TT Commons';
  src: URL('fonts/TT Commons Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'TT Commons DemiBold';
  src: URL('fonts/TT Commons DemiBold.ttf') format('truetype');
  
}


body{
  background-image: url('../images/body-bg.png');
  background-repeat: repeat-x repeat-y;
  background-position: right top;
  font-family: 'TT Commons Bold';
  /* background-size: contain;   */
  }

.blog-header {
  line-height: 1;
  /*border-bottom: 1px solid #e5e5e5;*/
  background-color: #EBE8D6;
  min-height:150px;
  background-image: url('../images/header-right-top.png');
  background-repeat: no-repeat;
  background-position: 95% top;
  /* background-size: contain; */
  background-size: 20%;
  padding: 10px;
  overflow: hidden;
  height: auto;
  /* background-attachment: fixed;*/
}


.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

.text-menu{
text-transform: uppercase;
color: black;    
}

/* .navbar{
text-align: left;
}

.navbar-light .bg-light {
  background-color: transparent !important;
  float: left !important;
  background-image: none !important;
  text-align: left;
} */


.nav-link{
  /* padding-left: 1.5rem !important; */
  padding-right: 5rem !important;
  font-family: 'TT Commons DemiBold';
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: 4px;
}

.nav-item a{
  color: black !important;
  white-space: nowrap;
}

.language_switcher{
  width: 100%;
  text-align: right;
  overflow: hidden;
  height: 80px;
  padding: 23px 0;
}

.language_switcher ul li{
list-style: none;
display: block;
float: right;
text-align: right;

}

.language_switcher a{
color: black;
font-family: 'TT Commons DemiBold';
font-size: 1.2em;
}

.main-container{
/* background-image: url('../images/body-bg.png');
background-repeat: repeat-x repeat-y;
background-position: right top; */
/* background-size: contain;   */
}

.main-image{
/* height: 700px; */
/* background: url('../images/shutterstock_348384155.jpg') no-repeat center center;  */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;  
position: relative;
overflow: hidden;
height: auto;
max-height: 1000px;
}

.main-image-inner{
  position: absolute;
  right:100px;
  top:300px;
  width: 600px;
  height: 500px;
  background-color: black;
  opacity: .8;
  color: #FFF;
  padding: 25px;
  font-family: 'TT Commons DemiBold';
  /* font-size: 3em; */
  text-align: center;
  padding-top: 60px;
}

.main-image-inner span{
  font-family: 'TT Commons DemiBold';
  font-size: 6em;
  text-align: center;
  line-height: 70px;
}

.main-image-inner p{
  font-family: 'TT Commons DemiBold';
  font-size: 2em;
  text-align: center;
  line-height: 40px;
}

.main-image-inner button{
  font-family: 'TT Commons DemiBold';
  font-size: 1.2em;
  text-align: center;
  border: 2px solid #FFF;
  background-color: transparent;
  color: #FFF;
  border-radius: 0%;
  padding: 5px 25px;
  text-transform: uppercase;
}

.block-caption {
  text-align: center;
  height: 170px;
  background: url('../images/section-head-bg-line.png') repeat-x center;
  white-space: nowrap;
  margin: auto;
}
.block-caption span {
  /* height: 170px; */
  top: 37%;
  padding: 0;
  margin: 0;
  color: black;
  text-transform: uppercase;
  font-family: 'TT Commons DemiBold';
  font-size: 2em;
  letter-spacing: 8px;
  position: relative;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.block-caption span::before {
  content: url('../images/section-head-bg-left.png');
}
.block-caption span::after {
  margin-left: -8px;
  content: url('../images/section-head-bg-right.png');
}

.block-caption-white {
  text-align: center;
  height: 170px;
  background: url('../images/section-head-bg-line.png') repeat-x center;
  white-space: nowrap;
  margin: auto;
}
.block-caption-white span {
  /* height: 170px; */
  top: 37%;
  padding: 0;
  margin: 0;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'TT Commons DemiBold';
  font-size: 2em;
  letter-spacing: 8px;
  position: relative;
  background-color: #00213C;
  display: inline-block;
  vertical-align: middle;
}
.block-caption-white span::before {
  content: url('../images/section-head-bg-white-left.png');
}
.block-caption-white span::after {
  margin-left: -8px;
  content: url('../images/section-head-bg-white-right.png');
}

.block-title{
  width: 100%;
  height: 170px;
  /* border: 2px solid #999; */
  background: url('../images/section-head-bg.png') no-repeat center center; 
  /* background-size: 3%; */
}

.block-title-white{
  width: 100%;
  height: 170px;
  /* border: 2px solid #999; */
  background: url('../images/section-head-bg-white.png') no-repeat center center; 
  /* background-size: 3%; */
}

.block-title-head{
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-family: 'TT Commons DemiBold';
  font-size: 2.4em;
  padding: 45px 0;
  /* background: white; */
  z-index: 1000;
  margin: auto;
  display:table;
 vertical-align:middle;
 position: relative;
}

.block-title-head-white{
  text-align: center;
  color:#FFF;
  text-transform: uppercase;
  font-family: 'TT Commons DemiBold';
  font-size: 2em;
  padding: 50px 0;
  /* background: white; */
  z-index: 1000;
  margin: auto;
  display:table;
 vertical-align:middle;
 position: relative;
}

.blog-img {
	position: relative;
}

.blog-img img {
	/* width: 50%; */
}

.title{
text-align: center;
color: black;
font-family: 'TT Commons DemiBold';
font-size: 2em;
line-height: 1em;
}

.block-text span{
/* text-align: center; */
color: black;
font-family: 'TT Commons';
font-weight: normal;
font-size: 1.3em;
}


.box-part button{
  font-family: 'TT Commons DemiBold';
  font-size: 1.3em;
  text-align: center;
  background-color: #AD946E;
  color: #FFF;
  border-radius: 0%;
  margin-top: 30px;
  text-transform: uppercase;
  padding: 7px 25px;
}

.block-text p, h1, h2, h3, h4{
text-align: left;
}

.contactus-section{
margin-top: 50px;
background-color: #00213C;
}

/*************** Contact Form *****************/
.btn-send{
font-family: 'TT Commons DemiBold';
font-size: 1.3em;
text-align: center;
background-color: #AD946E;
color: #FFF;
border-radius: 0%;
margin-top: 30px;
text-transform: uppercase;  
padding: 7px 25px;
}

.contact-form{
background:transparent;
margin-top: 20px;
/* margin-bottom: 0px; */
width: 100%;
padding-bottom: 50px;
color: #FFF;
letter-spacing: 1px;
font-family: 'TT Commons DemiBold';
font-size: 1.2em;

}
.contact-form .form-control{
border-radius:0rem;
border: 2px solid #74AFB5;
}

.txt-input{
height: 60px;
}

.txtarea-input{
width: 100%;
height: 173px !important;
}

/* .contact-image{
  text-align: center;
}
.contact-image img{
  border-radius: 0rem;
  width: 11%;
  margin-top: -3%;
  transform: rotate(29deg);
} 
.contact-form form{
  padding: 14%; 
}
.contact-form form .row{
  margin-bottom: -7%; 
}
*/

.contact-form h3{
margin-bottom: 15px;
margin-top: -20px;
text-align: center;
color: #0062cc;
}
.contact-form .btnContact {
width: 50%;
border: none;
border-radius: 1rem;
padding: 1.5%;
background: #dc3545;
font-weight: 600;
color: #fff;
cursor: pointer;
}
.btnContactSubmit
{
width: 50%;
border-radius: 1rem;
padding: 1.5%;
color: #fff;
background-color: #0062cc;
border: none;
cursor: pointer;
}


ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
/*****************************************************************/
/************ Services Page **************************************/
.main-image-inner-services-page{
  position: absolute;
  left:100px;
  top:300px;
  width: 600px;
  height: 500px;
  background-color: black;
  opacity: .8;
  color: #FFF;
  padding: 25px;
  font-family: 'TT Commons DemiBold';
  /* font-size: 3em; */
  text-align: center;
  padding-top: 60px;
}

.main-image-inner-services-page span{
  font-family: 'TT Commons DemiBold';
  font-size: 6em;
  text-align: center;
  line-height: 70px;
}

.main-image-inner-services-page p{
  font-family: 'TT Commons DemiBold';
  font-size: 2em;
  text-align: center;
  line-height: 40px;
}

.main-image-inner-services-page button{
  font-family: 'TT Commons DemiBold';
  font-size: 2em;
  text-align: center;
  border: 2px solid #FFF;
  background-color: transparent;
  color: #FFF;
  border-radius: 0%;
}

.btn-button{
  font-family: 'TT Commons DemiBold';
  font-size: 1.5em;
  text-align: center;
  background-color: #AD946E;
  color: #FFF;
  border-radius: 0%;
  padding: 8px 25px;
  text-transform: uppercase;
}

.main-image-inner-services-page-section{
  position: absolute;
  left:100px;
  top:420px;
  width: 100%;
  height: auto;
  background-color:transparent;
  /* opacity: .8; */
  color: #FFF;
  padding: 25px;
  font-family: 'TT Commons DemiBold';
  /* font-size: 3em; */
  text-align: center;
  padding-top: 60px;  
}
.main-image-inner-services-page-section span{
  font-family: 'TT Commons DemiBold';
  font-size: 7em;
  text-align: center;
  line-height: 70px;
  letter-spacing: 4px;
}

/****************************** Services page END**************************************/


h1, h2, h3, h4, h5, h6 {
  font-family: 'TT Commons DemiBold';
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */

 .section-footer {
  line-height: 1;
  /*border-bottom: 1px solid #e5e5e5;*/
  background-color: #EBE8D6;
  height:200px;
  background-image: url('../images/footer-right-bg.png');
  background-repeat: no-repeat;
  background-position: 95% top;
  background-size: contain;
  padding: 10px;
  /* background-attachment: fixed;*/
}


.blog-footer {
  padding: 2.5rem 0;
  background-color: #EBE8D6;
  min-width: 250px;
  background-image: url('../images/footer-right-bg.png');
  background-repeat: no-repeat;
  /* background-position: right 25px; */
  background-position: right bottom;
  /* background-size: contain; */
  background-size: 19%;
  text-align: center;
  font-family: 'TT Commons';
  font-size: 1.2rem;
  overflow: hidden;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.ml-auto, .mx-auto {
  margin-left: 0 !important;
}

@media (max-width: 992px) {
  .nav-link{
    padding-right: 0 !important;
  }

  .navbar-toggler {
    margin: auto !important;
  }

  .navbar-collapse {
    text-align: center !important;
  }

  .navbar-expand-lg {
    width: 100% !important;
  }

  .text-muted {
    margin: auto;
  }
}