/*
Theme Name: MuteWeb
Theme URI: http://www.codexworld.com
Author: Creative Mirza
Author URI: http://mutewebtechnologies.com
Description: The theme for my awesome site
Version: 1.0
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*@import 'assets/css/owl.carousel.min.css';*/
@import 'assets/css/bootstrap.min.css';
a:hover, a:active, a:focus{
	color: inherit;
	text-decoration: none;
}
input[type=text], 
input[type=password], 
input[type=email], 
textarea, 
input[type=tel],
input[type=search]{
	border: 1px solid #ccc;
}
img{
	max-width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: inherit;
}
::-moz-placeholder { /* Firefox 19+ */
  color: inherit;
}
:-ms-input-placeholder { /* IE 10+ */
  color: inherit;
}
:-moz-placeholder { /* Firefox 18- */
  color: inherit;
}
button:focus, input:focus{
    outline: none;
}
.annocement-bar {
    padding: 5px 0;
}
.site-header.style_1 {
    padding: 20px 0;
}
.site-header.style_2 .logo-wrap{
	padding: 20px 0;
}
.site-header.style_2 .primary-menu-wrap{
	padding: 20px 0;
}
.site-header.style_3 {
    padding: 20px 0;
}
.site-header.style_4 {
    padding: 20px 0;
}
.site-header.style_5 .logo-wrap{
	padding: 20px 0;
}
.site-header.style_5 .primary-menu-wrap{
	padding: 20px 0;
}
.header_bg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.main-navigation li {
    padding: 0 12px;
}
.menu-main-menu-container{
	width: 100%;
}
.site-header.style_1 .primary-menu{
	width: auto;
	float: right;
}
.site-header.style_2 .primary-menu{
	width: 100%;
}
.primary-menu li{
	display: inline-block;
}

