@font-face {
	font-family: 'Conv_DINRegularAlternate';
	src: url('../webfonts/DINRegularAlternate.eot');
	src: local('☺'), url('../webfonts/DINRegularAlternate.woff') format('woff'), url('../webfonts/DINRegularAlternate.ttf') format('truetype'), url('../webfonts/DINRegularAlternate.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Conv_DINMittelschrift Regular';
    src: url('../webfonts/DINMittelschrift Regular.eot');
    src: local('☺'), url('../webfonts/DINMittelschrift Regular.woff') format('woff'), url('../webfonts/DINMittelschrift Regular.ttf') format('truetype'), url('../webfonts/DINMittelschrift Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Hanuman|Kdam+Thmor=swap');
.kh #menu a{
    font-family: 'Kdam Thmor', cursive;
    padding: .7rem 1.0rem;
    font-size: 17px;
}
.kh .txt-small{
    font-family: 'Hanuman', serif !important;
}

/*---------Header-----------*/
.on-header{
	padding: 3.0px 0px;
	max-width: 100%;
	width: 100%;
	background: #eab92f;
}
.txt-header{
	font-family: 'Conv_DINMittelschrift Regular';
	color: #fff;
	font-size: 17px;
}
@media(max-width: 768px){
	.txt-header{
		font-size: 15px;
	}
}
.icon-header{
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.icon-address{
	width:34px;
	height: 50px;
	text-align: center;
	line-height: 25px;
}
.icon-phone{
	width:50px;
	height: 50px;
	text-align: right;
	line-height: 25px;
}
.txt-lang{
	color: #fff;
    padding-right: 10px;
    font-family: 'Conv_DINMittelschrift Regular';
    font-size: 17px;
}
@media(max-width: 768px){
	.txt-lang{
	    font-size: 15px;
	}
}
.address{
	padding-left:19px;
    font-size: 17px;
    color: #b8b8b8;
    font-family: 'Conv_DINMittelschrift Regular';
}
.Contact{
	text-align: right;
	padding: 0 19px;
    font-size: 17px;
    color: #b8b8b8;
    font-family: 'Conv_DINMittelschrift Regular';
}
.logo{
	/*padding: 0 30px;*/
	border-left : 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	text-align: center;
}
.Contact-txt{
	text-align: right;
    font-size: 17px;
    color: #b8b8b8;
    font-family: 'Conv_DINMittelschrift Regular';
}
.contact-header{
	position: absolute;
    right: 0;
}
/*----------Menu--------*/

#menu .nav-link{
 	color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    /*font-family: 'Conv_DINReularAlternate';*/
    font-size: 17px;
    line-height: 25px;
    font-weight: 500px;
}

#menu .nav-link:hover{
  border-radius: 3px;
  background-color: #fff;
  color: #410000;
}
@media(max-width: 992px){
    #menu .nav-link:hover{
      background-color: #eab92f;
    }
}
@media (min-width: 992px){
	.navbar-brand{ display: none; }
	.menu_bg{
		background: #eab92f;
	}
}
@media (max-width: 992px){
	.menu_bg .navbar-nav{ background: #eab92f;
     }
}
#menu .nav-link.home{
    color: #410000;
}
#menu .nav-link.home:hover{
    color: #410000;
}
#menu .nav-item.active .nav-link {
    color: #410000;
    background-color: #fff;
    border-radius: 3px;
}
@media(max-width: 992px){
    #menu .nav-item.active .nav-link{
        color: #410000;
        background-color: #ffe7a2;
    }
    .navbar-brand {
        display: block;
    }
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #eab92f;
}
/*---------slide---------*/
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0px; 
    left: 0px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
   align-items: center;
}
.txt-slide{
	width: 100%;
	font-size: 44px;
	font-family: 'Conv_DINRegularAlternate';
	text-align: center;
	z-index: 99;
}
@media(max-width: 992px){
	.txt-slide{
		font-size: 25px;
	}
}
/*.opacity-slid{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 100%;
    max-height: 100%;
    background: rgba(244,244,244,0.5);
}*/
#carouselExampleCaptions .active{
	background-color: red !important;
	z-index: 11;
}

