/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CUSTOM PRELOAD */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#loader-wrapper{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;background-color:#fff;-webkit-animation:loader 1s linear;animation:loader 1s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
@-webkit-keyframes loader{0%{opacity:1;}70%{opacity:1;}99%{opacity:0;}100%{display:none;visibility:hidden;z-index:-10;opacity:0;}}
@keyframes loader{0%{opacity:1;}70%{opacity:1;}99%{opacity:0;}100%{display:none;visibility:hidden;z-index:-10;opacity:0;}}
/*------------------------------------------------------------------------------------------------*/
/* BOOTSTRAP GRID */
/*------------------------------------------------------------------------------------------------*/
html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}

.container{
    padding: 0 10px;
    max-width: 1200px;
    position: relative;
    margin: auto;
}

.col-12{
    padding: 0 15px;
    width: 100%;
}

@media ( min-width:1280px ){
    .col-xl-6{
        width: 50%;
    }
    .col-xl-3{
        width: 25%;
    }
}
@media ( max-width:1479px ){
    .col-12{
        padding: 0 10px;
    }
    .container{
        max-width: 1010px;
    }
}
@media ( max-width:767px ){
    .container{
        padding: 0 20px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body *{font-family: 'TT Hoves';}
b, strong{font-weight: 600;}
a{cursor:pointer;text-decoration:none;outline:none;color:inherit;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;}
a:link, a:visited, a:active, a:hover{cursor:pointer;text-decoration:none;outline:none;}
iframe{border:none;outline:none;}
ul, ol{list-style: none;}
img{width:100%;height:auto;max-width:100%;}
blockquote{position: relative;color:#000;font-size:20px;line-height:1.3em;font-weight:400;padding-left:25px;text-align: left;border-left:2px solid #fa9512;}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
*{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-text-size-adjust:none;box-sizing:border-box;}
.clear{clear:both; overflow:hidden; height:0px; font-size:0px; display: block;}
html:not(.touch-screen)::-webkit-scrollbar,html:not(.touch-screen) *::-webkit-scrollbar{width:6px;height:6px;}
html:not(.touch-screen)::-webkit-scrollbar-track,html:not(.touch-screen) *::-webkit-scrollbar-track{background:#e1e1e1;}
html:not(.touch-screen)::-webkit-scrollbar-thumb,html:not(.touch-screen) *::-webkit-scrollbar-thumb{background:#f37046;}
:focus, :active, :visited{outline: none;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html{height: 100%;}
body{height: 100%; overflow-x: hidden;}
.overflow-hidden{overflow: hidden;}
html.overflow-hidden body{overflow: hidden;}
.swiper-slide:not(:first-child){display: none;}
/*spacers*/
.spacer{clear:both;}
.spacer-xl{height: 120px;}
.spacer-lg{height: 90px;}
.spacer-md{height: 60px;}
.spacer-sm{height: 40px;}
.spacer-xs{height: 30px;}

.page{
    overflow: hidden;
}

.justify-content-between{
    justify-content: space-between;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-end{
    justify-content: flex-end;
}
.justify-content-start{
    justify-content: flex-start;
}

.btn{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    height: 44px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s;
    border-radius: 30px;
    cursor: pointer;
}

.block-title {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
}

.flex_form_wr form p .form-control {
    padding: 0 30px;
    max-width: 100%;
	width: 100%;
}

.form-control {
    height: 68px;
    border: 1.5px solid #fff;
    border-radius: 10px;
    padding: 0 30px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    background-color: transparent;
    transition: all 0.3s;
    letter-spacing: 1.5px;
}
.form-control::placeholder {
    letter-spacing: 3px;
    color: #fff;
    transition: all 0.3s;
}
.flex_form_wr.black  .form-control,
.form-control.black {
    border-color: #212121;
}
.flex_form_wr.black  .form-control,
.flex_form_wr.black  .form-control::placeholder,
.form-control.black,
.form-control.black::placeholder {
    color: #212121;
}
.form-control:focus::placeholder,
.form-control:focus{
    border-color: rgb(243, 112, 70);
    color: rgb(243, 112, 70);
}

.btn{
    border-radius: 10px;
    background-color: rgb(243, 112, 70);
    width: 280px;
    height: 68px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}


@media ( min-width:1200px ){
    .btn:hover{
        background-color: rgb(245, 95, 47);
        box-shadow: 0 4px 10px rgba(245, 95, 47, 0.65);
    }
}
@media ( max-width:1480px ){
    .block-title{
        font-size: 28px;
    }
    .btn,
    .form-control{
        height: 52px;
        font-size: 14px;
    }
}
@media ( max-width:1200px ){
    .block-title{
        font-size: 26px;
    }
    .btn,
    .form-control{
        height: 52px;
        font-size: 13px;
    }
}
@media ( max-width:992px ){
    .block-title{
        font-size: 24px;
    }
}
 @media ( max-width:767px ){
    .block-title{
        font-size: 22px;
        letter-spacing: 3px;
    }
}


.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}

.text-bold{
    font-weight: 600;
}
.text-500{
    font-weight: 500;
}

/*------------ PAGE HEADER------------*/
.header{
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 20;
    transition: all 0.4s;
}
.header.scroll{
    padding: 15px 0;
    background: rgba(33, 33, 33, 0.85);
    top: 0px;
}

.header .logo{position: relative;width: 181px;height: 48px;}
.header .logo-icon{
    position: absolute;
    left: -5px;
    top: 45%;
    transform: translateY(-50%);
    width: auto;
    max-width: 210px;
}
.header .logo-img{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;

}
.sub-menu,
.menu{
    position: absolute;
    top: calc(100% + 40px);
    left: -50px;
    background: rgba(33, 33, 33, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.header li:hover>.sub-menu,
.header li:hover .menu{
    top: calc(100% + 20px);
    visibility: visible;
    opacity: 1;
}
.navbar >ul{
    display: flex;
    align-items: center;
}
.navbar >ul > li{font-size: 0;position: relative;}
.navbar >ul > li >a{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.4px;
    position: relative;
}
.navbar >ul > li >a:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #f37046;
    width: 0%;
    transition: all 0.3s;
}
.navbar >ul > li.current-menu-item >a:after,
.navbar >ul > li >a:hover:after,
.navbar >ul > li >a.active:after{
    width: 100%;
}
.navbar >ul > li:not(:last-child){
    padding: 0 13px;
}

.navbar>ul>li.menu-item-has-children > a,
.navbar .dropdown > a{
    margin-right: 10px;
}
.navbar>ul>li.menu-item-has-children >a:before,
.navbar .dropdown > a:before{
    content: "";
    position: absolute;
    right: -19px;
    background: url(../icon/arrow-orange.svg) center no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}
.header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-toggle{
    display: none;
}
.lang {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
    padding: 0;
}
.lang:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    height: 12px;
}
.lang .current-lang a {
    font-weight: bold;
    color: #f37046;
}
.lang a {
    font-size: 12.5px;
    color: #fff;
    text-transform: uppercase;
        margin-bottom: 1px;
    display: block;
}
.lang li:last-child {margin-left: 16px;}
.header .call{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    right: 66px;
}


.menu-wrap .close {
    display: none;
}
.sub-menu,
.menu {
    width: 375px;
    border-radius: 10px 0 0 10px;
}
.sub-menu>li,
.menu >li {
    display: block;
}
.sub-menu >li:not(:last-child) ,
.menu >li:not(:last-child) {
    border-bottom: 1px solid #494949;
}
.sub-menu >li >a ,
.menu >li >a {
    display: block;
    padding: 15px 45px 15px 24px;
    line-height: 1.3;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
}
.sub-menu li a:hover,
.submenu li a:hover,
.menu li a:hover{
    color: #f37046;
}
ul.sub-menu>li>.droplink:after,
.menu .droplink:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url(/wp-content/themes/bulldog/icon/arrow-white.svg) center no-repeat;
    background-size: contain;
    transition: all 0.3s;
}
.menu .droplink:hover:after {
    background: url(/wp-content/themes/bulldog/icon/arrow-orange.svg) center no-repeat;
    background-size: contain;
}
.sub-menu .submenu,
.menu .submenu {
    position: absolute;
    left: calc(100% + 20px);
    top: 0; 
    width: 250px;
    border-radius: 0 10px 10px 0;
    border-left: 1px solid #494949;
    background: rgba(33, 33, 33, 0.9);
    padding: 15% 25px 5%;
    opacity: 0;
    visibility: hidden;
    min-height: 100%;
}

@media ( min-width: 1200px ) {
    .submenu > li:first-child{
        display: none!important;
    }}
	 
.sub-menu .submenu li:not(:last-child),
.menu .submenu li:not(:last-child) {
    margin-bottom: 14px;
}
.sub-menu .submenu a,
.menu .submenu a {
    line-height: 1.3;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}


@media ( min-width:768px ){
.sub-menu >li:first-child{
	display: none;
}

    .navbar >ul > li:last-child {
        position: absolute;
        right: 114px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media ( min-width:1200px ){
    .lang a:hover {color: #f37046;}
    .header li:hover .menu{
        top: calc(100% + 20px);
        visibility: visible;
        opacity: 1;
    }
    .sub-menu>li:hover .submenu,
    .menu li:hover .submenu{
        opacity: 1;
        visibility: visible;
        left: 100%;
    }
    .sub-menu .submenu,
    .menu .submenu{
        transition: all 0.5s;
    }
}
@media ( max-width:1480px ){
    .header{
        top: 45px;
    }
    .lang a,
    .navbar >ul > li >a{
        font-size: 11px;
    }
    .menu >li >a {
        padding: 10px 32px 10px 15px;
        font-size: 11px;
    }
    .menu{
        width: 260px;
    }
    .menu .droplink:after {
        right: 6px;
        width: 24px;
        height: 24px;
    }
     .sub-menu .submenu a,
    .menu .submenu a{
        font-size: 10px;
    }
     .sub-menu .submenu,
    .menu .submenu{
        width: 160px;
        padding: 5% 15px 5%;
    }
}
@media ( max-width:1199px ){
    .header{
        top: 30px;
    }

    .header-toggle:after{
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        content: "";
        height: 2px;
        background: #fff;
        transition: all 0.3s;
    }
    .header-toggle:before{
        transition: all 0.3s;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 25px;
        content: "";
        height: 2px;
        background: #fff;
    }
    .header-toggle.active:after{
        transform: rotate(45deg);
        top: 8px;
    }
    .header-toggle.active:before{
        transform: rotate(-45deg);
        top: 8px;
        bottom: auto;
    }
    .header-toggle .bar {
        transition: all 0.3s;
        width: 25px;
        height: 2px;
        background: #fff;
        margin: 8px 0;
        display: block;
    }
    .header-toggle.active .bar {
        opacity: 0;
    }

    .sub-menu,
    .menu{
        background-color: transparent;
        position: static;
        transform: translateY(-80px);
        left: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        max-width: 500px;
        opacity: 0;
        visibility: hidden;
    }

    .menu-wrap.active .sub-menu,
    .menu-wrap.active .menu{
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
    .sub-menu >li >a,
    .menu >li >a{
        font-size: 12px;
        padding: 15px 0;
        text-align: left;
        padding-right: 35px;
    }
    .menu-wrap {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        position: fixed;
        background: rgba(33, 33, 33, 1);
        z-index: 100;
        max-height: 100vh;
        padding: 45px;
        overflow: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        z-index: -100;
        visibility: hidden;
        transition: all 0.4s;
    }
    .menu-wrap.active{
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
    .menu-wrap .close {
        display: block;
        position: absolute;
        right: 20px;
        top: 25px;
        width: 22px;
        height: 22px;
        cursor: pointer;
    }
    .sub-menu .droplink.active:after,
    .menu .droplink.active:after{
        transform: translateY(-50%) rotate(90deg);
    }
     .sub-menu .submenu,
    .menu .submenu{
        position: static;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: translate(0);
        opacity: 1;
        visibility: visible;
        width: 100%;
        border: 0;
        padding: 0px 0 15px 15px;
        display: none;
        text-align: left;
    }
     .sub-menu .submenu a,
    .menu .submenu a{
        font-size: 12px;
        text-transform: initial
    }
     .sub-menu .submenu li:not(:last-child),
    .menu .submenu li:not(:last-child){
        margin-bottom: 5px;
    }


}
@media ( max-width:991px ){

}
@media ( max-width:767px ){
    .header .container{
        justify-content: center;
    }
    .header-toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .header-toggle.active {z-index: 30;}
    .header .logo{
        max-width: 140px;
    }
    .header .lang{
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .call{
        right: 54px;
    }
    .navbar{
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(33, 33, 33, 1);
        right: 0;
        z-index: -20;
        opacity: 0;;
        visibility: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s;
    }
    .navbar.active{
        opacity: 1;
        visibility: visible;
        z-index: 20;
    }
    .navbar >ul{
        display: block;
        text-align: center;
    }
    .navbar >ul > li{
        padding: 10px 0!important;
    }
    .navbar >ul > li >a{
        font-size: 18px;
    }
    .sub-menu >li >a, .menu >li >a{
        font-size: 14px;
    }
}

@media (max-width:360px){
    .header .logo {
        max-width: 130px;
    }
    .menu-wrap{padding: 25px 20px;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* COLORS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.color-black{color:#000;}
.color-white{color:#fff;}

.color-head{color: #273844;}
.color-body{color: #395668;}
.color-blue{color: #3955A4;}

/*main*/

.main {
    background-size: cover;
    background-position: center;
    position: relative;
}

.main:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(33, 33, 33, 0.65);
    z-index: 1;
}
@media (max-width:768px){
.main .container {
	min-height: 90vh !important;
}
}
.main .text{
    width: 100%;
}
.main .container {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
/*    justify-content: center;*/
    min-height: 100vh;
}
.main .mob-logo {
    display: none;
}
.main form {
    display: flex;
    align-items: center;
    max-width: 730px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main form p:nth-child(2){
/*    margin-right: 20px;*/
}
.main form p span{
    display: block;
}
.main form p .btn,
.main form p input{
    width: 100%;
}
.main form  p{
    width: calc(33.33% - 13px);
}
.main .title {
    font-size: 48px;
    color: #ffff;
    max-width: 490px;
/*    margin: auto;*/
    margin-bottom: 85px;
    text-transform: uppercase;
/*    text-align: center;*/
    line-height: 1.2;
    letter-spacing: 5.5px;
}
.main.nobg .title {
	margin-bottom: 0px;
}
.main .arrow-next {
    position: absolute;
    bottom: 10vh;
    left: 0;
    right: 0;
    margin: auto;
    width:  60px;
    height:  60px;
    animation: arrow 1.5s infinite;
}
@keyframes arrow {
    0% {
        opacity: 1;
        transform: translate(0, -12px);
    }

    70% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        transform: translate(0, 12px);
    }
}

@media ( max-width:575px ){
    .main .form{
        position: relative;
        top: 40px;
    }
    .main form p{
        width: 100%;
    }
    .main form p{
        margin-right: 0;
        margin-bottom: 20px
    }
}

/*advantages*/
.advantages {
    padding: 100px 0 80px;
    background: #212121;
}
.advantages .block-title {
    margin-bottom: 100px;
    font-weight: 400;
}
.advantages-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 120px;
}
.advantages .item {
    width: calc(25% - 15px);
    margin-bottom: 25px;
    max-width: 188px;
}

.advantages .number {
    font-size: 0;
    height: 96px;
    margin-bottom: 30px;
}
.advantages img {
    max-height: 100%;
    width: auto;
}
.advantages .title {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.advantages .item p {
    font-size: 15px;
    color: #fff;
/*    text-transform: uppercase;*/
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin-right: -62px;
}
.advantages b{
    display: block;
}
.flex_form_wr form,
.form-order {
    max-width: 886px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_form_wr form .btn {
	width: 100%;
}

.flex_form_wr form p,
.form-order .btn,
.form-order .form-control{
    width: calc(33.33% - 13px);
}

/*service*/
.service {
    background: #212121;
    padding: 80px 0 145px;
}
.service .block-title {
    margin-bottom: 130px;
    font-weight: 400;
}
.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-list .service-group {
    width: calc(33.33% - 13.33px);
}
.service-list.type2 .service-group{
    width: calc(50% - 10px);
}

.service-group .item {
    position: relative;
    display: block;
    text-decoration: none;
    background-size: cover;
    border-radius: 10px;
}
.service-group .item:after {
    background: rgba(33, 33, 33, 0.4);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s;
}
.service-group .item:hover:after {
    background-color: rgba(243, 112, 70, 0.65);
}
.service-group .item:before{
    content: "";
    display:block;
}
.service-group .item:not(:last-child){
    margin-bottom: 20px;
}
.service-group span {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    font-size: 15px;
    color: #fff;
/*    text-transform: uppercase;*/
    z-index: 2;
    max-width: 70%;
    line-height: 1.5;
    letter-spacing: 2px;
}

.service-group.col-2 .item:before{
    padding-top: 147.5%;
}
.service-group.col-3 .item:nth-child(2):before,
.service-group.col-1 .item:nth-child(1):before{
    padding-top: 47.5%;
}
.service-group.col-3 .item:nth-child(1):before,
.service-group.col-1 .item:nth-child(2):before{
    padding-top: calc(100% - 20px);
}


.service-list.type2 .col-3 .item:nth-child(2):before,
.service-list.type2 .col-1 .item:nth-child(1):before{
    padding-top: 43%;
}
.service-list.type2 .col-1 .item:nth-child(2):before,
.service-list.type2 .col-3 .item:nth-child(1):before{
    padding-top: 70%;
}




@media ( max-width: 1480px ){
    .main .title{font-size: 42px}
    .advantages .block-title{
        margin-bottom: 70px;
    }
    .advantages{
        padding: 75px 0 55px;
    }
    .advantages .number{
        max-height: 70px;
    }
    .advantages-list{
        margin-bottom: 80px;
    }
    .service{
        padding: 60px 0 100px;
    }
    .service .block-title{
        margin-bottom: 80px;
    }
    .advantages .item {
        width: calc(25% - 12px);
        margin-bottom: 20px;
    }
.flex_form_wr form,
    .form-order {
        max-width: 746px;
    }
    .service-group span,
    .advantages .item p{
        font-size: 14px;
    }
    .advantages .title{font-size: 14px;}
}
@media ( max-width: 1200px ){
    .main .title{font-size: 38px}
    .advantages {
        padding: 70px 0 50px;
    }
    .service .block-title,
    .advantages .block-title{
        margin-bottom: 60px;
    }
    .advantages .number{
        max-height: 72px;
    }
    .service {
        padding: 50px 0 75px;
    }
    .advantages .item p{
        margin-right: 0;
    }
    .advantages .item{
        max-width: inherit;
        width: calc(24% - 12px);
    }
}
@media ( max-width: 992px ){
    .advantages .number{
        max-height: 62px;
    }
}
@media ( max-width: 767px ){
    .main .mob-logo{
        display: block;
        text-align: center;
        margin-bottom: 15vh;
    }
    .main .mob-logo img{
        width: auto;
    }
    .main .title{
        font-size: 20px;
        margin-bottom: 70px;
    }
    .main .arrow-next{
        bottom: 6vh;
        width: 50px;
        height: 50px;
    }
    .advantages .item{
        width: calc(48%);
        margin-bottom: 35px;
    }

    .advantages-list{
        margin-bottom: 0px;
    }
    .advantages .title{
        font-size: 13px;
    }
}
@media ( max-width: 680px ){
	.flex_form_wr form .btn,
	.flex_form_wr form p,
    .form-order .btn,
    .form-order .form-control{
        width: 100%;
    }
	.flex_form_wr form .form-control,
    .form-order .form-control{
        margin-bottom: 20px;
    }
    .advantages .item{
        margin-bottom: 40px;
        text-align: left;
    }
   .advantages .number{
        max-height: 52px;
    }
    .advantages p{
        font-size: 12px;
    }
    .service-list.type2 .service-group,
    .service-list .service-group{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-group .item:before{
        padding-top: 60%!important;
    }
    .service-group.col-3 {display: none;}
    .service-list.type2 .col-3{
        display: block;
    }
    .service-group span{
        font-size: 14px;
    }

}
  .service .more{
        display: table;
        position: relative;
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        margin: 25px auto 0;
    }
    .service .more:before{
        content: "";
        position: absolute;
        right: -19px;
        background: url(/wp-content/themes/bulldog/icon/arrow-orange.svg) center no-repeat;
        width: 18px;
        height: 18px;
        background-size: contain;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
    }
@font-face {
        font-family: 'Pattanakarn';
        src: url('/wp-content/themes/bulldog/fonts/Pattanakarn-Bold-Italic.ttf');

    }
    @font-face {
        font-family: 'TT Hoves';
        src: url('/wp-content/themes/bulldog/fonts/TTHoves-Bold.eot');
        src: local('/wp-content/themes/bulldog/fonts/TT Hoves Bold'), local('TTHoves-Bold'),
            url('/wp-content/themes/bulldog/fonts/TTHoves-Bold.eot?#iefix') format('embedded-opentype'),
            url('/wp-content/themes/bulldog/fonts/TTHoves-Bold.woff2') format('woff2'),
            url('/wp-content/themes/bulldog/fonts/TTHoves-Bold.woff') format('woff'),
            url('/wp-content/themes/bulldog/fonts/TTHoves-Bold.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
    }
    @font-face {
        font-family: 'TT Hoves';
        src: url('/wp-content/themes/bulldog/fonts/TTHoves-Regular.eot');
        src: local('TT Hoves Regular'), local('TTHoves-Regular'),
            url('/wp-content/themes/bulldog/fonts/TTHoves-Regular.eot?#iefix') format('embedded-opentype'),
            url('/wp-content/themes/bulldog/fonts/TTHoves-Regular.woff2') format('woff2'),
            url('/wp-content/themes/bulldog/fonts/TTHoves-Regular.woff') format('woff'),
            url('/wp-content/themes/bulldog/fonts/TTHoves-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'TT Hoves';
        src: url('/wp-content/themes/bulldog/fonts/TTHoves-Medium.eot');
        src: local('TT Hoves Medium'), local('TTHoves-Medium'),
            url('/wp-content/themes/bulldog/fonts/TTHoves-Medium.eot?#iefix') format('embedded-opentype'),
            url('/wp-content/themes/bulldog/fonts/TTHoves-Medium.woff2') format('woff2'),
            url('/wp-content/themes/bulldog/fonts/TTHoves-Medium.woff') format('woff'),
            url('/wp-content/themes/bulldog/fonts/TTHoves-Medium.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
    }

.d-none{
	display: none!important;
}

/*single post start*/
.single_post.map,
.main.single_post,
.index-about.content_wr,
.post_gallery_wr{
	background: #212121;
}
.single_post.map .block-title,
.index-about.content_wr.black{
	color:#fff;
}
.main.single_post .container{
	min-height: 40vh;
	max-height: 475px;
}
@media(max-width: 768px){
.main.single_post .container{
	min-height: 25vh;
    max-height: 240px;
    padding-top: 20%;
}
.main.nobg .container{
	min-height: 25vh !important;
}	
}
@media(min-width: 768px){
	.main.single_post .container{
		padding-top: 150px;
	}
}
.single_gallery{
	height: auto;
}
.single_thumb_wr{
	display:none;
}
.cover_bg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.single_gallery_wr{
	display: none;
}
@media(min-width: 1200px){
	.single_gallery{
		height: 80vh;
	}
	.single_gallery{
		display: flex;
		justify-content: space-between;
	}
	.single_thumb_wr{
		display: block;
		height: 100%;
		width: 64%;
	}
	.single_gallery_wr{
		width: 36%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-end;
	}
	.gallery_item{
		width: calc(48% - 20px);
		height: calc(20vh - 20px);
		margin-left: 20px;
		display: block;
		position: relative;
	}

	.gallery_item:after {
		background: rgba(33, 33, 33, 0.4);
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		z-index: 1;
		transition: all 0.3s;
	}
	.gallery_item:hover:after {
		background-color: rgba(243, 112, 70, 0.65);
	}
	.single_gallery .gallery-slider{
		display: none!important;
	}
}
/*single post end*/

.service-group.h300 .item{
	height: 300px;
}
.service-group.h300{
	margin-bottom: 25px;
}

/*portfolio page start*/
.row{
	display: flex;
	flex-wrap: wrap;
	play: -ms-flexbox;
	-ms-flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.col-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
        padding-right: 10px;
    padding-left: 10px;

}
@media(min-width: 768px){
	.col-md-8{
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-6{
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.col-md-4{
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
}
.filter_wr{
	background: #212121;
	padding: 50px 0;
}
.widget-title{
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 30px;
	font-size: 20px;
	letter-spacing: 2px;
}
.filter_sidebar .menu {
	position: relative;
	top: unset;
	left: unset;
	background: unset;
	opacity: 1;
	visibility: visible;
	transform: unset!important;
	border-radius: unset;
}
.filter_sidebar .menu >li{
	position: relative;
	min-height: 25px;
	margin-bottom: 25px;
	padding-left: 0;
	display: flex;
	align-items: center;
}
.filter_sidebar .menu >li:before{
	content:'';
	width: 25px;
	height: 25px;
	border-radius: 2px;
	background-color:#494949;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.filter_sidebar .menu >li.current-menu-item:before,
.filter_sidebar .menu >li:hover:before{
	background-image: url(/wp-content/themes/bulldog/icon/arrow-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color:#f37046;
}
.filter_sidebar .menu >li >a {
	display: block;
	padding:0 0 0 35px;
	line-height: 1.3;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	position: relative;
}
@media (min-width: 768px) and (max-width: 991px){
	.filter_sidebar .menu >li >a{
		font-size: 11px;
	}
}
.filter_sidebar .menu >li:not(:last-child) {
 	   border-bottom: unset;
}
.widget-container:nth-last-child(n + 2){
	margin-bottom: 30px;
}
.loop_post_wr{
	height: 300px;
	margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){
	.loop_post_wr{
		height: 200px;
	}
}

.loop_post_wr a{
	width: 100%;
	height: 100%;
	display: block;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}

.loop_post:after {
	background: rgba(33, 33, 33, 0.1);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s;
}
.loop_post:hover:after {
	background-color: rgba(33, 33, 33, 0.65);
}
.post_title{
	position: absolute;
	display: block;
	z-index: 10;
	left: 35px;
	bottom: 40px;
	text-transform: uppercase;
	color:#fff;
	font-weight: 600;
	font-size: 15px;
}
.filter_toggle_wr{
	margin-bottom: 30px;
}
.filter_toggle_wr .btn{
	margin: 0 auto 30px;
}

@media(max-width: 767px){
	.filter_sidebar:not(.expanded){
		display: none;
	}
	.filter_sidebar.expanded .widget-container{
		max-width: 300px;
		margin: 0 auto 30px;
	}
}
@media(min-width: 768px){
	.filter_toggle_wr{
		display: none;
	}
	.widget-title{
		font-size: 33px;
		margin-bottom: 55px;
	}
	.widget-container:nth-last-child(n + 2){
		margin-bottom: 70px;
	}
}
/*portfolio page end*/


@media (max-width: 767px){
	.fancybox-image{
		left:5px!important;
		right: 5px!important;
		max-width: calc(100% - 15px)!important;
	}
	.fancybox-navigation {
		display: block!important;
	}
	.post_gallery_wr .gallery-slider .button {
		right: 20px;
	}
}

.index-about li:after {
    content: "";
    position: absolute;
    background: url(../icon/arrow-orange.svg) center no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    left: -12px;
    top: -8px;
    /* transform: translateY(-50%); */
}
.index-about li {
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #212121;
    line-height: 18px;
    margin-bottom: 16px;
    width: calc(100% - 10px);
    padding-left: 25px;
    position: relative;
}
.wpcf7-response-output { display: none !important;}
.page_item li:after {background: none !important;}
.wsp-pages-list > ul > li.page_item :after {background: none !important;}
.wsp-categories-list > li.index-about :after {background: none !important;}
.page_item.page_item_has_children {padding:10px;}
.wsp-pages-title {display: none;}
.wsp-categories-title {display: none;}
.wsp-pages-list ul, .wsp-categories-list ul {list-style: disc;}


.wsp-pages-list li.page_item_has_children{
    padding: 0 0 0 25px;   
}

.wsp-pages-list li.page_item_has_children > .children{
    padding-top: 10px;
    padding-left: 14px;
}
.wsp-pages-list li.page_item_has_children > .children li{
    padding-left: 5px;
}

.index-about .images{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.index-about .images picture{
    width: 45%;
    margin-bottom: 10px;
}

@media ( max-width:767px ){
.index-about .images picture{
    width: 100%;
}    
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

}

h2 {font-size: 24px;
    margin: 20px 0; }
.video-home {
	background: #e8e8e8;
    padding: 60px 0 0 0;
	text-align: center;
}

.price-btn {
	border-radius: 10px;
	background-color: #212121;
	border: 2px solid rgb(243, 112, 70);
    width: 280px;
    height: 68px;
    font-size: 15px;
    color: rgb(243, 112, 70);;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
} 
.price-btn:hover{
	background-color: rgb(245, 95, 47);
    box-shadow: 0 4px 10px rgb(245 95 47 / 65%);
	color:#fff;
	}
.dprices {
	padding: 20px 30px;
}
