/*
Theme Name: Wattiq
Description: Motyw autorski
AUTHOR URI: http://wp-expert.pl
VERSION: 1.0.0
AUTHOR: WP-Expert wbielak
*/

/*Metropolis font by font squirrel*/

@font-face{
    font-family: 'metropolisbold';
    src: url('fonts/metropolis/metropolis-bold-webfont.woff2') format('woff2'),
         url('fonts/metropolis/metropolis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face{
    font-family: 'metropolisregular';
    src: url('fonts/metropolis/metropolis-regular-webfont.woff2') format('woff2'),
         url('fonts/metropolis/metropolis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*main elements*/

body {
    font-family: metropolisregular;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    color: #dfeae6;
}

b, strong {
    font-family: metropolisbold;
}

a {
    color: #00442b;
}

a:hover {
    color: #00442b;
}

img {
    max-width: 100%;
	height: auto;
}

h1 {
    font-family:  metropolisbold;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.24;
    letter-spacing: normal;
}

h2 {
    font-family:  metropolisbold;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.24;
    letter-spacing: normal;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

input, textArea {
    max-width: 100%;
    padding: 3px;
    padding-left: 10px;
}

.dark, .Dark {
    background: #0d173a;
    color: white;
}

.light, .Light {
    color: #0d173a;
    background: #f5f8f7;;
}

.section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section li {
    margin-bottom: 30px;
}

.section h2 {
    margin-bottom: 30px;
}

.cta {
    border: none;
    background: #29a68f;
    color: white;
    padding: 15px;
    padding-left: 45px;
    padding-right: 45px;
    transition: all 1s;
    border-radius: 5px;
    font-family: metropolisbold;
}

.cta-icon {
    padding-left: 75px;
}

.cta-icon img {
    position: absolute;
    left: 50px;
}

/* header */
/* Top menu */
#main_navbar {
    color: white;
    background: #0d173a;
    font-size: 16px;
}

#main_navbar a {
    color: white;
}

#headerNav li {
    margin-left: 10px;
    margin-right: 10px;
}

#main_navbar ul.dropdown-menu {

}

#main_navbar ul.dropdown-menu a{
    color: black;
}

#main_navbar .container {
    position: relative;
}

#headerNav  .navbar-brand{
    margin-right: 50px;
}

#main_navbar ul.dropdown-menu a:hover {
    color: #195247;
    background: #dfeae6;
}

#main_navbar ul.dropdown-menu a:active {
    color: #195247;
    background: #ccdad5;
}

.dropdown-toggle::after {
    position: relative;
    top: 1px;
    left: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid white;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
}

#navlogin {
    position: absolute;
    top: 9px;
    right: 160px;
}

#navcontact {
    position: absolute;
    top: 4px;
    right: 16px;
    border: 1px solid white;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}

@media (max-width: 992px)
{
    .navbar-brand{
        position: absolute;
        left: 75px;
        top: -5px;
    }

    #navlogin {
        top: 4px;
    }

    #navcontact {
        top: 0px;
    }

    .dropdown-toggle {
        font-weight: bold;
    }

    .dropdown-toggle::after {
        float: right;
        margin-top: 5px;
        margin-right: 15px;
        transition: all 0.5s;
    }

    li.show .dropdown-toggle::after {
        transform: rotate(225deg);
    }

    .dropdown-menu {
        background-color: #0d173a;
        border: none;
    }

    #main_navbar ul.dropdown-menu a {
        color: #f5f8f7;
    }

    #main_navbar ul.dropdown-menu a:hover {
        background: none;
        color: #f5f8f7;
    }

    #menu-main {
        padding-top: 30px !important;
    }
}


@media (max-width: 575px)
{
    #main_navbar .navbar-toggler {
        padding-left: 0px;
    }

    .navbar-brand {
        left: 40px;
    }
}


/*Components*/
/*head section*/

.headsecion {
    background-color: #0d173a;
    padding-top: 25px;
    padding-bottom: 25px;
}

