@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
 

.red-block-h2 {
    display:inline;
    font-size: 35px;
    line-height: 37px;
    font-weight: 700;
}


.quadro-block-h2 {
    width: 100%;
    line-height: 1.5;
    color: #626262;
    font-size: 18px;
    font-weight: 600;
}

.change-block-h3{
    font-size: 35px;
    line-height: 37px;
    font-weight: 700;
    display:inline;
}


.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }   


.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    top: 5vh;
    position: fixed;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(255,255,255,.15); transition:0.3s;
}

.black-color-cover{
    background-blend-mode: multiply;
    background-color: rgba(45, 45, 45, 0.7) !important;
}


.slick-dots li {
    width: auto;
    height: auto;
}


.home-slide .slick-dots li button {
width: 40px;
    height: 5px;
    background: white;
    padding: 0;
    margin: 0 2px 0;
    opacity: 0.5;
}
.home-slide .slick-dots li.slick-active button {opacity: 0.9;}


.slide-content .slick-slide .row {
    height: 100vh;
    padding-top: 40px;
    color: white;
    display: flex;
    align-items: center;
}
.slide-title {
    text-transform: uppercase;
 
    font-size: 16px;
    color: #ababab;
}
.slide-title span {
    color: #b6352b;
}
.home-slide .slick-slide {
    background-size: cover!important;
}
.slide-txt {
    font-size: 18px;
    line-height: 1.77;
    padding-top: 40px;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}
.home-slide {
    cursor: w-resize;
}
article.slide-content  .slick-slide {
    padding: 0px 15px;
    background-size: cover!important;
    background-position: center!important;
}
 .home-slide .content {
    padding-left: 15px; width: 100%;
}
img {
    margin: 0 auto; max-width: 100%;
}
b, strong {
    font-weight: 600;
}
body {
    font-size: 1em;
	font-family: 'Montserrat', sans-serif;
}
 .header-menu {
    margin-right: auto;
}

header.header .row {
    justify-content: space-between;
    align-items: baseline;
}
 ul.menu {
    margin: 0;
}
	
.header-menu li {
    display: inline-block;
    padding: 10px 15px;
    position: relative;
}
.header-menu li a {
font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 !important;
    font-weight: 500;
}

/*menu*/
ul.sub-menu  {
    position: absolute;
    display: none;
 
    width: 100%;
    left: 0;
    opacity: 0;
    transition: 0.3s;
	overflow:hidden;
}
.header-menu ul.sub-menu.full-menu {
    position: fixed;
    width: 106%; 
 
    left: 0;

}
header.header ul.sub-menu.full-menu .row {
    align-items: flex-start;
}
.header-menu ul.sub-menu {
    background: linear-gradient(180deg, #f9faff, #F3F4F5);
    padding: 25px 25px 30px;
    top: 36px;
    position: absolute;
    min-width: 350px;
    margin-left: -50px;
}
ul.menu > li:hover ul.sub-menu { 
    opacity: 1;
    overflow:visibility; 
    display: block;
} 
.header-menu ul.sub-menu.full-menu {
    background: linear-gradient(180deg, #f9faff, #F3F4F5);
    padding-top: 25px;
    top: 23px;
    padding-bottom: 35px; padding-left: 70px;
}
header.header a {
    color: white;
}
.header-menu .sub-menu li a {
    color: #121B2F;
    font-size: 13px;
    font-weight: 400;
  
}
.header-menu .sub-menu li {
    margin: 0px 5px 5px;
    width: 100%;
}
.header-menu .sub-menu li.subm-title a {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
ul.menu > li ul.sub-menu li {
    padding: 0;
}
.header-menu li:before {
    display: none;
}
p.header-contact-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 7px 3px 0px;
    border: 1px solid rgb(18 27 47 / 0.16);
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
/*menu*/

.header-menu li {
    display: inline-block;
    transition-duration: 0.5s;
}

.header-menu li:hover {
    cursor: pointer;
}

.header-menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none;
}

.header-menu ul li:hover > ul,
.header-menu ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

.header-menu ul li ul li {
    clear: both;
    width: 100%;
}
 
.header-menu li {
    display: inline-block;
    transition-duration: 0.5s;  
    position: relative;
}
 ul.dropdown {
    background: #ececec;
    padding: 15px 10px;
    min-width: 350px;
    z-index: 2;
}
.header-menu > ul > li > ul.dropdown:before {
    border: 10px solid transparent;
    border-bottom: 10px solid #ececec;
    content: "";
    position: absolute;
    top: -20px;
}
header.header ul.dropdown li.haschild:after {
    content:"›";
    position:aboslute;
    right:5px;
    float:right;
}
ul.dropdown li.haschild {
    width: 100%;
    position: relative;
}
.header-menu li:hover {
    cursor: pointer;
}
 header.header ul.dropdown a {
    color: black;
}
header.header ul.dropdown li {
    padding: 0 0px;
    margin: 0 0 10px;
}
header.header ul.dropdown li:hover ul.dropdown {
    left: 100%;
    top: -25px;
}

.header-menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 10px;
    left: 0;
    display: none;
}
 
.header-menu ul li:hover > ul,
.header-menu ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}
 
