/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.top-header-contact a, .top-header-contact{
	color:#f7f7f7;
	font-size:14px;
}
.top-header-contact a:hover{
	color:#f9be4a;
}
.top-header-contact > .header-module{
	    height: 50px;
}
.font12{font-size:13px;}

/* Heading Animation Start */
.heading-highlight-text {
    background: linear-gradient(90deg, #0e343e, #f9be4a, #0e343e) -100% / 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmer 5s linear infinite;
}
 @keyframes shimmer {
	 to {
		 background-position: 100%;
	}
} 

.heading-highlight-text-light {
  background: linear-gradient(
    90deg,
    #e8f1f3 0%,
    #ffffff 35%,
    #f9be4a 50%,
    #ffffff 65%,
    #e8f1f3 100%
  );
  background-size: 200% auto;
  background-position: -100% 0;

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

  animation: shimmer-light 4s linear infinite;
}

@keyframes shimmer-light {
  to {
    background-position: 200% 0;
  }
}
/* Text Animation End */

/* Button animation start */
@property --border-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0turn;
  }

  .animated-border-btn {
    --border-angle: 0turn;
    --btn-bg: #ffffff;
    --btn-text: #0e343e;
    --border-base: #c2c2c2;
    --border-shine: #0e343e;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 35px;
    border: 1px solid transparent;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--btn-text);
    cursor: pointer;

    background:
      linear-gradient(var(--btn-bg), var(--btn-bg)) padding-box,
      conic-gradient(
        from var(--border-angle),
        var(--border-base) 0deg,
        var(--border-base) 300deg,
        var(--border-shine) 330deg,
        var(--border-base) 360deg
      ) border-box;

    animation: border-spin 3s linear infinite;
    transition:
      color 0.3s ease,
      background 0.3s ease,
      transform 0.2s ease;
  }

  .animated-border-btn:hover {
    --btn-bg: #0e343e;
    color: #ffffff;
/*     --border-base: #f9be4a; */
    --border-shine: #f9be4a;
  }

  .animated-border-btn:active {
    transform: scale(0.97);
  }

  @keyframes border-spin {
    to {
      --border-angle: 1turn;
    }
  }
/* Button animation end */

.our-service-box .iconbox{z-index:3; position:relative;}
.z-index-99{z-index:99}
.our-service-box .iconbox:hover .contents a {background: #0e343e;
    color: #fff;}
.is-stuck .navbar-brand {
    padding-top: 12px !important;
    padding-bottom: 12px!important;
}
.mainbar-wrap.is-stuck{
 	background: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
	    background: #46b450 !important;
}
.mainbar-wrap.is-stuck .main-nav > li > a:hover{
	color:#f9be4a !important;
}

/* Teestimonial section Start*/
.testi-heading{
	padding-top:60px;
}
.testi-box{    background: #fff;
    border-radius: 20px;}
.testi-content{padding: 25px 25px 0 25px;}
.testi-content img{margin-top:-85px; width:55px;}
.testi-txt{    font-size: 16px;
    line-height: 24px; margin-bottom: 15px;}
.testi-txt-name{
	font-weight:500; margin-bottom:0px;
}
 
.testi-box > div > img{width:100%}
.testi-name{    font-weight: bold;
    color: #1D1D1F;
    margin-bottom: 0;
}
.testi-position{
	    color: #8A8A8E;
    padding-bottom: 25px;
    line-height: 16px;
	font-size:13px;
}

.testi-section .carousel-nav{
	    position: relative;
    z-index: 9999;
    padding-left: 30px;
    margin: 0 auto;
    bottom: 160px;
}
.testi-quote-img img{position:absolute;}
.testi-section > .ld-container.container{background: #0e343e;
    padding: 30px 30px 0 30px;
    border-radius: 30px;
}
/* Teestimonial section End*/

.latest-blogs article{
	border: 1px solid #dbdbdb;
    padding: 20px;
    border-radius: 12px;
}

.latest-blogs article h2 a{
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 57px;
}

.page-contact-form {
    background: #0e343e;
    padding: 40px 40px 20px;
    border-radius: 8px;
}
.popup-contact-form form br {
    display: none;
}
.popup-contact-form form input, .popup-contact-form form .ui-selectmenu-button {
    padding-left: 1.2em;
    margin-bottom: 20px;
    border-radius: 8px !important;
}

.titlebar-inner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background: linear-gradient(115deg, rgb(14 52 62 / 70%) 0%, rgb(249, 190, 74) 100%);
    color: #fff;
}

