/*!
Theme Name: Legal Art
Theme URI: http://underscores.me/
Author: Legal Art
Author URI: https://t.me/SamMkrtchyan
Description: Legal Art, low company
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cert
Tags: lawyer ,legal, lawyer  company, company

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cert is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*  Inner Page */
.content_section {
	color: #000;
}
.active_cat > a{
	color: #e0a965 !important;
}

.topbar-one {
	padding: 10px 0 !important;
}
.stricked-menu {
	background-color: #132e3d !important;
}



.wpml-ls-current-language a{
	color:#C2986B !important;
}

ul#lang-menu {
    margin-left: 46px;
}
#lang-menu > li + li {
    margin-left: 12px !important;
}
#lang-menu > li > a{
    border-right: 1px solid #C2986B;
	padding-right: 12px !important;
}#lang-menu > li:last-child a{
	border:none !important;
	padding-right:none !important;
}

@media all and (max-width: 1023px){ 
	.topbar-one__right{
		flex-direction: row !important;
	}
	.topbar-one__right a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 10px;
		color: #ffffff;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		padding-left: 19px;
		margin: 0 !important;
	}
	
	
	.stricked_menu_full {
		height: 100vh !important;
	}
	
	
	
	
	.header-navigation .main-navigation{
		max-height: none;
		height: 89vh;
		overflow: hidden;
		padding-bottom: 36px;
	}
	.header-navigation .main-navigation > div {
		width: 100%;
	}
	.flex_item {
		display: flex !important;
		flex-direction: column;
	}
	
	#lang-menu{
      	padding-top:20px;
		display:flex;
		 margin-left: 0px;
	}
	#lang-menu > li{
		display: flex;
		align-content: center;
		margin-right:0px;
		border: none;
        
	}#lang-menu > li:last-child{
		border-right: none !important;
        padding-right: none !important;
	}
	
	#lang-menu > li > a > span {
			padding: 0 !important;
			margin-right: 0px !important;
			padding-bottom: 10px !important;
			padding-right: 12px !important;
			border-right: 1px solid #C2986B !important;
		}#lang-menu > li:last-child a span{
		border-right: none !important;
        padding-right: none !important;
	}
	#lang-menu > li > a {
		padding: 0 !important;
		border:none !important;
		padding-bottom: 10px !important;
	}
	.header-navigation ul#lang-menu > li > ul{
		display: flex;
		position: relative !important;
	}
	#lang-menu > li > ul.sub-menu {
		min-width: 0px;
		position: relative !important;
		display: flex;
		right: 0 !important;
		left: 0 !important;
		align-content: center;
		top: -1px !important;
		margin-left: 15px;
	}#lang-menu > li > ul.sub-menu> li{
		background: transparent !important;
	}#lang-menu > li > ul.sub-menu> li > a {
		padding: 0 !important;
		padding-bottom: 10px;
		color: #fff !important;
		border-left: 1px solid  var(--main-color) !important;
		padding-left: 15px !important;
   		padding-right: 15px !important;
	}#lang-menu > li > ul.sub-menu> li > a:hover{
		background: transparent !important;
		color: #cb986b !important;
	}
	.wpml-ls-current-language > a {
		color: #cb986b !important;
	}
	.header-navigation ul.navigation-box > li > ul > li + li{
		border: none !important;
	}
	
	
	
	.stricked_menu_full  >  .container > .flex_item{
		height: 89vh;
	}
	.header-navigation .main-navigation{
		max-height: none;
		
		overflow: hidden;
		padding-bottom: 36px;
	}
}

@media screen and (min-width: 760px) and (max-width: 1023px){
	.header-navigation .main-navigation{
		height: 89vh;
	}
}
@media screen and (min-width: 502px) and (max-width: 560px){
	.header-navigation .main-navigation{
		height: 89vh;
	}
}
@media screen and (min-width: 300px) and (max-width: 503px){
	.header-navigation .main-navigation{
		height: 89vh;
	}
}




.header_bg {
	background: #132e3d;
}

.header-navigation .container .right-side-box{
	position: relative !important;
}

/* desktop menu lang bug fix*/
.site-header__header-one .container .right-side-box{
	left: 0px !important;
	 margin-left: 26px;
	transform: none !important;
	
}


