
a,
applet,
blockquote,
body,
cite,
del,
dfn,
div,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
span,
strike,
strong,
tbody,
tfoot,
thead,
tr,
ul {
  border: 0;
  font-family: inherit;
  font-display: swap;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
/** Mozilla Firefox */
@-moz-document url-prefix() {
	#header-core, #header-sticky-core{
		max-width:1200px !important;
	}
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  position: relative;
  display: block;
  font-weight: 600;
  background: #f3f3f3;
  border-left: 3px solid #1eaaf1;
  padding: 5px 15px;
  margin: 0 0 20px 15px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite a,
q cite a {
  color: #fff;
}
blockquote cite:before,
q cite:before {
  content: "- ";
}
dt {
  font-weight: 700;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
a img {
  border: 0;
}
.clearboth {
  width: 100%;
  clear: both;
  display: block;
}
.screen-reader-text {
  display: none;
}
body,
button,
input,
select,
textarea {
  color: #787878;
  font-family: Montserrat-Regular;
  font-display: swap;
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
}
body {
  background: #fff;
}
#body-core {
  min-width: 320px;
}
#body-core #main-core > article {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
body.layout-fixed,
body.layout-fixed #body-core,
body.layout-fixed #header-sticky,
body.layout-fixed #notification,
body.layout-fixed #site-header {
  min-width: 1140px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  clear: both;
  margin: 0 0 0.8em;
  font-family: Montserrat-Bold;
  font-display: swap;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
hr {
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
p {
  margin-bottom: 20px;
  color: #212529 !important;
}
ol,
ul {
  margin: 0 0 20px 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
b,
strong {
  font-weight: 700;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
code,
pre {
  padding: 2px 8px;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
}
button,
input {
  line-height: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 7px 26px;
}
input.searchsubmit {
  padding: 10px 25px;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  background: #fff;
  border: 1px solid #efeeee;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  background: #fff;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}
table {
  text-align: center;
  margin: 0 0 25px;
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
caption {
  font-size: 0.875rem;
  font-style: italic;
  color: #888;
}
td,
th {
  font-size: 0.9em;
  padding: 4px 2%;
  border: 1px solid #ddd;
  border-left: none;
}
th {
  font-weight: 700;
}
td {
  border-top: none;
}
#footer table,
#footer td,
#footer th {
  border-color: #353433;
}
a {
  color: #1eaaf1;
  cursor: pointer;
  text-decoration: none;
  outline: 0 none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: inherit;
}
a,
a:visited {
  text-decoration: none;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 20px auto;
}
#content-core,
#footer-core,
#header-core,
#header-sticky-core,
#intro-core,
#introaction-core,
#notification-core,
#outroaction-core,
#pre-header-core,
#sub-footer-close,
#sub-footer-core,
#sub-footer-widgets {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
#content,
.main-navigation,
.site-description,
.site-title {
  margin: 0 auto;
}
#content {
  clear: both;
  margin: 0;
  padding: 30px 10px;
}
body.custom-background,
body.layout-boxed {
  background: #f1f1f1;
  padding: 25px 0;
}
body.custom-background #body-core,
body.layout-boxed #body-core {
  max-width: 1170px;
  display: block;
  margin: 0 auto;
  border: 1px solid #ddd;
}
body.custom-background #header,
body.custom-background #header-sticky,
body.custom-background #pre-header,
body.layout-boxed #header,
body.layout-boxed #header-sticky,
body.layout-boxed #pre-header {
  max-width: 1170px;
}
.entry-content iframe,
.entry-content img {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
.wp-caption,
embed,
iframe,
object {
  max-width: 100%;
}
iframe.twitter-tweet {
  margin: 0 !important;
  width: 100%;
}
.gallery-caption,
.wp-caption .wp-caption-text {
  font-size: 12px;
  font-style: italic;
}
#content .gallery a img {
  border: none;
}
#nav-above,
#nav-below {
  padding: 0;
  margin: 0 0 35px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.nav-next,
.nav-previous {
  width: 45%;
  max-width: 150px;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}
.nav-next a,
.nav-previous a {
  display: block;
  color: inherit;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border: 3px solid #e2e2e2;
  border-top: none;
}
.nav-previous a {
  border-left: none;
}
.nav-next a {
  border-right: none;
}
.nav-next a:hover,
.nav-previous a:hover {
  color: #fff;
  background: #1eaaf1;
}
.nav-next a .meta-nav,
.nav-previous a .meta-nav {
  padding: 0 5px;
}
.nav-next a .meta-icon,
.nav-previous a .meta-icon {
  top: -1px;
  position: relative;
}
.pag {
  list-style: none;
  text-align: center;
  background: #fff;
  margin: 1px 0 30px;
  padding: 0;
}
.pag li {
  font-size: 90%;
  text-align: center;
  display: inline-block;
}
.pag li a,
.pag li span {
  color: inherit;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: 0 0;
  border-left: 1px solid #eee;
}
.pag > span:last-child li:last-child a,
.pag > span:last-child li:last-child span {
  border-right: 1px solid #eee;
}
.pag li a:hover,
.pag li.current span {
  color: #fff;
  background: #1eaaf1;
}
.custom-header img {
  display: block;
  margin: 0 auto;
}
.site-description {
  color: #e0e0e0;
  font-size: 13px;
  line-height: 13px;
}
#logo,
#logo-sticky {
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#logo img,
#logo-sticky img {
  width: 200px !important;
  height: 66px !important;
  margin-top: 0px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#logo h1 {
  margin-top: 10px;
}
#logo h1,
#logo-sticky h1 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}
#logo-sticky {
  margin-top: 5px;
}
#logo-sticky img {
  max-height: 45px;
}
#logo-sticky h1 {
  font-size: 15px;
}
#logo-sticky .site-description {
  display: none;
}
.header-below #logo {
  margin-top: 10px;
}
.header-below #logo img {
  max-height: 30px;
}
.header-style2 #logo {
  float: none;
  text-align: center;
  margin: 25px 0 15px;
}
.header-style2 #logo a {
  display: inline-block;
}
.header-style2 #logo h1 {
  margin-bottom: 20px;
}
.header-style2 #logo img {
  max-height: 90px;
}
#header-image img {
  display: block;
  width: 100%;
}
#header-image.header-image-boxed {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
}
#site-header {
  position: relative;
}
#pre-header {
  position: relative;
  background: #013356;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#pre-header li {
  float: left;
  margin-bottom: 0;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
  color: #fff;
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a {
  color: #fff;
  font-size: 14px;
}
#pre-header .header-links li a {
  display: block;
  padding: 9px 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  background: #013356;
}
#pre-header .header-links > ul > li > a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat-Regular;
  font-display: swap;
}
#pre-header .header-links > ul > li:before {
  content: "";
}
#pre-header .header-links > ul > li.alignright:before,
#pre-header .header-links > ul > li:first-child:before {
  content: "";
  padding: 0;
}
#pre-header .header-links > ul > li.menu-parent > a:after {
  position: relative;
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 6px;
}
#pre-header .header-links .sub-menu {
  position: absolute;
  display: none;
  z-index: 9999;
  border-top: 1px solid #1e1e1e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#pre-header .header-links .sub-menu a {
  min-width: 100px;
  padding: 5px 25px 5px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#pre-header .header-links .sub-menu a:hover {
  color: #e3e3e3;
}
#pre-header-core {
  display: table;
  width: 100%;
}
#pre-header-links-inner,
#pre-header-search,
#pre-header-social {
  vertical-align: middle;
}
#pre-header .main-navigation ul {
  float: right;
}
#pre-header li.alignright {
  float: right;
  margin: 0;
}
#pre-header .header-links i {
  color: #1eaaf1;
  padding-right: 10px;
  font-size: larger;
}
#pre-header-social ul {
  display: table;
  float: right;
}
#pre-header-social li.message {
  border: none;
  padding-right: 10px;
  white-space: nowrap;
}
#pre-header-social li,
#pre-header-social li a {
  border: 0;
}
#pre-header-social li {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
#pre-header-social li a {
  display: table;
  text-align: center;
  width: 36px;
  height: 40px;
  background: 0 0;
  margin: 0;
}
#pre-header-social li a:hover {
  color: #fff;
}
#pre-header-social li.facebook a:hover {
  background: #3b5997;
}
#pre-header-social li.twitter a:hover {
  background: #a5dee8;
}
#pre-header-social li.google-plus a:hover {
  background: #db4a39;
}
#pre-header-social li.instagram a:hover {
  background: #ac8263;
}
#pre-header-social li.tumblr a:hover {
  background: #395672;
}
#pre-header-social li.linkedin a:hover {
  background: #56a1c4;
}
#pre-header-social li.flickr a:hover {
  background: #c5c5c5;
}
#pre-header-social li.pinterest a:hover {
  background: #c92228;
}
#pre-header-social li.xing a:hover {
  background: #126567;
}
#pre-header-social li.paypal a:hover {
  background: #1e477a;
}
#pre-header-social li.youtube a:hover {
  background: #de1f26;
}
#pre-header-social li.vimeo-square a:hover {
  background: #4ebbff;
}
#pre-header-social li.rss a:hover {
  background: #fea81d;
}
#pre-header-social li i {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
#pre-header-social .tooltip-inner {
  padding: 6px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#pre-header-search {
  font-size: 12px;
  width: 165px;
  float: left;
  position: relative;
  padding-left: 40px;
}
#pre-header-search .search {
  width: 165px;
  height: 40px;
  color: #fff;
  background: 0 0;
  border: none;
  padding: 10px 40px 10px 15px;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
}
#pre-header-search .searchsubmit {
  display: none;
}
#pre-header-search .fa-search {
  font-size: 14px;
  text-align: center;
  color: #b3b3b3;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pre-header-search.active .fa-search {
  color: #fff;
}
#pre-header-search::-webkit-input-placeholder {
  color: #b3b3b3;
}
#pre-header-search:-moz-placeholder {
  color: #b3b3b3;
}
#pre-header-search::-moz-placeholder {
  color: #b3b3b3;
}
#pre-header-search:-ms-input-placeholder {
  color: #b3b3b3;
}
.pre-header-style2 #pre-header {
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.pre-header-style2 #pre-header .header-links li a {
  background: #eee;
}
.pre-header-style2 #pre-header .header-links > ul > li > a {
  border-left: 1px solid #ddd;
}
.pre-header-style2 #pre-header .header-links > ul > li:last-child > a {
  border-right: 1px solid #ddd;
}
.pre-header-style2 #pre-header .header-links li a,
.pre-header-style2 #pre-header-social li {
  color: #999;
}
.pre-header-style2 #pre-header-social li a {
  border-left: 1px solid #ddd;
}
.pre-header-style2 #pre-header-social li:last-child a {
  border-right: 1px solid #ddd;
}
.pre-header-style2 #pre-header .header-links a:hover {
  color: #1eaaf1;
}
.pre-header-style2 #pre-header .header-links .sub-menu {
  border: 1px solid #ddd;
}
.pre-header-style2 #pre-header-search .search {
  color: #999;
  background: 0 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.pre-header-style2 #pre-header-search .fa-search {
  color: #1e1e1e;
}
.pre-header-style2 #pre-header-search::-webkit-input-placeholder {
  color: #cacaca;
}
.pre-header-style2 #pre-header-search:-moz-placeholder {
  color: #cacaca;
}
.pre-header-style2 #pre-header-search::-moz-placeholder {
  color: #cacaca;
}
.pre-header-style2 #pre-header-search:-ms-input-placeholder {
  color: #cacaca;
}
#header,
#header-sticky {
  position: relative;
  font-size: 12px;
  background: #fff;
  padding: 0;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#header-core,
#header-sticky-core {
  position: relative;
}
#header-links,
#header-sticky-links {
  float: right;
}
#header-links-inner,
#header-sticky-links-inner {
  float: right;
}
#header .header-links li,
#header-sticky .header-links li {
  float: left;
}
#header .header-links > ul > li a,
#header-sticky .header-links > ul > li a {
  font-size: 14px;
  padding: 23px 11px;
  font-weight: 500;
  color: #3e4956;
  font-family: Montserrat-Medium;
  font-display: swap;
}
#header .header-links > ul > li.menu-parent > a::after,
#header-sticky .header-links > ul > li.menu-parent > a::after {
  position: relative !important;
  content: "\f107" !important;
  font-family: FontAwesome !important;
  padding-left: 6px !important;
}
#header .header-links li a,
#header-sticky .header-links li a {
  color: #1e1e1e;
  font-weight: 300;
  display: block;
  padding: 8px 14px;
  margin: 0;
}
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
  display: none;
  float: left;
  position: absolute;
  z-index: 9999;
  background: #fff;
  border-top: 3px solid #1eaaf1 !important;
}
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
  font-size: 13px;
  line-height: 32px;
  min-width: 100px;
  margin: 0;
  padding: 2px 10px;
  color: #3e4956;
  font-family: Montserrat-Medium;
  font-display: swap;
}
#header .header-links .sub-menu li,
#header-sticky .header-links .sub-menu li {
  float: none;
}
#header .header-links .sub-menu li:last-child > a,
#header-sticky .header-links .sub-menu li:last-child > a {
  border: 0;
}
#header .header-links .sub-menu .current-menu-item a,
#header .header-links .sub-menu a:hover,
#header-sticky .header-links .sub-menu .current-menu-item a,
#header-sticky .header-links .sub-menu a:hover {
  color: #1eaaf1;
}
#header .sub-menu li,
#header-sticky .sub-menu li,
#pre-header .sub-menu li {
  float: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .sub-menu li,
#header-sticky .sub-menu li {
  padding: 0 20px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
#header .menu > li > a,
#header-sticky .menu > li > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .menu > li.current-menu-ancestor > a,
#header .menu > li.current-menu-item > a,
#header .menu > li.current_page_item > a,
#header .menu > li.menu-hover > a,
#header .menu > li > a:hover,
#header-sticky .menu > li.current-menu-ancestor > a,
#header-sticky .menu > li.current-menu-item > a,
#header-sticky .menu > li.current_page_item > a,
#header-sticky .menu > li.menu-hover > a,
#header-sticky .menu > li > a:hover {
  color: #1e1e1e;
  background: 0 0;
}
.main-navigation:after {
  clear: both;
  content: "";
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation .sub-menu a {
  white-space: nowrap;
}
.main-navigation .sub-menu .sub-menu {
  position: absolute;
  top: -1px;
  left: 100%;
}
#header .main-navigation ul li:hover > ul,
#header-sticky .main-navigation ul li:hover > ul,
#pre-header .main-navigation ul li:hover > ul {
  display: block;
}
#header-sticky {
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header-sticky-active #header-sticky {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#header-sticky .header-links > ul > li a {
  padding: 15px 15px;
}
#header .header-links .header-thinkupmega > ul,
#header-sticky .header-links .header-thinkupmega > ul {
  left: 0;
  width: 100%;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin: 0 !important;
}
#header .header-links .header-thinkupmega > ul > li:first-child,
#header-sticky .header-links .header-thinkupmega > ul > li:first-child {
  border-left: none;
}
#header .header-links .header-thinkupmega > ul > li,
#header-sticky .header-links .header-thinkupmega > ul > li {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#header .header-links .header-thinkupmega > ul > li > a,
#header-sticky .header-links .header-thinkupmega > ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
}
#header .header-links .header-thinkupmega > ul > li > a:before,
#header-sticky .header-links .header-thinkupmega > ul > li > a:before {
  content: "";
}
#header .header-links .header-thinkupmega ul .sub-menu,
#header-sticky .header-links .header-thinkupmega ul .sub-menu {
  position: relative;
  display: block !important;
  visibility: visible !important;
  float: none;
  left: 0;
  top: auto;
  border: none;
}
#header .header-links .header-thinkupmega ul .sub-menu li,
#header-sticky .header-links .header-thinkupmega ul .sub-menu li {
  position: relative;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
#header .header-links .header-thinkupmega ul .sub-menu a,
#header-sticky .header-links .header-thinkupmega ul .sub-menu a {
  border: none;
}
#header .header-links .header-thinkupmega ul .sub-menu a:before,
#header-sticky .header-links .header-thinkupmega ul .sub-menu a:before {
  position: relative;
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
}
#header .header-links .header-thinkupmega .sub-menu a,
#header-sticky .header-links .header-thinkupmega .sub-menu a {
  padding: 2px 10px;
}
.header-style1.header-below #header {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.header-style1.header-below #header .header-links > ul > li > a {
  padding: 12px 15px;
}
.header-style1.header-below #header .sub-menu {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.header-style1.header-below1 #header #header-links-inner > ul > li > .sub-menu {
  bottom: 100%;
}
.header-style1.header-below1
  #header
  .header-links
  > ul
  > li.menu-parent
  > a:after {
  content: "\f106";
}
.header-style1.header-below1 #header .main-navigation .sub-menu .sub-menu {
  top: -1px;
}
.header-style1.header-below2 #header .sub-menu {
  bottom: auto;
  border-bottom: 1px solid #eee;
}
.header-style2 #header {
  background: 0 0;
}
.header-style2 #header-core,
.header-style2.slider-full #header-core {
  max-width: 100%;
}
.header-style2 #header-links {
  float: none;
  background: #fff;
  border-top: 1px solid #eee;
}
.header-style2 #header-links-inner {
  float: none;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.header-style2 #header .header-links > ul > li > a {
  border-left: 1px solid #eee;
}
.header-style2 #header .header-links > ul > li:last-child > a {
  border-right: 1px solid #eee;
}
.header-style2 #header .header-links > ul > li > a {
  padding: 15px 22px;
}
.header-style2 #header .header-links .sub-menu {
  border-top: 1px solid #e3e3e3;
}
.header-style2 #header .header-links .sub-menu a {
  padding: 2px 0;
}
.header-style2 #header .main-navigation .sub-menu .sub-menu {
  top: -1px;
}
.header-style2 #header-search .search {
  border: none;
}
.header-style2 #header .header-links .header-thinkupmega > ul {
  border-left: none;
}
.header-style2 #header-container {
  display: table;
  max-width: 1140px;
  width: 100%;
  margin: 20px auto;
}
.header-style2 #header-container #header-social,
.header-style2 #header-container #logo {
  display: table-cell;
  vertical-align: middle;
}
.header-style2 #header-container #logo {
  text-align: left;
  padding-left: 20px;
}
.header-style2 #header-search {
  padding-left: 0;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}
#header-links-inner,
#header-sticky-links-inner {
  display: table;
}
#header-links-inner > .menu,
#header-search,
#header-social,
#header-sticky-links-inner > .menu {
  display: table-cell;
  vertical-align: middle;
}
#header-social {
  padding-left: 40px;
}
#header-social ul {
  float: right;
  display: table;
  margin: 0;
}
#header-social li.message {
  border: none;
  padding-right: 10px;
  white-space: nowrap;
}
#header-social li,
#header-social li a {
  border: 0;
}
#header-social li {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
#header-social li a {
  display: table !important;
  text-align: center;
  width: 36px;
  height: 36px;
  color: #fff !important;
  background: #292929;
  padding: 0 !important;
  margin: 2px !important;
}
#header-social li a:hover {
  color: #fff;
  opacity: 0.8;
}
#header-social li.facebook a {
  background: #3b5997;
}
#header-social li.twitter a {
  background: #a5dee8;
}
#header-social li.google-plus a {
  background: #db4a39;
}
#header-social li.instagram a {
  background: #ac8263;
}
#header-social li.tumblr a {
  background: #395672;
}
#header-social li.linkedin a {
  background: #56a1c4;
}
#header-social li.flickr a {
  background: #c5c5c5;
}
#header-social li.pinterest a {
  background: #c92228;
}
#header-social li.xing a {
  background: #126567;
}
#header-social li.paypal a {
  background: #1e477a;
}
#header-social li.youtube a {
  background: #de1f26;
}
#header-social li.vimeo-square a {
  background: #4ebbff;
}
#header-social li.rss a {
  background: #fea81d;
}
#header-social li i {
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
#header-social .tooltip-inner {
  padding: 6px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#header-search {
  width: 165px;
  position: relative;
  padding-left: 40px;
}
#header-search .search {
  width: 165px;
  height: 40px;
  font-size: 14px;
  background: 0 0;
  border: 1px solid #1e1e1e;
  padding: 10px 40px 10px 15px;
  border-radius: 3px;
}
#header-search .searchsubmit {
  display: none;
}
#header-search .fa-search {
  font-size: 14px;
  text-align: center;
  color: #1e1e1e;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#header-search::-webkit-input-placeholder {
  color: #cacaca;
}
#pre-header-search:-moz-placeholder {
  color: #cacaca;
}
#pre-header-search::-moz-placeholder {
  color: #cacaca;
}
#pre-header-search:-ms-input-placeholder {
  color: #cacaca;
}
#pre-header .sub-menu .menu-parent > a:before {
  font-family: FontAwesome;
  font-size: 1.2em;
  text-align: right;
  content: "\f105";
  position: relative;
  left: 10px;
  top: -2px;
  display: inline-block;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pre-header .sub-menu .menu-parent > a:hover:before {
  left: 15px;
}
#header .sub-menu .menu-parent > a:before,
#header-sticky .sub-menu .menu-parent > a:before {
  font-family: FontAwesome;
  font-size: 1.2em;
  text-align: right;
  content: "\f105";
  position: relative;
  left: 10px;
  display: inline-block;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .sub-menu .menu-parent > a:hover:before,
#header-sticky .sub-menu .menu-parent > a:hover:before {
  left: 15px;
}
#header-responsive {
  display: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}


