@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  color:#fff; 
  font-family: "Inter", sans-serif;
  overflow-x:hidden;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

@font-face {
  font-family: 'Naveid Extra';
  src: url('../fonts/Naveid-ExtraBoldOblique.eot');
  src: url('../fonts/Naveid-ExtraBoldOblique.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Naveid-ExtraBoldOblique.woff2') format('woff2'),
      url('../fonts/Naveid-ExtraBoldOblique.woff') format('woff'),
      url('../fonts/Naveid-ExtraBoldOblique.ttf') format('truetype'),
      url('../fonts/Naveid-ExtraBoldOblique.svg#Naveid-ExtraBoldOblique') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* ===== common css ====== */
.button1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:#03388f;
  border-radius:30px;
  padding:14px 25px;
}

.button1:hover{
  background:#1a7f20;
  color:#fff;
}

.button2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:#1a7f20;
  border-radius:30px;
  padding:14px 25px;
}

.button2:hover{
  background:#03388f;
  color:#fff;
}

.paragraph{
  font-size:16px;
  color:#030303;
  line-height:26px;
  margin-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:15px 0;
  margin:0; 
  transition:all 500ms ease-in-out; 
}

.site_header .logo_block{
  width:170px;
  transition:all 500ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .logo_block{
    width:100px;
  }

}

.banner_panel{
  background:#e7ede4;
  padding-bottom:50px;
}

.banner_content{
  width:640px;
}

.banner_content h3{
  font-size:22px;
  color:#e7ede4;
  line-height:24px;
  font-weight:600;
  letter-spacing:.06em;
  -webkit-text-stroke: 1px #1a7f20;
  margin-bottom:10px;
}

.banner_content h1{
  font-family: 'Naveid Extra';
  font-size:47px;
  color:#020202;
  line-height:58px;
  margin-bottom:20px;
}

.banner_content h1 .green,
.about_content h2 .green,
.service_block h2 .green,
.book_section .right_side h2 .green,
.choose_block h2 .green,
.faq_content h2 .green,
.review_section h2 .green,
.gallery_panel .left_side h2 .green{
  color:#1a7f20;
}

.banner_content h1 .blue,
.about_content h2 .blue,
.choose_block h2 .blue{
  color:#124a82;
}

.about_section,
.book_section{
  padding:70px 0;
}

.about_content h2,
.service_block h2,
.book_section .right_side h2,
.choose_block h2,
.faq_content h2,
.review_section h2,
.gallery_panel .left_side h2{
  font-family: 'Naveid Extra';
  font-size:45px;
  color:#020202;
  line-height:52px;
  margin-bottom:20px;
}

.about_content .round_boxs .box{
  float:left;
  width:130px;
  height:130px;
  background:#94b1af;
  border-radius:50%;
  padding:35px 10px 0;
  margin-top:60px;
}

.about_content .round_boxs .box.blue{
  background:#124b81;
  margin-top:0;
  margin-left:-20px;
}

.about_content .round_boxs .box.green{
  background:#a4cd8e;
  margin-left:-20px;
}

.about_content .round_boxs .box h4{
  font-size:25px;
  color:#313131;
  line-height:30px;
  font-weight:600;
}

.about_content .round_boxs .box .paragraph{
  font-size:14px;
  line-height:20px;
}

.service_block,
.choose_block,
.cleaning_panel,
.faq_block,
.review_section,
.gallery_panel{
  padding-bottom:70px;
}

.service_box{
  border-radius:30px;
  overflow:hidden;
}

.service_box:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to bottom, rgba(43,68,28,.0), #2b441c);
  left:0;
  bottom:0;
}

.service_box h5{
  font-size:22px;
  color:#fff;
  line-height:28px;
  font-weight:600;
  padding:0 20px 25px;
  position:absolute;
  width:100%;
  left:0;
  bottom:0;
}

