/*-----------------------------------------------------------------------------------

    Template Name:
    Template URI:
    Description: This is html5 template
    Author: Kaji Hasibur Rahman
    Author URI:
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)433
    2. header-area start
    3. slider-area start
    4. spacial-area start
    5. callto-action-area start
    6. about-area start
    7. project-area start
    8. team-area start
    9. testmonial-area start 
    10. pricing-area start
    11. footer-area start
    12. home page two style here
    13. fanfact-area start
    14. blog-area start
    15. breadcumb-area start
    16. sidebar-area start
    17. blog-details-area start
    18. contact-area start
    19. 404-area start

-----------------------------------------------------------------------------------*/

/*========================================================================================================
                                        defolt-css here
 ========================================================================================================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,700,800,900&display=swap');
* {
    margin: 0;
    padding: 0;
}

.grecaptcha-badge{visibility: hidden;}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #333132;
    font-size: 16px;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
}
input:focus,
select:focus {
    outline: none;
}
input,
button {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    color: #333132;
}
a:hover {
    color: #f25f4c;
}
a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
button:focus {
    outline: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.black-opacity {
    position: relative;
    z-index: 9;
}
.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.bg-img-1 {
    background: url(../images/bg/1.jpg) no-repeat center center / cover
}
.bg-img-2 {
    background: url(../images/bg/2.jpg) no-repeat center center / cover
}
.bg-img-3 {
    background: url(../images/bg/3.jpg) no-repeat center center / cover
}
.bg-img-4 {
    background: url(../images/bg/4.jpg) no-repeat center center / cover
}
.bg-img-5 {
    background: url(../images/bg/5.jpg) no-repeat center center / cover
}
.bg-img-6 {
    background: url(../images/bg/6.jpg) no-repeat center center / cover
}
.pt-120 {
    padding-top: 120px;
}
.ptb-120 {
    padding: 120px 0;
}

.ptb-50{
    padding: 50px 0;
}

.mb-40 {
    margin-bottom: 40px;
}
.header-area.bg-1 {
    /* background: #f1f1f1; */
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.bg-1{background: #f1f1f1;}
.bg-fff {
    background: #fff;
}

.header-area.bg-1{
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 120px;
  top: 0px;
}

a#scrollUp {
    position: fixed;
    right: 10px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    background: #222;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}
a#scrollUp:hover {
    background: #f25f4c;
}

.ya-site-form{
  visibility: hidden;
  position: absolute;
  top: -1000000%;
}

/*--------header-area start---------*/
.logo {
    margin: 23px 0px;
}
.mainmenu {
    /* padding: 47px 0px; */
    padding: 30px 0px;
}
.mainmenu ul,
.search-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.mainmenu ul li {
    margin-left: 20px;
    position: relative;
}
.mainmenu ul li:first-child {
    margin-left: 0px;
}
.mainmenu ul li a {
    display: block;
    text-transform: uppercase;
    padding: 5px 3px;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

#navigation ul li a{
     color: #333132;
}

.mainmenu  ul li>ul{
    width: 230px !important;
    padding: 5px 10px !important;
}
.mainmenu  ul li>ul a{

}
.mainmenu ul li.active>a,
.mainmenu ul li:hover>a {
    /* background: #f25f4c; */
    background: #f25f4c;
}
.mainmenu ul li>ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    background: #fff;
    padding: 20px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
}
.mainmenu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mainmenu ul li>ul li {
    margin-left: 0px;
    display: block;
}
.mainmenu ul li>ul li a {
    text-transform: inherit;
}
.mainmenu ul li>ul li:hover a {
    background: transparent;
    color: #f25f4c;
    padding-left: 20px;
}
.search-wrapper ul li {
    position: relative;
}
.search-wrapper ul li a {
    padding: 35px 0px;
    display: block;
    color: #000;
}
.search-wrapper ul li>ul {
    position: absolute;
    right: 0;
    top: 120%;
    width: 300px;
    background: #fff;
    padding: 20px 10px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 999;
}
.search-wrapper ul li:hover>ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
}
.search-wrapper ul li>ul li {
    display: block;
    padding: 0px;
}
.search-wrapper ul li>ul li form {
    position: relative;
}
.search-wrapper ul li>ul li input {
    width: 100%;
    height: 45px;
    border: 1px solid #e5e5e5;
    padding: 0px 45px 0px 15px;
}
.search-wrapper ul li>ul li button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: #f25f4c;
    color: #333132;
    border: none;
    cursor: pointer;
}
.search-wrapper ul li>ul li button:hover {
    background: #222;
    color: #fff;
}
.search-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-wrapper a {
  display: inline-block;
  font-size: 18px;
  padding: 10px;
}

.input_search_front {
  height: 34px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.btn_search_front {
  height: 34px;
  padding: 5px 10px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

.logo img,
.logo-clear {
    max-height: 70px;
    height: auto;
    width: auto;
    display: block;
}

/*--------header-area end---------*/

/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap {
    position: relative;
}
.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 0px 0px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
}
.slicknav_menu .slicknav_icon {
    margin: 2px 8px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
}
.responsive-menu-wrap .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    padding: 41px 0;
    position: absolute;
    right: 0px;
    top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    height: 2px;
    width: 25px;
    background: #000;
}
.responsive-menu-wrap .slicknav_nav {
    background: #333132 none repeat scroll 0 0;
    border-radius: 0px;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 57px;
    width: 690px;
    z-index: 99;
    right: 0px;
    z-index: 999;
    position: relative;
}
.slicknav_nav a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: inherit;
}
.slicknav_nav a i {
    display: none
}
.slicknav_nav a:hover {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
    color: #fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 10px;
    margin: 5px;
}
.sticky-menu {
    width: 100%;
    left: 0;
    top: 0px;
    position: fixed;
    z-index: 999;
    background: #000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sticky-menu .logo {
    margin: 15px 0px;
}
.sticky-menu .mainmenu {
    padding: 32px 0px;
}
.sticky-menu .search-wrapper ul li a {
    padding: 37px 0px;
}
.sticky-menu .responsive-menu-wrap .slicknav_menu {
    padding: 42px 0px;
}
.sticky-menu .responsive-menu-wrap .slicknav_nav {
    top: 42px;
}
/*-------- responsiv-area end ------------*/