.header-menu ul li ul li {
    clear: both;
    width: 100%;
}
/*
.slide-txt:before {
    content: "";
    width: 43px;
    height: 6px;
    background: #b6352b;
    position: absolute;
    margin: 40px 0 0px -70px;
}*/
.title span {
    color: #b6352b; position: relative;
    top: -2px;
}
.service-block .title span { top: 0px;
}
.header-logo img {
    height: 30px;
}

.mbl-title {
    margin: 45px 0 0;
    max-width: 500px;
}
section.blog .row.row-w:last-child {
    background: #f1f1f1;
}
.title {
    font-size: 35px;
    line-height: 37px;
    font-weight: 700;
}
.cover-txt {
    padding: 90px 60px !important;
    
}
.stitle.grey {
     line-height: 1.1;
    max-width: 380px;
    margin: 80px 0 20px;
    color: #c5c5c5;
    font-size: 40px;
    font-weight: 700;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
 .cover-background {
    background-size: cover!important;
	min-height: 410px;
}
span.architecture-title-number {
font-size: 100px;
    color: white;
    font-weight: 700;
    right: -24px;
    position: relative;
    top: 40px;
    float: right;
}
.nav-tabs .nav-link {
    color: #9b9b9b;
    padding: 5px 0;
	border:0;
    border-bottom: 2px solid rgb(182 53 43 / 0%);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    margin: 0 26px 0 0;
}
.nav-tabs .nav-link.active {
    border-bottom: 2px solid rgb(182 53 43 / 100%);
}
.cover-grey-txt {
    background: #b6352b;
    padding: 110px 90px;
}
section.blog {
    padding-bottom: 60px;
}
.service-block a.read-more {
    font-size: 14px;
}

 .mtitle {
    font-weight: 600 !important;
    font-size: 20px;
    font-weight: 700;
    color: white;
}
.white {color: white;}
.sp-title {
    font-size: 200px;
    line-height: 0;
    font-weight: 600;     margin-top: 65px;
}
.row.row-w {
    max-width: 1200px;
    margin: auto;
    align-items: center;     width: 100%;
}
.slide-logo{
    width: 100%;
    max-width: 1200px;
}
section.about-logos {
    margin: 70px 0 100px;
}
.header-contact {
    text-align: right;
}
 .cover-grey-txt p.white {
    margin: 50px 0 0;
}
.cover-grey-txt p.sm-title {
    margin-top: 0;
    
}
 .sm-title {
 
    font-size: 11px;
    font-weight: 500;
}
.nav-tabs .nav-item {
 
    margin-right: 25px;
 
}
.nav-tabs {
    border-bottom: 0;
    margin: 0 0 50px;
}
section.about .tab-pane {
    max-width: 460px;
}
section.projects {
    background: #f1f1f1;
}
/**/
.service-block .title a {
    color: #626262;
}
section.projects {
    background: #f1f1f1; padding-bottom: 60px;
}
.service-block .title {
    line-height: 22px;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 20px;
}
.service-block {
    color: #626262;
    font-size: 13px;
}
.service-block hr {
    background: #e31d3b;
    height: 3px;
    margin: 10px auto;
    width: 30px;
    float: left;
}
section.service {
    margin: 0 0 90px;
}
.grid .content {
    width: 100%;
    max-width: 100%;
    padding: 0;
}






























footer.footer { 
    width: 100%; 
}
 
header.header .row {
    padding: 10px 15px;
}

a:hover {
    opacity:0.7;
    text-decoration:none;
}

 
 
.btn {
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-weight: 600;
    outline: none !important;
    border: 2px solid #fff;
    color: #fff;
}
.btn-small-white.btn {
    font-size: 9px;
    padding: 4px 12px 4px;
} 
 a.btn-small-white.btn:hover {
    background: white;
    color: black;
    opacity: 1;
   border: 2px solid #fff!important;
}
p.header-contact-phone a.btn {
    margin-left: 10px;
}
p.header-contact-phone {
    font-weight: 500;
    font-size: 11px;
    color: white;
}
 header.header.fix {
background: rgb(0 0 0 / 85%);
    transition: 0.3s;
    width: 100%;
    height: 52px;
}
 header.header.fix .row {
    padding: 0px 15px; transition:0.3s;
}
 
 
 
 .contact-subfoot {
    text-align: center;
    border-top: 1px solid #e5e5e5;
     float: left;
    width: 100%;   
	letter-spacing: 1px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
 .contact-subfoot .row {
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
	margin-top: 4%;
    margin-bottom: 4%;
}
footer.footer {
    padding-top: 80px;
    padding-bottom: 0px;
    background: #f4f4f4;
	font-size: 13px;
    color: #626262;
    line-height: 23px;
    letter-spacing: 0.02em;
	font-family: 'Open Sans', sans-serif;
	 float: left;
    width: 100%; 
} 
 footer.footer .row {
    flex-wrap: nowrap;
    justify-content: space-between;
	    max-width: 1200px;
    margin: auto;
}
 .footer-about {
    max-width: 590px;
    width: 100%;
}
 footer.footer .row ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
 footer.footer .footer-about ul {
    max-width: 300px;
}
footer ul li a {
    color: #626262;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
 .content.menuprim .row {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 20px;
    padding-top: 50px;
    border-top: 1px solid #d4d4d4;
}
 .content.menuprim .row ul {
    display: inline-block;
}
 .content.menuprim .social-bl img {
    height: 22px;
    margin-left: 25px;
}
 .content.menuprim .row ul li {
    display: inline-block;
    margin-right: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: black;
}
 .content.menuprim .row ul li  a{
 
    color: black;
}
 p.foot-title {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 11px;
    color: #000;
}
.content.copyrite {
    background: #252525;
    padding: 3% 0 3%;
    margin-top: 50px;
    font-size: 11px;
    text-transform: uppercase;
    color: #888888;
    letter-spacing: 1px;     max-width: 100%;
}
.content.copyrite .row {
    align-items: center;
    
}
a:hover {
    color: #b6352b;
}


.home-slide .slick-dots {
bottom: 60px;
}
.main {
    overflow: hidden;
}
.content.copyrite .row {
    padding: 0 15px 0;
}
div#filters {
clear: both;
    padding: 55px 50px 30px;
    float: right;
    max-width: 488px;
}
div#filters button {
    border: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 9px 0px 10px;
    border-bottom: 1px solid rgb(229 229 229 / 22%);
}
section.projects .grid {
    margin: 50px auto 40px;
    max-width: 1200px;
}
a.read-more {
    border-bottom: 2px solid #b6352b;
    color: #212529;
    font-weight: 600;
  
    text-transform: uppercase;
}
.grid .element-item a{opacity:1;}
div#filters .btn-outline-primary:hover {
    color: #212529;
    background-color: transparent;
    border-bottom: 1px solid rgb(229 229 229 / 22%)!important;
}
.element-item_txt {
position: absolute;
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 10px 10px 40px;
    background: rgb(0 0 0 / 80%);
    color: white;
    transition: 0.3s;
    opacity: 0;
    bottom: 0px;
    padding-top: 20%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.element-item:hover .element-item_txt {opacity: 1;}
.element-item {    overflow: hidden;}
.element-item img{ transition: 0.7s;}
.element-item:hover img {transform: scale(1.1);}
.element-item_txt h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    margin-top: auto;
	margin: 30px 0 -10px;
	margin: 0px 0 -25px;
}

