/*
Theme Name:         monitor_theme
Theme URI:          
Description:        monitor_theme
Version:            1.0.0
Author:             iron-yyy
Author URI:         
License:            GNU General Public License v2 or later
License URI:        
Text Domain:        monitor_theme

*/

/*
Здесь можно добавить ваши CSS-стили.
Нажмите на значок помощи выше, чтобы узнать больше.
*/




@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800');

*{
    padding:0; margin:0;
}
html, body{
    /*min-height: 100vh;*/
}
body{
    font: 14px/24px 'Open Sans', sans-serif;
    color: #000;
    min-width: 300px;
    overflow-x: hidden;
    /*letter-spacing: -1px;*/
}
.wrapper{
    /*min-height: 100vh;*/
}
.body_wrapper{
    overflow: hidden;
}
body.error404 section.single-section, body.page section.single-section, body.single section.single-section, body.search section.single-section{
    min-height: 70vh;
}
section, footer, header{
}
ul[class*='']{
    list-style:none;
}
ul[class*=''] li{
    margin-left: 10px;
}
ul{
    list-style: none;
}
ul:not([class]), ol:not([class]){
    margin: 0;
    padding: 10px 0;
}
li:not([class]){
    margin-left: 20px;
}
ul:not([class]) li:before {
    content:  "\2714";
    position: relative;
    left:     -5px;
    color: #000278;
    font-size: 16px;
}

a{
    color: #000;
    text-decoration: none;
    outline: none;
}
a:hover, a:focus{
    color: #000;
    text-decoration: none;
    outline: none;
}
a:active, a:hover {
    outline: none;
}
img{
    max-width: 100%;
    height: auto;
    border:none;
}
img.img-full{
    min-width: 100%;
}
section{
    position: relative;
}
h1,h2,h3,h4,h5{
    margin: 10px 0;
    margin-top: 0;
    font-weight: normal;
    line-height: 20px;
    color: #000;
    text-rendering: optimizelegibility;
}
h1, h2 {
    line-height: 35px;
    font-size: 22px;
    text-transform: uppercase;
}
h3{
    line-height: 25px;
    font-size: 18px;
}
ul, ol{
    margin: 0;
}
hr{
    margin-bottom: 5px;
    margin-top: 10px;
}
.fa{

}
.container{
    padding: 0 15px;
}
.sidebar{
    margin-top: 20px;
}
input, textarea, select {
    color: #666;
    border: 1px solid #ccc;
    width: 100%;
    height: 32px;
    padding: 0 6px;
}
input[type="file"]{
    border: 0;
}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline-color: #000278;
}
button:focus{
    outline: 0;
}
input[type="file"]:focus{
    border: 0;
    outline: none;
}