#slider {
  position: relative;
}
#slider-core {
  position: relative;
  text-align: center;
}
#slider .slidedeck-frame {
  margin: 0 auto;
}
#slider .slides {
  height: 0;
  margin: 0;
  background: #333;
  background: url(../images/thinkupslider_bg_333_555.png) repeat;
}
#slider .rslides {
  margin: 0;
  overflow: hidden;
}
.rslides li {
  width: 100%;
}
.rslides img {
  width: 100%;
}
#slider .rslides-inner {
  position: relative;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  overflow: hidden;
}
#slider .rslides-inner li {
  height: auto;
  list-style: none;
}
#slider .rslides-container {
  padding: 40px 10px 10px;
}
#slider a.rslides_nav {
  text-align: center;
  line-height: 1;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  position: absolute;
  overflow: hidden;
  top: 50%;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider a.rslides_nav.prev {
  left: -60px;
}
#slider a.rslides_nav.next {
  right: -60px;
}
#slider a.rslides_nav.next:before,
#slider a.rslides_nav.prev:before {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 60px;
  display: block;
  position: relative;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider a.rslides_nav.next:hover:before,
#slider a.rslides_nav.prev:hover:before {
  color: #333;
  background: #fff;
}
#slider a.rslides_nav.prev:before {
  content: "\f104";
}
#slider a.rslides_nav.next:before {
  content: "\f105";
}
#slider .rslides-inner:hover a.rslides_nav {
  opacity: 1;
}
#slider .rslides-inner:hover a.rslides_nav.prev {
  left: 0;
}
#slider .rslides-inner:hover a.rslides_nav.next {
  right: 0;
}
#slider .rslides_tabs {
  position: absolute;
  z-index: 99;
  text-align: center;
  width: 100%;
  bottom: 0;
  margin: 0;
}
#slider .rslides_tabs li {
  list-style: none;
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
}
#slider .rslides_tabs li a {
  width: 30px;
  height: 4px;
  display: block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
}
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
  background: #fff;
}
.custom-background #slider .rslides-content,
.layout-boxed #slider .rslides-content,
.slider-boxed #slider .rslides-content {
  padding: 0 80px;
}
.slider-boxed #slider .rslides-inner {
  width: 1140px;
}
.slider-full #header-core {
  max-width: 1140px;
}
.slider-full #header-links {
  border-bottom: none;
}
.slider-full #slider .rslides-inner {
  width: 100%;
  position: relative;
}
.slider-full #slider .rslides-container {
  padding: 0;
}
#slider .rslides-content,
.thinkupslider-sc .rslides-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#slider .rslides-content-inner,
.thinkupslider-sc .rslides-content-inner {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#slider .featured,
.thinkupslider-sc .featured {
  display: table-cell;
  vertical-align: middle;
}
#slider .featured-title,
.thinkupslider-sc .featured-title {
  margin-bottom: 25px;
}
#slider .featured-title span,
.thinkupslider-sc .featured-title span {
  display: inline-block;
  color: #fff;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 400;
}
#slider .featured-excerpt p,
.thinkupslider-sc .featured-excerpt p {
  margin-bottom: 35px;
}
#slider .featured-excerpt span,
.thinkupslider-sc .featured-excerpt span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}
#slider .featured-link a,
.thinkupslider-sc .featured-link a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 15px;
  background: #1eaaf1;
  border: 1px solid #1eaaf1;
}
#slider .featured-link a:hover,
.thinkupslider-sc .featured-link a:hover {
  background: #333;
  border-color: #333;
}
#slider.style2 .featured.one_half,
.thinkupslider-sc.style2 .featured.one_half {
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#slider.style3 .featured.one_half,
.thinkupslider-sc.style3 .featured.one_half {
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#slider.style2 .wrap-safari,
#slider.style3 .wrap-safari,
.thinkupslider-sc.style2 .wrap-safari,
.thinkupslider-sc.style3 .wrap-safari {
  display: table;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
#slider.style2 .rslides-content-inner,
#slider.style3 .rslides-content-inner,
.thinkupslider-sc.style2 .rslides-content-inner,
.thinkupslider-sc.style3 .rslides-content-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
}
#slider.style2 .featured-video,
#slider.style3 .featured-video,
.thinkupslider-sc.style2 .featured-video,
.thinkupslider-sc.style3 .featured-video {
  margin-bottom: 0;
}
#slider .featured-video .wp-video,
#slider .wp-video-shortcode,
.thinkupslider-sc .featured-video .wp-video,
.thinkupslider-sc .wp-video-shortcode {
  max-width: 100%;
}
#slider .videoBG video,
.thinkupslider-sc .videoBG video {
  top: -30% !important;
  width: 100%;
}
#slider .mejs-layers,
.thinkupslider-sc .mejs-layers {
  max-width: 100%;
}
#slider .videoBG,
#slider .videoBG_wrapper,
#slider .videoBG_wrapper li,
.thinkupslider-sc .videoBG,
.thinkupslider-sc .videoBG_wrapper,
.thinkupslider-sc .videoBG_wrapper li {
  width: 100% !important;
  height: 100% !important;
}
#slider .featured-excerpt,
#slider .featured-link,
#slider .featured-title,
.thinkupslider-sc .featured-excerpt,
.thinkupslider-sc .featured-link,
.thinkupslider-sc .featured-title {
  opacity: 0;
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#slider .rslides1_on .featured-excerpt,
#slider .rslides1_on .featured-link,
#slider .rslides1_on .featured-title,
.thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt,
.thinkupslider-sc .rslides > [class*="_on"] .featured-link,
.thinkupslider-sc .rslides > [class*="_on"] .featured-title {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
#slider .rslides1_on .featured-title,
.thinkupslider-sc .rslides > [class*="_on"] .featured-title {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
#slider .rslides1_on .featured-excerpt,
.thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#slider .rslides1_on .featured-link,
.thinkupslider-sc .rslides > [class*="_on"] .featured-link {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
#slider .rslides-content.slider-left .featured-excerpt,
#slider .rslides-content.slider-left .featured-link,
#slider .rslides-content.slider-left .featured-title,
.thinkupslider-sc .rslides-content.slider-left .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-left .featured-link,
.thinkupslider-sc .rslides-content.slider-left .featured-title {
  text-align: left;
}
#slider .rslides-content.slider-right .featured-excerpt,
#slider .rslides-content.slider-right .featured-link,
#slider .rslides-content.slider-right .featured-title,
.thinkupslider-sc .rslides-content.slider-right .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-right .featured-link,
.thinkupslider-sc .rslides-content.slider-right .featured-title {
  text-align: right;
}
#slider .rslides-content.slider-center .featured-excerpt,
#slider .rslides-content.slider-center .featured-link,
#slider .rslides-content.slider-center .featured-title,
.thinkupslider-sc .rslides-content.slider-center .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-center .featured-link,
.thinkupslider-sc .rslides-content.slider-center .featured-title {
  text-align: center;
}
#slider .rslides-content.slider-half .featured-excerpt,
#slider .rslides-content.slider-half .featured-link,
#slider .rslides-content.slider-half .featured-title,
.thinkupslider-sc .rslides-content.slider-half .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-half .featured-link,
.thinkupslider-sc .rslides-content.slider-half .featured-title {
  width: 50%;
}
#slider .rslides-content.slider-middle .featured-excerpt,
#slider .rslides-content.slider-middle .featured-link,
#slider .rslides-content.slider-middle .featured-title,
.thinkupslider-sc .rslides-content.slider-middle .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-middle .featured-link,
.thinkupslider-sc .rslides-content.slider-middle .featured-title {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}
#slider img.slider-parallax,
.thinkupslider-sc img.slider-parallax {
  background-attachment: fixed !important;
}
#slider .rslides-content.style2 .featured-title,
.thinkupslider-sc .rslides-content.style2 .featured-title {
  margin-bottom: 0;
}
#slider .rslides-content.style2 .featured-title span,
.thinkupslider-sc .rslides-content.style2 .featured-title span {
  display: inline-block;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
}
#slider .rslides-content.style2 .featured-excerpt p,
.thinkupslider-sc .rslides-content.style2 .featured-excerpt p {
  margin-bottom: 30px;
}
#slider .rslides-content.style2 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style2 .featured-excerpt span {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 0;
  font-weight: 400;
}
#slider .rslides-content.style2 .featured-link a,
.thinkupslider-sc .rslides-content.style2 .featured-link a {
  background: 1eaaf1;
  border: 1px solid 1eaaf1;
}
#slider .rslides-content.style2 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style2 .featured-link a:hover {
  background: #333;
  border-color: #333;
}
#slider .rslides-content.style3 .featured-title,
.thinkupslider-sc .rslides-content.style3 .featured-title {
  position: relative;
  padding-bottom: 25px;
}
#slider .rslides-content.style3 .featured-title:after,
.thinkupslider-sc .rslides-content.style3 .featured-title:after {
  content: "";
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  width: 90px;
  background: #333;
  background: rgba(255, 255, 255, 0.2);
}
#slider .rslides-content.style3 .featured-title span,
.thinkupslider-sc .rslides-content.style3 .featured-title span {
  font-size: 34px;
  font-weight: 700;
}
#slider .rslides-content.style3 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style3 .featured-excerpt span {
  font-size: 16px;
  font-weight: 300;
}
#slider .rslides-content.style3 .featured-link a,
.thinkupslider-sc .rslides-content.style3 .featured-link a {
  font-size: 14px;
  font-weight: 300;
  padding: 3px 30px;
  background: 0 0;
  border: 1px solid #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
#slider .rslides-content.style3 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style3 .featured-link a:hover {
  background: #333;
  border-color: #333;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 1);
}
#slider .rslides-content.style4 .featured-title,
.thinkupslider-sc .rslides-content.style4 .featured-title {
  margin-bottom: 30px;
}
#slider .rslides-content.style4 .featured-title span,
.thinkupslider-sc .rslides-content.style4 .featured-title span {
  color: #1eaaf1;
  font-size: 36px;
  font-weight: 400;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 20px;
}
#slider .rslides-content.style4 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style4 .featured-excerpt span {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px 20px;
  margin-bottom: 15px;
}
#slider .rslides-content.style4 .featured-excerpt span i,
.thinkupslider-sc .rslides-content.style4 .featured-excerpt span i {
  width: 22px;
  color: #1eaaf1;
  font-size: 90%;
  margin-right: 10px;
}
#slider .rslides-content.style4 .featured-excerpt span p,
.thinkupslider-sc .rslides-content.style4 .featured-excerpt span p {
  margin-bottom: 25px;
}
#slider .rslides-content.style4 .featured-link a,
.thinkupslider-sc .rslides-content.style4 .featured-link a {
  font-size: 13px;
  background: 0 0;
  background: #1eaaf1;
  border: 1px solid #1eaaf1;
  padding: 6px 25px;
}
#slider .rslides-content.style4 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style4 .featured-link a:hover {
  background: #333;
  border-color: #333;
}
#slider .rslides-content.style5 .featured-title,
.thinkupslider-sc .rslides-content.style5 .featured-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#slider .rslides-content.style5 .featured-title:after,
.thinkupslider-sc .rslides-content.style5 .featured-title:after {
  content: "";
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 30px;
  background: #fff;
}
#slider .rslides-content.style5 .featured-title span,
.thinkupslider-sc .rslides-content.style5 .featured-title span {
  font-size: 18px;
  font-weight: 400;
}
#slider .rslides-content.style5 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style5 .featured-excerpt span {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}
#slider .rslides-content.style5 .featured-link a,
.thinkupslider-sc .rslides-content.style5 .featured-link a {
  color: #1eaaf1;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 30px;
  background: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
#slider .rslides-content.style5 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style5 .featured-link a:hover {
  color: #1eaaf1;
  background: #333;
  border-color: #333;
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 1);
}
#slider .rslides-content.style6 .featured-title,
.thinkupslider-sc .rslides-content.style6 .featured-title {
  margin-bottom: 10px;
}
#slider .rslides-content.style6 .featured-title span,
.thinkupslider-sc .rslides-content.style6 .featured-title span {
  font-size: 24px;
  font-weight: 700;
}
#slider .rslides-content.style6 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt span {
  font-size: 16px;
  font-weight: 400;
}
#slider .rslides-content.style6 .featured-excerpt p,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt p {
  margin-bottom: 20px;
}
#slider .rslides-content.style6 .featured-link a,
.thinkupslider-sc .rslides-content.style6 .featured-link a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 20px;
  background: #333;
  background: rgba(255, 255, 255, 0.25);
  border: none;
}
#slider .rslides-content.style6 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style6 .featured-link a:hover {
  background: #1eaaf1;
}
#slider .rslides-content.style7 .featured-title,
.thinkupslider-sc .rslides-content.style7 .featured-title {
  margin-bottom: 10px;
}
#slider .rslides-content.style7 .featured-title span,
.thinkupslider-sc .rslides-content.style7 .featured-title span {
  color: #1eaaf1;
}
#slider .rslides-content.style7 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span {
  color: #1e1e1e;
  font-size: 20px;
  line-height: 30px;
}
#slider .rslides-content.style7 .featured-excerpt span i,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span i {
  color: #fff;
  position: relative;
  top: 5px;
  font-size: 32px;
  text-align: center;
  width: 75px;
  height: 55px;
  line-height: 55px;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider .rslides-content.style7 .featured-excerpt span i:after,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span i:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
#slider .rslides-content.style7 .featured-excerpt span a:hover i,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span a:hover i {
  opacity: 0.9;
}
#slider .rslides-content.style7 .featured-link a,
.thinkupslider-sc .rslides-content.style7 .featured-link a {
  font-size: 13px;
  background: #333;
  border: none;
  padding: 6px 26px;
}
#slider .rslides-content.style7 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style7 .featured-link a:hover {
  background: #1eaaf1;
}
#intro {
  text-align: center;
  padding: 35px 10px;
  background: #232323;
}
#intro #intro-core {
  width: 100%;
}
#intro .page-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 15px;
}
#intro .page-title:after {
  content: "";
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 40px;
  border-bottom: 3px solid #1eaaf1;
}
#intro #breadcrumbs {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-bottom: 5px;
}
#intro #breadcrumbs .delimiter {
  padding: 0 5px;
}
#intro #breadcrumbs a {
  color: #1eaaf1;
}
#intro #breadcrumbs a:hover {
  color: inherit;
}
#intro #breadcrumbs-core {
  display: inline-block;
}
#intro #breadcrumbs-home {
  padding-left: 12px;
}
#intro #breadcrumbs-home:after {
  position: relative;
  top: 1px;
  font-family: FontAwesome;
  font-size: large;
  content: "\f015";
  padding-left: 12px;
}
#notification {
  position: relative;
  z-index: 999999;
  width: 100%;
  background: #364be6;
  border-bottom: 2px solid #fff;
  -webkit-box-shadow: 0 0 6px 0 #999;
  -moz-box-shadow: 0 0 6px 0 #999;
  -ms-box-shadow: 0 0 6px 0 #999;
  -o-box-shadow: 0 0 6px 0 #999;
  box-shadow: 0 0 6px 0 #999;
}
#notification-core {
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
#notification-core .notification-button {
  color: #fff;
  background: #000;
  padding: 3px 10px;
  margin: 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  text-align: center;
  background: #1eaaf1;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.themebutton {
  color: #fff;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #333;
}
.themebutton:focus,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}
.themebutton2 {
  color: #fff;
  text-align: center;
  background: #333;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.themebutton2 {
  color: #fff;
}
.themebutton2:hover {
  background: #1eaaf1;
}
.themebutton2:focus {
  outline: 0;
}
.themebutton3 {
  color: #fff;
  text-align: center;
  background: #1eaaf1;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.themebutton3 {
  color: #fff;
}
.themebutton3:hover {
  background: #bbb;
}
.themebutton3:focus {
  outline: 0;
}
.themebutton4 {
  color: #1eaaf1;
  text-align: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #1eaaf1;
  -webkit-box-shadow: 0 0 0 4px #fff;
  -moz-box-shadow: 0 0 0 4px #fff;
  -ms-box-shadow: 0 0 0 4px #fff;
  -o-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.themebutton4 {
  color: #fff;
}
.themebutton4:hover {
  color: #1eaaf1;
  background: #fff;
}
#section-home {
  padding: 0 10px;
}
#section-home-inner {
  max-width: 1140px;
  margin: 30px auto 0;
}
#section-home .services-builder {
  margin: 0;
}
#introaction,
#outroaction {
  text-align: center;
}
#introaction {
  padding: 40px 10px 30px;
}
#outroaction {
  padding: 30px 10px 40px;
}
#introaction-core,
#outroaction-core {
  background: #fff;
  padding: 30px 15px;
  border-top: 1px solid #1eaaf1;
  border-bottom: 3px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.action-message {
  text-align: center;
}
.action-text {
  margin-bottom: 0;
}
.action-text h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.action-teaser {
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 25px;
}
.action-teaser p {
  margin-bottom: 0;
}
.action-link {
  padding: 0;
}
.action-link a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 20px;
}
#article:after,
#article:before,
#author-bio:after,
#author-bio:before,
#content-core:after,
#content-core:before,
#footer-core:after,
#footer-core:before,
#header-core:after,
#header-core:before,
#intro-core:after,
#intro-core:before,
#introaction-core:after,
#introaction-core:before,
#main-core:after,
#main-core:before,
#nav-above:after,
#nav-above:before,
#nav-below:after,
#nav-below:before,
#outroaction-core:after,
#outroaction-core:before,
#sharepost:after,
#sharepost:before,
#sub-footer:after,
#sub-footer:before,
.attention:after,
.attention:before,
.entry-meta:after,
.entry-meta:before,
.popular-posts:after,
.popular-posts:before,
.recent-comments:after,
.recent-comments:before,
.recent-posts:after,
.recent-posts:before,
.searchform:after,
.searchform:before,
.thinkup_widget_categories a:after,
.thinkup_widget_categories a:before,
ul.pricing-table:after,
ul.pricing-table:before {
  content: "";
  display: table;
}
#article:after,
#author-bio:after,
#content-core:after,
#footer-core:after,
#header-core:after,
#intro-core:after,
#introaction-core:after,
#main-core:after,
#nav-above:after,
#nav-below:after,
#outroaction-core:after,
#sharepost:after,
#sub-footer:after,
.attention:after,
.entry-meta:after,
.popular-posts:after,
.recent-comments:after,
.recent-posts:after,
.searchform:after,
.thinkup_widget_categories a:after,
ul.pricing-table:after {
  clear: both;
}
footer {
  background-color: #013356;
}
#footer {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4 !important;
  padding: 25px 10px 40px;
  padding-bottom: 0;
}
#footer-core input[type="email"],
#footer-core input[type="password"],
#footer-core input[type="text"],
#footer-core select,
#footer-core textarea {
  width: 100%;
  color: #b3b3b3;
  background: #fff;
  border: 1px solid #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#footer-core h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #565656;
}
#footer-core .widget li > a:before,
#footer-core .widget li > a:hover:before,
#footer-core a:hover {
  color: #ddd;
}
#footer-core .widget {
  line-height: 1.4 !important;
}
#sub-footer {
  position: relative;
  padding: 20px 10px;
}
#sub-footer {
  background: #fff;
}
#sub-footer,
#sub-footer a {
  font-size: 12px;
}
#sub-footer,
#sub-footer a:hover {
  color: #333;
}
#sub-footer a {
  color: #1eaaf1;
}
#footer-menu {
  text-align: right;
  margin-bottom: 10px;
}
#footer-menu a {
  color: inherit;
  text-transform: uppercase;
  padding: 0 12px;
}
#footer-menu a:hover {
  color: #1eaaf1;
}
#footer-menu ul {
  margin: 0;
}
#footer-menu li {
  display: inline-block;
}
#footer-menu li:after {
  content: "";
}
#footer-menu li:last-child:after {
  content: none;
}
#sub-footer-widgets {
  max-height: 500px;
  overflow: hidden;
  padding: 25px 0;
  -webkit-transition: max-height 0.5s ease, padding 0.5s ease;
  -moz-transition: max-height 0.5s ease, padding 0.5s ease;
  -ms-transition: max-height 0.5s ease, padding 0.5s ease;
  -o-transition: max-height 0.5s ease, padding 0.5s ease;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
#sub-footer-widgets.collapsed {
  max-height: 0;
  padding: 0;
}
#sub-footer-widgets h3 {
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}
#sub-footer-widgets p {
  color: #717171;
}
#sub-footer-close {
  position: relative;
  text-align: center;
}
#sub-footer-close-core {
  position: absolute;
  background: #1e1e1e;
  border: 1px solid #444;
  top: -60px;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#sub-footer-close-core:hover {
  cursor: pointer;
  background: #333;
}
#sub-footer-close-core:before {
  font-family: FontAwesome;
  content: "\f107";
  color: #fff;
  display: block;
  line-height: 40px;
  font-size: large;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sub-footer-close-core.collapsed:before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#sub-footer-core {
  display: table;
  width: 100%;
}
#post-footer-social,
#sub-footer-core #footer-menu,
#sub-footer-core .copyright {
  display: table-cell;
  vertical-align: middle;
}
#post-footer-social ul {
  margin: 0;
  display: table;
  float: right;
}
#post-footer-social li {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
#post-footer-social li a {
  font-size: 11px;
  display: table;
  text-align: center;
  color: #b3b3b3;
  background: #292929;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
#post-footer-social li a:hover {
  color: #fff;
  background: #1e1e1e;
}
#post-footer-social li i {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
#post-footer-social .tooltip-inner {
  padding: 6px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#post-footer-social .tooltip-arrow,