/*--------slider-area start---------*/
.slider-area2 .slider-active2 {
    display: none;
}
.slider-area2 .slider-active2.active {
    display: block;
}
.slider-items {
    position: relative;
}
.slider-items img {
    visibility: hidden;
}
.slider-items:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.slider-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slider-content h2 {
    text-transform: uppercase;
    font-size: 80px;
    line-height: 100px;
    color: #fff;
    font-weight: 800;
}
.slider-content h2 span.color,
.slider-content p span {
    color: #f25f4c;
}
.slider-content p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
.slider-content a {
    font-size: 16px;
    color: #f25f4c;
    font-weight: 500;
}
.slider-text {
    position: relative;
    padding-left: 50px;
}
.line {
    position: absolute;
    width: 610px;
    height: 410px;
    left: 0;
    top: -15px;
    z-index: -9;
    display: none;
}
.line:before,
.line:after,
.blog-wrap2:before,
.blog-wrap2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: 2px solid transparent;
    content: "";
    z-index: -9;
}
.next-prev-style .owl-item.active .line:before,
.blog-wrap2:hover:before {
    -webkit-animation: animate 1s linear forwards;
            animation: animate 1s linear forwards;
}
@-webkit-keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #f25f4c;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #f25f4c;
        border-right-color: #f25f4c;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: #f25f4c;
        border-right-color: #f25f4c;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
@keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #f25f4c;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #f25f4c;
        border-right-color: #f25f4c;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: #f25f4c;
        border-right-color: #f25f4c;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
.next-prev-style .owl-item.active .line:after,
.blog-wrap2:hover:after {
    -webkit-animation: animate2 1s linear forwards;
            animation: animate2 1s linear forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
@-webkit-keyframes animate2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: translate;
        border-left-color: #f25f4c;
    }
    50% {
        width: 0;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #f25f4c;
        border-left-color: #f25f4c;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #f25f4c;
        border-left-color: #f25f4c;
    }
}
@keyframes animate2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: translate;
        border-left-color: #f25f4c;
    }
    50% {
        width: 0;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #f25f4c;
        border-left-color: #f25f4c;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #f25f4c;
        border-left-color: #f25f4c;
    }
}
.next-prev-style .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    /* background: #fff; */
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.next-prev-style .owl-nav div:hover {
    background: #f25f4c;
}
.next-prev-style .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
/*--------slider-area end---------*/

/*--------about-area start---------*/
.about-wrap {
    position: relative;
    padding: 60px 0px 60px 30px;
    border-top: 2px solid #f25f4c;
    border-left: 2px solid #f25f4c;
}
.about-wrap:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #f25f4c;
}
.about-wrap:after {
    position: absolute;
    right: -100px;
    top: -2px;
    width: 100px;
    height: 60px;
    border-top: 2px solid #f25f4c;
    border-right: 2px solid #f25f4c;
    content: "";
}
.about-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.about-wrap h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 23px;
}
.about-wrap p {
    margin-bottom: 10px;
}
.about-content {
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    padding: 30px 0px;
    text-align: center;
}
.about-content h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.about-content p {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 20px;
}
.about-img {
    position: relative;
    margin-top: 100px;
}
.about-img:before {
    position: absolute;
    left: -15px;
    bottom: -15px;
    height: 95%;
    width: 98%;
    background: #333132;
    content: "";
    z-index: -9;
}
/*--------about-area end---------*/

/*--------servic-area start---------*/
.section-title {
    margin-bottom: 40px;
}
.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.section-title h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0px;
}
.spacial-img {
    position: relative;
}
.spacial-wrap {
    padding: 30px 0px 30px;
}
.spacial-item {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 49px 0px;
    margin-bottom: 30px;
}
.spacial-item:hover {
    background: #f25f4c;
}

.spacial-item i{font-size: 35px;margin-bottom: 5px;}

.spacial-item span {
    display: block;
    margin-bottom: 10px;
}
.spacial-item span:before {
    font-size: 35px;
}
.spacial-item h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    height: 48px;
}
/*--------servic-area end---------*/

/*--------project-area start---------*/
.project-area {
    padding: 120px 0px 90px;
}
.project-menu button {
    border: 1px solid #f25f4c;
    padding: 7px 20px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
.project-menu button.active {
    background: #f25f4c;
}
.project-wrap {
    position: relative;
    margin-bottom: 30px;
}
.project-wrap img {
    width: 100%;
}
.project-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f25f4c;
    opacity: .55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-wrap:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-wrap:hover .project-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content a {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 15px;
}
.project-content a:hover {
    color: #fff;
}
.project-content h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
/*--------project-area end---------*/

/*--------service-area start---------*/
.service-area {
    padding: 120px 0px 90px;
}
.service-wrap {
    margin-bottom: 30px;
}


.service-img {
    position: relative;
    overflow: hidden;
}
.service-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.service-wrap:hover .service-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    content: "";
    border: 25px solid rgba(0, 0, 0, .2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9;
}
.service-wrap:hover .service-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.service-content {
    padding: 30px 10px;
    background: #fff;
}

.service-content.anaze-service-content{
  text-align: center;
  padding: 0px;
  background: transparent;
}

.service-content h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    height: 38px;
}

.service-area_diteil .service-content h4{
  min-height: 57px;
}

.service-area_diteil .service-content{
  padding: 30px 10px 15px;
}

.w-act_block{
  display: flex;
  justify-content: space-between;
}

.w-act_block .price{
  padding-top: 5px;
  font-weight: 100;
  font-size: 18px;
}

.w-coll_my{
  margin-top: 20px;
  text-align: center;
}
.w-coll_my .coll_my{
  text-align: center;
  cursor: pointer;
  display: inline-block;
  transition: .3s;
  border-bottom: 1px solid transparent;
}

.w-coll_my .coll_my:hover{
  transition: .3s;
  border-bottom: 1px solid #333;
}


.service-content p {
    margin-bottom: 25px;
    font-size: 14px;
    height: 78px;
}
.service-content a {
    height: 35px;
    width: 110px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background: #f25f4c;
    line-height: 35px;
    color: #fff;
}
.service-content a:hover {
    background: #333132;
    color: #fff;
}
/*--------service-area end---------*/

/*--------fanfact-area start---------*/
.fanfact-area {
    padding: 80px 0px;
}
.funfact-wrap {
    text-align: center;
}
.funfact-wrap h2 {
    color: #f25f4c;
    font-size: 72px;
    margin: 0px auto 20px;
    line-height: 51px;
    font-weight: 300;
    width: 100px;
}
.funfact-wrap p {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
}
/*--------fanfact-area end---------*/

