/*-- Style Main --*/
html {
  scroll-behavior: smooth;
}
:root {
	--primary-darkyellow: #F5972C;
    --primary-yellow: #fbc25e;
	--primary-darkblue: #1c202d;
    --secondary-darkblack: #000000;
	--secondary-white: #ffffff;
}
/* var(--primary-darkyellow) */

.content-area .facts-items .fact .icon, .content-area .facts-items .fact__value, .content-area .skills .section-title__main, .content-area .testimonial-rating .icon.active, 
.content-area .background-dark .contact-info p, .content-area .contact-info li:before, .content-area .footer__title, .content-area .skills .skill__name, .content-area .cover h1 span {
    color: var(--primary-darkyellow);
}
.content-area .skills .progress-bar, .content-area .skills .skill__value:before, .content-area .service:before {
    background: var(--primary-darkyellow);
}
.content-area .social-connet a:hover {
    border-color: var(--primary-darkyellow);
    background: var(--primary-darkyellow);
}
.content-area .skills .tab-container .tabs li.current button, .content-area .skills .skill__value, .content-area .btn--primary {
    background: var(--primary-darkyellow);
    color: var(--secondary-white);
}
/*--Default--*/
section, footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    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;
}

/* 20/03/24 */
.earth {
    position: relative;
    width: 100%;
    max-width: 43%;
    padding-top: 43%;
    top: 50%;
    transform: translateY(-50%);
    left: 9rem;
}
.earth-mask {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.earth-clouds {
    -webkit-animation-name: clouds;
    animation-name: clouds;
    -webkit-animation-duration: 480s;
    animation-duration: 480s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-image: url(/img/clouds.png);
    background-size: auto 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    box-shadow: inset 0 0 30px rgb(13, 22, 23), 0 0 80px rgba(3, 147, 172, 0.5);
}

.earth-surface {
    -webkit-animation-name: surface;
    animation-name: surface;
    -webkit-animation-duration: 340s;
    animation-duration: 340s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-image: radial-gradient(ellipse at center,rgba(255,255,255,0) 40%,rgba(255,255,255,0.5) 80%,white 100%),url(/img/earth.jpg);
    background-size: auto,auto 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    box-shadow: inset 0 0 30px rgb(13, 22, 23), 0 0 80px rgba(3, 147, 172, 0.5);
}
.earth-shadow {
    position: absolute;
    top: -5px;
    left: -5px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border-radius: 50%;
    z-index: 4;
    -webkit-animation-name: light;
    animation-name: light;
    -webkit-animation-duration: 240s;
    animation-duration: 240s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    /* box-shadow: inset 300px -200px 300px rgb(0 0 0 / 65%); */
}
@-webkit-keyframes surface {
	0% {
		background-position-x:0;
	}
	100% {
		background-position-x:-3800px;
	}
}
@keyframes surface {
	0% {
		background-position-x:0;
	}
	100% {
		background-position-x:-3800px;
	}
}
@-webkit-keyframes clouds {
	0% {
		background-position-x:0;
	}
	100% {
		background-position-x:3800px;
	}
}
@keyframes clouds {
	0% {
		background-position-x: 0;
	}
	100% {
		background-position-x: -3800px;
	}
}
@-webkit-keyframes light {
	0% {
        box-shadow: inset 1900px 0px 300px rgb(0 0 0 / 65%);
    }
	100% {
        box-shadow: inset -3800px -200px 300px rgb(0 0 0 / 65%);
	}
}
@keyframes light {
	0% {
		box-shadow: inset 900px 0px 300px rgb(0 0 0 / 65%);
	}
	100% {
        box-shadow: inset -800px -200px 300px rgb(0 0 0 / 65%);
	}
}
/* end */
/*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: 100px;
    font-family: 'Titillium';
    font-weight: 700;
    line-height: 0.59;
    padding-bottom: 5px;
    color: var(--primary-darkyellow);
}
#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: var(--primary-darkyellow);
    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: var(--secondary-white);
    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: var(--secondary-white);
    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);
    z-index: 999;
}
body.logged-in #header-main{
    top: 32px;
}
#header-main .logo-holder {
    display: flex;
    flex-wrap: wrap;
    width: 90px;
    margin: 0 auto;
    transition: all 0.2s;
}
#header-main .logo-holder {
    width: auto;
    height: 90px;
    background: transparent;
}
#header-main .logo-holder .brand-logo {
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    padding: 8px;
}
#header-main .logo-holder .brand-logo .logo-main {
    height: auto;
    object-fit: contain;
    width: 100%;
}
#main_menu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
#main_menu .menu-item a {
    padding: 10px 2px;
    position: relative;
    font-size: 15px;
}
#main_menu .menu-item a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-darkyellow);
    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: var(--secondary-white);
    padding: 0;
    font-weight: 600;
}
#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: var(--primary-darkyellow);
    color: var(--secondary-white);
    border-color: #191d28;
    border: none;
}
#footer .footer-newsletter-form  #news-email {
    min-height: 64px;
    border: 1px solid var(--secondary-white);
}
#footer .footer-newsletter-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -30px;
}
#footer .footer-newsletter-form .ajax-loader {
    display: none !important;
}
.footer-brand-logo:before {
    width: 110%;
    background: none;
}

.footer-about .contact-info li p {
    font-weight: 700;
}
/*-- 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: var(--secondary-white);
    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 .serv_item {
    color: var(--secondary-white);
    display: flex;
    column-gap: 20px;
    margin-bottom: 5vh;
}
#banner_serv .serv_item .icon_side {
    padding-top: 15px;
}
#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 var(--secondary-white);
    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: 32px;
}
#home-banner .overlay.overlay--pattern {
    opacity: 1;
    background: rgba(41,47,64,0.55);
}

/*-- Our Working Process--*/

#experience .exp_block {
    padding-top: 15px;
    padding-bottom: 15px;
}
#experience .block_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
    padding: 30px 20px;
    justify-content: center;
    text-align: center;
    background: rgba(23,26,35,0);
    position: relative;
    z-index: 11;
    transition: all 0.5s;
}
#experience .block_inner::before {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    border: 2px solid var(--primary-darkyellow);
    width: 0px;
    height: 0px;
    border-left: none;
    border-bottom: none;
    z-index: -11;
    transition: all 0.5s;
}
#experience .block_inner::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: -8px;
    border: 2px solid var(--primary-darkyellow);
    width: 0px;
    height: 0px;
    border-right: none;
    border-top: none;
    z-index: -11;
    transition: all 0.5s;
}
#experience .block_inner:hover::before, #experience .block_inner:hover::after {
    width: 40%;
    height: 40%;
}
#experience .block_inner:hover {
    background: rgba(23,26,35,1);
    color: var(--secondary-white);
}
#experience .experience-title {
    margin-bottom: 0px;
    justify-content: center;
}
#experience .block_inner .experience-icon img {
    /* filter: brightness(0); */
    transition: all 0.5s;
}
#experience .block_inner:hover .experience-icon img {
    filter: none;
}
#experience .experience-description.card::before {
    background: #171a23;
}
#experience .experience-title {
    margin-bottom: 0px;
}
#experience .experience-title h6 {
    font-size: 20px;
    text-transform: uppercase;
}
#experience .block_inner p {
    transition: all 0.5s;
}
#experience .block_inner:hover p {
    color: var(--secondary-white);
}
#experience .experience__cologo {
    font-size: 2rem;
    background: #f2f2f2;
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
}



