/*
Theme Name: Solve Global 2019
Author: Prosoft Phils
Author URL: http://prosoft-phils.com/
Description: Main CSS for Global Partials
*/

/*--------------------------------------------------------------
Custom Class
--------------------------------------------------------------*/
.space {
  display: block;
}

.content-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

sup.title-sup {
  font-size: 15px;
  top: -18px;
}

sup.sidebar-sup {
  font-size: 10px;
  top: -7px;
}

/*--------------------------------------------------------------
General Styling
--------------------------------------------------------------*/
.home-fact,
.home-calculator,
.home-puzzle,
.home-reviews,
.home-msd {
  padding-top: 130px;
  padding-bottom: 130px;
}

.home-reviews {
  padding-top: 100px;
}

.home-reviews-article {
  padding-bottom: 80px;
}

.msd-pg,
.contact-pg {
  /* padding-bottom: 80px;
  min-height: 90vh; */
}

.popup-iframe-embed iframe {
  overflow: scroll;
}

.msd-pg .container {
  position: relative;
}

sup {
  top: -4px;
  font-size: 10px;
}

/*--------------------------------------------------------------
MSD Page
--------------------------------------------------------------*/
.msd-pg {
  position: relative;
}

.msd-pg .back-btn {
  position: absolute;
  top: -50px;
  right: 10px;
}

/*--------------------------------------------------------------
 Blog Cards
--------------------------------------------------------------*/
.blog-card__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.blog-card {
  background: var(--white);
  width: 30%;
  -webkit-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.blog-card__content {
  flex: 1 0 auto;
  padding: 16px 24px;
}

.blog-card__img {
  height: 200px !important;
  object-fit: cover;
}

.blog-card__content-title {
  margin-bottom: 12px;
  color: var(--color-blue);
  font-family: "NunitoB", arial, sans-serif !important;
  font-size: 18px;
}

.blog-card__link {
  text-align: right;
  margin-right: 16px;
}

/*--------------------------------------------------------------
 Article Sidebar
--------------------------------------------------------------*/
.article-sidebar {
  margin-bottom: 64px;
  border: 1px solid #707070;
  border-radius: 10px;
  overflow: hidden;
}

.article-sidebar__header {
  background: var(--color-blue);
  padding: 12px 24px;
  color: var(--white);
}

.article-sidebar__header h2 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 1;
}

.article-sidebar__body {
  padding: 12px 24px;
}

.article-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-sidebar__list li {
  border-top: 1px solid #707070;
  padding: 12px 0;
}

.article-sidebar__list li:first-child {
  border-top: none;
  padding-top: 8px;
}

.article-sidebar__list li a {
  color: #676767;
  font-size: 18px;
  font-weight: bold;
}

.article-sidebar__list li a.active-article,
.article-sidebar__list li a:hover,
.article-sidebar__list li a:active,
.article-sidebar__list li a:focus {
  color: #279fd1;
}

/*--------------------------------------------------------------
Video Background
--------------------------------------------------------------*/
.vid-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.header {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.desktop-header-fixed {
  padding: 12px 15px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.8);
}

/*HEADER MARGIN*/
header {
  margin-bottom: 180px;
}

header.header-home {
  margin-bottom: 0;
}

