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

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;
}

p{
  margin-bottom:0;
}

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

button:focus{
  outline:none;
}

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

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#02bf63;
  border-radius:15px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#ffde59;
  color:#020202;
}

.common_btn2{
  font-size:16px;
  color:#020202;
  line-height:18px;
  background:#ffde59;
  border-radius:15px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#02bf63;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

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

.header_top{
  background:#434343;
  transition:all 600ms ease-in-out; 
}

.header_contact li{
  border-right:1px solid #ffde59;
  margin-right:12px;
  padding:12px 12px 12px 0;
}

.header_contact li:last-child{
  border-right:none;
  padding-right:0;
}

.header_contact li span{
  margin-right:8px;
}

.header_contact li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.header_contact li a:hover{
  color:#ffde58;
}

.business_title{
	font-size:24px;
	color:#020202;
	line-height:26px;
	font-weight:700;
	padding-bottom:20px;
}

.header_bottom{
  padding:15px 0;
}

.header_bottom .upper{
  padding-bottom:20px;
}

/* .header_social li a{
  display:inline-block;
  width:40px;
  height:40px;
  line-height:36px;
  background:#ffde59;
  border:1px solid #05bf64;
  border-radius:50%;
  text-align:center;
}

.header_social li:nth-child(2n) a{
  background:#05bf64;;
} */

.header_logo{
  width:120px;
  margin:0 auto;
  transition:all 600ms ease-in-out; 
}

.header_btn li a{
  font-size:14px;
  color:#020202;
  line-height:18px;
  background:#e1e1e1;
  border:10px solid;
  border-image-slice:1;
  border-width:2px;
  border-image-source:linear-gradient(to left, #02bf63, #ffde59);
  padding:14px 30px;
}

.header_btn li a.hd_phone{
	padding:14px 12px;
}

.header_btn li:last-child a{
  border-image-source:linear-gradient(to left, #ffde59, #02bf63);
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_top{
    margin-top:-48px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }

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

}

.home_banner{
  margin-top:248px;
  padding:60px 0;
}

.banner_img{
  z-index:999;
}

.banner_img:after{
  content:"";
  position:absolute;
  width:332px;
  height:248px;
  background:url(../images/dott-img01.png) no-repeat right top;
  right:-40px;
  top:-30px;
  z-index:-1;
}

.banner_bg_title{
  font-family: "Baloo 2", sans-serif;
  font-size:52px;
  color:#020202;
  line-height:60px;
  padding-bottom:20px;
}

.banner_ph{
	padding:14px 16px;
}

.about_panel,
.choose_panel{
  padding-bottom:60px;
}

.about_sm_title,
.choose_sm_title,
.form_sm_title,
.testimonial_sm_title{
  font-family: "Baloo 2", sans-serif;
  font-size:22px;
  color:#807f7f;
  line-height:24px;
  font-weight:500;
  letter-spacing:.08em;
  padding-bottom:10px;
}

.about_bg_title,
.service_bg_title,
.work_bg_title,
.choose_bg_title,
.form_bg_title,
.testimonial_bg_title{
  font-family: "Baloo 2", sans-serif;
  font-size:48px;
  color:#0d0d0d;
  line-height:56px;
  padding-bottom:25px;
}

.green{
  color:#02bf63;
}

.yellow{
  color:#d9b524;
}

.about_ph{
  font-size:24px;
  color:#020202;
  line-height:26px;
  font-weight:600;
  vertical-align:middle;
  margin-left:8px;
}

.about_ph:hover{
  color:#02bf63;
}

.service_panel,
.work_panel,
.home_form,
.testimonial_panel{
  background:#e8e8e8;
  padding:60px 0;
}

.service_bg_title span,
.work_bg_title span,
.testimonial_bg_title span{
  font-size:38px;
  color:#020202;
  line-height:46px;
  font-weight:500;
}

.service_sm_title{
  font-size:20px;
  color:#020202;
  line-height:28px;
  font-weight:500;
  padding-bottom:35px;
}

.service_box img{
  border-radius:30px;
}

.service_title{
  font-size:20px;
  color:#2a2a2a;
  line-height:28px;
  font-weight:600;
  margin-bottom:18px;
  padding:20px 0 16px;
}

.service_title:before{
  content:"";
  position:absolute;
  width:80%;
  height:1px;
  background:#02bf63;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.service_title:after{
  content:"";
  position:absolute;
  width:12px;
  height:12px;
  background:#fff;
  border:1px solid #02bf63;
  border-radius:50%;
  right:30%;
  bottom:-6px;
}

.service_box a{
  font-size:18px;
  color:#02bf63;
  line-height:20px;
  font-weight:600;
}

.service_box a:hover{
  color:#d9b524;
}

.work_panel,
.testimonial_panel{
  background:#fff;
}

.work_icon{
  width:100px;
  height:100px;
  line-height:100px;
  border-radius:50%;
}

.work_count_title{

  font-size:16px;
  color:#fff;
  line-height:22px;
  font-weight:500;
  width:22px;
  height:22px;
  background:#02bf63;
  border-radius:50%;
  position:absolute;
  right:0;
  top:10px;
}

.work_title,
.choose_title{
  font-family: "Baloo 2", sans-serif;
  font-size:26px;
  color:#010101;
  line-height:32px;
  padding:20px 0 12px;
}

.choose_content .section{
  background:url(../images/flag-icon01.png) no-repeat left 5px;
  margin-bottom:15px;
  padding-left:42px;
}

.choose_content .section:last-child{
  margin-bottom:0;
}

.choose_title{
  padding:0 0 10px !important;
}

.home_form{
  background:url(../images/h-form-bg.jpg) no-repeat center top;
  background-size:cover;
}

.testimonial_box .sp-testimonial-free-section{
  margin:0 !important;
}

.testimonial_box .sp-testimonial-free{
  background:#f7f4f4 !important;
  min-height:205px;
  border-radius:20px !important;
  padding:60px 30px 30px 330px;
}

.testimonial_box .sp-testimonial-client-image{
  position:absolute;
  left:0;
  top:0;
  margin-bottom:0 !important;
}

.testimonial_box .sp-testimonial-client-image img{
  border-radius:20px 0 0 20px !important;
}

.testimonial_box .sp-testimonial-client-testimonial{
  margin-bottom:0 !important;
}

.testimonial_box .sp-testimonial-content p{
  color:#020202;
  text-align:left !important;
  margin:0 !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: "Baloo 2", sans-serif !important;
  font-size:22px !important;
  color:#030303 !important;
  line-height:24px !important;
  font-weight:600 !important;
  font-style:italic !important;
  position:absolute;
  left:330px;
  top:25px;
}

.testimonial_box .sp-testimonial-client-rating{
  position:absolute;
  right:30px;
  top:25px;
}

.form_sm_title{
  color:#464645;
}

.testimonial_bg_title{
  color:#02bf63;
}

.footer_top{
  background:linear-gradient(to right, #fff , #dadad9);
  padding:15px 0;
}

.footer_top li{
  display:inline-block;
  border-right:1px solid #02bf63;
  margin-right:10px;
  margin-bottom:10px;
  padding-right:10px;
}

.footer_top li:last-child{
  border-right:none;
  margin-right:0;
  padding-right:0;
}

.footer_top li a{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:500;
}

.footer_top li a:hover,
.ft_service_link li a:hover,
.footer_contact .text-common a:hover,
.footer_bottom .lower .text-common span{
  color:#02bf63;
}

.footer_bottom .upper{
  border-bottom:1px solid rgba(0,0,0,.5);
  padding:40px 0 25px;
}

.footer_title{
  font-family: "Baloo 2", sans-serif;
  font-size:26px;
  color:#020202;
  line-height:28px;
  font-weight:700;
  margin-bottom:20px;
  padding-bottom:10px;
}

.footer_title:after{
  content:"";
  position:absolute;
  width:100%;
  height:1px;
  background:#02bf63;
  left:0;
  bottom:0;
}

.ft_service_link li{
  color:#020202;
  list-style:disc;
  margin-bottom:10px;
}

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

.ft_service_link li a{
  font-size:16px;
  color:#020202;
  line-height:18px;
}

.footer_contact .block{
  margin-bottom:15px;
}

.ft_contact_title{
  font-family: "Baloo 2", sans-serif;
  font-size:20px;
  color:#020202;
  line-height:22px;
  font-weight:600;
  padding-bottom:8px;
}

.footer_contact .text-common a{
  color:#1c1c1c;
}

.footer_bottom .lower{
  padding:25px 0;
}

.footer_bottom .lower a{
  color:#d9b524;
}

#back-button {
  display:inline-block;
  background-color:#05bf64;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:10px;
  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:url(../images/inner-banner01.jpg) no-repeat center top;
  background-size:cover !important;
  margin-top:248px !important;
  padding:160px 0 120px !important;
}

.page-id-234 .page .entry-header{
	background:url('../images/inner-banner016.jpg');
}

.page-id-318 .page .entry-header{
	background:url('../images/inner-banner02.jpg');
}

.page-id-327 .page .entry-header{
	background:url('../images/inner-banner01.jpg');
}

.page-id-340 .page .entry-header{
	background:url('../images/inner-banner05.jpg');
}

.page-id-82 .page .entry-header{
	background:url('../images/inner-banner06.jpg');
}

.page-id-115 .page .entry-header{
	background:url('../images/inner-banner07.jpg');
}

.page-id-135 .page .entry-header{
	background:url('../images/inner-banner08.jpg');
}

.page-id-150 .page .entry-header{
	background:url('../images/inner-banner09.jpg');
}

.page-id-185 .page .entry-header{
	background:url('../images/inner-banner010.jpg');
}

.page-id-205 .page .entry-header{
	background:url('../images/inner-banner024.jpg');
}

.page-id-269 .page .entry-header{
	background:url('../images/inner-banner011.jpg');
}

.page-id-284 .page .entry-header{
	background:url('../images/inner-banner012.jpg');
}

.page-id-295 .page .entry-header{
	background:url('../images/inner-banner013.jpg');
}

.page-id-303 .page .entry-header{
	background:url('../images/inner-banner014.jpg');
}

.page-id-310 .page .entry-header{
	background:url('../images/inner-banner015.jpg');
}

.page-id-14 .page .entry-header{
	background:url('../images/inner-banner017.jpg');
}

.page-id-16 .page .entry-header{
	background:url('../images/inner-banner018.jpg');
}

.page-id-18 .page .entry-header{
	background:url('../images/inner-banner019.jpg');
}

.page-id-20 .page .entry-header{
	background:url('../images/inner-banner020.jpg');
}

.page-id-22 .page .entry-header{
	background:url('../images/inner-banner021.jpg');
}


.page-id-28 .page .entry-header{
	background:url('../images/inner-banner022.jpg');
}

.page-id-26 .page .entry-header{
	background:url('../images/inner-banner023.jpg');
}



.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Baloo 2", sans-serif;
  font-size:50px;
  color:#fff;
  line-height:58px;
  font-weight:700;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#05bf64;
  line-height:80px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.thumb-conatct .section .text{
  width:75%;
}

.contact-title{
  font-family: "Baloo 2", sans-serif;
  font-size:24px;
  color:#020202;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#030303;
  line-height:24px;
  word-break:break-all;
}

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

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

.thumb-conatct .form-box{
	background:url(../images/h-form-bg.jpg) no-repeat center top;
	background-size:cover;
}

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

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

.contact_form .block label{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:52px;
  border-radius:0;
  border:none;
  background:rgba(254,243,175,.6);
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

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

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

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

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

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, rgba(254,243,175,.6) !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:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#05bf64;
  border-radius:10px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#ffde59;
  color:#020202;
}

.contact_form .block .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:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_title{
  font-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#d2232a;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:24px;
  font-weight:500;
  background:url(../images/right-arrow04.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.inner-sec .testimonial_box .sp-testimonial-client-image{
	left:10px;
}


.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-size:30px;
  color:#1c1c1c;
  line-height:35px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#0049a6;
  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:13px;
  color:#fff;
  line-height:20px;
  text-transform:uppercase;
  background:#05bf64;
  padding:15px 10px;
}

.cta-btn li:last-child a{
  background:#d9b524;
  color:#020202;
}
.inner_title,
.inner_title strong,
.inner-sm-title,
.inner-sm-title strong {
  font-family: 'Baloo 2', sans-serif !important;
}


.inner-sm-title {
  font-family: 'Baloo 2', sans-serif;
  font-size: 24px;
  color: #333;
}

.inner_title strong,
.inner-sm-title strong{
  color: #05bf64 !important;
}


.inner_list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.inner_list li::before {
  content: "✔";
  color: #ffde59;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}

.accordion-item{
	border:1px solid rgba(0,0,0,.15) !important;
	margin-bottom:10px;
}

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

.accordion-button{
	font-size:18px;
	color:#1c1c1c;
	line-height:25px;
	font-weight:500;
	text-transform:inherit;
	padding:14px 20px;
}

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#05bf64;
	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;
}

#rmp-menu-wrap-48 .rmp-submenu-depth-1 .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
}

.inner_area_list li{
	display:inline-block;
	width:19%;
	background:url(../images/location-icon0102.png) no-repeat left center;
	margin-bottom:15px;
	padding-left:30px;
}

.inner_area_list li a{
	font-size:18px;
	color:#020202;
	line-height:26px;
	font-weight:500;
}

.inner_area_list li a:hover{
	color:#02bf63;
}

.hd_language select{
  background:url(../images/down-arrow002.png) no-repeat right 20px center, #02bf63;
  border:none;
  border-radius:8px;
  font-size:16px;
  color:#fff;
  line-height:22px;
  font-weight:500;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding:10px 20px;
}

@media screen and (max-width:991px){
 .header_bottom{
  box-shadow:0 4px 6px rgba(0,0,0,.1);
  padding:10px 0;
 }

 .header_bottom .upper{
  padding-bottom:0;
 }

 .header_logo{
  width:100px;
  margin:0;
 }

 .home_banner{
  margin-top:125px;
  padding:40px 0;
 }

 .banner_img:after{
  right:-15px;
  top:-20px;
 }

 .footer_contact p{
  word-break:break-all;
 }

 .footer_bottom .lower{
  padding-bottom:70px;
 }

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

 .page .entry-header, 
 .error404 .page-header{
  margin-top:125px !important;
 }
	
	.thumb-conatct .section .text{
		width:72%;
	}


}

@media screen and (max-width:767px){
  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:12px;
  }

  .text-common{
    font-size:14px;
    line-height:22px;
  }

  .common_btn,
  .common_btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }
	
	.banner_ph{
		padding:12px 16px;
	}

  .about_panel, 
  .choose_panel{
    padding-bottom:35px;
  }

  .about_sm_title, 
  .choose_sm_title, 
  .form_sm_title, 
  .testimonial_sm_title{
    font-size:18px;
    line-height:20px;
  }

  .about_bg_title, 
  .service_bg_title, 
  .work_bg_title, 
  .choose_bg_title, 
  .form_bg_title, 
  .testimonial_bg_title,
  .inner_title,
  .cta-title{
    font-size:26px;
    line-height:34px;
    padding-bottom:18px;
  }
	
	.inner-sm-title{
		font-size:18px;
		line-height:25px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}

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

  .service_panel, 
  .work_panel, 
  .home_form, 
  .testimonial_panel{
    padding:35px 0;
  }

  .service_sm_title{
    font-size:16px;
    line-height:22px;
    padding-bottom:22px;
  }

  .service_title{
    font-size:17px;
    line-height:25px;
  }

  .service_box a{
    font-size:15px;
    line-height:18px;
  }

  .work_icon{
    width:90px;
    height:90px;
    line-height:90px;
  }

  .work_title, 
  .choose_title{
    font-size:22px;
    line-height:28px;
    padding:15px 0 10px;
  }

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

  .service_bg_title span, 
  .work_bg_title span, 
  .testimonial_bg_title span{
    font-size:22px;
    line-height:28px;
  }

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

  .testimonial_box .sp-testimonial-content p{
    font-size:14px !important;
    line-height:22px !important;
  }

  .footer_logo img{
    width:100px;
  }

  .footer_top li a{
    font-size:14px;
    line-height:16px;
  }

  .footer_bottom .upper{
    padding-top:30px;
  }

  .footer_title{
    font-size:22px;
    line-height:24px;
    margin-bottom:18px;
  }

  .ft_service_link li a{
    font-size:14px;
  }

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

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

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

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

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.contact_map iframe{
		height:250px;
	}
	
	.accordion-button{
		font-size:16px;
		line-height:24px;
	}
	
	.inner_area_list li{
		width:32%;
	}
	
	.inner_area_list li a{
		font-size:15px;
	}
	
	.mobile_hd_social li img{
		width:30px;
	}

  
}

@media screen and (max-width:575px){
  .banner_img::after{
    right:-5px;
  }

  .testimonial_box .sp-testimonial-client-image img{
    width:100%;
    border-radius:20px 20px 0 0 !important;
  }

  .testimonial_box .sp-testimonial-free{
    padding:275px 20px 20px;
  }

  .testimonial_box .sp-testimonial-client-name{
    left:20px;
    top:242px;
  }

  .testimonial_box .sp-testimonial-client-rating{
    right:20px;
    top:242px;
  }
	
	.inner-sec .testimonial_box .sp-testimonial-client-name{
		left:30px;
		top:245px;
	}
	
	.inner-sec  .testimonial_box .sp-testimonial-client-rating{
		right:30px;
		top:245px;
	}
	
	.inner_area_list li{
		width:49%;
	}

  
}
