/*
Theme Name: SoftWear Automation
Author: SoftWear Automation
Author URI: http://demo.com/
Description: The SoftWear Automation theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: SoftWear Automation


*/
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------

 */

@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,700&display=swap");

* {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
html,
body {
  width: 100%;
  font-size: 18px;
  color: #22262a;
  font-family: "BjornLight";
  background: #fff;
}
*::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}
*::-moz-placeholder {
  opacity: 1;
  color: #999;
}
*:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  margin: 5px 0 0 5px;
  display: inline-block;
  vertical-align: top;
}
button,
input,
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-family: "Montserrat", sans-serif;
}

:focus,
input:focus,
textarea:focus {
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus {
  outline: none;
}

/* common */
p {
  line-height: 32px;
  padding-bottom: 20px;
}
a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  text-decoration: none;
  outline: none;
}
ul {
  list-style: none;
}
.clear {
  clear: both;
  overflow: hidden;
}
img {
  border: 0px;
  outline: none;
  display: block;
  max-width: 100%;
}
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 20px;
  color: #001e60;
  font-family: "BjornBold";
  font-weight: normal;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
  line-height: 44px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 24px;
}
a {
  color: #7ba4db;
  text-decoration: underline;
}
a:hover {
  color: #001e60;
}

.button,
.buttonmenu a,
a.wp-block-button__link,
.wpcf7-submit {
  padding: 10px 30px;
  line-height: 26px;
  border: 0px;
  color: #fff;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  background-color: #319ed3;
  transition: 0.3s all;
}
.wpcf7-submit {
  color: #fff;
  background: none;
  margin: 0px;
}
.bigger,
a.wp-block-button__link {
  padding: 25px 25px;
  line-height: 30px;
  font-size: 24px;
}

.button,
a.wp-block-button__link,
.buttonmenu a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
}
.button:before,
a.wp-block-button__link:before,
.buttonmenu a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1d6a90;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
  display: none;
}
.button:hover,
a.wp-block-button__link:hover,
.buttonmenu a:hover {
  color: #fff;
  background: #1d6a90;
}
.button:hover:before,
a.wp-block-button__link:hover:before,
.buttonmenu a:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.button111:active:before {
  border: 2px solid #33a0ff;
  background: #1d6a90;
}
.button111:active {
  color: #319ed3;
}

.button2 {
  background-color: #0a2d73;
}
.button2:hover {
  background-color: #031843;
}
.button2:before {
  background-color: #031843;
}
.button2111:active:before {
  border: 2px solid #0a2d73;
  background: #fff;
}
.button2111:active {
  color: #0a2d73;
}

.button3 {
  background-color: #41a8bf;
}
.button3:hover {
  background-color: #267181;
}
.button3:before {
  background-color: #267181;
}
.button3111:active:before {
  border: 2px solid #41a8bf;
  background: #fff;
}
.button3111:active {
  color: #41a8bf;
}

.wpcf7-submit {
  cursor: pointer;
}
.wpcf7-submit:hover {
}

#back-to-top {
  position: fixed;
  bottom: 15px;
  display: none;
  right: 15px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  opacity: 0;
  background: url(images/BackToTop_Button.png) no-repeat;
  background-size: 100%;
}
#back-to-top.show {
  opacity: 100;
}
a.close,
a.mobilemenu {
  display: none;
}
a.textlink {
  color: #fa9300;
  font-size: 25px;
}
a.textlink:hover {
  color: #000;
}
.morebtn {
  display: none;
}

/* wrapper */
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
}
.centering {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
  position: relative;
}

/* header-part */
#header-part {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
}
#header-part a.logo {
  float: left;
  margin: 12px 0px 0px 0px;
  max-width: 185px;
}
#header-part a.logo1 {
  margin: 16px 0px 0px 0px;
  display: none;
  max-width: 150px;
}
#header-part .menubg {
  padding: 12px 0px 0px 0px;
  float: right;
}
#header-part .menubg ul {
  list-style: none;
}
#header-part .menubg li {
  padding-left: 40px;
  float: left;
}
#header-part .menubg li a {
  color: #f5f9fc;
  text-decoration: none;
  line-height: 46px;
}
#header-part .menubg li:not(.buttonmenu) a:hover {
  color: #0a2d73;
}
#header-part .menubg li.buttonmenu {
  padding-left: 75px;
}
#header-part .menubg li.buttonmenu a {
  padding: 10px 43px;
  transition: 0.3s all;
  line-height: 26px;
  background-color: #0a2d73;
}
#header-part .menubg li.buttonmenu a:hover {
  color: #fff;
  background-color: #031843;
}
#header-part .mobileonly {
  display: none;
}
#header-part .menubg li.home {
  display: none;
}
#header-part .menubg {
}
#header-part.innerpage {
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.9);
}
#header-part.innerpage a.logo {
  display: none;
}
#header-part.innerpage a.logo1 {
  display: block;
}
#header-part.innerpage .menubg {
  padding: 14px 0px 0px 0px;
}
#header-part.innerpage li:not(.buttonmenu) a {
  color: #0a2d73;
  font-family: "Bjorn";
}
#header-part.innerpage li a:hover,
#header-part.innerpage li.current-menu-item a {
  color: #319ed3;
}
#header-part.stickyhead {
  position: fixed;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
#header-part.stickyhead a.logo {
  display: none;
}
#header-part.stickyhead a.logo1 {
  display: block;
}
#header-part.stickyhead .menubg {
  padding: 14px 0px 0px 0px;
}
#header-part.stickyhead li:not(.buttonmenu) a {
  color: #0a2d73;
  font-family: "Bjorn";
}
#header-part.stickyhead li a:hover,
#header-part.stickyhead li.current-menu-item a {
  color: #319ed3;
}

