/*************************CUSTOM CSS***************************/

.logo {
    width: 80% !important;
}

.elementor-3141 .elementor-element.elementor-element-4398f8f:not(.elementor-motion-effects-element-type-background), .elementor-3141 .elementor-element.elementor-element-4398f8f > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: rgb(0 0 0 / 42%) !important ;
    height: 125px;
}

.elementor-3141 .elementor-element.elementor-element-60aa1ba > .elementor-element-populated {
    padding: 0px 0px 28px 0px !important ;
}

.elementor-4074 .elementor-element.elementor-element-7bef6e7 .slider-parallax-wrapper .slider_parallax_slides .slide .title h2 {
        font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    color: #fff;
}

.standard-wrapper {
    width: 100% !important ;
}
 .caption {
    margin: 0PX 0PX -126PX 0PX !important ;
}

.info-box {
	background: #F3F5F6;
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 50px 20px;
}
.info-box::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	left: 0;
	background: var(--primary-color);
	z-index: -1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .3s ease-in-out;
}
.info-box.active::after{
	height: 100%;
}
.info-box:hover::after{
	height: 100%;
}
.info-box .icon {
	font-size: 40px;
	margin-bottom: 8px;
	color: var(--primary-color);
	-webkit-transition: all .4s ease-in-out;
	transition: all .3s ease-in-out;
}
.info-box:hover .icon{
	color: #fff;
}
.info-box.active .icon{
	color: #fff;
}
.info-box .content h4 {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 8px;
}
.info-box .content h4 a{
	color: var(--headding-color);
	-webkit-transition: all .4s ease;
	transition: all .3s ease-in-out;
}
.info-box:hover .content h4 a{
	color: #fff;
}
.info-box.active .content h4 a{
	color: #fff;
}
.info-box .content p {
	-webkit-transition: all .4s ease;
	transition: all .3s ease-in-out;
	line-height: 24px;
	font-size: 14px;
}
.info-box:hover .content p{
	color: #fff;
}
.info-box.active .content  p{
	color: #fff;
}
/*
 * Info Box 2
*/
.info-box-2 {
	text-align: center;
	height: 100%;
	border: 1px solid #ddd;
	-webkit-transition: all .4s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #fff;
}
.info-box-2 .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transform: scale(1.4);
  opacity: 0;
  visibility: hidden;
}
.info-box-2 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-box-2 .content {
  padding: 20px 10px !important ;
  background-color: #2f73ba12;
}
.info-box-2:hover .thumb {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.info-box-2.active .thumb {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.info-box-2 .thumb:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000007a;
  z-index: 1;
  top: 0;
  left: 0;
}
.info-box-2 .content-full i {
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--primary-color);
  color: transparent;
  font-size: 50px;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  transition: all .3s ease-in-out;
}
.info-box-2:hover .content-full i {
  -webkit-text-stroke-color: #fff;
}
.info-box-2.active .content-full i {
  -webkit-text-stroke-color: #fff;
}
.info-box-2 .content-full h4 {
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-top: 5px;
}
.info-box-2 .content-full h4 a {
  color: var(--headding-color);
  -webkit-transition: all .4s ease;
  transition: all .3s ease-in-out;
}
.info-box-2 .content-full p {
  font-size: 15px;
  line-height: 32px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .3s ease-in-out;
}
.info-box-2:hover .content-full p {
  color: #fff;
}
.info-box-2:hover .content-full h4 a {
  color: #fff;
}
.info-box-2.active .content-full p {
  color: #fff;
}
.info-box-2.active .content-full h4 a {
  color: #fff;
}



/*
 * Feature
*/
.features-area-left-content {
	position: relative;
}
.shap-features {
	animation-name: bounce-1;
	animation-timing-function: linear;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	margin: 0 auto 0 auto;
	transform-origin: bottom;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}
.features-item.active {
    background: #fff;
    display: block;
    position: relative;
    box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%)
}
.features-item {
    padding: 20px 30px;
}
.features-item h2 {
    font-size: 20px;
    margin-top: 19px;
}
.features-item p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}
.shap-features {
	position: absolute;
	top: -28px;
	left: -24px;
}
.button-1 {
    display: inline-block;
    padding: 14px 30px;
    background: #5f3afc;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .5px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    line-height: 25px;
}

.button-2 {
    background: #ed2c41;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 30px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 25px;
}

.section-padding {
    padding: 100px 0px;
}

.elementor-4074 .elementor-element.elementor-element-2e20bfc {
    margin-top: 125px !important ;
    /* margin-bottom: 13px; */
    z-index: 2;
}

.section-bg {
    background-color: #2f73ba12 !important ;
}

.choose-section{
padding: 50px 0px 0px 0px;
    width: 118%;
    position: relative;
    right: 97px;
}
.elementor-4074 .elementor-element.elementor-element-7bef6e7 .slider-parallax-wrapper .slide .image-container::before {
     background: 0 !important ;
}

@media (max-width: 767px) {
    .elementor-4074 .elementor-element.elementor-element-7bef6e7 .slider-parallax-wrapper {
         height: 785px!important ;
    }
    
        #page-content-wrapper .inner .sidebar-content.fullwidth img {
        max-width: 100%;
         height: 100% !important;
    }
    
    #btn-close-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.choose-section {

     width: 100%!important;

     right: 0px!important;
}
.elementor-4074 .elementor-element.elementor-element-7bef6e7 .slider-parallax-wrapper .slider_parallax_slides .slide .title h2 {
    font-size: 37px!important;
}
}