/*HEADER ON SCROLL*/
.desktop-header-scroll {
  background: rgba(0, 0, 0, 1);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/*HEADER LINKS*/
.header-links {
  text-align: right;
}

.header-links,
.header-links a {
  color: #fff;
}

.header-phone {
  font-size: 22px;
  margin-top: 18px;
  margin-bottom: 0;
}

/*NAV MENU*/
ul.nav-menu {
  margin-top: 15px;
}

ul.nav-menu li a {
  text-transform: uppercase;
}

.header-links a:not(header .btn-link:hover):hover,
ul.nav-menu li a:not(header .btn-link:hover):hover,
footer .btn-link a:hover {
  color: var(--color-lblue) !important;
}

ul.nav-menu li a, .btn-link a:not(.btn-login-header) {
  margin-left: 50px;
}

header a.btn-link {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: var(--color-orange);
  text-align: left !important;
  font-size: 14px;
}

header a.btn-link:hover {
  background-color: var(--color-green);
}

.login-menu-dropdown nav {
  right: 5%;
}

.login-menu-dropdown .nav-menu-login {
  gap: 1em;
}

/*--------------------------------------------------------------
HEADER v2
--------------------------------------------------------------*/
.header-v2 ul.nav-menu {
  margin-top: 55px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.header-v2 .desktop-header-fixed {
  padding: 7px 15px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.8);
}

.header-v2 .logo img {
  transition: all 0.3s ease;
}

/*HEADER ON SCROLL*/
.header-v2 .desktop-header-scroll {
  background: rgba(0, 0, 0, 1);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.header-v2 .desktop-header-scroll .logo img {
  width: 180px;
  transition: all 0.6s ease;
}

.header-v2 .desktop-header-scroll ul.nav-menu {
  margin-top: 24px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* for pages longer than 100vh; footer will stay at page end */
.container-full-vh ~ footer {
  position: relative;
}

footer ul.nav-menu {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

footer ul.nav-menu li a {
  color: #fff;
}

footer .btn-link a {
  padding: 0 !important;
  background-color: transparent !important;
}

/*--------------------------------------------------------------
COMMON STYLES
--------------------------------------------------------------*/
.fact-gradient {
  color: #fff;
  background: rgba(51, 51, 51, 1);
  background: -moz-linear-gradient(
    top,
    rgba(51, 51, 51, 1) 0%,
    rgba(0, 104, 142, 1) 51%,
    rgba(51, 51, 51, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(51, 51, 51, 1)),
    color-stop(51%, rgba(0, 104, 142, 1)),
    color-stop(100%, rgba(51, 51, 51, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(51, 51, 51, 1) 0%,
    rgba(0, 104, 142, 1) 51%,
    rgba(51, 51, 51, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(51, 51, 51, 1) 0%,
    rgba(0, 104, 142, 1) 51%,
    rgba(51, 51, 51, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(51, 51, 51, 1) 0%,
    rgba(0, 104, 142, 1) 51%,
    rgba(51, 51, 51, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(51, 51, 51, 1) 0%,
    rgba(0, 104, 142, 1) 51%,
    rgba(51, 51, 51, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=0 );
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.45);
}

/*--------------------------------------------------------------
404 PAGE NOT FOUND
--------------------------------------------------------------*/

.header-v2 .desktop-header .aff-logo-spt {
  width: 200px;
}

.header-v2 .affiliate-logo-present .aff-logo-nlpt {
  width: 150px;
}

.header-v2 .desktop-header-scroll .affiliate-logo-present .aff-logo-nlpt {
  width: 100px;
}

.header-v2 .desktop-header-scroll .logo.affiliate-logo-present .aff-logo-spt {
  width: 130px;
}

/* Header Sidebar on Home 2019 */

section.header-docu-style{
  color: #000;
}

section.header-docu-style .header-user-container{
	text-align:end;
	padding-right: 1em;
}

section.header-docu-style .header-user-container{
	text-align:end;
	padding-right: 1em;
}

section.header-docu-style a.btn.dropdown-toggle{
	background-image:none !important;
	background-color:revert  !important;
	border: none;
	box-shadow: none;
  margin-left: 50px;
}

section.header-docu-style a.btn.dropdown-toggle:after{
	content: none;
}

section.header-docu-style a.btn.dropdown-toggle i{
	font-size:2em;
}

section.header-docu-style ul.dropdown-menu li{
	margin-left:0;
	width:100%;
	width:-webkit-fill-available;
	
	height: 2em;
  padding-right: 25px;
}

section.header-docu-style ul.dropdown-menu li.line-down{
	border-bottom: 1px solid #e6e6e6;
}
section.header-docu-style ul.dropdown-menu li a{
	line-height: normal;
  text-align: left;
  color: #212529;
}

section.header-docu-style ul.dropdown-menu li:hover {
	background-color: #f8f9fa;
}

section.header-docu-style ul.dropdown-menu li a:hover{
	height: auto;
	color: #0056b3;
	background-color: revert;
	background-image: none;
}

section.header-docu-style ul.dropdown-menu .dropdown-item a.disabled{
	cursor: default;
	pointer-events: none;
	text-decoration: none;
	color: grey !important;
}

section.header-docu-style ul.dropdown-menu .dropdown-item i {
  font-size: 12px;
}

section.header-docu-style ul.dropdown-menu li a{
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 0.8rem;
	line-height: 24px;
	
	display: flex;
    align-items: baseline;
    justify-content: space-between;
}

section.header-docu-style ul.dropdown-menu li.active-item{
  font-weight: 600;
}

#notification-icon{
  position: absolute;
  right: 4px;
  bottom: 28px;
  font-size: 0.7rem;
  z-index:100;
}

#notification-icon.d-none{
  display:none;
}

.yellow-color{
  color: #ffca00 !important;
}

.only-mobile-links{
  display: none !important;
}

@media (max-width: 479px) {
  /* start of phone styles */
  .only-mobile-links{
    display: block !important;
  }
  
	.c-tagline{
		font-size:12px !important;
		line-height:12px !important;
	}

}

.aon-logo{
	width: 160px !important;
}

.c-tagline{
	font-size:18px;
	line-height:22px;
	margin:10px 0 0;
}

.c-introducing{
	font-weight: bold;
    font-style: italic;
    font-size: 18px;
	margin:0;
	padding:0 10px;
}

.c-solve-logo{
	width:250px;
}

.hub-logo{
    width: 70px !important;
}

.contact-now-mobile img{
	display:inline !important;
}


.contact-us-affiliates{
	display:inline-block;
}

.contact-now .ui-pnotify-text{
	padding-left:0;
}


.contact-now .ui-pnotify {
    width: 320px !important;
}

.btn-contact-now{
	padding: 10px 65px;
    margin-bottom: 30px;
}

.contact-now-header{
	margin:0 0 20px;
}

.contact-now .ui-pnotify .icon-ok-sign{
	display:none;
}

.contact-now .ui-pnotify .ui-pnotify-closer{
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0 20px;
}

.solve-solutions-image img{
	margin-top:-5px;
}

.p-moc-container{
	margin-left:23px;
}