@-webkit-keyframes stickyhead {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes nav-bar {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes stickyhead {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
#header-part.stickyhead {
  -webkit-animation: stickyhead ease-in-out 0.7s 0.1s both;
  -moz-animation: stickyhead ease-in-out 0.7s 0.1s both;
  animation: stickyhead ease-in-out 0.7s 0.1s both;
}

/*banner-bar*/
.banner-bar {
  height: 1080px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.banner-bar .text {
  padding-top: 217px;
  max-width: 800px;
}
.banner-bar h1 {
  padding-bottom: 40px;
  color: #f5f9fc;
  font-size: 130px;
  line-height: 120px;
  font-weight: 800;
}
.banner-bar p {
  padding-bottom: 52px;
  font-size: 48px;
  line-height: 65px;
  color: #fff;
  letter-spacing: 1.2px;
}
.banner-bar.defaultpage {
  height: 648px;
}
.banner-bar.defaultpage .text {
  padding-top: 252px;
  margin: 0 auto;
  max-width: 1075px;
  text-align: center;
}
.banner-bar.defaultpage h1 {
  font-size: 56px;
  letter-spacing: 1.4px;
  line-height: 70px;
  text-transform: uppercase;
}
.banner-bar.defaultpage p {
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 32px;
  font-family: "BjornMedium";
}
.banner-bar.carrers {
  height: 808px;
}
.banner-bar.carrers {
}
.banner-bar.featured {
  padding: 208px 0px 110px 0px;
  height: auto;
  overflow: hidden;
  background-color: #0c1e2c;
}
.banner-bar.featured .posttext {
  float: left;
  width: 47%;
}
.banner-bar.featured .img {
  float: right;
  width: 48.7%;
}
.banner-bar.featured h1 {
  padding-bottom: 15px;
  color: #41a8bf;
  font-family: "Karla", sans-serif;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 70px;
}
.banner-bar.featured h2 {
  padding-bottom: 10px;
  color: #ffffff;
  font-family: "Karla", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 39px;
}
.banner-bar.featured p {
  padding-bottom: 10px;
  color: #ffffff;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.banner-bar.featured a.more {
  color: #ffffff;
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.banner-bar.blogsingle {
  padding: 244px 0px 150px 0px;
  height: auto;
  background: #f5f9fc;
}
.banner-bar.blogsingle .back {
  padding-bottom: 6px;
}
.banner-bar.blogsingle .back a {
  color: #22262a;
  font-family: "BjornMedium";
  font-size: 24px;
  letter-spacing: 0.6px;
  text-decoration: none;
}
.banner-bar.blogsingle .bannerbg {
  box-shadow: 0 3px 6px #a5abaf;
  overflow: hidden;
  background: #d6cfbb;
}
.banner-bar.blogsingle .title {
  padding: 45px 40px 0px 40px;
  text-align: center;
  float: left;
  width: 48.7%;
}
.banner-bar.blogsingle h1 {
  color: #22262a;
  font-family: "BjornLight";
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 1.2px;
}
.banner-bar.blogsingle .img {
  float: right;
  width: 51%;
}
.banner-bar.blogsingle img {
  display: block;
}
.banner-bar.blogsingle .bannerbg1 {
  margin-top: 2px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.banner-bar.blogsingle .bannerbg1::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #104774;
  opacity: 0.71;
}
.banner-bar.blogsingle .bannerbg1 h1 {
  padding: 0 20px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #ffffff;
  font-family: Karla;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-align: center;
}
.banner-bar.blogsingle.type3 .bannerbg {
  background-color: #e09555;
}
.banner-bar.blogsingle.type3 .bannerbg h1 {
  color: #fff;
}
.banner-bar.blogsingle.type3 .bannerbg .img {
  float: left;
}
.banner-bar.blogsingle.type3 .bannerbg .title {
  float: right;
}

/*featuredlogo-bar*/
.featuredlogo-bar {
  padding: 93px 0px 0px 0px;
}
.featuredlogo-bar h4 {
  padding-bottom: 10px;
  color: #000000;
  font-size: 16px;
  font-family: "Bjorn";
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.featuredlogo-bar .img {
  padding: 0 35px;
  min-height: 75px;
  align-items: center;
  display: flex;
}

/*introcontent-bar*/
.introcontent-bar {
  padding: 90px 0px 150px 0px;
  position: relative;
}
.introcontent-bar .bg {
  position: absolute;
  left: 0px;
  top: -80px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.introcontent-bar .leftcontent {
  float: left;
  width: 51.3%;
}
.introcontent-bar .leftcontent .img2 {
  padding: 85px 30px 0px 0px;
  overflow: hidden;
}
.introcontent-bar .leftcontent .img2 img {
  float: right;
}
.introcontent-bar .leftcontent .text1 {
  padding: 45px 45px 0px 45px;
  color: #fff;
  position: relative;
  margin-top: -91px;
  width: 270px;
  height: 243px;
  text-align: center;
  background: url("images/hexa-bg1.png") no-repeat;
}
.introcontent-bar .leftcontent .text1 h5 {
  line-height: 36px;
  letter-spacing: 0.75px;
  color: #f5f9fc;
}
.introcontent-bar .leftcontent .text2 {
  float: right;
  margin: -60px 30px 0 0;
  background: url("images/hexa-bg2.png") no-repeat;
}
.introcontent-bar .leftcontent .text1 p {
  font-size: 16px;
  line-height: 22px;
}
.introcontent-bar .rightcontent {
  padding: 480px 0px 0px 0px;
  float: right;
  width: 48.7%;
}
.introcontent-bar .rightcontent h3 {
  padding-bottom: 14px;
  font-size: 34px;
  letter-spacing: 0.34px;
  color: #22262a;
}
.introcontent-bar .rightcontent p {
  line-height: 32px;
}
.introcontent-bar .rightcontent .text3 {
  padding-bottom: 140px;
}
.introcontent-bar .rightcontent {
}
.introcontent-bar .rightcontent {
}
.introcontent-bar.type2 {
  padding: 147px 0px 85px 0px;
}
.introcontent-bar.type2 .imgcontent {
  overflow: hidden;
}
.introcontent-bar.type2 .imgcontent .img {
  position: relative;
  float: left;
  width: 48.71%;
}
.introcontent-bar.type2 .imgcontent .img span {
  position: absolute;
  right: -8px;
  bottom: -2px;
  display: block;
  color: #ffffff;
  font-family: "BjornBold";
  font-size: 130px;
  line-height: 120px;
  text-align: right;
  text-transform: uppercase;
}
.introcontent-bar.type2 .imgcontent {
}
.introcontent-bar.type2 .infographiccontent {
  float: right;
  width: 50%;
}
.introcontent-bar.type2 .infographiccontent ul {
  padding: 0px 0px 0px 15px;
  list-style: none;
}
.introcontent-bar.type2 .infographiccontent li {
  padding: 25px 15px 0px 15px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  width: 270px;
  height: 243px;
  text-align: center;
  background: url("images/hexa-bg2.png") no-repeat;
}
.introcontent-bar.type2 .infographiccontent li h4 {
  padding-bottom: 10px;
  line-height: 36px;
  letter-spacing: 0.75px;
  color: #f5f9fc;
  font-family: "BjornLight";
}
.introcontent-bar.type2 .infographiccontent li p {
  font-size: 16px;
  line-height: 22px;
}
.introcontent-bar.type2 .infographiccontent li:nth-child(even) {
  float: right;
  margin: -75px 0px 0 0;
  background: url("images/hexa-bg1.png") no-repeat;
}
.introcontent-bar.type2 .infographiccontent li:nth-child(3) {
  padding: 25px 25px 0px 25px;
  margin: -62px 0px 0 0;
  float: left;
  clear: right;
  background: url("images/hexa-bg3.png") no-repeat;
}
.introcontent-bar.type2 .infographiccontent li:nth-child(4) {
  margin: -80px 5px 0 0;
  clear: left;
  background: url("images/hexa-bg5.png") no-repeat;
}
.introcontent-bar.type2 .infographiccontent .innertext {
  width: 100%;
}
.introcontent-bar.type2 .detailscontent .img {
  padding-right: 30px;
  margin-top: -165px;
  float: left;
  width: 38.5%;
}
.introcontent-bar.type2 .detailscontent .contents {
  padding: 50px 0px 0px 0px;
  float: right;
  width: 61.5%;
}
.introcontent-bar.type2 .detailscontent h3 {
  padding-bottom: 67px;
  color: #4563bf;
  font-size: 34px;
  letter-spacing: 0.34px;
  line-height: 44px;
}
.introcontent-bar.type2 .detailscontent h4 {
  color: #319ed3;
  letter-spacing: 0.75px;
  line-height: 36px;
}
.introcontent-bar.type2 .detailscontent p {
  padding-bottom: 43px;
  font-family: Bjorn;
}
.introcontent-bar.type3 {
  padding: 147px 0px 130px 0px;
  background: url("images/carrers-bg.png") center no-repeat;
}
.introcontent-bar.type3 .detailscontent {
}
.introcontent-bar.type3 .detailscontent .contents {
  padding: 0px;
  width: 51%;
  float: left;
}
.introcontent-bar.type3 .detailscontent .img {
  padding: 0px;
  margin: 0px;
  float: none;
  width: auto;
}
.introcontent-bar.type3 .detailscontent h3 {
  padding-bottom: 15px;
  color: #0a2d73;
}
.introcontent-bar.type3 .detailscontent .img1 {
  float: right;
  margin: 5px 0px 0px 0px;
}
.introcontent-bar.type3 .detailscontent .img2 {
  margin: 85px 0px 0px 0px;
  float: left;
}
.introcontent-bar.type3 .detailscontent .img3 {
  margin: 295px 90px 0px 0px;
  float: right;
}
.introcontent-bar.type3 .detailscontent {
}
.introcontent-bar.type3 .imgcontent {
  overflow: visible;
}
.introcontent-bar.type3 .imgcontent .img {
  margin-top: -32px;
}
.introcontent-bar.type3 .imgcontent .infographiccontent {
  padding-top: 168px;
}

/*iconcontent-bar*/
.iconcontent-bar {
  padding: 145px 0px 165px 0px;
  text-align: center;
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
}
.iconcontent-bar h3 {
  padding-bottom: 45px;
  font-size: 34px;
  letter-spacing: 0.34px;
  color: #fff;
  text-transform: uppercase;
}
.iconcontent-bar .ctabuttons {
  padding: 0 25px 25px;
}
.iconcontent-bar .ctabuttons ul {
  list-style: none;
  overflow: hidden;
}
.iconcontent-bar .ctabuttons li {
  padding: 0 20px;
  width: 33.33%;
  float: left;
  text-align: center;
}
.iconcontent-bar .ctabuttons .img {
  margin-bottom: 16px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconcontent-bar .ctabuttons h4 {
  color: #41a8bf;
  font-family: "BjornMedium";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.6px;
}
.iconcontent-bar .ctabuttons p {
  color: #fff;
  font-size: 16px;
  font-family: "Bjorn";
  line-height: 22px;
}
.iconcontent-bar .ctabuttons .button {
}
.iconcontent-bar .ctabuttons {
}
.iconcontent-bar .ctabuttons {
}
.iconcontent-bar.type2 .ctabuttons li {
  padding: 0 20px 65px 20px;
}
.iconcontent-bar.type2 {
  padding: 145px 0px 40px 0px;
}
.iconcontent-bar.type3 {
  padding: 145px 0px 100px 0px;
  background-color: #f5f9fc;
}
.iconcontent-bar.type3 h3 {
  color: #4563bf;
}
.iconcontent-bar.type3 h4 {
  color: #4563bf;
}
.iconcontent-bar.type3 p {
  color: #000000;
  font-family: "Bjorn";
}
.iconcontent-bar.type3 .ctabuttons {
  padding: 0 0px 25px;
}
.iconcontent-bar.type3 {
}
.iconcontent-bar.type4 {
  padding: 145px 0px 107px 0px;
  background: #4563bf;
}
.iconcontent-bar.type4 h3 {
  color: #f5f9fc;
  font-size: 56px;
  letter-spacing: 1.4px;
  line-height: 70px;
  text-transform: none;
}
.iconcontent-bar.type4 h4 {
  color: #f5f9fc;
}

/*ctalinks-bar*/
.ctalinks-bar {
  padding: 135px 0px 135px 0px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ctalinks-bar h2 {
  padding: 0 80px 45px;
  color: #f5f9fc;
  font-size: 56px;
  letter-spacing: 1.4px;
  line-height: 70px;
}
.ctalinks-bar p {
  padding-bottom: 58px;
  color: #f5f9fc;
}
.ctalinks-bar.bar2 h2 {
  padding-bottom: 20px;
  color: #4563bf;
}
.ctalinks-bar.bar2 {
  padding: 130px 0px 150px 0px;
}
.ctalinks-bar.bar2 p {
  padding-bottom: 50px;
  font-family: "Bjorn";
}
.ctalinks-bar.innerpage h2 {
  color: #fff;
}
.ctalinks-bar.type3 {
  padding: 145px 0px 82px 0px;
}
.ctalinks-bar.type3 h3 {
  padding-bottom: 44px;
  color: #0a2d73;
  font-size: 34px;
  letter-spacing: 0.34px;
  line-height: 44px;
  text-transform: uppercase;
}
.ctalinks-bar.type3 h5 {
  padding-bottom: 46px;
  font-family: "BjornLight";
  color: #f5f9fc;
  font-size: 30px;
  letter-spacing: 0.75px;
  line-height: 39px;
}
.ctalinks-bar.type3 p {
  font-family: "Bjorn";
}

/*imagecontent-bar*/
.imagecontent-bar {
  padding: 150px 0px 120px 0px;
  overflow: hidden;
}
.imagecontent-bar .text {
  padding-bottom: 43px;
  text-align: center;
}
.imagecontent-bar .text h3 {
  padding-bottom: 12px;
  font-size: 34px;
  text-transform: uppercase;
  color: #4563bf;
  letter-spacing: 0.34px;
}
.imagecontent-bar .text p {
  padding-bottom: 13px;
  color: #22262a;
  font-size: 30px;
  letter-spacing: 0.75px;
  line-height: 39px;
}
.imagecontent-bar .boxbg {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.imagecontent-bar .boxbg img.bg {
  position: absolute;
  left: -165px;
  top: 0px;
}
.imagecontent-bar .boxbg:nth-child(even) img.bg {
  left: auto;
  right: -165px;
}
.imagecontent-bar .boxbg .img {
  width: 50%;
  position: relative;
  z-index: 1;
}
.imagecontent-bar .boxbg .text1 {
  padding: 60px 10px 60px 135px;
  min-height: 385px;
  display: flex;
  align-items: center;
  position: relative;
  width: calc(50% + 120px);
  margin: 0px 0px 0px -120px;
  border-radius: 15px;
  background: #f4f9fc;
}
.imagecontent-bar .boxbg h4 {
  padding-bottom: 10px;
  color: #4563bf;
  letter-spacing: 0.75px;
  line-height: 36px;
}
.imagecontent-bar .boxbg p {
  color: #22262a;
  line-height: 32px;
}
.imagecontent-bar .boxbg:nth-child(even) .img {
  order: 2;
}
.imagecontent-bar .boxbg:nth-child(even) .text1 {
  padding: 60px 130px 60px 32px;
  order: 1;
  margin: 0px -120px 0px 0px;
}
.imagecontent-bar .boxbg {
}
.imagecontent-bar .boxbg {
}
.imagecontent-bar.type2 {
  padding: 150px 0px 135px 0px;
  position: relative;
  overflow: hidden;
  background: #000;
}
.imagecontent-bar.type2 .bg1,
.imagecontent-bar.type2 .bg2 {
  position: absolute;
  left: -270px;
  top: -142px;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-position: left top;
}
.imagecontent-bar.type2 .bg2 {
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  background-position: right bottom;
}
.imagecontent-bar.type2 .text h3 {
  padding-bottom: 6px;
  color: #f5f9fc;
}
.imagecontent-bar.type2 .text p {
  color: #f5f9fc;
}
.imagecontent-bar.type2 .text {
  padding-bottom: 62px;
}
.imagecontent-bar.type2 .text1 {
  padding: 0px 10px 60px 135px;
  background: none;
}
.imagecontent-bar.type2 .boxbg h4 {
  padding-bottom: 10px;
  color: #41a8bf;
}
.imagecontent-bar.type2 .boxbg p {
  color: #fff;
}
.imagecontent-bar.type2 .boxbg:nth-child(even) .img img {
  float: right;
}
.imagecontent-bar.type2 .boxbg:nth-child(even) h4 {
  color: #4563bf;
}
.imagecontent-bar.type2 .boxbg:nth-child(3) h4 {
  color: #319ed3;
}
.imagecontent-bar.type2 .boxbg:nth-child(even) .text1 {
  padding: 0px 130px 60px 0px;
}
.imagecontent-bar.type2 {
}
.imagecontent-bar.type3 {
  padding: 143px 0px 150px 0px;
  position: relative;
}
.imagecontent-bar.type3 .text h3 {
  color: #22262a;
}
.imagecontent-bar.type3 .text {
  padding-bottom: 20px;
}
.imagecontent-bar.type3 .images .img1 {
  float: right;
  margin-top: 43px;
}
.imagecontent-bar.type3 .images {
  overflow: hidden;
}
.imagecontent-bar.type3 .images .img2 {
  float: left;
  margin-top: 390px;
}
.imagecontent-bar.type3 .images .img3 {
  float: left;
  margin: 180px 0 0 60px;
}
.imagecontent-bar.type3 .bg2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.imagecontent-bar.type4 {
  padding: 200px 0px 135px 0px;
}
.imagecontent-bar.type4 .text {
  padding-bottom: 100px;
}

/*steps-bar*/
.steps-bar {
  padding: 135px 0px 127px 0px;
  text-align: center;
}
.steps-bar h3 {
  padding-bottom: 30px;
  color: #4563bf;
  font-size: 34px;
  letter-spacing: 0.34px;
}
.steps-bar h4 {
  padding-bottom: 16px;
  color: #22262a;
  font-size: 30px;
  font-family: "BjornLight";
  letter-spacing: 0.75px;
  line-height: 39px;
}
.steps-bar p {
  color: #22262a;
  font-family: "Bjorn";
}
.steps-bar .ctabuttons {
}
.steps-bar .ctabuttons ul {
  list-style: none;
  overflow: hidden;
}
.steps-bar .ctabuttons li {
  float: left;
  width: 25%;
  position: relative;
}
.steps-bar .ctabuttons li .img {
  min-height: 170px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.steps-bar .ctabuttons li img {
  margin: 0 auto;
}
.steps-bar .ctabuttons h4 {
  color: #41a8bf;
  font-size: 24px;
  font-family: "BjornMedium";
  letter-spacing: 0.6px;
  line-height: 32px;
}
.steps-bar .ctabuttons li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0px;
  top: 90px;
  width: 30px;
  height: 18px;
  background: url("images/arrow1.png") no-repeat;
}

/*team-bar*/
.team-bar {
  padding: 152px 0px 90px 0px;
  background: #f5f9fc;
}
.team-bar h4 {
  padding-bottom: 50px;
  color: #0a2d73;
  letter-spacing: 0.75px;
  line-height: 36px;
}
.team-bar .ctabuttons {
  margin: 0 -15px;
}
.team-bar .ctabuttons ul {
  list-style: none;
  overflow: hidden;
}
.team-bar .ctabuttons li {
  padding: 0 15px 50px;
  float: left;
  width: 25%;
}
.team-bar .ctabuttons .img {
  position: relative;
  margin-bottom: 28px;
}
.team-bar .ctabuttons .img a.inkedin {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: block;
  font-size: 22px;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  color: #f6f9fc;
  text-align: center;
  line-height: 30px;
  border: 2px solid #f6f9fc;
}
.team-bar .ctabuttons h5,
.team-bar .ctabuttons h6 {
  padding-bottom: 0px;
  color: #0a2d73;
  font-size: 16px;
  line-height: 22px;
}
.team-bar .ctabuttons h6 {
  font-family: Bjorn;
}
.team-bar.board {
  padding: 152px 0px 95px 0px;
  background: #4563bf;
}
.team-bar.board h3 {
  padding-bottom: 45px;
  color: #f5f9fc;
  font-size: 34px;
  letter-spacing: 0.34px;
  text-transform: uppercase;
}
.team-bar.board h5,
.team-bar.board .ctabuttons h6 {
  color: #ffffff;
}
.team-bar.board .ctabuttons .img {
  margin-bottom: 31px;
}
.team-bar.board li {
  padding: 0 15px 52px;
}

/*hrbamboo-bar*/
.hrbamboo-bar {
  padding: 155px 0px 150px 0px;
  text-align: center;
}
.hrbamboo-bar h3 {
  color: #22262a;
  font-size: 34px;
  letter-spacing: 0.34px;
  line-height: 44px;
  text-transform: uppercase;
}
.hrbamboo-bar p {
  color: #22262a;
  font-size: 30px;
  letter-spacing: 0.75px;
  line-height: 39px;
}
.hrbamboo-bar .text {
  padding-bottom: 25px;
}
.hrbamboo-bar .text1 {
  padding: 20px;
  border: #ccc solid 2px;
}

/*bottomcontent-bar*/
.bottomcontent-bar {
  padding: 145px 0px 90px 0px;
}
.bottomcontent-bar .text {
  padding-bottom: 40px;
  text-align: center;
}
.bottomcontent-bar .text h3 {
  color: #0a2d73;
  font-size: 34px;
  letter-spacing: 0.34px;
  line-height: 44px;
}
.bottomcontent-bar .text p {
  color: #0a2d73;
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 32px;
  font-family: "BjornMedium";
}
.bottomcontent-bar .boxbg {
  overflow: hidden;
}
.bottomcontent-bar .boxbg .img {
  float: left;
  width: 36%;
}
.bottomcontent-bar .boxbg .text1 {
  float: right;
  width: 61%;
}
.bottomcontent-bar .boxbg h4 {
  color: #319ed3;
  letter-spacing: 0.75px;
  line-height: 36px;
}
.bottomcontent-bar .boxbg p {
  padding-bottom: 40px;
  color: #0a2d73;
  font-family: Bjorn;
  font-size: 18px;
  line-height: 32px;
}

/*press-bar*/
.press-bar {
  padding-bottom: 50px;
}
.press-bar .categories {
  padding: 24px 0px 17px 7px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.press-bar .categories h4 {
  padding: 0 26px 0 0;
  float: left;
  color: #22262a;
  font-family: "Bjorn";
  font-size: 18px;
  line-height: 32px;
}
.press-bar .categories ul {
  list-style: none;
  overflow: hidden;
}
.press-bar .categories li {
  padding-right: 30px;
  float: left;
  color: #22262a;
  font-family: "Bjorn";
  font-size: 18px;
  line-height: 32px;
}
.press-bar .categories li a {
  text-decoration: none;
  color: #22262a;
}
.press-bar .categories li a.active {
  color: #319ed3;
}
.press-bar .categories {
}
.press-bar .postlist {
  padding: 30px 0px 0px 0px;
}
.press-bar .postlist ul {
  padding: 0 22px;
  list-style: none;
  overflow: hidden;
}
.press-bar .postlist li {
  padding: 0px 15px 55px 15px;
  float: left;
  width: 33.33%;
}
.press-bar .postlist li p {
  padding-bottom: 0px;
  color: #000000;
  font-family: "Bjorn";
  font-size: 16px;
  line-height: 22px;
}
.press-bar .postlist li p a {
  color: #000000;
  text-decoration: none;
}
.press-bar .postlist li .img {
  margin-bottom: 15px;
}
.press-bar .postlist a.more {
  text-decoration: none;
  color: #000000;
  font-family: Karla;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  opacity: 0.32;
}
.press-bar .postlist a.more:hover {
  opacity: 1;
}

/*content-bar*/
.content-bar {
  padding: 57px 0px 0px 0px;
}
.content-bar .centering {
  max-width: 902px;
}
.content-bar p {
  padding-bottom: 40px;
  font-family: Bjorn;
}
.content-bar .wp-block-image {
  padding-top: 40px;
  margin-bottom: 5px;
}
.content-bar .wp-block-image .alignright {
  margin-left: 25px !important;
}
.content-bar .wp-block-image .alignleft {
  margin-right: 35px !important;
}
.content-bar .testimonial {
  padding: 60px 170px 57px 145px;
  margin: 15px -150px 56px -145px;
}
.content-bar .testimonial p {
  color: #22262a;
  font-size: 30px;
  font-family: "BjornLight";
  letter-spacing: 0.75px;
  line-height: 39px;
}
.content-bar .testimonial {
}
.content-bar .navigation {
  padding: 0px 50px 48px 50px;
  overflow: hidden;
}
.content-bar .navigation a {
  float: left;
  color: #22262a;
  font-family: "BjornMedium";
  text-decoration: none;
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 32px;
}
.content-bar .navigation a + a {
  float: right;
}
.content-bar .navigation a:hover {
  color: #319ed3;
}
.content-bar.type2 {
  text-align: left;
}
.content-bar.type2 figure:first-child {
  padding-top: 0px;
  padding-bottom: 40px;
}
.content-bar.type2 .testimonial p {
  text-align: left;
  color: #fff;
}
.content-bar.type3 .testimonial p {
  color: #fff;
}
.content-bar.legal {
  padding: 85px 0px 50px 0px;
}
.content-bar.legal .centering {
  max-width: 1200px;
}
.content-bar.legal .back {
  padding-bottom: 25px;
}
.content-bar.legal a.return,
.content-bar.legal a.return1 {
  color: #22262a;
  font-family: Bjorn;
  font-size: 18px;
  text-decoration: none;
}
.content-bar.legal a.return1 {
  font-family: Karla;
  font-size: 20px;
  font-weight: 700;
}
.content-bar.legal h3 {
  padding-bottom: 25px;
  font-size: 30px;
  letter-spacing: 0.75px;
  line-height: 36px;
}
.content-bar.legal .text {
  padding: 56px 30px 20px 28px;
  margin-bottom: 20px;
  min-height: 770px;
  border: 1px solid #e6e6e6;
}
.content-bar.legal .text h4,
.content-bar.legal .text h5 {
  padding-bottom: 32px;
  color: #22262a;
  font-family: Karla;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
}
.content-bar.legal .text h5 {
  padding-bottom: 0px;
}

.maintitle {
  padding: 132px 0px 20px 0px;
  background: #0a2d73;
}
.maintitle.contact {
  background: url(images/home-hero-2.jpg) no-repeat;
  background-size: cover;
}
.maintitle h1 {
  color: #ffffff;
  font-family: Karla;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 1.2px;
}

/*pagelinks-bar*/
.pagelinks-bar {
  padding: 65px 0px 0px 0px;
  min-height: 700px;
  overflow: hidden;
}
.pagelinks-bar ul {
  list-style: none;
}
.pagelinks-bar li {
  padding: 16px 0px;
  color: #22262a;
  font-family: Karla;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  border-bottom: 1px solid #e5e5e5;
}
.pagelinks-bar li a span {
  display: block;
}
.pagelinks-bar li a {
  color: #22262a;
  text-decoration: none;
}
.pagelinks-bar li a:hover {
  color: #4563bf;
}
.pagelinks-bar .leftlinks {
  float: left;
  width: 48%;
}
.pagelinks-bar .rightlinks {
  float: right;
  width: 48%;
}
.pagelinks-bar h2 {
  padding-bottom: 10px;
  color: #22262a;
  font-size: 30px;
  letter-spacing: 0.75px;
  line-height: 36px;
  border-bottom: 1px solid #e5e5e5;
}
.pagelinks-bar {
}
.pagelinks-bar {
}

/*contact-bar*/
.contact-bar {
  padding: 65px 0px 130px 0px;
  overflow: hidden;
}
.contact-bar .leftcontent {
  float: left;
  width: 48%;
}
.contact-bar .iframebg {
  height: 686px;
}
.contact-bar .rightcontent {
  float: right;
  width: 40.5%;
}
.contact-bar .rightcontent .address {
  padding: 1px 0px 5px 56px;
  background: url(images/address-icon.png) left 0px no-repeat;
}
.contact-bar .rightcontent .address p {
  color: #22262a;
  font-family: Bjorn;
}
.contact-bar .rightcontent .address p strong {
  font-family: BjornMedium;
  font-size: 24px;
  letter-spacing: 0.6px;
}
.contact-bar .rightcontent p.tel {
  padding: 0 0 45px 55px;
  color: #22262a;
  font-family: BjornMedium;
  font-size: 24px;
  letter-spacing: 0.6px;
  background: url(images/phone-icon.png) left 0px no-repeat;
}
.contact-bar .rightcontent p.tel a {
  color: #22262a;
  cursor: default;
  text-decoration: none;
}
.contact-bar .rightcontent .socialicons {
  padding: 0 0 0px 55px;
  background: url(images/globe-icon.png) left 15px no-repeat;
}
.contact-bar .rightcontent .socialicons ul {
  list-style: none;
  overflow: hidden;
}
.contact-bar .rightcontent .socialicons li {
  padding-right: 33px;
  float: left;
}
.contact-bar .rightcontent .socialicons li a {
  font-size: 35px;
  color: #41a8bf;
}
.contact-bar .rightcontent .socialicons li a:hover {
  color: #267181;
}

/*footer-part*/
#footer-part {
  padding: 20px 0px 0px 0px;
  overflow: hidden;
}
#footer-part .col1 {
  float: left;
  width: 52%;
}
#footer-part .col2 {
  padding-top: 10px;
  float: right;
}
#footer-part ul {
  padding-bottom: 5px;
  list-style: none;
  overflow: hidden;
}
#footer-part li {
  padding-right: 20px;
  color: #0a2d73;
  font-size: 16px;
  float: left;
  font-family: "Bjorn";
}
#footer-part li a {
  color: #0a2d73;
  text-decoration: none;
}
#footer-part li a:hover {
  color: #000;
}
#footer-part p {
  padding-bottom: 17px;
  color: #161c21;
  font-family: "Bjorn";
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}
.page-template-press #footer-part,
.single #footer-part,
.page-template-legal-policy #footer-part,
.page-template-legal-policy-child #footer-part,
.page-template-media-kit #footer-part,
.page-template-contact #footer-part {
  background: #f5f9fc;
}

.wpcf7-response-output {
  display: none !important;
}
.wpcf7-not-valid {
  border-color: #be1d2c !important;
}
span.wpcf7-not-valid-tip {
  display: block;
  font-weight: 700;
  font-style: italic;
  padding-top: 5px;
  font-size: 12px;
  color: #be1d2c !important;
}
span.wpcf7-not-valid-tip:before {
  content: "*";
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em !important;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1em !important;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
table,
th,
td {
  border: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
}
td {
  border-width: 0 1px 1px 0;
  vertical-align: top;
}
td img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  margin: 0px;
  height: auto;
}
th,
td {
  padding: 0.4em;
}
th {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 28px;
}
td img.alignnone {
  margin: 0px;
}
blockquote {
  /*font-style: italic;*/
  font-weight: normal;
  margin: 0 1em;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
#blogWrapper {
  padding: 56px 0 45px 0;
  width: 100%;
  overflow: hidden;
}
.single #blogWrapper {
  padding: 0px;
}
#blogWrapper .wrapper {
  max-width: 1185px;
  margin: 0 auto;
  padding: 0 15px;
}
/* blog container */
.patners_box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px;
}
#BlogCntr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#BlogCntr h1,
#blogWrapper h1 {
  padding-bottom: 132px;
  line-height: 134px;
  max-width: 1050px;
}
#blogWrapper h1 {
  padding-bottom: 114px;
  line-height: 129px;
}
#BlogCntr .extraContent {
  padding: 0px 100px 0px 0px;
}
#BlogCntr .extraContent p {
  padding-bottom: 48px;
  line-height: 47px;
}
/* left blog box */
.leftBlogBox {
  width: 62.33%;
  float: left;
}
.single .leftBlogBox {
  padding: 0px;
}

