/*
Theme Name: Softwerk Child
Theme URI: https://softwerk.qodeinteractive.com
Description: A child theme of Softwerk Theme
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: softwerk
Template: softwerk
*/
/*Button Color*/
.vc_btn3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 12px 30px !important;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline {
  color: #00FF00 !important;
  border-color: #00FF00 !important;
  background-color: transparent;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover {
  color: #000000 !important;
  border-color: #00FF00 !important;
  background-color: #00FF00 !important;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
  color: #000000 !important;
  border-color: #00FF00 !important;
  background-color: #00FF00 !important;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
  color: #00FF00 !important;
  border-color: #00FF00 !important;
  background-color: transparent !important;
  background-image: none !important;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  color: #000000 !important;
  border-color: #fff !important;
  background-color: #fff !important;
}
/**/
.overlap-text {
  font-size: 12.7vw;
  line-height: 0.75;
  position: relative;
  display: inline-block;
}
.overlap-text:after {
  content: '';
  position: absolute;
      left: 75%;
      top: 61%;
      width: 150%;
      height: 5px;
      margin-top: -2.5px;
      background-color: #00FF00;
}

@media screen and (max-width: 991px) {
  .overlap-text {
    font-size: 15vw;
  }
}
/**/
p {
  line-height: 2;
}
/*Text Color*/
.text-primary {
  color: #00FF00 !important;
}
.text-dark {
  color: #111111 !important;
}
.text-white {
  color: #ffffff !important;
}
/**/
.qodef-wrapper .qodef-content .qodef-content-inner>.qodef-container>.qodef-container-inner,
.qodef-wrapper .qodef-content .qodef-content-inner>.qodef-full-width>.qodef-full-width-inner {
  padding-top: 0;
  padding-bottom: 0;
}

/* Header Container */
.qodef-menu-area .qodef-vertical-align-containers {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px !important;
}
@media (max-width: 1366px) {
  .qodef-menu-area .qodef-vertical-align-containers {
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .qodef-menu-area .qodef-vertical-align-containers {
    max-width: 950px;
  }
}
@media (max-width: 1024px) {
  .qodef-menu-area .qodef-vertical-align-containers {
    max-width: 768px;
  }
}
/* Header */
.qodef-wrapper .qodef-page-header {
  position: absolute;
}
.qodef-wrapper .qodef-page-header .qodef-fixed-wrapper.fixed .qodef-menu-area {
  background-color: #111111;
}
.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
  height: 60px !important;
}
.qodef-wrapper .qodef-page-header .qodef-menu-area {
  background-color: transparent;
}
.qodef-page-header .qodef-position-right-inner {
      display: inline-flex !important;
      align-items: center;
}
.qodef-main-menu>ul>li>a>span.item_outer:before {
  display: none;
}
.qodef-main-menu>ul>li>a>span.item_outer .item_text {
  font-size: 18px;
  font-weight: 600;
}
.qodef-page-header .qodef-position-right-inner .header-btn a {
  background-color: #00FF00;
  color: #000000;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 600;
}

/* Footer */
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-grid {
  padding: 40px 0 30px 0 !important;
}
.qodef-footer-column-1 ul {
display: flex;
align-items: center;
}
.qodef-footer-column-1 ul li {
  display: inline-flex !important;
  white-space: nowrap;
  align-items: center;
  padding: 8px 0 !important;
}
.qodef-footer-column-1 ul li + li {
  margin-left: 40px !important;
}
.qodef-footer-column-1 ul li img {
  margin-right: 10px;
}
.widget_nav_menu .menu-footer-menu-container {
  text-align: right;
}
.widget_nav_menu .menu {
  display: inline-flex;
}
.widget_nav_menu .menu-footer-menu-container .menu li a {
  text-transform: none;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
}
/**/
.qodef-page-footer .qodef-footer-bottom-holder {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.qodef-page-footer .qodef-footer-bottom-holder .widget {
  margin: 0;
}
.qodef-page-footer .qodef-footer-bottom-holder .widget p {
      text-align: left !important;
      font-size: 13px !important;
}
.qodef-page-footer .qodef-footer-bottom-holder .qodef-grid-col-6 + .qodef-grid-col-6 {
  display: flex;
      justify-content: flex-end;
      align-items: center;
}
footer .widget.qodef-social-icons-group-widget {
margin-right: 60px !important;
}
footer .widget.qodef-social-icons-group-widget .qodef-social-icon-widget-holder {
  width: auto !important;
  height: auto !important;
  background: none !important;
  
}
.qodef-page-footer .qodef-social-icon-widget-holder .qodef-social-icon-widget {
  color: #00FF00;
  font-size: 24px;
  padding: 0 8px;
}
.qodef-page-footer .qodef-footer-bottom-holder .widget.qodef-footer-bottom-column-1 p {
  padding: 5px 0 !important;
}
.qodef-page-footer .qodef-footer-bottom-holder .widget.qodef-footer-bottom-column-2 p {
  text-align: right;
}
.qodef-page-footer .qodef-footer-bottom-holder .widget.widget_text img {
  float: right;
  margin: 5px 0 0 10px;
}
/* Home Banner */
.home-banner-sec {
  text-align: center;
  min-height: 700px;
  display: flex;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 80px;
  overflow: visible !important;
}
.home-banner-sec ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px !important;
}
.home-banner-sec ul li {
  padding: 0 10px 0 30px;
  position: relative;
  color: #B5D2B5;
  font-weight: normal;
  margin: 0 14px;
}
.home-banner-sec ul li img {
  position: absolute;
  left: 0;
  top: 2px;
}
.home-banner-sec .vc_btn3 {
  min-width: 170px;
}
.home-banner-sec .vc_btn3-container+.vc_btn3-container {
  margin-left: 20px;
}
.home-banner-sec .vc_column_container {
  position: static;
}
.home-banner-sec .home-banner-write {
  position: absolute;
  left: 0;
  bottom: -20px;
  color: #0FEC0F;
  line-height: 0.75;
  margin: 0;
  z-index: 2;
  width: 100%;
}
/* Home What We Do section */
.whatwedo-sec {
  padding-top: 85px;
  padding-bottom: 40px;
}
.whatwedo-sec .heading-overlap {
  color: #fff;
  opacity: 0.07;
  font-size: 85px;
  margin: 0 0 -60px 60px;
}
.whatwedo-sec h3 {
  line-height: 1.2;
}
.whatwedo-sec h3 .title-label {
  color: #111111;
  background-color: #0FEC0F;
  padding: 0 5px;
}
.whatwedo-sec h5 {
  font-weight: normal;
  line-height: 2;
  margin: 6px 0;
}
.whatwedo-sec p {
  color: #fff;
}
.whatwedo-sec .vc_row-fluid .vc_col-sm-8 {
  width: 52%;
  margin-left: 14.666%;
}

/* Home Who We Are section */
.whoweare-sec {
  padding-top: 85px;
  padding-bottom: 90px;
}
@media (min-width: 1024px) {
.whoweare-sec {
  padding-right: 0 !important;
}
.whoweare-sec .vc_row-fluid .vc_col-sm-8 .vc_column-inner {
  padding-right: 0;
}
}

.whoweare-sec .heading-overlap {
  color: #fff;
  opacity: 0.07;
  font-size: 85px;
  margin: 0 0 -60px 60px;
}

.whoweare-sec h3 {
  line-height: 1.2;
}

.whoweare-sec h3 .title-label {
  color: #111111;
  background-color: #0FEC0F;
  padding: 0 5px;
}

.whoweare-sec h5 {
  font-weight: normal;
  line-height: 2;
  margin: 25px 0;
}
.whoweare-sec .vc_row-fluid .vc_col-sm-4 {
  width: 37.33333333%;
}

.whoweare-sec .vc_row-fluid .vc_col-sm-8 {
  width: 58%;
  margin-left: 4.666%;
}
@media (min-width: 1200px) {
  .whoweare-sec .vc_row-fluid .vc_col-sm-4>.vc_column-inner {
    width: 480px;
  }
}
@media (min-width: 1024px) {
  .whoweare-sec .vc_row-fluid .vc_col-sm-4>.vc_column-inner {
    width: 425px;
  }
  .whoweare-sec h6 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 14px 0;
  }
  .whoweare-sec .vc_row-fluid .vc_col-sm-8 .wpb_single_image img {
    height: 644px;
    max-width: 897px;
    margin-top: 38px;
  }
}