.primary-menu {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-navigation li a{
	display: inline-block;
}
.site-header.style_4 .main-navigation {
    padding-top: 150px;
    width: 100%;
    display: inline-block;
}
.site-header.style_4 .primary-menu li {
        width: 100%;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}
.logo{
	display: inline-block;
}
.logo img{
	max-width: 100%;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 10s;
  -ms-transition: all 10s;
  -o-transition: all 10s;
  transition: all 0.5s ease;
}
.site-header{
    border-bottom: 1px solid #ddd;
}
.home .site-header{
    border-bottom: none;
}
.site-main {
    padding: 40px 15px 50px;
}
.home .site-main{
    padding-top: 0;
    padding-bottom: 0;
}
.wrapper-row {
    float: none;
    margin: 0 auto !important;
}
.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.header_sticky {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.home .header_sticky_index{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.header_fixed_onscroll{
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 10s;
  -ms-transition: all 10s;
  -o-transition: all 10s;
  transition: all 0.5s ease;
}
.header_fixed_onscroll.fixed {
  position: fixed;
  top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header_fixed_onscroll.fixed .logo img {
    width: 220px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, .94);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.full_width_menu .container{
	position: relative;
}

.overlay .menu_toggle_close {
        font-size: 75px;
    width: auto;
    float: right;
    height: auto;
    line-height: 1;
    display: inline-block;
    top: 77px;
    position: absolute;
    right: -10px;
}
.overlay .menu_toggle_close:hover, .overlay .menu_toggle_close:focus, .overlay .menu_toggle_close:active{
	color: #fff;
}
.full_width#openNav{
	width: 100%;
}
.menu_toggle{
	font-size: 35px;
}
.header-info ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
}
.header-info li{
	list-style: none;
	display: inline-block;
}
.header-info ul li{
	margin-left: 30px;
}
.header-info ul li:first-child{
	margin-left: 0;
}
.btn, [type=reset], [type=submit], button, html [type=button]{
    border: none;
    padding: 5px 10px;
}
.search_form span.screen-reader-text {
    display: none;
}
.search_form .search-submit {
    width: 180px;
    float: left;
}
.search_form .search-field{
	width: 70%;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -ms-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	float: left;
	    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0 30px;
}
.search_form .search-field:focus{
	outline: none;
}
.search_form {
    background-color: #000000;
    padding: 14px 0 8px;
    display: none;
}
.search_form  .search-form{
	position: relative;
}
.search_form  .search-form:after{
	 content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.search_form  .close-search {
    display: inline-block;
    color: #fff;
    width: 40px;
    vertical-align: middle;
    text-align: right;
}
.footer_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top_footer{
	padding: 100px 0 50px;
}
.btm_footer {
    padding: 0px 0 20px;
}
.site-footer li{
	list-style: none;
}
.site-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.site-footer h2 {
	margin: 0 0 25px;
}
.site-footer p{
	margin: 0 0 15px;
}
.site-footer .btm_footer p:last-child{
	margin: 0;
}
.site-footer .menu li a{
	position: relative;
	padding: 0 0 0 10px;
}
.site-footer .menu li a:after{
	 content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
}
.site-footer .menu li{
	    margin: 0 0 15px;
    width: 45%;
    float: left;
    padding: 0 20px 0 0;
}
.social-icons a {
    width: 55px;
    display: inline-block;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 2px solid;
    border-radius: 100%;
    font-size: 25px;
}
.social-icons li{
	display: inline-block;
	margin-left: 10px;
}
.social-icons li:first-child{
	margin-left: 0;
}
.newsletter-send {
    width: 40px;
    height: 40px;
    font-size: 0 !important;
    float: left;
    background-image: url('assets/images/rocket-img.png');
    background-repeat: no-repeat;
    background-position: center;
}
.footer-newsletter .newsletter-send {
    font-size: 15px !important;
    width: 150px;
    background-image: none;
    text-transform: capitalize;
    font-weight: 700;
}
.wpcf7-form-control-wrap{
	width: 80%;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -ms-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	float: left;
}
.footer-newsletter .wpcf7-form-control-wrap{
    width: 70%;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -ms-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
}
div.wpcf7 .ajax-loader {
    display: none;
}
.newsletter-email {
    border: none !important;
    width: 100%;
    background-color: #fff;
    padding: 12.5px 10px 11px;
    color: #c5c5c5;
    line-height: 1.1;
}
.site-footer ul.social-icons{
	margin: 15px 0 0;
}
div.wpcf7-response-output{
	float: left;
}
span.wpcf7-not-valid-tip {
    margin: 10px 0 0;
}
.footer-newsletter{
    background-color: #000;
    padding: 50px 0;
}
.footer-newsletter form {
    width: 650px;
    float: none;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
}
.site-footer.style_2 .top_footer h2{
    font-size: 25px;
    font-weight: 800;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 25px;
    position:relative;
}
.site-footer.style_2 .top_footer h2:after {
    content: " ";
    border: 5px solid #8cc128;
    width: 30%;
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 0;
    background: #8cc128;
}
.site-footer.style_2 .menu li {
    width: auto;
}
.site-footer.style_2 .menu li a:after{
    content: '';
}
.site-footer.style_2 .menu li a{
    padding: 0;
}
.site-footer.style_2 .menu li{
    margin-bottom: 0;
}
.site-footer.style_2 .menu li:last-child{
    padding-right: 0;
}
.site-footer.style_2 .social-wrap {
    border-top: 1px solid rgba(255,255,255,.2);
    margin-top: 30px;
    padding-top: 30px;
}
.site-footer a{
	display: inline-block;
}
.mobile-header{
	display: none;		
}
.hamburger{
	display: inline-block;
}
.hamburger .bar1, 
.hamburger .bar2, 
.hamburger .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.hamburger.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.hamburger.change .bar2 {opacity: 0;}

.hamburger.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.mute-slider-wrap{
    width: 100%;
    display: block;
}
.mute-slider{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider-inner{
    width: 100%;
    display: block;
    position: relative;
}
.slider-img{
    width: 100%;
    display: block;
}
.slider-img img{
    width: 100%;
    display: block;
}
.slider-content {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider-content .container {
    position: relative;
    height: 100%;
}
.slider-content-iner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}
.slider-content-wrap{
    width: 500px;
    max-width: 95%;
    display: inline-block;
    padding: 20px;
}
.text-Left {
    text-align: left;
}
.text-Center {
    text-align: center;
}
.text-Right {
    text-align: right;
}
.hor-Left{
    justify-content: left;
}
.hor-Center{
    justify-content: center;
}
.hor-Right {
    justify-content: flex-end;
}
.ver-Top{
    align-items: start;
}
.ver-Top .slider-content-wrap {
    margin-top: 50px;
}
.ver-Middle{
    align-items: center;
}
.ver-Bottom{
    align-items: flex-end;
}
.ver-Bottom .slider-content-wrap {
    margin-bottom: 50px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.owl-nav button {
    width: 40px;
    height: 40px;
    float: left;
    background-color: rgba(255,255,255,.5) !important;
    color: #000 !important;
    position: relative;
}
.owl-nav button.owl-next{
    float: right;
}
.owl-nav button:before {
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 1;
}
.owl-nav button.owl-prev:before {
    content: "\f053";
}
.owl-nav button.owl-next:before {
    content: "\f054";
}
.owl-nav button span{
    display: none;
}
.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255,255,255,.3) !important;
    margin: 0 5px;
}
.owl-dots .owl-dot.active {
    background-color: rgba(255,255,255,1) !important;
}
.post_info ul{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.post_info ul li{
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}
.post_info ul li:after {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 3px;
    width: 1px;
    background-color: #ccc;
    right: 0;
}
.post_info ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.post_info ul li:last-child:after{
    width: 0;
}
.post_info{
    border-top: 1px solid #dddddd;
    padding: 15px 0;
}
.post_info ul li i {
    padding-right: 10px;
    color: #ff0000;
}
.post_img img{
    width: 100%;
}
.fet_box{
    width: 100%;
    float: left;
    box-shadow: 0 0 43px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 43px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 43px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 43px rgba(0,0,0,0.2);
    margin: 0 0 30px;
}
.fet_img{
width: 100%;
    float: left;
}
.fet_img img{
    width: 100%;
}
.fet_date{
width: 100%;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 1.3;
    margin: 13px 0;
}
.fet_title a{
width: 100%;
    float: left;
    font-size: 18px;
    color: #444444;
    line-height: 1.2;
}
.fet_lbl {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #5794b5;
    border-bottom: 1px solid #eeeeee;
    padding: 9px 17px;
    text-transform: capitalize;
}
.fet_box ul{
    width: 100%;
    float: left;
    margin: 0;
    padding: 17px 17px 0;
    list-style: none;
}
.fet_box ul li{
    width: 100%;
    float: left;
    margin: 0 0 25px;
}
.fet_box ul li.active a,
.fet_box ul li a:hover,
.fet_box ul li a:active,
.fet_box ul li a:focus{
	color: green;
}
.post_main{
    margin-top: 40px;
}
ul.term_list {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
ul.term_list li{
        display: inline-block;
    margin: 0 5px;
}
ul.term_list li a{
    color: inherit;
    color: #ed331d;
    border: 1px solid;
    padding: 3px 10px;
    border-radius: 20px;
}
.comment-form label {
    display: block;
}
.comment-respond {
    border-top: 1px solid #ddd;
    padding: 30px 0 0;
}
.comment-list {
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin: 30px 0 0;
}
.comment-author img {
    float: left;
    margin-right: 25px;
}
.comment-form {
    width: 500px;
    max-width: 100%;
}
.comment-form input, .comment-form textarea{
	width: 100%;
}
.comment-form input.submit{
	width: auto;
}
.comment-form .required{
	color: #ff0000;
}
.post-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
}
.post-list .post-img{
	width: 200px;
	float: left;
	margin-right: 25px;
}
.post-list .post-info{
	width: 75%;
	width: -webkit-calc(100% 225px);
	width: -moz-calc(100% 225px);
	width: -ms-calc(100% 225px);
	width: -o-calc(100% 225px);
	width: calc(100% 225px);
	float: left;
}
.post-list li {
    clear: both;
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.post-list li:last-child{
	border-bottom: none;
}
.screen-reader-text, .nav-links span.screen-reader-text {
    display: none;
}
.pagination{
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
.nav-links {
    width: auto;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 25px;
}
.nav-links a, .nav-links span {
    display: inline-block;
    padding: 10px;
}
.nav-links a.next {
    border-left: 1px solid #ddd;
    padding-left: 30px;
    padding-right: 0;
}
.nav-links a.prev {
    border-right: 1px solid #ddd;
    padding-right: 30px;
    padding-left: 0;
}
.main-navigation li a {
    font-weight: 600;
    color: #000;
}
.right_cont a {
    border: 1px solid #000;
    width: 200px;
    height: 50px;
    line-height: 50px;
}

.faq_sec {
    padding: 80px 0;
}
.wpb-js-composer .vc_tta-color-green.vc_tta-style-outline .vc_tta-tab>a {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #000 !important;
}
.wpb-js-composer .vc_tta-color-green.vc_tta-style-outline .vc_tta-tab.vc_active>a {
    border-color: transparent !important;
    color: #6DAB3C !important;
    border-bottom: 4px solid #6DAB3C !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
    border-bottom: 1px solid #a7a7a7 !important;
    margin: 50px 0 0 !important;
}
.wpb-js-composer .vc_tta-color-green.vc_tta-style-outline .vc_tta-tab>a i {
    position: absolute;
    left: 50%;
    top: 0;
}
.wpb-js-composer .vc_tta-color-green.vc_tta-style-outline .vc_tta-tab>a i {
    position: absolute;
    left: 50%;
    top: -10px;
}
.wpb-js-composer .vc_tta-color-green.vc_tta-style-outline .vc_tta-tab.vc_active>a:after {
top: 60px !important;
    border-right: 15px solid transparent !important;
    border-left: 15px solid transparent !important;
    border-bottom: 15px solid #6DAB3C !important;
    left: 40% !important;
    width: auto !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 14px 0px !important;
}
.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
    border: 0 !important;
}
.faq_inner_tab .sp-easy-accordion .sp-ea-single {
    border-radius: 0;
}
.faq_tab_tit li.vc_tta-tab a {
    font-size: 30px;
}
.connect_sec .what_inner_left_c {
    margin-bottom: 0px !important;
}
.abt_inner {
    padding: 80px 0;
}
.abt_inner .abt_sec button {
    width: auto;
}
.abt_inner .abt_sec .for_btn {
    text-align: left;
}
.abt_sec {
    border-left: 1px solid #a5a5a7;
}
.abt_inner .for_btn {
    margin-bottom: 0;
}
.add_bgox>.vc_column-inner {
    background: #f1f1f1;
    padding: 65px 25px 0 !important;
    border-radius: 15px;
}
.socail_shr_con ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}
.socail_shr_con ul li {
    margin-right: 40px;
}
.socail_shr_con ul li a {
    color: #000;
}
.aio-icon-header+.aio-icon-description {
    padding-left: 37px;
}
.aio-icon-header+.aio-icon-description a {
    color: #000;
}
.contact_sec {
    padding: 70px 0;
}
.contect_nner {
    box-shadow: 0 0 10px 0 #cccccc87;
    padding: 20px 20px;
    border-radius: 15px;
    margin-top: 50px !important;
}
.add_cont form {
    padding-top: 20px;
}
.add_cont label {
    width: 100%;
}
.add_cont input {
    border: 0;
    border-bottom: 2px solid #8cc128;
    border-radius: 0;
    min-height: 55px;
    padding-left: 0;
    background:transparent;
}
.add_cont textarea{
     border: 0;
    border-bottom: 2px solid #8cc128;
    border-radius: 0;
    height: 150px;
    padding-left: 0;
    padding-top: 20px;
    background: transparent;
}
.add_cont i {
    float: right;
    font-size: 16px;
    color: #81b726;
}
.add_cont span {
    width: 100%;
    margin-bottom: 15px;
}
.add_cont {
    padding: 0 30px !important;
}
.add_cont .subt_btn input {
    background: #8cc128;
    color: #fff;
    font-size: 23px;
    text-align: center;
    padding: 0 30px;
}
.contect_nner:after {
    content: " ";
    position: absolute;
    display: inline-block !important;
    bottom: 10px;
    right: 245px;
    background-image: url(/wp-content/uploads/2021/06/contact_flower.png);
    background-size: contain;
    background-position: bottom right;
    min-height: 310px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 330px;
}

.add_cont input::placeholder {
  font-style:italic;
  font-weight: 600;
}

.add_cont input::-webkit-input-placeholder {  
font-style:italic;
  font-weight: 600;
}

.add_cont input::-moz-placeholder {
font-style:italic;
  font-weight: 600;
}

.add_cont input:-ms-input-placeholder {
  font-style:italic;
  font-weight: 600;
}

.add_cont input::-ms-input-placeholder {
font-style:italic;
  font-weight: 600;
}


.add_cont textarea::placeholder {
  font-style:italic;
  font-weight: 600;
}

.add_cont textarea::-webkit-input-placeholder {  
font-style:italic;
  font-weight: 600;
}

.add_cont textarea::-moz-placeholder {
font-style:italic;
  font-weight: 600;
}

.add_cont textarea:-ms-input-placeholder {
  font-style:italic;
  font-weight: 600;
}

.add_cont textarea::-ms-input-placeholder {
font-style:italic;
  font-weight: 600;
}
.top_footer a {
    color: #000;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}

.row.text-center.social-wrap, .footer-newsletter {
    display: none;
}
.btm_footer .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#text-7 ul {
    display: flex;
    align-items: center;
}
#text-7 ul li {
    margin-left: 15px;
    position: relative;
}
#text-7 ul li:first-child:after {
    content: "|";
    margin-left: 15px;
}
#text-7 ul li a {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
.btm_footer .container {
    border-top: 1px solid #b9b9b9;
    padding-top: 40px;
}






/*Responsive Style*/
@media (max-width: 1023px){
	.footer-col {
	    width: 50% !important;
	    display: block;
	    flex: unset;
	    margin: 0 0 30px;
	}
	.desktop-header{
    	display: none;
    }
	.mobile-header{
		display: block;
		padding: 15px 0;
	}
	.logo img{
		max-width: 80%;
	}
    .site-header{
    	position: relative;
    }
    .mobile-header .main-navigation {
        width: 100%;
        background-color: #ccc;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 10;
        display: none;
    }
    .mobile-header .main-navigation li {
        width: 100%;
        text-align: left;
        padding: 0;
        border-bottom: 1px solid #f5f5f5;
        
    }
    .mobile-header .main-navigation li a{
    	padding: 10px 30px;
    }
    .logo_side{
    	width: 75%;
    	float: left;
    }
    .menu_side{
    	width: 25%;
    	float: left;
    }
    .header-info {
        padding-bottom: 30px;
    }
    .header-info ul li {
        margin-left: 0;
    }
    .header-info li {
        padding: 0 10px;
    }
}
@media (max-width: 767px){
	.footer-col {
		text-align: center;
	    width: 100% !important;
	}
	.footer-col:last-child{
		margin-bottom: 0;
	}
	.site-footer .menu li{
		width: 100%;
	}
	.btm-footer-col {
	    flex: unset;
	    width: 100%;
	    text-align: center !important;
	    max-width: 100%;
	    margin-bottom: 20px;
	}
	.btm-footer-col:last-child{
		margin-bottom: 0;
	}
	.footer-col-2{
		 width: 100% !important;
	    display: block;
	    flex: unset;
	    margin: 0 0 30px;
	    text-align: center !important;
	}
	.site-footer.style_2 .menu li {
	    width: 100%;
	    padding: 0;
	    margin-bottom: 10px;
	}
	.footer-newsletter .newsletter-send {
	    width: 80px;
	}
	.footer-newsletter .wpcf7-form-control-wrap {
	    width: 80%;
	    width: -webkit-calc(100% - 80px);
	    width: -moz-calc(100% - 80px);
	    width: -ms-calc(100% - 80px);
	    width: -o-calc(100% - 80px);
	    width: calc(100% - 80px);
	}
}