/*
 Theme Name:   Enviromanager
 Description:  The main theme powering the Enviromanager website.
 Author:       Farhad Iskenderov
 Version:      0.0.1
 Text Domain:  enviromanager
*/
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

:root {
 --dark-grey: #353637;
 --grey: #272a29;
 --simple-grey: #343735;
 --black: #313131;
 --blue: #8ED0FF;
 --white: #fff;
 --grey-light: #f2f2f2;
 --grey-med: #7d7d7d;
 --green-led:#90AF0F;
 --green-sed:#E0F0E7;
}

strong,
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
.contact-form-thank-message strong,
fn,
input,
textarea,
p,
th,
td,
.three-images-layout .item .title,
select {
  border: 0 none;
  color: var(--blue-dark);
  list-style-type: none;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 18px;
  color: var(--black);
}

html,
body {
  /* height: 100%; */
  margin: 0;
  padding: 0;
  direction: rtl;
  background-color: var(--white);
}
body{
  background-image: url(gfx/footer-gr-b.svg);
  background-repeat: no-repeat;
  background-position: bottom -815px center;
  background-size: 100%;
}
body.single-article{
 background-color: var(--white);
}

html {
  overflow-x: hidden;
}
.menu-open{
  overflow: hidden; 
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

html.open-popup {
  overflow-y: hidden;
}

header, div:not(.no-trans), span:not(.no-trans), a:not(.no-trans), p, li, ul, section, span:not(.preloader-el), label, img, :after, :before, button, i, img:not(.preloader-el), nav, input, h3, ::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
::after,::before{
  pointer-events:none;
}
.b-lazy {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}
.b-lazy.b-loaded, .b-lazy.b-error {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    opacity: 1;
}
img {
  max-width: 100%;
  display: block;
  margin: auto;
}
video{
     min-width: 100%;
     min-height: 100%;
     width: 100%;
     position: absolute;
     top: 0;
     right: auto;
     left: 0;
     z-index: 1;
     object-fit: cover;
     bottom: 0;
     margin: auto;
     height: 100%;
}
p, sub{
 font-size: inherit;
 font-weight: inherit;
 font-family: inherit;
 color: inherit;
 line-height: inherit;
}
strong, b{
 font-size: inherit;
 font-weight: bold;
 font-family: inherit;
 color: inherit;
 line-height: inherit;
}
.wrapper, .slick-dots-wrapper, header .sub-menu-wrapp
{
 max-width: 1280px;
 margin: auto;
}
.thumb{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-arrow{
  background-image: url(gfx/arrow-white-horisontal.svg);
  width: 24px;
  height: 24px;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.nav-arrow.prev{
  transform: rotate(180deg);
  background-position: left center;
}
.nav-arrow.next{
  background-position: left center;
}

.action-buttons{
  display: flex;
  column-gap: 24px;
}
.action-button,input[type="submit"]{
  line-height: 60px;
  text-align: center;
  min-width: 305px;
  position: relative;
  border: 1px solid;
  font-weight: 700;
  display: inline-block;
}
input[type="submit"]{
  border: none;
  color: #fff;
  background-color: var(--black);
  cursor: pointer;
}
footer .submitting .contact-footer input[type="submit"],
.contact-form-area .submitting input[type='submit'],
.job-form .submitting li input[type='submit']
{
  font-size:0;
  min-width:60px;
  width: auto;
}

.contact-form-area form.submitting .wpcf7-spinner{
  left: 15px;
}
.action-button.black{color: var(--white);border: none;}
.action-button.transparent{
  border-color: var(--white);
  color: var(--white);
}
.action-button.black-border-color{
  border-color: var(--black);
  color: var(--black);  
}
.hero .action-buttons .action-button{
  flex: none;
  position: relative;
  z-index: 2;
}
.ip_hero .action-buttons .action-button{
  margin-top: 0;
  min-width: 260px;
}
.action-buttons .action-button{
  flex: 1;
}
.action-button span{
  position: relative;
  z-index: 1;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.action-button.link-button span:before{
  background-image:url(gfx/arrow-link.svg);
  background-size: 13px;
  content:'';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.action-button.link-button span{
  padding-left: 32px;
}
.ip_hero .action-button span:before{
  background-image:url(gfx/arrow-link-black.svg);
}
.action-button.catalogue-button span:before{
  background-image:url(gfx/download.svg);
  background-size: 24px;
}
.action-button:after{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.action-button.black:after{
  background-color: var(--black);
}
.action-button.black:hover:after,
input[type="submit"]:hover
{
  background-color:#5b5a5a;
}
.action-button.transparent:hover:after,
header .menu li.all-services a:hover
{
  background-color:rgba(255,255,255,.2)
}
.action-button.white:after{
  background-color: var(--white);
}
.action-button.white:hover:after,
.simple-social .addtoany_shortcode a:hover,
.article-information .linkedin-button:hover,
.newsletter-form input[type='submit']:hover
{
  background-color: #e7eff1;
}
.category-label{color: #233036;display: inline-block;padding: 6px 8px;border: 1px solid #F6F9FA;background-color: #CFDFE3B2;}
.arrow-link{
  background-image: url(gfx/arrow-white-horisontal.svg);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  display: inline-block;
}
/***********Colors*************/
header .menu li a, .white-text,.white-text *{
  color:#fff;
}

/************Padding************/
.padding-top-big{
  padding-top: 100px;
  position: relative;
}

/***********Sizes**************/
.contact-form li.active span.name{
  font-size:12px;
}
.nav-thumb-slider-wrap .item span,
.category-label,
.categories-list li,
.contact-form .wpcf7-not-valid-tip,
#the-count span,
.history-nav-slider .month,
.projects-area .list li,
header .sub-menu li.menu-item-has-children > .sub-menu-wrapper .sub-menu li a
{
  font-size:14px;
}
header .menu li a,
.best-articles.additional_products .description,
.relevant-list-projects .thumb .items span,
.ip_hero .categories-list li,
.single-information .categories-list li,
.box-article .box-image .name,
.reading-time,
.history-nav-slider .year,
.partnership-slider .description,
.filters .filter,
.projects-area .info li
{
  font-size:16px;
}
.nav-thumb-slider-wrap .item.slick-current span, .hero .ip_information .title, .single-job .ip_hero .categories-list li, .all-jobs .list .item .description, header .menu li.all-services a
{
  font-size:18px;
}
.ip_hero .category-label .description, 
.box-content ul li, 
.box-content ol li, 
.box-content .inline, 
.best-articles .description, 
.box-content table td, 
.first-banner .thumb .description, 
.avatar .desc, 
.avatar .desc name, 
.top-author .top-section .name, 
.top-author .top-section .role,
.bottom-author .top-section .name,
.bottom-author .top-section .role,
.about_description .description,
.history-nav-slider .item.slick-current .month,
.faq ul.list .question,
.faq ul.list .answer,
.popular-services .sub-title,
.popular-services .title .description,
.testimonials-slider .info li,
body .wpcf7 form.sent .wpcf7-response-output
{
  font-size:20px;
  line-height: 32px;
}
.ip_hero .description, .relevant-list-projects .thumb h3, .ip_hero .ip_information .description, .box-label .box-results ul.list li .thumb, .ip_hero .read-time .description, .single-job .ip_hero .description, .simple-social .title, .team .list h3, .projects_hero .slick-dots button, .list-projects h3, body .featured-articles .slick-dots button, .jobs-features .description
{
  font-size:22px;
  line-height:24px
}
.hero .description,
.top-author .description,
.promo-banner .description,
.contact-form-area .description,
.contact-form-information .description
{
  font-size: 24px;
  line-height: 32px;
}
.featured-services-categories .list h3,
.best-articles h3,
.popular-services .title,
.all-jobs .list .item .title,
header .sub-menu > li > a
{
  font-size:26px;
  line-height: 30px;
}
h3,.box-content h2,
.second-banner .description,
.job-info .wrap,
.history-slider .month,
.history-slider .description,
.history-nav-slider .item.slick-current .year
{
  font-size:28px;
  line-height:38px;
  font-weight:600;
}

.second-banner .description{
  font-weight:400;  
}
.single-job .ip_hero .categories-list li{
  font-weight:600;    
}
.information .symbol span,
h2,
.box-article .box-quote,
.testimonials-slider .description
{
  font-size:36px;
  line-height:54px;
}
header .menu li.all-services a{
  min-width: 230px;
  line-height: 44px;
}
.job-form h2{
  line-height:38px
}
.second-banner h2,
.jobs-features .title
{
  font-size: 40px;
  line-height: 44px;
}
.first-banner .thumb h2,.box-label .box-results ul.list li .thumb .info{
  font-size:42px;
}
.featured-articles h3{
   font-size: 48px;
  line-height: 54px;
  font-weight: 600; 
}
.box-label .box-testimonial h2{
  font-size:52px;
  line-height: 62px;
}
.hero .title,.faq h2{
  font-size: 56px;
  line-height: 60px;
  font-weight: 600;
}
.hero .simple-social{
  padding-top: 24px;
}
.box-label .box-content .number{
  font-size: 58px;
  font-weight:200;
}
.single-project .hero h1{
  font-size: 64px;
  line-height: 80px;
  padding-top: 90px;
}
.box-label .box-results ul.list li .thumb span{
  font-size: 92px;
  line-height: 70px; 
}
.history-slider .year{
  font-size: 150px;
  line-height: 140px;
}
.best-articles .description {
  line-height:26px;
}

.hero .ip_information .title{
  font-weight: 400;
  line-height: normal;
}
.ip_hero .ip_information .description{
   font-weight: 600;
   padding-top: 0;
}
h2{
  font-weight:700
}


.blur-section,.about-testimonials:after{
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  right: 0;
  height: 94px;
}
header > .wrapper > nav{
}
header:after{
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

header .wrapper{
     display: flex;
     align-items: center;
     height: 100%;
     column-gap: 40px;
}
header .logo{
}
header .menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  column-gap: 40px;
}
header .menu > li{
  line-height: 94px;
}
header .menu li.all-services{
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 100;
}
header .menu li.all-services a{
  border: 1px solid var(--white);
  display: inline-block;
  text-align: center;
  font-weight: 700;
}
header .menu li.menu-item-has-children > a{
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
header .menu li.menu-item-has-children > .sub-menu-wrapper:hover{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:all;
}

header .sub-menu-wrapper {
    position: absolute;
    right: 0;
    z-index: 10;
    padding-top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    top: 100%;
    background-color: rgba(0,0,0,.3);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
header .sub-menu-wrapp{
  min-height: 410px;
  position: relative;
}
header .sub-menu {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 32px;
    padding-top: 40px;
}
header .sub-menu > li{
  flex: 1;
}
header .sub-menu > li > a{
  
}
header .sub-menu li.menu-item-has-children > a{
  padding-left: 0;
  font-weight: 700;
  padding-bottom: 8px;
  display: block;
  border-bottom: 1px solid var(--white);
  line-height: 42px;
}
header .sub-menu li.menu-item-has-children > .sub-menu-wrapper{
  display: block!important;
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
header .sub-menu li.menu-item-has-children > .sub-menu-wrapper .sub-menu{
  display: block;
  padding-top: 6px;
}
header .sub-menu li.menu-item-has-children > .sub-menu-wrapper .sub-menu li{
  padding: 6px 0;
}
header .sub-menu li.menu-item-has-children > .sub-menu-wrapper .sub-menu li a{
  display: block;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  line-height: 18px;
}
header .sub-menu li.menu-item-has-children > .sub-menu-wrapper .sub-menu li a:hover:after{
  opacity:1;
}
header .sub-menu li.menu-item-has-children > .sub-menu-wrapper .sub-menu li a:hover{
  text-decoration:underline;
}
header .sub-menu li.menu-item-has-children > .sub-menu-wrapper .sub-menu li a:after{
  content:'';
  background-image: url(gfx/arrow-white-horisontal.svg);
  width: 17px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity:.5;
  background-repeat: no-repeat;
  background-position: center;
}




header .menu > li.menu-item-has-children > a:after{
  content:'';
  background-image: url(gfx/arrow-white-vertical.svg);
  position: absolute;
  width: 12px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hero,.nav-slider .thumb{
  height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero .wrapper{
  position: relative;
  z-index: 2;
}
.hp_hero:after{
   content: '';
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 76.53%, rgba(0, 0, 0, 0.266945) 86.78%, rgba(0, 0, 0, 0.3) 98.28%);
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   pointer-events: none;
}
.about_hero:after{
  background-blend-mode: overlay;
  background: linear-gradient(74.11deg, rgba(7, 53, 66, 0) 45.12%, rgba(7, 53, 66, 0.27) 64.07%);
  /* background-blend-mode: multiply; */
  /* background: radial-gradient(56.7% 183.69% at 100% 1.64%, rgba(7, 53, 66, 0.4) 0%, rgba(7, 53, 66, 0.259523) 64.42%, rgba(7, 53, 66, 0) 100%) ; */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 82.61%, rgba(0, 0, 0, 0.45) 91.94%); */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.41) 4.06%, rgba(0, 0, 0, 0) 15.65%); */
}
.hero .thumb:after{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
  top: 0;
}
.hero .action-buttons{
  padding-top: 0;
}
.home .hero .action-buttons{
  padding-top: 45px;
}
.ip_hero .action-buttons{
    padding-top: 40px;
}
.nav-slider .thumb{
  z-index: 2;
}
.ip_hero:after{
  content:'';
  background-blend-mode: multiply;
  background: linear-gradient(88.48deg, rgba(0, 0, 0, 0) 36.51%, rgba(0, 0, 0, 0.57963) 60.15%, rgba(0, 0, 0, 0.65) 109.69%);
  background: linear-gradient(87.39deg, rgba(38, 71, 80, 0) 26.08%, rgba(38, 71, 80, 0.476768) 74.68%, rgba(38, 71, 80, 0.54) 94.91%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.74%, rgba(0, 0, 0, 0.36) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.ip_hero:after,
.project_hero:after,
.page-template-articles .hero:after,
.single-job .hero:after,
.contact_hero:after,
.simple_hero:after
{
  background: linear-gradient(182.87deg, rgba(0, 0, 0, 0) 13.08%, rgba(0, 0, 0, 0.6) 96.15%),
linear-gradient(182.87deg, rgba(0, 0, 0, 0.25) 13.08%, rgba(0, 0, 0, 0) 96.15%);

}
.contact_hero:after{
  z-index: 1;
}
.nav-slider{
  position:relative;
}
.nav-slider .thumb .wrap{
  padding-top: 180px;
  position: relative;
  z-index: 2;
}
.nav-slider .thumb .wrap .icon{
  text-align: right;
  max-height: 46px;
}
.nav-slider .thumb .wrap .icon img{
  display: inline-block;
}
.nav-slider .thumb .title{
  padding-top: 25px;
}
.nav-slider .thumb .description,
.about_hero .description
{
  padding-top: 15px;
}
.nav-thumb-slider-wrap{
  position: absolute;
  right: auto;
  bottom: 45px;
  z-index: 3;
  left: calc(max(20px, (100vw - 1280px) / 2));
}
.nav-thumb-slider{
  max-width: 400px;
  float: left;
}
.nav-thumb-slider .slick-list{
  border-left: 1px solid var(--white);
  height: fit-content !important;
}
.nav-thumb-slider-wrap .item{
  color: var(--white);
  padding: 0;
  border: none!important;
  text-align: left;
  opacity: 1!important;
  cursor: pointer;
  /* border-left: 1px solid var(--white)!important; */
}
.nav-thumb-slider-wrap .item span{
  color:inherit;
  padding-left: 45px;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  opacity: .7;
}
.nav-thumb-slider-wrap .item:first-child{
  margin-top: -5px;
}
.nav-thumb-slider-wrap .item span:after{
  content:'';
  position: absolute;
  left: 5px;
  width: 20px;
  height: 1px;
  border-top: 1px dashed var(--white);
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav-thumb-slider-wrap .item:first-child span:after{
  bottom:auto;
  top: 5px;
}
.nav-thumb-slider-wrap .item:last-child span:after{
  top:auto;
  bottom: 0px;
}
.nav-thumb-slider-wrap .item:first-child span{
  padding-top:0;
}
.nav-thumb-slider-wrap .item:last-child span{
  padding-bottom:0;
}
.nav-thumb-slider-wrap .item:last-child span{
}
.nav-thumb-slider-wrap .item.slick-current{
}
.nav-thumb-slider-wrap .item.slick-current span{
   padding-left: 75px;
   opacity: 1;
}
.nav-thumb-slider-wrap .item.slick-current span:after{
  width: 50px;
}
.nav-thumb-slider-wrap .item{
  padding-left: 0;
}
.hero .information{
  position: absolute;
  width: 100%;
  bottom: 35px;
  z-index: 1;
}
.information{
}

.information .list{
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-gap: 100px;
}
.information .list li{
  
}
.information .symbol{

}
.information .symbol span{
  font-weight: 600;
}
.information .description{
  
}


/***************Padding****************/

.part-section{
  padding-top: 80px;
}
.featured-articles,.additional_services{
  padding-top: 80px;
  position: relative;
}
.single-service .featured-services-categories{
  padding-top: 40px;
}




.slick-list{
  padding: 0!important;
}
.part-section h2{
  text-align: center;
}
.featured-services-categories{
  text-align: center;
}

.featured-services-categories .list{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  column-gap: 16px;
  padding-top: 40px;
}
.featured-services-categories .list li{
  flex: 1;
  width: 100%;
  max-width: 310px;
  aspect-ratio: 1 / 1;
}
.featured-services-categories .list a{
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.featured-services-categories .list a:hover:before, .project-video .control, .careers_hero .control,header:after, header .sub-menu-wrapper
{
   backdrop-filter: blur(40px);
   -webkit-backdrop-filter: blur(40px);
   content:'';
}
/***********Header Colors*************/
header,.home header.scrolled
{
  background: rgba(0, 0, 0, 0.4);
}
.page-template-about header,
.home header
{
  background:rgba(255, 255, 255, 0.1)
}
.page-template-contact header{
  background: var(--Black, rgba(50, 49, 49, 1));
}



.featured-services-categories .list a:after{
  content:'';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  top: 0;
  right: 0;
}
.featured-services-categories .list a:before{
  content:'';
  width: 100%;
  max-width: 230px;
  aspect-ratio: 1 / 1;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid var(--white);
}
.featured-services-categories .list a .wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.featured-services-categories .list .icon{
  height: 70px;
}
.featured-projects{
  text-align: center;
}
.filter{
  display: flex;
  align-items: start;
  justify-content: center;
  column-gap: 16px;
  padding-top: 25px;
  padding-bottom: 40px;
}
.filter .sort{
  position: relative;
  min-width: 200px;
  cursor: pointer;
}
.filter .sort > div{
  border: 1px solid var(--black);
  line-height: 44px;
  text-align: center;
}
.filter .sort > div span{
  display: inline-block;
  height: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  padding-left: 22px;
}
.filter .sort > div span:after{
  content:'';
  background-image: url(gfx/arrow-black-vertical.svg);
  width: 13px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.filter .sort .list{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  position: absolute;
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.filter .sort .list.active{
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.filter .sort .list li{
  line-height: 44px;
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}
.filter .sort .list li span{
  display: block;
  height: 100%;
  cursor: pointer;
}
.filter .sort .list li:hover{
  
}
.list-projects{
  text-align: right;
  padding-bottom: 40px;
}
.projects-slider{
  padding: 0;
}
.projects-slider .item{
  width: 1065px;
  height: 390px;
}
.list-projects .thumb{
  height: 100%;
  display: block;
  position: relative;
}
.list-projects .content{
  width: 430px;
  height: 100%;
  border: 1px solid rgba(255,255,255,.4);
  position: relative;
  padding: 40px;
  display: flex;
  align-items: end;
}
.list-projects .content .wrap{
}
.list-projects h3{
}
.list-projects .list{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  padding-top: 8px;
}
.list-projects .list li{
  padding-left: 8px;
  margin-right: 8px;
  border-left: 1px solid var(--white);
}
.list-projects .list li:first-child{
  margin-right: 0;
}
.list-projects .list li:last-child{
  border: none;
}
.list-projects .action-button{
  margin-top: 24px;
  line-height: 44px;
  min-width: 180px;
  border: none;
} 

.logos-slider{
 background-color: rgba(211, 211, 211, 1);
 padding: 50px 0;
}
.logos .item{
  width: 150px;
  height: 40px;
  padding: 0;
  display: table-cell!important;
  vertical-align: middle;
}
.logos .item img{
  /* margin: 0 40px; */
  max-height: 100%;
}

.best-articles{
  
}
.title-wrapper{
  position: relative;
}
.title-wrapper .nav-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 1px solid #323131;
  border-radius: 50%;
  background-image: url(gfx/arrow-nav.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.title-wrapper .nav-arrow:hover{
  background-color:#D9E5E9;
}
.title-wrapper .next{
  left: 0;
}
.title-wrapper .prev{
  right: 0;
}
.title-wrapper h2{
  text-align: right;
  float: right;
}
.title-wrapper:after{
  content:'';
  display:block;
  clear:both;
}
.title-wrapper .action-button{
  float: left;
  min-width: 200px;
  line-height: 44px;
}


.best-articles .list{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  column-gap: 16px;
  padding-top: 40px;
}
.best-articles .list li{
  flex: 1;
  min-height: 380px;
  aspect-ratio: auto;
}
.best-articles .list a{
  display: block;
  height: 100%;
  position: relative;
}
.best-articles .arrow-link{
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.best-articles .category-label{
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.best-articles .wrap{
  min-height: 170px;
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding: 24px;
  background: rgba(0, 0, 0, 0.4);
}
.best-articles h3 br,.relevant-list-projects .thumb h3 br{
  display: none;
}
.best-articles h3::after{
  content: " ";
}
.contact-wrap{
  display: flex;
  column-gap: 50px;
}
.form-section{
  flex-basis:850px;
}
.form-section h2{
  
}
.contact-form{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  column-gap: 16px;
  padding-top: 20px;
}
footer .wpcf7-form.sent .contact-form,
footer .wpcf7-form.sent .contact-footer,
.contact-form-area .wpcf7-form.sent .contact-form
{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
footer .wpcf7-form.sent{
  position: relative;
}
body .wpcf7-list-item{
  margin: 0;
}
body .wpcf7-list-item label{
  display: flex;
  align-items: center;
}
body .wpcf7-list-item-label{
  padding-right: 20px;
}
.contact-footer{
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 15px;
}
.contact-wrap .submitting li:not(.submit),
.job-form .submitting li:not(.submit)
{
  opacity:.5;
}
.contact-form ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.submit{
  margin-top: 32px;
  position: relative;
}
.contact-form ul li{
  position: relative;
  margin-bottom: 16px;
}
body .wpcf7 form.sent .wpcf7-response-output{
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45px;
  right: 0;
  text-align: center;
  padding-top: 75px;
  left: 0;
  font-weight: 600;
}
body .contact-form-area .wpcf7 form.sent .wpcf7-response-output{
  top: 0;
  bottom: 0;
  margin: auto;
  height: 110px;
}
body .newsletter-wrap .wpcf7 form.sent .wpcf7-response-output{
  top: -20px;
}
body .newsletter-wrap .wpcf7 form.sent .wpcf7-response-output:before{
  filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(740%) hue-rotate(264deg) brightness(117%) contrast(100%);
}
body .wpcf7 form.sent .wpcf7-response-output:before{
  content:'';
  background-image: url(gfx/sent-icon.svg);
  position: absolute;
  width: 65px;
  height: 65px;
  right: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  z-index: 1;
  top: 0;
  visibility: visible!important;
}
body .wpcf7 form.invalid .wpcf7-response-output{
  display: none;
}

.contact-form ul li.textarea{
  padding-top: 9px;
}
.contact-form li.column{
  flex: 1;
}
.contact-form input,.contact-form select{
  border-bottom: 1px solid #3231314D;
  line-height: 48px;
  outline: none!important;
  width: 100%;
  -webkit-appearance: none;
  background-color: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form .wpcf7-not-valid-tip{
  position: absolute;
  z-index: 1;
  top: 100%;
}
.newsletter-form .wpcf7-not-valid-tip{
  color: var(--white);
  padding-right: 30px;
  font-weight: 700;
  top: calc(100% + 12px);
}
.newsletter-form .wpcf7-not-valid-tip:before{
  content:'';
  background-image: url(gfx/error-icon.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact-form span{
  display: block;
}
.contact-form span.name{
  position: absolute;
  right: 0;
  z-index: 1;
  top: 12px;
  pointer-events: none;
}
.has-error-container span.name, .job-form li.has-error-container span.name{
  color: #dc3232;
}
.contact-form li.active span.name{
  top: 0;
}
input[type="checkbox"]{
  -webkit-appearance: none;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 1px solid var(--black);
  position: relative;
}
input[type="checkbox"]:checked:after{
  content:'';
  background-image: url(gfx/checked.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact-form textarea{
  border: 1px solid #3231314D;
  height: 130px;
  margin-top: 12px;
  display: block;
  width: 100%;
  background-color: transparent;
}
.contact-form .submitting input[type='submit']{font-size: 0;}
.information-section{
  flex-basis: calc(100% - 850px);
  padding-top: 75px;
}
.information-section .list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.information-section .list li{
  
}
.information-section .wrap{
  display: flex;
  align-items: center;
}
.information-section .icon{
  flex-basis: 40px;
}
.information-section .icon img{
  margin: 0;
}
.information-section .description{
  
}
.newsletter-wrap .wrap{
  display: flex;
  padding: 85px 40px;
  column-gap: 100px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.4);
  position: relative;
  background: linear-gradient(93.26deg, rgba(255, 255, 255, 0.13) 0%, rgba(0, 0, 0, 0.13) 103.81%);
}
.newsletter-wrap .wrap:after{
  content:'';
  /* background-image: url(gfx/gradient-newsletter.svg); */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  z-index: 100;
}
.newsletter-wrap .wrap .title-section{
  flex-basis: 485px;
}
.newsletter-wrap .wrap .form-section{
  flex-basis: calc(100% - 585px);
}
.newsletter-form{
  column-gap: 0;
  padding: 0;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white);
}
footer .newsletter-form span.wpcf7-spinner{
  background-color: transparent;
  filter: brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(1%) hue-rotate(110deg) brightness(97%) contrast(91%);
  left: 0;
  right: 0;
}

.newsletter-form input{
  min-width: auto;
  line-height: 60px;
  border-left: 1px solid var(--white);
  background-color: transparent;
  padding: 0 10px;
  border-bottom: none;
}
.newsletter-form input[type='submit']{
  background-color: var(--white);
  color: var(--black);
}
.submitting .newsletter-form input[type='submit']{
  font-size:0;
}
.newsletter-form li{
  flex: 1;
  padding: 0;
  position: relative;
  margin: 0;
}
.newsletter-form .wpcf7-spinner{
  position: absolute;
}
.newsletter-form span.name{
  top: 17px;
  right: 10px;
  color: var(--white);
}
.newsletter-form li.active span.name{
  top: 5px;
}
footer .sub-menu-wrapper{
  opacity: 1!important;
  visibility: visible!important;
}
footer .sub-menu-wrapper .sub-menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 16px;
  font-size: 0;
}
footer .sub-menu-wrapper .sub-menu a:hover{
  text-decoration:underline;
}
footer .sub-menu-wrapper .sub-menu li{
  padding-bottom: 8px;
  font-size: 20px;
}
.credit .menu > li:nth-child(3) .sub-menu-wrapper .sub-menu{/* column-count: 2; */}
.credit .menu > li:nth-child(4) .sub-menu-wrapper .sub-menu li a{display: flex;flex-direction: row-reverse;justify-content: right;align-items: center;column-gap: 8px;}
footer .sub-menu-wrapper .sub-menu li a i{
  flex-basis: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: right center;
}
.credit .wrap{
  background-color: #323131;
  padding-top: 40px;
}
.credit nav{
  padding-bottom: 50px;
}
.credit .menu{
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.credit .menu > li{
  flex-basis: 20%;
}
.credit .menu > li:nth-child(3){
  flex-basis: 40%;
}
.credit .menu > li > a{
  font-weight: 700;
}
ul.social{
  margin: 0;
  padding: 16px 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  column-gap: 26px;
  border-top: 1px solid rgba(255,255,255,.4);
}
.title-center h2{
  float: none;
  text-align: center;
}
ul.social li{
  
}
ul.social li .wrap{
  padding: 0;
}
ul.social li a{
  
}
ul.social li a img{
  
}
.featured-articles .thumb{
  position: relative;
  height: 660px;
}
.featured-articles .wrapper{
  height: 100%;
}
.featured-articles .wrap{
  height: 100%;
  position: relative;
  z-index: 1;
  width: 50%;
  border-left: 1px solid rgba(255,255,255,.4);
}
.featured-articles .content{height: calc(100% - 70px);position: relative;}

.featured-articles .f-section{
  position: absolute;
  bottom: 33px;
  width: calc(100% - 80px);
}
.featured-articles .category-label{
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  top: 70px;
  right: 0;
}
.featured-articles .icon{
  width: 48px;
  height: 48px;
}
.featured-articles .description{
  color: var(--white);
}
.featured-articles h3{
  color: var(--white);
}
.featured-articles .action-button{
  margin-top: 33px;
}
.featured-articles .bg-area{
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
.featured-articles .bg-area:before{
  content:'';
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100;Neutral+Density */
  background-color: rgba(0,0,0,.3);+,
  FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.articles-nav-slider{
 position:absolute;
 width: 100%;
 bottom: 0;
 z-index: 1;
}
.articles-nav-slider .wrap{
  border-top: none;
  border-left: none;
  width: 100%;
}
.featured-articles .bg-area:after{
  content:'';
  position: absolute;
  height: 1px;
  background-color: rgba(255,255,255,.4);
  width: calc(100% - 1px);
  bottom: 70px;
  right: 0;
}
.articles-nav-slider .inline{
  display: flex;
  padding: 24px 0;
  align-items: center;
}
.middle_hero, .projects_hero, .projects-list-slider .thumb{
  height: 650px;
}
.project_hero{
  height: 800px;  
}
.ip_hero .wrapper{
  height: 100%;
  position: relative;
}
.ip_hero .wrap{
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.simple_hero .wrap{justify-content: start;padding-top: 200px;}

.single-job .ip_hero .wrapper > .wrap{
  justify-content: start;
  padding-top: 175px;
}
.ip_hero .category-label{
  background-color: transparent;
  border: none;
  text-align: center;
}
.ip_hero .category-label .icon{
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.ip_hero .category-label .icon img{
  max-width: 42px;
}
.ip_hero .category-label .description{
  padding-top: 0;
}
.ip_hero h1{
  
}
.ip_hero .description{
  padding-top: 45px;
  max-width: 1030px;
}
.ip_hero .action-button{
  margin-top: 45px;
}

.box-sidebar{
}
.box-sidebar .content{
  flex-basis: 760px;
}
.box-sidebar .sidebar{
  flex-basis: calc(100% - 800px);
}
.box-sidebar .sidebar .gallery{
  width: 480px;
}
.content-nav-slider{
  padding-top: 16px;
  margin: 0 -2px;
}
.box-sidebar .action-buttons{
  padding-top: 16px;
  column-gap: 16px;
}
.box-sidebar .action-button{
  min-width: auto;
}
.box-sidebar .action-button span{
  padding-left: 32px;
}
.single-job .box-sidebar .action-button span{
  padding-left: 0;
}
.box-sidebar .action-button span:before{
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ip_hero .action-button.download-button span:before{
  background-image: url(gfx/download-white.svg);
}
.ip_hero .action-button.copy-button span:before{
  background-image: url(gfx/copy-white.svg);
}
.box-sidebar .sidebar .main-image{
  height: 480px;
  position: relative;
}
.box-sidebar .sidebar .main-image:after{
  content:'';
  position: absolute;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  border: 1px solid var(--white);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.box-sidebar .sidebar .item{
  padding: 0 4px;
  position: relative;
}
.box-sidebar .sidebar .nav-image{
  height: 72px;
  cursor: pointer;
}
.box-sidebar .sidebar .content-nav-slider .item .thumb{
  opacity: .5;
}
.box-sidebar .sidebar .content-nav-slider .item.slick-current .thumb{
  opacity: 1;
}
.box-sidebar .sidebar .content-nav-slider i{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(255,255,255,.4);
  background-image: url(gfx/play-small.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.box-content{
  padding-bottom: 50px;
  padding-right: 60px;
  border-right: 1px dashed #D9D9D9;
}
.box-content table{
  border: 1px solid #BAC9CC;
  padding: 0;
}
.box-content table tr:first-child td{padding-top: 14px;}
.box-content table tr:last-child td{
}
.box-content table td{
  padding: 8px 0;
  position: relative;
}
.box-content table td:after{
  content:'';
  position: absolute;
  background-color: #BAC9CC;
  height: 1px;
  width: calc(100% - 28px);
  right: 28px;
  bottom: 0;
}
.box-content table td:nth-child(2):after{
  right:0;
}
.box-content table tr:last-child td:after{
  display: none;
}
.box-content table tr:last-child td{
  border-bottom:none;
  padding-bottom: 14px;
}

.box-content table td:nth-child(1){
  padding-right: 28px;
}
.box-content table td:nth-child(2){
  text-align: left;
  padding-left: 28px;
}
.box-content:last-child{
  padding-bottom: 0;
  margin-bottom: 50px;
}
.box-sidebar .wrap{
  display: flex;
  column-gap: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #BAC9CC;
}
.single-product .box-sidebar .wrap{
  border-bottom: none;
}
.single-product .box-content:last-child{
  /* margin-bottom: 0; */
}
.single-job .box-sidebar .wrap{
  border-bottom:none;
}
.box-content .inline{
  background-color: #F5F9F9;
  padding: 28px;
  position: relative;
}
.box-content .inline:before{
  content:'';
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #D9D9D9;
  right: -81px;
  border: 10px solid var(--white);
  border-radius: 50%;
}
.box-content h2{
  padding-bottom: 12px;
}
.box-content ol{
  margin: 0;
  padding: 0;
  margin-right: 15px;
  margin-top: 12px;
}
.box-content ol > li{
  margin-top: 16px;
  padding-right: 8px;
}
.box-content ol > li:first-child{
  margin-top: 0;  
}
.box-content ol > li::marker{
  color: #747373;
  font-weight: 700;
}
.box-content ul{
  margin: 0;
  padding: 0;
  list-style-type: none!important;
}
.box-content ol ul{
    padding-top: 8px;
}
.box-content ul li{
  margin-bottom: 8px;
  position: relative;
  padding-right: 26px;
}
.box-content ul li:after{
  content:'';
  width: 8px;
  height: 8px;
  background-color: #A7B5B8;
  position: absolute;
  right: 4px;
  top: 13px;
}
.box-content.files{
  
}
.box-content.files ul.list{
  
}
.box-content.files ul.list li{
  font-weight: 700;
  padding-right: 32px;
  line-height: 32PX;
}
.box-content.files ul.list li a{
  /* position: relative; */
  border-bottom: 1px solid var(--black);
}
.box-content.files ul.list li a:before{
  content:'';
  background-image: url(gfx/file.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.box-content.files ul.list li:after{
  display: none;
}
.best-articles .description{
  color:var(--white);
  padding-top: 8px;
  min-height: 85px;
}

.additional_services .title-wrapper h2{
  text-align: center;
  float: none;
}
.additional_services .item, .relevant-projects .item,.additional_products .item{
  padding: 0 8px;
}
.best-articles .additional-services-slider,.relevant-projects-slider{
  margin: 0 -8px;
  display: block;
}
.additional_services .wrap{
  border-bottom: none;
  border-top: 1px solid rgba(255,255,255,.5);
}
.additional_services .list a{
  height: 456px;
  position: relative;
  display: flex;
  align-items: end;
}
.additional_products .list a{
  height: 380px;
  display: block;
  position: relative;
  align-items: end;
}

.additional_products .wrap{
  margin: 0;
  border: 1px solid rgba(255,255,255,.5);
  position: absolute;
  bottom: 18px;
  width: calc(100% - 32px);
  right: 0;
  left: 0;
  margin: auto;
}
.additional_services .list a .categories{
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
}
.additional_services .list a .categories li{
  
}

.additional_services .arrow-link, .popular-services .arrow-link, .additional_products .arrow-link{
  width: 48px;
  height: 48px;
  background-image: url(gfx/arrow-white-rotate.svg);
  bottom: auto;
  top: 10px;
  background-position: center;
  position: absolute;
  left: 10px;
}
.relevant-list-projects{
  padding-top: 40px;
  text-align: right;
}
.relevant-list-projects .thumb{
  height: 270px;
  position: relative;
  display: block;
}
.relevant-list-projects .thumb .content{
  height: 100%;
  width: 310px;
  padding: 24px;
  border-left: 1px solid rgba(255,255,255,.4);
  position: relative;
  z-index: 1;
}
.relevant-list-projects .thumb .content:after{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.489516) 22.71%, rgba(0, 0, 0, 0) 100%);
}
.relevant-list-projects .thumb .content *{z-index: 1;}
.relevant-list-projects .thumb .content h3{
  position: relative;
}
.relevant-list-projects .thumb .items{
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 12px;
}
.relevant-list-projects .thumb .items li{
  padding: 0;
  position: relative;
}
.relevant-list-projects .thumb .items span{
  color: var(--white);
  padding-right: 16px;
}
.relevant-list-projects .thumb .items li:after{
  content:'';
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #A7B5B8;
  position: absolute;
  right: 4px;
  top: 10px;
}
.categories-list{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  column-gap: 9px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.additional_products .categories-list{
  bottom: auto;
  top: 20px;
  right: 15px;
}
.categories-list li{
  background-color: #CFDFE3B2;
  text-align: center;
  border: 1px solid #F6F9FA;
  color: #233036;
  padding: 6px 8px;
  min-height: auto!important;
  white-space: nowrap;
}
.relevant-projects-slider .item{
  padding: 0 8px;
}
.relevant-projects .wrapper{
  text-align: center;
}
.relevant-projects .wrapper .action-button{
  margin-top: 40px;
}

.first-banner{
  
}
.first-banner .wrapper{
  background-color: #D4E2E6;
  padding: 20px;
}
.first-banner .thumb{
  border: 1px solid var(--white);
  display: flex;
  padding: 40px;
  align-items: center;
  column-gap: 80px;
}
.first-banner .thumb .wrap{
  flex-basis: calc(100% - 465px);
}
.first-banner .thumb h2{
  
}
.first-banner .thumb .description{
  padding-top: 8px;
}
.first-banner .thumb .image{
  flex-basis: 385px;
  background-color: #2a2a2a;
  height: 127px;
  display: flex;
}
.first-banner .thumb img{
  filter: grayscale(100%);
}

.second-banner{
  margin-top: 40px;
}
.page-template-services .second-banner{
  margin-top: 80px;
}

.second-banner .wrap{
  display: flex;
  padding: 30px 0;
}
.second-banner .content{flex-basis:50%;border: 1px solid rgba(255,255,255,.4);padding: 35px 50px;}
.second-banner h2{
  
}
.second-banner .content *{
  position: relative;
  z-index: 1;
}
.second-banner .content:after{
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,.3);
}
.second-banner .description{
  padding-top: 12px;
}
.second-banner .action-button{
  margin-top: 42px;
}
.ip_hero .categories-list{
  position: relative;
  bottom: 0;
  margin-top: 12px;
  right: 0;
  left: 0;
}
.single-article .ip_hero .categories-list,
.single-job .ip_hero .categories-list
{
  margin-bottom: 24px;
  margin-top: 0;
  right: 0;
}
.ip_information{
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 105px;
}
.ip_information li{
  width: 190px;
  display: inline-block;
  vertical-align: top;
}
.ip_information li .wrap{height: auto;display: block;}
.ip_information .icon{
  max-width: 48px;
  margin: auto;
}
.ip_information .title{
  color: var(--white);
}
.ip_information .separator{
  background-image: url(gfx/separator.svg);
  margin: 8px 0;
  background-repeat: no-repeat;
  background-position: center;
  height: 14px;
  background-size: contain;
}
.ip_information .description{
  color: var(--white);
}
.box-label{
  padding-top: 50px;
}
.box-label .wrapper, .bottom-author .wrapper,.article-information .wrapper{
  max-width: 975px;
  position: relative;
  z-index: 1;
}
.box-label .box-content{
  margin-bottom: 0;
  position: relative;
  padding-bottom: 40px;
}
.box-label .box-content .number{
  position: absolute;
  right: -14px;
  background-color: var(--white);
}
.box-label .box-content .inline:before{
  display: none;
}
.box-label .box-content:last-child{
  margin-bottom: 0;
  padding-bottom: 40px;
}
.box-image .inline,.box-video .inline{
  height: 270px;
  box-shadow: 0px 17px 24px 0 rgba(0,0,0,0.12);
}
.box-label .box-testimonial{
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 0;
  border: none;
  margin-bottom: 40px;
}
.box-label .box-testimonial:after{
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background: radial-gradient(40.27% 33.92% at 44.06% 35.28%, rgba(7, 53, 66, 0.4) 0%, rgba(7, 53, 66, 0.259523) 64.42%, rgba(7, 53, 66, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  background-blend-mode: overlay;
  background: linear-gradient(74.11deg, rgba(7, 53, 66, 0) 45.12%, rgba(7, 53, 66, 0.27) 64.07%);
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.157614) 18.24%, rgba(0, 0, 0, 0) 28.5%); */
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 19.26%); */
}
.box-label .box-testimonial .inline{
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.4);
  padding: 40px 50px;
}
.box-label .box-testimonial i,.box-article .box-quote i{
  width: 110px;
  height: 110px;
  position: absolute;
  background-image: url(gfx/note.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: 42px;
  bottom: -50px;
}
.box-label .box-testimonial h2{
  padding-bottom: 0;
}
.box-label .box-testimonial .description{
  padding-top: 5px;
}
.box-label .box-testimonial .avatar{
  padding-top: 32px;
  align-items: center;
}
.avatar{
  display: flex;
  column-gap: 12px;
}
.avatar .image-wrap{
}
.avatar .desc{
  
}
.avatar .name{
  font-weight: 700;
}
.avatar .image{
  width: 64px;
  border-radius: 50%;
  height: 64px;
  background-color: var(--white);
  background-size: contain;
  background-position: center bottom;
}
.control{
  border-radius: 50%;
  background-image: url(gfx/play-big.svg);
  background-size: contain;
  border: 1px solid rgba(255,255,255,.4);
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  cursor: pointer;
  background-color: rgba(255,255,255,.3);
  z-index: 9;
}
.box-label .box-results{
  padding-right: 0;
  margin-top: -15px;
}
.box-label .box-results .wrapper:before{
  content:'';
  /* height: 1px; */
  position: absolute;
  right: 0;
  border: 1px dashed #D9D9D9;
  width: 30px;
  top: 15px;
}
.box-label .box-results h2{
  padding-right: 60px;
}
.box-label .box-results .inline{
  background-color: transparent;
  padding: 0;
}
.box-label .box-results ul.list{
  display: flex;
  margin-right: 60px;
  column-gap: 20px;
}
.box-label .box-results ul.list li{
  margin: 0;
  padding: 0;
  flex: 1;
}
.box-label .box-results ul.list li:after{
  display:none;
}
.box-label .box-results ul.list li .thumb{
  height:290px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-direction: column;
}
.box-label .box-results ul.list li .thumb *{
  position: relative;
  z-index: 1;
}
.box-label .box-results ul.list li .thumb:after{
  content:'';
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.box-label .box-results ul.list li .thumb .info{
  display: block;
  width: 100%;
  color: var(--white);
  text-align: center;
  direction: ltr;
  font-weight: 200;
  padding-bottom: 10px;
}
.box-label .box-results ul.list li .thumb span{
  color: var(--white);
  font-weight: 300;
}

.single-information{
  border-top: 1px solid #BAC9CC;
  padding-top: 40px;
}
.single-information .addtoany_shortcode{
  padding-top: 16px;
}
.single-information .wrapper{
  position: relative;
}
.single-information .categories-list{
  bottom: auto;
  position: relative;
  right: 0;
}

.simple-social .addtoany_shortcode .a2a_kit{
  display: flex;
  column-gap: 16px;
}
.simple-social .title{
  text-align: center;
  padding-bottom: 16px;
}
.sidebar .simple-social .addtoany_shortcode .a2a_kit{
  column-gap: 24px;  
}
.simple-social .addtoany_shortcode a{
  width: 60px;
  height: 60px;
  padding: 0;
  border: 1px solid var(--black)!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: auto!important;
  position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.simple-social .addtoany_shortcode a:after{
  content:'';
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: auto!important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.hero .simple-social .addtoany_shortcode a:after{
 filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(310deg) brightness(102%) contrast(103%); 
}
.hero .simple-social .addtoany_shortcode a{
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  background-color: rgba(255,255,255,.04);
  border-color: var(--white)!important;
}
.hero .simple-social .addtoany_shortcode a:hover{
 background-color: rgba(255,255,255,.16); 
}
.simple-social .addtoany_shortcode a span{
  display: none!important;
}

.simple-social .addtoany_shortcode a.a2a_button_copy_link:after{
  background-image: url(gfx/social-copy.svg);
}
.simple-social .addtoany_shortcode a.a2a_button_x:after{
  background-image: url(gfx/social-tweeter.svg);
}
.simple-social .addtoany_shortcode a.a2a_button_linkedin:after{
  background-image: url(gfx/social-linkedin.svg);
}
.simple-social .addtoany_shortcode a.a2a_button_facebook:after{
  background-image: url(gfx/social-facebook.svg);
}
.simple-social .addtoany_shortcode a.a2a_button_whatsapp:after{
  background-image: url(gfx/social-whatsapp.svg);
}
.simple-social .addtoany_shortcode a.a2a_button_email:after{
  background-image: url(gfx/social-mail.svg);
}
.read-time{
  position: absolute;
  bottom: 10px;
  right: 0;
}
.read-time .wrap{
  flex-direction: row;
  column-gap: 8px;
}
.read-time .image{
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
}
.read-time .description{
  padding-top: 0;
  color: var(--white);
  font-weight: 500;
}
.read-time:after{
  content: '';
  position: absolute;
  width: 44px;
  right: -44px;
  border: 1px solid rgba(255, 255, 255, .8);
  bottom: 20px;
}
.read-time:before{
  content:'';
  position: absolute;
  height: 170px;
  right: -45px;
  border: 1px solid rgba(255,255,255,.8);
  bottom: 20px;
}
.top-author{
  background-color: #D4E2E6;
  padding: 60px 0;
}
.top-author .top-section{
  padding-bottom: 16px;
}
.top-author .top-section .icon,.bottom-author .top-section{
  display: flex;
  column-gap: 9px;
  align-items: end;
}
.top-author .top-section .thumb{
  width: 50px;
  height: 50px;
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  border-radius: 50%;
}
.top-author .top-section .role{
  
}
.top-author .top-section .name,.bottom-author .top-section .name{
  font-weight: 700;
  border-left: 1px solid #BAC9CC;
  padding-left: 9px;
}
.top-author .description{
  padding-top: 0;
}
.box-article .box-content{
  border: none;
  padding-right: 0;
}

.box-article .box-image .inline{
  height: 320px;
}
.box-article .box-image .name{
  text-align: center;
  padding-top: 8px;
}
.box-article .box-testimonial{
  padding-top: 100px;
  padding-bottom: 100px;
}
.box-article .box-testimonial .inline{
  padding: 50px;
  padding-bottom: 90px;
}
.box-article .box-quote,.box-article .box-quote:last-child{
  padding-top: 40px;
  border-top: 1px solid #BAC9CC;
  border-bottom: 1px solid #BAC9CC;
  position: relative;
  padding-right: 125px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.box-article .box-quote i{
  filter: brightness(0) saturate(100%) invert(89%) sepia(14%) saturate(171%) hue-rotate(145deg) brightness(100%) contrast(87%);
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bottom-author{
  
}
.bottom-author .top-section{
  display: flex;
}
.bottom-author .top-section .name{
  
}
.bottom-author .top-section .role{
  
}
.bottom-author .description{
  padding-top: 8px;
  max-width: 570px;
}
.bottom-author .thumb{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.bottom-author .wrap{
  border: 1px solid #D4E2E6;
  padding: 40px 35px;
}
.bottom-author .wrapper{
  background-color: #F5F9F9;
  padding: 35px;
}
.article-information{
  margin-top: 40px;
}
.article-information .linkedin-button{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.linkedin-button{
  min-width: 230px;
}
.linkedin-button:after{
  display:none;
}
.linkedin-button span:after{
  content:'';
  background-image: url(gfx/linkedin-icon.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.linkedin-button span{
  padding-left: 32px;
}
.additional_articles .wrap{
  bottom: 50px;
}
.reading-time{
  position: absolute;
  bottom: 18px;
  right: 16px;
  display: flex;
  align-items: center;
  column-gap: 2px;
  padding-right: 50px;
}
.reading-time:after{
  content:'';
  border-top: 1px dashed var(--white);
  right: 0;
  width: 45px;
  position: absolute;
}
.reading-time i{
  display: inline-block;
  background-image: url(gfx/time.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.best-articles .reading-time{
  position: relative;
  bottom: revert-layer;
  padding-top: 15px;
  right: 0;
  padding-right: 24px;
}
.best-articles .reading-time:before{
  content:'';
  border-right: 1px dashed var(--white);
  height: 24px;
  position: absolute;
  right: 10px;
  top: 0;
}
.best-articles .reading-time:after{
  width: 11px;
  right: 10px;
}
.single-job .ip_hero .description{
  padding-top: 24px;
}
.job-info{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 45px 0 0;
  margin-top: 70px;
}
.job-info li{
  width: 210px;
  position: relative;
  padding: 18px 0;
}
.job-info li:first-child:after{
  content:'';
  position: absolute;
  width: 1px;
  background-color: var(--white);
  height: 100%;
  left: 0;
  top: 0;
}
.job-info .wrap{
  color: var(--white);
}
.job-info .wrap-img{
  display: flex;
  height: 48px;
  max-height: 48px;
  align-items: center;
}
.job-info img{
  
}
.job-form{
  position: relative;
}
.job-form .wrap{
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 70px;
  padding-right: 0;
}
.job-form .blur-section:after{
  content:'';
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.job-form .blur-section{
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(255,255,255,.4);
}

.job-form h2{
  color: var(--white);
  text-align: center;
}
.job-form .contact-form{
  padding-top: 32px;
  display: block;
  font-size: 0;
}
.job-form .contact-form li.fullwidth{
  width: 100%;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 30px;
  padding-right: 0!important;
}
.job-form .contact-form .inside-form{
  
}
.job-form .contact-form li{
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  display: inline-block;
}
.job-form .contact-form li:nth-child(odd){
  padding-left: 6px;
}
.job-form .contact-form li:nth-child(even){
  padding-right: 6px;
}
.job-form .contact-form li:nth-child(even) span.name{
  padding-right: 6px;
}
.job-form .contact-form span{
  
}
span.wpcf7-spinner{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
span.wpcf7-spinner::before{
  background-image: url(gfx/spiner.gif);
  animation: none;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-color: transparent;
  top: 0;
  left: 0;
}
.job-form span.wpcf7-spinner::before{
  filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(73%) hue-rotate(187deg) brightness(100%) contrast(83%);
}
footer span.wpcf7-spinner{
  left: auto;
  right: 15px;
  background-color: var(--black);
}
.job-form .contact-form span.name{
  color: var(--white);
}
.job-form .contact-form .fullwidth span.name{
  top: 20px!important;
  right: 10px!important;
  font-size: 18px!important;
}
.job-form .contact-form li.active span.name{
  
}
.job-form .contact-form .textarea span.name{
  top: 18px;
  right: 12px;
}
.job-form .contact-form li input{
  border-bottom: 1px solid var(--white);
  color: var(--white);
}
.job-form .contact-form li textarea{
  height: 100px;
  border: 1px solid var(--white);
}
.job-form .contact-form li.submit{
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 30px;
}
.job-form .contact-form li input[type='submit']{
  background-color: var(--white);
  color: var(--black);
  border: none;
  line-height: 60px;
  max-width: 305px;
  margin: auto;
}
#the-count{
  padding-top: 4px;
}
#the-count p{
  display: flex;
}
#the-count span{
  color: #fff;
}
#file-upload {
    display: none;
}
[for="file-upload"]{
 color: var(--white);
 border-bottom: 1px solid var(--white);
 display: block;
 padding-bottom: 15px;
 position: relative;
 padding-right: 30px;
}
[for="file-upload"]:before{
 content:'';
 position: absolute;
 background-image: url(gfx/attached.svg);
 width: 24px;
 height: 24px;
 display: inline-block;
 right: 0;
 top: 2px;
 background-repeat: no-repeat;
 background-position: center;
}
[for="file-upload"].active:before{
  background-image: url(gfx/upload-icon.svg);
}
.job-form .contact-form li i{
 color: var(--white);
 direction: rtl;
 font-size: 14px;
 padding-top: 8px;
 font-style: normal;
 line-height: 17px;
 text-align: right;
 display: block;
}

.about_hero{
  
}
.about_hero .wrap{
  padding-top: 180px;
}
.about_hero .action-button{
  margin-top:35px;
}
.about_description{
  padding: 60px 0;
  background-color: #ECF2F4;
}
.about_description h2{
  
}
.about_description .description{
  flex: 1;
}
.about_description .image{
  flex: 1;
  min-height: 385px;
  position: relative;
}
.about_description .image:after{
  content:'';
  position: absolute;
  margin: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  border: 1px solid var(--white);
}
.about_description .wrap{
  display: flex;
  column-gap: 16px;
  padding-top: 30px;
}
.team{
}
.team h2{
  
}
.team .list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 40px;
}
.team .list li{
  background-color: #CFDFE3;
}
.team .list .wrap{
  height: 380px;
  position: relative;
}
.team .list .thumb{
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 2;
  background-position: bottom center;
}
.team .list .wrap:after{
  content:'';
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  z-index: 2;
}
.team .list .wrap:before{
  content:'';
  border: 1px solid var(--white);
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  right: 30px;
  top: 30px;
  z-index: 0;
}
.team .list .content{
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  width: 90%;
  margin: auto;
  z-index: 3;
}
.team .list h3{
  color: var(--white);
  font-weight: 700;
}
.team .list .description{
  color:var(--white);
}
.is-hidden {
    display: none;
}
.show_more{
  text-align: center;
  padding: 0 30px;
  background-color: var(--white);
  z-index: 1;
  position: relative;
  -webkit-appearance: none;
  border: none;
  height: 32px;
  cursor: pointer;
}
.show_more span{
  display: inline-block;
  margin: auto;
  padding-left: 48px;
  position: relative;
}
.show_more span:before{
  content:'';
  background-image: url(gfx/plus.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--black);
  border-radius: 50%;
}
.show_more span:hover:before{
  background-color:#D9E5E9;
}
#showLess span:before{
  transform: rotate(45deg);
}
.more-buttons{
  text-align: center;
  margin: 30px 0;
  position: relative;
}
.more-buttons:after{
  content:'';
  width: 100%;
  position: absolute;
  right: 0;
  height: 1px;
  background-color: var(--black);
  top: 0;
  bottom: 0;
  margin: auto;
}
.history{
  margin-top: 80px;
  height: 635px;
  position: relative;
}
.history:after{
  content:'';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 19.26%),
linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.212779) 18.24%, rgba(0, 0, 0, 0) 28.5%),
radial-gradient(47.04% 37.91% at 50% 0%, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.212779) 60%, rgba(0, 0, 0, 0) 89.27%),
linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.446188) 11.86%, rgba(0, 0, 0, 0.229947) 24.79%, rgba(0, 0, 0, 0) 40.42%),
linear-gradient(180deg, rgba(0, 0, 0, 0) 69.25%, rgba(0, 0, 0, 0.229947) 81.91%, rgba(0, 0, 0, 0.446188) 90.02%, rgba(0, 0, 0, 0.56) 100%),
linear-gradient(270deg, rgba(0, 0, 0, 0.54) -4.3%, rgba(0, 0, 0, 0.449755) 11.65%, rgba(0, 0, 0, 0) 36.15%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}
.history .wrapper{
  position: relative;
  height: 100%;
  z-index: 1;
}
.history h2{
  text-align: center;
  padding-top: 80px;
}
.history-slider{
}
.history-slider-wrap{
  position: absolute;
  top: 220px;
  width: 100%;
  right: 0;
}
.history-nav-slider-wrap{
  width: 100%;
  position: absolute;
  bottom: 12px;
  border-bottom: 1px solid var(--white);
}
.history-nav-slider-wrap .slick-track{
  margin: 0;
}
.history-slider .item{
}
.history-slider .item div{
  color: var(--white);
}
.history-slider .month{
  opacity: .75;
}
.history-slider .year{
  padding-top: 6px;
  opacity: .75;
}
.history-slider .description{
  padding-top: 16px;
}
.history-nav-slider{
  
}
.history-nav-slider .year{
  color: #E0E0E0;
}
.history-nav-slider .month{
  color: #E0E0E0;
}
.history-nav-slider .wrap{
  text-align: center;
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  min-height: 65px;
}
.history-nav-slider .item{
  cursor:pointer;
  height: 120px;
  padding-top: 55px;
}
.history-nav-slider .item.slick-current{
  
}
.history-nav-slider .item.slick-current .wrap{
  position: absolute;
  min-height: 100px;
  bottom: 0;
  z-index: 20;
}
.history-nav-slider .item.slick-current .wrap:before{
  height: 50%;
  border-color: var(--white);
}
.history-nav-slider .item.slick-current .wrap.only-year:before{
  height: 65%;
}
.history-nav-slider .item.slick-current .wrap.only-year:after{
  top: 31%;
}
.history-nav-slider .item.slick-current .year{
  line-height: 20px;
  color: var(--white);
}
.history-nav-slider .item.slick-current .month{
  color: var(--white);
}
.history-nav-slider .item.slick-current .wrap:after{
  content:'';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--white);
  border-radius: 50%;
  right: 0;
  top: 50px;
  left: 0;
  margin: auto;
}
.history-nav-slider .wrap:before{
  content:'';
  height: 30%;
  position: absolute;
  border-right: 1px dashed #E0E0E0;
  bottom: 0;
}
.history-nav-slider .wrap.only-year:before{
  height: 60%;
}

.sertificates{
  background-color: #f2f7f8;
  padding-bottom: 80px;
  text-align: center;
}
.sertificates .list{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  padding-top: 40px;
}
.sertificates .list li{
  flex: 1;
}
.sertificates .wrap{
  
}
.sertificates .logo{
  display: flex;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0px 23px 30px 0 rgba(0,0,0,0.04);
  width: 100px;
  height: 100px;
  align-items: center;
  margin: auto;
}
.sertificates img{
  max-width: 75px;
}
.sertificates .description{
  text-align: center;
  padding-top: 12px;
}
.sertificates .action-button{
  margin: auto;
  margin-top: 40px;
}
.partnership .list{
  padding-top: 25px;
}
.partnership .list .wrap{
  padding: 15px;
}

.partnership .list .logo{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnership .list .logo img{
  max-width: 120px;
  max-height: 40px;
  margin: auto;
  filter: grayscale(100%);
}
.partnership .list .description{
  text-align: center;
  padding-top: 12px;
}
.promo-banner .wrap:after{
  content:'';
  background-blend-mode: multiply;
  background: linear-gradient(88.48deg, rgba(0, 0, 0, 0) 36.51%, rgba(0, 0, 0, 0.57963) 60.15%, rgba(0, 0, 0, 0.65) 109.69%);
  background: linear-gradient(87.39deg, rgba(38, 71, 80, 0) 26.08%, rgba(38, 71, 80, 0.476768) 74.68%, rgba(38, 71, 80, 0.54) 94.91%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.74%, rgba(0, 0, 0, 0.36) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.promo-banner .wrapper{
  position:relative;
}
.promo-banner .wrap{
  min-height: 275px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.promo-banner .content{padding-right: 55px;}
.promo-banner h2{
  text-align: right;
}
.promo-banner .description{
}
.promo-banner .action-button{
  margin-top: 24px;
}
.promo-banner .wrap:before{
  content:'';
  position: absolute;
  border: 1px solid var(--white);
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  right: 30px;
  top: 30px;
}

.contact_hero{
  height: 690px;
}
.contact_hero .control,.project-video .control{
  border: none;
  background-position: left 28px center;
  background-position: center;
}
.project-video .control{

}
.contact-area{
  margin-top: -185px;
  position: relative;
  z-index: 9;
}
.contact-form-area{
  background-color: #dde9eb;
  padding: 50px;
  position: relative;
}
.contact-area .wrapper{
  box-shadow: 0px 19px 27px 0 rgba(0,0,0,0.05);
}
.contact-form-area .contact-form{
  column-gap: 20px;
}
.contact-form-area .submitting .contact-form li:not(.column){
  opacity: .5;
}
.contact-form-area .submitting .contact-form li.submit{
  opacity: 1;  
}
.contact-form-area h2{
  
}
.contact-form-area .description{
  padding-top: 5px;
}
.contact-form-area .contact-form input, 
.contact-form-area .contact-form select{
  
}
.contact-form-area span.name{
  
}
.contact-form-area label.name{
  
}
.contact-form-area li{
  
}
.contact-form-area li.submit{
  text-align: left;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.contact-form-area input[type='submit']{
  background-color: #323131;
  max-width: 305px;
  line-height: 60px;
}
.contact-form-information{
  padding: 50px;
  background-color: #F5F9F9;
}
.contact-form-information h2{
  
}
.contact-form-information .description{
  
}
.contact-form-information ul.list{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  padding-top: 50px;
}
.contact-form-information ul.list:after{
  content:'';
  clear: both;
}
.contact-form-information ul.list li{
    flex: 1 1 0;
    min-width: 0;
    display: inline-block;
    /* justify-content: flex-end; */
}
.contact-form-information ul.list li:first-child{
  float:right;
}
.contact-form-information ul.list li:nth-child(2){
  padding-right: 130px;
}
.contact-form-information ul.list li:nth-child(3){
  padding-right: 130px;
}
.contact-form-information ul.list li:last-child{
  float:left;
}
.contact-form-information ul.list .wrap{
    display: flex;
    /* משאיר את האייקון מימין לטקסט */
    flex-direction: row; 
    align-items: center;
    gap: 10px; /* מרווח קבוע בין האייקון לטקסט */

}
.contact-form-information ul.list .icon{
  
}
.contact-form-information ul.list img{
  
}
.contact-form-information ul.list .desc{
  
}
.faq{
  padding-top: 75px;
}
.faq .wrap{
  display: flex;
  column-gap: 90px;
}
.faq .title{
  flex: 1;
}
.faq h2{
  
}
.faq ul.list{
  flex: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.faq ul.list li{
  border-bottom: 1px solid var(--black);
}
.faq ul.list li:last-child{
  
}
.faq ul.list .question{
  padding: 12px 0;
  padding-left: 34px;
  position: relative;
  cursor: pointer;
}
.faq ul.list .answer{
  opacity: 0;
  visibility: hidden;
  display: none;
  padding-bottom: 12px;
}
.faq ul.list .question:before{
  content:'';
  background-image: url(gfx/arrow-down.svg);
  position: absolute;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.faq ul.list li.active .question:before{
  transform: rotate(180deg);
}
.faq ul.list li.active .answer{
  display: block;
  opacity: 1;
  visibility: visible;
}

.popular-services .sub-title{
  text-align: center;
  padding-top: 8px;
  font-weight: 500;
}
.popular-services .list{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  column-gap: 16px;
  padding-top: 40px;
}
.popular-services .list li{
  flex: 1;
}
.popular-services .arrow-link{
  position: absolute;
  left: 35px;
  top: 35px;
  z-index: 3;
}
.popular-services .thumb{
  aspect-ratio: 1 / 1;
  position: relative;
  display: block;
}
.popular-services .thumb:after{
  content:'';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.92%, rgba(0, 0, 0, 0.433026) 80.27%, rgba(0, 0, 0, 0.69) 100%),
linear-gradient(0deg, rgba(221, 10, 37, 0), rgba(221, 10, 37, 0)),
linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.popular-services .thumb:hover .bg{
  backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}
.popular-services .title{
  position: absolute;
  z-index: 9;
  bottom: 50px;
  right: 40px;
  color: var(--white);
  font-weight: 600;
  max-width: calc(100% - 75px);
}
.popular-services .title .description{
  color: var(--white);
  padding-top: 8px;
}
.popular-services .bg{
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  right: 25px;
  top: 25px;
  border: 1px solid var(--white);
}
.services-sections .list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 40px;
}
.services-sections .list li{
  padding: 0;
}
.services-sections{
  background-color: #f4f9f9;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 50px;
}
.services-sections h2,
.services-sections .wrapper > .description{
  text-align: right;
  color: var(--black);
}
.services-sections .show_more{
  background-color: #f4f9f9;
}
.services-sections h2{
  padding-top: 50px;
}
.services-sections h2:first-child{
  padding-top: 0;
}
.services-all .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top: 40px;
}
.services-all .list li{
  padding: 0;
}
.all-products .list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 40px;
}
.filters{
  display: block;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  padding-top: 30px;
  text-align: center;
  font-size: 0;
}
.filters .filter{
  padding: 0;
  display: inline-block;
  line-height: 40px;
  padding: 0 35px;
  background-color: #E2ECEE;
  margin: 5px;
  cursor: pointer;
}
.filters .filter.active{
  color: var(--white);
  background-color: #687072;
}
.projects-list-slider .item .thumb:after{
    background: linear-gradient(182.87deg, rgba(0, 0, 0, 0) 13.08%, rgba(0, 0, 0, 0.6) 96.15%), linear-gradient(182.87deg, rgba(0, 0, 0, 0.25) 13.08%, rgba(0, 0, 0, 0) 96.15%);
    opacity: .4;
}
.projects-list-slider .thumb .wrap{
  padding-top: 210px;
}
.projects-list-slider .action-buttons{
  padding-top: 100px;
}

.slick-dots-wrapper{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.projects_hero .slick-dots li,.featured-articles .slick-dots li{
  padding: 18px 0;
  padding-left: 95px;
  position: relative;
  opacity: .8;
}
 .projects_hero .slick-dots li,
.featured-articles .slick-dots li.slick-active{
   opacity:1;
 }
.projects_hero .slick-dots li:first-child,.featured-articles .slick-dots li:first-child{
  padding-top: 0;
}
.projects_hero .slick-dots li:last-child,.featured-articles .slick-dots li:last-child{
  padding-bottom: 0;
}
.projects_hero .slick-dots li:after,.featured-articles .slick-dots li:after{
  content:'';
  position: absolute;
  left: 0;
  border-left: 1px solid var(--white);
  height: 100%;
  top: 0;
}


.projects_hero .slick-dots li.slick-active:before,.featured-articles .slick-dots li.slick-active:before{
  width: 50px;
}

.projects_hero .slick-dots li:first-child:after,
.projects_hero .slick-dots li:last-child:after,
.featured-articles .slick-dots li:first-child:after,
.featured-articles .slick-dots li:last-child:after
{
  top: auto;
  bottom: 0;
  height: calc(100% - 10px);
}
.projects_hero .slick-dots li:last-child:after,
.featured-articles .slick-dots li:last-child:after
{
  bottom: auto;
  top: 0;
}
.projects_hero .slick-dots li:before,
.featured-articles .slick-dots li:before
{
  content:'';
  width: 20px;
  height: 1px;
  border-top: 1px dashed var(--white);
  position: absolute;
  left: 5px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.projects_hero .slick-dots li:first-child:before,
.projects_hero .slick-dots li:last-child:before,
.featured-articles .slick-dots li:first-child:before,
.featured-articles .slick-dots li:last-child:before
{
  bottom: auto;
  top: 11px;
}
.projects_hero .slick-dots li:last-child:before,
.featured-articles .slick-dots li:last-child:before
{
  top: auto;bottom: 11px;
}
.page-template-projects .logos{
  padding-top: 0;
}
.projects-area{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  row-gap: 24px;
}
.projects-area .item{
  
}
.projects-area .info{
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 12px;
}
.projects-area .info li{
  padding-right: 16px;
  position: relative;
  color: var(--white);
}
.projects-area .info li:before{
  content:'';
  background-color:#A7B5B8;
  position:absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 8px;
}

.projects-area .list{
  position: absolute;
  padding: 0;
  bottom: 24px;
  right: 24px;
}
.projects-area .list li{
  border: 1px solid var(--white);
  padding: 6px 8px;
  background-color: #9dafb0;
  color: var(--black);
}
.projects-area .list li:last-child{
  border: 1px solid var(--white);
}
.projects-area .content{
  align-items: start;
  height: 270px;
  padding: 24px;
  max-width: 310px;
}
.projects-area .content{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.489516) 22.71%, rgba(0, 0, 0, 0) 100%);

}
.project-video{
  position: relative;
  height: 500px;
  margin-top: 40px;
}
.video-active:hover .pause{
  opacity: 1;
  visibility: visible;
}
.project-video video{
  
}
.pause{
  background-image: url(gfx/pause.svg);
  background-size: 55px;
  background-position: center;
  opacity: 0;
  visibility: hidden;
}
.part-section h3 br,.part-section h2 br{
 display:none; 
}
.additional_articles .reading-time{
  position: absolute;
  bottom: 18px;
  right: 16px;
  padding-right: 50px;
}
.additional_articles .reading-time:before{
  display:none;
}
.additional_articles .reading-time:after{
  right: 0;
  width: 45px;
}
.additional_articles .list a:after{
  content:'';
  position: absolute;
  background-image: url(gfx/arrow-white-small.svg);
  width: 14px;
  height: 14px;
  bottom: 21px;
  left: 16px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.additional_articles .reading-time i{
  background-size: 14px;
}
.popular-services .reading-time{
  bottom: auto;
  top: -40px;
  right: 0;
  padding-right: 0;
}
.popular-services .reading-time:after{
  width:0;
}
.popular-services .reading-time i{
  background-size: 16px;
}
.popular-services .categories-list{
  bottom: auto;
  right: 40px;
  top: 40px;
  z-index: 3;
}
.all-articles .arrow-link{top: auto;bottom: 10px;background-image: url(gfx/arrow-white-horisontal.svg);background-position: left bottom 10px;}
.all-articles .categories-list{top: auto;bottom: 10px;right: 20px;}
.all-articles .wrap{
  bottom: auto;
  top: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--white);
}
.all-articles .reading-time{
  position: absolute;
  top: 170px;
}
.all-articles .reading-time i{
  background-size: 16px;
}
.all-articles{
  /* background-color: #f4f9f9; */
  padding-top: 130px;
  padding-bottom: 140px;
  margin-top: 80px;
}
.careers_hero{
  height:745px;
}
.careers_hero .control{
  bottom: auto;
  top: 430px;
  border: none;
}
.careers_hero h1{
  color: var(--white);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-jobs{
  
}
.all-jobs .list{
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 16px;
   margin: 0;
   padding: 0;
   list-style-type: none;
   padding-top: 40px;
}
.all-jobs .list .item{
  background-color: #ECF2F4;
  min-height: auto;
  padding: 0;
}
.all-jobs .list .item a{
  height: 190px;
  padding: 20px;
}
.all-jobs .list .item a:after{
  content:'';
  background-image: url(gfx/arrow-nav.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 20px;
  left: 20px;
  background-color: transparent;
}
.all-jobs .list .item .description{
  color: var(--black);
}
.all-jobs .list .item .title{
  padding-top: 12px;
  font-weight: 500;
}
.all-jobs .information{
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-gap: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.all-jobs .information li{
  min-height: auto;
  display: flex;
  flex: none;
  column-gap: 4px;
}
.all-jobs .information li:only-child{
  border: none!important;
}
.all-jobs .information li:first-child{
  border-left: 1px solid #BAC9CC;
  padding-left: 14px;
}

.all-jobs .item:nth-child(even){
  background-color: #D4E2E6;
}
.jobs-features{
  padding-top: 120px;
}
.jobs-features h2{
  text-align: center;
}
.jobs-features .list{
  padding: 0;
  margin: 0 -8px;
  list-style-type: none;
  margin-top: 40px;
  display: flex;
}
.jobs-features .list li{
  flex: 1;
  border: 8px solid var(--white);
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  position: relative;
}
.jobs-features .list li:after{
  content:'';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.jobs-features .thumb{
  
}
.jobs-features .wrap{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.jobs-features .title{
  color: var(--white);
  text-align: center;
}
.jobs-features .description{
  color: var(--white);
  padding-top: 18px;
  text-align: center;
}
.jobs-testimonials{
  margin-top: 72px;
  background-color: #D9E5E9;
}
.testimonials-slider{
  
}
.testimonials-slider .item{
}
.testimonials-slider .content{
  position: relative;
  min-height: 430px;
}
.testimonials-slider .image{
  position: absolute;
  right: 0;
  max-width: 380px;
  z-index: 10;
  bottom: 0;
  max-height: 430px;
}
.testimonials-slider .wrap{
  position:relative;
}
.testimonials-slider .wrap:after{
  content:'';
  border: 1px solid var(--white);
  position: absolute;
  width: 100%;
  height: calc(100% - 160px);
  top: 80px;
}
.testimonials-slider .wrap:before{
  content:'';
  background-image: url(gfx/testimonial-symbol.svg);
}
.testimonials-slider .content{padding-right: 440px;display: flex;height: 100%;justify-content: center;flex-direction: column;padding-left: 35px;position: relative;}
.testimonials-slider .description{
  
}
.testimonials-slider .info{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  padding-top: 12px;
}
.testimonials-slider .info li{
  line-height: 26px;
}
.testimonials-slider .info li.name{
  font-weight: 700;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #BAC9CC;
}
.testimonials-slider .content:after{
  content:'';
  background-image: url(gfx/not.svg);
  width: 80px;
  height: 70px;
  position: absolute;
  right: 340px;
  top: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonials-slider .slick-dots,.part-section .slick-dots{
  position: absolute;
  padding: 0;
  list-style-type: none;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 8px;
  bottom: 40px;
}
.projects_hero .slick-dots,.featured-articles .slick-dots{
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  text-align: left;
  bottom: 45px;
  z-index: 0;
  width: fit-content;
  display: block;
  right: auto;
}
.featured-articles .slick-dots{
  bottom: 70px;
}
.jobs-testimonials .slick-dots li{
}
.testimonials-slider .slick-dots button,.part-section .slick-dots button{
  padding: 0;
  -webkit-appearance: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: #c5d4d8;
  display: block;
  cursor: pointer;
}
.projects_hero .slick-dots button,.featured-articles .slick-dots button{
  padding: 0;
  border: none;
  -webkit-appearance: none;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  width: auto;
  height: auto;
  border-radius: 0;
  display: inline-block;
}
.testimonials-slider .slick-dots li.slick-active button,.part-section .slick-dots li.slick-active button{
  background-color: #323131;
}
.box-label .box-testimonial .description,
.projects_hero .slick-dots li.slick-active button,
.featured-articles .slick-dots li.slick-active button
{
  font-size:32px;
  line-height:38px;
  background-color: transparent;
}

.jobs-gallery .list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 16px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 32px;
}
.jobs-gallery .list li{
          height: 300px;
}
.jobs-gallery .list li:first-child{
      grid-column: span 2;
}


.additional_products .list a span,
.additional_products .list a div,
.additional_products .list a ul
{
  z-index: 1;
}
.additional_products .list a:after,
.relevant-list-projects .thumb:after,
.additional_services .list a:after,
.list-projects .thumb:after,
.best-articles .list a:after
{
  content:'';
  opacity: 0;
  visibility: visible;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--white);
}
.relevant-list-projects .thumb:before
{
  content:'';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 79.31%, #000000 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.best-articles .list a:before{
  content:'';
  background: radial-gradient(165.45% 165.45% at 50% 32.98%, rgba(0, 0, 0, 0) 0%, #000000 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  position: absolute;
  width: 100%;
  height: 100%;
}
.all-jobs .list .item :before{
  display: none;
}
.additional_products .list a:hover:after,
.relevant-list-projects .thumb:hover:after,
.additional_services .list a:hover:after,
.list-projects .thumb:hover:after,
.best-articles .list a:hover:after
{
  opacity:.2;
  visibility:visible;
}

.about-testimonials{
  position: relative;
}
.about-testimonials .wrapper{
  position: relative;
}
.about-testimonials .testimonials-slider{
  position: relative;
}
.about-testimonials .slick-list{
  z-index: 1;
}
.about-testimonials .inline{
  position: absolute;
  bottom: 0;
  width: calc(50%);
  height: 70px;
  z-index: 1;
}
.about-testimonials .nav-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.about-testimonials .content{
  height: 635px;
  padding-right: 0;
  padding-left: 0;
  display: block;
  width: 50%;
  padding-top: 200px;
  padding-left: 110px;
  z-index: 4;
}
.about-testimonials .content:after{
  content:'';
  background-image: url(gfx/not2.svg);
  width: 80px;
  height: 70px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 115px;
  right: 0;
}
.about-testimonials .content *{
  color: var(--white);
}
.about-testimonials .description{
  
}
.about-testimonials .info{
}
.about-testimonials .nav-arrow.prev{
  right: 0;
}
.about-testimonials .nav-arrow.next{
  left: 80px;
}
.about-testimonials .slick-dots{
  width: calc(40% - 80px);
  margin: 0;
  height: 70px;
  bottom: 0;
  align-items: center;
  z-index: 3;
  right: 5%;
}
.about-testimonials .slick-dots li.slick-active button{
  background-color:var(--white)
}
.about-testimonials .slick-dots li button{
  background-color:#CFDFE3;
}
.about-testimonials:before{
  content:'';
  position: absolute;
  width: 50%;
  border-top: 1px solid rgba(255,255,255,.6);
  bottom: 70px;
  z-index: 1;
}
.about-testimonials:after{
  content:'';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(255,255,255,.6);
  z-index: 0;
}

.newsletter-wrap input:-webkit-autofill,
.newsletter-wrap input:-webkit-autofill:hover, 
.newsletter-wrap input:-webkit-autofill:focus,
.newsletter-wrap input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
     -webkit-text-fill-color: #fff !important;
}

.newsletter-wrap input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

.contact-wrap input:-webkit-autofill,
.contact-wrap input:-webkit-autofill:hover, 
.contact-wrap input:-webkit-autofill:focus,
.contact-wrap input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ecf3e8 inset !important;
     -webkit-text-fill-color: var(--black) !important;
}

.contact-wrap input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
.contact-form-area input:-webkit-autofill,
.contact-form-area input:-webkit-autofill:hover, 
.contact-form-area input:-webkit-autofill:focus,
.contact-form-area input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #dde9eb inset !important;
     -webkit-text-fill-color: var(--black) !important;
}

.contact-form-area input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
.wpcf7 input[type="url"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"] {
    text-align: right;
}
.best-articles h3{
  min-height: 95px;
}
/*******************Farhad********************/
@media (max-width: 1200px) {
header .sub-menu li.menu-item-has-children > a{
  font-size:16px;
}
header .menu li.all-services a{
  font-size:18px;
}
.featured-articles h3{
  font-size: 30px;
  line-height: 36px;
}
.information .symbol span, h2, .box-article .box-quote, .testimonials-slider .description {
    font-size: 30px;
    line-height: 38px;
}
  
  header{
    height: 62px;
  }  
  header .logo img{
    max-height: 38px;
  }
  header .wrapper{
    justify-content: end;
    column-gap: 0;
    padding-left: 16px;
  }
  .hamburger{
    position: absolute;
    right: 0;
    top: 0;
    height: 62px;
    width: 62px;
  }
  .hamburger-wrapper{
    width: 28px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: 1px solid var(--white);
  }
.nav-thumb-slider{
  float: none;
  margin: auto;
  max-width: 270px;
}
  .hamburger-wrapper:after,
  .hamburger-wrapper:before{
    content:'';
    border-top: 1px solid var(--white);
    position:absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 1px;
    margin: auto;
  }
  .hamburger-wrapper:after{
    bottom: 0;
    top: auto;
  }
  .menu-open .hamburger-wrapper{
    border-top: 1px solid transparent;
  }
    .menu-open .hamburger-wrapper:after{
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
  }
    .menu-open .hamburger-wrapper:before{
    transform: rotate(45deg);
  }
  header .menu{
    position: fixed;
    height: calc(100% - 62px);
    width: 100%;
    right: 0;
    overflow: auto;
    top: 62px;
    display: block;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
  }
  .menu-open header .menu{
  pointer-events: all;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  }
  header .menu *{
    pointer-events: none!important;
  }
  .menu-open header .menu *{
    pointer-events:all!important;
  }
  header .menu > li{
    line-height: 56px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .menu > li a,header .menu li.menu-item-has-children > a{
    display: block;
    padding: 0 20px;
  }
header .menu li.menu-item-has-children.is-open > a{
  font-weight: 700;
}
header .sub-menu li.menu-item-has-children > a{
  padding: 0;
  margin: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 5px;
}
  header .menu > li.menu-item-has-children > a:after{
    left: 20px;
  }
.hero{
  display:block;
}
  section,footer{
  /* display: none; */
  }
header .is-open .sub-menu-wrapper{
  position: relative;
  top: 0;
  visibility: visible!important;
  opacity: 1!important;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
header .sub-menu{
  padding-top: 0;
  display: block;
}
header .sub-menu-wrapp{
  min-height: auto;
}
header .sub-menu li.menu-item-has-children > .sub-menu-wrapper .sub-menu li a:after,header .menu li.all-services a:after{
    content: '';
    background-image: url(gfx/arrow-white-horisontal.svg);
    width: 14px;
    height: 11px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
header .sub-menu li.menu-item-has-children > .sub-menu-wrapper .sub-menu li a{
  line-height: 21px;
}
header .sub-menu > li:last-child{
  padding-bottom: 12px;
}
header .menu li.all-services{
  position: relative;
  bottom: 0;
}
header .menu li.all-services a{
  border: none;
  min-width: auto;
  display: block;
  text-align: right;
} 
.nav-thumb-slider-wrap{
  bottom: auto;
  top: 290px;
  left: 0;
  right: 0;
}
.information .list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.nav-slider .thumb .title,.nav-slider .thumb .description{
  text-align: center;
}
.home .hero .action-buttons .action-button.transparent{
  display: none;
}
.home .hero .action-buttons .action-button,
  .about_hero .action-button
  {
  border: 1px solid var(--white);
}
.home .hero .action-buttons .action-button span,
.about_hero .action-button span
  {
  color: var(--white);
}
.home .hero .action-buttons .action-button:after,
  .about_hero .action-button:after{
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  background-color: transparent!important;
}
.home .hero .action-buttons{
  justify-content: center;
  padding-top: 160px;
}
.nav-slider .thumb .wrap .icon{
  display:none;
}
.nav-slider .thumb .wrap{
  padding-top: 120px;
}
.nav-thumb-slider-wrap .item{
  margin: 0!important;
}
.nav-thumb-slider-wrap .item span:after{
  display: none;
}
.nav-thumb-slider-wrap .item span{
  padding: 0!important;
  opacity: 0;
  /* visibility: hidden; */
  min-height: 30px;
  margin-bottom: 8px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.nav-thumb-slider .slick-list{
  border: none;
  height: auto!important;
}
.nav-thumb-slider-wrap .item .icon{
  height: 65px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.nav-thumb-slider-wrap .item .icon img{
  width: 33px;
  opacity: .7;
}
.nav-thumb-slider-wrap .item.slick-current .icon img{
  opacity: 1;
  max-width: 50px;
  width: 50px;
}
.featured-services-categories .list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  padding-top: 32px;
}
.wrapper, .slick-dots-wrapper{
  padding: 0 15px;
}
.featured-services-categories .list li{
  max-width: none;
}
.featured-services-categories .list a:before{
  max-width: 220px;
}
.featured-articles, .additional_services{
  padding-top: 60px;
}
.featured-articles .thumb{
  height: 780px;
}
.featured-articles .bg-area{
  height: 330px;
  width: 100%;
  top: auto;
  bottom: 0;
}
.featured-articles .wrap{
  height: 330px;
  width: auto;
  top: auto;
  bottom: 0;
  position: absolute;
  right: 0;
  border: none;
  left: 0;
}
.featured-articles h3{
  text-align: center;
}
.featured-articles .action-button{
  margin-right: auto;
  margin-left: auto;
}
.featured-articles .f-section{
  text-align: center;
  position: relative;
  bottom: 0;
  width: auto;
  padding: 0 30px;
}
.featured-articles .content{
  height: 100%;
  text-align: center;
  padding-top: 30px;
}
.featured-articles .category-label{
  position: relative;
  top: 0;
  margin: auto;
}
.featured-articles .bg-area:after{
  display:none;
}
.articles-nav-slider .wrap{
  height: auto;
  width: 100%;
}
.articles-nav-slider .inline{
  padding: 15px 0;
  display: block;
}
.articles-nav-slider .inline:after{
  content:'';
  display: block;
  clear: both;
}
.articles-nav-slider .inline .nav-arrow.prev{
  float: right;
  margin-right: 25px;
}
.articles-nav-slider .inline .nav-arrow.next{
  float: left;
  margin-left: 25px;
}
.home .filter .sort.cat{
  display: none!important;
}
.featured-projects .filter .sort.cat{
  display:block;
}
.list-projects .content{
  width: 100%;
  padding: 27px;
  max-height: 215px;
  border-top: 1px solid rgba(255,255,255,.4);
  border-bottom: none;
  border-right: none;
  border-left: none;
  position: absolute;
  bottom: 0;
}
.featured-projects .list-projects .content{
  align-items: start;
  max-width: none;
}
.projects-slider .item{
  width: 400px;
  height: 596px;
}
.list-projects .content .wrap{
  text-align: center;
}
.list-projects .list{
  justify-content: center;
}
.list-projects .thumb{
  margin: 0 8px;
}
.contact-wrap{
  display: block;
  text-align: center;
}
.contact-form{
  display: block;
  text-align: right;
  border: none;
}
.contact-footer{
  text-align: right;
  padding-top: 0;
}
input[type="submit"]{
  display: block;
  width: 100%;
}
.information-section{
  display: none;
}
.newsletter-wrap .wrap{
  display: block;
  padding: 30px;
  padding-bottom: 40px;
  text-align: center;
}
  .newsletter-wrap .wrap .form-section{
    padding-top: 30px;
  }
  .newsletter-form li{
    margin-bottom: 12px;
    border: 1px solid var(--white);
  }
body {
    background-position: bottom -65px left;
}
.credit .menu{
  flex-wrap: wrap;
  row-gap: 24px;
}
.credit .menu > li,.credit .menu > li:nth-child(3){
  flex-basis: 50%;
}
.best-articles .list li{
  width: 310px;
  margin-left: 15px;
}
.all-articles .list .item{
  padding-left: 0;
}
 .part-section .slick-dots li{
   width: auto;
   min-height: auto;
   margin: 0;
 }
.best-articles .list{
  margin: 0 -15px;
  text-align: right;
}
.best-articles .list .slick-list{
  padding-right: 15px!important;
}
.best-articles .list a{
  height: 380px;
}
.title-wrapper h2{
  float: none;
  text-align: center;
}
.best-articles .action-button{
  margin: auto;
  margin-top: 30px;
}

.best-articles, .hero .title,.about_hero .description{
  text-align: center;
}
.about_hero .action-button{
  margin-right: auto;
  margin-left: auto;
  margin-top: 24px;
}
.about_hero .wrap{
  text-align: center;
  padding-top: 105px;
}
 .about_hero .description{
   padding-top: 7px;
 }
.about_description .wrap{
  display: block;
  padding-top: 12px;
}
.about_description .image{
  margin-top: 25px;
  margin-right: -15px;
  margin-left: -15px;
}
.team .list{
  grid-template-columns: repeat(2, 1fr);
}
.history-nav-slider-wrap{
  position: relative;
  bottom: 0;
  margin: 0;
  width: auto;
  padding: 0 15px;
  padding-top: 260px;
}
.history-slider-wrap{
  position: relative;
  top: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
}
.history{
  height: auto;
}
.history h2{
  padding-top: 40px;
}
.history .wrapper{
  padding: 0;
}
.history-slider .year{
  font-size: 100px;
  line-height: 100px;
  padding-top: 0;
}
.history-slider .description{
  
}
.history-slider .slick-arrow{
  background-image:url(gfx/arrow-white-horisontal.svg);
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 17px;
  background-position: center;
  border: none;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  font-size: 0;
  top: -15px;
}
.history-slider .slick-prev{
  right: 15px;
  transform: rotate(180deg);
}
.history-slider .slick-next{
  left: 15px;
}
.sertificates .list li{
  width: 172px;
  margin: 0 12px;
}

.about-testimonials .info{
  justify-content: center;
}
.about-testimonials .content:after{
  left: 0;
  right: 0;
  margin: auto;
  top: 140px;
}
.about-testimonials:after{
  width: 100%;
  border-left: 0;
  border-top: 1px solid rgba(255,255,255,.6);
  height: 380px;
  top: auto;
  bottom: 0;
}
.about-testimonials{
  padding-top: 300px;
}
.about-testimonials .inline{
  width: 100%;
}
.about-testimonials .wrapper{
  padding: 0;
}
.about-testimonials .nav-arrow.prev{
  right: 40px;
  z-index: 10;
}
.about-testimonials .nav-arrow{
  
}
.about-testimonials .nav-arrow.next{
  left: 40px;
}
  .about-testimonials .description{
    padding: 0 20px;
  }
.about-testimonials:before{
  display:none;
}

.title-wrapper .nav-arrow{
  display:none;
}
.partnership .list .item{
  width: 300px;
  margin: 0 12px;
}
.partnership .list .logo img{
  max-width: 160px;
}
.promo-banner .wrap{
  min-height: 470px;
  text-align: center;
  justify-content: center;
  align-items: start;
  padding-top: 50px;
}
.promo-banner .content{
  text-align: center;
  padding-right: 0;
}
.promo-banner h2{
  text-align:center;
}
.promo-banner .wrap:before{
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    right: 20px;
    top: 20px;
}
.all-jobs .list{
  display: block;
  margin: 0 5px;
}
.all-jobs .list .item{
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
}
.all-jobs .information{
  width: min-content;
}
.all-jobs .information li{
  width: auto;
  margin-left: 0;
}
.all-jobs .list .item a:after{
  top: auto;
  right: auto;
  opacity: 1;
  visibility: visible;
}
.jobs-features .list{
  display: block;
}
.testimonials-slider .wrap{
  height: 665px;
}
.testimonials-slider .content{
  padding: 0;
  justify-content: start;
  padding-top: 145px;
  padding-right:50px;
  padding-left:50px;
}
.about-testimonials .content{
  width: 100%;
  padding-left: 0;
  text-align: center;
  height: 480px;
  padding-top: 230px;
}
.testimonials-slider .image{
  height: 300px;
  max-width: none;
  left: 0;
}
.testimonials-slider .image img{
  max-width: none;
  max-height: 100%;
}
.testimonials-slider .slick-dots{
  bottom: -30px;
  height: auto;
}
.about-testimonials .slick-dots{
  justify-content: center;
  width: min-content;
  right: 0;
  margin: auto;
  bottom: 30px;
}
.jobs-gallery .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.jobs-gallery .list li:first-child,
.jobs-gallery .list li:nth-child(4)
  {
    grid-column: span 2;
}
.contact_hero{
  height: 600px;
}
.contact-area{
  margin-top: 0;
}
.contact-area .wrapper{
  padding: 0;
  box-shadow: none;
}
.contact-form-area{
  padding-right: 15px;
  padding-left: 15px;
}
.contact-form-area h2,
.contact-form-area .description{
  text-align: center;
}
.contact-form-area input[type='submit']{
  max-width: none;
}
.contact-form-information{
  
}
.contact-form-information h2,
.contact-form-information .description{
  text-align: center;
}
.contact-form-information .description{
  padding-top: 12px;
}
.contact-form-information ul.list{
  display: block;
  width: fit-content;
  margin: auto;
  padding-top: 40px;
} 
.contact-form-information ul.list li{
  margin-bottom: 20px;
  display:block;
}
.contact-form-information ul.list li:first-child, 
.contact-form-information ul.list li:nth-child(2),
.contact-form-information ul.list li:nth-child(3){
  float:none;
  padding-right: 0;
}
.faq .wrap{
  display: block;
}
.faq .title{
  text-align: center;
}
.faq h2{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.faq ul.list{
  margin-top: 20px;
}
.popular-services .list{
  display: block;
}
.popular-services .list li{
  margin-bottom: 8px;
}
.services-sections .list,.services-all .list{
  display: block;
}
.second-banner .content{
  flex-basis: auto;
}
.second-banner .action-button{
  width: 100%;
}
.additional_services h2,
.additional_services .wrapper > .description{
  text-align:center;
}
.relevant-list-projects .thumb{
  height: 596px;
  margin: 0 8px;
}
.relevant-list-projects .thumb .content{
  height: 300px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.relevant-projects-slider .item{
  width:300px;
  padding: 0;
}
.relevant-projects-slider{
  margin: 0;
}
.relevant-list-projects{
  margin: 0 -15px;
}
.content-nav-slider,.content-slider{
  display: none!important;
}
.box-sidebar .wrap{
  display: block;
}
.box-content{
  padding-right: 0;
  border: none;
  padding-bottom: 0;
}
.box-content .inline{
  padding: 0;
  background-color: transparent;
  padding-bottom: 40px;
}
  .box-sidebar .sidebar{
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    right: 0;
    background-color: var(--white);
  }
.box-sidebar .action-buttons{
  padding: 25px 16px;
}
.box-sidebar .sidebar .gallery{
  width: 100%;
}
.box-sidebar .action-button span:before{
  display:none;
}
.box-sidebar .action-button span{
  padding-left: 0;
}
.second-banner .wrap{
  display: block;
}
.single-product .second-banner .content{
  padding: 25px;
}
.single-product .second-banner .content .action-button{
  width: auto;
  margin-top: 32px;
  min-width: 185px;
}
.single-product .second-banner .wrap{
  margin: 0 -15px;
  padding: 0;
  padding-top: 315px;
}
.first-banner .thumb{
  display: block;
}
.first-banner .thumb .image{
  margin-top: 40px;
  height: auto;
}
.additional_products .item{
  width: 310px;
  padding: 0;
  padding-left: 16px;
}
.additional_products .slick-track{
  padding-right: 15px;
}
.categories-list{
}
.best-articles .categories-list li{
  width: auto;
  margin-left: 0;
}
.part-section .slick-dots{
  width: fit-content;
  bottom: -30px;
}
.box-sidebar .sidebar .main-image{
  display:none;
}
.additional_services .item{
  width: 310px;
  padding: 0;
  margin-left: 16px;
}
.single-job .box-sidebar .wrap{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.single-job .box-sidebar .wrap .sidebar{
  position: relative;
  margin: 0 -15px;
  width: calc(100% + 30px);
  padding-top: 20px;
  padding-right: 16px;
  padding-left: 16px;
}
.sidebar .simple-social .addtoany_shortcode .a2a_kit{
  justify-content: center;
}
.single-job .box-sidebar .wrap .sidebar .wrapper{
  padding: 0;
}
.single-job .box-sidebar .action-buttons{
  padding-right: 0;
  padding-left: 0;
  padding-top: 16px;
  padding-bottom: 40px;
}
.single-job .box-content .inline{
  background-color: #F5F9F9;
  padding: 24px 28px;
}
.single-job .box-content{
  padding-bottom: 16px;
}
.job-form .wrap{
  width: 100%;
  padding: 70px 0;
}
.job-form .blur-section{
  width: 100%;
  border-left: none;
  border-top: 1px solid rgba(255,255,255,.4);
  height: calc(100% - 220px);
  top: auto;
  bottom: 0;
}
.job-form{
  padding-top: 220px;
}
.job-form .contact-form li{
  width: 100%;
}
.job-form .contact-form li:nth-child(odd){
  padding-left: 0;
}
.read-time{
  right: 60px;
}
.box-article .box-image .inline{
  margin: 0 -15px;
}
.box-article .box-quote, .box-article .box-quote:last-child{
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 130px;
}
.box-article .box-quote i{
  bottom: 10px;
  top: auto;
  left: 0;
  right: auto;
}
.bottom-author .wrapper{
  background-color: transparent;
  padding: 32px;
}
.bottom-author .wrap{
  padding-bottom: 180px;
}
.bottom-author .thumb{
  height: 210px;
  bottom: 35px;
}
.article-information .addtoany_shortcode{
  display: block;
  text-align: center;
  margin: auto;
}
.article-information .addtoany_shortcode .a2a_kit{
  justify-content: center;
}
.article-information .linkedin-button{
  position: relative;
  margin-top: 16px;
  font-weight: 400;
}
.article-information{
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-top: 15px;
}
.article-information:after{
  content:'';
  border-bottom: 1px solid rgba(186, 201, 204, 1);
  position: absolute;
  width: calc(100% - 30px);
  right: 15px;
  bottom: 0;
}
.all-products .list{
  display: block;
}
.filters{
  justify-content: right;
  overflow-x: auto;
  white-space: nowrap;
}
.all-products{
  padding-bottom: 60px;
}
.partnership .list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 30px; 
}
.partnership .partnership-slider.list{
  display: block;
}
.slick-dots li:only-child{
  display:none;
}
.single-project .hero h1{
  font-size: 50px;
  line-height: 65px;
}
.ip_information{
  padding-top: 45px;
}
.ip_information li{
  width: auto;
  display: block;
  padding-bottom: 32px;
}
.project_hero{
  height: 1100px;
}
.box-label .box-results ul.list{
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}
.box-label .box-results ul.list li .thumb{
  height: auto;
}
.box-label .box-results ul.list li{
  margin-bottom: 20px;
}
.ip_information li .inline{
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
  justify-content: center;
  column-gap: 4px;
}
.ip_information .icon{
  flex: 1;
}
.ip_information .icon img{
  max-width: 18px;
}
.hero .ip_information .title{
  /* flex: 1; */
}
.ip_information li .wrap{
  text-align: center;
}
.ip_information .separator{
  display:none;
}
.ip_hero .ip_information .description{
  padding-top: 10px;
}
.box-label .box-content .number{
  display:none;
}
.box-content.box-image,.box-content.box-video{
  margin: 0 -15px;
}
.box-label .box-results h2{
  text-align: center;
  padding-right: 0;
  padding-bottom: 20px;
}
.box-label .box-results .wrapper:before{
  display:none;
}
.simple-social .addtoany_shortcode .a2a_kit{
  justify-content: center;
}
.featured-projects .projects-slider{
  margin: 0;
}
.list-projects h3{
  text-align: right;
}
.featured-projects .list-projects h3{
  text-align: center;
}
.list-projects .thumb .info{
  text-align: right;
}
.projects_hero{
  
}
.projects_hero .slick-dots{bottom: auto;width: 100%;margin: 0;display: flex;position: relative;direction: ltr;align-items: start;justify-content: center;column-gap: 24px;}
.projects_hero .slick-dots-wrapper{
 left: 0;
 right: 0;
 top: 160px;
 bottom: auto;
 height: auto;
 width: 100%;
 border-bottom: 1px solid var(--white);
}
.projects_hero .slick-dots li, .featured-articles .slick-dots li{
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 56px;
}
.projects-list-slider .action-buttons{
  margin: auto;
  justify-content: center;
  padding-top: 50px;
}
.projects-list-slider .thumb .wrap{
  text-align: center;
}
.hero .projects-list-slider .thumb{
  display: flex;
  align-items: end;
}
.hero .projects-list-slider .thumb .wrap{
  padding-top: 0;
}
.hero .projects-list-slider .thumb .wrapper{
  margin-top: 217px;
  padding: 0;
  width: 100%;
  height: calc(100% - 217px);
  padding-top: 50px;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}
.projects_hero .slick-dots li:before, .featured-articles .slick-dots li:before{
  width: 1px!important;
  height: 20px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: none;
  border-left: 1px dashed var(--white);
  top: auto!important;
  bottom: 0!important;
}
.projects_hero .slick-dots li:after{
  display:none;
}
.projects_hero .slick-dots button, .featured-articles .slick-dots button{
  margin-top: 10px;
}
.projects_hero .slick-dots li.slick-active button,.featured-articles .slick-dots li.slick-active button{
  margin-top: 0px;  
}
.hero .projects-list-slider{
}
.hero .projects-list-slider .slick-arrow{
  position: absolute;
  z-index: 1;
  bottom: 16px;
  font-size: 0;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  background-image: url(gfx/arrow-white-horisontal.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.hero .projects-list-slider .slick-next{
  left: 40px;
  background-position: left center;
}
.hero .projects-list-slider .slick-prev{
  right: 40px;
  transform: rotate(180deg);
  background-position: left center;
}
.simple-social .addtoany_shortcode a{
  width: 48px;
  height: 48px;
}
}


@media (max-width: 479px) {
body .wpcf7-list-item-label,
.history-nav-slider .item.slick-current .month{
  font-size: 14px;
}

.single-project .avatar .name,
.single-project .avatar .desc,
  .first-banner .thumb .description, 
  .information .description, 
  .featured-articles .description, 
  .projects_hero .slick-dots button, 
  body .featured-articles .slick-dots button, 
  .list-projects .list li, 
  .contact-form span.name, 
  .contact-form input,
.single-job .ip_hero .categories-list li,
  .page-template-articles .hero .read-time .description,
  .contact-form select, .contact-form textarea, .contact-form label, footer .sub-menu-wrapper .sub-menu li, .about_hero .information .description, .about_description .description, .team .list .description
{
  font-size: 16px;
}
.credit .menu > li > a, 
  .team .list h3, 
  .history-nav-slider .item.slick-current .year, 
  .history-nav-slider .item .year, 
  .testimonials-slider .info li, 
  .hero.ip_hero .description,
.top-author .top-section .role,
.contact-form-area input[type='submit'],
.single-article .bottom-author .description,
.single-article .box-content .inline,
.single-article .top-author .description,
.single-project .box-label .box-testimonial .description
{
  font-size: 18px;
  line-height: normal;
}
.contact-form-area span.name,
.contact-form-area label,
.job-form .contact-form li input,
.contact-form-area .contact-form input, 
.contact-form-area .contact-form select,
.job-form .contact-form li span.name,
  [for="file-upload"]
  {
  font-size: 18px!important;  
}
.job-info .wrap,.single-job .ip_hero .description,.contact-form-information ul.list .desc,.featured-services-categories .list h3, .page-template-products .hero.ip_hero .description, .popular-services .title, .all-jobs .list .item .title, header .sub-menu > li > a, .hero .description, .testimonials-slider .info li, .top-author .description, .promo-banner .description, .contact-form-area .description, .contact-form-information .description, .history-slider .description, .second-banner .description, .single-service .hero.ip_hero .category-label .description{
  font-size: 20px;
  line-height:26px;
  font-weight: 400;
}
.nav-thumb-slider-wrap .item span, 
  .about-testimonials .testimonials-slider .description
  {
  font-size: 22px;
  font-weight: 600;
}
.featured-articles h3,
.box-label .box-testimonial .description, .projects_hero .slick-dots li.slick-active button, 
.featured-articles .slick-dots li.slick-active button,
.newsletter-wrap .wrap .title-section h2,
.history-slider .month,
.second-banner h2
  {
  font-size:24px;
  line-height:27px
}
.popular-services .title{
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  bottom: 36px;
}
.all-jobs .list .item .title{
    font-size: 26px;
    line-height: 30px;
    padding-top: 10px;
}
.information .symbol span, h2,
.single-project .hero.ip_hero .description,
  .box-article .box-quote, 
  .testimonials-slider .description {
  font-size: 28px;
  line-height: 100%;
  line-height: 32px;
}
.hero .title,
.single-project .hero h1,
.faq h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight:700;
}
.first-banner .thumb h2,
.box-label .box-testimonial h2,
.jobs-features .title
  {
  font-size: 32px;
}
.history-slider .year{
  font-size: 48px;
  font-weight: 300;
  line-height: 40px;
}
.newsletter-wrap .wrap .title-section h2,
.relevant-list-projects .thumb .content h3,
.about-testimonials .testimonials-slider .description
  {
  font-weight: 400;
}
.second-banner h2,
.single-service .hero.ip_hero .category-label .description  
{
  font-weight: 600;
}

.contact-form-area input[type='submit']{
  line-height: 60px;
}
.page-template-articles .read-time .image,
.single-article .read-time .image{
  width: 24px;
  height: 24px;
}
.page-template-articles .read-time .image img,
.single-article .read-time .image img
  {
  max-width: 17px;
}
.about_hero .information .list{
  gap: 24px;
}
.second-banner .description{
  line-height:26px;
  padding-top: 32px;
}
.second-banner .content{
  padding-right: 26px;
  padding-left: 26px;
}
.box-label .box-testimonial h2{
  line-height:120%;
}


.single-job .box-sidebar .wrap{padding-top: 0;}
.single-project .avatar .name{
  line-height:20px;
}
.page-template-products .popular-services .title .description{
  
}
.action-button.link-button span{
  padding-left: 0;
}
.action-button.link-button span:before{
 display:none;
}
.single-service .ip_hero .wrapper{
  position: absolute;
}
.single-service .ip_hero .title{
  padding-top: 22px;
}
.relevant-projects{
  padding-bottom: 60px;
  border-bottom: 1px solid #bac9cc;
}
.second-banner .wrap{
  padding: 60px 0;
}
.page-template-services .second-banner{
  margin-top: 120px;
}
.additional_services .wrap{
  padding-top: 35px;
  padding-bottom: 35px;
}  
.additional_services .list a{
  height: 456px;
}
.single-article .additional_services .list a{
  height: 382px;
}
.part-section.services-sections{
  margin-top: 32px;
}
.popular-services .list{
  padding-top: 32px;
}
.mob-description{
  line-height:28px;
}
.popular-services .title .description,
.popular-services .title br,
.single-service .hero.ip_hero .description
  {
  display:none;
}
.hero.ip_hero{
  height: auto;
  min-height: 650px;
  padding-bottom: 60px;
}
.single-service .hero.ip_hero{
  min-height: 600px;
}
.single-service .ip_hero .action-button{
  position: absolute;
  margin-top: auto;
  bottom: 80px;
}
.hero.ip_hero .description
{
  padding-top: 40px;
}
.ip_hero .category-label{
  padding:0;
}
.single-service .hero.ip_hero .category-label .description{
  padding-top:0;
  display: block;
}
.ip_hero .action-button{
  margin-top:40px;
}
.ip_hero .title{
  padding-top: 40px;
}
.ip_hero .wrap{
  justify-content: start;
  padding-top: 110px;
}
.promo-banner .action-button{
  border: none;
  line-height: 54px;
}
.promo-banner .description{
  padding-top: 6px;
}
.promo-banner h2{
  line-height: 32px;
}
.promo-banner .content{
  max-width: 290px;
}
.promo-banner .wrapper{
  padding: 0;
}
.partnership .list .item{
  width: 175px;
}
.about-testimonials .info{
  padding-top: 16px;
}
.about-testimonials .description{
  padding-top: 116px;
}
.about-testimonials .content:after{
  top: 40px;
  width: 72px;
  height: 64px;
  background-size: contain;
}
.about-testimonials .content{
  height: 380px;
  padding-top: 0;
  padding-right: 0;
  min-height: auto;
}
.about-testimonials:after{
  bottom: auto;
  top: 300px;
}
.sertificates{
  padding-bottom: 60px;
}
.sertificates .list,
.partnership .list
  {
  margin: 0 -15px;
}
.history-nav-slider .item.slick-current .wrap:before{
  height:30%;
}
.history-nav-slider .item.slick-current .month{
  line-height:normal;
}
.history-nav-slider .item.slick-current .wrap:after{
  display:none;
}
.history-nav-slider .item.slick-current .wrap{
  min-height: 65px;
}
.history-nav-slider .item{
  width: 44px;
  margin: 0 15px;
}
.history-slider-wrap{
  padding-bottom: 20px;
  min-height: 230px;
}
.history-slider .description{
  max-width: 245px;
  margin: auto;
}
.sertificates .action-button{
  margin-top: 32px;
}
.history{
  margin-top: 60px;
}
.team .list .wrap:before{
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  right: 20px;
  top: 20px;
}
.team .list .content{
  bottom: 10px;
}
.team .list .description{
  line-height:28px;
}
.team .list .description{
  line-height:18px;
}
body .wpcf7-list-item-label{
  padding-right: 14px;
}
.team .list .wrap{
  height: 270px;
}
.about_description{
  padding: 50px 0;
}
.about_hero .information .description{
  padding-top: 0;
}
ul.social{
  padding: 30px 0;
}
ul.social li a{
  max-width: 26px;
  display: inline-block;
}
.credit .wrap{
  padding-top: 45px;
}
.newsletter-form input{
  line-height: 56px;
}
body {
        background-position: bottom -120px left -120px;
        background-size: 280%;
}
.padding-top-big{
  padding-top: 60px;
}
.best-articles .action-button.white:after,
.sertificates .action-button:after
  {
  background: rgba(0, 0, 0, 0.08);
}
.logos-slider{
  padding: 0;
}
.list-projects .action-button{
  margin-top: 20px;
}
  .featured-projects .list-projects .content{
    padding-right: 15px;
    padding-left: 15px;
  }
.filter,.list-projects{
  padding-bottom: 32px;
}

.featured-projects .filter{
  padding-right: 16px;
  padding-left: 16px;
}
.projects_hero .slick-dots li.slick-active button, .featured-articles .slick-dots li.slick-active button{
   margin-top: 8px;
 }
.featured-articles .slick-dots li:after,
.newsletter-wrap .wrap .title-section h2 br
  {
  display:none;
}
.projects_hero .slick-dots li, 
.featured-articles .slick-dots li{
  padding: 0;
  /* width: 33px; */
}
.featured-articles .slick-dots{
  bottom: auto;
  top: 438px;
  display: flex;
  column-gap: 24px;
  justify-content: center;
  margin: auto;
  width: 100%;
  border-bottom: 1px solid rgba(249, 252, 252, 0.6);
}
.featured-articles .slick-dots-wrapper{
  bottom: auto;
  top: 0;
  text-align: center;
  width: 100%;
}
.featured-articles .f-section{
  padding-top: 15px;
}
.featured-articles .content{
  padding-top: 0;
}
.featured-articles .icon{
  font-size: 34px;
  height: 34px;
}
.articles-nav-slider{
  bottom: 23px;
}
.articles-nav-slider .inline{
  padding: 0;
}
.part-section{
  padding-top: 60px;
}

body .part-section:nth-last-child(1 of .part-section){
  padding-bottom: 50px;
}
.part-section.team{
   padding-top: 40px; 
}
.projects-slider .item{
  width:300px;
}
.hero,.nav-slider .thumb{
  height: 845px;
}
.about_hero{
  height: 707px;
}
.featured-articles .wrap{
  height: 345px;
  padding-top: 32px;
}
.featured-articles .bg-area{
  height: 345px;
}
.articles-nav-slider .wrap{
  height:auto;
}
.featured-services-categories .list .icon{
  height: 25px;
  margin-bottom: 5px;
}
.featured-services-categories .list a:before{
  width: calc(100% - 30px);
}
.featured-services-categories .list .icon img,
.featured-articles .icon img  
{
  max-height: 100%;
}
.hero .information{
  bottom: 77px;
}
.about_hero .information{
  bottom: 60px;
}
.hero .title br,.nav-slider .thumb .description br{
  display:none;
}
.nav-slider .thumb .title{
  padding-top:0;
}
.action-button, input[type="submit"]{
  line-height: 52px;
  min-width: 270px;
}
.newsletter-form input[type='submit']{
   line-height: 54px;
}
.mob-description{
  background: rgba(236, 242, 244, 1);
  padding: 0 16px;
  padding-top: 40px;
  padding-bottom: 24px;
}
.box-sidebar{
  background: var(--80, rgba(245, 249, 249, 1));
}
.box-content.files{
  background-color: var(--white);
  margin-bottom: 0;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
  padding-top: 40px;
}
.box-sidebar .action-button.catalogue-button,
.single-project .hero.ip_hero .description br
  {
  display: none;
}
.box-sidebar .sidebar:before{
  content:'';
  box-shadow: 0px 12px 94.6px 0px rgba(0, 0, 0, 0.52);
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.all-products .list{
  margin: 0 -15px;
  padding-top: 16px;
  padding-right: 0;
}
.page-template-products .title{
  padding-top: 0;
}
.page-template-products .hero.ip_hero .description{
  padding-top: 7px;
}
.page-template-products .hero.ip_hero .action-button{
  margin-top: 120px;
}
.page-template-products .hero.ip_hero{
  min-height: 600px;
}
.page-template-products .popular-services{
  background: rgba(255, 255, 255, 1);
}
.page-template-products .popular-services .title .description{
  display: block;
}

.all-products{
  background: rgba(245, 249, 249, 1);
  margin-top: 40px;
  padding-bottom: 80px;
}
.all-products .filters{
  margin: 0 -15px;
  padding-right: 15px;
}
.all-products .list.all-services-areas-slider .slick-track > li{
  margin-left: 0;
  padding-left: 0;
  padding-right: 15px;
}
.all-products .list .slick-list{
  padding-right: 0!important;
}
.page-template-products .second-banner{
  margin-top: 0;
}
.single-product .box-content:last-child{
  margin-bottom: 0;
}
.first-banner .thumb{
  padding: 16px;
}
.single-product .second-banner{
  margin-top: 0;
}
.single-product .second-banner .description{
  padding-top: 12px;
}
.single-product .box-sidebar .action-button.catalogue-button{
  display:block;
}
.filter .sort{
  min-width: auto;
  flex: 1;
}
.page-template-projects .featured-projects .list-projects .content .wrap *{
  text-align: right;
}
.page-template-projects .featured-projects .list-projects .content{
  min-height: 270px;
}
.page-template-projects .featured-projects .list-projects .content .wrap .list{
  right: 15px;
}
.page-template-projects .featured-projects .projects-slider{margin-right: -15px;margin-left: -15px;}
.project-video{
  margin-top:20px
}
.hero .projects-list-slider .thumb .wrapper{
  margin-top: 350px;
}
.projects_hero .slick-dots-wrapper{
  top: 260px;
}
.projects_hero{
  height: 635px;
}
.logos .item{
  height: 120px;
  display: flex!important;
  padding: 0 25px;
}
.page-template-projects .featured-projects{
  padding-top: 40px;
}
.hero .projects-list-slider .thumb .wrap{
  padding-right: 45px;
  padding-left: 45px;
}
.page-template-projects .hero .projects-list-slider .thumb .wrapper{
  height: calc(100% - 350px);
  margin-top: 315px;
}
.page-template-projects .projects-list-slider .action-buttons{
  padding-top: 30px;
}
.page-template-projects .hero .projects-list-slider .slick-arrow{
  bottom: 30px;
}
.single-project .hero h1{
  padding-top: 0px;
  padding-bottom: 8px;
}
.single-project .hero.ip_hero{
  min-height: 995px;
}

.single-project .ip_information{
  padding-top: 15px;
}
.single-project .ip_information li .inline{
  
}
.single-project .hero .ip_information .title{
  padding-top: 0;
}
.single-project .hero.ip_hero .description{
  padding-top: 5px;
}
.single-project .ip_information li .wrap{
  padding-top: 30px;
}
.single-project .ip_information li{
  padding-bottom: 0;
}
.single-project .ip_hero .action-buttons{
  flex-direction: column;
  row-gap: 12px;
  padding-top: 50px;
}
.single-project .ip_hero .action-buttons a:after{
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}
.single-project .box-label{
  padding-top: 32px;
  background: var(--80, rgba(245, 249, 249, 1));
}
.has-next-box-text:after{
  content:'';
  border-top: 1px solid rgba(217, 229, 233, 1);
  position: absolute;
  width: 100%;
}
.box-label .box-content.not-has-next-box-text{
  padding-bottom: 0;
}
.single-project .box-label .box-testimonial .inline{
  min-height: 380px;
  position: relative;
}
.single-project .box-label .box-testimonial .avatar{
  padding-top: 0;
  position: absolute;
  bottom: 40px;
}
.single-project .box-label .box-testimonial i{
  bottom: -65px;
}
.single-project .box-video .inline{
  height: 220px;
}
.box-label .box-results{
  padding-top: 20px;
  background-color: var(--white);
}
.box-label .box-results ul.list li .thumb{
  height: 180px;
  aspect-ratio: auto;
}
.box-label .box-results:last-child{
  padding-bottom: 0;
}
.single-information{
  padding-top: 24px;
}
.simple-social .addtoany_shortcode .a2a_kit{
  column-gap: 14px;
}
.page-template-articles .ip_hero .title{
  padding-top: 0;
}

.page-template-articles .ip_hero .wrapper{
  position: absolute;
}
.page-template-articles .read-time .wrap,
.single-article .read-time .wrap
  {
  column-gap: 4px;
  padding-top: 0;
}
.page-template-articles .read-time .description,
.single-article .read-time .description
  {
  padding-top: 0;
}
.page-template-articles .read-time,
.single-article .read-time  
  {
  bottom: 10px;
}
.page-template-articles .read-time:after,
.single-article .read-time:after
  {
  bottom: 10px;
}
.page-template-articles .read-time:before,
.single-article .read-time:before
  {
  bottom: 10px;
}  
.page-template-articles .ip_hero .action-button{
  bottom: 85px;
  position: absolute;
}
.page-template-articles .popular-services{
  padding-top: 40px;
}
.page-template-articles .popular-services .title{
  font-weight: 400;
}
.page-template-articles .popular-services .list li{
  margin-bottom: 16px;
}
.single-article .ip_hero .title{
  padding-top: 0;
}
.single-article .box-article .box-image .inline{
  margin: 0;
  height: 270px;
}
.single-article .hero .simple-social{
  padding-top: 44px;
}
.single-article .ip_hero .wrapper{
}
.single-article .hero.ip_hero{
  height: 600px;
  padding-bottom: 0;
  min-height: auto;
}
.top-author .top-section .icon{
  
}
.top-author .top-section .name{
  border: none;
  padding: 0;
}
.top-author .top-section .role{
  
}
.single-article .box-content .inline{
  line-height: 30px;
}
.box-article .box-testimonial .inline{
  padding: 40px 50px 50px;
}
.single-article .box-label .box-content:last-child{}
.box-article .box-testimonial{
  padding-top: 80px;
  padding-bottom: 80px;
}
.box-label .box-testimonial i{
  bottom: -55px;
}
.single-article .box-article .box-quote{
  line-height: 36px;
  font-weight: 600;
  padding-right: 0;
  padding-left: 0;
}
.box-article .box-quote i{
  bottom: 15px;
}
.bottom-author .wrap{
  padding-bottom: 0;
}
.bottom-author .top-section .name{
}
.single-article .bottom-author .description{
  line-height:26px;
}
.bottom-author .thumb{
  position: relative;
  bottom: 0;
  background-position: left;
  width: auto;
  margin-top: 15px;
}
.single-article .additional_products{
  margin-top: 45px;
}
.single-article .additional_articles{
  margin-top: 10px;
}
.part-section .slick-dots{
  bottom: -45px;
}

.single-article .featured-services-categories{
  margin-top: 45px;
}
.page-template-careers .hero.ip_hero{
  min-height: 600px;
}
  .page-template-careers .ip_hero .title{
    bottom: auto;
    top: 215px;
    max-width: 350px;
    right: 0;
    left: 0;
    padding-top: 0;
  }
.careers_hero .control{
  top: 300px;
}
.all-jobs{
  padding-top: 40px;
}
.all-jobs .list .item .description{
  padding-top: 0;
}
.jobs-features{
  padding-top: 40px;
}
.jobs-features .list{
  margin: 0;
  margin-top: 32px;
}
.jobs-features .title{
  line-height: 30px;
}
.jobs-features .description{
  padding-top: 8px;
  line-height: 26px;
}
.jobs-testimonials{
  margin-top: 45px;
}
.page-template-careers .testimonials-slider .content:after{
  right: 0;
  left: 0;
  margin: auto;
}
.page-template-careers .testimonials-slider .description{
  line-height: 120%;
}
.page-template-careers .testimonials-slider .image{
  height: 250px;
}
.jobs-gallery{
  padding-top: 125px;
}
.jobs-gallery .list li:first-child, .jobs-gallery .list li:nth-child(4){height: 300px;}
.jobs-gallery .list li{height: 180px;}
.page-template-contact .hero.ip_hero{
  min-height: 600px;
}
.page-template-contact header{
  background: rgba(0, 0, 0, 0.4);
}
.contact-form-information .description strong{
  font-weight: 500;
}
.single-job .ip_hero .wrapper > .wrap{
  padding-top: 140px;
}
.single-job .ip_hero .title{
  padding-top: 0;
}
.single-job .ip_hero .categories-list{
  margin-bottom: 10px;
}
.single-job .ip_hero .description{
  padding-top: 6px;
}
.hero.ip_hero{
  min-height: 600px;
  height: 600px;
  padding-bottom: 40px;
}
.job-info{
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.job-info .wrap{
  padding: 0;
}
.job-info .wrap-img{
  
}
.job-info img{
  max-height: 31px;
}
.job-info li{
  width: auto;
  flex: 1;
  padding: 10px 0;
}
.single-job .box-sidebar .sidebar:before{
  display: none;
}
.single-job .box-sidebar .action-button{
  line-height: 60px;
}
.single-job .sidebar .simple-social .addtoany_shortcode .a2a_kit{
  column-gap: 14px;
}
.single-job .box-sidebar .content{
  background-color: var(--white);
  margin: 0 -15px;
}
.single-job .box-content:last-child{
  margin-bottom: 20px;
}
.single-job .box-sidebar{
  background: transparent;
}
.job-form .contact-form li input[type='submit']{
  max-width: none;
}
.home .part-section .slick-dots{
  min-height: 56px;
  bottom: auto;
}
}









@media (min-width: 1200px) {
 .home .hero, 
  .home .nav-slider .thumb,
  .page-template-articles .hero,
  .page-template-products .hero,
  .page-template-services .hero,
    .single-product .hero,
  .page-template-about .hero,
  .careers_hero
  {
    height: 650px;
} 
.mob-description{
  display:none;
}
.project_hero{
  height: 680px;
}
.home .nav-slider .thumb .wrap {
    padding-top: 140px;
} 
.history-slider .slick-arrow{
  display:none;
}
.careers_hero .control {
    top: 380px;
}
.all-articles {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-top: 80px;
}
.page-template-services .ip_hero .wrap
  {
  padding-top: 60px;
}
.single-project .ip_hero .wrapper > .wrap,
  .single-project .ip_hero .wrapper > .wrap{
  padding-top:40px;
  justify-content:start;
}
.services-sections {
    padding-top: 40px;
}
.services-sections h2:first-child {
    padding-top: 0;
}
.services-sections h2 {
    padding-top: 20px;
}
.ip_information {
    padding-top: 50px;
}
.nav-slider .thumb .title {
    padding-top: 10px;
}
.home .hero .action-buttons {
    padding-top: 30px;
}
.featured-articles .thumb {
    height: 580px;
}
.nav-thumb-slider-wrap .item .icon{
  display:none;
}
header li.menu-item-has-children:hover .sub-menu-wrapper{
    opacity: 1!important;
    visibility: visible!important;
    pointer-events: all;
    display:block!important;
     -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
}
@media (min-width: 1500px) {
 .home .hero, 
  .home .nav-slider .thumb,
  .page-template-articles .hero,
  .page-template-products .hero,
  .page-template-services .hero,
    .single-product .hero,
  .page-template-about .hero
  {
    height: 750px;
} 
.project_hero {
    height: 800px;
}
.home .nav-slider .thumb .wrap {
    padding-top: 140px;
}
.careers_hero {
    height: 745px;
}
.careers_hero .control {
    top: 430px;
}
.page-template-services .ip_hero .wrap,
.single-project .ip_hero .wrapper > .wrap  
{
  padding-top:0;
}
.single-project .ip_hero .wrapper > .wrap{
  justify-content:center;
}
.all-articles {
    padding-top: 130px;
    padding-bottom: 140px;
    margin-top: 80px;
}
.services-sections {
    padding-top: 60px;
}
.services-sections h2:first-child {
    padding-top: 0;
}
.services-sections h2 {
    padding-top: 50px;
}
.ip_information {
    padding-top: 105px;
}
.nav-slider .thumb .title {
    padding-top: 25px;
}
.home .hero .action-buttons {
    padding-top: 45px;
}
.featured-articles .thumb {
    height: 660px;
}
}
@media (min-width: 1650px) {
 .home .hero, 
  .home .nav-slider .thumb,
  .page-template-articles .hero,
  .page-template-products .hero,
  .page-template-services .hero,
  .single-product .hero,
  .page-template-about .hero
  {
    height: 800px;
}
.home .nav-slider .thumb .wrap {
    padding-top: 180px;
}
}