.headsecion h1 {
    margin-bottom: 25px;
}

.headsecion a {
    color: white;
}


/* Homepage*/

.homeHero {
    background-image: url("img/heroBg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 120px;
}

#vbg {
    background-image: url("img/video.png");
    position: absolute;
    width: 700px;
    height: 650px;
    top: -140px;
    left: -100px;
    background-size: cover;
	pointer-events: none;
}

@media (max-width: 1200px)
{
    #vbg {
        display: none;
    }
}

#videoContainer {
    position: relative;
    background-color: white;
    background-image: url("img/videoBg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 66.64%;
    border-radius: 5px;
    margin-top: 35px;
}

.homePlay {
    color: #00442b;
    margin-right: 10px;
    font-size: 32px;
    position: relative;
    top: 3px;
}

#playVideo {
    color: #0d183a;
    font-size: 24px;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.videoModal {
    background: transparent;
}

.videoModal .close {
        color: white;
    position: absolute;
    right: 0;
    border: 0;
    font-size: 40px;
    margin-top: 15px;
    opacity: 1;
}

.videoModalContent {
    padding: 5px;
    background: #dae2eb;
    border-radius: 5px;
    margin-top: 60px;
}

section.counters {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #dfeae6;
    text-align: center;
}

.counter{
    color: #0d183a;
    font-weight: bold;
    font-size: 42px;
}

.counterText {
    color: #0d183a;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.carousel2 {
    margin-top: 60px;
}

@media (max-width: 700px)
{
    .carousel2 {
            width: 80% !important;
            margin: auto;
    }

    .carousel {
            width: 80% !important;
            margin: auto;
    }
}


.homeBox {
    margin: 5px;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 25px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    font-size: 16px;
    min-height: 530px;
}

.homeBox h4 {
    font-size: 18px;
}

.homeBox h4 a{
    color: #0d173a;
    font-weight: bold;
}

.homeBox .boxContent {
    padding: 25px;
    position: relative;
    padding-bottom: 50px;
}

.homeBox a.more {
    position: absolute;
    left: 25px;
    bottom: 0px;
    color: #00442b;
}

.more img.linkArrow {
    display: inline-block;
    position: relative;
    right: -10px;
    top: -4px;
}


.homeDark h4 img {
    margin-right: 10px;
    position: relative;
    top: -0px;
}

.homeDark a {
    color: white;
}

.homeDark h4 a:after {
    content: "";
    background-image: url(img/whiteArrow.png);
    margin-left: 10px;
    width: 16px;
    height: 1em;
    display: inline-block;
    position: relative;
    top: 4px;
}

.homeDark h4 a:hover {
    text-decoration: none;
}
.home-v2-testimonial {
	padding:30px 20px;
	background:white;
	border-radius:10px;
    box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
}
#testimonialContainer {
    padding: 60px 30px;
    background: white;
    min-height: 400px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    font-size: 24px;
}

#testimonialsLogos {
    margin-top: 15px;
}

.testimonialLogo-v2,
.testimonialLogo {
    width: 160px;
    margin-top: 30px;
    margin-bottom: 30px;
}
p.testimonialAuthor {
    font-size: 18px;
}
p.testimonialAuthor-v2 {
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}

.carousel-indicators li {
    background-color: gray;
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 25px;
    margin: 15px;
}

.carousel-indicators li.active {
    background-color: #3eccb1;
}

.testimonialsRight {
    padding-top: 60px;
}

.testimonialsRight h2 {
    margin-bottom: 30px;
}


@media (max-width: 767px)
{
    .discussImage {
        display: none;
    }

    .discussText {

    }

    .discuss {
        background-image: url("img/discussBg.svg");
        background-position: right bottom;
        background-repeat: no-repeat;
    }
}



/* Cntact */

.contact-head {
    padding-bottom: 120px;
}

