/*-- Style Main --*/
html {
  scroll-behavior: smooth;
}
/*--Default--*/
section, footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
}
.main_block{
    display: inline-block;
    width: 100%;
}
.font-tit{
    font-family: 'Titillium';
}
#particles-js {
    width: 55%;
    height: 100%;
    background-color: transparent;
    /*background-image: url("");*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    right: 0px;
    margin: 0 auto;
    margin-right: 0px;
}
#page {
    padding-top: 90px;
}

/*header*/

#web_loader {
    /*display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;*/
}
#web_loader #lineDrawing{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#web_loader #lineDrawing .demo-content {
    width: 500px;
    max-width: 85%;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
#web_loader #lineDrawing .demo-content > .inner_demo{
    padding-top: 50%;
    position: relative;
}
#web_loader #lineDrawing .demo-content .logo_elements {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    animation-name: logo-elements;
    filter: grayscale(1);
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
    transition: all 1s;
}
#web_loader #lineDrawing .demo-content .full-logo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#web_loader .demo-content .logo_elements img{
    width: 100%;
}
#web_loader .demo-content .logo_elements .logo_fav {
    width: 100%;
    max-width: 35%;
    overflow: hidden;
    transition: all 1s;
    animation-name: logo-favicon;
    animation-duration: 1s;
    transform: rotate(0deg);
    animation-fill-mode: forwards;
}
#web_loader .demo-content .logo_elements .logo_title {
    width: 100%;
    max-width: 65%;
    padding-left: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: hidden;
    transition: all 1s;
    animation-name: logo-title;
    animation-duration: 1.5s;
}
#web_loader .demo-content .logo_elements .logo_title .yr-head {
    display: block;
    font-size: 122px;
    font-family: 'Titillium';
    font-weight: 700;
    line-height: 0.59;
    padding-bottom: 5px;
    color: #fbc25e;
}
#web_loader .demo-content .logo_elements .logo_title .info-head {
    font-size: 85.5px;
    font-family: 'Titillium';
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #fbc25e;
    line-height: 0.7;
    padding-top: 35px;
}
#web_loader .demo-content .logo_elements .logo_title img{
    width: 300px;
    height: 176px;
    max-width: none;
}
#web_loader .demo-content .logo_elements .logo_tagline {
    width: 100%;
    overflow: hidden;
    height: 0px;
    animation-name: logo-tagline;
    animation-duration: 1s;
    animation-delay: 1.5s;
    transition: all 1s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    animation-fill-mode: forwards;
}
#web_loader .demo-content .logo_elements .logo_tagline .tagline {
    position: relative;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-align: center;
    line-height: 1;
    margin-top: 14px;
    width: 100%;
    padding: 11px 0;
}
#web_loader .demo-content .logo_elements .logo_tagline .tagline::before, #web_loader .demo-content .logo_elements .logo_tagline .tagline::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
#web_loader .demo-content .logo_elements .logo_tagline .tagline::after{
    top: auto;
    bottom: 0px;
}

@keyframes logo-elements {
  from {filter: grayscale(1);}
  to {filter: grayscale(0);}
}
@keyframes logo-favicon{    
    from {transform: rotate(-180deg);}
    to {transform: rotate(0deg);}
}
@keyframes logo-title {
  from {max-width: 0px;}
  to {max-width: 65%;}
}
@keyframes logo-tagline {
  from {height: 0px;}
  to {height: 74px;}
}
#header-main {
    background: #171a23;
    box-shadow: 0px 0px 3px 1px rgb(255,255,255,0.55);
}
body.logged-in #header-main{
    top: 32px;
}
#header-main .logo-holder {
    display: flex;
    flex-wrap: wrap;
    width: 90px;
    transition: all 0.2s;
}
#header-main.navbar--sticky .logo-holder {
    width: 70px;
    height: 70px;
}
#header-main .logo-holder .brand-logo {
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
}
#header-main .logo-holder .brand-logo .logo-main {
    height: 100%;
}
#main_menu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
#main_menu .menu-item a {
    padding: 10px 2px;
    position: relative;
}
#main_menu .menu-item a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #fbc25e;
    transition: all 0.5s;
}
#main_menu .menu-item.current-menu-item a::after, #main_menu .menu-item:hover a::after{
	width: 100%;
}
#main_menu .menu-item.current-menu-item.menu-item-type-custom a::after {
    opacity: 0;
}



/*--Footer--*/

#footer .quicklink_list {
    padding-left: 25px;
    list-style: disc;
}
#footer .quicklink_list li {
    margin-bottom: 15px;
    width: 100%;
}
#footer .quicklink_list li a {
    color: #fff;
    padding: 0;
}
#footer .quicklink_list li a::after {
    display: none;
}
#footer .footer-newsletter-form input.btn {
    width: auto;
    padding-top: 1.1rem;
    padding-bottom: 1rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    font-size: 12px;
    background: #fbc25e;
    color: #191d28;
    border-color: #191d28;
    border: none;
}
#footer .footer-newsletter-form  #news-email {
    min-height: 64px;
    border: 1px solid #fff;
}
#footer .footer-newsletter-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -30px;
}
#footer .footer-newsletter-form .ajax-loader {
    display: none !important;
}

/*-- Home Page --*/

#home-banner:before{
	display: none;
}
#home-banner > .cover-image {
    background-size: contain;
    background-color: #000;
    background-position: left center;
}
#home-banner .cover__content {
    min-height: calc(100vh - 25px);
    height: auto;
    transform: none;
    padding-top: 75px;
    padding-bottom: 75px;
}
#home-banner .banner_upper_cont .banner-title {
    margin-bottom: 15px;
}
#home-banner .banner_upper_cont .banner-head-serv {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}
#home-banner .banner_oth_cont > .main_block {
    max-width: 800px;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}
#banner_serv {
    row-gap: 30px;
}
#banner_serv .serv_item {
    color: #fff;
    display: flex;
    column-gap: 20px;
    align-items: center;
}
#banner_serv .serv_item .icon_side {
    padding-top: 0px;
}
#banner_serv .serv_item .icon_side .serv_icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
}
#banner_serv .serv_item .cont_side .serv-head {
    font-family: 'Titillium';
    padding-bottom: 5px;
    font-size: 24px;
}
#home-banner .overlay.overlay--pattern {
    opacity: 1;
    background: rgba(41,47,64,0.55);
}

/*-- Our Working Process--*/

#experience .experience-description.card::before {
    background: #171a23;
}
#experience .experience__cologo {
    font-size: 2rem;
    background: #f2f2f2;
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

/*--Services--*/

#services {
    background: #171a23;
}

/*--Testimonials--*/

#testimonials .client-feed {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.8rem;
    font-style: italic;
    height: 165px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
#testimonials .client-feed::before, #testimonials .client-feed::after {
    content: "";
    background-image: url(../img/quote-start.png);
    position: absolute;
    height: 18px;
    width: 18px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0px;
    left: 0px;
}
#testimonials .client-feed::after {
    top: auto;
    bottom: 15px;
    left: auto;
    right: 0px;
    background-image: url(../img/quote-end.png);
}
#testimonials  .client-feed blockquote {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#testimonials  .client-feed blockquote::before, #testimonials  .client-feed blockquote::after{
    display: none;
}
#testimonials .testimonial-info {
    align-items: center;
}
#testimonials .testimonial-customer {
    align-items: center;
}
#testimonials .testimonial__avatar {
    max-width: 68px;
}