.element-item_txt p {
    color: #ababab;
    line-height: 20px;
    font-size: 11px;
}
.element-item_txt hr {
    width: 40px;
    height: 3px;
    background: #b6352b;
}
.team-block {
    position: relative;     overflow: hidden;
}
.team-block_txt {
    width: 70% !important;
    position: absolute;
   opacity: 0;  
    bottom: -350px;
    transition: all 400ms ease-out 0s;
    width: 65%;
    left: 0;
    right: 0;
    background: rgba(227,29,59,.9);
    padding: 8% !important;
    color: white;
    line-height: 1.5;
    font-size: 13px;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
p.team-block_txt_title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 -10px;
}
.team-block_txt a {
    color: black;
    font-weight: 500;
    font-size: 12px;
}
.team-block:hover .team-block_txt {opacity:1; bottom: 50px;}
footer.footer .content {
    height: auto!important;
}
.count {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
}
footer.footer .social-bl a {
    color: #252525;
    font-size: 1.2em;
    margin-left: 8px;
}
.count_bl p {
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    margin: 0 0 15px;
}
.row.row-w.row-count {
    padding: 6% 0 6%;
}
.count_bl {
    border-right: 1px solid rgb(197 197 197 / 35%);
}
 .row-count .col-sm-3:last-child .count_bl {
    border: 0;
}
section.about {
    overflow: hidden;
}
.row-blog .col-sm-6 {
    padding: 0;
}
.blog-block {
    display: flex;
    align-items: center;     flex-wrap: wrap;
}
.blog-block div {
    width: 100%;
}
.blog-block_txt {
    padding: 1% 7%;
}
p.blog-block_txt_date {
    color: #ababab;
    line-height: 20px;
    font-size: 11px;
    font-weight: 500;
}
p.blog-block_txt_title a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
p.blog-block_txt_title a {
    color: #626262;
}
.blog-block_txt hr {
    height: 4px;
    margin: 0 auto;
    width: 30px;
    float: left;
    background: #b6352b;
}
 