.acf-map {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

.contactWhite {
    padding-top: 120px;
    padding-bottom: 120px;
    color: #0d183a;
}

.contactWhite h2 {
    margin-bottom: 60px;
}

/*  Fixes potential theme css conflict. */
.acf-map img {
   max-width: inherit !important;
}

.contactWhite textArea {
    width: 100%;
}

.contactWhite input {
    border: 1px solid gray;
    border-radius: 5px;
    width: 90%
}

.contactWhite textArea {
    border: 1px solid gray;
    border-radius: 5px;
    width: 95%
}

.contactWhite input[type=submit] {
    border:none;
    background: #29a68f;
    color: white;
    padding: 15px;
    padding-left: 45px;
    padding-right: 45px;
    transition: all 1s;
    font-weight: bold;
}

.contactWhite input[type=submit]:hover {
    background: #083d01;

}

.form-row label {
    margin-left: 15px;
}

@media (max-width: 767px)
{
    .contactImage {
        display: none;
    }

    .contactInfo {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .acf-map {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* Markets */

.heroContent {
    padding-bottom: 80px;
}

.market2 {
    padding-bottom: 0;
}

.market1 {
    font-size: 16px;
}

.market1 ul {
    margin-left: 20px;
}

.market1 li {
    margin-bottom: 25px;
}

.one_third {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    width: 33% !important;
    margin-bottom: 25px;
}

.systemlats {
    padding-bottom: 0px;
}

.products {
    padding-bottom: 0;
}

@media (max-width: 1000px)
{
    .one_third {
            width: 49% !important;
    }
}

@media (max-width: 767px)
{
    .one_third {
            float: none !important;
            display: inline-block;
            vertical-align: top;
            width: 100% !important;
    }
}

/* Network (tabs to accordion on mobile) */

ul#tabs {
    margin-left: 0;
}

ul#tabs li {
    width: 20%;
    text-align: center;
    background: white;
}

ul#tabs a {
    color: #668f80;
    font-weight: bold;
    border-bottom: 2px solid #ccdad5;
    font-size: 18px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent;
    color: #00442b !important;
    border-bottom: 2px solid #00442b !important;

}

.networkTabs {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    padding: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.networkTabs .nav-tabs {
    display:none;
}

.networkTabs .card {
    border: none;
}

.networkTabs .card-header {
    background: white;
    border-top: 2px solid #ccdad5;
    border-bottom: none;
}

#pane-A .card-header{
        border: none !important;
    }

.networkTabs .card-header a {
    color: #00442b;
    font-weight: bold;
}

.networkTabs .card-header a:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right;
    position: relative;
    bottom: -10px;
}


@media(min-width:767px) {
    .networkTabs .nav-tabs {
        display: flex;
    }

    .networkTabs .card {
        border: none;
    }

    .networkTabs .card .card-header {
        display:none;
    }

    .networkTabs .card .collapse{
        display:block;
    }


}

@media(max-width:767px){
    /*
     * Changed selector to `.tab-content > .tab-pane` in order to override `.fade:not(.show)`
     * In BS4 Beta `.tab-pane`s were rendered hidden by just `.fade`
     */
    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
}

/* Solutions */

.solutions1 {
    padding-top: 60px;
    padding-bottom: 0px;
}

.solutionsChilePage {
    font-size: 16px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    padding: 0;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 50px;
    min-height: 500px !important;
}

.solutionsChilePage h4 {
    padding: 25px;
}

.solutionsChilePage h4 a {
    color: #0d173a;
    font-weight: bold;
    font-size: 18px;
}

.solutionsChilePage p {
    padding: 25px;
    padding-top: 0;
}

.solutionsChilePage a.more {
    padding-left: 25px;
    color: #00442b;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    z-index: 100;


}

.slick-prev i, .slick-next i {
    background: white;
    border: 1px solid silver;
    border-radius: 150px;
    font-size: 25px;
    text-align: center;
    padding: 10px 15px;

}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -35px;;
    padding-left: 4px;
}

/* Solution */

.wpaSection img {
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
}

.wpaSection img.no-shadow {
    border-radius: unset;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}