.service_box a{
  position:absolute;
  left:20px;
  top:20px;
  width:38px;
  font-size:16px;
  color:#fff;
  line-height:18px;
  word-break:break-all;
  background:linear-gradient(to bottom, #114a85, #548b89);
  border-radius:30px;
  text-align:center;
  padding:15px 12px;
}

.process_panel{
  background:url(../images/process-bg-line.png) no-repeat center top 15px, linear-gradient(to bottom, #b9dc96, #acd6b6);
  background-size:65%, auto;
  padding:50px 0;
}

.process_panel .col-lg-3:first-child .block{
  margin-top:40px;
}

.process_panel .col-lg-3:nth-child(2) .block{
  margin-top:75px;
}

.process_panel .col-lg-3:last-child .block{
  margin-top:110px;
}

.process_panel .block h6{
  font-size:22px;
  color:#030303;
  line-height:28px;
  font-weight:600;
  margin:20px 0 15px;
}

.book_section .left_side .bottom_block{
  background:linear-gradient(to bottom right, #114a81, #256249);
  border-radius:25px;
  padding:30px;
}

.book_section .left_side .bottom_block h3{
  font-family: 'Naveid Extra';
  font-size:30px;
  line-height:36px;
  margin-bottom:15px;
}

.book_section .left_side .block{
  margin-bottom:15px;
}

.book_section .left_side .block:last-child{
  margin-bottom:0;
}

.book_section .left_side .block .icon{
  display:inline-block;
}

.book_section .left_side .block .icon img{
  border:3px solid #fff;
  border-radius:50%;
}

.book_section .left_side .block .text{
  display:inline-block;
  vertical-align:middle;
  padding-left:10px;
}

.book_section .left_side .block h6{
  font-size:15px;
  line-height:18px;
  letter-spacing:.02em;
  font-weight:300;
  margin-bottom:4px;
}

.book_section .left_side .block a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:600;
  letter-spacing:.02em;
}

.book_section .left_side .block a:hover{
  color:#4ca508;
}

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

.choose_content .section .icon{
  display:inline-block;
  width:60px;
  height:60px;
  line-height:58px;
  background:#1c5763;
  border-radius:50%;
  text-align:center;
  position:relative;
}

.choose_content .section.green .icon{
  background:#388615;
}

.choose_content.right .section .icon{
  float:right;
}

.choose_content .section h6{
  display:inline-block;
  width:82%;
  vertical-align:middle;
  font-size:15px;
  color:#040404;
  line-height:20px;
  font-weight:500;
  background:#c0d0d4;
  padding:8px 10px 8px 20px;
  margin-left:-15px;
}

.choose_content .section.green h6{
  background:#c8ddbe;
}

.choose_content.right .section h6{
  padding:8px 20px 8px 10px;
  margin-top:12px;
  margin-left:0;
  margin-right:-15px;
}

.cleaning_box{
  background:url(../images/star-icon01.png) no-repeat right 25px top 25px, linear-gradient(to top right, #264018, #007323);
  border-radius:25px;
  min-height:280px;
  padding:30px;
}

.cleaning_panel .col-lg-6:last-child .cleaning_box{
  background:url(../images/star-icon01.png) no-repeat right 25px top 25px, linear-gradient(to top right, #2c62ac, #00117b);
}

.cleaning_box h2{
  font-family: 'Naveid Extra';
  font-size:30px;
  line-height:36px;
  margin-bottom:12px;
  padding-right:60px;
}

.cleaning_box h6{
  font-size:18px;
  line-height:24px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:12px;
}

.cleaning_box a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  text-decoration:underline;
}

.cleaning_box a:hover{
  text-decoration:none;
}

.accordion-item{
  border:1px solid #1a7f20 !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:20px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  text-transform:inherit;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#1a7f20;
  color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.sp-testimonial-client-image img{
  border:6px solid #c2e09a !important;
}

.sp-testimonial-content p{
  font-size:17px !important;
  color:#030303;
  line-height:27px !important;
  font-weight:500 !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-family: 'Naveid Extra' !important;
  font-size:22px !important;
  color:#144b83 !important;
  line-height:24px !important;
}

#footer{
  background:#e7ede4;
}

#footer:before{
  content:"";
  position:absolute;
  width:221px;
  height:191px;
  background:url(../images/logo.png) no-repeat center center;
  background-size:100%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  opacity:.1;
  margin:auto;
}

.upper_footer .lt_side iframe{
  width:100%;
  height:390px;
  margin-bottom:0;
}

.upper_footer .rt_side{
  width:740px;
}

.upper_footer .rt_side .upper_sec{
  border-bottom:1px solid #c7dbb1;
  padding:40px 0 25px;
  margin-bottom:25px;
}

.footer_link li{
  display:inline-block;
  margin-right:20px;
}

.footer_link li:last-child{
  margin-right:0;
}

.footer_link li a,
.ft_serv_link li a{
  font-size:17px;
  color:#030303;
  line-height:20px;
  font-weight:500;
  letter-spacing:.01em;
}

.footer_link li a:hover,
.ft_serv_link li a:hover,
.footer_contact .section a:hover{
  color:#549810;
}

.upper_footer .rt_side .lower_sec h3{
  font-family: 'Naveid Extra';
  font-size:24px;
  color:#549810;
  line-height:26px;
  letter-spacing:.02em;
  margin-bottom:18px;
}

.ft_serv_link li{
  line-height:0;
  margin-bottom:10px;
}

.ft_serv_link li:last-child,
.footer_contact .section:last-child{
  margin-bottom:0;
}

.footer_contact .section{
  margin-bottom:12px;
}

.footer_contact .section h6{
  font-size:16px;
  color:#124a82;
  line-height:18px;
  letter-spacing:.03em;
  margin-bottom:4px;
}

.footer_contact .section a{
  font-size:17px;
  color:#030303;
  line-height:20px;
  font-weight:600;
}

.lower_footer{
  padding:30px 0;
}

.footer_abn_text{
  font-size:22px;
  color:#020202;
  line-height:24px;
  font-weight:600;
}

.lower_footer .lt_block .paragraph span,
.lower_footer .lt_block .paragraph a{
  color:#589b10;
  font-weight:600;
}

.lower_footer .lt_block .paragraph a{
  color:#144e7b;
}

#back-button {
  display:inline-block;
  background-color:#1a7f20;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:#e7ede4 !important;
  padding:260px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Naveid Extra';
  font-size:47px;
  color:#030303;
  line-height:54px;
  letter-spacing:.02em;
  text-align:center;
  position:relative;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#03388f;
  line-height:75px;
  border-radius:50px;
  text-align:center;
}

.inner_cont_sec .section .text{
  width: 75%;
}

.contact-title{
  font-size:24px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#1a7f20;
}

.contact_form .block{
  margin-bottom:12px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form label{
  font-size:17px;
  color:#0c6520;
  line-height:20px;
  font-weight:600;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:50px;
  border-radius:20px;
  border:none;
  background:#e1eef7;
  font-size:16px;
  color:#030303;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#030303;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#030303;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:120px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center, #e1eef7 !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  font-size:17px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  background:#124a82;
  border-radius:20px;
  text-transform:inherit;
  border:none;
  text-align:center;
  padding:16px 30px;
}

.contact_form .block .btn:hover{
  background:#1a7f20;
  color:#fff;
}

.contact_form .block .wpcf7-spinner,
.van_booking_form .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#010101;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:#1a7f20;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#124a82;
}
/* ==== extra style css ==== */
  /*custom margin*/
  .mx-xl{
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
   /*img styling*/
.radious-img{
  border-radius: 10px 10px 10px 10px;
  /*border: 3px solid #1D4ED8;*/
}
   /* box colors*/
.bg-lightblue{
  background-color: #C2DCD6 !important; 
}
.bg-deepblue{
  background-color: #073255 !important; 
}
.bg-orange{
  background-color: #D97B31 !important; 
}
.bg-grrenblue{
  background-color: #38947A !important; 
}
   /* box properties*/
.img-box{
  border-radius:20px;
  min-height: 600px;  
  background-color: #FEE05B;
}
.img-box img{
  border-radius: 20px 20px 0px 0px;  
}
   /* box sizes*/
.box-xl{
  min-height: 900px !important;
}
.box-lg{
  min-height: 700px !important;
}
.box-md{
  min-height: 660px !important;
}
.box-md-sm{
  min-height: 535px !important;
}
.box-sm{
  min-height: 100px !important;
}
  /* badge feature button*/
.badge-btn{
  background:#073255; 
  color:#fff; 
  font-size:14px;
}
.badge-btn-alt{
  background:#C2DCD6; 
  color:#073255; 
  font-size:14px;
} 
  /* floating effect*/
  .float-btn {      
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }
  .float-btn:hover {
      transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  }
  .float-btn:active {
      transform: translateY(-1px);
  }
  /* sink-button effect*/
  .sink-btn {      
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    }
    .sink-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    }

  /*..
  *..custom table design..*
  ..*/  
  .why-us-table th,
  .why-us-table td {
    padding: 1rem;
    vertical-align: middle;
  }

.inner_bg_title{
  font-size:48px;
  color:#030303;
  line-height:54px;
  font-weight:700;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#0fcf76;
}

.inner_sm_title{
  font-size:28px;
  color:#050505;
  line-height:36px;
  font-weight:600;
  letter-spacing:.03em;
}

.inner_list li{
  font-size:16px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  letter-spacing:.03em;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
  font-size:46px;
  color:#040404;
  line-height:54px;
  font-weight:700;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#ff3331;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:#ff3331;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#0fcf76;
}

@media screen and (max-width:1366px){
  .banner_content{
    width:550px;
  }

  .process_panel{
    background-size:85%, auto;
  }

  .choose_content .section h6{
    width:81%;
  }

  .upper_footer .rt_side{
    width:635px;
  }


}

@media screen and (max-width:991px){
  .navbar-default{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .site_header .logo_block{
    width:100px;
  }

  .banner_panel{
    margin-top:110px;
  }

  .banner_content{
    width:350px;
  }

  .upper_footer .rt_side{
    width:100%;
  }

  .lower_footer{
    padding-bottom:75px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:110px !important;
    padding:120px 0 100px !important;
  }


}

@media screen and (max-width:767px){
  .banner_panel{
    padding-bottom:40px;
  }

  .banner_content{
    width:100%;
  }

  .banner_content h3{
    font-size:18px;
    line-height:20px;
  }

  .banner_content h1,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:34px;
    margin-bottom:14px;
  }

  .paragraph{
    font-size:15px;
    line-height:23px;
  }

  .button1,
  .button2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 18px;
  }

  .about_section, 
  .book_section{
    padding:40px 0;
  }

  .about_content h2, 
  .service_block h2, 
  .book_section .right_side h2, 
  .choose_block h2, 
  .faq_content h2, 
  .review_section h2, 
  .gallery_panel .left_side h2{
    font-size:26px;
    line-height:32px;
  }

  .about_content .round_boxs .box{
    width:125px;
    height:125px;
    padding:28px 10px 0;
  }

  .service_block, 
  .choose_block, 
  .cleaning_panel, 
  .faq_block, 
  .review_section, 
  .gallery_panel{
    padding-bottom:40px;
  }

  .service_box a{
    width:35px;
    font-size:14px;
    line-height:16px;
  }

  .service_box h5,
  .process_panel .block h6{
    font-size:20px;
    line-height:26px;
  }

  .process_panel{
    background:linear-gradient(to bottom, #b9dc96, #acd6b6);
    padding:35px 0;
  }

  .process_panel .col-lg-3:first-child .block,
  .process_panel .col-lg-3:nth-child(2) .block,
  .process_panel .col-lg-3:last-child .block{
    margin-top:0;
  }

  .process_panel .block h6{
    margin:15px 0 10px;
  }

  .book_section .left_side .top_block img{
    width:130px;
  }

  .book_section .left_side .bottom_block,
  .cleaning_box{
    padding:22px;
  }

  .book_section .left_side .bottom_block h3,
  .cleaning_box h2{
    font-size:24px;
    line-height:30px;
  }

  .contact_form .block .form-control{
    height:44px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:90px;
  }

  .choose_content.right .section .icon{
    float:none;
  }

  .choose_content.right .section h6{
    padding:8px 10px 8px 20px;
    margin-top:0;
    margin-left:-15px;
  }

  .cleaning_box{
    min-height:auto;
  }

  .cleaning_box a{
    font-size:15px;
  }

  .accordion-button{
    font-size:18px;
    line-height:24px;
  }

  .sp-testimonial-content p{
    font-size:15px !important;
    line-height:23px !important;
  }

  .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }

  .upper_footer .lt_side iframe{
    height:220px;
  }

  .upper_footer .rt_side .upper_sec{
    padding:25px 0 20px;
    margin-bottom:20px;
  }

  .footer_link li a, 
  .ft_serv_link li a,
  .footer_contact .section a{
    font-size:15px;
    line-height:18px;
  }

  .upper_footer .rt_side .lower_sec h3{
    font-size:20px;
    line-height:22px;
    margin-bottom:15px;
  }

  .footer_abn_text{
    font-size:18px;
    line-height:20px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:90px 0 80px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    margin-bottom:0;
  }

  .thankyou_section img,
  .error404 .page-content img{
    width:200px;
  }
	
	.inner_cont_sec .section .icon{
		width:62px;
		height:62px;
		line-height:62px;
	}

	.contact-title{
		font-size:20px;
		line-height:22px;
	}

	.contact-main{
		font-size:15px;
	}
	/*extra style responsive*/
	.img-box, .img-box-sm, .box-xl, .box-lg, .box-md, .box-md-sm, .box-sm{
    min-height: auto !important;
  	padding: 0px;
  	}
	.location-panel li {
        width: 49%;
    }	
	.inner_sm_title{
		font-size:22px;
		line-height:28px;
	}	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}
  
}

@media screen and (max-width:575px){
  .footer_link li{
    margin-right:7px;
  }

  .footer_contact .section{
    margin-bottom:10px;
  }

  
}
