*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

body {
	font-family: 'Tajawal', sans-serif;
	font-size: 12px;
	font-weight: 400;
	direction: rtl;
    text-align: right;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	font-style: normal;
	margin: 0;
}

p {
	margin: 0;
}

html,
button,
input,
select,
textarea {
	color: #222;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;

}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}


a,
button {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

p {
	margin: 0;
}

a {
	cursor: pointer !important;
	text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none !important;
}

input,
textarea,
a,
button {
	outline: none !important;
	text-decoration: none;
}

.img-hover > img {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
img {
	max-width: 100%;
}

.main-wrapper {
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
}
.main-wrapper:before {
	content: "";
	background: url(../images/sheapSite.svg);
	position: absolute;
	top: -110px;
    right: -40px;
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}


.menu-toggle .main-wrapper {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.hamburger {
	width: 35px;
	height: 35px;
	border: none;
	position: relative;
	z-index: 0;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 25px;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
	display: none;
	margin-right: 0px;
	background-color: transparent;
}
.hamburger span {
	width: 20px;
	height: 2px;
	border-radius: 0px;
	background-color: #dfad4f;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger span:nth-child(2) {
	width: 15px;
}
.hamburger span:last-child {
	margin-bottom: 0;
	width: 9px;
}

.details-blog li {
	list-style: disc;
}

/*mobile menu*/

.menu-mobile {
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0;
	height: 100%;
	width: 250px;
	background: #e1ae4f;
	z-index: 1001;
	overflow-y: auto;
	-webkit-transform: translateX(265px);
	-moz-transform: translateX(265px);
	-ms-transform: translateX(265px);
	-o-transform: translateX(265px);
	transform: translateX(265px);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
	box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}
.brand-area {
	position: relative;
	padding-top: 20px;
}
.close_menu {
	position: absolute;
	top: 0;
	left: 0px;
	font-size: 24px;
	cursor: pointer;
	color: #363636;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.close_menu:hover {
	background-color: #767676;
	color: #fff;
}
.brand-area a {
	width: 90%;
	height: auto;
	display: block;
	background-size: contain;
	margin: 0px auto 0 auto;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.brand-area a > img {
	max-width: 100%;
	max-height: 100%;
}
.mmenu > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.mmenu > ul li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	color: #fff;
	padding: 10px;
	transition: all .3s;
	font-size: 16px;
	text-transform: capitalize;
}
.mmenu > ul li a > i {
	margin-left: 5px;
}
.mmenu > ul li a:hover {
	background: #57A4C3;
	color: #fff;
	border-color: #57A4C3;
}
.register-mobile {
	margin-top: 0 !important;
}
.register-mobile li:last-child > a {
	border-bottom: 0;
}
.plusIcon {
	font-size: 14px;
	margin-left: 5px;
}
.m-overlay {
	position: fixed;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #333;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.menu-toggle {
	overflow: hidden;
}
.menu-toggle .m-overlay {
	opacity: 0.6;
	visibility: visible;
}
.menu-toggle .menu-mobile {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);

}
.menu-toggle .main-wrapper {

	-webkit-transform: translate3d(-250px, 0, 0);
	-moz-transform: translate3d(-250px, 0, 0);
	-ms-transform: translate3d(-250px, 0, 0);
	-o-transform: translate3d(-250px, 0, 0);
	transform: translate3d(-250px, 0, 0);

}
html.menu-toggle {
	overflow: hidden;
}


/*header*/

#header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px 0; 
    z-index: 2;
}
.logo-site {
	float: right;
}
.logo-site img{
	width: 260px;
}
.logo-site > a {
	display: inline-block;
}
.main_menu {
	float: right;
    margin-top: 50px;
    padding: 10px;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 1000%);
    margin-right: 100px;
}
.main_menu > li {
	float: right;
	margin-left: 20px;
}
.main_menu > li:last-child {
	margin-left: 0;
}
.main_menu > li > a {
	display: block;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
    font-weight: bold;
}
.main_menu > li > a:hover,
.main_menu > li > a:focus {
	color: #BDBDBD;
}
.main_menu > li.active a {
    font-weight: bold;
}
.header-page {
    position: relative;
    padding: 20px 0 100px;
    background: #1F232C;
    clip-path: polygon(0 0, 100% 0, 100% 73%, 20% 100%, 0% 58%);
}
.header-page .container {
    overflow: hidden;
    position: relative
}
.header-page:before {
    content: "";
    background: #E0AE4F;
    position: absolute;
    bottom: -20px;
    right: -15px;
    width: 100%;
    height: 60px;
    transform: rotate(-6deg);
    z-index: 1;
}
.header-page:after {
    content: "";
    background: url(../images/GradientOverlay.svg);
    background-repeat: no-repeat;
    width: 580px;
    height: 290px;
    opacity: 0.1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}


