/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {
  font-family: 'Nunito', sans-serif !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

body::before
  position: fixed !important;
}

/* Common CSS */
header.me-header.header-standard.nbs-custom-header .header-main-content .advanced-menu-header .hs-menu-wrapper > ul li a,
a{
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.overline-text {
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
	font-weight: 500;
	padding-bottom: 12px;
	margin-bottom: 25px;
	display: inline-block;
}

.overline-text::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #000;
	width: 70%;
	margin: 0 auto;
}

.headling_left .overline-text::after {
  margin: 0 auto 0 0;
}

.headling_right .overline-text::after {
  margin: 0 0 0 auto;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-weight: normal !important;  
  line-height: 1.2 !important;
  font-weight: normal !important;
  
}



h2 {  
  font-size: 2.58889rem !important;
  margin-bottom: 10px;
  margin-top:0 !important;
  color:#284664;
}

h3, .h3, .me-h3 {
	font-size: 2.27778rem !important;
  color:#284664;
}

h4, .h4, .me-h4 {
	font-size: 1.66667rem !important;
  margin-bottom: 10px;
  color:#284664;
}

h5, .h5, .me-h5 {
	font-size: 1.11111rem !important;
  margin-bottom: 10px;
  color:#284664;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
  border-bottom: 0 !important;
}

p {
	font-size: 1rem !important;
	font-weight: 300 !important;
  line-height: 24px !important;
}

.boxshadow {
  box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
  -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
}

a:hover {
  color: #f7a914;
}

.body-container ul:not(.tab) {margin-left:15px;margin-top:15px;}
.body-container ul li {padding-left: 10px;}

/* Header CSS */

.nbs-custom-header > div:first-child {
  -webkit-box-shadow: 2px 3px 10px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 3px 10px -1px rgba(0,0,0,0.25);
  box-shadow: 2px 3px 10px -1px rgba(0,0,0,0.25);
  background-color: #fff;
}

.me-header.header-standard.nbs-custom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 11111;
}

header.me-header.header-standard.nbs-custom-header .header-main-content .advanced-menu-header .hs-menu-wrapper > ul li a, 
header.me-header.header-standard.nbs-custom-header .advanced-menu-header .hs-menu-wrapper > ul li a{
	color: #000;
}

.nbs-custom-header .me-header-popup-search .input-wrapper #search-btn svg .st0 {
  stroke: #292935;
  fill: #292935;
}

