.show_more_services { width: 100%; font-size: 25px; font-weight: bold; cursor: pointer; color: orange; text-align: center; }
.show_more_services span { padding: 0; transition: padding 300ms linear; }
.show_more_services:hover span { padding: 0 20px; }

.services_v2 { width: 100%; }
.services_v2 video { position: absolute; right: 0; bottom: 0; min-width: 100%; min-height: 100%; z-index: -1; }

.services_v2_content { width: 100%; padding: 0 30px; }
.services_v2_content h3 { font-weight: bold; margin: 0px; }
.services_v2_box { position: relative; width: 100%; display: flex; align-items: center; border-bottom: 1px solid #ccc; margin-bottom: 30px; }
.services_v2_side { display: inline-block; width: 70%; padding: 30px 0; text-align: center; }
.services_v2_box:nth-child(even) { flex-direction: row-reverse; }
.services_v2_box:nth-child(odd) { flex-direction: row; }
.services_v2_side:nth-child(even) { float: left;}
.services_v2_side:nth-child(odd) { float: right; }
.services_v2_more a { display: inline-block; color: #140F63; font-size: 16px; }
.services_v2_more a:hover { color: #03c5ec; }
.services_v2_side .services_v2_info { vertical-align: top; display: inline-block; overflow: hidden; width: 200px; }
.services_v2_side .services_v2_info img { display: block; border-radius: 5px; width: 100%; height: 100%; transition: all 200ms linear; object-position: center; object-fit: contain; }
.services_v2_side .services_v2_info:hover a { color: #2196f3; }
.services_v2_side .services_v2_info:hover img { transform: scale(1.3); }
.services_v2_thumbnail { width: 100%; height: 150px; overflow: hidden; }
.services_v2_icon { width: 30%; height: 200px; max-height: 300px; }
.services_v2_icon img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.services_v2_more { position: relative; margin-top: 30px; background: #ffe9c8; display: inline-block; padding: 6px 12px; border-radius: 3px; }
.services_v2_more a { font-size: 20px; font-weight: 500; margin: 0px; }
.services_v2_more .more { position: absolute; top: -10px; right: -10px; background: #4caf50; color: #fff; width: 25px; height: 25px; border-radius: 50%; text-align: center; line-height: 25px; font-size: 14px; }

.review_star { font-size: 14px; }
.review_star .star { display: inline-block; }
.review_star .star.active { color: rgb(250, 187, 5); }
.review_star .star.active.green { color: #28a745; }

.banner { position: absolute; width: 100%; height: 100%; z-index: -1; }
.banner_img { width: 100%; height: 100%; }
.banner_img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.project_card { border-radius: 15px; background: #fff; overflow: hidden; box-shadow: 0px 0px 5px 0px #ccc; margin-bottom: 20px; }
.project_img { height: 200px; width: 100%; }
.project_img img { height: 100%; width: 100%; object-fit: cover; object-position: center; }
.project_content { padding: 30px; }
.project_category { display: inline-block; background: #ddd; color: #000; border-radius: 15px; padding: 3px 12px; }
.project_category a { color: #000; }
.project_category a:hover { color: #03c5ec; }
.project_title { display: block; font-size: 20px; font-weight: bold; margin: 10px 0; }
.project_link { font-size: 20px; }
.project_link i { margin-left: 5px; transition: all 300ms linear; }
.project_link:hover i { margin-left: 20px; }

.free_quote { width: 100px; margin-top: 0px; padding-top: 10px; transition: all 200ms linear; }
.free_quote:hover { margin-top: -5px; filter: brightness(1.2); }
.free_quote img { width: 100%; }

footer { width: 100%; background: #333; display: block; overflow-x: hidden; }
footer .copyright { color: #ccc; margin: 0px; font-size: 14px; padding: 5px 10vw; }
footer .copyright a { color: #ccc; }
.footer { padding: 0 10vw; color: #fff; }
.footer .footer_logo { width: 100%; max-height: 150px; object-fit: contain; padding-right: 20px; padding-top: 20px; }
.footer .title { height: 150px; display: flex; align-items: center; }
.footer .title h3 { font-weight: bold; }
.footer .footer_content { display: inline-block; }
.footer .footer_content p { font-size: 14px; }
.footer .footer_content a { font-size: 14px; color: #fff; text-decoration: none; transition: all 0.3s ease; display: block; }
.footer .footer_content a:hover { color: #D5AD6F; }

.whatsapp { position: fixed; right: 5px; top: calc((50% - 150px) + 0px) !important; width: 80px; height: 80px; z-index: 997; }
.whatsapp img { width: 100%; }
.whatsapp_close { position: absolute; top: 0px; right: 0px; border-radius: 50%; background: red; color: #fff; width: 18px; height: 18px; font-size: 12px; text-align: center; line-height: 20px; cursor: pointer; }
.whatsapp_close:hover { background: #9d2f2f; }

.free_quote_floating { position: fixed; bottom: 70px; right: 30px; width: 100px; }
.free_quote_ani:hover img { animation: none !important; filter: brightness(1.2) drop-shadow(2px 4px 6px black); padding-bottom: 5px; }
.free_quote_ani img { animation: pulse 2s infinite reverse; width: 100%; margin: 0px; transition: all 200ms linear; }

.select2 .select2-selection { border-radius: 0px !important; border: 1px solid #ccc !important; }
.select2 .select2-search__field { height: 26px !important; }

.blog_container { box-shadow:0px 0px 0px 0px #ccc; background: #fff; border-radius: 20px; overflow: hidden; transition: all 300ms linear; }
.blog_container:hover { box-shadow: 0px 0px 5px 2px #ccc; }
.blog_container .blog_img { width: 100%; max-height: 300px; }
.blog_container .blog_img img { width: 100%; object-fit: cover; object-position: center; }
.blog_container .blog_content { padding: 10px 10px 20px 10px; }
.blog_container .blog_content .blog_category { margin-bottom: 10px; background: #D5AD6F; border-radius: 10px; padding: 2px 6px; color: #fff; display: inline-block; }
.blog_container .blog_content .blog_title { font-size: 18px; }
.blog_container .blog_content .blog_description { font-size: 14px; }

.center_list { display:flex; justify-content:center; }
.center_list ul li { text-align:left; }

@media only screen and (max-width: 1285px) {
  .services_v2_box:nth-child(even) { flex-direction: column-reverse; }
  .services_v2_box:nth-child(odd) { flex-direction: column; }
  .services_v2_side, .services_v2_icon { width: 100%; }
}

@media only screen and (max-width: 991px) {
  footer .copyright { margin-bottom: 60px; }
  
}

@media only screen and (max-width: 767px) {
  .footer .footer_logo { width: auto; height: 150px; padding: 0px; }
  .footer .title { height: auto; display: block; margin-bottom: 30px; }
  .footer .footer_content { margin-bottom: 30px; }
  #services .service-title { padding: 10px 10px 0 10px; }
  #services p, #services .service-link { padding: 0 10px; }
}