@media(max-width:767px) {
    .wpaSection {
        padding-top: 0px;
    }

    .wpaSection img {
        margin-bottom: 30px;
    }

    .wpaSection img.ico {
        margin-bottom: unset;
    }
}

.bigTestimonialPhotoFrame {
    padding: 70px;
    padding-top: 45px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url("img/testimonial.svg");
    background-size: cover;
}

.bigTestimonialPhotoFrame img {
    max-height: 380px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
}

.bigTestimonial .testimonialAuthor {
    font-size: 16px;
}

/*Careers*/
.careers-list h2 {
    margin-bottom: 60px;
}

.job-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:30px 90px 30px 100px;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.0793269);
    margin-bottom: 60px;
    background: #fff url("img/job-box-bg.svg") left center no-repeat;
    background-size: contain;
}

@media (max-width: 768px) {
    .job-box {
        padding:30px 60px;
    }
}

@media (max-width: 575px) {
    .job-box {
        padding: 50px 30px;
        flex-direction: column;
        background-size: cover;
    }
}

.job-box:last-child {
    margin-bottom: 0;
}

.job-box:hover {
    text-decoration: none;
}

.job-box .job-name {
    color: #0d173a;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.job-box .more {
    font-size: 16px;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .job-box .more {
        display: none;
    }
}

.job-box:hover .more {
    text-decoration: underline;
}

.job-box .location {
    margin-bottom: 8px;
    font-size: 16px;
}

.job-box h2 {
    margin-bottom: 7px;
}

.job-box .level {
    font-size: 16px;
    margin-bottom: 0;
}

.no-jobs {
    text-align: center;
}

.no-jobs img {
    margin-bottom: 30px;
}

.no-jobs h2 {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .discuss.readyJoin {
        background-image: url(img/readyJoinBg.svg);
        background-position: right center;
    }
    .discuss.trustCenter {
        background-image: url(img/trustCenterBg.png);
        background-position: right center;
    }
}

.job-ul-list {
    list-style-type: none;
}

.job-ul-list li {
    display: flex;
}

.job-ul-list li .ico {
    top: unset;
}

/* Trust center */
.trust-center-link {
    margin-bottom: 80px;
    width: calc(50% - 45px);
}

.trust-center-link:nth-child(2n) {
    margin-left: 90px;
}

@media (max-width: 768px) {
    .trust-center-link {
        width: 90%;
        margin: 0 auto 60px;
    }

    .trust-center-link:nth-child(2n) {
        margin-left: unset;
        margin: 0 auto 60px;
    }
}

.trust-center-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
}