.carousel-item:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  	background-image:rgba(255,255,255,0.1));
  	opacity: 0.7;
}
.bg-prev{
	background-color: #000;
    border-radius: 50%;
    padding: 14px;
}
.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' …3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e);
    display: flex!important;
}
.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' …3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e);
    display: flex!important;
}
.bg-main_page{
	padding: 20px;
}
@media(max-width: 992px){
    .bg-main_page{
        padding: 20px;
        border-top: 1px solid #dfdfdf;
    }
}
.txt-on-slide {
    font-family: 'Philosopher', sans-serif;
    font-size: 25px;
    color: #000;
}
.txt-else-slid{
    font-size: 28px;
    color: #212529;
    font-weight: 500;
}
/*----------Home Page ----------*/
@media(max-width: 768px){
    .img-welcome{
        padding-top: 40px;
    }   
}

.line-welcom{
	height: 2px;
	background-color: #eab92f;
	text-align: center;
	width: 27%;
	margin: 0 auto;
}
.line {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #eab92f;
  text-align: center;
  margin: 0 auto;

}
.txt-welcom{
	padding-top: 30px;
    font-size: 16px;
}
.OUR{
	font-size: 28px;
	font-family: 'Conv_DINRegularAlternate';
}
@media(max-width: 992px){
    .OUR{
        font-size: 20px;
    }
}
.bg-form{
	background-color: #eab92f;
	padding: 10px 30px;
    opacity: 0.8;
}
.btn-primary {
    color: #410000;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.btn-primary:hover {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.txt-FREE{
	font-size: 24px;
	font-family: 'Conv_DINRegularAlternate';
	color: #fff;
	padding-left: 10px;
}
.wel{
    font-size: 28px;
    font-family: 'Conv_DINRegularAlternate';
    font-weight: bold;
}
.wel{
	display: inline-block;  
}
@media(max-width: 768px){
    .wel{
        display: inline;
        justify-content: center;
        text-align: center;
    }
}
@media(max-width: 992px){
    .wel{
        font-size: 20px;    
    }
}
/*------Services--------*/

.bg-service{
	background-color: #ececec;
}
.our-icon{
	margin: 15px 0;
    color: #ca1f26;
    font-size: 18px;
    font-weight: bold;
   font-family: 'Conv_DINRegularAlternate';
}
.title-ser{
    font-weight: bold;
	font-size: 16px;
	font-family: 'Conv_DINRegularAlternate';
    color: #313131;
}
.txt-ser{
	font-size: 14px;
	font-family: 'Conv_DINRegularAlternate';
	padding-top: 15px;
    color: #313131;
}
.bg-under-service{
	
	background-size: cover!important;
    background: url(../image/Untitled-4.png) fixed center;
    width: 100%;
    padding: 70px 0;
}
@media(max-width: 768px){
	.img-ser{
		width: 65px;
	}
}
.small-line-ser {
    height: 2px;
    background-color: #eab92f;
    text-align: center;
    width: 14%;
}
.line-ser {
    height: 2px;
    background-color: #eab92f;
    width: 50%;
    margin: 0 auto;
}

.single-featured {
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 33px;
}

.border-service{
	position: relative;
	
}
.border-service:after{
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #dfdfdf;
    bottom: 0;

}
@media(min-width: 768px){
	.border-service:nth-last-child(1):after,.border-service:nth-last-child(2):after,.border-service:nth-last-child(3):after{
		height: 0px;
	}
}


.text-service{
	font-size: 20px;
    font-weight: 600;
    font-family: 'Conv_DINRegularAlternate';
    display: inline-block;
}
.line-ser-detail {
    height: 2px;
    background-color: #eab92f;
    width: 100%;
}
.padding-ser-detail{

    padding-top: 10px;
}
.padd-ser{
    padding: 0 10px;
    border: 1px solid #e4e4e4;
}
@media(max-width: 768px){
    .padd-ser{
        padding: 0;
    }
}
.p-service{
	font-family: 'Conv_DINRegularAlternate';
}
.arrow-list{
	padding-left: 0;
}
.arrow-list li {
    font-size: 16px;
    color: #7b7a7a;
    line-height: 60px;
    font-weight: bold;
}
ul.arrow-list li:hover{
    color: #fff;
    background-color: #eab92f;
}
ul.arrow-list .active{
    background-color: #eab92f;
    color: #fff;
}
ol, ul {
    list-style: none;
}
.arrow-list li:before {
    color: #eab92f;
    content: '\f0a9';
    font-size: 18px;
    font-family: 'FontAwesome';
    padding-left: 10px;
}