.blog-block div {
    width: 50%;
}
.blog-block_img img {
    height: 290px;
    object-fit: cover;
	transition:0.6s;
}
.blog-block_img{overflow:hidden;}
.blog-block:hover .blog-block_img img {
    transform: scale(1.1);
}
.blog-block:hover a{opacity:1;}
.rew-block {
    display: flex;
    align-items: center;
}
.rew-block img {
    width: 68px;
    margin: 35px;
}
.rew-block_txt p {
    color: #626262;
    font-size: 13px;
    line-height: 1.7;
    max-width: 160px;
    font-weight: 500;
}
 
.rew-block_txt .sp-title {
    color: #b6352b;
    font-size: 100px;
}
p.rew-block_name {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0;
}
p.rew-block_prof {
    color: #ababab;
    line-height: 20px;
    font-size: 11px;
    margin: 0;
}
section.blog .cover-grey-txt {
    padding: 15% 7%;
}
.form input, .form select, .form textarea {
    padding: 18px 25px;
    border: 2px solid rgba(0,0,0,.1) !important;
    font-size: 14px !important;
	width:100%;
	max-width:480px;
}
.form input[type="submit"] {
    padding: 10px 15px;
    width: auto;
    text-align: center;
    background: black;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px!important;
}
.cont-block {
    display: flex;
    margin: 20px 0 20px;
    color: white;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}