/*----------WP-style-----------*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
max-width: 100%;
height: auto;
}
.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 14px;
}
.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 20px;
}
.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 12px;
}
.wp-caption {
background: #f1f1f1;
line-height: 18px;
margin-bottom: 20px;
padding: 4px;
text-align: center;
}
.wp-caption img {
margin: 5px 5px 0;
max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
color: #777;
font-size: 12px;
margin: 5px;
}
.wp-smiley {
margin: 0;
}

/*--------пагинация------------*/
.navigation{
    margin: 20px 0;
    text-align: center;
}
.navigation .page-numbers{
    position: relative;
    /*float: left;*/
    line-height: 46px;
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    background-color: transparent;
    margin-left: -1px;
    width: 46px;
    height: 46px;
    text-shadow: 1px 1px 4px #000;
    border: 2px solid #d2d2d2;
    margin: 0 5px;
    text-align: right;
    padding: 0px 8px;
    display: inline-block;
    font-family: 'Avanti';
}
.navigation .page-numbers.current{
    background: #000278;
}
.navigation .page-numbers:hover, .navigation .page-numbers:hover{
    background: #000278;
}
.navigation .page-numbers.prev, .navigation .page-numbers.next{
    border-color: transparent;
}
.navigation .page-numbers.prev:hover, .navigation .page-numbers.next:hover{
    background: transparent;
}
.navigation .page-numbers.prev:hover:after{
    border-right: 21px solid #000278;
}
.navigation .page-numbers.next:hover:after{
    border-left: 21px solid #000278;
}
.navigation .page-numbers.next:before{
        content: ''; 
    position: absolute;
    right: -23px; top: -3px;
    border: 23px solid transparent;
    border-left: 23px solid #d2d2d2;
}
.navigation .page-numbers.next:after{
        content: ''; 
    position: absolute;
    right: -20px; top: -1px;
    border: 21px solid transparent;
    border-left: 21px solid #fff;
}
.navigation .page-numbers.prev:before{
        content: ''; 
    position: absolute;
    left: -23px; top: -3px;
    border: 23px solid transparent;
    border-right: 23px solid #d2d2d2;
}
.navigation .page-numbers.prev:after{
        content: ''; 
    position: absolute;
    left: -20px; top: -1px;
    border: 21px solid transparent;
    border-right: 21px solid #fff;
}
/*-------sidebar----------------*/
.sidebar_area{
    margin-top: 5px;
}
.sidebar-main{
    padding: 10px 0;
}
.sidebar-widget{
    overflow:hidden; margin-bottom:40px; font-size:13px;
}
.sidebar-widget>h3, .sidebar-widget .so-widget-sow-image>h3{
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background: #063f7f;
    border-radius: 10px;
    color: #fff;
    line-height: 30px;
}
.sidebar-widget a{
    font-size:16px; color:#535353;
}
.sidebar-widget.widget_media_image{
    margin-bottom: 10px;
}
.sidebar-widget.widget_media_image a{
    width: 100%;
    display: block;
    text-align: center;
}
.sidebar-widget.widget_media_image a:hover{
    border: 0;
}
.sidebar-widget.widget_recent_entries{
    margin-top: 30px;
}
.sidebar-widget.widget_recent_entries ul li>span{
    float: right;
}
.widget_categories li{
    float: left;
    width: 100%;
}
.sidebar-widget li{
    margin-bottom: 7px;
}
.sidebar-widget.rpwe_widget{
    margin-bottom: 0;
}
.sidebar-widget .rpwe-block .rpwe-title{
    border: none;
}
.sidebar-widget.rpwe_widget>h3 a{
    font-size:20px; color: #765432;  margin:0 0 10px 0; text-transform:uppercase;
}
.sidebar-widget .rpwe-block .rpwe-li time{
    float: right;
}

/*---------ContactForm7----------*/
.wpcf7 form label {
    color: #000;
    font-weight: 400;
    font-size: 10px;
    width: 100%;
    margin-bottom: 0;
}
.wpcf7 .screen-reader-response{
    display: none;
}

.wpcf7 span.wpcf7-not-valid-tip{
    font-size: 12px;
    display: none;
}

.wpcf7-validation-errors{ color:#d8dadb;}
.wpcf7-form span.wpcf7-form-control-wrap {display: block; margin-top:2px;}
.wpcf7-form span.wpcf7-form-control-wrap:first-child{
     margin-top:0;
}
.wpcf7-form span.wpcf7-form-control-wrap.acceptance-796{
    margin-top:0;
}
.wpcf7 form label {
    color: #000;
    font-weight: 400;
    font-size: 13px;
}
.wpcf7 form span[role="alert"]{
    margin-top: 0;
}
.wpcf7 .wpcf7-form {
    text-align: center;
}
.wpcf7-form input.wpcf7-submit:hover{
    text-decoration: none;
    color: #fff;
    background-position: 20px 0;
}
.wpcf7-form input.wpcf7-submit {
    color: #fff;
    background: #000278;
    padding: 0 30px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    width: 230px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    z-index: 998;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
    height: 45px;
    border-radius: 3px;
}

.wpcf7-form textarea, .wpcf7-form input[type='text'], .wpcf7-form input[type='number'], .wpcf7-form input[type='tel'], .wpcf7-form input[type='email'], .wpcf7-form select{
    width: 90%;
    height: 45px;
    font-size: 16px;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 5px 25px;
}
.wpcf7-form textarea{
    height: 120px;
    margin-bottom: 20px;
}
div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: red; background-color: rgba(153,0,0,0.3); }
.modal .wpcf7-form textarea,.modal .wpcf7-form input[type='text'], .modal .wpcf7-form input[type='number'], .modal .wpcf7-form input[type='tel'], .modal .wpcf7-form input[type='email'], .modal .wpcf7-form select{
    width: 370px;
}
/*=========================Modal=============================*/
.modal {
  text-align: center;
  padding: 0!important;
}
.modal_wrap{
    padding: 15px;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 400px;
}
.modal-dialog .modal-content .close{
    width: 30px;
    height: 30px;
    font-size: 30px;
    z-index: 99;
    position: relative;
}
.modal-content {
    min-height: 135px;
}