select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid #2e4552;
    width: 100%;
    height: 46px;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}



.case_serv, .blog-one__image-link{
	position: relative;
}
.case_link, .blog-one__image-link {
	z-index: 2;
}
.blog-one__image-inner:after{
	content:'';
	position: absolute;
	width: 100%;
	padding: 150px;
	background:rgba(194,152,107, 0.8);
	top: 0;
	display: none;
	z-index: 1;
}
.blog-one__image-inner:hover::after{
	display: block;
	transition: 0.4s;
}




.case-one {
  padding-top: 100px;
}
.case-one .container-fluid {
  padding: 0;
}
.case-one .block-title {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .case-one .block-title br {
    display: none;
  }
}
.case-one__top {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .case-one__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.case-one__single {
  position: relative;
  overflow: hidden;
}
.case-one__single > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.case-one__single:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.case-one__single:hover .case-one__hover {
  opacity: 1;
  -webkit-transform: perspective(100px) translateZ(0px);
          transform: perspective(100px) translateZ(0px);
}
.case-one__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(40, 45, 58, 0.95);
  opacity: 0;
  -webkit-transform: perspective(100px) translateZ(10px);
          transform: perspective(100px) translateZ(10px);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
.case-one__hover:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border: 2px solid #eeeeee;
}
.post_image_blog:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   background-color: #132e3d;
    opacity: .25;
}
.case-one__hover-inner {
  position: relative;
}
.case-one__title {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.case-one__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.case-one__title a:hover {
  color: #e0a965;
}
.case-one__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.case-one__link span {
  border-bottom: 1px solid #fff;
  line-height: 22px;
  display: inline-block;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
}
.case-one__link i {
  color: #e0a965;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.case-one__link:hover {
  color: #e0a965;
}
.case-one__link:hover span {
  border-color: #e0a965;
}

.case-two__nav,
.case-one__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .case-two__nav,
  .case-one__nav {
    margin-top: 40px;
  }
}

