/* CSS Document */

/* 
    Developed by : Jubayer al hasan. (jubayer.hasan1991@gmail.com)
   
*/

/**
* Importing necessary  Styles.
**/
/*----- Fonts -------*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
@import url('../fonts/Aaux-ProRegular/AauxPro-OT.css');
@import url('../fonts/Aaux-ProBold/AauxPro-OT.css');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*------- Framework css -----------*/
@import url('framework.css');
/*--------- Select js ---------*/
@import url('../vendor/selectize.js/selectize.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');


:root {
  --p-color:#686058;
  --text-dark: #696158;
}


/*______________________ Global stlye ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

 body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: var(--text-dark);
  font-size: 15px;
  position: relative;
 }
 body,.main-page-wrapper {overflow-x:hidden;}
 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5,h6 {color: var(--p-color);}
 p {line-height: 28px;}
 ul {list-style-type: none;}
 body a {text-decoration: none; display: inline-block;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;}
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;cursor: pointer;}
 button:focus {outline: none;}
 input,textarea {outline: none; box-shadow: none;transition: all 0.3s ease-in-out;}
.header-mfix {margin-top: 121px;}
.theme-img {width: 100%;}
.img-box {overflow: hidden; margin: 1px;}
.theme-pager ul li {display: inline-block;}
.theme-pager ul li:last-child {font-weight: 700;}
.theme-pager ul li a {color: var(--text-dark);}
.name {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
}
/*------------------ Theme Title ------------*/
.theme-title-one h6 {
  font-family: 'AauxPro OTBold';
  font-size: 20px;
  padding-bottom: 2px;
}
.theme-title-one h2 {
  font-family: 'AauxPro OTRegular';
  font-size: 32px;
}
.inner-title-one {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
}
/*-------------------- Button ---------------*/
body .theme-button-one {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: var(--p-color);
  line-height: 52px;
  min-width: 198px;
  position: relative;
  padding-left: 25px;
  text-align: left;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
body .theme-button-one .icon {
  position: absolute;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
body .theme-button-one:hover {padding-left: 15px;}
body .theme-button-one:hover .icon {right: 10px;}
body .theme-button-one.button-sm {min-width: 146px;}
/*----------------------- Header --------------------- */
.theme-header {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
}
.theme-header .pos-r {position: relative;}
.theme-header .nav-block {padding-bottom: 35px;}
.theme-header .brand-block {overflow: hidden;}
.theme-header .logo {max-width: 335px; display: block; margin-left: -18px;}
.theme-header .nav-block .upper-block {padding: 15px 0 18px;}
.theme-header .nav-block .upper-block .contact span {
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 5px;
  color: var(--text-dark);
}
.theme-header .nav-block .upper-block .dropdown-option .btn {
  display: block;
  width: auto;
  height: 18px;
  font-size: 13px;
  color: var(--text-dark);
  background: transparent;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  text-align: left;
  border: none;
  padding: 0 18px 0 0;
  position: relative;
  margin-left: 35px;
}
.theme-header .nav-block .upper-block .dropdown-option .btn:before {
  content: url(../images/assets/down-arrow.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.theme-header .nav-block .upper-block .dropdown-option .btn::after {display: none;}
.theme-header .nav-block .upper-block .dropdown-option .dropdown-menu li a {
  display: block;
  line-height: 24px;
  font-size: 13px;
  padding: 0 5px;
  text-transform: uppercase;
  color: var(--text-dark);
}
.theme-header .nav-block .upper-block .dropdown-option .dropdown-menu {
  min-width: 80px;
  padding: 0;
}
.theme-header .nav-block .bottom-block li {padding-left: 60px;}
.theme-header .nav-block .bottom-block li:first-child {padding-left: 0;}
.theme-header .nav-block .bottom-block .search form, .search-form {
  position: relative;
  width: 255px;
  height: 35px;
}
.theme-header .nav-block .bottom-block .search form input, .search-field {
  width: 100%;
  height: 100%;
  border: 1px solid var(--text-dark);
  border-radius: 8px;
  padding: 0 40px 0 15px;
}
.theme-header .nav-block .bottom-block .search form button, .search-submit {
  position: absolute;
  right: 0;
  top:0;
  bottom: 0;
  width: 40px;
  background: transparent;
  border-radius: 0 8px 8px 0;
}
.theme-header .nav-block .bottom-block .nav-item a {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--text-dark);
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-bottom: 3px;
}
.theme-header .nav-block .bottom-block .nav-item a:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background: #C4B6A9;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0,1);
  transition: all 0.3s ease-in-out;
}
.theme-header .nav-block .bottom-block .nav-item a:hover,
.theme-header .nav-block .bottom-block .nav-item.active a { color: #C4B6A9; }
.theme-header .nav-block .bottom-block .nav-item a:hover:before,
.theme-header .nav-block .bottom-block .nav-item.active a:before {
  opacity: 1;
  transform: scale(1);
}
.mobile-menu {display: none;}
#mobile-nav-holder {padding: 0; position: static;}
.navbar .navbar-toggler {
  float: right;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 99;
}
.navbar .navbar-toggler::before,
.navbar .navbar-toggler::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: var(--text-dark);
}
.navbar .navbar-toggler span {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 2px;
  text-indent: 200%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background: var(--text-dark);
}
.navbar .navbar-toggler::before {
  -webkit-transform: translate3d(0, -8px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -8px, 0) scale3d(1, 1, 1);
}
.navbar .navbar-toggler::after {
  -webkit-transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
   transform: translate3d(0, 8px, 0) scale3d(1, 1, 1); 
}
.navbar .navbar-toggler[aria-expanded="true"] span {opacity: 0;}
.navbar .navbar-toggler[aria-expanded="true"]::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.navbar .navbar-toggler[aria-expanded="true"]::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
#navbarSupportedContent {
  position: absolute;
  top:100%;
  left: 0;
  right: 0;
  background: #f0efee;
}
#navbarSupportedContent:before {
  content: '';
  width: 100%;
  height: 72px;
  background: #f0efee;
  position: absolute;
  left: 0;
  top:-72px;
  z-index: -1;
}
#navbarSupportedContent .navbar-nav .nav-item a {
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  padding: 0 15px;
  background: var(--text-dark);
  border-bottom: 1px solid rgba(255,255,255,0.7);
}
#navbarSupportedContent .navbar-nav .nav-item:last-child a {border:none;}
.nav-item .dropdown-toggle::after {display: none;}
.nav-item .dropdown-toggle::before {
  content: '+';
  position: absolute;
  font-weight: 700;
  font-size: 22px;
  right: 15px;
  top:0;
  line-height: 40px;
}
.nav-item .dropdown-menu {
  border:none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
#navbarSupportedContent .navbar-nav .nav-item .dropdown-menu a {
  background: #938676;
  font-size: 13px;
}
#navbarSupportedContent .navbar-nav .active>a {font-weight: 700;}
/*------------------ Hero Banner ------------------*/
.hero-banner {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 424px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.hero-banner h1 {
  font-family: 'AauxPro OTRegular';
  color: #fff;
  font-size: 46px;
  width: 50%;
}
.hero-banner p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  width: 31%;
}
.hero-banner .text-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.hero-banner .text-wrapper h3 {
  font-family: 'AauxPro OTRegular';
  font-size: 32px;
  color: #fff;
  display: inline-block;
  background: rgba(105,97,88,0.5);
  padding: 17px 70px 17px 20px;
  position: relative;
}
.hero-banner .text-wrapper h3:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1000px;
  background: rgba(105,97,88,0.5);
  right: 100%;
  top:0;
  z-index: 1;
}
/*-------------------- Text Block ----------------*/
.text-block-one p {font-size: 18px;line-height: 30px; padding: 18px 0 48px;}
/*-------------- Footer ---------------*/
.main-footer {
  background: var(--text-dark);
  padding-top: 30px;
}
.main-footer .logo {width: 105px;}
.main-footer .inner-wrapper  strong{
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.main-footer .inner-wrapper p {font-size: 13px; color: #fff; margin-top: -3px;}
.main-footer .inner-wrapper li {padding-bottom: 12px;}
.main-footer .bottom-footer {
  border-top:1px solid #979797;
  padding: 20px 0;
  margin-top: 10px;
}
.main-footer .bottom-footer p {font-size: 13px; color: #fff;}
/*----------------- Theme Sidebar ----------------*/
.theme-sidebar ul li a {
  display: block;
  font-size: 15px;
  color: var(--text-dark);
  margin-bottom: 14px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.theme-sidebar ul li.active>a,
.theme-sidebar ul li.active .panel-title a,
.theme-sidebar ul li:hover>a,
.theme-sidebar ul li:hover .panel-title a {font-weight: 700; color: #C4B6A9;}
.theme-sidebar ul li .panel-title a:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  right: 15px;
  top:0;
  font-size: 18px;
  line-height: 22px;
}
.theme-sidebar ul li .active-panel .panel-title a:before {content: '';}
.theme-sidebar ul li .panel-body li {padding-left: 15px;}
/*-------------- Inner Body Text ----------------*/
.download-box {
  border: 1px solid rgba(105,97,88,0.3);
  text-align: center;
  padding: 15px 5px;
  min-height: 148px;
  transition: all 0.3s ease-in-out;
}
.download-box h4 {
  font-family: 'AauxPro OTBold';
  font-size: 18px;
  padding-bottom: 14px;
  transition: all 0.3s ease-in-out;
}
.download-box li {padding: 0 10px; font-size: 40px; transition: all 0.3s ease-in-out;}
.download-box li a {font-size: 25px; }
.download-box li a .svg path {transition: all 0.3s ease-in-out;}
.download-box:hover li a .svg path {fill: #C4B6A9;}
.theme-form-style-one {
  background: rgba(105,97,88,0.1);
  padding: 35px 120px 50px 30px;
}
.theme-form-style-one .input-wrapper {position: relative;margin-bottom: 28px;}
.theme-form-style-one .input-wrapper input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding: 0 15px;
  border: 1px solid var(--text-dark);
}
.theme-form-style-one .input-wrapper textarea {
  width: 100%;
  height: 210px;
  background: #fff;
  padding: 15px;
  border: 1px solid var(--text-dark);
}
.theme-form-style-one .input-wrapper #doc {
  width: 193px;
  height: 40px;
  position: absolute;
  opacity: 0;
  left: 0;
  top:0;
}
.theme-form-style-one .input-wrapper #for-doc {
  width: 193px;
  height: 40px;
  background: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  color: var(--p-color);
  display: inline-block;
  border: 1px solid var(--text-dark);
}
.theme-form-style-one .input-wrapper .con-text {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 40px;
  padding-left: 15px;
}
.theme-form-style-one .input-wrapper p {
  font-size: 13px;
  line-height: 17px;
  padding-top: 15px;
}
.dropdown-holder .selectize-input {
  min-width: 144px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: var(--text-dark);
  border-radius: 0;
  border: 1px solid var(--text-dark);
  box-shadow: none;
  outline: none;
  padding: 0 40px 0 12px;
  border-radius: 0;
}
.dropdown-holder .selectize-dropdown {
  border: 1px solid var(--text-dark);
  border-top: none;
  box-shadow: none;
  background: #fff;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
}
.dropdown-holder .selectize-dropdown .option {font-size: 13px;line-height: 25px;}
.dropdown-holder .selectize-dropdown .option:hover,
.dropdown-holder .selectize-dropdown .active {color: #fff; background: var(--p-color);}
.selectize-control.single .selectize-input:after {margin: 0;}
.theme-table-one thead tr th {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  border-top: none;
  border-bottom: 1px solid #979797;
  padding: 10px 15px;
}
.theme-table-one thead tr th:last-child,
.theme-table-one tbody tr td:last-child {text-align: right;padding-right: 0;}
.theme-table-one tbody tr td {
  font-size: 13px;
  color: #696158;
  padding: 10px 15px;
  text-transform: uppercase;
  background: rgba(104,96,88,0.15);
  vertical-align: middle;
  border: none;
}
.theme-table-one tbody tr td a {padding: 0 10px;}
.theme-table-one tbody tr td a .svg path {transition: all 0.3s ease-in-out;}
.theme-table-one tbody tr td a:hover .svg path {fill: #948677;}
.theme-table-one tbody tr:nth-child(even) td {background:rgba(104,96,88,0.38); }
.gutter-10 {margin: 0 -10px;}
.gutter-10 [class*="col-"] {padding: 0 10px;}
.adminis-wrapper .tab-content {
  height: 585px;
  position: relative;
}
.adminis-wrapper .tab-content .def-view {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: url(../images/assets/hero-bg3.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.admins-lg {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #696157;
  margin-bottom: 15px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
  overflow: hidden;
}
.admins-lg.show {opacity: 1; visibility: visible;}
.admins-lg .bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  padding: 40px 30px 50px;
  transition: all 0.3s ease-in-out;
  background: rgba(105,97,87,0.9);
  z-index: 1;
  opacity: 0;
}
.admins-lg.show .bg-wrapper {opacity: 1;}
.admins-lg .bg-wrapper.show {top:470px;}
.admins-lg h4,.admins-lg h6,.admins-lg p {color: #fff;}
.admins-lg h4 {font-size: 18px; font-weight: 700;}
.admins-lg h6 {font-size: 16px; font-weight: normal;}
.admins-lg .down-button {
  color: #fff;
  font-size: 40px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 55;
  cursor: pointer;
}
.admins-sm {
  height: 185px;
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 15px;
  text-align: center;
  border:1px solid #696157;
  transition: all 0.3s ease-in-out;
}
.admins-sm .bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top:0;
  left: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.admins-sm h4 {
  font-size: 16px; 
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.admins-sm h6 {
  font-size: 14px; 
  font-weight: normal;
  padding: 10px 0 8px 0;
  transition: all 0.3s ease-in-out
}
.admins-sm .text-wrapper .theme-button-one {
  min-width: 96px;
  line-height: 30px;
  background: #E0CFA2;
  color: #696157;
  font-size: 14px;
  padding-left: 8px;
  display: none;
  cursor: pointer;
}
.admins-sm .text-wrapper .theme-button-one .icon {right: 10px;}
.admins-sm:hover {background: #696157;}
.admins-sm:hover h4,.admins-sm:hover h6 {color: #fff;}
.admins-sm:hover .bg-wrapper {opacity: 0.1;}
.admins-sm:hover .text-wrapper .theme-button-one {display: inline-block;}

.texto-documento-archivo {
  font-size: 13px;
  line-height: 16px;
  padding: 20px 0;
}

#search-content {
  margin-top: 150px;
  min-height: 50vh;
}

#search-content article {
  width: 50%;
  padding: 30px 40px 30px 0;
}

#page-404 {
  margin-top: 150px;
}

.message-404 {
  font-size: 25vh;
  line-height: 50vh;
}

.wpml-ls-legacy-dropdown {
  width: 150px!important;
  max-width: 100%!important;
  margin-left: 20px!important;
}