/*---------Main Style----------*/
h1{
    font-weight: 600;
}
h2,h3{
    margin-bottom: 5px;
    font-weight: 600;
}
.single_header{
    color: #000278;
    font-weight: 800;
}
.single-section{
    padding-top: 50px;
}
.a_read_more{
    color: #000278;
    font-weight: 600;
}
table{
    width: 100%;
}
table thead{
        background: #d2d9ff;
        font-weight: 600;
}
table td{
    padding: 3px 5px;
}
header .sub_header{
    height: 40px;
    background: #f1f2f7;
    border-bottom: 1px solid #d9d9d9;
}
header .sub_header .container,header .main_header .container{
    padding: 0 15px;
}
header .sub_header .header_meta{
    overflow: hidden;
    float: left;
    width: 75%;
}
header .sub_header .header_meta>div{
    float: left;
    line-height: 40px;
    padding-right: 20px;
}
header .sub_header .header_meta>div .fa{
    color: #000278;
    font-size: 14px;
}
header .sub_header .header_meta_btn{
    overflow: hidden;
    float: left;
    width: 25%;
}
header .sub_header .header_meta_btn .btn_blue{
    float: right;
}
header .main_header{
    background: #f7f7f7;
}

header .main_header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

header .main_header .menu{
    padding: 0;
}
header .main_header .header_logo{
    padding: 0;
}

header .main_header .container .site-branding img {
    width: 150px;
    height: 150px;
}

