/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Home Page Css  */

.site-btn svg {
  font-size: 48px;
  transition: 0.3s all ease;
}
.site-btn a:hover svg {
  transform: rotate(45deg);
}
.site-btn .elementor-button-content-wrapper {
  align-items: center;
}
.site-btn a:hover svg rect {
  fill: #004aad;
}
.site-btn a:hover svg path {
  stroke: #fff;
}
.nav-menu .elementor-item::after {
  width: 6px !important;
  border-radius: 50%;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: -5px !important;
}
.services-box {
  height: 100%;
}
.services-box .elementor-image-box-wrapper {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  row-gap: 24px;
  height: 100%;
}
.services-box img {
  width: 100%;
}
.logo-box {
  height: 350px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.logo-box img {
  transition: 0.3s all ease;
}
.logo-box:hover img {
  opacity: 1 !important;
  filter: none !important;
}
.footer-menu ul {
  column-count: 2;
}
.footer-address a:hover span {
  color: #fad637 !important;
}
.footer-address a:hover svg path {
  fill: #fad637;
}
.footer-icons a:hover svg path {
  fill: #fad637;
}
.footer-copyright a:hover span {
  color: #fad637 !important;
}

/* Pricing page Css  */
.pricing-box:hover .site-btn a {
  background-color: #fff;
}
.pricing-box:hover .site-btn a .elementor-button-text {
  color: #000;
}
.pricing-box:hover .site-btn svg {
  transform: rotate(45deg);
}
.pricing-box:hover .site-btn svg path {
  stroke: #fff;
}
.pricing-box .site-btn:hover svg rect {
  fill: #fad637;
}
.pricing-box:hover h3,
.pricing-box:hover p {
  color: #fff !important;
}
.pricing-box:hover .elementor-icon-list-text {
  color: #fff !important;
}
.pricing-box:hover .elementor-icon-list-icon svg path {
  fill: #fff;
}

/* Portfolio page css  */
.port-loop .e-loop__load-more .elementor-button-icon {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #fad637;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-45deg);
}
.port-loop .e-loop__load-more svg path {
  fill: #000000;
}
.port-loop .e-loop__load-more .elementor-button:hover svg path {
  fill: #fff;
}
.port-loop .e-loop__load-more .elementor-button:hover .elementor-button-icon {
  transform: rotate(0deg);
  background-color: #004AAD;
}
.port-loop .e-loop__load-more .elementor-button-content-wrapper{
  align-items: center;
}
/* Responsive Css  */
@media screen and (max-width: 1024px) {
  .logo-box {
    height: 300px;
  }
}