/*section_home*/

.section-home {
	position: relative;
    padding: 200px 0;
    background: #1F232C;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 20% 100%, 0 78%);
}
.section-home:before {
    content: "";
    background: url(../images/GradientOverlay.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 660px;
    height: 440px;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 37%;
    z-index: -1;
    transform: translateY(-50%);
}
.section-home:after{
    content: "";
    background: #E0AE4F;
    position: absolute;
    bottom: -20px;
    right: -15px;
    width: 100%;
    height: 60px;
    transform: rotate(-6deg);
    z-index: 1;
}
.top-lawy figure {
    float: right;
}
.top-lawy figure img {
    border: 7px solid #E0AE4F;
    border-radius: 20px;
}
.top-lawy .sec-title {
    margin-right: 165px;
}
.sec-title span {
    font-size: 16px;
    color: #fff
}
.title-lawyer h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
}
.title-lawyer > p {
    font-size: 30px;
    color: #fff;
}
.list-about li {
    padding-right: 20px;
    position: relative;
    margin-bottom: 15px
}
.list-about li:before {
    content:"";
    position: absolute;
    top: 5px;
    right: 0;
    border: 3px solid #fff;
    border-radius: 50%;
}
.list-about li p {
    font-size: 17px;
    color: #fff
}
.img-home img {
    max-width: 100%;
}

.mission-lawyer {
    background: rgb(255 255 255 / 0.03);
    padding: 15px;
    border-radius: 15px;
    position: relative;
    margin-top: 50px;
}
.mission-lawyer:before {
    content: "";
    background: url(../images/shape-mision.svg);
    position: absolute;
    top: -40px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
}
.mission-lawyer h3 {
    color: #fff;
    margin-bottom: 10px;
}
.mission-lawyer p {
    color: #fff;
    font-size: 16px;
}

/* section-services */

.section-services {
	position: relative;
	padding: 50px 0 30px;
}
.flex-service {
    display: flex;
    flex-wrap: wrap;
}
.flex-service .box-services {
    width: 11.111%;
    padding: 5px;
}
.box-services .list-services {
    position: relative;
    border: 1px solid #DEDEDE;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    display: block;
    height: 140px;
    transition: .3s
}
.list-services img {
    height: 40px;
    margin-bottom: 10px;
}
.list-services p {
    font-size: 15px;
    color: #4B4B4B;
}
.box-services .list-services:hover {
    font-weight: bold;
    background: #FFDE9E;
    border: 1px solid #FFDE9E
}
.sec-head {
	margin-bottom: 40px;
    position: relative;
    padding-right: 20px;
}
.sec-head h3 {
	font-weight: bold;
    margin-bottom: 10px;
}
.sec-head span {
    font-size: 30px;
    font-weight: normal;
}
.sec-head a {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #221E20;
    font-size: 17px;
    background: #fff;
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
    font-weight: bold;
}

 
/* section-statistic  */

.section-statistic {
	position: relative;
	padding: 30px 0 0;
    z-index: 2
}
.box-statistic {
    text-align: center;
    background: #fff;
    border: 1px solid #F5F5F5;
    padding: 35px 45px;
    border-radius: 10px;
    height: 315px;
    overflow: hidden;
}
.box-statistic img {
    height: 100px;
    margin-bottom: 10px;
}
.box-statistic h2 {
    font-weight: bold;
    font-size: 70px;
}
.box-statistic p {
    font-size: 17px;
    color: #4B4B4B;
}


/*section-news*/