.whoweare-sec h6 {
  text-transform: uppercase;
  font-weight: 300;
}
.whoweare-sec .vc_btn3-container {
  margin-top: 28px;
  margin-bottom: 35px;
}
.whoweare-sec p {
  color: #fff;
}
.whoweare-sec .qodef-cc-hover-roll-over .qodef-cg-inner {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.whoweare-sec .qodef-cc-hover-roll-over .qodef-cc-item {
  border-radius: 5px;
  background-color: #fff;
      width: 31% !important;
      padding: 0 !important;
}
.whoweare-sec .qodef-cc-hover-roll-over .qodef-cc-item img {
  /* max-width: inherit; */
  transition: none;
}
/* Home Our Services section */
.ourservices-sec {
  border-radius: 0 !important;
}
.ourservices-sec .overlap-text  {
  bottom: -30px;
}
.ourservices-sec .service-item {
  background-color: #000000;
  border-top: 1px solid #2A2A2A;
  border-bottom: 1px solid #2A2A2A;
  border-left: 1px solid #2A2A2A;
}
.ourservices-sec .service-item:hover {
  background-color: #00FF00;
}
.ourservices-sec .service-item:hover .wpb_text_column p,
.ourservices-sec .service-item:hover .wpb_text_column a {
  color: #111111;
}
.ourservices-sec .service-item:first-child {
  /* border-left: none; */
}
.ourservices-sec .service-item .wpb_text_column p {
  text-align: center;
  font-size: 21px;
  color: #0FEC0F;
  font-weight: 600;
  margin: 0;
  border-top: 1px solid #2A2A2A;
  line-height: 1.35;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.ourservices-sec .service-item .wpb_text_column a {
color: #0FEC0F;
}
/* Home Projects section */
.projects-title-sec {
  overflow: visible !important;
  z-index: 1;
  padding-top: 50px;
}
.projects-title-sec .overlap-text  {
  color: #1A1A1A !important;
}
.projects-sec {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.projects-sec > div {
  width: 30%;
}
.projects-item {
  background-color: #111111;
  z-index: 2;
  position: relative;
}
.projects-item.vc_column_container > .vc_column-inner {
  padding-left: 28px;
  padding-right: 28px;
}
.projects-item .vc_column-inner .wpb_single_image {
  margin: -34px -28px 0 -28px;
}
.projects-item .vc_column-inner .wpb_single_image img {
  width: 100%;
}
.projects-item .vc_column-inner h4 {
  margin: 25px 0 15px 0;
}
.projects-item .vc_column-inner p {
  font-size: 14px;
  line-height: 1.7;
}
.projects-item .vc_column-inner .vc_btn3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 10px;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
}
.projects-item .vc_column-inner .vc_btn3:hover {
color: #0FEC0F !important;
}
/* Home contact section */
.home-contact-sec {
  border-radius: 0 !important;
  padding-top: 75px;
  padding-bottom: 50px;
}
.home-contact-sec .vc_column_container {
  position: static;
}
.home-contact-sec .vc_row-fluid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.home-contact-sec .vc_row-fluid .vc_col-sm-8 {
  width: 100%;
}
.home-contact-sec .vc_row-fluid .vc_col-sm-8 h2 {
  margin: 0;
}
.home-contact-sec .vc_row-fluid .vc_col-sm-4 {
  width: auto;
}
.home-contact-sec .vc_row-fluid .vc_col-sm-4 .vc_btn3-container {
  margin-bottom: 0;
}
.home-contact-sec .vc_row-fluid .vc_col-sm-4 .vc_btn3 {
  white-space: nowrap;
}
.home-contact-sec .overlap-text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #0FEC0F;
  margin: 0;
  z-index: 0;
}
@media (min-width: 1024px) {
.home-contact-sec .overlap-text {
  font-size: 238px;
}
}
.home-contact-sec .overlap-text:after {
  display: none;
}
/*
////////////////////
*/
@media (max-width: 1199px) {
  .widget_nav_menu .menu-footer-menu-container .menu li a {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 45px !important;
  }
  .overlap-text {
    font-size: 135px;
  }
  .overlap-text:after {
    left: 80%;
    height: 3px;
    bottom: 37px;
        top: auto;
  }
  /**/
  .qodef-wrapper .qodef-mobile-header .qodef-mobile-header-inner {
    background-color: transparent;
    border-bottom: none;
    position: absolute;
    width: 100%;
    top: 20px;
  }
  .qodef-wrapper .qodef-mobile-header .qodef-vertical-align-containers .qodef-position-right .qodef-position-right-inner {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .qodef-wrapper .qodef-mobile-header .qodef-mobile-logo-wrapper a {
    height: 45px !important;
  }
  .qodef-wrapper .qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-mobile-menu-icon {
    background-color: transparent;
  }
  .qodef-wrapper .qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines {
    width: 26px;
    height: 20px;
    margin-left: 10px;
  }
  .qodef-wrapper .qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines .qodef-hm-line {
    height: 3px;
  }
  .qodef-wrapper .qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
    top: 8px;
  }
  .qodef-wrapper .qodef-mobile-header .qodef-mobile-nav {
    background-color: #111;
    border-bottom: none;
  }
  .qodef-wrapper .qodef-mobile-header .qodef-mobile-nav ul li a {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    padding: 12px 0;
  }
  .qodef-wrapper .qodef-mobile-header .qodef-vertical-align-containers .qodef-position-right .header-btn a {
    background-color: #00FF00;
    color: #000000;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
  }
  /* Home Banner */
  .home-banner-sec ul {
    flex-direction: column;
  }
  .home-banner-sec ul li {
    margin: 0;
  }
  .home-banner-sec .home-banner-write {
    font-size: 70px !important;
  }
  /**/
  .whatwedo-sec .vc_row-fluid .vc_col-sm-4 {
    width: 100%;
  }
  .whatwedo-sec .vc_row-fluid .vc_col-sm-8 {
    width: 100%;
    margin-left: 0;
  }
  /**/
  .whoweare-sec .vc_row-fluid .vc_col-sm-4,
  .whoweare-sec .vc_row-fluid .vc_col-sm-8 {
    width: 100%;
  }
  .whoweare-sec .vc_row-fluid .vc_col-sm-8 {
    margin-left: 0;
    margin-top: 30px;
  }
  .whoweare-sec .vc_btn3-container {
    margin-bottom: 40px;
  }
  .whatwedo-sec .heading-overlap,
  .whoweare-sec .heading-overlap {
    font-size: 70px;
  }
  /**/
  .ourservices-sec .service-item .wpb_text_column p {
    font-size: 18px;
  }
  /**/
  .home-contact-sec .vc_row-fluid {
    display: block;
  }
  .home-contact-sec .vc_row-fluid .vc_col-sm-8,
  .home-contact-sec .vc_row-fluid .vc_col-sm-4 {
    width: 100%;
  }
  .home-contact-sec .vc_row-fluid .vc_col-sm-4 {
    margin-top: 30px;
  }
  .home-contact-sec .vc_row-fluid .vc_col-sm-8 h2,
  .home-contact-sec .vc_row-fluid .vc_col-sm-4 .vc_btn3-container {
    text-align: center !important;
  }
  .home-contact-sec .overlap-text {
    bottom: auto;
    top: 0;
    display: block;
    width: 100%;
    text-align: center !important;
  }
  /* Footer */
  .qodef-footer-column-1 ul {
    justify-content: center;
  }
  .qodef-footer-column-2.widget_nav_menu .menu-footer-menu-container {
    text-align: center;
  }
  .widget_nav_menu .menu-footer-menu-container .menu li a {
    padding: 0 10px;
  }
  .qodef-page-footer .qodef-footer-bottom-holder .widget p {
    text-align: center !important;
  }
  .qodef-page-footer .qodef-footer-bottom-holder .qodef-grid-col-6+.qodef-grid-col-6 {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .ourservices-sec .service-item {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .whatwedo-sec .heading-overlap,
  .whoweare-sec .heading-overlap {
    font-size: 46px;
    margin: 0 0 -30px 0px;
  }

  /**/
  .projects-title-sec {
    padding-top: 10px;
  }
  .projects-sec {
    padding-bottom: 50px;
    display: block;
  }
  .projects-sec>div {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 680px) {
  h1 {
    font-size: 38px !important;
  }
  h2 {
    font-size: 30px;
  }
  
  /**/
  .qodef-wrapper .qodef-mobile-header .qodef-mobile-logo-wrapper a {
    height: 38px !important;
  }
  .qodef-wrapper .qodef-mobile-header .qodef-vertical-align-containers .qodef-position-right .header-btn {
    display: none;
  }
  /* Home Banner */
  .home-banner-sec {
    min-height: inherit;
    padding-top: 110px;
  }
  .home-banner-sec .home-banner-write {
    font-size: 60px !important;
  }
  /* Footer */
  .widget_nav_menu .menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  .qodef-footer-column-1 ul {
    flex-direction: column;
  }
  .qodef-footer-column-1 ul li+li {
    margin-left: 0 !important;
  }
  .qodef-page-footer .qodef-footer-bottom-holder .qodef-grid-col-6+.qodef-grid-col-6 {
    flex-direction: column;
  }
  footer .widget.qodef-social-icons-group-widget {
    margin-right: 0 !important;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 32px !important;
  }
  .overlap-text {
    font-size: 88px;
  }

  .overlap-text:after {
    bottom: 25px;
  }
  /**/
  /* Home Banner */
  .home-banner-sec {
    padding-top: 90px;
  }
  .home-banner-sec h1 br {
    display: none;
  }
  .home-banner-sec .vc_btn3-container+.vc_btn3-container {
    margin-left: 0;
  }
  .home-banner-sec .home-banner-write {
    font-size: 50px !important;
  }
  /**/
  .whatwedo-sec {
    padding-bottom: 20px;
  }
}
footer .qodef-social-icons-group-widget {
    text-align: center;
}
/*ul#menu-footer-menu {
    column-count: 2;
    display: block;
    text-align: left;
    margin-top: 73px;
}
 .header-btn a {
    background-color: #00FF00;
    color: #000000;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
}
.header-btn,
div#media_image-3{
  text-align:center;
  margin: 0px;
}
div#media_image-3 img {
    width: 107px;
}
body footer .widget ul li {
  padding: 16px 0 0;
}
div#media_image-2 img {
    width: 254px;
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-left .qodef-column-content:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 73px;
  }
  @media screen and (max-width:1024px) {
  .qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-left .qodef-column-content:last-child {
    flex-wrap: wrap;
    justify-content: center;
}
div#media_image-3 img {
    width: 107px;
    margin: 0 0 14px;
}
footer .widget.qodef-social-icons-group-widget {
    margin-right: 0px!important;
}
  }



  @media screen and (max-width:991px) {
  footer .qodef-column-content {
    width: 100%!important;
}
.qodef-footer-column-1 ul {
    justify-content: left;
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-left .qodef-column-content:last-child {
    justify-content: left;
}
footer div#media_image-3 {
    margin-right: 15px;
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-left .qodef-column-content:last-child,
ul#menu-footer-menu {
     margin-top: 24px;
}
.qodef-footer-column-1 ul {
    align-items: flex-start;
}

}*/