.nbs-custom-header .hs-menu-item.hs-menu-depth-1:last-child {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

header.me-header.header-standard.nbs-custom-header .hs-menu-item.hs-menu-depth-1:last-child > a{
  background-color: #f7bb18;
  padding: 12px 20px !important;
  border-radius: 4px;  
}

header.me-header.header-standard.nbs-custom-header .hs-menu-item.hs-menu-depth-1:last-child > a:hover{
  background-color: #f7a914;
  color: #000 !important;
}

header.me-header.header-standard.nbs-custom-header .me-header-popup-search .input-wrapper {
	padding-left: 0px;
}

header.me-header.header-standard.nbs-custom-header .slicknav_menu .slicknav_icon-bar {
  background-color: #000;
}

/* Hero Banner CSS */
.hero-banner-inner {
	max-width: 70%;
	text-align: center;
  margin: 0 auto;
}

.hero-banner.headling_center .hero-banner-inner {
  text-align: center;
  margin: 0 auto;
}

.hero-banner.headling_left .hero-banner-inner {
  text-align: left; 
  margin: 0 auto 0 0;
}

.hero-banner.headling_right .hero-banner-inner {
  text-align: right;  
  margin: 0 0 0 auto;
}

.hero-banner {
	padding: 70px 0 65px 0;
  min-height: 300px;
  display: flex;
  align-items: center;
  padding-top: 150px;
}

.hero-banner-inner h1 {
  border-bottom: 0;
}


/* Button Style */
.heading-btn-group a::before {
  display: none;
}

.heading-btn-group .btn_filled,
.heading-btn-group .btn_bordered{
  text-transform: uppercase;
  font-weight: 600;
  text-align:center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: inline-block;
}

.heading-btn-group .btn_text {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}

.heading-btn-group {
  margin-top: 25px;
}

.heading-btn-group a:nth-child(n+2) {
  margin-left: 10px;
}

.mfp-wrap,
.mfp-bg{
  z-index: 111111 !important;  
}

p {
  margin-bottom: 25px;
}

p:last-of-type {
  margin-bottom: 0;
}

.two-column-main {
  margin-top: 50px;
}

 /* Animation CSS */
body {overflow-x: hidden;}

/* Disable animations in page editor */
body.hubspot-disable-focus-styles [data-aos^="fade"][data-aos^="fade"],
body.hubspot-disable-focus-styles [data-aos^="flip"][data-aos^="flip"]{
	visibility: visible!important;
   opacity: 1 !important;
}

body.hubspot-disable-focus-styles [data-aos="fade-up"],
body.hubspot-disable-focus-styles [data-aos="fade-down"],
body.hubspot-disable-focus-styles [data-aos="fade-right"],
body.hubspot-disable-focus-styles [data-aos="fade-left"],
body.hubspot-disable-focus-styles [data-aos="fade-up-right"],
body.hubspot-disable-focus-styles [data-aos="fade-up-left"],
body.hubspot-disable-focus-styles [data-aos="fade-down-right"],
body.hubspot-disable-focus-styles [data-aos="fade-down-left"],
body.hubspot-disable-focus-styles [data-aos="flip-left"],
body.hubspot-disable-focus-styles [data-aos="flip-right"],
body.hubspot-disable-focus-styles [data-aos="flip-up"]{
  transform: initial !important;
}


.btn_text::before {
  position: absolute;
  content: "\f061";
  font-family: "FontAwesome";
  display: inline-block !important;
  right: -25px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;  
} 

.btn_text:hover::before {
	right: -28px;
	border-bottom: 0;
	display: inline-block !important;
	width: initial;
	bottom: initial;
	content: "\f061";
}

.iconbox-description {
	margin-top: 12px;
}

.mobile-menu--exit {
	cursor: pointer;
}

/* Blank page CSS */
.header-title-main.heading_center.explore-out-cloud-heading {
	margin-bottom: 20px;
}



/*  Responsive CSS */

@media only screen and (max-width:1200px) {
  .landing-page-listing .row-depth-1.row-number-24.dnd-section {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 991px) {
   header.me-header.header-standard .slicknav_menu .slicknav_btn {
    margin-right: 10px;
  }
  
  .hero-banner.headling_center .hero-banner-inner {
    max-width: 100% !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-5.dnd-section {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-8.dnd-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-10.dnd-section {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-13.dnd-section {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-16.dnd-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-18.dnd-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-18.dnd-section .span4 {
    width: 100%;
    margin-bottom: 40px;
  }  
  
  .landing-page-listing .row-depth-1.row-number-18.dnd-section .span8 {
    width: 100%;
    margin-left: 0;
  }
  
  .landing-page-listing .row-depth-1.row-number-18.dnd-section > .row-fluid {
    flex-wrap: wrap;
  }
  
  .landing-page-listing .row-depth-1.row-number-21.dnd-section {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-24.dnd-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  
  /* Detail Page CSS */
  .landing-page-listing.landing-detail .row-depth-1.row-number-8.dnd-section {
    padding-bottom: 200px !important;
  }
  
  .landing-page-listing.landing-detail .row-depth-1.row-number-10.dnd-section {
    padding-top: 0 !important;
    margin-top: -150px !important;
  }
  
  .landing-page-listing.landing-detail .row-depth-1.row-number-12.dnd-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;    
  }
  
  .landing-page-listing.landing-detail .row-depth-1.row-number-15.dnd-section,
  .landing-page-listing.landing-detail .row-depth-1.row-number-17.dnd-section,
  .landing-page-listing.landing-detail .row-depth-1.row-number-19.dnd-section,
  .landing-page-listing.landing-detail .row-depth-1.row-number-22.dnd-section,
  .landing-page-listing.landing-detail .row-depth-1.row-number-25.dnd-section{
    padding-top: 80px !important;
    padding-bottom: 80px !important;    
  }
  
  .landing-page-listing.landing-detail .row-depth-1.row-number-25.dnd-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;    
  }
  
  .video-block-main.home-video-block {
    margin-top: -160px !important;
  }

  .home-page .row-depth-1.row-number-18.dnd-section {
    padding-bottom: 200px !important;
  }

}

@media only screen and (max-width: 767px) {
  .hero-banner {
	 padding: 50px 0 45px 0;	
    margin-top:50px;
  }
  
  h2 { 
    font-size: 2.33333rem !important;
    line-height: 1.1 !important;
  }
  
   .heading-btn-group a{
    font-size: 16px !important;
   
  }
  
  .heading-btn-group a:nth-child(n+2){    
    margin-top: 15px;
  }
  
 .landing-page-listing .row-depth-1.row-number-5.dnd-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-8.dnd-section {
    padding-top: 50px !important;
    padding-bottom: 90px !important;
  }
  
  .two-column-main {
    margin-top: 30px;
  }
  
  .landing-page-listing .row-depth-1.row-number-10.dnd-section {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-10.dnd-section .row-number-12.dnd-row {
    padding-top: 0px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-10.dnd-section .row-number-12.dnd-row .contentandimage-main.video-two-col {
    margin-top: 30px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-13.dnd-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-13.dnd-section .header-title-main {
    margin-bottom: 30px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-16.dnd-section {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
  } 
  
  .landing-page-listing .row-depth-1.row-number-18.dnd-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-18.dnd-section .span4 {
    margin-bottom: 20px;
  }
  
  .landing-page-listing .row-depth-1.row-number-21.dnd-section {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }
  
  h3, .h3, .me-h3 {
    font-size: 1.78rem !important;    
  }
  
  .landing-page-listing .row-depth-1.row-number-21.dnd-section .header-title-main {
    margin-bottom: 30px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-24.dnd-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .landing-page-listing .row-depth-1.row-number-24.dnd-section > .row-fluid .span6:first-child {
    margin-bottom: 30px;
  }
  
  .landing-page-listing .row-depth-1.row-number-24.dnd-section > .row-fluid .span6 {
    padding: 0 !important;
  }
  
  
  .landing-page-listing.landing-detail .row-depth-1.row-number-12.dnd-section,
  .landing-page-listing.landing-detail .row-depth-1.row-number-15.dnd-section,
  .landing-page-listing.landing-detail .row-depth-1.row-number-17.dnd-section,
  .landing-page-listing.landing-detail .row-depth-1.row-number-19.dnd-section,
  .landing-page-listing.landing-detail .row-depth-1.row-number-22.dnd-section,
  .landing-page-listing.landing-detail .row-depth-1.row-number-25.dnd-section{
    padding-top: 50px !important;
    padding-bottom: 50px !important;    
  }
  
  .landing-page-listing.landing-detail .row-depth-1.row-number-25.dnd-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;    
  }
  
  .landing-page-listing.landing-detail .row-depth-1.row-number-15.dnd-section,
  .landing-page-listing.landing-detail .row-depth-1.row-number-17.dnd-section{
    padding-bottom: 100px !important;
  }
  
  .landing-page-listing.landing-detail .row-depth-1.row-number-19.dnd-section .header-title-main{
    margin-bottom: 30px !important;
  }
  
  .landing-page-listing.landing-detail .row-depth-1.row-number-5.dnd-section {
    padding-top: 20px !important;
  }
  
  .video-block-main.home-video-block {
    margin-top: -160px !important;
  }

  .home-page .row-depth-1.row-number-18.dnd-section {
    padding-bottom: 200px !important;
  }
  
  .calltoaction-main.resp-bottom-space {
    margin-bottom: 30px;
  }
  
  .home-page .row-depth-1.row-number-25.dnd-section {
    padding-bottom: 30px !important;
  }
  
}

@media only screen and (max-width: 479px) {
  .heading-btn-group {    
    max-width: 260px;
    margin: 0 auto;
    margin-top: 25px;
  }
  
  .heading-btn-group a:nth-child(n+2){    
    margin-left: 0px;
  }
  
  .heading-btn-group .btn_bordered {
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
  }
  
  .landing-page-listing.landing-detail .row-depth-1.row-number-10.dnd-section {    
    margin-top: -90px !important;
  }
  
  .landing-page-listing.landing-detail .row-depth-1.row-number-8.dnd-section {
    padding-bottom: 130px !important;
  }
  
  .video-block-main.home-video-block {
    margin-top: -160px !important;
  }

  .home-page .row-depth-1.row-number-18.dnd-section {
    padding-bottom: 200px !important;
  }
  
  
}