/*--------team-area start---------*/
.team-area {
    padding: 120px 0px 90px;
}
.team-wrap {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.team-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f25f4c;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.team-wrap:hover:before {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.team-content {
    position: absolute;
    left: 0;
    bottom: -108px;
    width: 100%;
    background: #fff;
    padding: 20px 0px 50px;
    text-align: center;
}
.team-wrap:hover .team-content {
    bottom: 0px;
    background: transparent;
}
.team-content h4 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.team-content p {
    margin-bottom: 20px;
}
.team-content ul li {
    display: inline-block;
    margin: 0px 2px;
}
.team-content ul li a {
    display: block;
    height: 35px;
    width: 35px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
}
.team-content ul li:hover a {
    background: #323131;
    color: #fff;
}
/*--------team-area end---------*/

/*--------testmonial-area start---------*/
.section-title2 h2,
.section-title2 h3 {
    color: #fff;
}
.test-wrap {
    padding: 60px 0px 0px;
    outline: none;
}
.test-wrap i {
    color: #f25f4c;
    font-size: 36px;
    margin-bottom: 25px;
    margin-left: 1px;
}
.test-wrap p {
    color: #fff;
    margin-bottom: 35px;
}
.test-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}
.test-wrap span {
    display: block;
    font-size: 14px;
    color: #f25f4c;
}
.test-img-active {
    padding: 60px 30px 0px 0px;
    position: relative;
    z-index: 9;
}
.test-img-active:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    height: 95%;
    border: 3px solid #f25f4c;
    content: "";
    z-index: -9;
}
.test-img {
    position: relative;
    padding-left: 30px;
    outline: none;
}
.test-img img {
    width: 100%;
}
.test-img ul {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: rgba(0, 0, 0, .7);
}
.test-img ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.test-img ul li i {
    font-size: 14px;
    color: #fcb837;
}
.test-images {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 3px solid #f25f4c;
    left: 0px;
    bottom: 80px;
    position: absolute;
    overflow: hidden;
}
ul.slick-dots {
    position: absolute;
    bottom: -50px;
}
.slick-dots li {
    display: inline-block;
    margin-right: 5px;
}
.slick-dots li button {
    height: 15px;
    width: 15px;
    font-size: 0px;
    border-radius: 50%;
    background: #bcb8b8;
    cursor: pointer;
    border: none;
}
.slick-dots li.slick-active button {
    background: #f25f4c;
}
/*--------testmonial-area end---------*/

/*--------blog-area start---------*/
.blog-area {
    padding: 120px 0px 90px;
}
.blog-wrap {
    margin-bottom: 30px;
}
.blog-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
	
}

.page-news-img img{
	max-height: 215px;
}

.blog-wrap:hover .blog-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.blog-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    border: 30px solid rgba(0, 0, 0, .3);
    content: "";
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap:hover .blog-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content ul li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-content h4 {
    text-transform: uppercase;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #f25f4c;
    padding-bottom: 10px;
    margin: 10px 0px 20px;

}
.blog-content.blog-content_to h4{
  min-height: 40px;
}
.blog-wrap_catigori .blog-content.blog-content_to h4{
  min-height: auto;
}
.blog-content p {
    color: #333132;
}
/*--------blog-area end---------*/

/*--------brand-area start---------*/
.brand-area {
    padding: 100px 0px;
    background: #fff;
}
/*--------brand-area end---------*/
#googleMap {
    width: 100%;
    height: 450px;
    background: #f25f4c;
}
/*--------footer-area start---------*/
.footer-top {
    padding: 120px 0px 90px;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-logo img {
    margin-bottom: 10px;
}
.footer-logo p {
    margin-bottom: 20px;
    font-size: 14px;
}
.footer-logo h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footer-logo span {
    display: block;
    margin-bottom: 0px;
}
.footer-logo ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
.footer-widget h4.widget-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 30px;
    margin: 10px 0px 20px;
    font-weight: 600;
    position: relative;
}
.footer-widget h4.widget-title:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 12px;
    background: #f25f4c;
    content: "";
}
.footer-contact ul li {
    margin-bottom: 13px;
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    font-size: 14px;
}
.footer-contact ul li i {
    height: 25px;
    width: 25px;
    font-size: 14px;
    border: 1px solid #f25f4c;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.footer-contact ul li:last-child {
    margin-bottom: 0px;
}
.footer-menu ul li {
    line-height: 37px;
    padding-left: 30px;
    position: relative;
}
.footer-menu ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f101";
    font-family: fontawesome;
}
.footer-menu ul li:hover:before {
    left: 5px;
    color: #f25f4c;
}
.newsletter p {
    margin-bottom: 20px;
}
.newsletter input {
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    background: transparent;
    margin-bottom: 10px;
}
.newsletter button {
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    background: #f25f4c;
    cursor: pointer;
    border-radius: 3px;
    color: white;
}
.newsletter button:hover {
    background: #323131;
    color: #fff;
}
.footer-bootem {
    padding: 20px 0px;
    background: rgba(0, 0, 0, .8);
    color: white;
    text-align: center;
}
/*--------footer-area end---------*/