[class*=case-one__nav__],
[class*=case-two__nav__] {
  width: 44px;
  height: 44px;
  border: 2px solid #eeeeee;
  color: #eeeeee;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
[class*=case-one__nav__]:hover,
[class*=case-two__nav__]:hover {
  color: #e0a965;
  border-color: #e0a965;
}

.case-one__nav__right,
.case-two__nav__right {
  margin-left: 10px;
}

.case-one__home-two .case-one__title {
  font-size: 20px;
}

.case-form-one .block-title__title {
  margin: 0;
  margin-bottom: 10px;
}
.case-form-one .block-title__text-one {
  border-left: 0;
  padding-left: 0;
  color: #aaaaaa;
  margin: 0;
}
@media (max-width: 991px) {
  .case-form-one .block-title__text-one br {
    display: none;
  }
}
.case-form-one .inner-container {
  padding-top: 70px;
  padding-bottom: 80px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .case-form-one .inner-container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.case-form-one .inner-container:before, .case-form-one .inner-container:after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #e0a965;
  position: absolute;
  bottom: 0;
}
.case-form-one .inner-container:before {
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.case-form-one .inner-container:after {
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.case-form-one__field {
  margin-bottom: 30px;
  position: relative;
}
.case-form-one__field > i {
  color: #cccccc;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.case-form-one__field input[type=text],
.case-form-one__field textarea {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  height: 46px;
  color: #666666;
  font-size: 14px;
}
.case-form-one__field input[type=text]::-webkit-input-placeholder,
.case-form-one__field textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}
.case-form-one__field input[type=text]::-moz-placeholder,
.case-form-one__field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
.case-form-one__field input[type=text]:-ms-input-placeholder,
.case-form-one__field textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}
.case-form-one__field input[type=text]:-moz-placeholder,
.case-form-one__field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

.case-form-one__field .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.case-form-one__field .bootstrap-select > .dropdown-toggle {
  border: none;
  outline: none;
  border-bottom: 1px solid #dddddd;
  display: block;
  width: 100%;
  height: 46px;
  padding: 0;
  background-color: transparent;
  line-height: 45px;
  padding-left: 0px;
  color: #777777;
  font-size: 14px;
  color: #666666;
  border-radius: 0;
}
.case-form-one__field .dropdown-toggle::after {
  border: 0;
  width: auto;
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #777777;
  font-size: 14px;
  margin-right: 10px;
}
.case-form-one__field .dropup .dropdown-toggle::after {
  content: '\f106';
}
.case-form-one__btn {
  margin-top: 15px;
}

.case-two {
  padding-top: 100px;
  background-color: #282d3a;
}
.case-two .block-title {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .case-two .block-title br {
    display: none;
  }
}
.case-two .block-title__title {
  color: #fff;
}
.case-two .block-title__text-one {
  color: #aaaaaa;
}
.case-two__top {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .case-two__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.case-two__more-btn:hover {
  background-color: #fff;
  color: #333333;
}
@media (max-width: 991px) {
  .case-two__more-btn {
    margin-top: 30px;
  }
}
.case-two__image {
  margin-right: 25px;
  margin-bottom: -45px;
  position: relative;
  z-index: 10;
}
.case-two__box {
  padding-left: 35px;
}
.case-two__box .row {
  margin-left: -33.5px;
  margin-right: -33.5px;
}
.case-two__box .row > [class*=col-] {
  padding-left: 33.5px;
  padding-right: 33.5px;
}
.case-two__box-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.case-two__box-icon {
  margin-right: 30px;
}
.case-two__box-icon i {
  font-size: 55px;
  color: #e0a965;
}
.case-two__box-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.case-two__box-title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.case-two__box-title a:hover {
  color: #e23e4e;
}
.case-two__box-text {
  margin: 0;
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 300;
  margin-bottom: 15px;
}
.case-two__box-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #aaaaaa;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.case-two__box-link span {
  border-bottom: 1px solid #aaaaaa;
  line-height: 22px;
  display: inline-block;
}
.case-two__box-link i {
  color: #aaaaaa;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.case-two__box-link:hover {
  color: #fff;
}
.case-two__box-link:hover span {
  border-color: #fff;
}
.case-two__box-link:hover i {
  color: #e23e4e;
}

.case-two__service-page-one {
  background-color: #fff;
}
.case-two__service-page-one .case-two__box-title {
  color: #333333;
}
.case-two__service-page-one .case-two__box-text {
  color: #666666;
}
.case-two__service-page-one .case-two__box-link {
  color: #666666;
}
.case-two__service-page-one .case-two__box-link i {
  color: #aaaaaa;
}
.case-two__service-page-one .case-two__box-link span {
  border-color: #666666;
}
.case-two__service-page-one .case-two__box-link:hover {
  color: #e0a965;
}
.case-two__service-page-one .case-two__box-link:hover i {
  color: #e0a965;
}
.case-two__service-page-one .case-two__box-link:hover span {
  border-color: #e0a965;
}

.case-three {
  padding-top: 90px;
  padding-bottom: 40px;
  background-color: #282d3a;
}
.case-three .block-title__text-two {
  color: #aaaaaa;
  margin: 0;
}
.case-three .block-title__text-two:after {
  display: none;
}
.case-three .block-title__title {
  color: #fff;
  margin: 0;
}
.case-three .block-title__title:after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background-image: url(../images/resources/pattern-1-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.case-three__single {
  margin-bottom: 60px;
}
.case-three__image {
  margin-bottom: 30px;
}
.case-three__image-inner {
  background-color: #e0a965;
  overflow: hidden;
  position: relative;
}
.case-three__image-inner > img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
.case-three__image-inner > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
  font-size: 60px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .4s ease, color .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, color .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease, color .4s ease;
  transition: transform .4s ease, opacity .4s ease, color .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.case-three__image-inner > a:hover {
  color: #e23e4e;
}
.case-three__icon {
  margin-right: 30px;
}
.case-three__icon i {
  font-size: 55px;
  color: #e0a965;
}
.case-three__title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.case-three__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.case-three__title a:hover {
  color: #e23e4e;
}
.case-three__text {
  margin: 0;
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 300;
  margin-bottom: 15px;
}
.case-three__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #aaaaaa;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.case-three__link span {
  border-bottom: 1px solid #aaaaaa;
  line-height: 22px;
  display: inline-block;
}
.case-three__link i {
  color: #aaaaaa;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.case-three__link:hover {
  color: #fff;
}
.case-three__link:hover span {
  border-color: #fff;
}
.case-three__link:hover i {
  color: #e23e4e;
}
.case-three__single:hover .case-three__image-inner > img {
  opacity: 0.1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.case-three__single:hover .case-three__image-inner > a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scaleY(1);
          transform: translate(-50%, -50%) scaleY(1);
}

.case-three__service-page-two {
  background-color: #fff;
}
.case-three__service-page-two .case-three__title {
  color: #333333;
}
.case-three__service-page-two .case-three__text {
  color: #666666;
}
.case-three__service-page-two .case-three__link {
  color: #666666;
}
.case-three__service-page-two .case-three__link i {
  color: #aaaaaa;
}
.case-three__service-page-two .case-three__link span {
  border-color: #666666;
}
.case-three__service-page-two .case-three__link:hover {
  color: #e0a965;
}
.case-three__service-page-two .case-three__link:hover i {
  color: #e0a965;
}
.case-three__service-page-two .case-three__link:hover span {
  border-color: #e0a965;
}

.case-four {
  padding-bottom: 70px;
  border: 1px solid #dddddd;
}
.case-four__top {
  background-image: url(../images/background/service-bg-2-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #e23e4e;
  background-blend-mode: multiply;
  position: relative;
  padding-top: 90px;
  padding-bottom: 140px;
}
.case-four__top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e23e4e;
  opacity: .9;
}
.case-four__top .container {
  position: relative;
}
.case-four__top .block-title__text-two {
  color: #fff;
  margin: 0;
}
.case-four__top .block-title__text-two:after {
  display: none;
}
.case-four__top .block-title__title {
  color: #fff;
  margin: 0;
}
.case-four__top .block-title__title:after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background-image: url(../images/resources/pattern-1-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .case-four .container {
    max-width: 1230px;
  }
}
.case-four__col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.case-four__col-5 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (max-width: 991px) {
  .case-four__col-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
  }
}
@media (max-width: 767px) {
  .case-four__col-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50.0%;
            flex: 1 1 50.0%;
  }
}
@media (max-width: 575px) {
  .case-four__col-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100.0%;
            flex: 1 1 100.0%;
  }
}
.case-four__single {
  border-radius: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 30px;
  background-color: #fff;
}
.case-four__single:hover {
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
.case-four__image {
  overflow: hidden;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.case-four__image-inner {
  background-color: #333333;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.case-four__image-inner > img {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
.case-four__image-inner > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
  font-size: 60px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .4s ease, color .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, color .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease, color .4s ease;
  transition: transform .4s ease, opacity .4s ease, color .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.case-four__image-inner > a:hover {
  color: #e23e4e;
}
.case-four__content {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
.case-four__title {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.case-four__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.case-four__title a:hover {
  color: #e0a965;
}
.case-four__single:hover .case-four__image-inner > img {
  opacity: 0.1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.case-four__single:hover .case-four__image-inner > a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scaleY(1);
          transform: translate(-50%, -50%) scaleY(1);
}
.case-four__box {
  position: relative;
  margin-top: -125px;
  z-index: 10;
}

/*.case-form-two {*/
/*  width: 100%;*/
/*  padding-right: 125px;*/
/*  padding-left: 30px;*/
/*}*/
.case-form-two__wrapper {
  background-color: #282d3a;
}
@media (max-width: 1440px) {
  .case-form-two {
    padding-right: 30px;
  }
}
.case-form-two .block-title__title {
  color: #fff;
}
.case-form-two .block-title__text-two {
  color: #aaaaaa;
}
.case-form-two .block-title {
  margin-bottom: 30px;
}


@media (max-width: 991.98px){
    .case-form-two__inner {
        max-width: 100% !important;
    }
}

.case-form-two .case-form-one__field > i,
.case-form-two .case-form-one__field .bootstrap-select > .dropdown-toggle,
.case-form-two .case-form-one__field input[type=text],
.case-form-two .case-form-one__field textarea {
  color: #aaaaaa;
  border-bottom-color: rgba(221, 221, 221, 0.2);
}
.case-form-two .case-form-one__field > i::-webkit-input-placeholder,
.case-form-two .case-form-one__field .bootstrap-select > .dropdown-toggle::-webkit-input-placeholder,
.case-form-two .case-form-one__field input[type=text]::-webkit-input-placeholder,
.case-form-two .case-form-one__field textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaaaaa;
}
.case-form-two .case-form-one__field > i::-moz-placeholder,
.case-form-two .case-form-one__field .bootstrap-select > .dropdown-toggle::-moz-placeholder,
.case-form-two .case-form-one__field input[type=text]::-moz-placeholder,
.case-form-two .case-form-one__field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
}
.case-form-two .case-form-one__field > i:-ms-input-placeholder,
.case-form-two .case-form-one__field .bootstrap-select > .dropdown-toggle:-ms-input-placeholder,
.case-form-two .case-form-one__field input[type=text]:-ms-input-placeholder,
.case-form-two .case-form-one__field textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa;
}
.case-form-two .case-form-one__field > i:-moz-placeholder,
.case-form-two .case-form-one__field .bootstrap-select > .dropdown-toggle:-moz-placeholder,
.case-form-two .case-form-one__field input[type=text]:-moz-placeholder,
.case-form-two .case-form-one__field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa;
}

.blog-one__grid .blog-one__single:hover .blog-one__image-inner:after{
		display: block;
	}

.blog-one__date{
	z-index: 9;
}
/*news*/

.text-center {
    text-align: center;
}
.section-news{
    background-image: url(https://legalart.am/wp-content/themes/cert/assets/bgimage/pg_section.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.d-xs-flex {
    display: flex !important;
}


.flex-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.align-items-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .text-block__slidetext {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 6rem;
        border-right:  1px solid rgba(250, 250, 250, .1);
    }
    .text-block__slidetext h3 {
        transform: rotate(270deg);
        white-space: nowrap;
    }
    .section-news{
        padding: 10rem;
        background-position: 70% !important;
    }
    .news-items li{
        padding-bottom: 30px;
        font-size: 20px;
    }
    .news-h2{
        font-size: 30px;
    }
    p.footer-widget__text.custom_fwidth{
        width: 85%;
    }
}
@media (max-width: 991.98px){
    .section-news{
        background-position: 70% !important;
    }
    .news-h2{
        font-size: 26px;
    }
    .text-block__slidetext {
        padding: 15px 0;
        border-bottom:  1px solid rgba(250, 250, 250, .1);
    }
    .news-items{
        padding: 60px 10px 60px 50px;
    }
    .news-items li{
        font-size: 16px;
        padding-bottom: 20px;
    }
    p.footer-widget__text.custom_fwidth{
        width: 89%;
    }
}
@media (max-width: 768px){
    p.footer-widget__text.custom_fwidth{
        width: 80%;
    }
}
.text-block__slidetext h2 {
    letter-spacing: 4px;
}
.news-items li{
    font-weight: 200;
    letter-spacing: 1px;
}
.news-items li a{
 text-transform: uppercase;
}


.contact-one__info-text{
    margin: 0 !important;
}


.contact-one {
    padding-top: 100px;
    padding-bottom: 50px;
}
 input::placeholder{
    color: #6c757d !important;
}
.contact-one__info{
    color: #132e3d;
}
.form_contact {

    margin-right: 90px;
}

@media (min-width: 1200px){
    .contact-one > .container {
        max-width: 1140px !important;
    }
}

@media (max-width: 900px){
    .form_contact {

        margin-right: 0px;
    }
}
textarea{
    min-height: 150px;
    resize: none;
}
.contact-one__info-title {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    text-transform: initial;
    color: #132e3d ;
    margin-bottom: 10px !important;
}
div.wpcf7 {
    width: 100%;
    margin-top: 36px;
}
.contact-one__info-single {
    margin-top: 20px;
}
.form_contact {
    margin-bottom: 80px;
}
.gold_border {
    border-left: 3px solid #C2986B;
    padding-left: 25px;
}

.contact-one__info-text > a:hover{
    color:#c2986b!important;
}
.text_dark{
    color: #132e3d ;
}
.accord_menu{
    padding-bottom: 30px;
}





.current-menu-ancestor > a, .current-menu-item > a{
	color: #C2986B !important;
}

.slick-track {
    padding-top: 8px;
}