/*
 Theme Name:   NRGagency child
 Theme URI:    http://demo.themeton.com/nrgagency
 Description:  NRGagency Child Theme
 Author:       ThemeTon
 Author URI:   http://themeton.com
 Template:     nrgagency
 Version:      1.1
*/

/* Theme customization starts here
  -------------------------------------------------------------- */
@font-face {
    font-family: "Google Sans";
    font-weight: 900;
    font-style : normal;
    font-display: swap;    
    src: url('fonts/GoogleSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family: "Google Sans";
    font-weight: 900;
    font-style : italic;
    font-display: swap;
    src: url('fonts/GoogleSans-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: "Google Sans";
    font-weight: 600;
    font-style : normal;
    font-display: swap;
    src: url('fonts/GoogleSans-Medium.ttf') format('truetype');
}
@font-face {
    font-family: "Google Sans";
    font-weight: 600;
    font-style : italic;
    font-display: swap;
    src: url('fonts/GoogleSans-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: "Google Sans";
    font-weight: 400;
    font-style : italic;
    font-display: swap;
    src: url('fonts/GoogleSans-Italic.ttf') format('truetype');
}
@font-face {
    font-family: "Google Sans";
    font-weight: 400;
    font-style : normal;
    font-display: swap;
    src: url('fonts/GoogleSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'forceteam';
    src:  url('fonts/icons/forceteam.eot?vmqlfa');
    src:  url('fonts/icons/forceteam.eot?vmqlfa#iefix') format('embedded-opentype'),
      url('fonts/icons/forceteam.ttf?vmqlfa') format('truetype'),
      url('fonts/icons/forceteam.woff?vmqlfa') format('woff'),
      url('fonts/icons/forceteam.svg?vmqlfa#forceteam') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="ft-icon"], [class*=" ft-icon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'forceteam' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
body {
  font-family: "Google Sans", sans-serif !important;
}
/*footer*/
.footer.b-footer {
    padding-top: 54px;
}
.footer .footer-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 14px auto 0;
}
.footer .entry-footer {
    font-family: 'Jaapokki';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    color: #D9D9D9;

}
.footer .widget.widget_mc4wp_form_widget {
    margin-top: 34px;
}

.vc_row.ft-hero {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;

}
.vc_row.ft-hero .ft-hero__col-txt {
    float: none !important;
    width: 55%;
    flex-basis: 55%;
}
.vc_row.ft-hero .ft-hero__col-img {
    align-self: stretch;
    float: none !important;
    width: 45%;
    flex-basis: 45%;
}
.wpb_text_column.ft-hero__img {
    height: 100%;
    min-height: 200px;
    margin-bottom: 0;
}
.wpb_text_column.ft-hero__img img{
    margin-left: -50px;
    margin-right: -10px;
    max-width: calc(100% + 60px);
}
@media only screen and (max-width: 1024px) {
    .vc_row.ft-hero {
        flex-wrap: wrap;
    }
    .vc_row.ft-hero .ft-hero__col-txt {        
        width: 100%;
        flex-basis: 100%;
        order: 1;
    }
    .vc_row.ft-hero .ft-hero__col-img {        
        width: 100%;
        flex-basis: 100%; 
    }
    .wpb_text_column.ft-hero__img img{
        max-width: 100%;
        margin: 0;
    }

}
.wpb_text_column.ft-hero__body{
    max-width: 595px;
    border: 3px solid #000000;
    margin-left: auto;
    padding: 30px 26px 34px;
    text-align: left;
    background-color: rgba(255,255,255, .7);
    position: relative;
    z-index: 1;
}

.wpb_text_column.ft-hero__body p:first-child{
    color: #564C4C;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;

}

.wpb_text_column.ft-hero__body h2 {
  color: #35373E;
  font-size: 68px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 10px; 
}

.wpb_text_column.ft-hero__body a {
  color: #ACAFBA;
  font-family: 'Jaapokki';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: flex;
  margin-top: 18px;
  align-items: center;
  gap: 4px;
}
.wpb_text_column.ft-hero__body a::after {
    content: "";
    display: block;
    background-image: url("https://www.forceteam.net/wp-content/themes/nrgagency/img/right.png");
    width: 18px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateX(0);
    transition: transform 0.2s ease;
}
.wpb_text_column.ft-hero__body a:hover::after {
    transform: translateX(3px);
}
@media only screen and (max-width: 1024px) {
    .wpb_text_column.ft-hero__body{
        margin: 0 auto;
    }
    .wpb_text_column.ft-hero__img {
        text-align: center;
    }
    .wpb_text_column.ft-hero__body h2 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .wpb_text_column.ft-hero__body h2 {
        font-size: 32px;
    }
}
.ft-portfolio {
    background-color: #F4F4F6;
    padding-top: 40px;

}

.ft-portfolio .late {
    float: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
}

.ft-portfolio .late h3, .ft-portfolio .late h2, .ft-portfolio .late h1, .ft-portfolio .late h4{
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #35373E;
    margin-top: 0;
    margin-bottom: 0;
}
.ft-portfolio .lates-work  #filters {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 50px;
}

.ft-portfolio #filters .button{
}
@media only screen and (max-width: 767px) {
    .ft-portfolio .late h3, .ft-portfolio .late h2, .ft-portfolio .late h1, .ft-portfolio .late h4{
        font-size: 30px;
    }
    .ft-portfolio .lates-work  #filters {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}
.ft-personal {
    padding-top: 44px;
}
.ft-personal__col-txt{
    
}
.ft-personal__txt{
    text-align: left;
    color: #564C4C;
    letter-spacing: 0.02em;
    padding-top: 52px;
    padding-bottom: 20px;
}
.ft-personal__txt h2{
    font-family: 'Jaapokki';
    font-size: 38px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 0;
    margin-bottom: 14px;
    color: #35373E;

}
.ft-personal__txt p{
    margin-top: 0;
    margin-bottom: 32px; 
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;

}
.ft-personal__txt p:last-child{
    margin-bottom: 0;
}
.ft-personal__txt strong{
    font-weight: 900;
}
.ft-personal__col-img {

}
.ft-personal__slider {

}

.ft-personal__slider .wpb_wrapper{
    max-width: 510px;
    margin: 0 auto;
}
.wpb_gallery.ft-personal__slider .wpb_flexslider .flex-control-paging{
    display: none;
}
.wpb_gallery.ft-personal__slider li {
    position: relative;
}
.wpb_gallery.ft-personal__slider .flex-caption {
    position: absolute;
    bottom: 112px;
    right: 0;
    width: 100%;
    background-color: rgba(255,255,255, .82);
    text-align: center;
    padding: 22px 30px 15px;
}
.wpb_gallery.ft-personal__slider .flex-caption .post-title {
    font-family: 'Jaapokki';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em; 
    color: #35373E;
    margin-top: 0;
    margin-bottom: 0px;
}
.wpb_gallery.ft-personal__slider .flex-caption p {
    margin: 0;
    color: #564C4C;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.02em;  
    max-height: 1.7em;

}
.wpb_gallery.ft-personal__slider .flex-direction-nav {
    position: absolute;
    bottom: 112px;
    right: 0;
    width: 100%;
    left: 0;
    min-height: 96px;

}
.wpb_gallery.ft-personal__slider .flex-direction-nav a{
    opacity: 1;
    padding: 5px 0;
}

.wpb_gallery.ft-personal__slider .flex-direction-nav a::before {
    font-family: 'forceteam' !important;
    color: #B7B7B7;
    font-size: 30px;    

}
.wpb_gallery.ft-personal__slider .flex-direction-nav a.flex-next {
    right: 24px;
}
.wpb_gallery.ft-personal__slider .flex-direction-nav a.flex-prev {
    left: 24px;
}
.wpb_gallery.ft-personal__slider .flex-direction-nav a.flex-next::before {
    content: "\e901";
}
.wpb_gallery.ft-personal__slider .flex-direction-nav a.flex-prev::before {
    content: "\e900";
}
.wpb_gallery.ft-personal__slider .flex-direction-nav .flex-nav-next,
.wpb_gallery.ft-personal__slider .flex-direction-nav .flex-nav-prev
{
    position: static;
}
.wpb_gallery.ft-personal__slider {
    margin-bottom: 0;
}
.wpb_gallery.ft-personal__slider .flexslider {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .ft-personal {
        padding-top: 32px;
    }
    .ft-personal__txt h2 {        
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 10px;       
    }
    .wpb_content_element.ft-personal__txt{
        padding-top: 32px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
.ft-skills {
    background: #F8F9FD;
    padding-top: 50px;
    padding-bottom: 1px;
}
.ft-skills .wpb_tabs_extended[data-style="service"] > .row {
    width: 100%;
}
.ft-skills .wpb_tabs_extended[data-style="service"] > .row > div {
    vertical-align: top;
}
.ft-skills .wpb_tabs_extended[data-style="service"] .serv-item .service {
    opacity: 1;
    margin-top: 40px;
    margin-bottom: 54px;
}
.ft-skills .wpb_tabs_extended[data-style="service"] .serv-item .service:hover {
    opacity: 1;
}
.ft-skills .wpb_tabs_extended[data-style="service"] .serv-item .service h6{
    font-family: 'Jaapokki';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: #ACAFBA; 
}
.ft-skills .wpb_tabs_extended[data-style="service"] .serv-item .service:hover h6,
.ft-skills .wpb_tabs_extended[data-style="service"] .serv-item .service.active-item h6
{
    color: #000000;
}
.ft-skills .wpb_tabs_extended[data-style="service"] .serv-item .service:hover img,
.ft-skills .wpb_tabs_extended[data-style="service"] .serv-item .service.active-item img
{
    filter: brightness(0);  
}
.ft-skills .wpb_tabs_extended[data-style="service"] .serv-item {
    margin: 0;
    padding: 0;
}
.ft-skills.wpb_tabs_extended[data-style="service"] .serv-item .service {
    margin-top: 40px;
    margin-bottom: 50px;
}
.ft-skills.wpb_tabs_extended[data-style="service"] .serv-item .service:last-child {
    margin-bottom: 50px;
}
.ft-skills .wpb_tabs_extended[data-style="service"] .bg-serv {
    background-size: 100%;
    background-position: top center;    
    vertical-align: top;
}
.ft-skills .wpb_tabs_extended[data-style="service"] .bg-serv .services {
    /* padding-top: 79%; */
    padding-top: 90%;
}
.ft-skills .wpb_tabs_extended[data-style="service"] .serv-description {
    max-width: 420px;
    width: 100%;
    color: #564C4C;
    border: none;
    padding: 4px 0;
}
.ft-skills .wpb_tabs_extended[data-style="service"] .serv-description .topic {
    font-family: 'Jaapokki';
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: right;
    color: #040404;
    margin-top: 0;
    margin-bottom: 4px;
    text-align: left;

}
.ft-skills .wpb_tabs_extended[data-style="service"] .serv-description p{    
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-align: left;
    color: #564C4C;

}
@media only screen and (max-width: 767px) {
    .ft-skills .wpb_tabs_extended[data-style="service"] .serv-description .topic {       
        font-size: 30px;
    }
    .ft-skills .wpb_tabs_extended[data-style="service"] > .row {
        width: auto;
    }
    .ft-skills .wpb_tabs_extended[data-style="service"] .serv-item .service {        
        margin-top: 0;
        margin-bottom: 32px;
    }
    .ft-skills .wpb_tabs_extended[data-style="service"] .serv-item .service:last-child {
        margin-bottom: 32px;
    }
    .ft-skills .wpb_tabs_extended[data-style="service"] .serv-item .service h6 {       
        font-size: 12px;
        margin-top: 10px;
    }
}
.ft-process__txt {
    padding-top: 88px;
}
.ft-process__txt .wpb_text_column .wpb_wrapper{
    max-width: 900px;
    margin: 0 auto;
}
.ft-process__txt .wpb_text_column h2{
    margin-top: 0;
    text-align: center;
    font-family: 'Jaapokki';
    font-size: 38px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: center;
    color: #35373E;
    text-transform: uppercase;
    margin-bottom: 2px;

}
.ft-process__txt .wpb_text_column p{
    margin-top: 0;
    text-align: center;
    margin-bottom: 8px;    
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #564C4C;

}
.ft-process__txt .wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
}
.ft-process {
    padding-bottom: 100px;
}
.ft-process__panel{

}
.ft-process .vc_tta-container {
    margin-bottom: 0;
}
.ft-process .wpb_tabs_extended[data-style="process"] .process {
    margin-top: 20px;
    opacity: 1;
}
.ft-process .wpb_tabs_extended[data-style="process"] .process.active-process img,
.ft-process .wpb_tabs_extended[data-style="process"] .process:hover img {
    filter: brightness(0);
}
.ft-process .wpb_tabs_extended[data-style="process"] .process h6 {
    font-family: 'Jaapokki';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 26px;

}
.ft-process .wpb_tabs_extended[data-style="process"] .show-progress .number::before, 
.ft-process .wpb_tabs_extended[data-style="process"] .show-progress .number::after{
    height: 4px;
    bottom: 24px;
    background-color: #ACACAC;
    opacity: 1;
}
.ft-process .wpb_tabs_extended[data-style="process"] .show-progress .process-on .number::after {
    background-color:  #35373E;
}
.ft-process .wpb_tabs_extended[data-style="process"] .show-progress .number {
    margin-top: 48px;
    font-size: 16px;
    line-height: 14px;
    color: #ACAFBA;

}
.ft-process .wpb_tabs_extended[data-style="process"] .show-progress .number p{
    color: #ACAFBA;
}
.ft-process .wpb_tabs_extended[data-style="process"] .show-progress .active-process .number p{ 
    color: #000000;
}

.ft-process__panel .wpb_text_column h4{
    font-family: "Google Sans", sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-align: right;
    color: #564C4C;
    margin-top: 0;

}
.ft-process__panel .wpb_text_column p{    
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-align: left;
    color: #564C4C;
    margin-top: 0;
    margin-bottom: 2px;

}
.ft-process__panel .wpb_text_column p:last-child{
    margin-bottom: 0;

}

.ft-process__panel .wpb_text_column {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .ft-process__txt {
        padding-top: 48px;
    }
    .ft-process__txt .wpb_text_column h2 {
        font-size: 30px;
    }
    .ft-process__panel .wpb_text_column h4 {
        font-size: 20px;
        text-align: left;
    }
    .ft-proces .process-info .vc_col-sm-3 {
        margin-bottom: 10px;
    }
    .ft-process {
        padding-bottom: 50px;
    }
}

.ft-tech__head {
    background: #F8F9FD;
    padding-top: 50px;
    padding-bottom: 30px;

}
.ft-tech{
    background: #F8F9FD;

}
.ft-tech__footer {
    background: #F8F9FD;
    padding-top: 54px;
    padding-bottom: 54px;
}

.ft-tech__head .wpb_text_column h2{
    font-family: 'Jaapokki';
    font-size: 38px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.ft-tech__head .wpb_text_column {
    margin-bottom: 0;
}

.ft-tech .wpb_single_image img {
    vertical-align: middle;
}
.ft-tech .wpb_single_image.wpb_content_element {
    margin-bottom: 0;
}

.ft-tech {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    row-gap: 12px;
    column-gap: 20px;
}
.ft-tech .vc_col-sm-2 {
    width: auto;
    flex-basis: auto;

}

.ft-tech__footer .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.ft-tech__footer .wpb_text_column.wpb_content_element p{
    font-family: 'Jaapokki';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
    color: #ACAFBA;

}
@media only screen and (max-width: 767px) {
    .ft-tech__head {        
        padding-top: 40px;
        padding-bottom: 20px;
      }
    .ft-tech__head .wpb_text_column h2 {
        font-size: 30px;
    }
    .ft-tech__footer {       
        padding-top: 34px;
        padding-bottom: 34px;
    }
}
.ft-contact__head {
    padding-top: 78px;
    padding-bottom: 60px;
}
.ft-contact__head .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.ft-contact__head .wpb_text_column.wpb_content_element .wpb_wrapper{
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
.ft-contact__head .wpb_text_column.wpb_content_element h2{
    font-family: 'Jaapokki';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #35373E;
    margin-top: 0;
    margin-bottom: 0px;
}
.ft-contact__head .wpb_text_column.wpb_content_element p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.02em;
    color: #564C4C;
    margin-top: 0;
    margin-bottom: 0;

}
.ft-contact {

}
.ft-contact__info {

}
.wpb_text_column.wpb_content_element.ft-contact__info {
    margin-bottom: 20px;
}
.wpb_text_column.wpb_content_element.ft-contact__info h6 {
    font-family: 'Jaapokki';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px;
    margin-top: 36px;
}
.wpb_text_column.wpb_content_element.ft-contact__info h6:first-child{
    margin-top: 10px;

}
.wpb_text_column.wpb_content_element.ft-contact__info p {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #564C4C;
}
.wpb_text_column.wpb_content_element.ft-contact__info a{
    color: #564C4C;

}

.ft-contact__form {
}

.ft-contact__form  .col-submit {
    text-align: right;
}


 
.ft-contact__form  .contact-us input[type="submit"] {
    margin: 0 0 0 auto;
    background-position: 90% center !important;
}
.ft-contact__form  .contact-us input[type="submit"]:hover {
    background-position: 100% center !important;
}
.ft-contact__form .contact-us input[type="text"], .ft-contact__form .contact-us textarea {
    background: #eeeef0;
    padding: 18px 19px;
    color: #acafba;
    font-family: "Google Sans", sans-serif !important;
    font-size: 18px;
    display: inline-block;
    border: none;
    border: 1px solid transparent;
    width: 100%; 

}
@media only screen and (max-width: 767px) {
    .ft-contact__head {
        padding-top: 48px;
        padding-bottom: 20px;
    }
    .ft-contact__head .wpb_text_column.wpb_content_element h2{
        font-size: 30px;
    }
    .ft-contact__form  .contact-us div[class^="col-"] {
        padding-bottom: 16px;
    }
}

.ft-client__txt {
    padding-top: 78px;
    padding-bottom: 60px;
    background: #F8F9FD;
}
.ft-client__txt .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.ft-client__txt .wpb_text_column.wpb_content_element .wpb_wrapper{
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
.ft-client__txt .wpb_text_column.wpb_content_element h2{
    font-family: 'Jaapokki';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #35373E;
    margin-top: 0;
    margin-bottom: 0px;
}
.ft-client {
    background: #F8F9FD;
}
.ft-client.vc_row.wpb_row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;

}
.ft-client .wpb_column.vc_col-sm-4{
   
}
.ft-client .wpb_single_image.vc_align_left {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .ft-client__txt {
        padding-top: 48px;
        padding-bottom: 20px;        
    }
    .ft-client__txt .wpb_text_column.wpb_content_element h2 {
        font-size: 30px;
    }
    .ft-client .wpb_column.vc_col-sm-4 {
        width: 50%;
    }
}

.page-no-pad {
    padding: 120px 0 0 0;
    margin: 0;
}
@media only screen and (max-width: 1024px) {
    body > .page-no-pad  {       
        padding-top: 90px;
      }
}
@media only screen and (max-width: 767px) {
    body > .page-no-pad  {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 90px;
    }
}
#portfolio-row, #clients-row {
    scroll-margin-top: 90px;
}