.text-a{
	padding-left: 10px;
}
.line-service {
    height: 2px;
    background-color: #eab92f;
    width: 100%;
}
.border-menu-ser{
	border: 1px solid #f0d7a5;
    padding: 15px;
}
@media(max-width: 992px){
   .padding-ser{
        padding: 30px 0;
    } 
}
.widget-title {
    border: 1px solid #e4e4e4;
    border-bottom: none;
}
.widget-title h1 {
    margin: 0;
    font-size: 23px;
    padding: 15px;
    color: #410000;
}
.widget-title h1 span {
    color: #eab92f;
}

@media(max-width: 576px){
    .padd-ser-in-home{
        margin: 0;
    }

}

/*--------Footer---------*/

.bg-footer{
	background-color: #393846;
}
.title-footer{
	font-size: 20px;
	color: #fff;
	font-family: 'Conv_DINRegularAlternate';
}
.NAVIGATION-footer{
	font-size: 20px;
	color: #fff;
	font-family: 'Conv_DINRegularAlternate';
}
@media(max-width: 768px){
	.NAVIGATION-footer{
		padding-top: 40px;
	}
}
.txt-footer{
	font-size: 15px;
	color: #fff;
	font-family: 'Conv_DINRegularAlternate';
}
@media(max-width: 992px){
    .txt-footer{
        font-size: 11px;
    }
}
@media(max-width: 992px){
    .txt-footer{
        font-size: 14px;
    }
}
.copy{
	font-size: 16px;
	color: #fff;
	font-family: 'Conv_DINRegularAlternate';
	text-align: center;
	padding: 30px 0;
}
@media(max-width: 992px){
    .copy{
        font-size: 12px;
    }
}@media(max-width: 768px){
    .copy{
        font-size: 14px;
    }
}
.copy a{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.logo-footer{
    text-align: right;
    padding-top: 15px;
}
@media(max-width: 768px){
	.logo-footer{
		text-align: left;
		padding-top: 40px;
	}
}
.text-footer-quick {
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-family: 'Conv_DINRegularAlternate';
    line-height: 30px;
}
@media(max-width: 992px){
    .text-footer-quick{
        font-size: 11px;
    }
}
@media(max-width: 768px){
    .text-footer-quick{
        font-size: 14px;
    }
}
.quick-link:hover, .quick-link.active {
    color: #eab92f;
    text-decoration: none;
}
.quick-link {
    display: block;
}

/*-----Our People------*/

.bg-Our-People{
	background-color: #ececec;
}
.bg-txt-people{
	background-color: #fff;
	padding:30px;
}
.bg-txt-people:hover {
    background-color: #eab92f;
}
.title-pp{
	color: #a8a8a8;
	font-size: 20px;
	text-align: center;
	font-family: 'Conv_DINRegularAlternate';
}
.title-pp:hover {
    color: #fff;
}
.txt-pp{
	color: #a8a8a8;
	font-size: 20px;
	text-align: center;
	font-family: 'Conv_DINRegularAlternate';
}
.txt-pp:hover {
    color: #410000;
}
.polaroid {
  /*width: 262px;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
@media(max-width: 992px){
	.polaroid{
		width: 100%;
    	/*margin-top: 35px;*/
	}
    .m-home{
        margin-bottom: 35px;
    }
}
@media(max-width:992px){
    .img-polaroid{
        width: 100%;
    }
}
.img-container {
  padding: 30px;
}
.polaroid:hover {
  background-color: #eab92f;
  color: #fff;
  transition: 0.5s;
}
.polaroid:hover
.title-pp {
  color: #fff;
}
.polaroid:hover
.txt-pp {
  color: #410000;
}
a:hover {
    color: #0056b3;
    text-decoration: none!important;
}
.name-peo{
	text-align: center;
    font-size: 35px;
    font-weight: 600;
}
@media(max-width: 768px){
    .name-peo{
        font-size: 25px;
    }
}
.bg-name-peo{
	background: #eab92f;
    color: #6b120e;
    text-align: center;
    padding: 5px 16px;
    display: inline-block;
    border-radius: 5px;
}
.txt-detail-peo{
	font-family: 'Conv_DINRegularAlternate';
}
.other-peo{
	padding: 10px 0;
    text-align: center;
    background: #ececec;
    font-size: 20px;
    font-weight: bold;
}