.trust-center-box .trust-center-header {
    background: linear-gradient(271.27deg, #FFFFFF 6.26%, #E3FFFA 78.37%);
    border: 1px solid #DFEAE6;
    position: relative;
    height: 100px;
}

.trust-center-box .trust-center-header img {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 30px;
    top: 50px;
}

.trust-center-text {
    padding-top: 110px;
    padding: 110px 30px 40px 30px;
}

.trust-center-link:hover {
    text-decoration: none;
}

.trust-center-link:hover .more {
    text-decoration: underline;
}

.trust-center-text h4 {
    margin-bottom: 15px;
}

.trust-center-text p {
    font-size: 16px;
    margin-bottom: 20px;
}

.certificate {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.certificate:last-child {
    margin-bottom: 0;
}

.certificate-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.certificate-logo img {
    display: block;
    max-height: 80px;
}

.certificate-separator {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.certificate-separator:after {
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    background: #DFEAE6;
    margin: 0 45px;
}

.certificate-texts {
    flex: 0 0 58%;
}

p.certificate,
.certificate-texts p {
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .certificate {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .certificate:first-child {
        margin-top: 60px;
    }

    .certificate-logo {
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .certificate-separator {
        display: none;
    }
}

.trust-center-document h2:not(:first-child) {
    margin-top: 40px;
}

.trust-center-document li {
    margin-bottom: 10px;
}

.trust-center-document ul ::marker {
    color: #3ECCB1;
}

.trust-center-document a {
    color: #3ECCB1;
    font-family: metropolisbold;
}

/* page */
.contentColumn {
    padding-top: 30px;
}

#breadcrumbs {
	margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
}

#breadcrumbs a {
    color: #dfeae6;
}

.market1 img.ico, .systemDark img.ico, .wpaSection .ico, .location .ico {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    position: relative;
    top: -5px;
    box-shadow: none;
}

.markets1 {
    padding-top: 60px;
}

.lastsection {
    padding-top: 0px;
}

.markets1 .solutionsChilePage{
        min-height: 550px !important;
        padding-bottom: 30px;
}

.markets1 .solutionsChilePage a.more {
    position: absolute;
    bottom: 15px;
}

/* blog archive */

.blogHeader {
    padding-top: 80px;
    padding-bottom: 20px;
}

.blogCategories {
    margin-top: 60px;
}

.blogCategories li {
    list-style: none;
    margin: 0;
    margin-right: 25px;
    padding: 0;
    display: inline-block;
}

.blogCategories li a {
    color: white;
}

.blogCategories li a:hover {
    text-decoration: none;
}

.blogCategories li.current-cat {
        border-bottom: 2px solid white;
}

#showCatMobile {
    display: none;
}

.opened:after {
        transform: rotate(225deg);
}

.blogArchiveSection {
    padding-top: 60px;
}

.blogpostThumb {
    border-radius: 10px;
    background: white;
	height: 90%;
	padding-bottom: 90px;
	 box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
}

.blogpostThumb img {
	border-radius: 10px 10px 0px 0px;
}

.blogpostThumb h1 {
    color: #0d173a;
    font-size: 18px;
    line-height: 30px;
}

.newsThumbContent {
    position: relative;
    padding: 30px;
    padding-top: 15px;
    padding-bottom: 60px;
    margin-bottom: 60px;
	font-size: 16px;
}

.newsThumbContent {
	text-decoration:none !important;
}

.blogpostThumb a.more {
    position: absolute;
    left: 25px;
    bottom: 15px;
    color: #00442b;
}

.pagination .nav-links {
    margin: auto;
    margin-bottom: 60px;
}

.relHeading {
    margin-bottom: 60px;
}

.page-numbers {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background: white;
    border: 1px solid #eee;
    margin: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #0d173a;
}

.page-numbers:hover {
    text-decoration: none;
}

.catBadge {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #257a6a;
}

.authorThumb {
	position: absolute;
	bottom: 110px;
    left: 45px;
	font-size: 14px;
}

.authorThumb img {
	margin-right: 15px;
	border-radius: 100px;

}

@media(max-width:767px) {
    #showCatMobile {
        display: block;
        margin-top: 50px;
    }

    .blogCategories {
        display: none;
    }

    #showCatMobile {
        display: block;
        margin-bottom: 25px;
    }


    .blogCategories li  {
        display: block;
    }

    .blogCategories li.current-cat {
        border-bottom: none;
    }
}



/*Blog single */

.blogBreadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}

.blogBreadcrumbs a {
    color: #0d173a;
    font-weight: bold;
}

.blogpostContent h1 {
    margin-top: 60px;
    margin-bottom: 30px;
}

.bogShareLinks {
    display: inline-block;
    padding-left: 10px;
     position: relative;
    top: -3px;
}

.attachment-horyzontalBigThumb {
    border-radius: 10px;
}

.blogShare a {
    color: #00442b;
}

.blogpostContent .avatar {
    margin-right: 15px;
    border-radius: 100px;
}

.authorBio {
    padding: 30px;
    margin-top: 60px;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
}

/*Footer*/

footer#siteFooter {
    background-color: #0d173a;
    color: white;
    font-size: 16px;
    padding-top: 120px;
    padding-bottom: 43px;
}

footer#siteFooter a {
    color: white;
}

footer#siteFooter hr {
    border: none;
    height: 1px;
    background: white;
    margin-top: 33px;
    margin-bottom: 33px;
}