#post-footer-social .tooltip-inner {
  margin-bottom: 5px;
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  -webkit-transition: all 0 ease;
  -moz-transition: all 0 ease;
  -ms-transition: all 0 ease;
  -o-transition: all 0 ease;
  transition: all 0 ease;
}
#scrollUp:after {
  content: "\f106";
  font-family: FontAwesome;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 30px;
  color: #fff;
  background: #1d1d1f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scrollUp:hover:after {
  background: #1eaaf1;
}
#sidebar .widget {
  background: #fff;
  border-top: 1px solid #1eaaf1;
  padding: 20px;
  margin-bottom: 40px;
}
#sidebar h3.widget-title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
}
#sidebar .rev_slider_wrapper {
  padding: 3px;
  border: 1px solid #ddd;
}
#sidebar input[type="email"],
#sidebar input[type="password"],
#sidebar input[type="search"],
#sidebar input[type="text"],
#sidebar select,
#sidebar textarea {
  background: #f3f3f3;
  border: 1px solid #e2e2e2;
}
#sidebar input[type="email"]:focus,
#sidebar input[type="password"]:focus,
#sidebar input[type="search"]:focus,
#sidebar input[type="text"]:focus,
#sidebar select:focus,
#sidebar textarea {
  background: #fff;
}
.layout-sidebar-left #main {
  float: right;
  width: 73%;
  display: block;
}
.layout-sidebar-left #main-core {
  margin-left: 30px;
}
.layout-sidebar-left #sidebar {
  display: block;
  float: right;
  width: 27%;
}
.layout-sidebar-left #sidebar-core {
  margin-right: 10px;
}
.layout-sidebar-right #main {
  float: left;
  width: 73%;
  display: block;
}
.layout-sidebar-right #main-core {
  margin-right: 30px;
}
.layout-sidebar-right #sidebar {
  display: block;
  float: left;
  width: 27%;
}
.layout-sidebar-right #sidebar-core {
  margin-left: 10px;
}
.widget {
  line-height: 1.8;
}
.widget select {
  max-width: 100%;
}
.widget a {
  color: inherit;
}
#footer .widget {
  margin-bottom: 35px;
}
#footer .widget-area .widget:last-child {
  margin-bottom: 0;
}
#footer .popular-posts a,
#footer .recent-comments a,
#footer .recent-posts a,
#footer .thinkup_widget_categories a,
#footer .thinkup_widget_tagscloud a {
  font-weight: 400;
}
#footer .popular-posts a.comment,
#footer .recent-comments a.date,
#footer .recent-posts a.date {
  opacity: 1;
  color: #fff;
}
#footer .popular-posts a:hover,
#footer .recent-comments a:hover,
#footer .recent-posts a:hover,
#footer .thinkup_widget_categories a:hover {
  color: #fff;
}
.widget ul {
  margin: 0;
}
.widget li {
  list-style: none;
}
.widget li a {
  padding: 4px 0;
  display: inline-block;
}
.widget li a:hover,
.widget li > a:hover:before {
  color: #1eaaf1;
}
.widget ul.children,
.widget ul.sub-menu {
  border-left: none;
  border-right: none;
  border-bottom: none !important;
}
.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child {
  border-bottom: none;
}
.widget ul.children li a,
.widget ul.sub-menu li a {
  padding-left: 20px;
}
.widget ul.children ul.children li a,
.widget ul.sub-menu ul.sub-menu li a {
  padding-left: 40px;
}
.widget select {
  width: 100%;
  margin-top: 10px;
}
#footer .widget ul {
  border: none;
}
#footer .widget li {
  border: none;
  line-height: 1.4;
  padding: 0 0;
}
#footer .widget li a {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
#footer .widget ul.children li a,
#footer .widget ul.sub-menu li a {
  padding-left: 15px;
}
#footer .widget ul.children ul.children li a,
#footer .widget ul.sub-menu ul.sub-menu li a {
  padding-left: 30px;
}
.widget.widget_recent_comments li > a:before {
  content: "";
  margin-right: 0;
}
.widget_calendar #calendar_wrap {
  border: 1px solid #ddd;
  padding: 10px;
}
.widget_calendar #wp-calendar {
  margin: 0;
}
#footer .widget_calendar #calendar_wrap {
  border-color: #353433;
  overflow: hidden;
}
#sidebar .widget_rss li {
  padding: 10px 0;
}
.widget_rss li a {
  display: inline-block;
  color: #1eaaf1;
}
.widget_rss li a:hover {
  color: inherit;
}
.widget li a.rsswidget {
  padding: 0;
}
.widget li .rss-date,
.widget li .rssSummary,
.widget li .rsswidget {
  padding: 5px 0;
}
.widget_tag_cloud a {
  font-size: 13px !important;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.widget_tag_cloud a:hover {
  color: #1eaaf1;
}
#sidebar .widget_tag_cloud a {
  padding: 1px 8px 1px 0;
  margin: 0 5px 6px 0;
}
#footer .widget_tag_cloud a {
  font-size: 13px !important;
  text-align: center;
  padding: 1px 10px 1px 0;
  margin: 0 3px 4px 0;
}
.widget_search .searchsubmit {
  display: none;
}
.widget_search .search {
  float: left;
  font-size: 11px;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#footer .widget_search form {
  border: none;
  padding: 0;
}
#footer .widget_search .search {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#sidebar .widget_archive,
#sidebar .widget_categories,
#sidebar .widget_search,
#sidebar .widget_tag_cloud {
  border-bottom: none;
}
.thinkup_widget_categories {
  list-style: none;
}
.thinkup_widget_categories ul {
  list-style: none;
  margin: 0;
}
.thinkup_widget_categories li i {
  width: 10%;
}
.thinkup_widget_categories li a {
  display: block !important;
  padding: 0 !important;
}
.thinkup_widget_categories li a:hover {
  color: #1eaaf1;
}
.thinkup_widget_categories li span {
  display: inline-block;
}
.thinkup_widget_categories select {
  width: 95%;
  margin-top: 10px;
}
.thinkup_widget_categories li span.cat-count {
  font-size: 80%;
  float: right;
  text-align: center;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #ddd;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.thinkup_widget_categories li a:hover span.cat-count {
  color: #fff;
  border-color: #1eaaf1;
}
#sidebar .thinkup_widget_categories select {
  width: 100%;
}
#sidebar .thinkup_widget_categories .widget-main {
  padding-top: 5px;
}
#sidebar .thinkup_widget_categories li {
  padding: 6px 0;
}
#footer .thinkup_widget_categories li span.cat-count {
  color: #b3b3b3;
  background: #333;
  border: 1px solid #444;
}
.thinkup_widget_childmenu {
  padding: 0 !important;
}
.thinkup_widget_childmenu ul {
  overflow: hidden;
  border-width: 1px 1px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.thinkup_widget_childmenu ul {
  border: 1px solid #ddd;
}
.thinkup_widget_childmenu li {
  border-bottom: 1px solid #ddd;
}
.thinkup_widget_childmenu li:last-child {
  border-bottom: none;
}
.thinkup_widget_childmenu li a {
  display: block;
  padding: 10px 20px;
}
.thinkup_widget_childmenu li > a:before {
  font-family: FontAwesome;
  content: "\f105";
  float: right;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thinkup_widget_childmenu li a.active,
.thinkup_widget_childmenu li a:hover,
.thinkup_widget_childmenu li > a.active:before,
.thinkup_widget_childmenu li > a:hover:before {
  color: #fff;
}
.thinkup_widget_childmenu li a.active,
.thinkup_widget_childmenu li a:hover {
  background: #1eaaf1;
}
.wpcf7-form p {
  margin-bottom: 15px;
}
.wpcf7-form input {
  width: 100%;
  padding: 8px 15px;
}
.wpcf7-form input[type="submit"] {
  width: inherit;
  padding: 8px 30px;
}
.wpcf7-form textarea {
  height: 130px;
  min-height: 68px;
}
.wpcf7-form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  width: 100%;
  left: 0;
  top: -6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .wpcf7-form input,
#footer .wpcf7-form textarea {
  color: #969696;
  border: 1px solid #444;
  background: #2d2d2d;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#footer .wpcf7-form input[type="submit"] {
  text-transform: capitalize;
  border: 1px solid #111;
  background: #1a1a1a;
}
.wpcf7-form::-webkit-input-placeholder {
  font-size: 12px;
  color: #7a7a7a;
  opacity: 0.6;
}
.wpcf7-form:-moz-placeholder {
  font-size: 12px;
  color: #7a7a7a;
  opacity: 0.6;
}
.wpcf7-form::-moz-placeholder {
  font-size: 12px;
  color: #7a7a7a;
  opacity: 0.6;
}
.wpcf7-form:-ms-input-placeholder {
  font-size: 12px;
  color: #7a7a7a;
  opacity: 0.6;
}
.thinkup_widget_flickr a,
.thinkup_widget_flickr img {
  display: block;
}
.thinkup_widget_flickr img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.thinkup_widget_flickr img:hover {
  opacity: 0.8;
}
.thinkup_widget_flickr .flickr {
  float: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.thinkup_widget_flickr .flickr-photo {
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
#footer .thinkup_widget_flickr img {
  border: none;
}
#footer-core .thinkup_widget_logotext h3 {
  padding: 0;
  border: none;
  margin-bottom: 35px;
}
.popular-posts .image,
.recent-comments .image,
.recent-posts .image {
  margin-bottom: 0;
  position: relative;
  float: left;
}
.popular-posts .main,
.recent-comments .main,
.recent-posts .main {
  position: relative;
  margin-left: 95px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.popular-posts,
.recent-comments,
.recent-posts {
  clear: both;
}
.popular-posts a,
.popular-posts img,
.recent-comments a,
.recent-comments img,
.recent-posts a,
.recent-posts img {
  display: block;
}
.popular-posts a.title,
.recent-comments a.title,
.recent-posts a.title {
  color: #333;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 7px;
}
.popular-posts .excerpt {
  color: inherit !important;
}
.popular-posts img,
.recent-comments img,
.recent-posts img {
  max-width: 75px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popular-posts img:hover,
.recent-comments img:hover,
.recent-posts img:hover {
  opacity: 0.8;
}
.popular-posts .comment,
.recent-comments .date,
.recent-posts .date {
  font-size: smaller;
  opacity: 0.9;
}
.popular-posts,
.recent-comments,
.recent-posts {
  padding-bottom: 20px;
}
#sidebar .popular-posts a .image-overlay,
#sidebar .recent-comments a .image-overlay,
#sidebar .recent-posts a .image-overlay {
  display: none;
}
#footer .popular-posts,
#footer .recent-comments,
#footer .recent-posts {
  border: none;
  padding: 0 0 15px;
}
#footer .popular-posts:last-child,
#footer .recent-comments:last-child,
#footer .recent-posts:last-child {
  border-bottom: none;
}
#footer .popular-posts img,
#footer .recent-comments img,
#footer .recent-posts img {
  max-width: 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .popular-posts:hover img,
#footer .recent-comments:hover img,
#footer .recent-posts:hover img {
  border-color: #1eaaf1;
}
.thinkup_widget_recentcomments .quote {
  padding-left: 15px;
}
.thinkup_widget_recentcomments .quote:before {
  font-family: "Times New Roman", Georgia, Times, serif;
  content: "\201C";
  margin: -8px -15px;
  position: absolute;
}
.thinkup_widget_recentcomments .quote:before {
  color: #1eaaf1;
  font-size: 150%;
  font-weight: 700;
  display: inline;
}
.thinkup_widget_search .searchsubmit {
  display: none;
}
.thinkup_widget_search .search {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#footer .thinkup_widget_search .search {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#sidebar .thinkup_widget_search::-webkit-input-placeholder {
  color: #ccc;
}
#sidebar .thinkup_widget_search:-moz-placeholder {
  color: #ccc;
}
#sidebar .thinkup_widget_search::-moz-placeholder {
  color: #ccc;
}
#sidebar .thinkup_widget_search:-ms-input-placeholder {
  color: #ccc;
}
#footer .thinkup_widget_search::-webkit-input-placeholder {
  color: #777;
}
#footer .thinkup_widget_search:-moz-placeholder {
  color: #777;
}
#footer .thinkup_widget_search::-moz-placeholder {
  color: #777;
}
#footer .thinkup_widget_search:-ms-input-placeholder {
  color: #777;
}
.thinkup_widget_tabs .nav-tabs {
  margin: 0 0 20px;
  border: none;
  overflow: hidden;
}
.thinkup_widget_tabs .nav-tabs > li {
  margin-bottom: 0;
  border-bottom: 0;
}
.thinkup_widget_tabs li {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.thinkup_widget_tabs li a:before {
  content: "";
  margin: 0;
}
.thinkup_widget_tabs li a,
.thinkup_widget_tabs li a:hover,
.thinkup_widget_tabs li.active a,
.thinkup_widget_tabs li.active:hover a {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: 0 0;
}
.thinkup_widget_tabs h3.widget-title {
  line-height: 40px;
  text-align: center;
}
.thinkup_widget_tabs h3.widget-title,
.thinkup_widget_tabs li.active > a {
  height: 40px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.thinkup_widget_tabs .popular-posts:last-child,
.thinkup_widget_tabs .recent-comments:last-child,
.thinkup_widget_tabs .recent-posts:last-child {
  border-bottom: none;
}
#sidebar .thinkup_widget_tabs li.active > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#sidebar .thinkup_widget_tabs h3.widget-title {
  line-height: 40px;
  display: block;
  font-size: 16px;
  background: #eee;
  margin: 0;
  padding: 0;
  border: none !important;
}
#sidebar .thinkup_widget_tabs li.active h3.widget-title {
  color: #fff;
  background: #1eaaf1;
}
#footer .thinkup_widget_tabs .nav-tabs {
  margin-bottom: 35px;
}
#footer .thinkup_widget_tabs h3.widget-title {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-width: 0;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
}
#footer .thinkup_widget_tabs .nav .active h3.widget-title {
  color: #b3b3b3;
  background: #333;
  border: 1px solid #444;
}
.thinkup_widget_tagscloud a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#sidebar .thinkup_widget_tagscloud a {
  color: #fff;
  font-size: 13px !important;
  line-height: 1;
  background: #1eaaf1;
  padding: 6px 10px;
  margin: 0 5px 3px 0;
  display: inline-block;
}
#sidebar .thinkup_widget_tagscloud a:hover {
  color: #fff;
  background: #333;
}
#footer .thinkup_widget_tagscloud a {
  color: #b3b3b3;
  background: #333;
  border: 1px solid #444;
  padding: 2px 10px;
  margin: 0 5px 5px 0;
}
#footer .thinkup_widget_tagscloud a:hover {
  color: #fff;
  background: #1eaaf1;
  border-color: #1eaaf1;
}
.thinkup_widget_twitterfeed ul {
  list-style: none;
  margin: 0;
}
.thinkup_widget_twitterfeed ul:last-child {
  border-bottom: none;
}
.thinkup_widget_twitterfeed .tweet-content {
  padding: 10px 10px 0 45px;
}
.thinkup_widget_twitterfeed .tweet-content p {
  margin-bottom: 10px;
}
.thinkup_widget_twitterfeed .tweet-content a {
  display: inline;
  padding: 0;
}
#sidebar .thinkup_widget_twitterfeed a {
  color: #1eaaf1;
}
#sidebar .thinkup_widget_twitterfeed a:hover {
  color: inherit;
}
#sidebar .thinkup_widget_twitterfeed .tweet-content {
  background: url(../index_1.html) 2px 5px no-repeat;
  background-size: 40px;
}
#footer .thinkup_widget_twitterfeed .tweet-content {
  border: none;
  padding: 0 0 0 35px;
}
#footer .thinkup_widget_twitterfeed .tweet-content {
  background: url(../index_1.html) -8px -5px no-repeat;
  background-size: 40px;
}
#footer .thinkup_widget_twitterfeed small {
  display: block;
  color: #ddd;
  opacity: 0.9;
}
#sub-footer .thinkup_widget_twitterfeed {
  padding-right: 15px;
}
#sub-footer .thinkup_widget_twitterfeed .tweet-content {
  border: none;
  padding: 0 55px 0 0;
}
#sub-footer .thinkup_widget_twitterfeed .tweet-content {
  background: url(../index_1.html) right -5px no-repeat;
  background-size: 40px;
}
#sub-footer .thinkup_widget_twitterfeed ul {
  border: none;
}
#sub-footer .thinkup_widget_twitterfeed small {
  color: #7c7c7c;
  display: block;
}
.entry-meta {
  font-size: 13px;
}
.entry-meta > span {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.blog-thumb {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.blog-thumb iframe,
.blog-thumb img,
.blog-thumb > a {
  display: block;
}
.blog-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-thumb img:hover {
  opacity: 0.8;
}
.blog-icon i {
  color: #fff;
  line-height: 48px;
  width: 48px;
  height: 48px;
  float: left;
  display: inline-block;
  background: #b7c6c9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.blog-icon i:hover {
  background: #1eaaf1;
}
.blog-article .more-link a {
  padding: 7px 15px;
  display: inline-block;
}
.blog-thumb .image-overlay {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #1eaaf1;
  background: rgba(30, 170, 241, 0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-thumb:hover .image-overlay {
  opacity: 0.9;
}
.blog-thumb .image-overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.blog-thumb .image-overlay .prettyphoto-wrap {
  display: table-cell;
  vertical-align: middle;
}
.blog-thumb .image-overlay-inner a {
  display: inline-block;
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  line-height: 35px;
  width: 35px;
  height: 35px;
  margin: 5px;
  border: 1px solid #fff;
}
.blog-thumb .image-overlay-inner a.hover-zoom {
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  -o-transform: translateX(-35px);
  transform: translateX(-35px);
}
.blog-thumb .image-overlay-inner a.hover-link {
  -webkit-transform: translateX(35px);
  -moz-transform: translateX(35px);
  -ms-transform: translateX(35px);
  -o-transform: translateX(35px);
  transform: translateX(35px);
}
.blog-thumb .image-overlay-inner a:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 1);
}
.blog-thumb:hover .image-overlay-inner a {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.blog-thumb .image-overlay-inner i {
  font-size: 18px;
  line-height: 35px;
  font-style: normal;
}
.blog-thumb .image-overlay.style2 a.hover-link,
.blog-thumb .image-overlay.style2 a.hover-zoom {
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
}
.blog-thumb:hover .image-overlay.style2 a {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.blog-article {
  position: relative;
  background: #fff;
  border-bottom: 3px solid #e2e2e2;
  margin-bottom: 35px;
}
.blog-article.sticky {
  background: #fafafa;
}
.blog-grid.column-1 {
  width: 100%;
  padding: 0;
}
.blog-article .entry-meta {
  line-height: 1.8 !important;
  margin-bottom: 10px;
}
.blog-article .entry-content {
  position: relative;
  z-index: 2;
  padding: 15px 20px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-article .entry-header {
  position: relative;
}
.blog-article .blog-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-article .blog-thumb {
  display: inline-block;
}
.blog-article .blog-thumb.gallery {
  display: block;
}
.blog-article .blog-thumb.gallery .rslides-container {
  padding: 0;
}
.blog-article .blog-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-article .blog-title a {
  color: inherit;
}
.blog-article .blog-title a:hover {
  color: #1eaaf1;
}
.blog-article .entry-footer {
  padding: 20px 20px 15px;
}
.blog-article .entry-meta > span {
  margin-right: 15px;
}
.blog-article .entry-meta > span:after {
  content: "|";
  margin-left: 10px;
}
.blog-article .entry-meta > span.comment:after {
  content: "";
  margin-left: 0;
}
.blog-article .entry-meta a,
.blog-article .entry-meta span:before {
  color: inherit;
  opacity: 0.9;
}
.blog-article .entry-meta a:hover {
  color: #1eaaf1;
}
.blog-article .entry-meta > span.author:before,
.blog-article .entry-meta > span.category:before,
.blog-article .entry-meta > span.comment:before,
.blog-article .entry-meta > span.date:before,
.blog-article .entry-meta > span.sticky:before,
.blog-article .entry-meta > span.tags:before {
  font-family: FontAwesome;
  padding: 0 6px 0 1px;
}
.blog-article .entry-meta > span.sticky:before {
  content: "\f08d";
}
.blog-article .entry-meta > span.date:before {
  content: "\f017";
}
.blog-article .entry-meta > span.author:before {
  content: "\f040";
}
.blog-article .entry-meta > span.comment:before {
  content: "\f075";
}
.blog-article .entry-meta > span.category:before {
  content: "\f07b";
}
.blog-article .entry-meta > span.tags:before {
  content: "\f02b";
}
.blog-style1 .blog-article .blog-title,
.blog-style1 .blog-article .entry-meta > span.comment {
  color: #fff;
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.blog-style1 .blog-article .blog-title {
  left: 0;
  width: 100%;
  background: #777;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -400px 0 0 0 #777;
  -moz-box-shadow: -400px 0 0 0 #777;
  -ms-box-shadow: -400px 0 0 0 #777;
  -o-box-shadow: -400px 0 0 0 #777;
  box-shadow: -400px 0 0 0 #777;
  -webkit-box-shadow: -400px 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -400px 0 0 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: -400px 0 0 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: -400px 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: -400px 0 0 0 rgba(0, 0, 0, 0.5);
}
.blog-style1 .blog-article .entry-meta > span.comment {
  right: 20px;
}
.blog-style1 .blog-article .entry-meta span.comment:before {
  opacity: 1;
}
.blog-style1-layout1 .blog-article .entry-content,
.blog-style1-layout1 .blog-article .entry-header {
  margin-bottom: 0;
}
.blog-style1-layout1 .blog-article .entry-header {
  z-index: 10;
}
.blog-style1-layout1 .blog-article .entry-content {
  padding: 70px 20px 0 0;
}
.blog-style1-layout2 .blog-article .blog-title,
.blog-style1-layout2 .blog-article .entry-meta > span.comment {
  top: 0;
}
.blog-style1-layout1 .blog-article .blog-title {
  padding: 0;
}
.blog-style1-layout1 .blog-article .blog-thumb {
  display: block;
}
.blog-style1-layout1 .blog-article.format-nomedia .blog-title {
  left: 20px;
}
.blog-style1-layout1 .blog-article.format-nomedia .entry-content {
  padding-left: 20px;
}
.blog-style1-layout2 .blog-article .blog-title,
.blog-style1-layout2 .blog-article .entry-meta > span.comment {
  top: -57px;
  height: 50px;
}
.blog-style1-layout2 .blog-article .blog-title {
  padding: 0 20px;
}
.blog-style1-layout2 .blog-article.format-gallery .blog-title {
  top: -50px;
}
.blog-style1-layout2 .blog-article.format-gallery .rslides_tabs {
  bottom: 50px;
}
.blog-style1-layout2 .blog-article.format-nomedia .blog-title {
  top: 0;
}
.blog-style1-layout2 .blog-article.format-nomedia .entry-content {
  padding-top: 70px;
}
.blog-style2 .blog-grid.column-2 {
  width: 50%;
  padding: 0 10px;
}
.blog-style2 .blog-grid.column-3 {
  width: 33%;
  padding: 0 10px;
}
.blog-style2 .blog-grid.column-4 {
  width: 25%;
  padding: 0 10px;
}
.blog-style2 .blog-article {
  margin-bottom: 20px;
  padding: 0;
  background: 0 0;
  border-bottom: 0;
}
.blog-style2 .blog-article .blog-title {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
}
.blog-style2 .blog-article .entry-content {
  margin: -56px 15px 0 15px;
  background: #fff;
  border-bottom: 3px solid #e2e2e2;
}
.blog-style2 .blog-article.format-gallery .entry-content {
  margin-top: -50px;
}
.blog-style2 .blog-article.format-gallery .rslides_tabs {
  bottom: 50px;
}
.blog-style2 .blog-article.format-nomedia .entry-content {
  margin: 0;
}
.post-thumb {
  margin-bottom: 15px;
}
.single article.post {
  margin-bottom: 35px;
  padding: 0 !important;
}
.single article.post.format-nomedia {
  padding-top: 20px !important;
}
.single .entry-content,
.single .entry-header {
  margin: 0 20px;
}
.single .entry-content {
  margin-bottom: 30px;
}
.single .post-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single .entry-meta,
.single .entry-meta a,
.single .entry-meta span:before {
  color: inherit;
  opacity: 0.9;
}
.single .entry-meta {
  margin-bottom: 10px;
}
.single .entry-meta a:hover {
  color: #1eaaf1;
}
.single .entry-meta > span {
  margin-right: 15px;
}
.single .entry-meta > span.date a {
  cursor: default;
  pointer-events: none;
}
.single .entry-meta > span.author:before,
.single .entry-meta > span.category:before,
.single .entry-meta > span.comment:before,
.single .entry-meta > span.date:before,
.single .entry-meta > span.tags:before {
  font-family: FontAwesome;
  padding: 0 6px 0 1px;
}
.single .entry-meta > span.date:before {
  content: "\f017";
}
.single .entry-meta > span.author:before {
  content: "\f040";
}
.single .entry-meta > span.comment:before {
  content: "\f075";
}
.single .entry-meta > span.category:before {
  content: "\f07b";
}
.single .entry-meta > span.tags:before {
  content: "\f02b";
}
.single .format-image .post-thumb img {
  display: block;
}
.single .format-gallery .post-thumb .rslides-sc .rslides-container {
  padding: 0;
}
.single .format-gallery .post-thumb .slides.rslides li {
  z-index: 0 !important;
}
.single .format-video .post-thumb iframe {
  display: block;
}
.page-links {
  margin-bottom: 25px;
}
#sharepost {
  display: table;
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #e2e2e2;
  margin-bottom: 35px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#shareicons,
#sharemessage {
  display: table-cell;
  vertical-align: middle;
}
#sharemessage p {
  margin: 0 15px 0 0;
}
#shareicons {
  text-align: right;
}
#shareicons a,
#shareicons i {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#shareicons a {
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0;
  color: #aaa;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
#shareicons i {
  display: block;
  font-size: 15px;
}
#shareicons a.facebook:hover {
  color: #3b5997;
}
#shareicons a.twitter:hover {
  color: #a5dee8;
}
#shareicons a.google-plus:hover {
  color: #db4a39;
}
#shareicons a.instagram:hover {
  color: #ac8263;
}
#shareicons a.tumblr:hover {
  color: #395672;
}
#shareicons a.linkedin:hover {
  color: #56a1c4;
}
#shareicons a.flickr:hover {
  color: #c5c5c5;
}
#shareicons a.pinterest:hover {
  color: #c92228;
}
#shareicons a.xing:hover {
  color: #126567;
}
#shareicons a.paypal:hover {
  color: #1e477a;
}
#shareicons a.youtube:hover {
  color: #de1f26;
}
#shareicons a.vimeo-square:hover {
  color: #4ebbff;
}
#shareicons a.rss:hover {
  color: #fea81d;
}
#shareicons .tooltip-inner {
  text-shadow: none;
  padding: 4px 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#author-header h3 {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#author-bio {
  padding: 20px;
  margin-bottom: 35px;
  background: #fff;
  border-bottom: 3px solid #e2e2e2;
}
#author-image {
  float: left;
}
#author-content {
  margin-left: 180px;
}
#author-title a {
  display: inline-block;
  color: #1e1e1e;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