.leftBlogBox ul,
.leftBlogBox ol {
  margin-bottom: 20px;
  list-style-position: inside;
}
.single .leftBlogBox h1 {
  padding-bottom: 5px;
  text-transform: capitalize;
}
.single .leftBlogBox p {
  display: block;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 35px;
}
.leftBlogBox ul.dateBar {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0px;
}
.single .leftBlogBox ul.dateBar {
  margin: 0 0 15px 0;
  padding-left: 0px;
}
.leftBlogBox ul.dateBar li {
  font-size: 14px;
}
.leftBlogBox ul.dateBar li strong {
  color: #000;
}
.leftBlogBox p {
}
.leftBlogBox .postLoop {
  width: 100%;
  overflow: hidden;
  padding: 0px 0 90px;
  margin: 0px;
}
.leftBlogBox .postLoop:last-child,
.leftBlogBox .postLoop:last-of-type {
  border-bottom: none;
}
.leftBlogBox .postLoop .image {
  width: 100%;
  margin-bottom: 27px;
}
.leftBlogBox .postLoop h3 {
}
.leftBlogBox .postLoop h3 a {
  color: #001e60;
  text-decoration: none;
}
.leftBlogBox .postLoop h2 {
  margin: 0px;
  font-size: 38px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: bold;
  font-family: "Helvetica Neue Bold";
}
.leftBlogBox .meta {
  padding: 4px 0 6px;
  margin-top: 3px;
  margin-bottom: 40px;
  border-bottom: #000 solid 1px;
  border-top: #000 solid 1px;
  overflow: hidden;
}
.leftBlogBox .meta span {
  float: left;
  color: #9f9f9f;
  font-size: 18px;
  margin-right: 5px;
  font-family: "Helvetica Neue";
}
.single .leftBlogBox .meta {
  margin-bottom: 52px;
}
.leftBlogBox .postLoop h2 a {
  color: #000;
  text-decoration: none;
}
.leftBlogBox .postLoop h2 a:hover {
  color: #a40000;
}
.leftBlogBox .postLoop a.read-more {
  display: inline-block; /*margin-left: 5px;*/
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}
.leftBlogBox .postLoop a.read-more:hover {
  color: #a40000;
}
.leftBlogBox .postLoop p {
  padding-bottom: 22px;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.015em;
}
.leftBlogBox h4.title {
  font-size: 16px;
  font-weight: normal;
  padding-top: 15px;
  color: #000;
  text-transform: capitalize;
}
/* comment form */
.leftBlogBox #commentform {
  width: 100%;
}
.leftBlogBox #commentform input[type="text"],
.leftBlogBox #commentform input[type="email"],
.leftBlogBox #commentform textarea,
.leftBlogBox #commentform input[type="url"] {
  border: 1px solid #000;
  padding: 7px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  resize: none;
  margin: 0;
  width: 535px;
}
.leftBlogBox #commentform input[type="submit"] {
  width: auto;
  padding: 5px;
  border: none;
  background: #ea0000;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  font-size: 16px;
}
.leftBlogBox #commentform input[type="submit"]:hover,
.leftBlogBox #commentform p.form-submit input[type="submit"]:hover {
  background: #0f86ff;
}
.leftBlogBox #commentform p.form-submit input[type="submit"] {
  width: auto;
  padding: 8px 15px;
  border: none;
  background: #5d3b05;
  color: #fff;
  cursor: pointer;
  margin-left: 100px;
}
.leftBlogBox #respond h3 {
  padding-bottom: 20px;
}
.leftBlogBox #commentform input[type="text"].error,
.leftBlogBox #commentform input[type="email"].error,
.leftBlogBox #commentform textarea.error {
  border: 1px solid #f00 !important;
}
.leftBlogBox div.error {
  display: none !important;
}
.leftBlogBox h3#comments,
.leftBlogBox #respond h3,
h2.comments-title,
h3#reply-title {
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-weight: normal;
  line-height: 29px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #000;
}
.leftBlogBox #comments {
  clear: both;
  margin-bottom: 10px;
}
.leftBlogBox #comments footer {
  border: none;
}
.leftBlogBox .commentlist,
.leftBlogBox .comment-list {
  list-style: outside none none;
  margin-top: 10px !important;
  margin-bottom: 10px;
}
.leftBlogBox .commentlist li {
  color: #34343f;
  font-size: 20px;
  line-height: 30px;
  list-style: outside none none;
  overflow: hidden;
}
.leftBlogBox .comment-list li {
  color: #34343f;
  font-size: 20px;
  line-height: 20px;
  list-style: outside none none;
  overflow: hidden;
}
.leftBlogBox img.avatar {
  float: left;
  margin: 3px 10px 10px 0;
  width: 50px;
  border: 1px solid #cccccc;
  max-width: 100%;
  height: auto;
  display: block;
}
.leftBlogBox .commentlist cite.fn,
.leftBlogBox cite.fn {
  color: #382db5;
  font-size: 16px;
}
.leftBlogBox span.says {
  font-size: 16px;
}
.leftBlogBox .commentlist a.url,
.leftBlogBox .commentlist cite.fn,
.leftBlogBox a.url,
.leftBlogBox cite.fn {
  font-style: normal;
  text-decoration: none;
  font-size: 20px;
}
.leftBlogBox .comment-awaiting-moderation {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-style: normal;
}
.leftBlogBox .commentmetadata a {
  color: #000;
  cursor: default !important;
  font-size: 13px;
  line-height: 16px;
}
.leftBlogBox .commentlist p,
.leftBlogBox .comment-list p {
  clear: both;
  font-size: 15px;
  line-height: 19px;
}
.comment-content p {
  padding-bottom: 5px;
}
#commentform p {
  padding-bottom: 15px !important;
  font-size: 16px;
  margin-bottom: 0;
}
.leftBlogBox .comment-list .comment-metadata {
  font-size: 16px;
  color: #000;
}
.leftBlogBox .comment-reply-link {
  font-size: 16px;
  text-decoration: none;
}
.leftBlogBox .comment-reply-link:hover {
  text-decoration: none;
  color: #039be6;
}
#cancel-comment-reply-link {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  line-height: 25px;
}
#cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.leftBlogBox .reply {
  padding: 0px 0 15px;
}
.leftBlogBox .reply a {
  color: #000;
}
.leftBlogBox #respond {
  margin-top: 10px; /*overflow: hidden;*/
  width: auto;
  padding: 0px;
}
.leftBlogBox #cancel-comment-reply-link:hover {
  color: #039be6;
  text-decoration: none;
}
.leftBlogBox .commentlist ul.children,
.leftBlogBox .comment-list ol.children {
  /*margin-left: 25px;*/ /*float:left*/
}
.leftBlogBox label.screen-reader-text {
  display: none;
}
.leftBlogBox #searchform {
  width: 100%;
  margin: 0 auto;
}
#commentform label {
  float: left;
  width: 100px;
  font-size: 16px;
  line-height: 21px;
}
#commentform label.error {
  display: none !important;
}
/* pagination */
.leftBlogBox .wp-pagenavi {
  margin: 55px 0 98px 0;
  text-align: center;
}
.leftBlogBox .wp-pagenavi a,
.wp-pagenavi span {
  font-size: 20px;
  color: #7ba4db;
  font-weight: 700;
  text-decoration: none;
}
.leftBlogBox .wp-pagenavi a:hover {
  color: #001e60;
}
.wp-pagenavi a:after,
.wp-pagenavi span:after {
  content: ", ";
}
.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi span.current {
  color: #c1c1c1;
}
.wp-pagenavi a.previouspostslink {
  margin-right: 88px;
  float: left;
}
.wp-pagenavi a.nextpostslink {
  margin-left: 88px;
  float: right;
}
.wp-pagenavi a.nextpostslink:after,
.wp-pagenavi a.previouspostslink:after {
  display: none;
}