header .main_header .container .site-branding .site-title{
    color: #000278;
    font-size: 25px;
    font-weight: 800;
    padding-top: 33px;
    text-transform: uppercase;
    line-height: 35px;
}
header .main_header .container .site-branding .site-sub-title{
    color: #000278;
    font-size: 16px;
    text-shadow: 0px 0px 0px #000278d1;
    letter-spacing: -0.5px;
}
.navbar-default {
     background-color: transparent; 
     border-color: transparent; 
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:  #0003b3;
    height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar{
    margin-top: 4px;
}
.icon-text-menu {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.navbar-default .nav{
    /*display: flex;
    align-items: center;
    justify-content: space-around;*/
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: transparent;
}
.nav>li>a:hover, .nav>li>a:focus{
    background: transparent;
}
.navbar {
    position: relative;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0 !important;
    border: 0 !important;
    min-height: 0 !important;
    margin-top: 47px;
}
.navbar .nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 30px;
}
.navbar ul li>a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 12px;
    padding-bottom: 0;
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 22px;
}
.navbar .nav>li{
    float: left;
}
.navbar .nav>li a{
    float: left;
    border-bottom: 2px solid transparent;

}
.navbar .nav>li:hover>a{
    border-bottom: 2px solid #000278;
    /*margin-bottom: -10px;*/
}
.navbar .nav>li.active a{
    border-bottom: 2px solid #000278;
    /*margin-bottom: -10px;*/
}
/*.navbar .nav>li.active a{
    color: #fff;
}*/
.dropdown-menu{
    background: #f7f7f7;
    margin: 0;
    border-radius: 0;
    border-top: 0;
}
ul.nav li.dropdown:hover>ul.dropdown-menu{
    display: block;
}
a.menu:after, .dropdown-toggle:after {
    content: none;
}
.navbar .nav>li ul.dropdown-menu li:hover{
     background: transparent;
}
.navbar .nav>li ul.dropdown-menu li a{
    color: #000;
}
.navbar .nav>li ul.dropdown-menu li:hover>a{
    text-decoration: underline;
}
ul.dropdown-menu ul.dropdown-menu{
    top: 2px;
    left: 90%;
    border-radius: 5px;
}
.navbar ul li ul.dropdown-menu li a{
    padding: 5px 25px;
    text-transform: none;
}
.navbar ul li a:hover {
    background: transparent !important;
    /*padding-bottom: 0px;
    border-bottom: 3px solid #000;*/
}
.navbar .menu-tag{
    float: left;
    margin-top: -5px;
    padding: 0 10px;
    font-size: 20px;
    display: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: none;
}
.dropdown-menu>.active{
}
.navbar-collapse{
    padding: 0;
 }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
    max-height: none;
}
.input-group-addon:last-child {
}
.input-group-addon:hover{
    background: rgb(234, 203, 174);
}
.navbar-toggle {
    position: relative;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    padding: 0;
    float: left;
    margin:0;
}
.icon-justify{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.menu_close{
    display: none;
    overflow: hidden;
}
.menu_close .fa{
    font-size: 30px;
    float: right;
    cursor: pointer;
}
blockquote {
    padding: 10px 20px;
    padding-left: 10px;
    margin: 0 0 20px;
    font-size: 15px;
    color: #484848;
    line-height: 20px;
    border-left: 5px solid #d9dada;
}
.video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.btn{
    background: transparent;
    padding: 10px 5px;
    color: #fff;
    font-size: 16px;
    border: 2px solid #fefefe;
    border-radius: 0;
    text-transform: uppercase;
}
.btn:hover, .btn:active, .btn:focus{
    color: #a881cd;
    background: #fff;
}
.btn_blue{
    color: #fff;
    background: #000278;
    padding: 0 30px;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
}
.btn_blue:hover,.btn_blue:active, .btn_blue:focus{
    color: #fff;
    background: #0003b3;
}
.wrap_btn_white a{
    color: #fff !important;
    background: transparent !important;
    padding: 0 30px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    height: 40px !important;
    text-transform: uppercase !important;
    border: 2px solid #fff !important;
}
.wrap_btn_white a:hover,.wrap_btn_white a:active, .wrap_btn_white a:focus{
    color: #000 !important;
    background: #fff !important;
}
.btn_wrap{
    text-align: center;
}
#searchform{
    position: relative;
}
#searchform:hover input[type="text"]{
    width: 500px;
    padding: 0 6px;
    border: 1px solid #000278;
}
#searchform input[type="text"]:focus{
    width: 500px;
    padding: 0 6px;
    border: 1px solid #000278;
}
#searchform label{
    /*display: none;*/
}
#searchform input[type="text"] {
    height: 26px;
    width: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    background: #fff;
    padding: 0 ;
}
input[type="radio"], input[type="checkbox"] {
    height: 15px;
    width: 15px;
    vertical-align:middle;
    margin: 0;
    margin-right: 10px;
}
.menu_search_wrap{
    position: absolute;
    top: -2px;
    right: 0;
}
#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    text-align: center;
    padding: 0;
    background: transparent;
    border: 0;
}
#searchsubmit .fa{
    font-size: 24px;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.overflow{
    overflow: hidden;
}
.btntoTop{
    position: fixed;
    width: 40px;
    height: 45px;
    bottom: 100px;
    left: 27px;
    background: #000278;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 53px;
    opacity: 0.7;
    display: none;
}
.btntoTop:hover{
    opacity: 1;
}
.btntoTop.active{
    display: block;
}
footer{
    background: #000129;
    color: #fff;
}
footer .container{
    padding: 35px 15px;
}
footer a{
    color: #fff;
}
footer a:hover{
   color: #fff;
   text-decoration: underline; 
}
.center_flex{
    display: flex;
    justify-content: center;
}
.bold{
    font-weight: 600;
}
.extrabold{
    font-weight: 800;
}
.category .our_works{
    margin-top: 15px;
    margin-bottom: 25px;
    float: left;
}
.our_works .vc_grid-item-mini{
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    min-height: 262px;
}
.our_works .wpb_content_element{
    margin-bottom: 0;
}
.our_works .our_works_head {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 55px;
    margin: 0;
}
.our_works .our_works_head h5{
    margin: 0;
    font-weight: 600;
}
#google_map_cont{
    height: 600px;
}
.google_map .wpb_wrapper .wpb_wrapper{
    padding: 0;
}

/*----------------хлебный крошки----------------*/
.kama_breadcrumbs{
    text-align: center;
    margin-bottom: 25px;
}
.kb_title{
    color: #000278;
    font-weight: 600;
}

@media only screen and (max-width : 1250px) {

}