/*=======================================
        home two style here
=======================================*/
.slider-area2 .slider-text {
    padding-left: 0;
}
.slider-area2 .line {
    height: 360px;
    left: 160px;
}
/*about*/
.about-area2 .about-wrap:after {
    left: 0;
    width: 0;
    height: 140px;
}
a.readmore-btn {
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 14px;
    background: #f25f4c;
    font-weight: 700;
    color: white;
}
a.readmore-btn:hover {
    background: #333132;
    color: #fff;
}
.about-area2 .about-wrap {
    padding: 80px 0px 80px 30px;
    border-top: 2px solid #f25f4c;
    border-left: none;
    border-right: 2px solid #f25f4c;
}
.about-area2 .about-img2 {
    position: relative;
    padding-bottom: 70px;
}
.about-area2 .about-images {
    position: absolute;
    right: 0;
    bottom: 0;
    /* border-left: 3px solid #f25f4c;
    border-top: 3px solid #f25f4c; */
    border: 3px solid #f25f4c;
}
.about-area2 .about-images a {
    position: absolute;
    height: 55px;
    width: 55px;
    background: #fff;
    line-height: 55px;
    text-align: center;
    display: block;
    left: 50%;
    border: 2px solid #f25f4c;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/*about*/

/*---------quote-area start---------*/
.quote-area {
    padding: 50px 0px;
    background: #f25f4c;
}
.quote-wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.quote-wrap a {
    display: inline-block;
    padding: 10px 25px;
    background: #222;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.quote-wrap a:hover {
    background: #fff;
    color: #222;
}
/*---------quote-area end---------*/

/*---------interior-area start---------*/
.interior-area {
    background: #f25f4c;
    position: relative;
    padding: 130px 0px;
    overflow: hidden;
}
.interior-img {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
    background: url(../images/bg/bg_hp2.jpg) no-repeat center center / cover;
}
.interior-img img {
    visibility: hidden;
}
.interior-wrap {
    padding-right: 30px;
}
.interior-wrap span {
    display: block;
    margin-bottom: 15px;
}
.interior-wrap span:before {
    font-size: 60px;
}
.interior-wrap h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
/*---------interior-area end---------*/
.brand-area2 {
    background: #fff;
}
/*------testimonial------*/
.test-img2 {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid #f25f4c;
    margin: 0px auto 30px;
    overflow: hidden;
}
.test-wrap2 i {
    font-size: 36px;
    color: #f25f4c;
    margin-bottom: 20px;
    display: block;
}
.test-wrap2 p {
    margin-bottom: 50px;
    text-align: justify;
}
.test-wrap2 h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.test-wrap2 span {
    display: block;
    font-style: italic;
    font-size: 14px;
}
.test-active {
    padding-bottom: 50px;
}
.test-active .owl-nav div {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 20px;
}
.test-active .owl-nav div:hover {
    color: #f25f4c;
}
.test-active .owl-nav div.owl-next {
    left: auto;
    right: -100px;
}
.test-active .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.test-active .owl-dot {
    display: inline-block;
    margin: 0px 2px;
    height: 15px;
    width: 15px;
    background: #323131;
    border-radius: 50%;
}
.test-active .owl-dot.active {
    background: #f25f4c;
}
/*------testimonial------*/

/*-------blog-------*/
.blog-wrap2 {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}
.blog-content2 {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 20px;
    background: rgba(0, 0, 0, .95);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap2:hover .blog-content2 {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content2 span {
    display: block;
    color: #777;
    margin-bottom: 5px;
    font-style: italic;
    margin-top: -30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:hover .blog-content2 span {
    margin-top: 0px;
}
.blog-content2 h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    margin-left: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:hover .blog-content2 h4 {
    margin-left: 0px;
}
.blog-content2 h4 a {
    color: #fff;
}
.blog-content2 h4 a:hover {
    color: #f25f4c;
}
.blog-content2 p {
    margin-bottom: 20px;
    color: #f1f1f1;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-content2 a.readmore {
    text-decoration: underline;
    color: #f25f4c;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:before,
.blog-wrap2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: 3px solid transparent;
    content: "";
    z-index: 9;
}
.blog-wrap2:hover:before {
    -webkit-animation: animate3 .6s linear forwards;
            animation: animate3 .6s linear forwards;
}
@-webkit-keyframes animate3 {
    0% {
        width: 0;
        height: 0;
        border-top-color: #f25f4c;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #f25f4c;
        border-right-color: #f25f4c;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #f25f4c;
        border-right-color: #f25f4c;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
@keyframes animate3 {
    0% {
        width: 0;
        height: 0;
        border-top-color: #f25f4c;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #f25f4c;
        border-right-color: #f25f4c;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #f25f4c;
        border-right-color: #f25f4c;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
.blog-wrap2:hover:after {
    -webkit-animation: animate4 .6s linear forwards;
            animation: animate4 .6s linear forwards;
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}
@-webkit-keyframes animate4 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: translate;
        border-bottom-color: #f25f4c;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #f25f4c;
        border-bottom-color: #f25f4c;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #f25f4c;
        border-bottom-color: #f25f4c;
    }
}
@keyframes animate4 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: translate;
        border-bottom-color: #f25f4c;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #f25f4c;
        border-bottom-color: #f25f4c;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #f25f4c;
        border-bottom-color: #f25f4c;
    }
}
/*-------blog-------*/

/*=======================================
        home Three style here
=======================================*/
.slider-area3 .slider-text {
    text-align: right;
    padding-left: 0px;
    padding-right: 50px;
}
.slider-area3 .line {
    left: auto;
    right: 0;
}
/*about-area*/
.about-wrap3 {
    background: #fff;
    padding: 60px 70px;
}
.about-active .slick-list.draggable {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
}
.about-wrap3 h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}
.about-wrap3 h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-wrap3 p {
    margin-bottom: 25px;
}
.about-active {
    margin-right: -80px;
    position: relative;
    z-index: 9;
    margin-top: 32px;
}
.about-img-active i.slick-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.about-img-active i.slick-arrow:hover {
    background: #f25f4c;
}
.about-img-active i.slick-arrow.fa-chevron-left {
    right: 40px;
    z-index: 9;
}
.about-wrap-2 {
    padding: 86px 0px;
}
.about-img-active {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
}
/*about-area*/

/*skill-area*/
.skill-wrap {
    padding: 10px 0px;
}
.skill-wrap h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.skill-wrap p {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.progress-wrap {
    overflow: hidden;
    padding-bottom: 35px;
}
.skill-wrap .progress {
    height: 10px;
    overflow: visible;
    background: #323131;
    border-radius: 5px;
}
.skill-wrap .progress-bar {
    position: relative;
    border-radius: 5px;
    background: #f25f4c;
}
.skill-wrap .progress-bar:before {
    position: absolute;
    right: -2px;
    top: -5px;
    width: 20px;
    height: 20px;
    background: #f25f4c;
    content: "";
    z-index: 9;
    border: 2px solid #323131;
    border-radius: 50%;
}
.skill-wrap .progress-bar span {
    position: absolute;
    right: 0;
    font-weight: 700;
    color: #323131;
    top: -32px;
    font-size: 14px;
}
.skill-img {
    position: relative;
}
.skill-img img {
    visibility: hidden;
}
.skill-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    content: "";
    border: 50px solid rgba(0, 0, 0, .1);
}
/*skill-area*/

/*newsletter-area*/
.newsletter-area {
    padding: 60px 0px;
}
.newsletter-area.black-opacity:before {
    background: #f25f4c;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.newsletter-wrap form {
    position: relative;
}
.newsletter-wrap input {
    padding: 0px 165px 0px 20px;
    height: 65px;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 25px;
}
.newsletter-wrap button {
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    background: #323131;
    border: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.newsletter-wrap button:hover {
    background: #f25f4c;
    color: #323131;
}
/*newsletter-area*/
/*=======================================
        home Three style here
=======================================*/

/*=======================================
        about page style here
=======================================*/
/*--------breadcumb-area start--------*/
.breadcumb-area {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.breadcumb-wrap h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #f25f4c;
    margin-bottom: 5px;
}
.breadcumb-wrap ul li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.breadcrumbs span{
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.breadcrumbs span.breadcrumbs__separator{margin: 0px 5px;}

.breadcumb-wrap ul li a {
    color: #fff;
}
.breadcumb-wrap ul li a:hover {
    color: #f25f4c;
}
/*--------breadcumb-area end--------*/
/*about*/
.about-page-wrap h2 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-page-wrap p {
    margin: 25px 0px;
}
.about-page-wrap ul {
    position: relative;
}
.about-page-wrap ul:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #393939;
    content: "";
}
.about-page-wrap ul:hover:before {
    background: #f25f4c;
}
.about-page-wrap ul li a {
    display: block;
    line-height: 28px;
    font-size: 16px;
    padding-left: 40px;
    position: relative;
}
.about-page-wrap ul li a:before {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent transparent #f25f4c;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.about-page-wrap ul li:hover a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-sidebar h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #393939;
}
.about-sidebar ul {
    /* margin-bottom: 60px; */
    margin-bottom: 20px;
}
.about-sidebar ul li {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #393939;
}
.about-sidebar ul li:last-child {
    border-bottom: none;
}
.about-sidebar-img {
    position: relative;
}
.about-sidebar-img img {
    width: 100%;
}
.about-sidebar-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    border: 30px solid rgba(0, 0, 0, .5);
    content: "";
}
.about-sidebar-img a {
    position: absolute;
    left: 50%;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 4px solid #fff;
    color: #fff;
    border-radius: 50%;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.about-sidebar-img a:hover {
    background: #f25f4c;
    color: #393939;
}
/*about*/
.project-area-without-gutter {
    padding: 120px 0px;
}
.project-area-without-gutter .project-wrap {
    margin-bottom: 0px;
}
/*blog*/
.pagination-wrap {
    margin: 20px 0px 30px;
}
.pagination-wrap ul li {
    display: inline-block;
}
.pagination-wrap ul li a,
.pagination-wrap ul li span {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #333132;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: block;
}
.pagination-wrap ul li span,
.pagination-wrap ul li:hover a {
    background: #f25f4c;
    color: #333132;
}
/*-------------------------sidebar-area start-------------------------*/
.widget {
    margin-bottom: 40px;
}
.search-wrap form {
    position: relative;
}
.search-wrap input {
    width: 100%;
    height: 40px;
    padding-right: 45px;
    border: none;
    border: 1px solid #333132;
    background: transparent;
    padding-left: 15px;
}
.search-wrap button {
    position: absolute;
    right: 0px;
    background: #333132;
    border: none;
    color: #fff;
    height: 40px;
    top: 0px;
    width: 40px;
    cursor: pointer;
}
.search-wrap button:hover {
    color: #333132;
    background: #f25f4c;
}
.search-wrap input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.search-wrap input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.search-wrap input:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.search-wrap input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333132;
}
.sidebar-menu ul li {
    line-height: 30px;
}
.sidebar-menu ul li a {
    position: relative;
    padding-left: 0px;
}
.sidebar-menu ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    /* content: "\f101"; */
    font-family: fontawesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar-menu ul li a:hover:before {
    left: 5px;
}
.recent-post ul li {
    overflow: hidden;
    margin-bottom: 20px;
}
.recent-post ul li:last-child {
    margin-bottom: 0px;
}
.post-img {
    float: left;
    margin-right: 15px;
}
.post-content {
    overflow: hidden;
}
.post-content a {
    display: block;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.post-content p {
    font-size: 12px;
    font-style: italic;
}
.tag-wrap ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.tag-wrap ul li a {
    display: block;
    padding: 6px 20px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
}
.tag-wrap ul li a:hover {
    color: #393939;
    background: #f25f4c;
    border-color: #f25f4c;
}
.tag-wrap {
    margin-bottom: 0px;
}
/*-------------------------sidebar-area end-------------------------*/
.blog-details-area .blog-content h4{
    font-size: 30px;
    line-height: 36px;
}
.blog-details-wrap p {
    margin-bottom: 10px;
}
.blog-details-wrap blockquote {
    background: #f1f1f1;
    padding: 30px 25px 30px 40px;
    font-size: 16px;
    font-style: italic;
    margin: 40px 0;
    border-left: 10px solid #f25f4c;
}


.about-page-area blockquote {
    background: #f1f1f1;
    padding: 30px 25px 30px 40px;
    font-size: 16px;
    font-style: italic;
    margin: 40px 0;
    border-left: 10px solid #f25f4c;
}

.w-reviews .about-page-area blockquote{
  margin: 0px 0px 40px 0px;
}

.di-flx{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.di-flx .w-review-item{
  width: 49%;
  background: #f1f1f1;
  padding: 30px 25px 30px 40px;
  font-size: 16px;
  font-style: italic;
  border-left: 10px solid #f25f4c;
  margin-bottom: 20px;
}

.w-review-item.p-rigth{
  padding-right: 6px;
}
.w-review-item.p-left{
  padding-left: 6px;
}

.w-review-item .review-item{
  overflow: hidden;
  /* height: 80px; */
  text-align: justify;
}

.append_btn .btn-all-review{
  margin-top: 10px;
  font-style: normal;
  display: inline-block;
  /* border-bottom: 1px solid #333132; */
  font-weight: 700;
  cursor: pointer;
  transition: .4s;
}
.append_btn .btn-all-review:hover{
  /* border-bottom: 1px solid #f25f4c; */
  color: #f25f4c;
  transition: .4s;
}

.w-icons-review i{
  margin-right: 5px;
}

.contact-form .title_form_review{
    margin: 60px 0px 40px 0px;
    font-size: 24px;
    color: #333132;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.contact-form .title_form_review::before{
  content: '';
  position: absolute;
  bottom: 0px;
  width: 40%;
  height: 3px;
  background-color: #f25f4c;
  left: 50%;
  transform: translateX(-50%);
}

.p-lr{
  width: 70%;
  margin: 0 auto;
}

.contact-textarea{outline: none;}


.socila-link {
    margin-bottom: 100px;
}
.socila-link ul li {
    display: inline-block;
    color: #f25f4c;
}
.socila-link ul li a {
    font-size: 16px;
    margin-left: 7px;
}
.blog-form h3 {
    margin-bottom: 25px;
    font-weight: 700;
}
.blog-form span {
    display: block;
    margin-bottom: 3px;
}
.blog-form input,
.blog-form textarea,
.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
}
.blog-form textarea,
.contact-form textarea {
    height: 200px;
    padding-top: 10px;
}
.blog-form button,
.contact-form button {
    padding: 10px 30px;
    background: #f25f4c;
    color: #363636;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    color: white !important;
}
.blog-form button:hover,
.contact-form button:hover {
    background: #222;
    color: #f25f4c;
}
.contact-form textarea{
  height: 270px;
}
.contact-wrap ul li{
    position: relative;
    padding: 0px 20px 17px 100px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background: white;
    margin-bottom: 5px;
    border-radius: 5px;
}
.contact-wrap ul li:last-child{
  margin-bottom: 0px;
}
.contact-wrap ul li i{
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  font-size: 35px;
  color: #222;
}
.contact-wrap ul li p{
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  text-transform: initial;
}
.contact-wrap ul li p span{
  display: block;
}
.contact-area #googleMap{
    margin-top: 100px;
}

.partners_gr.owl-carousel .owl-item img{
  width: 65%;
  margin: 0 auto;
}

.partners_gr.owl-carousel .owl-prev{
  position: absolute;
  top: 50%;
  left: 0px;
}
.partners_gr.owl-carousel .owl-next{
  position: absolute;
  top: 50%;
  right: 0px;
}
.my-style_header{top: 0px;}
.my-style_breadcumb{margin-top: 100px;}

.list-service-detail{
    padding: 30px;
    padding-top: 0px;
}

.list-service-detail li{
    list-style-type: disc;
    padding: 5px;
}

.widget.sidebar-menu ul{
    padding-left: 20px;
}

.widget.sidebar-menu ul li{
    list-style-type: disc;
    padding: 5px 0px;
}

.price-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.price-wrap div{
    font-weight: 700;
}

.price-wrap .coll-btn{
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: black;
}

.price-wrap .coll-btn i{
    margin-right: 2px;
}

.yaMaps{
    margin-top: 50px;
}

/* .none_bg_hover:hover{
  background-color: #000;
} */
.none_bg_hover:hover a{
  background-color: transparent !important;
  color: #f25f4c;
}

.w-poupap_coll_produkt{
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.8);
  display: none;
}

.w-poupap_coll_produkt.active{display: block;}

.w-poupap_coll_produkt .w-poupap_position{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.w-poupap_coll_produkt .w-poupap_position .w-poupap_info{
  background: #fff;
  padding: 20px;
  width: 550px;
}

.w-poupap_coll_produkt .w-poupap_position .w-poupap_info .title{
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.w-poupap_coll_produkt .w-poupap_position .w-poupap_info .title_produkt{
  margin-bottom: 10px;
}

.w-poupap_coll_produkt .w-poupap_position .w-poupap_info .w-form input{
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
}
.w-poupap_coll_produkt .w-poupap_position .w-poupap_info .w-form textarea{
  width: 100%;
  height: 70px;
  margin-bottom: 25px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-top: 10px;
}
.w-poupap_coll_produkt .w-poupap_position .w-poupap_info .w-form button{
  padding: 8px 20px;
  background: #f25f4c;
  transition: .3s;
  /* color: #363636; */
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  color: white !important;
}

.w-poupap_coll_produkt .w-poupap_position .w-poupap_info .w-form button:hover{
  transition: .3s;
  background: #363636;
}

.w-poupap_coll_produkt .w-poupap_position .w-poupap_info .сlose{
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}


body.ovHidBody{overflow: hidden !important;}


.document-block ul{
    font-size: 27px;
    line-height: 45px;
}

.document-block ul i{
    margin-right: 20px;
    color: #f25f4c;
}

.brands-page .brand-wrap{
    margin: 20px;
}

#contactServis br{display: none;}

.w_link_blog{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}

h2.screen-reader-text{display: none;}
.navigation.pagination .nav-links{
  width: 100%;
}
.navigation.pagination .nav-links a{
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #333132;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}
.navigation.pagination .nav-links span.current{
  background: #f25f4c;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  cursor: default;
}

tr, td{
	border: 1px solid;
}

.tel-block{
	display: flex;
    font-weight: 700;
    flex-wrap: wrap;
}

.tel-block .content-left, .tel-block .content-right{
	padding: 0px 10px;
}

.w_doc_page li a{
  font-size: 20px;
}

@media(max-width: 500px){

.tel-block .content-left, .tel-block .content-right{
	padding: 0px;
	width: 100%;
}
}


.wrap-social{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.wrap-social.contact{
    justify-content: space-around;
}

.wrap-social h4{
    width: 100%;
}

.wrap-social a{
    font-size: 25px !important;
    width: 15%;
}

.wrap-social .viber-contact{
    display: none;
}

.wrap-social a i{
    position: static !important;
    font-size: 25px !important;
}

.top-wrap{
    background: #f25f4c;
}

.top-info-wrap{
    display: flex;
}

.top-info-wrap .content-left{
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.top-info-wrap .content-right{
    width: 50%;
}

.top-info-wrap .content-right .top-social-link{
   display: flex;
   justify-content: flex-end;
}

.top-info-wrap .content-right .top-social-link a{
   width: 7%;
   color: white;
 }

.top-info-wrap .content-left .item{
    font-size: 13px;
    /* width: 30%; */
}

.top-info-wrap .content-left .item.viber{
    display: none;
}

.top-info-wrap .content-left .item a{
    color: #fff;
}

@media(max-width: 1200px){
    .top-info-wrap .content-left .item{
        font-size: 10px;
    }
}

@media(max-width: 990px){
    .top-info-wrap .content-left .item{
        width: 50%;
    }
    .top-info-wrap .content-left .item:last-child{
        display: none;
    }
}

@media(max-width: 600px){

    .slider-text.text-center{
        margin-top: 50px;
    }

    .wrap-social .viber-contact{
        display: block;
    }

    .top-info-wrap .content-right{
        display: none;
    }

    .top-info-wrap .content-left .item{
        text-align: center;
        width: 45%;
        font-size: 10px;;
    }

    .top-info-wrap .content-left .item.viber{
        width: 10%;
        display: block;

    }

    .top-info-wrap .content-left .item.viber i{
        font-size: 15px;
        position: absolute;
        top: 4px;

    }

    .top-info-wrap .content-left{
        width: 100%;
    }
    .slider-area.slider-area2 {
        display: none;
    }
}


#contactServis{
    margin-top: 15px;
}


.style-for-contact-form .wpcf7-not-valid-tip{
    position: absolute;
    top: 30px;
    font-size: 10px;
}

.style-for-contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
    font-size: 13px;
    text-align: center;
}

.footer-widget .wpcf7-not-valid-tip{
    font-size: 10px;
    margin-top: -10px;
}

.footer-widget br{
    display: none;
}

.footer-widget .newsletter input{
    margin-bottom: 0px;
}

.footer-widget .wpcf7-response-output{
    display: block;
    border: none;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    line-height: 13px;
    margin-top: -13px;
}

.w-poupap_info .wpcf7-not-valid-tip{
    position: absolute;
    top: 30px;
    font-size: 10px;
}

#contactServis .wpcf7-not-valid-tip{
    font-size: 10px;
    position: absolute;
    top: 40px;
}

.newsletter-wrap .wpcf7-not-valid-tip{
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    margin-left: 15px;
}

.newsletter-wrap .wpcf7-response-output{
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
}

.contact-wrap p a{
    display: block;
}


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


#barsukov img{
    position: relative;
    z-index: 1;
  }
  #barsukov img.di_none{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
  }




.wrap_phone{

    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    /* right: 20px; */
    bottom: 50px;
    border-radius: 50%;
    /* background: #34a853; */
    z-index: 1000;
    bottom: 13px;
    left: 15px;
    webkit-box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.6);
  }

  .wrap_phone img{
    border-radius: 50%;
  }

  .items_viget1, .items_viget2,.items_viget3,.items_viget4, .items_viget5{
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    /* right: 20px; */
    bottom: 50px;
    border-radius: 50%;
    z-index: 999;
    bottom: 22px;
    left: 25px;
    transition: 0.5s;
    }


    @media(max-width: 500px){
        .wrap_phone{
            display: inline-block !important;
        }

        .items_viget1, .items_viget2,.items_viget3,.items_viget4, .items_viget5{
            display: inline-block !important;
        }
    }

    .items_viget1.active1{

      position: fixed;
      width: 40px;
      height: 40px;
      /* right: 20px; */
      bottom: 50px;
      border-radius: 50%;
      z-index: 999;
      bottom: 100px;
      left: 23px;
      transition: 0.5s;
    }

    .items_viget2.active2{

      position: fixed;
      width: 40px;
      height: 40px;
      /* right: 20px; */
      bottom: 50px;
      border-radius: 50%;
      z-index: 999;
      bottom: 150px;
      left: 23px;
      transition: 0.5s;
    }

    .items_viget3.active3{

      position: fixed;
      width: 40px;
      height: 40px;
      /* right: 20px; */
      bottom: 50px;
      border-radius: 50%;
      z-index: 999;
      bottom: 200px;
      left: 23px;
      transition: 0.5s;
    }

    .items_viget4.active4{

      position: fixed;
      width: 40px;
      height: 40px;
      /* right: 20px; */
      bottom: 50px;
      border-radius: 50%;
      z-index: 999;
      bottom: 250px;
      left: 23px;
      transition: 0.5s;
    }

    .items_viget5.active5{

        position: fixed;
        width: 40px;
        height: 40px;
        /* right: 20px; */
        bottom: 50px;
        border-radius: 50%;
        z-index: 999;
        bottom: 300px;
        left: 23px;
        transition: 0.5s;
      }

    .items_viget img{
      padding: 5px;
      width: 100%;
    }


    .b-head.b-head_type_search-simple{
      display: none;
    }

    .b-serp-item__number{display: none !important;}

    #ya-site-results tr{border: 0px !important}

    yass-span{color: #f25f4c;}

    .ta_j{text-align: justify!important;}
    .footer-widget.newsletter p{text-align: justify;}
    .about-page-wrap p{text-align: justify;}
    .blog-details-wrap p{text-align: justify;}
    .blog-content.blog-content_to p{text-align: justify;}
    .b-content__body.b-user-content{text-align: justify;}

.slider-area2 {
	max-height: 550px;
	overflow: hidden;
}

/* ////////////////////// */
/* ===== Видео (обёртка и значок Play) ===== */
.video-popup-wrapper {
  display: inline-block !important;
  position: relative !important;
  border: 3px solid red !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: fit-content !important;
  box-sizing: border-box !important;
}

.video-popup-wrapper img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  box-sizing: border-box !important;
}

/* Значок Play */
.video-popup-wrapper::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 60px !important;
  height: 60px !important;
  background: rgba(255, 0, 0, 0.9) !important;
  clip-path: polygon(25% 20%, 75% 50%, 25% 80%) !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

/* Мобильные стили для видео */
@media (max-width: 768px) {
  .video-popup-wrapper {
    border: 2px solid red !important;
  }
  .video-popup-wrapper::after {
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 480px) {
  .video-popup-wrapper {
    border: 1.5px solid red !important;
  }
  .video-popup-wrapper::after {
    width: 30px !important;
    height: 30px !important;
  }
}

/* === Универсальное наследование box-sizing для предсказуемой вёрстки === */
*, *::before, *::after {
  box-sizing: border-box;
}
/* ////////////////////// */
/* === Баннер (breadcumb) — задаём высоту, выравнивание и фон === */
.breadcumb-area {
  height: 360px !important; /* общая высота баннера */
  padding: 40px 15px 40px !important; /* верхний отступ уменьшен в 2 раза */
  background-size: cover !important; /* фон полностью покрывает */
  background-position: center center !important; /* фон по центру */
  background-repeat: no-repeat;
  display: flex; /* центрируем содержимое */
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 40px !important; /* отступ после баннера */
  color: #fff;
}
/* === Корректировка расстояния между хэдэром и баннером === */
.breadcumb-area {
  padding-top: 40px !important; /* уменьшено вдвое */
}

/* === Мобильная адаптация баннера === */
@media (max-width: 768px) {
  .breadcumb-area {
    height: 250px !important;
    padding: 30px 15px 30px !important; /* верхний отступ тоже уменьшен в 2 раза */
  }
}


/* === Внутренний блок баннера: выравнивание заголовка === */
.breadcumb-wrap {
  padding-top: 10px !important;
  top: 10% !important; /* если используется position: absolute */
}

/* === Заголовок в баннере === */
.breadcumb-wrap h1 {
  font-size: 2rem !important;
}

/* === Подзаголовок в баннере === */
.breadcumb-wrap p {
  font-size: 1.4rem !important;
}

.breadcumb-wrap .banner-text {
  display: block;          
  font-size: 2rem !important; 
  color: #f25f4d !important;     
  font-weight: bold;          
  text-shadow: 0 3px 8px rgba(0,0,0,0.7); 
}

/* ////////////////////// */
/* === Общие отступы для основных секций сайта === */
.about-area,
.service-area,
.blog-area,
.contact-area,
.page-area,
.faq-area,
.content-area,
.site-main {
  margin-top: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin-bottom: 20px !important;
}

/* === Отступ внутри основной статьи/контента === */
.entry-content {
  padding-top: 40px !important;
}

/* === Внутренние обёртки секций: отступы сброшены, добавен паддинг по краям === */
.about-wrap,
.service-wrap {
  margin: 0 !important;
  padding: 0 10px !important;
}

/* === Заголовки внутри обёрток секций === */
.about-wrap h1,
.about-wrap h2,
.service-wrap h2 {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  line-height: 1.3;
}

/* === Параграфы в секциях: улучшена читаемость === */
.about-wrap p,
.service-wrap p {
  margin-bottom: 15px !important;
  line-height: 1.5;
  padding-right: 0 !important;
}

/* === Кнопка "Подробнее" — вертикальные отступы === */
.readmore-btn {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

/* === Заголовок секции услуг === */
.service-area .section-title {
  margin-bottom: 20px !important;
}

/* === Контент внутри карточек услуг — внутренний отступ === */
.service-content {
  padding: 15px !important;
}

/* === Убираем горизонтальную прокрутку сайта === */
body {
  overflow-x: hidden;
}

/* === Снизу футера убраны лишние отступы === */
.footer-area,
.footer-bootem {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* === Убираем пустой блок формы обратной связи === */
.wpcf7-response-output {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* === Позиция кнопки "наверх" === */
.scroll-up,
.back-to-top {
  bottom: 10px !important;
}

/* === Отступы для блока политики конфиденциальности === */
p.privacy-policy {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

/* === Скрываем "мусорные" div от Venyoo === */
body > div[style*="visibility: hidden"],
body > div[style*="height: 0"],
body > div[style*="clear: both"] {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* === Убираем отступ последнего дочернего блока на странице === */
body > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* === Компенсация админ-панели WP сверху === */
body.admin-bar #sticky-header {
  top: 32px !important;
}
body.admin-bar .breadcumb-area {
  margin-top: 132px !important;
}

/* === Мобильная адаптация === */
@media (max-width: 782px) {
  html, body {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.admin-bar #sticky-header {
    top: 46px !important;
  }

  .breadcumb-area {
    margin-top: 80px !important;
  }

  body.admin-bar .breadcumb-area {
    margin-top: 126px !important;
  }

  .top-wrap {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

/* === Обнуляем отступы у верхнего блока === */
.top-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* === Фикс лишнего пространства после футера на мобильных устройствах === */
@media screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: 100% !important;
  }

  /* Удаление возможных невидимых блоков в конце документа */
  body > div[style*="position: absolute"],
  body > div[style*="visibility: hidden"],
  body > div[style*="z-index: -"],
  body > div[style*="top: 100%"] {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  /* Проверка последнего блока, чтобы исключить остаточные отступы */
  body > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Уточняем футер */
  .footer-area,
  .footer-bootem {
    position: relative !important;
    height: auto !important;
    overflow: hidden !important;
  }
}

/* ===== fallback-шрифты, избежать скачков при загрузке шрифта ===== */
body {
  font-family: 'Roboto', Arial, sans-serif;
}

/* === Логотип в хэдере === */
.logo-clear {
    max-height: 80px;
    height: auto;
    width: auto;
    display: block;
}
@media (max-width: 768px) {
    .logo-clear {
        max-height: 60px;
    }
}

/* === Стабилизация логотипа в шапке === */
.logo img,
.logo-clear {
    display: block;
    max-height: 80px;
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* === ЛОГОТИП: адаптивный размер === */

@media (max-width: 991.98px) {
    .logo img {
        max-height: 60px; /* планшеты */
    }
}

@media (max-width: 767.98px) {
    .logo img {
        max-height: 55px; /* смартфоны */
    }
}


/* Оптимизация загрузки шрифтов — добавляем font-display: swap */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ПК — фиксированный размер шрифта */
h1 {
    font-size: 36px; /* подбери подходящий размер для десктопа */
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 15px;
}

/* Планшеты и мобильные — адаптивный размер */
@media (max-width: 1024px) {
    h1 {
        font-size: 5vw;
        margin: 0 10px;
    }
}

/* Маленькие смартфоны */
@media (max-width: 480px) {
    h1 {
        font-size: 7vw;
        margin: 0 5px;
    }
}
/* Контейнер баннера */
.banner {
    background: url('https://gorodnichy.by/wp-content/uploads/2025/07/autsorsing-12-1-optimized.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 100px 15px; /* отступ сверху и снизу */
    position: relative;
}

/* Текст на баннере — ПК */
.banner-text {
    font-size: 48px; /* фиксированный размер на ПК */
    color: #fff;
    line-height: 1.2;
    max-width: 90%;
    margin: 0 auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Планшеты и мобильные */
@media (max-width: 1024px) {
    .banner-text {
        font-size: 6vw; /* масштабирование по ширине экрана */
        max-width: 95%;
    }
}

/* Малые смартфоны */
@media (max-width: 480px) {
    .banner-text {
        font-size: 8vw;
        max-width: 95%;
    }
}

/* Контейнер карточек услуг */
.service-area .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}

/* Колонки */
.service-area .col-md-4 {
    flex: 0 0 32%;
    max-width: 32%;
    margin-bottom: 20px; /* вертикальный интервал */
    box-sizing: border-box;
}

/* Карточка */
.service-item {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    height: 100%;
    padding: 20px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

/* Адаптивность */
@media (max-width: 991px) {
    .service-area .col-md-4 {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media (max-width: 768px) {
    .service-area .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* Явные вертикальные интервалы между карточками */
.service-area .service-item {
    margin-bottom: 30px; /* вертикальный зазор между рядами */
}
/* Форсированный вертикальный отступ между рядами карточек */
.service-area .row > [class*="col-"] {
    margin-bottom: 30px !important; /* принудительно создаёт отступ между рядами */
}

/* === Поиск gorodnichy.by (Bootstrap 4.6) === */
.search-wrapper { position: relative; display: flex; align-items: center; }
.search-toggle { color: #f25f4d; font-size: 20px; cursor: pointer; transition: color .3s ease; }
.search-toggle:hover { color: #d84a3b; }

/* --- Поиск в шапке --- */
.search-wrapper {
  position: relative;
  display: inline-block;
}

.search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  font-size: 18px;
}

.search-container {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  background: #fff;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.search-container.active {
  display: block;
}

.search-field {
  border: 1px solid #ccc;
  padding: 5px 10px;
  width: 180px;
}

.search-submit {
  background: #f25f4d;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

/* === Исправление зазора под шапкой (header) на всех устройствах === */
header.header-area.bg-1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Убираем отступ у любого блока, который идёт после header,
   даже если между ними вставлен <script> или другой элемент */
header.header-area.bg-1 ~ *:not(script) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Поднимаем баннер или первый контентный блок ближе к шапке */
header.header-area.bg-1 ~ div,
header.header-area.bg-1 ~ main,
header.header-area.bg-1 ~ section {
  margin-top: -10px !important;
}

/* === Мобильные устройства === */
@media (max-width: 1024px) {
  header.header-area.bg-1 ~ *:not(script) {
    margin-top: -15px !important;
    padding-top: 0 !important;
  }

  body,
  html {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .breadcumb-area {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
/* === Финальная правка отступа под фиксированной шапкой === */

header.header-area.bg-1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Мобильные устройства и планшеты */
@media (max-width: 1024px) {
  body {
    padding-top: 120px !important; /* увеличенный отступ под шапкой */
  }

  .breadcumb-area,
  .main-banner,
  main,
  section:first-of-type {
    margin-top: 0 !important;
  }
}

/* Десктоп */
@media (min-width: 1025px) {
  body {
    padding-top: 0 !important;
  }

  header.header-area.bg-1 ~ * {
    margin-top: -20px !important;
  }
}
/* === Корректировка отступа под шапкой только для главной страницы === */
body.home header.header-area.bg-1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.home header.header-area.bg-1 + .main-banner,
body.home header.header-area.bg-1 + .slider-area,
body.home header.header-area.bg-1 + section {
  margin-top: 5px !important;
  padding-top: 0 !important;
}

/* Для мобильных устройств */
@media (max-width: 1024px) {
  body.home header.header-area.bg-1 + .main-banner,
  body.home header.header-area.bg-1 + .slider-area,
  body.home header.header-area.bg-1 + section {
    margin-top: 5px !important;
  }
}
/* === Уменьшение нижнего поля у футера на всех устройствах === */
footer.footer-area {
  padding-bottom: 20px !important; /* было 40px — стало меньше на 20 */
  margin-bottom: 0 !important;
}

/* === Коррекция прокрутки на мобильных === */
@media (max-width: 1024px) {
  html, body {
    overflow-x: hidden;
    overflow-y: auto !important;
    height: auto !important;
  }

  footer.footer-area {
    padding-bottom: 15px !important; /* чуть меньше, чтобы не упиралось */
  }
}

/* === Исправление дизайна страницы поиска === */
body.search header.header-area.bg-1 ~ * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.search main,
body.search section:first-of-type {
  margin-top: 30px !important; /* стандартный зазор под шапкой */
}

body.search .search-results,
body.search .site-content {
  padding-top: 20px !important;
  padding-bottom: 40px !important;
}

/* Выровнять кнопку поиска и форму */
body.search .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body.search .search-form input[type="search"] {
  max-width: 400px;
  width: 100%;
}

/* Отступ под заголовком H1 на страницах записи */
.single-post .blog-details-wrap h1,
.single .blog-details-wrap h1 {
    margin-bottom: 25px;
    display: block;
}