#author-title a:hover {
  color: #1eaaf1;
}
#author-bio img {
  display: block;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#author-title p:last-child {
  margin-bottom: 15px;
  line-height: 1;
}
#author-text p:last-child {
  margin: 0;
}
#comments .comment-form-author label,
#comments .comment-form-comment label,
#comments .comment-form-email label,
#comments .comment-form-url label,
#comments .comment-notes {
  display: none;
}
#comment-nav-above,
#comment-nav-below {
  margin-bottom: 50px;
}
#comments input::-webkit-input-placeholder {
  color: #c3c3c3;
}
#comments input:-moz-placeholder {
  color: #c3c3c3;
}
#comments input::-moz-placeholder {
  color: #c3c3c3;
}
#comments input:-ms-input-placeholder {
  color: #c3c3c3;
}
#comments textarea::-webkit-input-placeholder {
  color: #c3c3c3;
}
#comments textarea:-moz-placeholder {
  color: #c3c3c3;
}
#comments textarea::-moz-placeholder {
  color: #c3c3c3;
}
#comments textarea:-ms-input-placeholder {
  color: #c3c3c3;
}
#comments-title {
  background: #fff;
  padding: 20px 20px 0;
}
#comments-title h3,
#reply-title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
#comments-title h3 {
  border-bottom: 1px solid #f3f3f3;
  margin: 0;
  padding-bottom: 15px;
}
#reply-title {
  margin-bottom: 20px;
}
#reply-title #cancel-comment-reply-link {
  font-size: 12px;
  padding: 5px 10px;
  margin-left: 20px;
}
.commentlist article {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.commentlist article footer,
.commentlist article header {
  margin: 0 0 0 100px;
}
.commentlist article header {
  position: relative;
  line-height: 1;
}
.commentlist article header .comment-author,
.commentlist article header .comment-meta,
.commentlist article header .reply {
  display: inline-block;
}
.commentlist article header .comment-meta {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 90%;
}
.commentlist article header .reply {
  padding-left: 15px;
}
.commentlist article header .reply a:before {
  font-family: FontAwesome;
  content: "\f112";
  padding-right: 5px;
}
.comment-respond,
.commentlist {
  margin: 0 0 40px 0;
}
.commentlist {
  background: #fff;
  padding: 20px 20px 5px;
  border-bottom: 3px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children {
  margin: 0 0 0 100px;
}
.commentlist .comment,
.commentlist .pingback {
  list-style: none;
  margin-bottom: 40px;
}
.commentlist .avatar {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.commentlist .comment-respond {
  background: 0 0;
  border: none;
  padding: 0;
}
.comment-author h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 5px;
  clear: none;
}
.comment-author a {
  color: inherit;
}
.comment-meta a {
  color: #ccc;
}
.comment-meta time:before {
  font-family: FontAwesome;
  padding: 0 4px 0 1px;
  content: "\f017";
}
.comment-author a:hover,
.comment-meta a:hover {
  color: #1eaaf1;
}
.comment-content {
  margin-top: 10px;
}
.comment-content p:last-child {
  margin: 0;
}
.comment .reply,
.comment-meta {
  margin-left: 0;
}
.comment-respond {
  background: #fff;
  padding: 20px;
  border-bottom: 3px solid #e2e2e2;
}
.comment-respond .form-submit {
  margin: 0;
}
li.pingback {
  font-weight: 700;
}
li.pingback a {
  font-weight: 400;
}
#commentform input[type="email"],
#commentform input[type="password"],
#commentform input[type="search"],
#commentform input[type="text"],
#commentform textarea {
  background: #f3f3f3;
  border: 1px solid #e2e2e2;
}
#commentform input[type="email"]:focus,
#commentform input[type="password"]:focus,
#commentform input[type="search"]:focus,
#commentform input[type="text"]:focus,
#commentform textarea:focus {
  background: #fff;
}
#commentform input[type="text"] {
  width: 100%;
  max-width: 370px;
}
#commentform input[type="submit"] {
  font-weight: 700;
}
#commentform #comment {
  height: 180px;
}
#commentform .form-allowed-tags {
  font-size: 11px;
}
.required {
  color: #800;
}
.page-template-template-contact iframe {
  width: 100% !important;
  max-height: 350px !important;
}
.page-template-template-contact-php #main .google-map-placeholder {
  width: 100% !important;
}
.page-template-template-contact-php #main h4 {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.page-template-template-contact-php #main h5 {
  font-weight: 600;
}
.page-template-template-contact-php #main .contact-details h5 {
  width: 80px;
}
.page-template-template-contact-php #main .wpcf7-form input,
.page-template-template-contact-php #main .wpcf7-form textarea {
  background: #f3f3f3;
  border: 1px solid #e2e2e2;
}
.page-template-template-contact-php #main .wpcf7-form input:focus,
.page-template-template-contact-php #main .wpcf7-form textarea:focus {
  background: #fff;
}
.page-template-template-contact-php #main .wpcf7-form input[type="submit"] {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  height: 40px;
  border: none;
  background: #1eaaf1;
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-template-contact-php #main .contact-form,
.page-template-template-contact-php #main .contact-info,
.page-template-template-contact-php #main .contact-map {
  padding: 20px;
  background: #fff;
  border-bottom: 3px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.page-template-template-contact-php #main .contact-details {
  font-weight: 300;
}
.page-template-template-contact-php #main .contact-details h4,
.page-template-template-contact-php #main .contact-details h5,
.page-template-template-contact-php #main .contact-details i,
.page-template-template-contact-php #main .contact-details span {
  display: inline-block;
}
.page-template-template-contact-php #main .contact-details h5,
.page-template-template-contact-php #main .contact-details span {
  vertical-align: top;
  margin-bottom: 5px;
}
.page-template-template-contact-php #main .contact-details i {
  color: inherit;
  font-size: 14px;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 25px;
  margin: 0 12px 5px 0;
  background: #efeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.page-template-template-contact-php #content {
  padding: 0;
}
.page-template-template-contact-php #content-core {
  margin: 0;
  max-width: 100%;
}
.page-template-template-contact-php .panel-grid {
  padding: 30px 10px 0;
}
.page-template-template-contact-php .panel-grid-core {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
.page-template-template-contact-php #body-core #main-core > article {
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0;
}
.page-template-template-archive-php h3.page-title {
  margin-top: 0;
}
.page-template-template-archive-php #main-core a {
  color: inherit;
}
.page-template-template-archive-php #main-core a:hover {
  color: #1eaaf1;
}
.page-template-template-archive-php ul.archive-authors,
.page-template-template-archive-php ul.archive-categories,
.page-template-template-archive-php ul.archive-monthly,
.page-template-template-archive-php ul.archive-pages,
.page-template-template-archive-php ul.archive-recent {
  margin-left: 2px;
  list-style: none;
}
.page-template-template-archive-php ul.archive-authors li,
.page-template-template-archive-php ul.archive-categories li,
.page-template-template-archive-php ul.archive-monthly li,
.page-template-template-archive-php ul.archive-pages li,
.page-template-template-archive-php ul.archive-recent li {
  padding-bottom: 4px;
}
.page-template-template-archive-php ul.archive-authors .children li,
.page-template-template-archive-php ul.archive-categories .children li,
.page-template-template-archive-php ul.archive-monthly .children li,
.page-template-template-archive-php ul.archive-pages .children li,
.page-template-template-archive-php ul.archive-recent .children li {
  padding-left: 25px;
}
.page-template-template-archive-php ul.archive-authors li:before,
.page-template-template-archive-php ul.archive-categories li:before,
.page-template-template-archive-php ul.archive-monthly li:before,
.page-template-template-archive-php ul.archive-pages li:before,
.page-template-template-archive-php ul.archive-recent li:before {
  color: #aaa;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1.3333333333333333em;
  padding-right: 10px;
}
.page-template-template-archive-php ul.archive-authors ul.children,
.page-template-template-archive-php ul.archive-categories ul.children,
.page-template-template-archive-php ul.archive-monthly ul.children,
.page-template-template-archive-php ul.archive-pages ul.children,
.page-template-template-archive-php ul.archive-recent ul.children {
  margin: 10px 0 10px -2px;
  list-style: none;
}
.page-template-template-sitemap-php h3.page-title {
  margin-top: 0;
}
.page-template-template-sitemap-php #main-core a {
  color: inherit;
}
.page-template-template-sitemap-php #main-core a:hover {
  color: #1eaaf1;
}
.page-template-template-sitemap-php ul.sitemap-archives,
.page-template-template-sitemap-php ul.sitemap-authors,
.page-template-template-sitemap-php ul.sitemap-pages,
.page-template-template-sitemap-php ul.sitemap-posts,
.page-template-template-sitemap-php ul.sitemap-posts ul {
  margin-left: 2px;
  list-style: none;
}
.page-template-template-sitemap-php ul.sitemap-archives li,
.page-template-template-sitemap-php ul.sitemap-authors li,
.page-template-template-sitemap-php ul.sitemap-pages li,
.page-template-template-sitemap-php ul.sitemap-posts li,
.page-template-template-sitemap-php ul.sitemap-posts ul li {
  padding-bottom: 4px;
}
.page-template-template-sitemap-php ul.sitemap-archives .children li,
.page-template-template-sitemap-php ul.sitemap-authors .children li,
.page-template-template-sitemap-php ul.sitemap-pages .children li,
.page-template-template-sitemap-php ul.sitemap-posts .children li,
.page-template-template-sitemap-php ul.sitemap-posts ul .children li {
  padding-left: 25px;
}
.page-template-template-sitemap-php ul.sitemap-archives li:before,
.page-template-template-sitemap-php ul.sitemap-authors li:before,
.page-template-template-sitemap-php ul.sitemap-pages li:before,
.page-template-template-sitemap-php ul.sitemap-posts li:before,
.page-template-template-sitemap-php ul.sitemap-posts ul li:before {
  color: #aaa;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1.3333333333333333em;
  padding-right: 10px;
}
.page-template-template-sitemap-php ul.sitemap-archives ul.children,
.page-template-template-sitemap-php ul.sitemap-authors ul.children,
.page-template-template-sitemap-php ul.sitemap-pages ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul.children {
  margin: 10px 0 10px -2px;
  list-style: none;
}
.page-template-template-parallax-php #content {
  padding: 0;
}
.page-template-template-parallax-php #content-core {
  margin: 0;
  max-width: 100%;
}
.page-template-template-parallax-php .panel-grid {
  padding: 30px 10px 0;
}
.page-template-template-parallax-php #content #comments,
.page-template-template-parallax-php #content #nav-above,
.page-template-template-parallax-php #content #nav-below,
.page-template-template-parallax-php .panel-grid-core {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
.page-template-template-parallax-php #content #comments {
  padding-bottom: 30px;
}
.page-template-template-parallax-php #body-core #main-core > article {
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0;
}
.page-template-template-narrow-php #main-core {
  max-width: 770px;
  margin: 0 auto;
}
.page-template-template-narrow-php.slider-boxed.layout-sidebar-none #content {
  padding-top: 0;
}
.page-template-template-narrow-php.slider-boxed.layout-sidebar-none
  #slider
  .rslides-container {
  padding-bottom: 0;
}
.page-template-template-narrow-php.slider-boxed.layout-sidebar-none #main-core {
  position: relative;
  top: -50px;
  z-index: 9999;
  margin-bottom: -50px;
}
.page-template-template-no-background-php #body-core #main-core > article {
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0;
}
.search-results .blog-article .entry-meta {
  margin: 0;
}
.title-404 {
  text-align: center;
  margin: 30px 0;
}
.title-404 h2 {
  line-height: 1;
  font-size: 80px;
  margin: 0 0 20px 0;
}
.title-404 h2 i {
  padding-right: 15px;
}
.title-404 p {
  font-size: 15px;
}
.title-404 .search {
  margin-bottom: 20px;
  width: 200px;
  max-width: 200px;
}
.column-1 {
  width: 100%;
  padding: 10px;
}
.column-2 {
  width: 50%;
  padding: 10px;
}
.column-3 {
  width: 33.333%;
  padding: 10px;
}
.column-4 {
  width: 25%;
  padding: 10px;
}
.column-5 {
  width: 20%;
  padding: 10px;
}
.column-6 {
  width: 16.65%;
  padding: 10px;
}
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6 {
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.client-thumb {
  text-align: center;
  margin: 0;
  list-style: none;
}
.column-4.client_grid {
  padding: 20px 10px;
}
.team-grid {
  margin-bottom: 0;
}
.team-grid .team-thumb {
  height: auto !important;
}
.team-social {
  display: block;
  margin-bottom: 10px;
  padding-top: 20px;
  border-top: 1px solid #f3f3f3;
}
.team-social ul {
  display: table;
  margin: 0;
}
.team-social li {
  display: table-cell;
  vertical-align: top;
  float: none;
  padding: 0 !important;
}
.team-social li a {
  display: table;
  font-size: 13px;
  text-align: center;
  color: #bbb;
  width: 30px;
  height: 30px;
  border: 1px solid #bbb;
  margin-right: 8px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.team-social li a:hover {
  color: #1eaaf1;
  border-color: #1eaaf1;
}
.team-social li i {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.team-social .tooltip-inner {
  padding: 5px 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.team-grid .team-social ul {
  margin: 0 auto;
}
.team-content .entry-header {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
.team-content .team-email,
.team-content .team-links,
.team-content .team-title {
  display: table-cell;
  vertical-align: middle;
}
.team-content .team-email,
.team-content .team-links {
  text-align: right;
}
.team-content .team-links ul {
  margin: 0 0 0 auto;
}
.team-content .team-email {
  width: 150px;
}
.team-content .team-email a {
  padding: 6px 20px;
  display: inline-block;
}
.team-grid .carousel-team.style2 {
  text-align: center;
}
.testimonial-grid {
  text-align: center;
}
.testimonial-grid .entry-content {
  padding: 20px 25px;
  margin-bottom: 20px;
}
.testimonial-thumb img {
  margin: 0 auto;
}
.testimonial-excerpt {
  display: inline-block;
  font-weight: 300;
}
.testimonial-excerpt p:last-child {
  margin-bottom: 0;
}
.testimonial-name h3 {
  clear: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 3px 0;
}
.testimonial-name h3 a {
  color: inherit;
}
.testimonial-name h3 a:hover {
  color: #1eaaf1;
}
.testimonial-position {
  color: #1eaaf1;
  font-weight: 300;
  font-style: italic;
}
.testimonial-grid .carousel-testimonial.style1 .entry-content {
  padding: 0;
}
.testimonial-grid .carousel-testimonial.style1 .testimonial-name h3 {
  margin-top: 15px;
}
blockquote.style2:after,
blockquote.style2:before,
q.style2:after,
q.style2:before {
  content: "";
}
blockquote.style2,
q.style2 {
  color: inherit;
  background: 0 0;
  padding: 0 20px;
  margin-bottom: 20px;
  border-left: 10px solid #1eaaf1;
}
blockquote.style2 p:last-child,
q.style2 p:last-child {
  margin-bottom: 0;
}
.sc-action {
  text-align: center;
}
.sc-action-core {
  text-align: center;
  background: #fff;
  padding: 30px 15px;
  border-top: 1px solid #1eaaf1;
  border-bottom: 3px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.sc-action.style1 .action-link a {
  margin: 15px 4px 4px;
}
.sc-carousel li {
  margin: 0;
  border: none;
  padding: 0 15px;
}
.sc-carousel a.next,
.sc-carousel a.prev {
  color: #fff;
  background: #676767;
}
.sc-carousel a.next:hover,
.sc-carousel a.prev:hover {
  color: #fff;
  background: #1eaaf1;
}
.sc-carousel a.next i,
.sc-carousel a.prev i {
  color: inherit;
  top: 0;
  line-height: 30px;
}
.sc-carousel a.next:hover i,
.sc-carousel a.prev:hover i {
  color: #fff;
}
.sc-carousel .entry-content {
  margin: 0;
  padding: 20px 20px 10px;
  background: #fff;
  border-bottom: 3px solid #e2e2e2;
}
.sc-carousel .entry-content h4,
.sc-carousel .entry-content p {
  margin-bottom: 15px;
}
.sc-carousel .entry-content h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.sc-carousel .entry-content .date a {
  color: #3d3d3d;
}
.sc-carousel .entry-content .comment {
  float: none;
  line-height: 1;
}
.sc-carousel-title {
  float: left;
  position: absolute;
  top: -70px;
}
.sc-carousel .entry-meta {
  line-height: 1;
  margin-bottom: 15px;
}
.sc-carousel .port-thumb {
  display: block;
}
.sc-carousel .entry-content h4 a:hover {
  color: #1eaaf1 !important;
}
.sc-carousel .image-overlay .prettyphoto-wrap {
  display: table-cell;
  vertical-align: middle;
}
.sc-carousel .entry-header .image-overlay-inner,
.sc-grid .entry-header .image-overlay-inner,
.sc-postitem .entry-header .image-overlay-inner {
  background: #1eaaf1;
  background: rgba(30, 170, 241, 0.9);
}
.sc-carousel .entry-header .hover-link,
.sc-carousel .entry-header .hover-zoom,
.sc-grid .entry-header .hover-link,
.sc-grid .entry-header .hover-zoom,
.sc-postitem .entry-header .hover-link,
.sc-postitem .entry-header .hover-zoom {
  line-height: 35px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  background: 0 0;
  margin: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sc-carousel .entry-header:hover .hover-link,
.sc-carousel .entry-header:hover .hover-zoom,
.sc-grid .entry-header:hover .hover-link,
.sc-grid .entry-header:hover .hover-zoom,
.sc-postitem .entry-header:hover .hover-link,
.sc-postitem .entry-header:hover .hover-zoom {
  background: 0 0;
}
.sc-carousel .entry-header .hover-link:hover,
.sc-carousel .entry-header .hover-zoom:hover,
.sc-grid .entry-header .hover-link:hover,
.sc-grid .entry-header .hover-zoom:hover,
.sc-postitem .entry-header .hover-link:hover,
.sc-postitem .entry-header .hover-zoom:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 1);
}
.sc-carousel .entry-header .hover-link:before,
.sc-carousel .entry-header .hover-zoom:before,
.sc-grid .entry-header .hover-link:before,
.sc-grid .entry-header .hover-zoom:before,
.sc-postitem .entry-header .hover-link:before,
.sc-postitem .entry-header .hover-zoom:before {
  right: auto;
  top: auto;
  line-height: 35px;
  width: 35px;
}
.sc-carousel .entry-header .hover-zoom:before,
.sc-grid .entry-header .hover-zoom:before,
.sc-postitem .entry-header .hover-zoom:before {
  font-size: 18px;
  font-family: dashicons;
  content: "\f211";
}
.sc-carousel .entry-header .hover-link:before,
.sc-grid .entry-header .hover-link:before,
.sc-postitem .entry-header .hover-link:before {
  font-size: 18px;
  font-family: dashicons;
  content: "\f345";
  right: auto;
  top: auto;
}
.sc-carousel .entry-header .image-overlay.overlay2 .image-overlay-inner,
.sc-grid .entry-header .image-overlay.overlay2 .image-overlay-inner,
.sc-postitem .entry-header .image-overlay.overlay2 .image-overlay-inner {
  color: #fff;
  background: #333;
  background: rgba(0, 0, 0, 0.5);
}
.sc-carousel .entry-header .image-overlay.overlay2 h4 a,
.sc-grid .entry-header .image-overlay.overlay2 h4 a,
.sc-postitem .entry-header .image-overlay.overlay2 h4 a {
  color: #fff;
}
.sc-carousel .entry-header .image-overlay.overlay2 h4 a:hover,
.sc-grid .entry-header .image-overlay.overlay2 h4 a:hover,
.sc-postitem .entry-header .image-overlay.overlay2 h4 a:hover {
  color: #ddd;
}
.sc-featured,
.sc-image {
  display: inline-block;
  margin-top: 0;
  padding: 0;
}
.sc-featured img,
.sc-image img {
  margin: 0 !important;
  width: auto !important;
}
.sc-featured .entry-header {
  margin-bottom: 15px;
}
.sc-featured h3 {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}
.sc-featured .image-overlay i,
.sc-image .image-overlay i {
  color: #fff;
  font-size: 55px;
}
.sc-featured .image-overlay i.fa-hover-plus,
.sc-image .image-overlay i.fa-hover-plus {
  display: block;
  font-size: 19px;
  line-height: 1;
  font-style: normal;
  width: 19px;
  height: 19px;
  margin: 0 auto;
  padding: 11px;
  border: 7px solid #fff;
  webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.sc-featured .image-overlay i.fa.fa-hover-plus:after,
.sc-image .image-overlay i.fa.fa-hover-plus:after {
  content: "+";
}
ul.iconfont i {
  color: #1eaaf1;
  font-size: 90%;
  margin: 0 15px 0 -22px;
}
.sc-lightbox:hover .image-overlay {
  opacity: 0.8;
}
.sc-lightbox .image-overlay-inner {
  background: #1eaaf1;
  background: rgba(30, 170, 241, 0.9);
}
.sc-lightbox .hover-zoom {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 1px;
  border: 1px solid #fff;
  background: 0 0;
  webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sc-lightbox .hover-zoom:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
.sc-lightbox .hover-zoom:before {
  content: "\f211";
  font-family: dashicons;
  font-size: 18px;
  line-height: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notification {
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.notification p:last-child {
  margin: 0;
}
.notification,
.notification.normal {
  background: #f9f9f9;
}
.notification.download,
.notification.success {
  color: #587051;
  background: #d0edbf;
  border-color: #cfe4c5;
}
.notification.error,
.notification.stop {
  color: #ce4c48;
  background: #eeb5af;
  border-color: #dcb2af;
}
.notification.info,
.notification.question {
  color: #5d95c2;
  background: #badff4;
  border-color: #b3d9ed;
}
.notification.message,
.notification.warning {
  color: #af8637;
  background: #f7f1c5;
  border-color: #ece9c7;
}
.notification.download,
.notification.error,
.notification.info,
.notification.message,
.notification.question,
.notification.stop,
.notification.success,
.notification.warning {
  position: relative;
  padding-left: 30px;
}
.notification.download:before,
.notification.error:before,
.notification.info:before,
.notification.message:before,
.notification.question:before,
.notification.stop:before,
.notification.success:before,
.notification.warning:before {
  font-size: 20px;
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  left: 15px;
}
.notification.download:before,
.notification.success:before {
  content: "\f058";
}
.notification.error:before,
.notification.stop:before {
  content: "\f057";
}
.notification.info:before,
.notification.question:before {
  content: "\f05a";
}
.notification.message:before,
.notification.warning:before {
  content: "\f071";
}
.notification .icon {
  padding: 15px 20px;
}
.notification.error .icon {
  background: 0 0;
}
.notification.stop .icon {
  background: 0 0;
}
.notification.download .icon {
  background: 0 0;
}
.notification.success .icon {
  background: 0 0;
}
.notification.info .icon {
  background: 0 0;
}
.notification.question .icon {
  background: 0 0;
}
.notification.warning .icon {
  background: 0 0;
}
.notification.message .icon {
  background: 0 0;
}
.pricing-table {
  text-align: center;
  background: #f6f6f6;
}
.pricing-table .entry-header {
  padding: 55px 20px 25px;
}
.pricing-table .entry-content {
  padding: 25px 20px 45px;
}
.pricing-table .entry-footer {
  padding: 0 20px 35px;
}
.pricing-table li {
  line-height: 1;
  position: relative;
  border-bottom: none;
}
.pricing-table i {
  color: #1eaaf1;
  position: absolute;
  left: -15px;
}
.pricing-features {
  text-align: left;
  display: inline-block;
}
.pricing-table .pricing-price,
.pricing-table .pricing-title {
  line-height: 1;
  color: #1eaaf1;
}
.pricing-table .pricing-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.pricing-table .pricing-price {
  font-size: 40px;
}
.pricing-table .pricing-link a {
  min-width: 115px;
  font-weight: 600;
  display: inline-block;
  margin: 4px;
  padding: 5px 40px;
}
.pricing-table.style1 .pricing-link a {
  border: 2px solid #fff;
}
.pricing-table.style2 i {
  color: #fff;
}
.pricing-table.style2 {
  background: #1eaaf1;
}
.pricing-table.style2 .entry-header {
  padding: 55px 20px;
}
.pricing-table.style2 .pricing-features,
.pricing-table.style2 .pricing-price,
.pricing-table.style2 .pricing-title {
  color: #fff;
}
.pricing-table.style2 .pricing-link a {
  border: 2px solid #1eaaf1;
}
.rslides-sc a.rslides_nav {
  opacity: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 9999;
  width: 60px;
  height: 60px;
  line-height: 1;
  margin: -25px 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rslides-sc a.rslides_nav.prev {
  left: -60px;
}
.rslides-sc a.rslides_nav.next {
  right: -60px;
}
.rslides-sc a.rslides_nav.next:before,
.rslides-sc a.rslides_nav.prev:before {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 60px;
  display: block;
  position: relative;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rslides-sc a.rslides_nav.next:hover:before,
.rslides-sc a.rslides_nav.prev:hover:before {
  color: #333;
  background: #fff;
}
.rslides-sc .rslides-inner:hover a.rslides_nav {
  opacity: 1;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.prev {
  left: 0;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.next {
  right: 0;
}
.tabs .tab-content {
  border-color: #e2e2e2;
}
.tabs .nav-tabs > .active > a,
.tabs .nav-tabs > .active > a:focus,
.tabs .nav-tabs > .active > a:hover {
  border-color: #e2e2e2;
  border-bottom-color: transparent;
}
.tabs.style2 {
  padding: 20px 20px 0;
  background: #fff;
  border-bottom: 3px solid #e2e2e2;
}
.tabs.style2 .nav-tabs {
  border-color: #e2e2e2;
  padding-bottom: 15px;
}
.tabs.style2 .nav-tabs a {
  color: #fff;
  font-weight: 400;
  text-shadow: none;
  background: #676767;
  border: none;
}
.tabs.style2 .nav-tabs .active a,
.tabs.style2 .nav-tabs a:hover {
  background: #1eaaf1;
  border: none;
}
.tabs.style2 .nav-tabs > li {
  margin: 0;
}
.tabs.style2 .tab-content {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.accordion-inner {
  padding: 15px 0;
}
.accordion.style1 .accordion-heading .accordion-toggle {
  background: #fff;
  text-shadow: none;
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
}
.accordion.style1 .accordion-group {
  border: none;
}
.accordion.style2 .accordion-group {
  border: none;
  margin-bottom: 15px;
}
.accordion.style2 .accordion-heading {
  border: none;
  background: 0 0;
}
.accordion.style2 .accordion-heading .accordion-toggle {
  color: #1eaaf1;
  text-shadow: none;
  background: 0 0;
  border: none;
  height: 35px;
  line-height: 35px;
  padding-left: 45px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #1eaaf1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion.style2 .accordion-heading .accordion-toggle.collapsed {
  color: #333;
  border-color: #333;
}
.accordion.style2 .accordion-inner {
  border-top: none;
}
.accordion.style2 .accordion-toggle:before {
  top: 0;
  left: 0;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin-top: 0;
  text-align: center;
  background: #1eaaf1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion.style2 .accordion-toggle.collapsed:before {
  background: #333;
}
.sc-carousel.carousel-portfolio .entry-header {
  display: block;
}
.sc-carousel.carousel-portfolio .entry-content h4 {
  font-size: 14px;
  line-height: inherit;
  margin: 0;
}
.sc-carousel.carousel-portfolio .entry-content h4 a:hover {
  color: #1eaaf1;
}
.sc-carousel.carousel-portfolio .entry-footer {
  font-size: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
.sc-carousel.carousel-portfolio .entry-footer p {
  margin: 0;
}
.sc-carousel.carousel-portfolio .comment {
  display: none;
}
.sc-carousel.carousel-portfolio.items-3 .port-details.style2 .port-title {
  font-size: 20px;
}
.sc-carousel.carousel-portfolio.items-4 .port-details.style2 .port-title,
.sc-carousel.carousel-portfolio.items-5 .port-details.style2 .port-title,
.sc-carousel.carousel-portfolio.items-6 .port-details.style2 .port-title {
  font-size: 16px;
}
.sc-carousel.carousel-team .entry-header {
  display: block;
  margin: 0;
}
.sc-carousel.carousel-team .entry-content h4 {
  font-size: 15px;
}
.sc-carousel.carousel-team .entry-content h5 {
  font-size: 13px;
  color: #bbb;
  font-style: italic;
  margin: -10px 0 15px;
}
.sc-carousel.carousel-team .entry-header .hover-link {
  font-weight: 400;
  width: auto;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.sc-carousel.carousel-team .entry-header .hover-link:hover {
  color: #fff;
}
.sc-carousel.carousel-team .entry-header .hover-link:before {
  content: "";
}
.carousel-team.style1 .team-social .envelope {
  position: absolute;
  top: 0;
  right: 0;
}
.carousel-team.style1 .team-social .envelope a {
  font-size: 20px;
  color: #fff;
  width: 45px;
  height: 45px;
  background: #1eaaf1;
  border: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.carousel-team.style1 .team-social .envelope a:hover {
  background: #1e1e1e;
}
.carousel-team.style1 .team-social .envelope .tooltip {
  display: none !important;
}
.carousel-team.style2 {
  padding-top: 125px;
  overflow: visible;
  background: #333;
  padding-bottom: 20px;
}
.carousel-team.style2 .entry-content,
.carousel-team.style2 .entry-header {
  color: #fff;
  background: #333;
}
.carousel-team.style2 .entry-header {
  overflow: visible;
  padding-bottom: 15px;
}
.carousel-team.style2 .entry-content {
  min-height: 25px;
  border-top: none;
  margin: 0;
  padding: 0 20px;
  border: none;
}
.carousel-team.style2 .entry-content h4 a {
  color: #fff;
}
.carousel-team.style2 .entry-content h5 {
  color: #1eaaf1;
}
.carousel-team.style2 .team-thumb {
  text-align: center;
  margin-top: -77px;
}
.carousel-team.style2 .team-thumb a {
  display: inline-block;
}
.carousel-team.style2 .team-thumb img {
  border: 3px solid #f3f3f3;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.carousel-team.style2 .team-thumb:hover img {
  border: 3px solid #1eaaf1;
}
.carousel-team.style2 .image-overlay {
  margin-top: 3px;
  overflow: visible;
}
.carousel-team.style2 .image-overlay-inner {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.carousel-team .image-overlay.overlay2 .hover-link {
  font-size: 0;
}
.carousel-team .image-overlay.overlay2 .hover-link:before {
  font-size: 18px;
  font-family: dashicons;
  content: "\f345";
  right: auto;
  top: auto;
  line-height: 35px;
  width: 35px;
}
.carousel-team.style2 .team-social {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
.carousel-team.style2 .team-social .envelope {
  display: none;
}
.carousel-team.style2 .team-social-buton a {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 15px;
}
.sc-carousel.carousel-testimonial .entry-content,
.sc-carousel.carousel-testimonial .entry-header {
  text-align: left;
}
.sc-carousel.carousel-testimonial .entry-content {
  border: none;
  margin: 0;
}
.sc-carousel.carousel-testimonial .sc-carousel-thumbs a {
  position: relative;
}
.sc-carousel.carousel-testimonial .caroufredsel_wrapper:nth-child(2) {
  overflow: visible !important;
}
.sc-carousel.carousel-testimonial.style1 .entry-header {
  font-size: 14px;
  background: #fff;
  border-bottom: 3px solid #e2e2e2;
  margin-bottom: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sc-carousel.carousel-testimonial.style1 .entry-content {
  background: 0 0;
  padding-top: 10px;
}
.sc-carousel.carousel-testimonial.style1 .testimonial-thumb {
  text-align: center;
}
.sc-carousel.carousel-testimonial.style1 .testimonial-thumb img {
  width: 62px;
  height: 62px;
  border: 4px solid #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.sc-carousel.carousel-testimonial.style1 .testimonial-thumb .selected:before {
  left: 32px;
  top: -74px;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: solid transparent;
  border-width: 10px;
  pointer-events: none;
  border-bottom-color: #fff;
}
.sc-carousel.carousel-testimonial.style1 .testimonial-thumb .selected img {
  border-color: #1eaaf1;
}
.sc-carousel.carousel-testimonial.style1 .testimonial-thumb .selected:before {
  border-bottom-color: #1eaaf1;
}
.sc-carousel.carousel-testimonial.style2 {
  padding: 0 35px;
}
.sc-carousel.carousel-testimonial.style2 .entry-content,
.sc-carousel.carousel-testimonial.style2 .entry-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sc-carousel.carousel-testimonial.style2 .testimonial-excerpt {
  margin-top: 8px;
}
.sc-carousel.carousel-testimonial.style2 .entry-header {
  margin: 0;
  padding: 0;
  background: 0 0;
  float: left;
  width: 105px;
}
.sc-carousel.carousel-testimonial.style2 .entry-header .testimonial-thumb {
  width: 105px;
  position: relative;
}
.sc-carousel.carousel-testimonial.style2 .entry-header img {
  display: inline-block;
  width: 105px;
  height: 105px;
  margin: 0;
}
.sc-carousel.carousel-testimonial.style2 .entry-content {
  background: #fff;
  border: 1px solid #efeeee;
  padding: 20px;
  margin: 0 0 0 105px;
}
.sc-carousel.carousel-testimonial.sc-postitem {
  display: block;
  padding: 0;
}
.sc-carousel.carousel-testimonial.sc-postitem.style1 .entry-header {
  margin-bottom: 0;
}
.sc-carousel.carousel-testimonial.sc-postitem.style1 .entry-content:before {
  display: block;
  margin: 0 auto;
  content: "";
  height: 3px;
  width: 40px;
  pointer-events: none;
  background: #1eaaf1;
}
.sc-carousel.carousel-testimonial.sc-postitem.style1 .testimonial-thumb:before {
  position: relative;
  top: 3px;
  border: solid transparent;
  border-top-color: #1eaaf1;
  border-width: 7px;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
}
.sc-carousel.carousel-testimonial.sc-postitem.style1 .testimonial-thumb img {
  width: 120px;
  height: 120px;
  border: 6px solid #fff;
}
.sc-carousel.carousel-testimonial.sc-postitem.style2 {
  max-width: 382px;
  margin: 0 auto 20px;
}
.iconmain .iconurl {
  margin-top: 0;
}
.iconmain .iconurl a.themebutton,
.iconmain .iconurl a.themebutton2 {
  display: inline-block;
  padding: 4px 18px;
}
.iconmain .iconurl a:after {
  content: "";
}
.iconfull.style1 .iconmain h3,
.iconfull.style2 .iconmain h3 {
  font-size: 15px;
  margin-bottom: 12px;
}
.iconfull.style1.iconbackground,
.iconfull.style2.iconbackground {
  background: 0 0;
  margin-bottom: 20px;
  padding: 30px 20px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.iconfull.style1 {
  text-align: center;
}
.iconfull.style1 br {
  display: none;
}
.iconfull.style1 .iconimage {
  float: none;
  width: auto;
  margin-bottom: 20px;
}
.iconfull.style1 .iconimage i {
  font-size: 24px;
  color: #333;
  border: 2px solid #333;
  height: 46px;
  width: 46px;
  line-height: 46px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iconfull.style1 .iconimage a:hover i {
  color: #1eaaf1;
  border-color: #1eaaf1;
}
.iconfull.style1 .iconimage i.fa-inverse {
  color: #1eaaf1;
  border-color: #1eaaf1;
}
.iconfull.style1 .iconimage a:hover i.fa-inverse {
  color: #333;
  border-color: #333;
}
.iconfull.style1 .iconmain {
  margin: 0;
  padding: 0;
}
.iconfull.style2 br {
  display: none;
}
.iconfull.style2 .iconimage {
  float: left;
  width: auto;
}
.iconfull.style2 .iconimage i {
  font-size: 24px;
  color: #333;
  border: 2px solid #333;
  height: 46px;
  width: 46px;
  line-height: 46px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iconfull.style2 .iconimage a:hover i {
  color: #1eaaf1;
  border-color: #1eaaf1;
}
.iconfull.style2 .iconimage i.fa-inverse {
  color: #1eaaf1;
  border-color: #1eaaf1;
}
.iconfull.style2 .iconimage a:hover i.fa-inverse {
  color: #333;
  border-color: #333;
}
.iconfull.style2 .iconmain {
  margin: 0 0 0 70px;
}
.sc-progress {
  width: 100%;
  margin-bottom: 15px;
}
.sc-progress .entry-header {
  margin-bottom: 5px;
}
.sc-progress .bar-title {
  width: 1%;
  white-space: nowrap;
  padding-right: 5px;
}
span.bar-per,
span.bar-title {
  color: #555;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}
.progress {
  height: 15px;
  background: #e9e9e9;
  margin-bottom: 20px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.progress .bar {
  display: block;
  height: 15px;
  padding: 5px 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.progress .bar {
  background-color: #9dcee3;
}
.progress.progress-basic .bar {
  background: #9dcee3;
}
.progress .bar-info {
  background-color: #449edd;
}
.progress.progress-basic .bar-info {
  background: #449edd;
}
.progress .bar-success {
  background-color: #97d04d;
}
.progress.progress-basic .bar-success {
  background: #97d04d;
}
.progress .bar-warning {
  background-color: #ea984f;
}
.progress.progress-basic .bar-warning {
  background: #ea984f;
}
.progress .bar-danger {
  background-color: #1eaaf1;
}
.progress.progress-basic .bar-danger {
  background: #1eaaf1;
}
.sc-knob-dial {
  color: #555 !important;
  font-weight: 300 !important;
}
.sc-knob-title {
  font-weight: 300;
}
.customtitle.style5 span {
  border-bottom: 2px solid #202224;
}
.panel-grid-cell #introaction {
  padding: 0;
}
.panel-grid-cell #introaction h3 {
  font-size: 30px;
  font-weight: 400;
}
.panel-grid-cell #introaction .style1,
.panel-grid-cell #introaction .style2 {
  color: #fff;
  background: #1eaaf1;
}
.panel-grid-cell #introaction .style3,
.panel-grid-cell #introaction .style4 {
  color: #fff;
  background: #2d2d2d;
}
.panel-grid-cell #introaction .style5,
.panel-grid-cell #introaction .style6 {
  color: #202224;
  background: #fff;
}
.panel-grid-cell #introaction .style1:hover,
.panel-grid-cell #introaction .style5:hover {
  color: #fff;
  background: #2d2d2d;
}
.panel-grid-cell #introaction .style2:hover,
.panel-grid-cell #introaction .style3:hover {
  color: #202224;
  background: #fff;
}
.panel-grid-cell #introaction .style4:hover,
.panel-grid-cell #introaction .style6:hover {
  color: #fff;
  background: #1eaaf1;
}
.carousel-portfolio-builder.style2 {
  position: relative;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio {
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 90px;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next,
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev {
  top: 0;
  margin-top: 0;
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next:hover,
.carousel-portfolio-builder.style2
  .sc-carousel.carousel-portfolio
  a.prev:hover {
  background: #1eaaf1;
  border-color: #1eaaf1;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev {
  left: -35px;
  right: auto;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
  right: -35px;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next i,
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev i {
  top: 45%;
}
.carousel-portfolio-builder.style2
  .sc-carousel.carousel-portfolio
  .entry-content {
  margin: 0;
}
.carousel-portfolio-builder.style2 .sc-carousel-button {
  position: absolute;
  right: 0;
  color: inherit;
  background: #fff;
  border: 1px solid #eee;
  padding: 5px 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.carousel-portfolio-builder.style2 .sc-carousel-button:hover {
  color: #fff;
  background: #1eaaf1;
  border-color: #1eaaf1;
}
.carousel-portfolio-builder.style2 .sc-carousel-button,
.carousel-portfolio-builder.style2 .sc-carousel-title {
  top: -90px;
}
.layout-boxed
  .carousel-portfolio-builder.style2
  .sc-carousel.carousel-portfolio
  a.prev {
  left: -20px;
}
.layout-boxed
  .carousel-portfolio-builder.style2
  .sc-carousel.carousel-portfolio
  a.next {
  right: -20px;
}
.services-builder.style1 {
  background: #fff;
  padding: 20px 20px 0;
  -webkit-box-shadow: 0 1px 5px #ccc;
  -moz-box-shadow: 0 1px 5px #ccc;
  -ms-box-shadow: 0 1px 5px #ccc;
  -o-box-shadow: 0 1px 5px #ccc;
  box-shadow: 0 1px 5px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.services-builder {
  margin-bottom: 30px;
}
.services-builder i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-builder.style1 .iconimage {
  padding: 0 0 15px;
}
.services-builder.style1 .iconimage img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-builder.style1 .iconimage a:hover img {
  opacity: 0.85;
}
.services-builder.style1 .iconmain {
  color: #888;
  padding: 0;
}
.services-builder.style1 h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
.services-builder.style2 br {
  display: none;
}
.services-builder.style2 {
  text-align: center;
  background: #fff;
  border-bottom: 3px solid #e2e2e2;
}
.services-builder.style2 .iconimage {
  float: none;
  border-top: 1px solid #333;
  margin-bottom: 30px;
}
.services-builder.style2 .iconimage a {
  margin-top: -1px;
  display: block;
  border-top: 1px solid transparent;
}
.services-builder.style2 .iconimage i {
  color: #fff;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-builder.style2 .iconimage a:hover {
  border-color: #1eaaf1;
}
.services-builder.style2 .iconimage a:hover i {
  background: #1eaaf1;
}
.services-builder.style2 .iconimage i.fa-inverse {
  background: #1eaaf1;
}
.services-builder.style2 .iconmain {
  padding: 0 20px;
}
.services-builder.style2 .iconmain .iconurl {
  margin-bottom: 30px;
}
.services-builder.style2 .iconimage.style2 a {
  border-color: #1eaaf1;
}
.services-builder.style2 .iconimage.style2 a:hover {
  border-color: #333;
}
.services-builder.style2 .iconimage a:hover i.fa-inverse {
  background: #333;
}
.services-builder.style3 br {
  display: none;
}
.services-builder.style3 {
  text-align: center;
  background: #fff;
}
.services-builder.style3 .iconimage {
  float: none;
  padding-top: 25px;
  padding-bottom: 20px;
  background: #333;
}
.services-builder.style3 .iconimage i {
  color: #fff;
  font-size: 45px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-builder.style3 .iconmain {
  padding: 0;
}
.services-builder.style3 .iconmain h3 {
  color: #fff;
  background: #333;
  padding-bottom: 25px;
}
.services-builder.style3 .iconmain h3,
.services-builder.style3 .iconmain p {
  margin-bottom: 25px;
}
.services-builder.style3 .iconmain p {
  padding: 0 10px;
}
.services-builder.style3 .iconmain .iconurl {
  margin-bottom: 25px;
}
.services-builder.style3 .iconimage.style2,
.services-builder.style3 .iconmain.style2 h3 {
  background: #1eaaf1;
}
#ie8 .entry-content img,
#ie8 .widget img,
#ie8 .wp-caption img {
  width: auto;
}
#ie8 .content-core {
  zoom: 1;
}
.wrap-safari {
  display: block;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.hidden {
  display: none;
}
body .fa-lg {
  line-height: 1;
  vertical-align: -10%;
}
.search_icon i {
  font-size: 14px;
  color: #1e1e1e;
}
.copyright {
  margin: 0;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
}
#footer-core a,
#footer-core p {
  color: #fff !important;
  line-height: normal;
  margin-bottom: 10px;
  font-family: Montserrat-Regular;
  font-display: swap;
}
#footer .fa-phone {
  font-size: 16px;
  margin-right: 10px;
  color: #fff !important;
}
#footer .fa-envelope-o {
  font-size: 14px;
  margin-right: 10px;
  color: #fff !important;
}
#footer .fa-fax {
  font-size: 14px;
  margin-right: 10px;
  color: #fff !important;
}
#footer input,
#footer textarea {
  background-color: #fff !important;
  border-radius: 9px !important;
  border: none !important;
  padding: 6px 12px !important;
  font-weight: 400;
  margin-bottom: 10px;
  color: #444 !important;
}
#footer textarea {
  max-height: 50px;
}
::placeholder {
  color: #a3a4a3;
  font-weight: 700;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #a3a4a3;
  font-weight: 700;
}
::-ms-input-placeholder {
  color: #a3a4a3;
  font-weight: 700;
}
footer i {
  color: #535353 !important;
}
.footer_social_icons i {
  font-size: 24px;
  margin: 0 5px;
  color: #fff !important;
}
.footer_logo img {
  width: 100px;
}
.footer_logo {
  margin-bottom: 13px;
  display: none;
}
#footer .wpcf7-form-control.wpcf7-submit {
  background-color: #2093d2 !important;
  color: #fff !important;
  font-weight: 700;
  padding: 7px 30px !important;
  border-radius: 15px !important;
}
#footer .one_fourth {
  margin-bottom: 0;
}
.home .about_section p {
  font-size: 16px;
  color: #4b4c49;
  font-weight: 700;
}
.abt_read_more a,
.abt_read_more button {
  background: 0 0 !important;
  border: 3px solid #0095da !important;
  border-radius: 20px !important;
  padding: 10px 20px !important;
  color: #0095da !important;
  font-weight: 700;
}
.about_section {
  background-size: cover;
}
.diff_div p {
  font-size: 16px;
  font-weight: 700;
}
.diff_div {
  text-align: center;
  padding: 50px 30px;
  color: #4b4c49;
  background-color: #f5f5fd;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 300px;
  line-height: normal;
}
.diff_div:hover {
  background-color: #013356;
  color: #fff;
}
.home .count_section {
  display: block;
}
#footer-core li,
#menu-main-menu li,
#menu-quess-menu li,
#menu-top-header li {
  margin-bottom: 0;
}
.diff_div:hover p {
  color: #fff;
}
.quess_platforms {
  height: 450px;
  position: relative;
}
.platform_overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 10px;
  z-index: 0;
}
.platform_overlay:hover:before {
  display: block;
}
.platform_overlay {
  position: relative;
}
.platform_overlay:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.quess_platforms_content {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.quess_platforms_content .service_content p {
  opacity: 1;
  padding: 0 25px;
  font-size: 16px;
}
.quess_platforms_content .service_title {
  margin: 0;
}
.sol_img_sec {
  padding: 50px !important;
}
.hesperiden.tparrows::before {
  color: #0092d6 !important;
  font-size: 24px !important;
}
.hesperiden.tparrows {
  background: 0 0 !important;
}
.count_div_bg {
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.diff_img img {
  width: 115px;
}
.services_div {
  padding: 50px 15px;
  border-radius: 10px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
  color: #fff;
}
.service_title {
  color: #fff;
  font-weight: 700;
}
.services_read_more {
  margin-top: 15px;
}
.hephaistos .tp-bullet {
  width: 10px !important;
  height: 10px !important;
}
.service_content {
  margin: 10px 0;
}
.our_services_section {
  margin-top: 10px;
}
.services_read_more a {
  color: #fff;
  font-weight: 700;
  border: 2px solid #fff;
  padding: 5px 10px;
  border-radius: 25px;
}
.service_content p {
  opacity: 0;
  color: #fff;
  font-size: 14px;
  line-height: normal;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
.home #content {
  padding-bottom: 0 !important;
}
.home #content article {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.hephaistos .tp-bullet {
  border: 1px solid #0393d9 !important;
  background: 0 0 !important;
  box-shadow: none !important;
}
.hephaistos .tp-bullet.selected,
.hephaistos .tp-bullet:hover {
  background: #0393d9 !important;
}
#intro {
  display: none;
}
.banner_heading {
  color: #fff;
}
.banner_section {
  background-size: cover;
  height: 270px;
  background-repeat: no-repeat;
}
#content,
article {
  padding: 0 !important;
  margin: 0 !important;
}
li,
p {
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #212529 !important;
}
li {
  margin-bottom: 16px;
}
.values_sec p {
  color: #2195d1;
  font-size: 18px;
}
.adv_sec,
.business_sec,
.media_sec_1 {
  background-size: cover;
  background-repeat: no-repeat;
}
.business_sec {
  height: 700px;
}
.vision {
  background: rgba(21, 84, 127, 0.8);
  padding: 50px !important;
}
.purpose {
  background: rgba(4, 43, 72, 0.8);
  padding: 50px !important;
}
.purpose p,
.vision p {
  color: #fff;
}
.adv_sec {
  height: 475px;
}
.media_read_more button {
  color: #0191d7 !important;
  font-weight: 700;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 35px 0 0 !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-color: #013356 !important;
  background-color: #013356 !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading:focus,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading:hover {
  background-color: #013356 !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  color: #fff !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::after,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-controls-icon::after,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body::after,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body::before {
  border-color: #013356 !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body {
  background-color: #fff !important;
}
.adv_sec ul,
.sol_sec_2 ul {
  list-style: none;
}
.adv_sec ul li::before,
.sol_sec_2 ul li::before {
  content: "\2022";
  color: #0094db;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.graph_sec {
  margin-bottom: 5px;
}
.leader_content {
  padding: 20px 0;
}
.leader_title {
  color: #023357;
  font-weight: 700;
  font-size: 18px;
  margin: 10px 0 5px 0;
}
.leader_info a {
  float: right;
}
.leader_tagline {
  color: #333;
  font-size: 16px;
  margin: 0;
}
.leader_info {
  border-right: 2px solid #ccc;
  padding-right: 40px;
}
.leadership_content {
  padding-left: 40px;
}
.lead_div {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  margin: 20px 0;
}
.leader_info i {
  font-size: 28px;
  color: #0077b5;
}
#footer p {
  font-size: 13px;
}
#menu-footer-menu-1 a {
  font-family: Montserrat-Regular;
  font-display: swap;
}
#menu-footer-menu-1 li:first-child a {
  color: #fff;
  font-weight: 700;
  font-size: 13px !important;
}
#menu-footer-menu-2 a {
  font-weight: 400;
  font-family: Montserrat-Regular;
  font-display: swap;
}
.heading_1 {
  font-family: Montserrat-Bold !important;
  font-display: swap;
  color: #013356 !important;
}
.heading_1::after,
.heading_1::before {
  display: inline-block;
  content: "";
  border-top: 1px solid #ccc;
  width: 35%;
  position: relative;
  top: -10px;
}
.heading_1::before {
  margin-right: 50px;
}
.heading_1::after {
  margin-left: 50px;
}
.quess_platforms_content a,
.quess_platforms_content h3,
.quess_platforms_content p {
  font-family: Montserrat-Medium;
  font-display: swap;
}
.count_section .wpb_content_element {
  margin-bottom: 0;
}
.count_section .count_div_bg {
  padding-top: 55px;
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-position: 10px 8px;
}
.count_section .count_div_bg p {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #212230;
  font-size: 36px;
  line-height: 1.2em !important;
  text-align: center;
}
.count_section .count_div:nth-child(4) .count_div_bg,
.count_section .count_div:nth-child(5) .count_div_bg {
  background-size: 80px auto;
}
.count_section p {
  font-size: 20px;
  font-family: Montserrat-Medium, sans-serif;
  font-display: swap;
  font-weight: 400;
  color: #fc766a;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.clients_section img {
  max-width: 110px !important;
}
.clients_section .title_text {
  font-size: 34px;
  font-family: Montserrat-Medium;
  font-display: swap;
  font-weight: 400;
}
.clients_section .carousel-slider .carousel-slider__item {
  width: 100%;
  float: left;
  height: 75px;
  display: table;
  vertical-align: middle;
}
.clients_section .carousel-slider .carousel-slider__item a {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.clients_section .arrows-outside .owl-prev {
  left: -18px !important;
}
.clients_section .arrows-outside .owl-next {
  right: -18px !important;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .count_section .vc_row.vc_column-gap-15 {
    margin-right: 0;
    margin-left: 0;
  }
  .count_section .count_div_bg p {
    font-size: 30px;
  }
  .clients_section .title_text {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .count_section .vc_row.vc_column-gap-15 {
    margin-right: 0;
    margin-left: 0;
  }
  .count_section {
    padding-top: 30px !important;
  }
  .count_section .count_div_bg {
    padding-top: 54px;
    background-size: 75px auto;
    background-repeat: no-repeat;
    background-position: 8px 6px;
  }
  .count_section .count_div_bg p {
    font-size: 23px;
  }
  .count_section .count_div:nth-child(4) .count_div_bg,
  .count_section .count_div:nth-child(5) .count_div_bg {
    background-size: 65px auto;
  }
  .count_section p {
    font-size: 14px;
  }
  .clients_section .title_text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .count_section .vc_row.vc_column-gap-15 {
    margin-right: 0;
    margin-left: 0;
  }
  .count_section {
    padding-top: 30px !important;
    padding-bottom: 17px;
  }
  .count_section .count_div_bg {
    padding-top: 54px;
    background-size: 75px auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .count_section .count_div_bg p {
    font-size: 23px;
  }
  .count_section .count_div:nth-child(4) .count_div_bg,
  .count_section .count_div:nth-child(5) .count_div_bg {
    background-size: 65px auto;
  }
  .count_section .count_div {
    width: 33% !important;
  }
  .count_section p {
    font-size: 14px;
  }
  .clients_section .title_text {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .clients_section .carousel-slider-outer {
    padding: 0 10px;
  }
  .clients_section img {
    max-width: 100px !important;
  }
}
@media only screen and (max-width: 568px) {
  .count_section .count_div {
    width: 50% !important;
  }
}
.banner_job_seeker {
  width: 100%;
  position: relative;
}
.banner_job_seeker .rev_slider > ul > li,
.banner_job_seeker .rev_slider > ul > li::before {
  visibility: visible;
}
.banner_job_seeker .text_caption {
  font-family: Montserrat-Bold, sans-serif !important;
  font-display: swap;
  position: relative;
  z-index: 41 !important;
}
.banner_job_seeker .text_caption_small {
  font-family: Montserrat-Medium, sans-serif !important;
  font-display: swap;
  position: relative;
  z-index: 41 !important;
}
.banner_job_seeker .banner_job_seeker_inner:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 20;
}
.banner_job_seeker .wpb_content_element {
  margin-bottom: 0;
}
.current_careers_list {
  background-color: #231835;
  padding-top: 50px;
  padding-bottom: 10px;
}
.current_careers_list h2 {
  font-size: 32px;
  color: #fff;
  font-family: Montserrat-Medium;
  font-display: swap;
  font-weight: 400;
  text-align: center;
  padding-bottom: 3px;
  margin-bottom: 0;
}
.current_careers_list p {
  font-size: 16px;
  color: #fff;
  font-family: Poppins, sans-serif;
  text-align: center;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.current_careers_list p strong {
  font-size: 18px;
  font-weight: 400;
}
.current_careers_list .wpb_content_element {
  margin-bottom: 15px;
}
.current_careers_middle {
  width: 100%;
  max-width: 1110px;
  padding: 0 0 !important;
  margin: 0 auto !important;
}
.current_careers_list_in {
  width: 100%;
  float: left;
  margin-bottom: 17px !important;
}
.table_careers_list {
  width: 100%;
  border: none;
  text-align: left;
}
.table_careers_list thead {
  width: 100%;
  font-family: Montserrat-Bold, sans-serif;
  font-display: swap;
  font-size: 14px;
  color: #fc766a;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 7px 0;
  font-weight: 400;
}
.table_careers_list thead th {
  border: none;
  font-weight: 400;
  padding: 9px 0;
}
.table_careers_list tbody td:first-child,
.table_careers_list thead th:first-child {
  width: 38%;
}
.table_careers_list tbody td:nth-child(2),
.table_careers_list thead th:nth-child(2) {
  width: 24%;
}
.table_careers_list tbody td:nth-child(3),
.table_careers_list thead th:nth-child(3) {
  width: 19%;
}
.table_careers_list tbody td:last-child,
.table_careers_list thead th:last-child {
  width: 15%;
}
.table_careers_list tbody {
  width: 100%;
  max-height: 400px;
  display: block;
  overflow: auto;
  scrollbar-color: #013356 #babdc0;
}
.table_careers_list::-webkit-scrollbar {
  width: 10px;
  border: 1px solid #a4a4a4;
}
.table_careers_list::-webkit-scrollbar-track {
  background: #013356;
}
.table_careers_list::-webkit-scrollbar-thumb {
  background: #a4a4a4;
}
.table_careers_list::-webkit-scrollbar-thumb:hover {
  background: #a4a4a4;
}
.table_careers_list tbody tr,
.table_careers_list thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table_careers_list tbody tr {
  border-bottom: 1px solid #fff;
}
.table_careers_list tbody td {
  font-family: Montserrat-Regular, sans-serif;
  font-display: swap;
  font-size: 14px;
  color: #fff;
  padding: 15px 10px 15px 0;
  text-align: left;
  border: none;
}
.table_careers_list tbody td a {
  color: #fff;
}
.table_careers_list tbody td a:hover {
  color: #fff;
}
.table_careers_list tbody td a.focus,
.table_careers_list tbody td a:focus {
  color: #fff;
}
.table_careers_list .align_center {
  text-align: center;
}
.sjb-page .table_careers_list .btn-primary {
  min-width: 90%;
  float: none;
  display: inline-block;
  font-size: 14px;
  color: #0191d7 !important;
  font-family: Montserrat-Bold, sans-serif;
  font-display: swap;
  text-align: center;
  background-color: #fff !important;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 9px 20px;
}
.sjb-page .table_careers_list .btn-primary:hover {
  color: #fff !important;
  background-color: #0191d7 !important;
  border-color: transparent !important;
}
.sjb-page .table_careers_list .btn-primary.focus,
.sjb-page .table_careers_list .btn-primary:focus {
  border-color: transparent;
  box-shadow: none;
}
.post-type-archive-jobpost,
.single-jobpost,
.tax-jobpost_category {
  overflow-x: hidden;
}
@media only screen and (min-width: 1200px) {
  .post-type-archive-jobpost .container,
  .single-jobpost .container,
  .tax-jobpost_category .container {
    width: 1110px;
  }
}
.banner_careers_list {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.banner_careers_list .rev_slider > ul > li,
.banner_careers_list .rev_slider > ul > li::before {
  visibility: visible;
}
.banner_careers_list .banner_careers_inner:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 149, 218, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 20;
}
.banner_careers_list .banner_careers_inner .tp-bgimg.defaultimg {
  background-size: 100% 100% !important;
}
.banner_careers_list .text_title {
  color: #fff !important;
  font-family: Montserrat-Bold, sans-serif !important;
  font-display: swap;
  text-transform: uppercase;
  position: relative !important;
  line-height: 1 !important;
  z-index: 41 !important;
}
.back_to_page_link {
  width: 100%;
  float: left;
  padding: 10px 15px 35px 15px;
}
.back_to_page_link a {
  font-size: 16px;
  color: #013356;
  font-family: Montserrat-Regular, sans-serif;
  font-display: swap;
  position: relative;
}
.back_to_page_link a:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: -6px;
  left: -12px;
}
.back_to_page_link_out {
  padding-bottom: 0 !important;
}
.back_to_page_link_out .wpb_content_element {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.back_to_page_link_out .back_to_page_link {
  padding-bottom: 0;
  padding-top: 5px;
}
.job_details_section {
  width: 100%;
  float: left;
  padding: 0;
}
.job_details_section .sjb-page .sjb-detail {
  margin: 0;
}
.job_details_section .job_title {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 35px 0;
}
.job_details_section .job_title h2 {
  font-size: 30px;
  color: #013356;
  font-family: Montserrat-Bold, sans-serif;
  font-display: swap;
  padding: 0;
  margin: 0;
}
.job_details_section h4 {
  width: 100%;
  float: left;
  font-size: 17px;
  color: #013356;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.job_details_section .top_section {
  width: 100%;
  float: left;
  background-image: url(../images/icon-job-fuction.png);
  background-size: 33px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 0 12px 60px;
  margin-bottom: 20px;
}
.job_details_section .top_row {
  width: 100%;
  float: left;
  font-size: 15px;
  font-family: Poppins, sans-serif;
}
.job_details_section .top_row .field_name {
  float: left;
  font-weight: 600;
  color: #013356;
  padding-right: 5px;
}
.job_details_section .top_row .field_value {
  float: left;
  font-weight: 400;
  color: #4b4b4b;
  padding-right: 15px;
}
.job_details_section .top_left {
  width: 50%;
  float: left;
  padding-bottom: 2px;
}
.job_details_section .key_account {
  width: 100%;
  float: left;
  background-image: url(../images/icon-job-key.png);
  background-size: 33px auto;
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 0 0 12px 60px;
  margin-bottom: 22px;
}
.job_details_section ol {
  width: 100%;
  float: left;
  padding: 0 0 0 30px;
  margin: 0;
}
.job_details_section ol li {
  font-size: 15px;
  font-weight: 400;
  color: #4b4b4b;
  font-family: Poppins, sans-serif;
  padding: 0;
  margin: 0;
}
.job_details_section ul {
  width: 100%;
  float: left;
  padding: 0 0 0 30px;
  margin: 0;
}
.job_details_section ul li {
  font-size: 15px;
  font-weight: 400;
  color: #4b4b4b;
  font-family: Poppins, sans-serif;
  padding: 0;
  margin: 0;
}
.job_details_section p {
  font-size: 15px;
  font-weight: 400;
  color: #4b4b4b;
  font-family: Poppins, sans-serif;
  padding: 0;
  margin: 0;
}
.job_details_section b,
.job_details_section strong {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.job_details_section .skill_requirement {
  width: 100%;
  float: left;
  background-image: url(../images/icon-job-requirement.png);
  background-size: 33px auto;
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 0 0 12px 60px;
  margin-bottom: 12px;
}
.job_details_section .sjb-page .sjb-detail .list-data ul li::before {
  color: #3297fa;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 15px;
  left: 0;
  position: absolute;
  top: -2px;
}
.job_details_section .dimensions_section {
  width: 100%;
  float: left;
  background-image: url(../images/icon-job-dimensions.png);
  background-size: 33px auto;
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 0 0 12px 60px;
  margin-bottom: 15px;
}
.job_details_section .dimensions_section .top_row {
  padding-bottom: 20px;
}
.job_details_section .dimensions_section .top_row_full .field_name {
  width: 100%;
  float: left;
  padding-right: 0;
}
.job_details_section .dimensions_section .top_row_full .field_value {
  width: 100%;
  float: left;
}
.job_details_section .compensation_section {
  width: 100%;
  float: left;
  background-image: url(../images/icon-job-salary.png);
  background-size: 33px auto;
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 0 0 12px 60px;
  margin-bottom: 22px;
}
.job_details_section .text_title {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.job_details_section .text_title h2 {
  max-width: 850px;
  width: 100%;
  font-size: 26px;
  font-family: Montserrat-Bold, sans-serif;
  font-display: swap;
  text-align: center;
  color: #013356;
  line-height: 1.3;
  margin: 0 auto;
}
.section_job_search_form_out {
  width: 400%;
  float: left;
  background-color: #f8f8f8;
  margin: 0 -150%;
  padding: 45px 150% 30px 150%;
}
.sjb-page .sjb-detail .section_job_search_form_new {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.sjb-page .sjb-detail .section_job_search_form {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.job_details_section .sjb-page label {
  font-weight: 400 !important;
}
.sjb-page .sjb-detail .section_job_search_form .form_label {
  width: 100%;
  float: left;
  font-family: Montserrat-Bold, sans-serif;
  font-display: swap;
  color: #013356;
  font-size: 14px;
}
.sjb-page .sjb-detail .section_job_search_form .form_label_hide {
  display: none;
}
.sjb-page .sjb-detail .section_job_search_form .form_label label {
  width: 100%;
  float: left;
  font-family: Montserrat-Bold, sans-serif;
  font-display: swap;
  color: #013356;
  font-size: 15px;
  padding: 0;
  margin: 0;
}
.sjb-page .sjb-detail .section_job_search_form .form_input {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.sjb-page .sjb-detail .section_job_search_form .form_input_file {
  width: 68%;
  margin-bottom: 0;
  padding-left: 20px;
}
.sjb-page .sjb-detail .section_job_search_form .btn_out_submit {
  width: 30%;
  float: right;
}
.sjb-page .sjb-detail .section_job_search_form .btn_out_submit .app-submit {
  margin: 5px 0 0 0;
  font-family: Montserrat-Medium, sans-serif;
  font-display: swap;
  font-size: 15px;
  color: #fff;
  background-color: #0191d7;
  border-color: transparent;
  border-radius: 14px;
  display: block;
  padding: 10px 50px;
}
.sjb-page
  .sjb-detail
  .section_job_search_form
  .btn_out_submit
  .app-submit:focus,
.sjb-page
  .sjb-detail
  .section_job_search_form
  .btn_out_submit
  .app-submit:hover {
  background-color: #057bb5;
  border-color: transparent;
}
.sjb-page .sjb-detail .jobpost-form .section_job_search_form .form-control {
  font-size: 15px;
  color: #333;
  background-color: transparent;
  font-family: Montserrat-Regular, sans-serif;
  font-display: swap;
  height: 36px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  border-bottom: 1px solid #9d9d9d;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 0;
}
.sjb-page
  .sjb-detail
  .jobpost-form
  .section_job_search_form
  input::-webkit-input-placeholder {
  color: transparent;
}
.sjb-page
  .sjb-detail
  .jobpost-form
  .section_job_search_form
  input:-moz-placeholder {
  color: transparent;
}
.sjb-page
  .sjb-detail
  .jobpost-form
  .section_job_search_form
  input::-moz-placeholder {
  color: transparent;
}
.sjb-page
  .sjb-detail
  .jobpost-form
  .section_job_search_form
  input:-ms-input-placeholder {
  color: transparent;
}
.sjb-page
  .sjb-detail
  .jobpost-form
  .section_job_search_form
  .form-control:focus {
  background-color: transparent;
  border-color: #0191d7;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sjb-page
  .sjb-detail
  .section_job_search_form_out
  .intl-tel-input
  .flag-container {
  display: none;
}
.sjb-page .sjb-detail .section_job_search_form_out .intl-tel-input input,
.sjb-page
  .sjb-detail
  .section_job_search_form_out
  .intl-tel-input
  input[type="tel"],
.sjb-page
  .sjb-detail
  .section_job_search_form_out
  .intl-tel-input
  input[type="text"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sjb-page .sjb-detail .section_job_search_form_out .jobpost-form .file {
  background: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  font-family: Montserrat-Medium, sans-serif;
  font-display: swap;
  color: #fc766a;
  height: 38px;
  line-height: 1.42857;
  padding: 8px 12px 8px 25px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.sjb-page .sjb-detail .section_job_search_form_out .jobpost-form .file div {
  display: none;
}
.sjb-page .sjb-detail .section_job_search_form_out .jobpost-form .file:before {
  content: "\f093";
  font-family: FontAwesome;
  font-size: 18px;
  color: #353535;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .current_careers_list {
    padding-top: 40px;
  }
  .current_careers_list h2 {
    font-size: 30px;
  }
  .current_careers_list p {
    font-size: 15px;
  }
  .current_careers_list p strong {
    font-size: 17px;
  }
}
@media only screen and (max-width: 960px) {
  .back_to_page_link {
    padding: 0 15px 25px 15px;
  }
  .back_to_page_link a {
    font-size: 15px;
  }
  .back_to_page_link a:before {
    font-size: 15px;
    top: -5px;
  }
  .job_details_section .job_title {
    padding: 0 0 30px 0;
  }
  .job_details_section .job_title h2 {
    font-size: 24px;
  }
  .job_details_section h4 {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .job_details_section .top_section {
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 50px;
  }
  .job_details_section .top_row {
    font-size: 14px;
  }
  .job_details_section .key_account {
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 0 50px;
  }
  .job_details_section ol {
    padding: 0 0 0 25px;
  }
  .job_details_section ol li {
    font-size: 14px;
  }
  .job_details_section ul {
    padding: 0 0 0 25px;
  }
  .job_details_section ul li {
    font-size: 14px;
  }
  .job_details_section p {
    font-size: 14px;
  }
  .job_details_section .skill_requirement {
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 0 0 0 50px;
  }
  .job_details_section .sjb-page .sjb-detail .list-data ul li::before {
    font-size: 14px;
    top: -2px;
  }
  .job_details_section .dimensions_section {
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 0 0 0 50px;
  }
  .job_details_section .compensation_section {
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 0 0 0 50px;
  }
  .job_details_section .text_title h2 {
    font-size: 24px;
  }
  .table_careers_list tbody td:first-child,
  .table_careers_list thead th:first-child {
    width: 34%;
  }
  .table_careers_list tbody td:nth-child(2),
  .table_careers_list thead th:nth-child(2) {
    width: 24%;
  }
  .table_careers_list tbody td:nth-child(3),
  .table_careers_list thead th:nth-child(3) {
    width: 19%;
  }
  .table_careers_list tbody td:last-child,
  .table_careers_list thead th:last-child {
    width: 19%;
    padding-right: 0;
  }
  .table_careers_list tbody td {
    padding: 8px 8px 8px 0;
  }
  .sjb-page .table_careers_list .btn-primary {
    min-width: 110px;
    font-size: 13px;
    border-radius: 10px;
    padding: 6px 13px;
  }
}
@media (max-width: 767px) {
  .current_careers_list {
    padding-top: 40px;
  }
  .current_careers_list h2 {
    font-size: 26px;
  }
  .current_careers_list p {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .current_careers_list p strong {
    font-size: 16px;
  }
  .current_careers_list_in {
    margin-bottom: 15px !important;
  }
  .table_careers_list tbody td:first-child,
  .table_careers_list thead th:first-child {
    width: 34%;
  }
  .table_careers_list tbody td:nth-child(2),
  .table_careers_list thead th:nth-child(2) {
    width: 24%;
  }
  .table_careers_list tbody td:nth-child(3),
  .table_careers_list thead th:nth-child(3) {
    width: 19%;
  }
  .table_careers_list tbody td:last-child,
  .table_careers_list thead th:last-child {
    width: 19%;
    padding-right: 0;
  }
  .table_careers_list tbody td {
    padding: 8px 8px 8px 0;
  }
  .sjb-page .table_careers_list .btn-primary {
    min-width: 110px;
    font-size: 13px;
    border-radius: 10px;
    padding: 6px 13px;
  }
  .back_to_page_link {
    padding: 0 0 25px 0;
  }
  .back_to_page_link a {
    font-size: 14px;
  }
  .back_to_page_link a:before {
    font-size: 14px;
    top: -4px;
  }
  .back_to_page_link_out .back_to_page_link {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .job_details_section {
    margin: 0 0 0 -10px;
  }
  .job_details_section .job_title {
    padding: 0 0 22px 0;
  }
  .job_details_section .job_title h2 {
    font-size: 20px;
  }
  .job_details_section h4 {
    font-size: 15px;
    padding-bottom: 16px;
  }
  .job_details_section .top_section {
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 40px;
  }
  .job_details_section .top_row {
    font-size: 14px !important;
  }
  .job_details_section .top_left {
    width: 100% !important;
  }
  .job_details_section .key_account {
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 0 40px;
  }
  .job_details_section ol {
    padding: 0 0 0 20px;
  }
  .job_details_section ol li {
    font-size: 14px;
  }
  .job_details_section ul {
    padding: 0 0 0 20px;
  }
  .job_details_section ul li {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .job_details_section p {
    font-size: 14px;
  }
  .job_details_section .skill_requirement {
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 0 0 0 40px;
  }
  .job_details_section .dimensions_section {
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 0 0 0 40px;
  }
  .job_details_section .compensation_section {
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 0 0 0 40px;
  }
  .job_details_section .text_title {
    margin-bottom: 30px;
  }
  .job_details_section .text_title h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 685px) {
  .sjb-page .sjb-detail .section_job_search_form .form_input_file {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }
  .sjb-page .sjb-detail .section_job_search_form .btn_out_submit {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 639px) {
  .table_careers_list tbody td:nth-child(2),
  .table_careers_list thead th:nth-child(2) {
    display: none;
  }
  .table_careers_list tbody td:nth-child(3),
  .table_careers_list thead th:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  .job_details_section .job_title h2 {
    font-size: 18px !important;
  }
}
.company_common_text p {
  font-size: 15px;
  color: #4b4b4b;
  font-family: Montserrat-Regular, sans-serif;
  text-align: justify;
  font-display: swap;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.company_common_text p strong {
  font-family: Montserrat-Bold, sans-serif;
  font-display: swap;
  color: #fc766a;
  font-weight: 400;
}
.company_common_text .wpb_text_column.wpb_content_element {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.section_company_info {
  padding: 40px 0 35px 0;
}
@media only screen and (max-width: 767px) {
  .banner_careers_list .text_title {
    padding-left: 0 !important;
  }
  .section_company_info {
    padding: 30px 0;
  }
}
.differentiators_section {
  padding-top: 20px !important;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 980px) {
  .differentiators_section {
    padding-bottom: 0;
  }
  .differentiators_section .col-sm-3 {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .differentiators_section {
    padding-top: 35px !important;
    padding-bottom: 0;
  }
  .wpcf7-form input[type="submit"] {
    width: inherit;
    padding: 8px 8px;
  }
}
.section_our_advan {
  padding-top: 45px;
  padding-bottom: 40px;
}
.section_our_advan .title_text {
  font-size: 32px;
  color: #0095db;
  font-family: Montserrat-Medium;
  font-display: swap;
  font-weight: 400;
}
.section_our_advan .wpb_content_element {
  margin-bottom: 0;
}
.section_our_advan .box_advan p {
  font-size: 15px;
  color: #4b4b4b;
  font-family: Montserrat-Regular, sans-serif;
  font-display: swap;
  line-height: 1.3;
  padding: 0;
}
.section_our_advan .box_advan .wpb_text_column {
  min-height: 225px;
  background-color: #eee !important;
  padding: 15px 10px;
}
.section_our_advan .box_advan .wpb_single_image .vc_figure {
  width: 100%;
}
.section_our_advan .box_advan .wpb_single_image .vc_single_image-wrapper {
  width: 100%;
}
.section_our_advan .box_advan .wpb_single_image img {
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .section_our_advan .title_text {
    font-size: 32px;
  }
  .section_our_advan .box_advan .wpb_text_column {
    min-height: 130px;
  }
}
@media (min-width: 920px) and (max-width: 1023px) {
  .section_our_advan .title_text {
    font-size: 30px;
  }
  .section_our_advan .box_advan .wpb_text_column {
    min-height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 919px) {
  .section_our_advan {
    padding-bottom: 15px;
  }
  .section_our_advan .title_text {
    font-size: 26px;
  }
  .section_our_advan .box_advan {
    width: 50% !important;
    margin-bottom: 30px;
  }
  .section_our_advan .box_advan .wpb_text_column {
    min-height: 90px;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section_our_advan {
    padding-bottom: 30px;
    text-align: center;
  }
  .section_our_advan .title_text {
    font-size: 24px;
  }
  .section_our_advan .box_advan {
    max-width: 400px;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
  .section_our_advan .box_advan .wpb_text_column {
    min-height: inherit;
    padding: 15px;
  }
}
.section_brand_out {
  padding-top: 60px;
  padding-bottom: 20px;
}
.section_brand_out h3 {
  font-size: 30px;
  color: #113554;
  font-family: Montserrat-Bold, sans-serif;
  font-display: swap;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.section_brand_out .wpb_content_element {
  margin-bottom: 15px;
}
.section_brand_out .article_box_out {
  width: 100%;
  float: left;
  text-align: center;
}
.section_brand_out .article_box {
  width: 16.3%;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 20px 25px 20px;
}
.section_brand_out .icon_box {
  width: 130px;
  height: 130px;
  float: none;
  background-color: #f9f9f9;
  border-radius: 15px;
  box-shadow: #e5e5e5 -4px -4px 10px, #e5e5e5 0 4px 10px;
  line-height: 130px;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
}
.section_brand_out .icon_box img {
  max-width: 72px;
}
.section_brand_out h4 {
  width: 100%;
  max-width: 265px;
  float: none;
  display: inline-block;
  font-size: 15px;
  color: #113554;
  font-family: MyriadPro-Semibold, Montserrat-Medium, sans-serif;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 0 20px 0;
  margin-bottom: 0;
}
.section_brand_out h4 a {
  color: #113554;
}
.section_brand_out h4 a:hover {
  color: #0191d7;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section_brand_out {
    padding-top: 50px;
  }
  .section_brand_out h3 {
    font-size: 26px;
    margin-bottom: 27px;
  }
  .section_brand_out .wpb_content_element {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .section_services_out .article_box {
    width: 19.6%;
  }
  .section_services_out h4 {
    font-size: 15px;
  }
  .section_brand_out .article_box {
    width: 19.6%;
  }
  .wpcf7-form input[type="submit"] {
    width: inherit;
    padding: 8px 8px;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .section_services_out .article_box {
    width: 24.5%;
  }
  .section_brand_out .article_box {
    width: 24.5%;
  }
}
@media (max-width: 767px) {
  .section_services_out h3 {
    font-size: 18px;
  }
  .section_services_out .article_box {
    width: 32.8%;
    padding: 0 10px 15px 10px;
  }
  .section_services_out h4 {
    font-size: 14px;
  }
  .section_brand_out {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .section_brand_out .wpb_content_element {
    margin-bottom: 0;
  }
  .section_brand_out h3 {
    font-size: 22px;
    padding-bottom: 25px;
  }
  .section_brand_out .article_box {
    width: 32.8%;
    padding: 0 10px 20px 10px;
  }
  .section_brand_out .icon_box {
    width: 130px;
    height: 130px;
    float: none;
    line-height: 130px;
    margin-bottom: 18px;
  }
  .section_brand_out .icon_box img {
    max-width: 72px;
  }
  .section_brand_out h4 {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 639px) {
  .section_services_out .article_box {
    width: 49.4%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .section_brand_out .article_box {
    width: 49.4%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 380px) {
  .section_services_out .article_box {
    width: 100%;
  }
  .section_brand_out .article_box {
    width: 100%;
  }
}
ul#menu-footer-menu-3 li:first-child a {
  color: #fff !important;
  font-weight: 700;
  font-size: 13px !important;
}
#pre-header-social li.social.flickr {
  display: none;
}
.section_office_location .vc_tta-panel-body p {
  font-size: 14px;
  line-height: 1.4;
  padding-right: 10px;
}
.section_office_location .vc_tta-panel-body p strong {
  color: #023355 !important;
  font-weight: bolder;
}
.section_office_location
  .vc_tta-panel-body
  .wpb_text_column.wpb_content_element {
  width: 49%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.wpb-js-composer
  .section_office_location
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-color: grey !important;
  background-color: #013356 !important;
}
.wpb-js-composer
  .section_office_location
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body,
.wpb-js-composer
  .section_office_location
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body::after,
.wpb-js-composer
  .section_office_location
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body::before {
  border-color: grey !important;
}
.wpb-js-composer
  .section_office_location
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-bottom-color: #fff !important;
}
.wpb-js-composer
  .section_office_location
  .vc_tta.vc_tta-style-classic
  .vc_tta-panel:not(:last-child)
  .vc_tta-panel-heading {
  margin-bottom: 1px;
}
.wpb-js-composer
  .section_office_location
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  margin-bottom: -1px;
}
.board_of_directors_row_out {
  padding-top: 15px !important;
  padding-bottom: 10px;
  position: relative;
}
.board_of_directors_row .vc_column-inner {
  text-align: center;
}
.board_of_directors_row > .custom_column > .vc_column-inner > .wpb_wrapper {
  background-color: #fff;
  display: block;
  margin: 0 auto 50px auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}
.custom_column > .vc_column-inner {
  max-width: 390px;
  margin: 0 auto;
}
.custom_column .read_link {
  width: 100% !important;
  text-align: right;
}
.board_of_directors_row .wpb_content_element {
  margin-bottom: 13px;
}
.board_of_directors_row .directors_name {
  margin-bottom: 5px !important;
}
.board_of_directors_row .directors_name h3 {
  text-align: center;
  color: #013356;
  font-size: 15px;
  font-family: Montserrat-Bold;
  line-height: 1.4;
  margin-bottom: 7px !important;
  font-weight: 600;
}
.board_of_directors_row .directors_positions p {
  font-size: 12px;
  font-family: Montserrat-Regular, sans-serif;
  line-height: 1.5;
  color: rgba(108, 108, 108, 0.9);
}
.board_of_directors_row .directors_positions {
  box-sizing: border-box;
  max-width: 180px;
  margin: 0 auto 10px auto !important;
  min-height: 35px;
}
.read_link_row .wpb_content_element {
  margin: 0;
}
.read_more_link {
  font-size: 12px;
  font-family: Montserrat-Regular, sans-serif;
  display: block;
  text-align: left;
  margin: 0 15px 15px;
  font-weight: 400;
}
.custom_column .read_more_link {
  float: none;
  display: inline-block;
  text-align: center;
  position: relative;
  padding-right: 23px;
  background-image: url(https://staffing.quesscorp.com/wp-content/uploads/2020/02/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px auto;
  outline: 0;
}
.board_of_directors_row .link_download {
  font-size: 12px;
  font-family: Montserrat-Regular, sans-serif;
  display: block;
  text-align: center;
  margin: 0 0 7px 0;
  font-weight: 400;
}
.board_of_directors_row .wpb_content_element.wpb_raw_html {
  margin-bottom: 0 !important;
}
.board_of_directors_row > .custom_column {
  margin-bottom: 30px;
}
.board_of_directors_row > .custom_column .wpb_single_image .vc_figure,
.board_of_directors_row
  > .custom_column
  .wpb_single_image
  .vc_single_image-wrapper {
  width: 100%;
}
.board_of_directors_row > .custom_column .wpb_single_image img {
  width: 100%;
}
.pum-theme-418 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  right: 6px !important;
  top: 6px !important;
  color: #989898 !important;
  border: none !important;
  border-radius: 26px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-color: #fff !important;
}
.pum-theme-418 .pum-container,
.pum-theme-lightbox .pum-container {
  padding: 38px !important;
  border-radius: 12px !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 19px 0 rgba(2, 2, 2, 0.6) !important;
  background-color: rgba(255, 255, 255, 1) !important;
}
.pum-theme-lightbox .pum-container .col_left {
  padding-right: 20px !important;
}
.pum-theme-lightbox .pum-container .col_left .icon_links {
  text-align: center;
}
.pum-theme-lightbox .pum-container .col_left .icon_links .wpb_single_image {
  width: 40px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.pum-theme-lightbox
  .pum-container
  .col_left
  .icon_links
  .wpb_single_image:nth-child(2)
  img {
  width: 26px;
}
.pum-theme-lightbox .pum-container .col_right {
  padding-left: 20px !important;
  border-left: 1px solid #ccc !important;
}
.main_title {
  font-family: Montserrat-Medium, sans-serif;
  font-display: swap;
}
@media only screen and (min-width: 992px) {
  .board_of_directors_row_out {
    padding-top: 15px !important;
    padding-bottom: 15px;
  }
  .board_of_directors_row {
    max-width: 1170px;
    margin: 0 60px !important;
    text-align: center;
  }
  .board_of_directors_row .custom_column {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  .board_of_directors_row .custom_column:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 3s;
    animation-duration: 2s;
  }
  .board_of_directors_row .custom_column:nth-child(2) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
  }
  .board_of_directors_row .custom_column:nth-child(3) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .board_of_directors_row .custom_column:nth-child(4) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
  }
  .board_of_directors_row .custom_column:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .board_of_directors_row .custom_column {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  .board_of_directors_row > .custom_column > .vc_column-inner > .wpb_wrapper {
    margin: 0 auto 30px auto;
  }
  .board_of_directors_row .directors_name h3 {
    color: #013356;
    font-size: 13px;
  }
  .board_of_directors_row .directors_positions {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .board_of_directors_row_out {
    padding-top: 10px !important;
    padding-bottom: 15px;
  }
  .board_of_directors_row > .custom_column > .vc_column-inner > .wpb_wrapper {
    height: auto !important;
    margin: 0 auto 30px auto;
  }
  .board_of_directors_row > .custom_column .wpb_single_image .vc_figure,
  .board_of_directors_row
    > .custom_column
    .wpb_single_image
    .vc_single_image-wrapper {
    width: 100%;
  }
  .board_of_directors_row > .custom_column .wpb_single_image img {
    width: 100%;
  }
  .pum-theme-418 .pum-container,
  .pum-theme-lightbox .pum-container {
    padding: 20px !important;
  }
  .pum-theme-lightbox .pum-container .col_right {
    padding-left: 0 !important;
    border-left: 0 solid #ccc !important;
  }
  .board_of_directors_row .directors_positions {
    min-height: auto;
  }
}
.section_testi_out {
  background-color: rgba(235, 235, 235, 0.6);
  overflow: visible !important;
}
.section_testi_out .wpb_content_element {
  margin-bottom: 0 !important;
}
.section_testi_out .section_testi {
  width: 100%;
  float: left;
  position: relative;
}
.section_testi_out .section_testi ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.section_testi_out .section_testi ul li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: static !important;
}
.section_testi_out .section_testi .testi_photo {
  width: 200px;
  float: left;
  position: relative;
  z-index: 1;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 40px;
}
.section_testi_out .section_testi .testi_descri {
  width: 100%;
  float: left;
  padding: 60px 150px 30px 270px;
}
.section_testi_out .section_testi .testi_descri p {
  font-size: 15px;
  color: #1c3866;
  font-family: Montserrat-Medium, sans-serif;
  font-display: swap;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 15px 0;
}
.section_testi_out .section_testi .testi_descri .name_text {
  width: 100%;
  float: left;
  color: #22a8f7;
  font-size: 15px;
  font-family: Montserrat-Bold, sans-serif;
}
.section_testi_out .section_testi .flexslider {
  margin: 0 0 0;
  margin-bottom: 0;
  background: 0 0;
  border: transparent;
  position: static !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1;
  overflow: visible !important;
}
.section_testi_out .section_testi .flex-control-paging {
  display: none;
}
.section_testi_out .section_testi .flex-direction-nav a {
  text-decoration: none;
  display: block;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  top: 50%;
  opacity: 1 !important;
}
.section_testi_out .section_testi .flex-direction-nav .flex-prev {
  opacity: 1 !important;
  display: block !important;
  left: 0;
  text-indent: -99999px;
}
.section_testi_out .section_testi .flex-direction-nav a.flex-prev:before {
  width: 100%;
  height: 100%;
  float: left;
  content: "\f053";
  font-family: FontAwesome;
  font-size: 15px;
  color: #013356;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 32px;
  z-index: 10;
  text-indent: 0;
}
.section_testi_out .section_testi .flex-direction-nav .flex-next {
  opacity: 1 !important;
  display: block !important;
  right: 0;
  text-indent: 0;
}
.section_testi_out .section_testi .flex-direction-nav a.flex-next:before {
  width: 100%;
  height: 100%;
  float: left;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 15px;
  color: #013356;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  line-height: 32px;
  text-indent: 0;
}
.section_testi_out .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}
.section_testi_out .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.section_testi_out .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}
.section_testi_out .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.section_testi_out .section_testi .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
  cursor: default;
}
.section_testi_out .section_testi .flex-pauseplay a {
  display: none;
}
.section_testi_out .section_testi .next_arrow,
.section_testi_out .section_testi .prev_arrow {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 42%;
  right: 38px;
}
.section_testi_out .section_testi .prev_arrow {
  top: auto;
  bottom: 42%;
}
.section_testi_out .section_testi .prev_arrow:after {
  width: auto;
  height: auto;
  float: left;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 7px solid #c98a20;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  z-index: 10;
  margin: -4px 0 0 -5px;
}
.section_testi_out .section_testi .next_arrow:after {
  width: auto;
  height: auto;
  float: left;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 7px solid #c98a20;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  z-index: 10;
  margin: -4px 0 0 -3px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section_testi_out .section_testi .testi_descri {
    padding: 40px 50px 40px 270px;
  }
}
@media (max-width: 767px) {
  .section_testi_out .section_testi .testi_photo {
    width: 150px;
    left: 30px;
  }
  .section_testi_out .section_testi .testi_descri {
    padding: 30px 30px 30px 200px;
  }
  .section_testi_out .section_testi .testi_descri p {
    font-size: 14px;
  }
  .section_testi_out .section_testi .testi_descri .name_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 639px) {
  .section_testi_out .section_testi .testi_photo {
    display: inline-block !important;
  }
  .section_testi_out .section_testi .testi_descri {
    padding: 30px 50px;
  }
}
/*ul#menu-footer-menu-3 li:nth-child(5) a {
  font-size: 13px;
  font-weight: 700 !important;
  padding-top: 10px !important;
}*/
.button_read_less .vc_btn3.vc_btn3-size-md,
.button_read_more .vc_btn3.vc_btn3-size-md {
  border-radius: 25px;
  padding: 12px 20px;
}
.vc_btn3-container.button_read_less a {
  display: none;
}
.content_read_more {
  display: none;
}
.rc-anchor-normal {
  height: 74px !important;
  width: 257px !important;
}
.rc-anchor-normal .rc-anchor-content {
  height: 74px !important;
  width: 159px !important;
}
.rc-anchor-normal .rc-anchor-pt {
  margin: 2px 59px 0 0 !important;
  padding-right: 2px !important;
  position: absolute !important;
  right: 0 !important;
  text-align: right !important;
  width: 261px !important;
}
.sectorContainer {
  text-align: center;
  display: inline-flex;
  padding: 1rem;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 15rem;
}
div#sectorsColumn div.wpb_text_column.wpb_content_element div.wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.segment {
  margin: 0 auto;
}
.sectorTitle {
  text-align: center;
  font-family: Montserrat-Bold;
  color: #023355;
  font-size: 1.5rem;
}
.office_loc_details .vc_tta-panel-body {
  height: 20rem;
  overflow-y: scroll !important;
}
.bg-Quess_PNG {
  display: block;
  width: 100px;
  height: 30px;
  background: url("../index_1.html") -105px -10px;
}
.bg-linkedin {
  width: 27px;
  height: 24px;
  background: url("../index_1.html") -105px -60px;
}
.bg-icons_01_75x75 {
  width: 75px;
  height: 75px;
  background: url("../index_1.html") -10px -10px;
}
.bg-icon_arrow {
  display: block;
  width: 30px;
  height: 21px;
  background: url("../index_1.html") -152px -60px;
}
.bg-ajax_loader {
  width: 16px;
  height: 16px;
  background: url("../index_1.html") -10px -105px;
}
.arrow_link span.bg-icon_arrow {
  float: right;
  margin-right: 1em;
}
#content-core {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.menu-footer-menu-2-container {
  margin-top: 0;
}
.menu-footer-menu-3-container {
  margin-top: 0;
}
.banner_title {
  font-family: Montserrat-Bold;
}
.our_services_section {
  padding: 10px 0 25px 0;
}
.our_service_title {
  font-size: 30px;
  font-family: Montserrat-Bold;
  margin-top: 10px;
  font-weight: 400;
}
.services_div {
  padding: 25px 8px 25px 8px;
  min-height: 255px;
  transition: all 0.3s ease-in-out;
}
.services_div:hover {
  box-shadow: 0 0 12px 0 #afafaf;
}
.service_title {
  font-weight: 400;
  font-family: Montserrat-Medium;
  font-size: 14px;
}
.service_content {
  margin: 10px 0;
  min-height: 120px;
}
.service_content p {
  opacity: 0;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  transition: opacity 0.3s ease-in-out;
  padding: 0 10px;
}
.home .about_section p {
  font-weight: 400;
  font-size: 18px;
}
.about_title,
.diff_title {
  font-size: 30px;
  font-weight: 400;
  font-family: Montserrat-Bold;
}
.diff_div {
  transition: all 0.3s ease-in-out;
  min-height: 266px;
  box-shadow: 0 0 8px #c3c3c3;
}
.diff_img {
  margin-bottom: 15px;
}
.diff_img img {
  width: 95px;
}
.diff_content p {
  font-family: Montserrat-Medium;
  color: #013356;
  font-size: 14px;
  font-weight: 400;
}
.comp_banner_heading {
  font-size: 50px;
}
.company_desc {
  height: 72px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.bus_purpose_title,
.comp_prof_title,
.our_adv,
.our_value {
  font-size: 30px;
  font-family: Montserrat-Bold;
  font-weight: 400;
}
.adv_sec {
  min-height: 475px;
  height: auto;
}
.business_sec {
  min-height: 700px;
  height: auto;
}
.geo_reach_sec {
  margin-bottom: 0;
  padding-top: 5px !important;
}
.geo_reach {
  margin-bottom: 0;
}
.geo_sec_top .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
.geo_sec_top .wpb_text_column.wpb_content_element h3 {
  font-size: 34px;
}
.canada_pin:hover,
.india_pin:hover,
.ksa_pin:hover,
.malaysia:hover,
.pilippines:hover,
.singapore:hover,
.sri_lanka:hover,
.uae_pin:hover,
.usa_pin:hover,
.vietnam_pin:hover {
  transform: scale(1.1) !important;
  transition: all 0.3s !important;
  cursor: pointer;
}
.geo_slider_sec .vc_column-inner {
  padding-top: 0 !important;
}
.geo_slider_sec .wpb_raw_code.wpb_content_element.wpb_raw_html {
  margin-bottom: 0;
}
.geo_title_sec > .vc_column-inner {
  padding-top: 15px !important;
  padding-bottom: 20px;
}
.lead_div {
  padding: 50px;
  margin: 20px 0 50px 0;
  box-shadow: 0 0 13px #b7b7b7;
}
.leader_info {
  border-right: 1px solid #ccc;
}
.leader_title {
  font-family: Montserrat-Bold;
  font-weight: 400;
  font-size: 20px;
  margin: 10px 0 5px 0;
}
.leader_tagline {
  font-family: Montserrat-Regular;
  position: relative;
  padding-right: 30px;
  margin-bottom: 10px;
}
.leader_tagline a {
  position: absolute;
  top: 5px;
  right: 0;
}
.banner_heading {
  font-size: 40px;
}
.recruit_breif_desc p {
  font-size: 14px;
}
.recruit_indutry_reach_sec {
  padding-top: 20px;
  padding-bottom: 0;
}
.recruit_indutry_reach_title,
.recruit_strength_title {
  font-size: 28px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.recruit_indutry_reach_points ul li {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 15px;
}
.recruit_strength_title {
  margin-bottom: 20px;
}
.strength_img {
  margin-bottom: 10px;
}
.recruit_process_our_strength_title {
  color: #4b4b4b !important;
  font-size: 18px;
  font-family: Montserrat-Medium;
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 30px !important;
}
.custom_img_radius img {
  border-radius: 12px;
}
.sol_sec_3 {
  padding-bottom: 10px !important;
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
  padding: 10px !important;
  background-color: #fff;
  color: #333 !important;
}
.tp-parallax-wrap {
  transform-style: unset !important;
}
.banner_heading {
  font-size: 40px;
}
.comp_overview_title {
  font-size: 24px;
  margin-bottom: 10px;
}
.comp_overview_desc p {
  font-size: 14px;
}
.ceo_note p {
  color: #013356;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 16px;
}
.media_read_more button {
  font-weight: 600;
  color: #0191d7;
  font-size: 13px;
}
.media_sec_3 {
  max-width: 980px;
  margin: 0 auto;
}
.section_job_seeker_form {
  padding-top: 40px !important;
}
.section_job_seeker_form .wpb_content_element {
  margin-bottom: 20px;
}
.contact_form_title h3 {
  color: #023357;
  font-size: 30px;
  margin-bottom: 10px;
  font-family: Montserrat-Bold;
  font-weight: 400;
}
.contact_form_title p {
  font-size: 15px;
  color: #4b4b4b;
  padding-bottom: 10px;
}
div.wpcf7-validation-errors {
  margin: 0 0 15px;
}
.form_row > .col-md-3,
.form_row > .col-sm-4 {
  margin-bottom: 10px;
}
.form_label {
  font-size: 13px;
}
.mandatory {
  color: red;
  font-size: 13px;
  margin-left: 2px;
}
.form-input,
input.form-input {
  width: 100%;
  padding: 6px 15px !important;
  border-color: #bfbfbf !important;
}
select.form-input {
  padding: 10px 15px !important;
}
.form_row .wpcf7-submit.emp_btn {
  font-family: Montserrat-Medium, sans-serif;
  width: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  border-radius: 8px;
  background-color: #0095da;
  border: 1px solid #0095da;
  padding: 6px 30px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.form_row .wpcf7-submit.emp_btn:hover {
  background-color: #047fbb;
  color: #fff;
}
.office_locations .loc_address h3 {
  color: #787d83;
  margin-bottom: 0;
  font-family: Montserrat-Medium, sans-serif;
}
#map_canvas {
  border: none !important;
}
.contact_form_sec .row {
  margin-bottom: 10px;
}
.contact_form_sec .wpcf7-form input {
  width: 100% !important;
}
div.wpcf7 input[type="file"] {
  padding-left: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.candi_category .btn-group,
.candi_category .multiselect.dropdown-toggle.btn {
  width: 100%;
  text-align: left;
  background-color: transparent;
  border-color: #ccc;
  position: relative;
  border-radius: 0;
  color: #787878;
}
.candi_category .multiselect.dropdown-toggle.btn:hover {
  background-color: transparent;
  box-shadow: none;
  border-color: #ccc;
}
.candi_category .btn-group.open .multiselect.dropdown-toggle.btn {
  background-color: transparent;
  box-shadow: none;
  border-color: #ccc;
}
.candi_category .multiselect.dropdown-toggle.btn .caret {
  position: absolute;
  top: 15px;
  right: 10px;
}
.candi_category .multiselect.dropdown-toggle.btn {
  overflow: hidden;
}
.multiselect-container > li > a {
  white-space: normal;
}
.candi_category .multiselect-container.dropdown-menu {
  max-height: 250px;
  overflow: auto;
}
.candi_category .multiselect-container.dropdown-menu li {
  margin-bottom: 0;
}
.candi_category .multiselect-container > li > a {
  padding: 6px 0;
}
.candi_category input[type="checkbox"] {
  width: auto;
  padding: 8px 15px;
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .contact_form_title h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .our_services_section .col-sm-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .services_div {
    padding: 50px 5px 10px 5px;
    min-height: 376px;
  }
  .services_div .service_content p {
    opacity: 1;
  }
  .lead_div {
    padding: 30px 15px;
  }
  .leader_info {
    padding-right: 20px;
  }
  .leadership_content {
    padding-left: 20px;
  }
  .banner_heading {
    font-size: 38px;
  }
  .sol_sec_1,
  .sol_sec_2 {
    padding-top: 28px !important;
  }
  .sol_sec_1 .recruit_breif_desc {
    text-align: justify;
  }
  .sol_img_sec {
    padding: 0 10px 0 0 !important;
  }
  .recruit_indutry_reach_title,
  .recruit_strength_title {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .recruit_process_our_strength_title {
    text-shadow: 0 0 #4b4b4b !important;
    font-size: 16px;
    font-family: Montserrat-Regular;
    margin-bottom: 26px;
    line-height: 26px !important;
  }
  .contact_form_title h3 {
    font-size: 28px;
  }
  .office_locations .loc_address h3 {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 14px;
  }
  .office_locations .loc_address p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 920px) {
  .menu-footer-menu-2-container {
    margin-top: 0;
  }
  .menu-footer-menu-3-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .candi_category .multiselect-container.dropdown-menu {
    max-width: 290px;
  }
  .our_service_title {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0;
  }
  #content .wpb_text_column .services_div {
    margin-bottom: 25px;
  }
  .services_div .service_content p {
    opacity: 1;
  }
  .about_title,
  .diff_title {
    font-size: 24px;
  }
  .home .about_section p {
    font-size: 14px;
  }
  .about_desc {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .diff_div {
    margin-bottom: 25px !important;
  }
  .vc_custom_1556608199433 {
    padding-bottom: 25px !important;
  }
  .comp_banner_heading {
    font-size: 28px !important;
  }
  .bus_purpose_title,
  .comp_prof_title,
  .our_adv,
  .our_value {
    font-size: 26px;
  }
  .abt_read_more.vc_btn3-container.vc_btn3-right {
    text-align: left;
  }
  .purpose,
  .vision {
    padding: 20px 10px !important;
  }
  .geo_reach_sec {
    margin-bottom: 0;
    padding-top: 5px !important;
  }
  .geo_reach {
    margin-bottom: 0;
  }
  .values_sec p {
    font-size: 16px;
  }
  .geo_sec_top .wpb_text_column.wpb_content_element h3 {
    font-size: 22px;
  }
  .geo_title_sec p {
    font-size: 12px;
  }
  .lead_div {
    padding: 26px 10px;
    margin: 20px 0 50px 0;
    box-shadow: 0 0 13px #b7b7b7;
  }
  .leader_info {
    border-right: none;
    padding-right: 15px;
  }
  .leadership_content {
    padding-left: 15px;
  }
  .leader_tagline {
    font-family: Montserrat-Regular;
    margin-bottom: 20px !important;
  }
  .banner_heading {
    font-size: 24px !important;
  }
  .sol_sec_1,
  .sol_sec_2 {
    padding-top: 18px !important;
  }
  .sol_sec_1 .vc_col-sm-6 {
    order: 2;
  }
  .sol_sec_1 .sol_img_sec.vc_col-sm-6 {
    order: 1;
    margin-bottom: 20px;
  }
  .sol_img_sec {
    padding: 0 0 !important;
  }
  .sol_sec_2 .sol_img_sec {
    margin-bottom: 20px;
  }
  .recruit_indutry_reach_title,
  .recruit_strength_title {
    padding-left: 9px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .recruit_indutry_reach_points ul {
    padding-left: 7px;
  }
  .recruit_process_our_strength_title {
    margin-bottom: 26px;
  }
  .media_sec_1 {
    padding-top: 20px;
  }
  .media_sec_1 .sol_img_sec {
    margin-bottom: 20px !important;
  }
  .comp_overview_desc p {
    text-align: justify;
  }
  .media_sec_2 .wpb_single_image.wpb_content_element.vc_align_right {
    text-align: center;
  }
  .contact_form_title h3 {
    font-size: 26px;
  }
  .office_locations .vc_empty_space {
    display: none;
  }
  .loc_address {
    margin-bottom: 20px;
  }
  .office_locations .loc_address h3 {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 14px;
  }
  .office_locations .loc_address p {
    font-size: 13px;
  }
  .contact_form_title {
    margin-bottom: 20px;
  }
  .form-input,
  input.form-input,
  select.form-input {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .about_desc {
    padding-right: 10%;
    padding-left: 10%;
    text-align: center;
  }
  .ceo_note p {
    max-width: 80%;
  }
}

ul#menu-footer-menu-3 li:first-child a {
  color: #fff !important;
  font-weight: 700;
  font-size: 13px !important;
}

#footer-core a {
  color: #ffffff !important;
  line-height: normal !important;
  font-family: Montserrat-Regular !important;
}

#footer .widget li a {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

/*@media screen and (max-width:480px){
	 li.mobile-menu::before{
		content: '+' !important;
		color: #ffffff !important;
		right: 20px !important;
		position: absolute;
		top: 5px !important;
		font-size: 22px;
		font-weight: bold;
	 }
	 li.mobile-menu ul.sub-menu li a{
	 display: none !important;
	}
}*/