#primary-nav li a .fa.fa-chevron-down {
    font-size: 12px;
    top: -1px;
    position: relative;
}

.contact-us-form-sec input {
    border-radius: 50px;
}
.contact-us-form-sec textarea {
    border-radius: 20px !important;
}

.wpcf7-spinner{
	position:absolute;
}

.store-address-sec .iconbox {
    border: 1px solid #dbdbdb;
    padding: 20px;
}

.lqd-back-to-top {
    opacity: 1;
	visibility: visible; }

.heading-highlight-text.mb-0{
	margin-bottom:0px !important;
}

.why-choose-sec .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
	    box-shadow: 0px 2px 35px #00000014;
    padding: 30px;
    border-radius: 12px;
}

.logo-carousal-sec .wpb_single_image .vc_figure {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

/* Media query  */
@media screen and (max-width:480px){
	h2{
		font-size: 26px !important;
		margin-bottom: 10px !important;
	}
	
     .testi-quote-img img {
        width: 30%;
        margin-top: -86px;
        margin-left: -60px;
    }
	.testi-heading {
    padding-top: 20px;
}
	    .testi-section > .ld-container.container {
        padding-bottom: 40px;
    }
}

@media screen and (max-width:767px){
	    .testi-section .carousel-nav {
        margin-top: -72px !important;
    }
	.mobile-none{
		display:none
	}
	
	.titlebar-inner {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
	    .titlebar-inner h1 {
        font-size: 24px !important;
    }
	.heading-highlight-text{
		line-height:30px;
	}
	.popup-contact-form .vc_col-sm-8{margin-bottom:30px;}
}

@media screen and (max-width:1023px){
	.counter-sec .liquid-counter > .liquid-counter-element{font-size:40px;}
}

@media screen and (min-width:768px)and (max-width:1023px){
	
}

@media screen and (min-width:768px){
	    .testi-quote-img img {
               margin-top: -100px;
        width: 141px;
    }
	.text-desktop-right{
		text-align:right;
	}
	.desktop-none{
		display:none;
	}
		    .titlebar-inner h1 {
        font-size: 44px !important;
    }
}

@media screen and (min-width:1024px){
	.justify-desktop-right{justify-content:right}
	h2{
		margin-bottom: 25px !important;
	}
	    .testi-section .carousel-nav {
        width: 1266px;
    }
	.desktop-pb-83 > .vc_column-inner > .wpb_wrapper {
		    padding-bottom: 83px !important;
	}
	.website-url-box .iconbox {
		min-height:220px;
	}
	header .navbar-header .navbar-brand-inner img{
		width:150px;
	}
	header .navbar-header .navbar-brand-inner .logo-sticky{width:130px;}
}

@media screen and (max-width:1199px) {
	    .main-header .navbar-brand {
        padding: 8px 0 !important;
    }
	header .navbar-header .navbar-brand-inner .logo-sticky{width:100px;}
	.mainbar-wrap.vc_custom_1774351813474  {display:none}
	[data-mobile-header-scheme=gray] .main-header .navbar-header {
        background-color: #ffffff !important;
    }
	[data-mobile-nav-scheme=dark] .navbar-collapse{
		    background: linear-gradient(182deg, rgb(14, 52, 62) 0%, rgb(249, 190, 74) 139%) !important;
			
	}
	.mainbar-wrap.is-stuck .main-nav > li > a .txt > i, .mainbar-wrap .main-nav > li > a .txt > i{
		display:none
	}
	[data-mobile-nav-scheme=dark] .nav-item-children{
		   background: linear-gradient(182deg, rgb(14, 52, 62) 0%, rgb(249, 190, 74) 139%) !important;
	}
	[data-mobile-nav-scheme=dark] .main-nav .lqd-custom-menu > li > a, [data-mobile-nav-scheme=dark] ul.nav.main-nav > li > a, .main-nav .children > li > a, .nav-item-children > li > a{text-align:center !important}
}

@media screen and (min-width:1200px) {
	.mainbar-wrap.is-stuck .main-nav > li > a{color:#000 !important}
}