@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400;1,9..40,500;1,9..40,700&family=Merriweather:wght@300;400;700;900&display=swap');

body{
	margin:0;
	padding:0;
    font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	background-color: #fff;
    font-weight: 400;
	color: #313335;
}
html,body{
    margin:0;
    padding:0;
    border:0;
}
[class*="col" ] { min-height:0px; }
.clr{
	clear:both;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
    color: #1b1b1b;
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
.nav-link {
    padding-right: 25px;
    padding-left: 25px;
}
.navbar-nav li a{
    font-size: 16px;
    color: #313335;
    font-weight: 400;
    position: relative;
    padding: 10px 14px!important;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.navbar-nav li a:hover{
    color: #c1b685!important;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.navbar-nav li a:hover:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #c1b685;
    bottom: 0;
    left: 0;
}
.navbar-brand img {
  width: 170px;
}
header{
    padding:50px 0;
    background: linear-gradient(to right, #f5f4ef 65%, #fff 35%);
}
.search {
    position: relative;
    flex-wrap: nowrap;
    display: inline-flex;
    float: right;
    margin-top:37px;
}
.search input[type="text"] {
    border: 0;
    font-style: italic;
    margin-left: 11px;
    width: 250px;
    outline: none;
    background-color: transparent;
}
.navbar{
    display: inline-flex;
}
#slider{
    position: relative;
    margin-top: 60px;
}
#slider h4{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#slider h1{
    font-family: 'Merriweather', serif;
    font-size: 53px;
    font-weight: 700;
}
.vertical-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.button{
    background-color: #c1b685;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 20px 30px;
    display: inline-block;
    margin-right: auto;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.button:hover{
    background-color: #313335;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
#slider .button{
    margin-top: 30px;
}
.arrow img{
    width: 30px!important;
}
header .arrow img{
    margin-top: 100px;
    transform: rotate(90deg);
}
.title h4{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.title h2{
    font-family: 'Merriweather', serif;
    font-size: 53px;
    font-weight: 700;
}
#atuts{
    margin: 100px 0;
}
#atuts .title{
    text-align: center;
    width: 450px;
    margin: auto;
    margin-bottom: 60px;
}
.atut-box{
    text-align: center;
}
.atut-box h3{
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0;
}
.atut-box p{
    font-size: 16px;
    font-weight: 400;
}
#we-do{
    position: relative;
    padding: 100px 0;
}
#we-do:before{
    content: '';
    position: absolute;
    background-color: #f5f4ef;
    width: 70%;
    height: 100%;
    top:0;
    right: 0;
    z-index: -1;
}
.list li{
    text-align: justify;
    position: relative;
    padding-left: 30px;
    list-style: none;
    margin: 15px 0;
}
.list li:before{
    content: '';
    position: absolute;
    background: url(../img/check-icon.svg);
    width: 20px;
    height: 15px;
    left: 0;
    top:3px;
}
#about{
    margin: 100px 0;
}
.photo-about{
    position: relative;
    float: right;
}
.box-about{
    background-color: #313335;
    padding: 40px 40px;
    width: 320px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.box-about p{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.about p{
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}
#news{
    background-color: #f5f4ef;
    padding: 100px 0;
}
#news .title {
    text-align: center;
    margin: auto;
    margin-bottom: 60px;
}
.category-news{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 25px;
    position: relative;
}
.category-news:before{
    content: '.';
    font-size: 30px;
    top: -23px;
    position: absolute;
    right: -18px;
}
.date-news{
    font-size: 14px;
    font-weight: 500;
    color: #acacac;
}
.news-content {
    background-color: #fff;
    padding: 30px;
}
.news-content h4{
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
    line-height: 28px;
}
.news-photo img {
    width: 100%;
}
.news-box{
    position: relative;
}
.news-box:hover:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #383a3c;
}
.center{
    text-align: center;
}
#news .button{
    margin-top: 60px;
}
footer{
    background-color: #313335;
    padding: 60px 0;
}
footer h2{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}
footer ul li{
    font-size: 18px;
    line-height: 36px;
    color: #a8a8a8;
    list-style: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.footer-menu li{
    cursor: pointer;
}
.footer-menu li:hover{
    color: #fff;
    text-decoration: underline;
    margin-left:20px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
footer hr{
    border-top:1px solid #484a4d;
    opacity: 1;
    margin-top: 40px;
    margin-bottom: 40px;
}
.copyright{
    text-align: center;
    font-size: 18px;
    color: #a8a8a8;
}
footer a{
    color: #fff;
}
footer a:hover{
    text-decoration: underline;
    color: #fff;
}
.dropdown-menu.show {
    border-radius: 3px;
    border: 0;
    padding: 5px 0;
}
.dropdown-menu li a:focus, .dropdown-menu li a:hover{
    color: #fff!important;
    text-decoration: underline;
    margin-left: 15px;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease; 
}
.dropdown:before:hover{
    display: none;
}
.dropdown-menu li a {
    padding: 8px 20px;
    font-size: 16px;
    color: #b8bbbf!important;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease; 
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-menu{
    margin-top: 0;
    padding: 5px 0;
    border-radius: 3px;
    border: 0;
    background-color: #313335;
      padding: 40px;
    min-width: 300px;
}    
.nav-link.dropdown-toggle {
  padding: 0 10px!important;
}
.dropdown-menu li a {
  font-weight: 400;
  text-transform: inherit;
  line-height: 48px;
}
.navbar-light .navbar-nav .nav-link{
    color: #313335;
}
.dropdown-menu li a:hover:before{
    display: none;
}
#breadrumbs {
  text-align: center;
   padding: 40px 0;
  background-color: #f8f8f6;
}
#breadrumbs h1 {
  font-family: 'Merriweather', serif;
}
.breadcrumb {
  display: inline-flex !important;
    font-size: 16px;
  margin-top: 10px;
}
#content{
    margin: 30px 0 60px 0;
}
.atut-box .arrow img{
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease; 
}
.atut-box:hover .arrow img {
  margin-left: 30px;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease; 
}
.promagnifier {
  display: none;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
    color: #313335!important;
    font-weight: 700!important;
}
.asl_w_container.asl_w_container_1 {
  margin-left: 15px;
}
.asl_w_container {
  min-width: 240px!important;
}
div.asl_w, #ajaxsearchlite1 .probox, div.asl_w .probox{
    background-color: transparent!important;
}
.search-sidebar .proinput {
  margin: 0 !important;
}
.search-sidebar #ajaxsearchlite2 {
  margin-top: 10px !important;
}
.cat-sidebar ul li{
    list-style: none;
}
.cat-sidebar ul{
    margin-top: 10px;
}
.cat-box-page h2 {
  font-size: 24px;
}
.cat-box-page {
  padding: 30px;
  background-color: #f8f8f6;
  margin: 10px 0;
}
#hea {
  background: transparent !important;
}
#more, #more2, #more3{
    display: none;
}
#myBtn, #myBtn2, #myBtn3 {
  background-color: transparent;
  border: 0;
    color: #c1b685;
  text-decoration: underline;
}
.footer-menu ul li a {
  color: #a8a8a8;
  padding: 0 !important;
}
.footer-menu ul li .nav-link.dropdown-toggle{
    padding: 0 !important;
}
.footer-menu .navbar-nav li a:hover::before{
    display: none;
}
.footer-menu .dropdown-menu{
    padding: 0 10px!important;
}
.atut-box img {
  width: 130px;
}





