/* right blog box */

.rightBlogBox {
  width: 30.9%;
  float: right;
}
.rightBlogBox ul {
  width: auto;
  padding-left: 0px;
  list-style: disc;
}
.rightBlogBox .widget {
  margin-bottom: 31px;
}
.rightBlogBox {
}
.rightBlogBox {
}
.rightBlogBox {
}
.rightBlogBox .widget_newsletterwidget {
  background: #dbecf4;
}
.rightBlogBox .widget_newsletterwidget h3 {
  padding: 16px 20px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  background: #001e60;
}
.rightBlogBox .widget_newsletterwidget .tnp-widget {
  padding: 27px 20px 46px 20px;
}
.rightBlogBox .widget_newsletterwidget .tnp-widget label {
  padding-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #001e60;
}
.rightBlogBox .widget_newsletterwidget .tnp-widget input[type="text"],
.rightBlogBox .widget_newsletterwidget .tnp-widget input[type="email"] {
  width: 100%;
  height: 46px;
  border: #001e60 solid 2px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #fff;
}
.rightBlogBox .widget_newsletterwidget .tnp-field-firstname {
  padding-bottom: 12px;
}
.rightBlogBox .widget_newsletterwidget .tnp-field-button {
  position: relative;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
  background: #7ba4db;
  margin-top: 23px;
}
.rightBlogBox .widget_newsletterwidget .tnp-field-button:after {
  content: "";
  position: absolute;
  right: 60px;
  top: 22px;
  width: 7px;
  height: 8px;
  background: url(images/arrow.png) no-repeat;
  background-size: 100%;
}
.rightBlogBox .widget_newsletterwidget .tnp-field-button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001e60;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.rightBlogBox .widget_newsletterwidget .tnp-field-button:hover {
  color: #fff;
}
.rightBlogBox .widget_newsletterwidget .tnp-field-button:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.rightBlogBox .widget_newsletterwidget .tnp-field-button input {
  padding: 10px 45px 10px 32px;
  cursor: pointer;
  line-height: 30px;
  border: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.016em;
  z-index: 2;
  background: url(images/arrow.png) right 20px center no-repeat;
  background-size: 9px;
}
.rightBlogBox .widget_newsletterwidget {
}
.rightBlogBox .widget_categories {
  padding: 20px 80px 37px 28px;
  border: #001e60 solid 3px;
}
.rightBlogBox .widget_categories h3 {
  padding-bottom: 15px;
}
.rightBlogBox .widget_categories ul {
  list-style: none;
}
.rightBlogBox .widget_categories li {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 27px;
}
.rightBlogBox .widget_categories li a {
  text-decoration: underline;
  color: #7ba4db;
}
.rightBlogBox .widget_categories li a:hover {
  color: #001e60;
}
.rightBlogBox .widget_categories li a:after {
  content: " \00BB";
}
.rightBlogBox .widget_categories {
}
.rightBlogBox {
}
.rightBlogBox {
}
.rightBlogBox h3 {
}
.rightBlogBox h3:after {
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 78px;
  height: 3px;
  background: #000;
}
.rightBlogBox label.screen-reader-text {
  display: none;
}
.rightBlogBox select {
  display: block;
  width: 100%;
  margin: 0px;
  height: 40px;
  border: #dadada solid 1px;
  padding: 0px 25px 0px 7px;
  font-size: 18px;
  color: #827f7d;
  -webkit-box-shadow: inset 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  background: url(images/arrow-updown.png) right 5px center no-repeat;
}
.rightBlogBox #searchform {
  width: 100%;
  margin: 0 auto;
}
.rightBlogBox #searchform input#s {
  width: 65%;
  border: 1px solid #7b7b7b;
  height: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 5px;
  float: left;
  margin-right: 5px;
  color: #7b7b7b;
  height: 33px;
}
.rightBlogBox #searchform input#searchsubmit {
  width: 27%;
  background: #dfb643;
  color: #fff;
  border: none;
  height: 30px;
  text-transform: capitalize;
  font-weight: bold;
  cursor: pointer;
  float: left;
}
.rightBlogBox #searchform input#searchsubmit:hover {
  background: #c70505;
}
.rightBlogBox ul {
  list-style: disc;
  margin-top: 0px;
}
.rightBlogBox ul li {
  width: 100%;
  text-align: left;
  padding: 2px 0;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  list-style-position: inside;
}
.rightBlogBox ul li a {
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  outline: none;
}
.rightBlogBox ul li.current-cat a {
  color: #382db5;
}
.rightBlogBox ul li a:hover {
  text-decoration: none;
  color: #382db5;
}
.mobilesidebar {
  display: none;
}
.desktopsidebar {
  display: block;
}
/* single page */
.search-form .screen-reader-text {
  display: none;
}
.rightBlogBox .search-form {
  position: relative;
}
.rightBlogBox .search-form input[type="Search"] {
  border-radius: 0px;
  padding: 5px 60px 5px 20px;
  font-size: 18px;
  border: 0px;
  color: #676968;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  height: 68px;
  background: #f4f4f4;
}
.search-form input[type="submit"] {
  background: url(images/search-icon.jpg) no-repeat;
  border-radius: 0px;
  font-size: 0px;
  border: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  height: 26px;
  width: 26px;
  position: absolute;
  right: 18px;
  top: 21px;
}
.search-form input[type="submit"]:hover {
}
.search-form input[type="Search"]:focus {
  border: solid 1px #000 !important;
}
.leftBlogBox .singleimage {
  width: 100%;
  margin-bottom: 15px;
}
.leftBlogBox .singleimage img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

img {
  height: auto;
}