@media only screen and (min-width : 1250px) {

}
@media only screen and (max-width : 1199px) {
    header .main_header .container .site-branding .site-title{
        font-size: 22px;
    }
    header .main_header .container .site-branding .site-sub-title{
            font-size: 14px;
    }
    
}
@media only screen and (max-width : 991px) {
    header .main_header .container .site-branding img{
        margin: 0;
    }
    .navbar{
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .our_works{
        width: 50% !important;
    }
    .site-branding{
        width: 360px;
        margin: 0 auto;
    }
    .wpcf7-form input.wpcf7-submit, .wpcf7-form textarea, .wpcf7-form input[type='text'], .wpcf7-form input[type='number'], .wpcf7-form input[type='tel'], .wpcf7-form input[type='email'], .wpcf7-form select{
        float: none !important;
    }
    .vc_column_container.icon_cont>.vc_column-inner{
        padding: 0;
    }
    .category .our_works{
        padding: 0 8%;
        float: left;
    }
}
@media only screen and (max-width : 880px) {
    header .sub_header .header_meta>div{
        line-height: 20px;
        width: 40%;
    }
    .header_meta_btn .btn_blue{
        text-align: center;
    }
    .navbar .nav{
        display: block;
    }
    .navbar{
        margin-top: 15px;
        padding: 0 15px;
    }
    .navbar-collapse {
        z-index: 99;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        left: -320px;
        border: 2px solid #a780cc;
    }
    .navbar .nav>li {
        padding-right: 0;
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
    .navbar .nav>li:hover{
        background: #0003b3;
        color: #fff;
    }
    .navbar .nav>li:hover a{
        color: #fff;
    }
    .navbar .nav>li a{
        border: 0 !important;
        width: 100%;
        font-size: 18px;
    }
    .menu_close{
        display: block;
    }
    .menu_search_wrap{
        width: 320px;
        position: relative;
    }
    #searchform:hover input[type="text"], #searchform input[type="text"]:focus{
        width: 98%;
    }
    .category .our_works{
        padding: 0 7%;
        float: left;
    }
}

@media only screen and (max-width : 768px) {

    h1{
        font-size: 27px;
    }
    h2{
        font-size: 24px;
        text-align: center !important;
    }
    h3{
        font-size: 20px;
        text-align: center !important;
    }
    .alignleft, img.alignleft,.alignright, img.alignright{
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    table img.alignleft{
        display: inline;
        float: left;
        margin-right: 18px;
        margin-top: 4px;
        clear: none;
    }
    header .main_header .container .site-branding img{
        float: left;
    }
    .rev_slider .tp-bgimg{
        background-size: cover !important;
    }
    .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item.our_works {
        display: inline-block;
    }
    .category .our_works{
        padding: 0 5%;
    }
    
 }
@media only screen and (max-width : 650px) {
    .category .our_works{
        padding: 0 4%;
    }


}
@media only screen and (max-width : 620px) {
    h1,h2,h3{
        line-height: 25px;
    }
    h1,h2{
        font-size: 18px;
    }
    h3, h4, h5{
        font-size: 15px;
        line-height: 20px;
    }
    .gallery .foto.xss-12 a{
        width: 250px !important;
    }
    .gallery .foto.col-xs-6.xss-12 a{
        width: 230px !important;
    }

    .gallery .foto.xss-12 a .foto_caption{
        font-size: 14px;
    }
    header .sub_header .header_meta>div{
        width: 50%;
    }
    header .sub_header .header_meta_btn .btn_blue{
        padding: 0;
    }
    .category .our_works{
        padding: 0 3%;
    }

}
@media only screen and (max-width : 565px) {
    .gallery .foto.xss-12{
        width: 100%;
        font-size: 16px;
    }
    .gallery .foto.xss-12 a{
        width: 250px !important;
    }
    .our_works .vc_grid-item-mini {
        min-height: 245px;
    }
    .category .our_works{
        padding: 0 2%;
    }
}
@media only screen and (max-width : 500px) {
    .xss-12{
        width: 100%;
    }
    header .sub_header .header_meta>div{
        padding-right: 0;
    }
    header .sub_header .header_meta>div a{
        font-size: 12px;
    }
    .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item.our_works {
        display: block;
        width: 100% !important;
    }
    .category .our_works{
        width: 100% !important;
        padding: 0 12%;
    }

}
@media only screen and (max-width : 450px) {
    
    .modal.in .modal-dialog{
        width: 90%;
    }
    .wpcf7-form input.wpcf7-submit{
        padding:  5px !important;
        font-size: 18px;
    }
    .wpcf7-form textarea, .wpcf7-form input[type='text'], .wpcf7-form input[type='tel'], .wpcf7-form input[type='email'], .wpcf7-form select {
        width: 90%;
    }
    header .sub_header .header_meta, header .sub_header .header_meta_btn{
        width: 100%;
        text-align: center;
    }
    header .sub_header{
        height: 90px;
    }
    header .sub_header .header_meta_btn .btn_blue{
        float: none;
        padding: 10px 15px;
    }

}
@media only screen and (max-width : 400px) {

}
@media only screen and (max-width : 350px) {


}