/*-------About US----------*/
.about-history{
	padding: 20px 0;
    font-size: 28px;
    font-family: 'Conv_DINRegularAlternate';
    font-weight: bold;
}
.line-about {
    height: 2px;
    background-color: #eab92f;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.text-about{
	font-family: 'Conv_DINRegularAlternate';
    font-size: 16px;
}
@media(max-width: 768px){
    .text-about{
        font-size: 15px;
    }  
}
.our{
    display: inline-block;
    padding-bottom: 26px;
}
@media(max-width: 992px){
    .our-company{
        font-size: 20px;
    }
}
/*-------Contact US--------*/
.title-contact{
	color: #410000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Conv_DINRegularAlternate';
}
.padding-form{
	padding-right: 50px;
}
@media(max-width: 992px){
    .padding-form{
        padding-right: 0px;
    }
}
.line-contact{
	height: 2px;
    background-color: #eab92f;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

/*--------Law Document----------*/

.border-law{
	border: 1px solid #dfdfdf;
	padding-left: 20px;
}
.title-law{
	font-size: 20px;
	padding: 10px 0;
	display: inline-block;
}
.txt-law{
	font-family: 'Conv_DINRegularAlternate';
	font-size: 15px;
}
.line-law {
    height: 2px;
    background-color: #eab92f;
    width: 100%;
}

/*-------------Activity-------*/
.text-activity{
    border: 1px solid #e6e6e6;
}
.text-activity {
    color: #8d9090;
    font-family: 'Conv_DINRegularAlternate';
}
.widget-lawyer :hover{
    color: #fff;
}
.widget-lawyer :hover {
    background: #eab92f;
}
.img-activity{
    padding-right: 15px;
    padding-bottom: 15px;
    float: left;
}
.widget-lawyer{
    margin-bottom: 15px;
    position: relative;
}
.widget-lawyer :hover .read-more{
    color: #fff;
}
.practice-widget-single-item {
    padding-bottom: 20px;
}
.fix {
    /* overflow: overlay; */
    display: table;
}
.widget-lawyer-image {
    float: left;
}
.widget-lawyer-image img {
    max-width: 100%;
    height: 92px;
}
img {
    max-width: 100%;
    height: auto;
}
.fix.widget-lawyer-name {
    width: auto;
}
.widget-lawyer-name {
    border: 1px solid #e6e6e6;
    height: 92px;
    padding-left: 25px;
    width: 178px;
    transition: all .3s ease;
}
.fa-long-arrow-right:before {
    content: "\f30b";
}
.widget-lawyer-name p i {
    color: #eab92f;
    font-size: 14px;
    padding-left: 12px;
}
.widget-lawyer-name p i:hover{
	color:#fff;
}
.widget-lawyer-name h4 {
    color: #8d9090;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 6px;
    padding: 10px 0;
    font-weight: 500;
    transition: all .3s ease;
}
.widget-lawyer-name h4:hover{
	color:#fff;
}
.widget-lawyer-name:hover {
    background: #751414;
}
.read-more{
	color: #b3b3b3;
	font-family: 'Conv_DINRegularAlternate';
}
/*.read-more:hover{*/
/*	color: #fff;*/
/*	font-family: 'Conv_DINRegularAlternate';*/
/*}*/
.fa-long-arrow-alt-right:before {
    content: "\f30b";
    color: #eab92f;
    padding-left: 10px;
}
.Category-act{
	font-size: 20px;
	font-weight: 600;
	font-family: 'Conv_DINRegularAlternate';
	padding-bottom: 20px;
    display: inline-block;
}
.padd-activity{
    padding-bottom: 50px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0; 
    vertical-align: .255em;
    content: "";
    border: 0 solid transparent;   
}
.link-a{
    color:#000;
}
.link-a:hover{
    color:#410000;
}

.txt-detail-act{
    font-size: 16px;
    font-family: 'Conv_DINRegularAlternate';
}
.padd-activity1{
    padding-top: 50px;
}
@media(max-width: 768px){
    .txt-detail-act{
        font-size: 15px;
        font-family: 'Conv_DINRegularAlternate';
    }
    .m-row{
        margin: 0 5px;
    }
    .txt-else-slid{
        font-size: 22px;
    }
    .padd-activity1{
        padding-top: 26px;
    }
}

@media(max-width: 992px){
    .padd-activity1{
        padding-top: 0px;
    }
    .c-m{
        margin-right: 10%;
    }
    .c-p{
        padding-left: 10%;
    }
    .over {
        /* max-width: 720px; */
        width: 100% !important;
        padding: 0 !important;
        max-width: 100%;
    }
    .navbar{
        padding: 0 !important;
    }
     .img-all-activity{
        position: relative;
       
    }

}
.act-title{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Conv_DINRegularAlternate';
    padding-bottom: 20px;
    display: inline-block;
}
.line-act-title {
    height: 2px;
    background-color: #eab92f;
    width: 100%;
}