.cont-block_title {
    margin: 10px 0 -10px;
    font-size: 15px;
    font-weight: 600;
	text-transform: uppercase;
 
}
.feature-box p {
    font-size: 14px;
    line-height: 1.4;
    margin: 30px 0 10px;
}
.cont-block_ico img {
 
    height: 40px;
    object-fit: contain;
    padding: 0 7px 0;
}
.cont-block_ico {
    margin: 12px 18px 0 0px;
}
.breadcrumb {
    float: left;
    width: 100%;
    margin: 100px 0 0;
    background: transparent;
    color: grey;
    font-size: 14px;
}
.breadcrumb .content {
    width: 100%;
}
.breadcrumb ul li {
    display: inline-block;
    margin: 0px 10px;
}
.breadcrumb ul {
    margin: 15px auto 15px;
    padding: 0 10px 0;
    text-align: center;
}
.slide-title {
    font-size: 50px;
    line-height: 45px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: white;
}
.page-title-txt {
    line-height: 30px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 10px 0 20px;
}
.content.page-title {
    min-height: 330px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-bottom: 40px;
}
.breadcrumb a{
    color: grey; 
}
.breadcrumb a:after {
    content: "|";
    display: inline-block;
    left: 12px;
    position: relative;
}
.widget-title {
    color: #373737;
    line-height: 22px;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 10px;
    padding: 0 0 15px;
	position: relative;
    width: 100%;
}
.widget-title:after {
    content: "";
    width: 35px;
    height: 3px;
    background: #b6352b;
    position: absolute;
    left: 0;
    bottom: 0;
}
.widget li a {
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #626262;
}
.widget ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 12px;
    margin-bottom: 10px;
    color: #ababab;
    list-style: none;
 
}
form.main-search {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    max-width: 360px;
    position: relative;
}
.widget ul {
    padding: 0;
    margin: 20px 0 30px;
}
 .search-button {
    cursor: pointer;
    position: absolute;
    right: 19px;
    top: 12px;
    z-index: 998;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #9a9a9a;
    padding: 0;
}
input.blog-search-btn {
    color: #949494;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 0;
 
    font-size: 12px;
}
.post-date {
    width: 110px;
    height: 110px;
    line-height: 28px;
    background-color: #b6352b;
    font-size: 14px;
    padding: 30px 0 !important;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.3;
}
.widget {
    margin: 0 0 70px;
}
.post-date span {
    font-size: 2.3em;
    line-height: 1;
    font-weight: 700;
}
.contact-subfoot i {
    font-size: 2em;
    margin: 0 0 20px;
    color: #b6352b;
}
.news-block_meta {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;     font-weight: 700;
}
.news-block_meta a {color:black;}
.news-block_meta .news-block_social a {
    margin: 0 5px 0;
}
.news-block_img img {
    width: 100%;
    margin: 0 0 15px;
}
.btn-small-black {
    background: black;
    border: 2px solid black;
    padding: 8px 20px;
    font-size: 13px;
}
.news-list{
max-width: 760px; }
.news-block {
    margin: 0px 0 40px;
}
.btn-small-black:hover {
    background: white;
    color: black!important;
    border: 2px solid black!important;
}
.news-block_txt {
    font-size: 14px;
}
.accordion button.btn.btn-link {
    padding: 5px 0 5px;
    border: 0;
    color: black;
}
.accordion .card {
    border-radius: 0;
    border: 0;
}
.accordion   {  padding: 35px 0 35px;}
.pagination.center {
    justify-content: center;
}
.pagination .page-numbers {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #aaa;
    padding: 0 1px 0 0;
    line-height: 32px;
    width: 34px;
    height: 34px;
    margin: 0px;
    border: 1px solid #e5e5e5;
    border-right: 0;
}
.pagination .page-numbers.current {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-right: 0;
}
.pagination a.page-numbers:last-child {
    border-right: 1px solid #e5e5e5;
}
section.project div#filters button {
     border: 0;
    display: inline-block;
    width: auto;
    padding: 9px 15px 10px;
    color: grey;
    text-align: center;
}
section.project div#filters {
    max-width: 100%;
    display: flex;
    padding: 35px 0px 10px;
    justify-content: center;
    float: none;
}
.center {
    text-align: center;
}
section.contact-proj .cont-block {
    color: black;
}
section.contact-proj .cont-block .cont-block_ico {
    font-size: 2em;
}
.contact-proj .form input, .contact-proj .form select, .contact-proj .form textarea {
 
    max-width: 100%;
}
.service-block p {
    width: 100%;
    float: left;
}
section.project .service-block hr {
    margin: 0;
}
.contact-proj {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center right;
    background-repeat: no-repeat;
    background: url(../img/personal-img15.jpg) no-repeat;
}
blockquote.blockquote {
    font-size: 16px;
    padding: 20px 30px 40px 60px;
    background: #f4f4f4;
}
.home-slide .content hr {
    width: 53%;
    background: #b6352b;
    margin: 30px 0 45px;
    height: 7px;
}
 .home-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.home-slide.slick-initialized {
    visibility: visible;
    opacity: 1;    
}
.home-slide .content p {
    text-transform: uppercase;
}
blockquote.blockquote:before {

    content: "\201E";
    position: absolute;
    font-size: 4em;
    font-weight: 700;
    line-height: 1;
    color: #afafaf;
    margin: -30px -40px 0;
}
 .smtitle {
    text-transform: uppercase;
    color: grey;
}   
.feature-box i {
    font-size: 2em;
    margin: 0 0 20px;
}
.feature-box .content {
    padding: 35px 15px;
}
.feature-box {overflow: hidden;position: relative;text-align: center; cursor: pointer}
.feature-box .content {padding: 35px 15px;}
.feature-box:before, .feature-box .content:before, .feature-box:after, .feature-box .content:after{display: inline-block; position:absolute; content:""; background-color:#b6352b; z-index: 1}
.feature-box:before, .feature-box .content:before {right:0; top:0; transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box:after, .feature-box .content:after {left:0; bottom:0; transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box:hover:before, .feature-box:hover:after{transform:scaleY(1); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box:before {transform-origin: right top 0; -webkit-transform-origin: right top 0; -moz-transform-origin: right top 0; -ms-transform-origin: right top 0; -o-transform-origin: right top 0;}
.feature-box:after {transform-origin: left bottom 0; -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0;}
.feature-box .content:before {transform-origin: right top 0; -webkit-transform-origin: right top 0; -moz-transform-origin: right top 0; -ms-transform-origin: right top 0; -o-transform-origin: right top 0;}
.feature-box .content:after {transform-origin: top left 0; -webkit-transform-origin: top left 0; -moz-transform-origin: top left 0; -ms-transform-origin: top left 0; -o-transform-origin: top left 0;}
.feature-box:before, .feature-box:after{height:100%; width:3px; transform:scaleY(0);-webkit-transform:scaleY(0); -moz-transform:scaleY(0); -ms-transform:scaleY(0); -o-transform:scaleY(0); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box:hover .content:before, .feature-box:hover .content:after {transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); -ms-transform:scaleX(1); -o-transform:scaleX(1); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box .content:before, .feature-box .content:after {width:100%; height:3px; transform:scaleX(0); -webkit-transform:scaleX(0); -moz-transform:scaleX(0); -ms-transform:scaleX(0); -o-transform:scaleX(0); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
section.about-blog .blog-block div {
    width: 100%;
    text-align: center; font-size: 14px; height: 50%;
}
section.about-blog .blog-block_img img {
    width: 100%;  
}
section.about-blog .col-lg-3 {
    padding: 0;
}
section.about-blog p.blog-block_txt_title a {
    color: #626262;
    font-size: 18px;
    font-weight: 600;
}
section.about-blog .blog-block_txt hr {
    float: none;
    height: 2px;
    width: 25%;
}
section.about-blog .blog-block_txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5%;
    background: #f4f4f4;
}
section.about-blog .blog-block_txt {
 
    padding: 10%;
    background: #f4f4f4;
    height: 100%;
}

section.about-blog .blog-block {
 
    height: 100%;
}
.count_bl hr {
    width: 2px;
    height: 20px;
    background: #b6352b;
}
section.about-dark {
    background: #252525;
}
.padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%;
}
.bg-deep-pink {
    background-color:  #b6352b;
}
.feature-box-overlay {
	transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: -2;
	
}
.bg-white:hover .feature-box-overlay {
    height: 100%;
    background: #2f2f2f;
}
.alt-font {font-weight: 600;margin-bottom: 10px;}
.bg-white {
    position: relative;
    text-align: center;
    padding: 15% 20px;
    font-size: 15px; 
	z-index: 5; 
	cursor:pointer;
}
.d-inline-block i {
    font-size: 2.2em;
    margin: 0 0 30px;
    color: #b6352b;
}
.bg-white:hover {color:white;}
 .about-team .team-block_txt {
    width: 100% !important;
 
    height: 100%;
}
 .about-team .team-block:hover .team-block_txt {
 
    bottom: 0px;
}
.main.page-not-found section.page-title {
    min-height: 100vh;
    background-size: cover!important;
    display: flex;
    padding-bottom: 10vh; background-position: center!important;
}
.main.page-not-found form.main-search {
    border: 0;
    padding: 0;
}
.main.page-not-found  form.main-search {
    border: 0;
    padding: 0;
}
.main.page-not-found input.blog-search-btn {
    color: #ffffff;
    border: none;
    padding: 5px 10px 4px;
    border: 2px solid white!important;
    font-size: 11px;
    font-weight: 600;
    padding-right: 40px;
    background: transparent;     width: 225px;
}
.main.page-not-found input::placeholder {
  color: white;
}
.main.page-not-found input:-ms-input-placeholder {
  color: white;
}


.main.page-not-found  .search-button {
    cursor: pointer;
    position: absolute;
    right: 11px;
    top: 6px;
    z-index: 998;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    padding: 0;
	font-size: 15px;
}
.main.page-not-found  .btn-small-white.btn {
    font-size: 10px;
    padding: 4px 12px 4px;
    width: 100%;
    max-width: 220px;
}
.main.page-not-found .justify-content-center {
    width: 100%;
}
.not-found-or-text {
    display: flex;
    background: white;
    margin: -6px 28px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	position: relative;
    z-index: 2;
}
.rec-news-slide  {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px 0;
}
.rec-news-slide .service-block img {
 
    width: 100%;
}
.rec-news-slide .slick-dots li button:before {
  
    font-size: 30px;
  
    color: #d51b37;
}
.rec-news-slide .service-block {
  padding:5px;
    max-width: 100%;
}
.not-found-or-text:after {
    content: "";
    width: 75px;
    position: absolute;
    background: white;
    height: 2px;
       z-index: -1;
}
.prog-img img {
    width: 100%;
}
.news-post {
    max-width: 860px;
    font-size: 16px;
}
.cont-block_ico i {
    color: black;
    font-size: 2em;
}
.txt-red {
    color: #b6352b;
}
.title a {
    color: black;
}
.date {
    font-size: 0.9em;
    margin: 0 0 8px;
}
section.about-service .service-block .title {
    margin: 12px 0 0;
}
section.about-service .service-block hr {
    width: 100%;
    height: 1px;
    background: rgb(128 128 128 / 20%);
    border: 0;
    margin: 15px 0 0;
}.pricing-title h3{font-size:20px;font-weight:400;letter-spacing:1px;margin:0;text-transform:uppercase}.pricing-price::after{border-top:2px solid rgba(0, 0, 0, 1);bottom:0;content:"";left:50%;margin-left:-50px;position:absolute;top:auto;width:80px}.pricing-features ul{list-style:outside none none;margin:0;padding:35px 0}.pricing-features li{padding:3px 0}.pricing-features p{margin:0}.pricing-action{padding:0 30px 35px}.pricing-box.best-price{margin:-20px -1px 0;z-index:10;border:1px solid #000;color:#999}.pricing-box.best-price .pricing-price::after{border-top:2px solid rgba(255, 255, 255, .3)}.pricing-box.best-price .pricing-price{color:#999}.pricing-box{border-right:1px solid rgba(0, 0, 0, 0.075);position:relative;text-align:center}.no-border-right .pricing-box{border:none}.pricing-price{color:#333;font-size:64px;font-weight:300;line-height:1;padding:35px 0;position:relative;letter-spacing:-3px}.pricing-price span{display:inline-block;font-size:28px;font-weight:400;margin:7px 3px 0 0;vertical-align:top}.pricing-price span.price-tenure{color:#999;font-size:16px;font-weight:400;margin:0 0 0 8px;vertical-align:baseline;letter-spacing:0}.pricing-price::after{border-top:2px solid rgba(0, 0, 0, 1);bottom:0;content:"";left:50%;margin-left:-50px;position:absolute;top:auto;width:80px}.pricing-box.best-price .pricing-title{padding:30px 0;border-bottom:1px solid rgba(255, 255, 255, .3)}.pricing-title span{color:#999;display:block;font-size:14px;font-weight:400;margin-top:3px;text-transform:uppercase}.pricing-box.best-price .pricing-title h3{color:#fff;font-size:23px;font-weight:600}.pricing-features li i{color:#ffc600;font-size:14px}.input-round{border-radius:4px !important}
.pricing-box.bg-white:hover {
    background: #262626!important;
}
.pricing-box.bg-white:hover .pricing-price {
    color: #fff;
}
.pricing-box.bg-white:hover .pricing-price::after {
    border-top: 2px solid rgb(255 255 255);
}
/**/
.block-ar {
    position: relative;
}
.block-ar:after {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #f4f4f4;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
   
}
.block-ar_bottom:after {
    border-top: 20px solid #f4f4f4;
    content: "";
    bottom: 0;
	 margin: 0 -25px -20px;
	 z-index: 2;
}
.block-ar_top:after {
    border-bottom: 20px solid #f4f4f4;
    content: "";
    border-top: 0;
    bottom: 100%;
    margin: -20px -25px 0;
}
.accordion button.btn {
    white-space: normal;
}


@media (min-width: 1460px) {	
 
 	
}
@media (min-width: 1240px) {	
.grid  .container {
    max-width: 100%;
    width: 100%;
	padding:0;
}
.content {
    max-width: 1200px;     margin: auto;
}
}
@media (min-width: 980px) {	
.grid .element-item {
    width: 33.33%;
}
.grid  .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
}
/* */
/* */
/* */
/* */

@media (min-width: 580px) {	
    section.about-blog .col-sm-4:nth-child(2) .blog-block_img {
    order: 1;
}

}


/* */
/* */
/* */
/* */

@media (max-width: 1360px) {
    
}	
	
	
@media (max-width: 1260px) {	
.content {
    padding: 0 15px;
}
	.contact-subfoot {
 
    padding: 0 15px 0;
}
}



	
@media (max-width: 1120px) {
.footer-about {
 
    width: auto;
}	
  ul.menu {
    position: absolute;
    background: #021822;
    width: 100%;
    left: 0;
	opacity:0;
	display:none; transition:0.3s;
}
.mobile-h-show ul.menu {opacity:1;
	display:block; height: calc(100vh - 46px);}
.header-menu li {
    width: 100%;
}
ul.menu {
    position: absolute;
    background: #000000;
    width: 100%;
    left: 0;
    margin-top: 22px;
    padding: 20px 5px 25px;
}
.menu-togle {
display: block!important;
    position: relative;
    width: 35px;
    height: 30px;
    top: 6px; cursor: pointer;
}
.header-menu {
    margin-right: 0;
    order: 3;
}
.menu-togle span {
    width: 30px;
    height: 2px;
    background: white;
    top: 10px;
    display: block;
    position: absolute; 
}
.menu-togle span:before {
	content:"";	
    width: 30px;
    height: 2px;
    background: white;
    top: 8px;
    display: block;
    position: absolute;
}
.menu-togle span:after{
	content:"";
    width: 30px;
    height: 2px;
    background: white;
    top: 16px;
    display: block;
    position: absolute;
}
.mobile-h-show .menu-togle span {
    background: transparent;
}
.mobile-h-show .menu-togle span:before {
    transform: rotate(45deg);
}
.mobile-h-show .menu-togle span:after {
    transform: rotate(-45deg);     top: 9px;
}


}



/* */
/* */
/* */
/* */

@media (max-width: 999px) {
  section.about-logos .row.row-w {
    display: block;
}  
}





/* */
/* */
/* */
/* */

@media (max-width: 780px) {
.row {
    margin-right: 0;
    margin-left: 0;
}	
.pricing-box {
    border-right: 0;
 
}
.slide-txt {
    font-size: 34px;
}	
.home-slide .content {
    padding: 0 30px 0;
}
header.header .row {
    padding: 20px 15px;
}	
.title {
font-size: 26px;}	
body {
    font-size: 15px;
}	
.title span {
    position: relative;
    left: 5px;
}	
.post-date {
    width: 90px;
    height: 85px;
    font-size: 13px;
 
}	
.slide-title {
    font-size: 33px;
}
	
.page-title-txt {
    line-height:24px;
   font-size: 17px;
   }	
   
 footer.footer .social-bl {
    width: 155px;
} 
footer.footer .row {
flex-wrap: wrap;} 
.contact-subfoot .row {
    justify-content: center;
}
.contact-subfoot .row div {
    margin: 10px 30px 12px;
    width: 100%;
    max-width: 250px;
}
footer.footer {
    padding-top: 25px;
}	
.content.menuprim .row {
    margin: 25px auto 10px;
padding-top: 25px;}


footer.footer .social-bl {
    width: 100%;
    text-align: center;
    margin: 12px 0 0;
}
.content.copyrite .row {
    justify-content: center;
}
.cover-txt {
    padding: 40px 30px !important;
}
.cover-grey-txt {
    background: #b6352b;
    padding: 35px 30px;
}
.service-block {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
 .cover-background {
    min-height: 360px;
}
.stitle.grey {
    line-height: 1.1;
    max-width: 380px;
    margin: 30px 0 0px;
    color: #c5c5c5;
    font-size: 24px;
    font-weight: 700;
}
}



 
 
 
 




/* */
/* */
/* */
/* */

@media (max-width: 588px) {
	section.about-blog .blog-block {
    height: 100%;
    background: #f4f4f4;
}
 

.count_bl {
    border-right: 0;
}
footer.footer .row > div {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin: 0 0 15px;
}	
footer.footer .footer-about ul {
    max-width: 100%;
}	
.service-block_img img {
    width: 100%;
}
section.contact .cover-grey-txt {
    margin: 30px 0 0;
}
.row.row-w.row-blog .col-sm-6 {
    margin: 0 0 15px;
}
.blog-block_img img {
height: 190px;}
.blog-block_txt {
    padding: 1% 4%;
}
.col-sm-6:nth-child(n+3) .blog-block .blog-block_img {
    order: 0;
}
	.nav-tabs .nav-item {
    margin-right: 0px;
}
.nav-tabs .nav-link {
    margin: 0 15px 0 0;
}
.grid .element-item {
    width: 100%;
    left: 0!important;
}
section.project .element-item {
    width: 100%; left: 0!important;
}	
section.project div#filters button {
    padding: 5px 9px 5px;
}	
section.project div#filters {
    padding: 15px 0px 5px;  
    flex-wrap: wrap;
}	
	section.about-blog .blog-block div {
    padding-top: 0px;
}
.post-date {
    width: 90px;
    height: 85px;
    font-size: 13px;
    top: 42px;
    position: relative;
    z-index: 9;
}
p.header-contact-phone {
    display: none;
}	
 header.header .row {
 
    align-items: center;
}
.menu-togle {
    top: -3px;
}
ul.menu {
    margin-top: 20px;
}
.header.fix ul.menu {
    margin-top: 12px;
}
header.header.fix {
    height: 53px;
    padding-top: 10px;
}
.not-found-or-text {
    display: none;
}
.main.page-not-found .justify-content-center {
    padding: 0 7px 0;
}
.main.page-not-found form.main-search, .main.page-not-found .btn-small-white.btn {
    margin: 0px 5px 5px;
}
.content.menuprim .row ul {
    display: inline-block;
    text-align: center;
    margin: 0 0 10px;
}
footer.footer .social-bl a {
    margin: 0 5px;
}
}
 


/* */
/* */
/* */
/* */
video {
    max-width: 100%;
}
.blog-block p.blog-block_txt_title {
    width: 100%;
}
section.about-blog {
    padding: 0 15px 0;
}
section.about-top-alig .cover-txt {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
section.about-top-alig .row.row-w {
    align-items: initial;
    margin: 35px auto 35px;
}
@media (max-width: 980px) {
  section#development .container {
    max-width: 450px;
}  
}
@media (max-width: 580px) {
    .mbl-title {
        margin: 15px 0 0;
    }
    section.about-top-alig .cover-txt {
        margin: 10px 0 10px;
    }
     .header-logo {
        max-width: 165px;
    }   
    .block-ar_bottom:after {
        border-top: 20px solid #f4f4f4;
        content: "";
        bottom: 100%;
        margin: 0 -25px 0px;
        transform: rotate(180deg);
    }
    .mobile-revers {
        flex-flow: column-reverse;
    }
    .element-item_txt {
    background: rgb(0 0 0 / 70%);
    opacity: 1;
    }
}