.section-news {
    position: relative;
    padding: 140px 0;
    background: #FFF9ED;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    margin-top: -50px;
}
.box-news {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s
}
.box-news:hover {
    background: #FFDEA0;
}
.box-news figure img {
    border-radius: 10px;
    height: 150px;
    width: 100%;
}
.box-news .sec-title h5 {
    color: #360A2B;
    margin-bottom: 15px;
    font-weight: normal;
    height: 75px;
    overflow: hidden;
}
.box-news:hover .sec-title h5 {
    font-weight: bold;
}
.box-news .sec-title p {
    color: #360A2B;
    font-size: 13px;
    height: 115px;
    overflow: hidden;
    margin-bottom: 20px;
}
.write-more {
    float: left;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #000;
}
.write-more:hover {
    color: #555;
}
.write-more i {
    background: rgb(0 0 0 / 0.10);
    color: #B2B2B2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 22px;
    margin: 5px;
}
.box-news:hover .write-more i {
    color: #fff;
}


/*section-articles*/

.section-articles {
    position: relative;
    padding: 30px 0;
}
.section-articles .sec-head a {
    border: 1px solid #ECECF0;
    border-radius: 15px;
}
.box-articles {
	position: relative;
    border: 1px solid #DEDEDE;
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 20px;
}
.box-articles:before {
    background: url(../images/shape-artical.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: -1;
    bottom: 60px;
    left: 30px;
}
.box-articles img {
    max-width: 60px;
    margin-bottom: 20px;
    float: right;
    margin-left: 10px;
}
.box-articles h5 {
    color: #360A2B;
    margin-bottom: 20px;
    height: 75px;
    overflow: hidden;
}
.box-articles p {
    color: #505050;
    font-size: 16px;
    height: 170px;
    overflow: hidden;
}
.box-articles .write-more {
    float: inherit;
    margin-top: 50px;
}


/*section-our-clients*/


.section-our-clients {
    position: relative;
    padding: 50px 0;
    background: #F8F8F7
}
.box-clients {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    height: 160px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.box-clients img {
    max-width: 140px;
}
#clients-slider {
    padding: 0 60px;
}
#clients-slider .owl-nav > button {
  position: absolute;
  top:0;
  bottom: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color:#B2B2B2;
  font-size: 26px;
  margin: auto;
}
#clients-slider .owl-nav > button.owl-prev{
  left:0px;
}
#clients-slider .owl-nav > button.owl-next{
  right:0px;
}
#clients-slider .owl-nav > button i{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 40px;
    background: rgb(0 0 0 / 0.10);
    line-height: 30px;
    border-radius: 50%;  
}

/* section-contact  */


.section-contact {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}
.img-contact {
    float: left;
}
.img-contact img {
    max-width: 560px;
}
.form-contact .form-group {
    width: 450px;
    position: relative;
}
.flex50 {
    width: 450px;
    display: flex;
}
.flex50 .form-group:last-child {
    margin-right: 10px;
}
.flex50 .form-group {
    width: 50%;
}
.form-contact .form-group > label {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
}
.form-contact .form-select label {
    top: 5px;
}
.form-control {
    background: #f4f4f4;
    border: 0;
    padding: 15px 10px 0;
    border-radius: 10px;
    height: 50px;
}
.form-control:focus {
    border: 1px solid #FFDEA0;
    box-shadow: none;
}
textarea.form-control{
	height: 180px;
}
.flex70{
    display: flex;
    width: 550px
}
.flex70 .form-group:first-child {
    width: 450px;
}
.flex70 .form-group:last-child {
    width: 80px;
}
.flex70 .form-group:last-child > label {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    color: #000;
    z-index: 1;
    font-size: 13px;
    left: 0;
    text-align: center;
    width: 100%;
}
.codeAndSend{
    display: flex;
    width: 100%;
}
.img-code {
    display: flex;
    align-items: center;
}
.img-code p {
    font-weight: bold;
    font-size: 18px;
    width: 30%
}
.img-code img {
    height: 50px;
    width: 70%
}
.codeAndSend .img-code, .write-code, .send-form {
    width: 33.3334%;
    margin: 0 10px
}
.btn-send {
    background: #000;
    color: #fff;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
}