/*--Services--*/

#services {
    background: #171a23;
}
#services .service {
    flex-direction: row;
    row-gap: 20px;
    flex-wrap: wrap;
    align-content: flex-start;
}
#services .service::after {
    content: "";
    width: calc(100% - 90px);
    position: absolute;
    bottom: 25px;
    height: 1px;
    background: #e1e9fb;
}
#services .services_row {
    margin: 0;
    column-gap: 30px;
    row-gap: 30px;
}
#services .services_row > div {
    padding: 0;
    min-width: 30%;
    display: flex;
}
#services .services_row .service__body p {
    border: none;
}

/*--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;
}

.portfolio .element-item {
    max-width: 33.33%;
    padding: 20px;
    width: 100%;
}
.portfolio .slide-inner {
    position: relative;
    padding-top: 75%;
    display: flex;
    overflow: hidden;
    border: 2px dashed var(--primary-darkyellow);
    box-shadow: 0 0 3px 1px rgba(23,26,35,30%);
    /*border: 2px dashed rgb(23,26,35,0.8);
    bo*/x-shadow: 0 0 3px 3px rgb(251 194 94 / 80%);
}
#portfolio .slide-inner .slide-inner-image {
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto !important;
}
.portfolio .slide-inner-image img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
}
.portfolio .slide-inner-meta {
    z-index: 99;
}

#filters {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    padding-bottom: 20px;
}
#filters .button {
    padding: 5px 15px;
    text-transform: capitalize;
    background: transparent;
    border: 2px solid #171a23;
    border-radius: 2px;
    background: #171a23;
    color: var(--secondary-white);
    transition: all 0.3s;
    font-weight: 500;
}
#filters .button:hover, #filters .button.is-checked {
    color: #171a23;
    background: var(--primary-darkyellow);
}
.portfolio .slide-inner-image::before {
    z-index: 99;
}

input.error,textarea.error{
    border: 1px solid #ff0000!important;
  }
  form label.error{
    display: none!important;
  }