button.navbar-toggler.collapsed, button.navbar-toggler {
    margin-top: 15px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-start;
    margin-left: 70px;
}
@media only screen and (max-width: 1200px) {
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}
@media only screen and (max-width: 768px) {
    .search{
        display: none;
    }
    .navbar {
        display: block;
    }
    .navbar-expand-lg .navbar-collapse{
        margin-left: 0;
    }
    ul.navbar-nav {
        text-align: center;
    }
    header:before{
        display: none;
    }
    header {
        padding: 20px 0;
        background-color: #f5f4ef;
    }
    #slider h1{
        font-size: 30px;
    }
    #slider h4{
        font-size: 16px;
    }
    header .arrow img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .title h2{
        font-size: 30px;
    }
    .title h4{
        font-size: 14px;
    }
    .atut-box h3{
        font-size: 24px;
    }
    .atut-box p{
        font-size: 16px;
    }
    .atut-box {
        margin: 20px 0;
    }
    #we-do .title, #about .title {
        margin: 30px 0 20px 0;
    }
    .about p{
        font-size: 16px;
    }
    .category-news, .date-news{
        font-size: 14px;
    }
    .category-news:before{
        top: -33px;
    }
    .news-box {
        margin: 20px 0;
    }
    #news .title{
        margin-bottom: 30px;
    }
    #news, #we-do{
        padding: 50px 0;
    }
    #about{
        margin: 50px 0;
    }
    footer{
        text-align: center;
    }
    footer h2{
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 40px;
    }
    footer ul li{
        font-size: 16px;
        line-height: 30px;
    }
}