/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
p.entry-title {
    font-size: 24px !important;
}
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>button:not(.fusion-close-flyout) {
    background-color: black;
    border-radius: 8px;
    color: white;
}
.imgs {
    margin-right: 15px !important;
    margin-left: 15px !important;
    border-radius: 55px;
}
.fusion-carousel .fusion-carousel-item img {
    border-radius: 14px;
}
.fusion-body .fusion-carousel .fusion-carousel-nav .fusion-nav-next, .fusion-body .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
    background-color: #fd6a25 !important;
    border-radius: 9px;
}
.scrolling-marquee {
  overflow: hidden;
  white-space: nowrap !important;
  box-sizing: border-box;
  background: transparent;
  width: 100%;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap  !important;
  animation: marqueeScroll 10s linear infinite;
}
.marquee-content span {
    display: inline-block;
    font-size: 26px;
    color: white;
    text-transform: capitalize;
    font-family: 'sora', sans-serif;
    font-weight: 200;
    z-index: 9999;
    position: relative;
    padding-top: 15px;
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.test{
	font-size:18px;
	background-color:white;
}
.year {
    font-size: 27px;
    color: black;
    line-height: 33px;
    margin-top: -7% !important;
	font-family:sora;
}
.service-steps {
  display: flex;
  justify-content: center;

  flex-wrap: wrap;
  padding: 40px 0;
}

.service-block4{
	 position: relative;
    text-align: center;
    padding: 75px 0;
    width: 352px;
    border: 1px solid #ececec;
    border-radius: 50%;
    height: 352px;
    margin-left: -27px;
    transition: all 0.3s ease;
}
.service-block4:hover{
	
  border-color: #f16524; 
  box-shadow: #af7052;
  transform: translateY(-5px);
background-color:white;
}
// tabs 
.fusion-tabs.vertical-tabs.classic .nav-tabs > li.active .tab-link, .table-2 table thead {
    border-color: #ffffff00 !important;
}
.fusion-tabs .nav-tabs li .fusion-tab-heading {
    display: block;
    position: relative;
    float: none;
    text-align: center;
    border: 1px solid black;
    border-radius: 18px;
   margin: 13px 2px 6px 2px;
    padding: 25px 35px 25px 35px;
}
.fusion-tabs .nav-tabs li .fusion-tab-heading:hover {
	 border: 1px solid #f16524;
}
.but {
    background-color: #dbc8c800;
    color: black;
    border-radius: 34px;
    font-size: 18px;
    border: 1px solid black;
    padding: 9px 25px 9px 25px;
}
.but:hover {
	background-color: #f16524;
	color: white;
	border: 1px solid #f16524;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    background-color: white;
    padding: 17px 6px 17px 8px;
    border-radius: 16px;
    border: 1px solid #4a454533;
	 margin-left: 44px;
    margin-right: -77px;
}
.fusion-tabs.vertical-tabs.classic .nav-tabs > li.active .tab-link, .table-2 table thead {
    border-color: #f16524;
}
//img hover 

.show-hover-title {
    position: relative;
    display: inline-block;
	justify-content:space-evenly;
    overflow: hidden;
    border-radius: 15px !important;
    margin: 16px !important;
	
}

.show-hover-title img {
  display: block;
  width: 95%;
  height: auto;
 border-radius: 15px !important;
}

.hover-text-box {
    position: absolute;
    bottom: 0;
   left: 10px;
    right: 35px;
    background: #010101a6;
	border-radius: 15px !important;
    color: #fff;
    padding: 13px;
    text-align: center;
    opacity: 0;
	
    transition: opacity 0.3s ease-in-out;
 }
.show-hover-title:hover .hover-text-box {
  opacity: 1;
}
.hover-text-box h3 {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: bold;
	color: white!important;
}

.hover-text-box p {
  margin: 0;
  font-size: 14px;
}
.icon-hover-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f16524;
    color:black;
    width: 91px;
    height: 87px;
    border-radius: 5%;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    font-size: 35px;
}
.icon-hover-box:hover {
  background-color:white ;  
  transform: scale(1.1); 
	color:#4d2918;
}

.cta {
    position: fixed;
    color: #fff;
    bottom: 0;
    left: 0;
    margin: 20px;
    border-radius: 45px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 1px;
    background: #fff;
    border: 2px solid #fff;
    z-index: 9999;
    font-size: 23px;
}

.cta-call {
    position: fixed;
    color: #fff;
    bottom: 0;
    right: 0;
    margin: 35px;
    border-radius: 32px;
    width: 65px;
    height: 65px;
    text-align: center;
    padding-top: 15px;
    background-color: #4c8f01;
    border: 2px solid #fff;
    z-index: 9999;
    margin-bottom: 14px !important;
}

@media screen and (max-width: 900px) {
	.service-block4 {
		height: 202px;
width:400px;
	}
	.year {
	margin-top: -3% !important;
	}
	.cta {
    bottom: -24px;
	left: -15px;
	}
	.cta-call {
    bottom: -18px;
    right: -31px;
    width: 60px;
	height: 60px;
	}
}

    