footer#siteFooter div.widget_nav_menu ul {
    list-style: none;
    padding: 0px;
}

footer#siteFooter div.widget_nav_menu ul li {
    padding-bottom: 20px;
}

footer#siteFooter div.widget_nav_menu ul li:first-child, footer#siteFooter div.textwidget a:first-child {
  font-family: metropolisbold;
}

footer#siteFooter  .bottomwidgets a{
    font-family: metropolisregular !important;
}



@media(max-width:767px) {
    .copyWidget {
        margin-top: 30px;
    }
}


/******* HOME | System at a Glance **********/
#home-saag .desktop-home-saag{
	display: block;
}
#home-saag .title,
#home-saag .subtitle,
#home-saag .description{
	text-align: center;
}

#home-saag .description{
	max-width: 759px;
	display: block;
	margin: 24px auto 0 auto;
}

#home-saag .mobile-home-saag{
	display: none;
}
.mobile-home-saag{
	margin-top: 40px;
}
.mobile-home-saag #accordion .card{
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #ccdad5;
}
.mobile-home-saag #accordion .card:last-of-type{
	border-bottom: none;
}
.mobile-home-saag #accordion .card .card-header{
	background-color: #ffffff;
	border: none;
}

.mobile-home-saag #accordion .card-body{
	padding: 2rem;
}


.mobile-home-saag #accordion .btn.btn-link:hover{
	text-decoration: none;
}
.mobile-home-saag #accordion .btn{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mobile-home-saag #accordion .btn p{
	margin: 0;
	color: #00442b;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	font-family: metropolisbold;

}
.mobile-home-saag .mobile-home-saag-content h4{
	font-size: 24px;
	color: #0d183a;
	margin-bottom: 24px;
	font-family: metropolisregular;
	font-weight: normal;
}
.mobile-home-saag .mobile-home-saag-content p, .mobile-home-saag .mobile-home-saag-content ul li{
	font-size: 16px;
	color: #0d183a;
	font-family: metropolisregular;
	line-height: 1.63;
}

.mobile-home-saag .mobile-home-saag-content p{
	margin-bottom: 32px;
}

.mobile-home-saag-content ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 26px;
}
.mobile-home-saag-content ul li{
	margin-bottom: 0;
}

.mobile-home-saag #accordion .btn span{
	width: 16px;
    height: 14px;
    background: url(https://wattiq.io/wp-content/uploads/2021/05/ac-arrow.png) no-repeat 0 0 transparent;
    background-size: 16px 14px;
    transform: rotate(0deg);
    display: block;
}
.mobile-home-saag #accordion .btn.collapsed span{
	transform: rotate(180deg);
}

