/*!
Theme Name: icare
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: icare
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

icare is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.current-menu-item > a { opacity: 1 !important; }
.bg-images-section .bg-section-font .bg-font .header-title .scroll-downs .mousey {
    padding: 6px 8px 14px 8px;border: 1px solid rgba(255, 255, 255, 0.4);border-radius: 9px;box-sizing: content-box;
}
.bg-images-section .bg-section-font .bg-font .header-title .scroll-downs {
    position: absolute;top: 30px;right: auto;bottom: 0;left: 0;margin: auto;width: 18px;height: 28px;
}
.bg-images-section .bg-section-font .bg-font .header-title .scroll-downs .mousey {
    padding: 6px 8px 14px 8px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 9px; box-sizing: content-box;
}
.bg-images-section .bg-section-font .bg-font .header-title .scroll-downs .mousey .scroller {
    width: 1px; height: 6px; border-radius: 25%; background-color: rgba(255, 255, 255, 0.4); animation-name: scroll; animation-duration: 2.2s; 
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94); animation-iteration-count: infinite;
}
.whatsapp_icon {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
 
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

header .contact_btn { animation: single 2s infinite;}
@keyframes single {
  0% { box-shadow: 0 0 0 0 #FFFFFF;}
  100% { box-shadow: 0 0 0 10px rgba(0, 0 ,0 ,0); }
}
.service_boxs {    background: #FFFFFF;box-shadow: 5px 5px 25px rgb(190 190 190 / 10%);border-radius: 8px;padding: 30px;text-align: center;}
.sb_contain h3 { color: #FEB9B1;font-weight: 400;font-size: 14px;line-height: 20px;font-style: normal;padding-bottom: 3px;}
.sb_contain p{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #838383;
}
.service_boxs img { padding-bottom: 15px; }
.icon_description { background: #FFFAF9; }   
.icon_description h5  {padding-bottom: 15px}
.icon_description h5, .icon_description h2 { width: 100%;display: block;text-align: center; }
.icon_description .col-md-4  { padding:0 15px;margin-top: 30px  }
@media (max-width: 575px) {
	iframe { width: 100%;max-height: 162px; }
	.section-space .row .col:last-child .service-img { padding-bottom: 0 }
	.social-icon-link { padding: 0 25px 0 0 !important; }
  	.whatsapp_icon {bottom: 20px; right: 20px;}
    .icon_description .col-md-4:first-child { margin-top: 30px; }
    .icon_description .col-md-4 { margin-top: 15px; }
	.sb_contain p { font-size: 16px;line-height: 24px;}
}