.avatar-upload {
    position: relative;
    margin-bottom: 10px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    cursor: pointer;
    background: url(../images/Icons---Files---Cloud-upload.svg);
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-preview {
    width: 100%;
    height: 180px;
    position: relative;
    background: #F2F2F2;
    border-radius: 5px;
    margin-right: 10px;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
      background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}


/* section-footer  */

.section-footer {
	position: relative;
    padding-top: 40px;
	width: 100%;
	height: 100%;
    overflow: hidden;
    background: #231F20;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}
.section-footer:before {
	content: "";
    background: url(../images/shape-footer.svg);
    position: absolute;
    bottom: -350px;
    right: -310px;
    width: 1000px;
    height: 430px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
.logo-site-footer img {
	max-width: 250px;
	margin-bottom: 20px;
	margin-top: -20px;
}
.data-contact li {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    justify-content: space-between;
}
.data-contact > h5{
  	display: block;
  	vertical-align: middle;
  	color: #fff;
  	font-size: 16px;
	margin-bottom: 20px;
    font-weight: normal;
}
.f-menu .text-white {
	font-size: 17px;
	margin-bottom: 5px;
}
.social-media, .menu-link {
	position: relative;
	margin: auto;
	margin-bottom: 20px;
}
.social-media ul {
	margin-bottom: 20px;
}
.social-media img {
	width: 120px;
	height: 30px;
}
.social-media p {
	margin-bottom: 10px;
}
.menu-link ul li {
	display: block;
	margin-bottom: 10px;
	position: relative
}
.social-media ul > li > a{
  	font-size: 14px;
	color: #fff;
	display: flex;
}
.menu-link ul li a {
	color: #fff;
}
.social-menu{
  	vertical-align: middle;
    float: right;
}
.social-menu > li{
	display: inline-block;;
	margin-bottom: 10px;
    float: left;
    margin-left: 15px;
}
.social-menu > li > a{
 	display: flex;
	align-items: center;
  	font-size: 14px;
	color: #fff;
  	-webkit-box-shadow: 0px 5px 14px 0px transparent;
  	-moz-box-shadow: 0px 5px 14px 0px transparent;
  	box-shadow: 0px 5px 14px 0px transparent;
}
.social-menu > li i {
	font-size: 17px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.social-menu > li > a:hover{
  	opacity: .7
}
.copy-right{
  	color: #fff;
  	font-size: 13px;
	font-weight: bold
}
.top-footer{
    padding: 50px 0 10px;
}
.f-box{
  margin-bottom: 30px;
}
.f-box > h2{
  	display: block;
  	vertical-align: middle;
  	color: #fff;
  	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: capitalize
}
.f-menu {
    display: flex;
    flex-wrap: wrap;
}
.f-menu li{
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
    width: 50%;
}
.f-menu li > a{
  display: inline-block;
  color: #fff;
}
.f-menu li > i{
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.f-menu li > a:hover,.f-menu li > a:focus{
  color: #fff;
}
.bottom-footer {
	padding: 25px 0;
	position: relative;
}

.click-map {
    background: #414141;
    padding: 20px;
    text-align: center;
    color: #fff !important;
    border-radius: 15px;
    display: block;
}
.click-map img {
    margin-bottom: 15px;
}
.click-map p {
    font-size: 18px;
}

.twitter {
    background: #00AAEC;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
}
.social-men {
    float: left
}
.social-men li {
    display: inline-block;
    margin: 10px;
    float: left
}
.twitter a, .instagram a, .icon-up a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff
}
.twitter a i, .instagram a i, .icon-up a i {
    width: 100%;
    height: 100%;
}
.instagram {
    background: linear-gradient(90deg, rgba(157,57,183,1) 0%, rgba(246,99,47,1) 55%, rgba(248,201,98,1) 100%);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
}
.whatsapp {
    background: #8dd023;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
}
.whatsapp a {
    color: #fff;
}
.icon-up {
    background: #DFAE4F;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    bottom: 90px;
    right: 40px;
}




input[type="file"] {
	display: none;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.attachment label {
    height: 180px;
    background: #EEEEEE;
    margin-bottom: 0;
    position: inherit;
    margin: 0 10px;
}
.inputfile + label {
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    /* 20px */
    // font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label {
    border-radius: 10px;
    background-color: #EEEEEE;
    padding: 0;
    margin-bottom: 0;
}
.inputfile + label .archive-name,
.inputfile + label .btn-inputfile {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px
}
.inputfile + label .archive-name {
    width: 60%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    color: #919298;
    font-size: 14px;
    line-height: 36px
}
.inputfile + label .btn-inputfile {
    color: #A5A7AF;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}
.btn-inputfile i {
    transform: rotate(40deg);
    font-size: 40px;
}
.gallery {
    display: flex;
    margin: 30px 0;
}
.gallery img {
    width: 130px;
    height: 130px;
    margin-left: 10px;
    border-radius: 10px;
    object-fit: cover;
}

/**/


.news-page {
    background:transparent;
}
.head-page {
    width:50%;
    margin-bottom:30px;
}
.head-page h2 {
    font-size:23px;
}
.site-page {
	padding: 50px 0
}
.head-blog p {
	border: 2px solid #000;
	border-radius: 20px;
	width: auto;
    text-align: center;
    padding: 5px 15px;
	box-shadow: 0 3px 2px -1px #E8E8E8;
	display: inline-block;
	margin-left: 10px;
}
.head-blog p i {
    margin-left:10px;
}
.head-blog a i {
    margin-right:10px;
}
.head-blog {
	margin-bottom: 30px;
}
.head-blog a {
	border: 2px solid #000;
	border-radius: 20px;
	width: auto;
    text-align: center;
    padding: 5px 15px;
	box-shadow: 0 3px 2px -1px #E8E8E8;
	display: inline-block;
	margin-left: 10px;
	float: left
	
}
.details-blog .img-blog {
	float: left;
    width: 630px;
    border-radius: 25px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.details-blog p {
	font-size: 19px;
	line-height: 1.5;
	margin-bottom: 20px;
}

/**/


.box-legal-services {
	position: relative;
    border: 1px solid #DEDEDE;
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 20px;
}
.box-legal-services figure {
    float: right;
    margin-left: 20px;
}
.box-legal-services figure img {
    max-width: 60px;
}
.box-legal-services .sec-title h5 {
    color: #555;
    margin-bottom: 10px;
    font-weight:900
}
.box-legal-services .sec-title p {
    color: #505050;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
}
.box-legal-services ul {
    display:flex;
    margin-top:15px;
}
.order-services {
    background: #E1AE4F;
    border: 1px solid #E1AE4F;
    color: #000;
    padding: 10px 35px;
    border-radius: 10px;
    font-size: 15px;
    display: flex;
    align-items:center;
    margin-right: 80px;
    margin-top: 10px;
    width: 160px;
    text-align: center;
}
.order-whatsapp {
    background: #10ad1c;
    border: 1px solid #10ad1c;
    color: #fff;
    padding: 10px 35px;
    border-radius: 10px;
    font-size: 15px;
    display: flex;
    align-items:center;
    margin-right: 20px;
    margin-top: 10px;
    width: 160px;
    text-align: center;
}
.order-whatsapp i {
    margin-left:5px;
    font-size:18px;
}
.box-legal-services:hover{
    border: 1px solid rgb(225 174 79 / .43);
    background: #fddda2;
}
.order-services:hover {
    color: #E1AE4F;
    background: #fff;
    border: 1px solid #E1AE4F
}
.order-whatsapp:hover {
    background: #fff;
    border: 1px solid #10ad1c;
    color: #10ad1c;
}


/**/

.form-service {
    background:#fff;
    width:500px;
    margin:50px auto;
    box-shadow: 0px 0px 2px 1px #eee;
    padding: 20px;
}
.form-service .form-group {
    display:flex;
}
.form-service .form-group label {
    width:30%;
    font-weight:700;
    font-size:14px;
    margin-top: 10px;
}
.form-service .img-code, .form-service .write-code {
    width: 50%;
    margin: 0;
}
.form-service .img-code img {
    height: 50px;
    width: 100%;
}
.form-service .send-form {
    width:100%;
    padding-right:105px;
}