.saag-bg{
	width: 508px;
    height: 508px;
    background: url(https://wattiq.io/wp-content/uploads/2021/05/saag-bg.png) no-repeat 0 0 transparent;
    background-size: 508px 508px;
    display: flex;
	margin: 32px auto 47px;
	position: relative;
	justify-content: center;
	align-items: center;
}
.saag-bg .title{
	  font-size: 24px;
	  font-weight: bold;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.5;
	  letter-spacing: normal;
	  text-align: center;
	  color: #0d183a;
	  font-family: metropolisbold;
      text-transform: uppercase;
}

.saag-circle-1,
.saag-circle-2,
.saag-circle-3,
.saag-circle-4{
	position: absolute;
	cursor: pointer;
}

.saag-circle-1{
	background-image: url(https://wattiq.io/wp-content/uploads/2021/05/ar1.png);
	width: 221px;
	height: 209px;
	background-size: 221px 209px;
	left: 44px;
	top: 46px;
}
.saag-circle-1.active{
	background-image: url(https://wattiq.io/wp-content/uploads/2021/05/ar1-hover.png);
	opacity: 0;
	opacity: 1;
	transition: all 300ms ease-in-out;
}
.saag-circle-2{
	background-image: url(https://wattiq.io/wp-content/uploads/2021/05/ar2.png);
	width: 212px;
	height: 229px;
	background-size: 212px 229px;
	right: 50px;
	top: 46px;

}
.saag-circle-2.active{
	background-image: url(https://wattiq.io/wp-content/uploads/2021/05/ar2-hover.png);
	opacity: 0;
	opacity: 1;
	transition: all 300ms ease-in-out;
}
.saag-circle-3{
	background-image: url(https://wattiq.io/wp-content/uploads/2021/05/ar3.png);
	width: 219px;
	height: 209px;
	background-size: 219px 209px;
	right: 50px;
	bottom: 48px;

}
.saag-circle-3.active{
	background-image: url(https://wattiq.io/wp-content/uploads/2021/05/ar3-hover.png);
	opacity: 0;
	opacity: 1;
	transition: all 300ms ease-in-out;
}
.saag-circle-4{
	background-image: url(https://wattiq.io/wp-content/uploads/2021/05/ar4.png);
	width: 212px;
	height: 221px;
	background-size: 212px 221px;
	left: 44px;
	bottom: 48px;
}
.saag-circle-4.active{
	background-image: url(https://wattiq.io/wp-content/uploads/2021/05/ar4-hover.png);
	opacity: 0;
	opacity: 1;
	transition: all 300ms ease-in-out;
}
.saag-arrow-1.active, .saag-arrow-2.active, .saag-arrow-3.active,  .saag-arrow-4.active{
	display: block;
	opacity: 1;
	transition: all 300ms ease-in-out;
}
.saag-arrow-1{
	position: absolute;
	width: 103px;
	height: 26px;
	background: url(https://wattiq.io/wp-content/uploads/2021/05/top-left.png) no-repeat;
	top: 87px;
	left: -15px;
	z-index: 100;
	display: none;
	opacity: 0;
}
.saag-arrow-2{
	position: absolute;
	width: 103px;
	height: 26px;
	background: url(https://wattiq.io/wp-content/uploads/2021/05/top-right.png) no-repeat;
	top: 87px;
	right: -15px;
	z-index: 100;
	display: none;
	opacity: 0;
}
.saag-arrow-3{
	position: absolute;
	width: 103px;
	height: 26px;
	background: url(https://wattiq.io/wp-content/uploads/2021/05/bottom-right.png) no-repeat;
	bottom: 87px;
	right: -15px;
	z-index: 100;
	display: none;
	opacity: 0;
}
.saag-arrow-4{
	position: absolute;
	width: 103px;
	height: 26px;
	background: url(https://wattiq.io/wp-content/uploads/2021/05/bottom-left.png) no-repeat;
	bottom: 87px;
	left: -15px;
	z-index: 100;
	display: none;
	opacity: 0;
}


.saag-desc{
	position: absolute;
	width: 319px;
	min-height: 443px;
	padding: 24px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 6px;
  	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08);
}
.saag-desc-1.active, .saag-desc-2.active, .saag-desc-3.active, .saag-desc-4.active{
	display: block;
		opacity: 1;
	transition: all 300ms ease-in-out;
}
.saag-desc-1{
	top: 30px;
	left: -330px;
	display: none;
	opacity: 0;
}
.saag-desc-2{
	top: 30px;
	right: -329px;
	display: none;
	opacity: 0;
}
.saag-desc-3{
	bottom: 30px;
	right: -329px;
	display: none;
	opacity: 0;
}
.saag-desc-4{
	bottom: 30px;
	left: -330px;
	display: none;
	opacity: 0;
}
.saag-desc h4{
	 font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #0d183a;
	  font-family: metropolisbold;
	margin-bottom: 8px;
	text-transform: initial;
	text-align: left;
}

.saag-desc p{
font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #0d183a;
	font-family: metropolisregular;
	margin-bottom: 24px;
}

.saag-desc p.second{
	margin-bottom: 8px;
}

.saag-desc ul{
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

.saag-desc ul li{
	margin-bottom: 0px;
	font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #0d183a;
	font-family: metropolisregular;
}
/* Home v2 */
.homeDark.dark.section.home-v2 .row {
	/* align-items:center; */
}
.home-v2 .checkit {
	list-style:none;
	margin-bottom:50px;
}
.home-v2 .checkit li {
	padding-left:30px;
	position:relative;
	font-size:20px;
	line-height:1.3em;
	font-weight:500;
}
.home-v2 .checkit li::before {
	position:absolute;
	content: "\2713";
	left:0;
	top:3px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:0px 5px;
	border-radius:2px;
	background-color:#29a68f;
}
.home-v2 .homeBox img {
	width:100%;
}
.homeHero-v2 {
	font-size:15px;
}
.homeHero-v2 .row {
	align-items:center;
}
.homeHero-v2 h1 {
	font-weight:600;
}
.homeHero-v2 h2 {
	font-size:18px;
	font-weight:bold;
}
.homeHero-v2 .home-video-title {
	text-align:center;
	font-size:14px;
	font-weight:600;
	color:#29a68f;
}
.home-v2 .homeBox {
	width:100%;
	padding:0 0 25px;
	padding-bottom:25px;
	border-radius:10px;
    font-size: 16px;
}
.home-v2-box-row .boxContent {
	padding:20px 20px 0;
	font-size:15px;
}
.home-v2-box-row .boxContent a.more {
	padding-top:20px;
	display:block;
	/* color:#ffd342; */
}
.home-v2-box-row {
	gap:3%;
	padding-top:60px;
}
.home-v2-box-row .col-lg-4 {
	border-radius:10px;
	padding:0 0 25px;
	flex:0 0 30.333333%;
	/*
    box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(86,87,99,0.4);
	*/
	overflow:hidden;
}
.home-v2-box-head {
	background-color:#0e1839;
	padding:20px 20px 5px;
}
.home-v2-box-head-inner {
	border:solid 5px #52a490;
	padding:30px 10px;
	border-radius:10px;
	color:#ffffff;
	font-size:23px;
	line-height:1.3em;
	font-weight:600;
	text-align:center;
}
.home-v2-box-head h3 {
	color:#52a490;
	font-size:50px;
	line-height:1em;
	text-align:center;
	font-weight:600;
}
.homeTestimonials.home-v2 {
	display:none;
}
.home-v2 .cta {
	padding:15px 40px;
}
.cta-bright {
	background-color:#ffd342;
	color:#000000 !important;
}
.cta-transb,
.cta-transw {
	background-color:transparent;
	border:solid 1px #29a68f;
	color:#ffffff !important;
	font-size:14px;
}
.cta-transb {
	border-color:#171e3a;
	color:#171e3a !important;
}
.cta-blue {
	background-color:#171e3a;
	color:#ffffff !important;
	font-size:14px;
}
.cta-white {
	background-color:#ffffff;
	color:#000000 !important;
	border:solid 1px #ffffff;
	font-size:14px;
}
.watt-green {
	color:#29a68f !important;
}
.home-v2 .homeDark h4 {
	font-size:23px;
	font-weight:600;
	margin-bottom:15px;
}
.homeDark.home-v2 h4 a:after {
	display:none;
}
.home-v2-align {
	align-items:center;
}
.home-diff img {
	width:450px;
	max-width:100%;
	margin:0 auto;
	display:block;
}
@media (max-width:1040px) {
	.home-v2-box-row {
		display:block;
	}
	.home-v2-box-row .col-lg-4 {
		margin:0 auto 30px;
		max-width:350px;
	}
}
.homeHero-v2 {
	padding-bottom:80px;
}
.section.home-v2 {
	padding-top:80px;
	padding-bottom:80px;
}
/* End Home v2 */

@media(max-width:1199px) {
	#home-saag .desktop-home-saag{
		display: none;
	}
    #home-saag .mobile-home-saag {
        display: block;
    }
	#home-saag{
		padding-bottom: 60px;
		padding-top: 60px
	}
	#home-saag .title,
	#home-saag .subtitle,
	#home-saag .description{
		text-align: left;
	}
}
