/* ==========================================================================
Custom Menu Primary
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');

.before:before {
  content: "";
  margin-top: 30px !important;
  width: 100%;
  height: 1px;
  background: #707070;
  display: block;
  margin-bottom: 30px !important;
  margin: 0 auto;
  max-width: 1280px;
}.member-img-group img { max-height: 273px; width: 100%; }
.after:after {
  content: "";
  margin-top: 65px !important;
  width: 100%;
  height: 1px;
  background: #707070;
  display: block;
  /*margin-bottom: 30px !important;*/
  margin: 0 auto;
  max-width: 1280px;
}
/* Set ul background color */
/* Set li background Color */
/* Set link Color */
/* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  padding:0;
  margin-top: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/*Remove the underline on links in the menu*/
. {text-decoration:none;}

/* Fix menu disappearing on desktop after toggling mobile menu */




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

/*@media (max-width: 1600px){*/


/* Variables
========================================================================== */

/* Set Mobile Menu Background Color */
/* Set Link Color */
/* Set Link Hover Color */

/* 
* Menu Reset
*
* Remove styling from desktop version of custom-menu-primary. Place any 
* additional CSS you want removed from the mobile menu in this reset 
*/

.custom-menu-primary,
.custom-menu-primary .hs-menu-wrapper > ul,
.custom-menu-primary .hs-menu-wrapper > ul li,
.custom-menu-primary .hs-menu-wrapper > ul li a{
  /*
  display: block;
  float: none;
  position: static;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 0px;
  margin: 0px;
  background-image: none;
  background-color: transparent;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none; 
  max-width: none;
  width: 100%;
  height: auto;
  line-height: 1;  
  font-weight: normal;
  text-decoration: none;
  text-indent: 0px;
  text-align: left;
  color:#ffffff;
  */
}


/* Toggle Button
========================================================================== */

.mobile-trigger i{
  transform:rotate(90deg);
  transition: transform 1.0s ease;
}
.menu {
  margin-left: 5px;
}
.mobile-trigger{
  display: inline-block !important; /* Show button on mobile */
  cursor: pointer; /* Mouse pointer type on hover */
  position: absolute; /*******************************************/
  top: 0px;          /* Position Button at right of screen  */
  left: 10px;        /*******************************************/
  width: auto; /* Button width */
  height: auto; /* Button height */      
  padding: 7px 10px 8px 10px;
  background: transparent; /* Background color */
  /*border: 1px solid #28647c;*/
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*color: #28647c; */
  color:#fff;
  position: relative;
  z-index: 9;
  margin: 95px 0 0 77px;
}
.row-fluid-wrapper.row-depth-1.row-number-7 {
  background:transparent;

  position: relative;
}

.bgwhite.bigerbg:before {
  content: "";
  margin-top: -100px !important;
  width: 100%;
  margin-left:50px !important;
  height: 1px;
  background: #707070;
  display: block;
  margin-bottom: 50px !important;
  margin: 0 auto;
  max-width: 1280px;
}v




.bigview h2{
  padding-top: 60px !important;
}
.bigview{
  padding-top: 52px !important;
  text-align: center;}

.bigview h2, .bigview h3 {
  font-size: 41px!important;
  margin: 0px !important;}

.bigview h3 {
  color:#fff;
  margin-top: -13px !important;
  margin-left: 0px !important;
}
.bigview h2 {   color: #F36C21 !important;
} 

.span7.widget-span.widget-type-rich_text.footer-about {
  padding-left: 160px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  width: auto;
  text-align: left !important;
  text-indent: 0px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}



.mobile-open .mobile-trigger{background:#245a6f !important;margin: 90px 0 0 80px;padding: 10px;border-radius: 50%;}
.mobile-open .mobile-trigger i{background:#fff !important;}
.mobile-open .mobile-trigger i:after{background:#fff !important;}
.mobile-trigger:hover{
  text-decoration: none; /* Removes link text underline on button */
  /*color:#ffffff;
  background-color: #28647c; */
  border-color: transparent;
}

/* Change button when menu is open */
.mobile-open .mobile-trigger{
  /*color:#ffffff;
  background-color: #28647c; 
  border-color: transparent;*/
}


/* Toggle Button Icon
========================================================================== */

.mobile-trigger i{
  display: inline;
  position: relative;
  top: -4px;
}
.mobile-trigger i:before, .mobile-trigger i:after{
  position: absolute;
  content: '';
  transition: transform 1.0s ease;
}
.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
  width: 22px; /* Icon line width */
  height: 2px; /* Icon line height */
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  /*background-color: #28647c;*/ /* Icon color */
  background-color:#fff;
  display: inline-block;
}
.mobile-trigger i:before{
  top: -6px; /* Position top line */
}
.mobile-trigger i:after{
  top: 6px; /* Position bottom line */
  transition: transform 1.0s ease;
}

.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
.mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
  /*background-color: #ffffff;*/ /* Icon color */
}


/* Child Toggle Button
========================================================================== */

.child-trigger{
  display: block !important; /* Hide button on Desktop */
  cursor: pointer; /* Mouse pointer type on hover */
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55px !important; /* Button width */
  min-width: 55px !important;
  height: 45px !important; /* Button height */  
  padding: 0 !important;
  border-left: 1px dotted rgba(255, 255, 255, .20);
}
.child-trigger:hover{
  text-decoration: none;
}
.child-trigger i{
  position: relative;
  top: 50%; /* Centers icon inside button */
  margin: 0 auto !important;
}
.child-trigger i:after{
  position: absolute;
  content: '';
}
.child-trigger i, .child-trigger i:after{
  width: 10px; /* Icon line width */
  height: 1px; /* Icon line height */
  background-color:#ffffff; /* Icon color */
  display: block;
}
.child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.child-trigger.child-open i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.child-trigger.child-open i{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


/* Menu Styles on Mobile Devices
========================================================================== */  
.mobile-open .menu{
  display: none;
}
.mobile-open .mobile-trigger i:before{
  display:none;
}
.mobile-open .mobile-trigger i::after {
  transform: rotate(-105deg);
  top: 0px;
  transition: transform 1.0s ease;
}
.mobile-open .mobile-trigger i {
  transform: rotate(52deg);
  transition: transform 1.0s ease;
}

.custom-menu-primary.js-enabled{
  position: relative;
  /*padding-top: 44px;*/ /* Makes room for button */
  /*margin: 85px 0 10px 0;*/
}
.mobile-open .mobile-trigger{
  /*top: -82px;*/
}
.mobile-open .hs-menu-wrapper{
  position: fixed !important;
  width: 100% !important;
  top: 0px !important;
}
/* Hide menu on mobile */
/*.custom-menu-primary.js-enabled .hs-menu-wrapper,
.custom-menu-primary.js-enabled .hs-menu-children-wrapper{
display: none;
} */ 
.safc .hs-menu-children-wrapper {display:block !important;} 

.custom-menu-primary.js-enabled .hs-menu-wrapper{
}

/* Make child lists appear below parent items */
.custom-menu-primary ul.hs-menu-children-wrapper{
  visibility: visible !important;
  opacity: 1 !important;
  position: static;
  /*display: none;*/
}

/* Mobile Menu Styles */ 
.custom-menu-primary.js-enabled .hs-menu-wrapper{
  width: 100%;
  position: relative; /**************************************************************/
  top: 0;             /* Positions the menu to drop from the very top of the screen */
  left: 0;          /**************************************************************/
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper{
  background-color:#28647c; /* Menu background color set off global menuColorMobile variable */
  width: 100%; /* Full screen width */
}

/* Level 1 Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li a{
  font-size: 22px; /* Font size of top level list items */
  /*line-height: 45px;
  overflow: visible;*/
}

/* Level 1 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul li{
  /*border-top: 1px dotted rgba(255, 255, 255, .35);*/ /* Adds transparent dark highlights to top of top level list items */
}
.custom-menu-primary .hs-menu-wrapper >  ul li a{
  padding: 0 10px;
  color:#ffffff; /* link color set by global mobile-aColor variable */
}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
}

/* Level 2 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  /*background-color: rgba(255, 255, 255, .08);*/
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  text-indent: 10px; /* Indent Child lists */
  font-size: 16px; /* Font size of child lists */
}

/* Level 3 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  text-indent: 30px; /* Indent Child lists */
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  text-indent: 50px; /* Indent Child lists */
}
/*}*/


/*@media screen and (min-width:768px) {
.custom-menu-primary .hs-menu-wrapper { 
display:block !important;
}
}
*/


.arrow {
  width:auto;
  /*margin:50px auto;*/
}

.line {
  margin-top: 5px;
  width: 190px;
  background: #fff;
  height: 2px;
  float: left;
}
.point {	
  /*width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #fff;
  */
  float: left;
}
.point::after {
  content: '';
  display: block;
  margin-top: -10px;
  margin-left: -36px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.parent-wrapper img{width:100%;}
.parent-wrapper {
  display: table;
  position: relative;
  float: left;
  font-size:30px;
  color:#fff;
  margin-right:30px;
  text-align:center;
}
.parent-wrapper a{
  color:#fff;
}
.child-wrapper {
  display: block;
  float: left;
  font-size:22px;
}
.child-wrapper a{
  color:#fff !important;
  padding:4px 8px !important;
  display:inline-block;
  background: #245a6f;
  font-size:16px !important;
  font-weight:bold;
}
.parent-wrapper a{
  display:block;
  text-decoration:none;
  font-size:38px !important;
}
ul{list-style:none;}
a{text-decoration:none;}
.safc .hs-menu-children-wrapper{position:relative !important;padding:0;}
.safc .hs-menu-children-wrapper:before {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 13px;
  left: 0;
  height: calc(100% - (30px));
  width: 2px;
}
span#hs_cos_wrapper_module_1541008151819477_ p {
  padding-left: 20px !important;  padding-right: 20px !important;
}

.safc .hs-menu-item.hs-menu-depth-2::before {
  content:"_____";
  display: block;
  float: left;
  margin-top: -7px;
  color:#fff;
  margin-right:0px;
}
.safc .hs-menu-item.hs-menu-depth-2{
  margin: 10px 0;
  margin-top: 18px;
}
.safc ul .hs-menu-depth-1:last-child .hs-menu-item.hs-menu-depth-2:after{
  content: "_________";
  display: block;
  float: right;
  margin-top: -7px;
  color:#fff;
  margin-left: 0px;
}
.safc ul .hs-menu-depth-1:last-child .hs-menu-item.hs-menu-depth-2:before{
  content: "";
}
.safc ul .hs-menu-depth-1:last-child .hs-menu-children-wrapper:after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 13px;
  right: 0;
  height: calc(100% - (30px));
  width: 2px;
}

.safc ul .hs-menu-depth-1:last-child .child-wrapper, ul .safc .hs-menu-depth-1:last-child .parent-wrapper{float:right;}
ul .hs-menu-depth-1:last-child .hs-menu-children-wrapper::before{
  content: "";
  width:0;
}
.safc ul .hs-menu-depth-1:last-child{
  text-align:right;
  position:absolute !important;
  right:0;
  top:84px;
  margin-top:0 !important;
}
.safc ul .hs-menu-depth-1:last-child .arrow{
  transform: rotate(180deg);
}
.safc ul .hs-menu-depth-1:last-child .parent-wrapper{
  margin-left:30px;			
  margin-right:0;
  float:right;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children{
  margin: 3px 0;
  margin-top: 20px;
}
.page-center{
  max-width:1280px;
  margin:0 auto !important;
  float:none !important;
}
body{font-family:'Roboto', sans-serif;}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper {
  width: 300px;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper .line{
  width: 300px;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper {
  width: 400px;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .child-wrapper .hs-menu-item.hs-menu-depth-2::before{
  content: "";
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper .line{
  width: 430px;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper {
  width: 380px;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper .line{
  width: 360px;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper {
  width: 310px;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .line{
  width: 310px;
}.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper {
  margin-right: 0px !important;
}
.safc.custom-menu-primary{padding:0;}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .child-wrapper{margin-top:20px;}
.safc ul .hs-menu-depth-1:last-child .parent-wrapper > a {padding-bottom:10px;}
.mobile-logo{width:400px;position:absolute;top:50px;right:50px;}
body{margin:0;}
.safc ul .hs-menu-depth-1:last-child .arrow .line{margin-bottom:5px;}
.header-wrapper{background:#000;}
.logo{text-align:right;}
.logo img {padding: 30px 70px 0 0 !important;  }
.footer-wrapper {padding: 25px 35px;text-align: center;background: #283339;}
.footer-wrapper h2 {font-size: 34px;color: #fff;margin: 0 0 50px 0;}
.footer-about {font-size: 28px;text-align: left;color: #fff;padding-right: 45px;}
.footer-about h3{font-size:32px;}

.span12.widget-span.widget-type-linked_image.logo.asfasfsa { display: block !important; } .span12.widget-span.widget-type-linked_image.logo.asfasfsaasfasfsa { display: none !important; } .span12.widget-span.widget-type-linked_image.logo.logoonscrol { display: none; } .span12.widget-span.widget-type-linked_image.logo.logoonscrol.darkHeadescsr { display: block; } .span12.widget-span.widget-type-linked_image.logo.logoonscrol img { max-width: 55px; }





/* Hassan Ali CSS
========================================================================== */





.bannerbg {
  background: #000;
  color: #fff; 
  padding-top: 50px;
  /*padding-bottom: 50px;*/
}span#hs_cos_wrapper_module_153416872256196 {
  max-width: 1280px !important;
  margin: 0 auto;
  display: block;
}


.bannertext h2 {
  font-size: 128px !important;
  color: #F36C21;
  font-weight:bold;
  display: block;
  margin: 0px !important;
}
.bannertext span {font-size:38px;display: block;font-weight:300;padding-left: 15px;}
.bannertext h3 {
  font-size: 128px;
  font-weight:bold;
  margin: 0px !important;
  margin-top: -40px !important;
}

span.paregraph {
  margin-top: 63px;
  padding-bottom: 82px;
}

.videobackground {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.content {
  position: absolute;
  z-index: 9;
  top: 0px;
  right: -2px;
  max-width: 325px;
}

.content h2 {
  margin: 0px;
  font-size: 38px;
  font-weight: 200;
  background: #000;
  padding: 26px 10px;
  text-align: center;
  max-height: 100px;
}

.content p {
  font-size: 30px;
  margin-top: 30px;
  line-height: 42px;
  margin-bottom: 0px !important;
}

.content p strong {
  color: #F36C21;
}

.content h4 {margin-top: 20px !important;font-size: 28px;font-weight: 200;}

.aftermeet {
  background: #000000;
  padding-top: 80px;

  padding-bottom: 72px;
}


.contentcenter h2 {
  font-size: 42px;color:#fff;
  margin: 0px;
}

.contentcenter h2 strong {
  color: #F36C21;
}

.span12.widget-span.widget-type-rich_text.contentcenter {}

.contentcenter {
  max-width: 950px;
  margin: 0 auto !important;
  float: none !important;
  padding-bottom: 90px;
}

.imagecenteer {
  max-width: 400px;
  padding-bottom: 100px;
  margin: 0 auto !important;
  float: none !important;
}
.boxcontainer {max-width: 362px;max-height: 200px;height: 200px;margin-bottom: 20px;margin-right: 20px;float: left;width: 100%;margin-left: 20px;}

.supper {
  text-align: center;
  margin-left: 0px !important;
  text-align: center !important;
}

.heading h2 {
  max-width: 160px;
  height: 65px;
  margin: 0 auto !important;
  font-size: 28px;
  text-align: left;
  font-weight: bold;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}


.heading {padding-top: 70px;padding-bottom: 70px;}


.titlesuper h2 {
  font-weight: 300;
  margin-bottom: 90px !important;
  margin-right: 50px;
  font-size: 38px;
  margin-top: 50px !important;
}

.super-powers {
  margin-bottom: 30px;
}
.clientsmodul { background: #000; padding-top: 50px; padding-bottom: 40px; }

.twocolum {
  width: 49% !important;
  float: left;
  height:334px;
  max-height:334px;
  margin-right: 10px !important;
  margin-bottom: 10px;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.twocolum:nth-last-child(odd){ 
  margin-right: 0px;
}

.span12.widget-span.widget-type-linked_image.logo.asfasfsa a{
  height: 217px;
}

.contentsc {
  padding-left: 50px;
  vertical-align: middle; 
  display: none;
  padding-right: 50px;
}

.contentsc p {
  font-size: 20px;
  color: #fff;
}

.ourclient:hover {
  background: #28647C !important;
}


/* Hassan Ali CSS
========================================================================== */
.span12.widget-span.widget-type-rich_text.supermenu {
  max-width: 350px;
}
.postbox {    max-width: 100% ;
  width: 100%;
  margin-right: 1px !important;
}.postbox.span3 {
  width: 24.9%;
  margin-left: 0px !important;
  max-width: 336px;
}



.bannerbg {
  background: #000;
  color: #fff;

  padding-top: 50px;
  /*padding-bottom: 50px;*/
}

.bannertext {
  max-width: 870px !important;
  margin: 25px auto !important;
  float: none !important;
  padding-bottom:25px;
}

.bannertext h2 {
  font-size: 128px !important;
  color: #F36C21;
  font-weight:bold;
  display: block;
  margin: 0px !important;
}
.bannertext span {font-size:38px;display: block;font-weight:300;padding-left: 15px;}
.bannertext h3 {
  font-size: 128px;
  font-weight:bold;
  margin: 0px !important;
  margin-top: -40px !important;
}

span.paregraph {
  margin-top: 63px;
  padding-bottom: 82px;
}

.videobackground {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
iframe#video {
  max-width: 1000px !important;
  text-align: center !important;
  margin: 0 auto !important;
  float: none !important;
  margin-left: 40PX !IMPORTANT;
}
.content {
  position: absolute;
  z-index: 9;
  top: 0px;
  right: -2px;
  max-width: 400px;
}

.content h2 {
  margin: 0px;
  font-size: 28px;
  font-weight: 200;
  background: #000;
  padding: 15px 10px;
  text-align: center;
  max-height: 100px;
}

.content p {
  font-size: 30px;
  margin-top: 30px;
  line-height: 42px;
  margin-bottom: 0px !important;
}

.content p strong {
  color: #F36C21;
}

.content h4 {margin-top: 20px !important;font-size: 28px;font-weight: 200;}

.aftermeet {
  background: #000000;
  padding-top: 80px;

  padding-bottom: 72px;
}


.contentcenter h2 {
  font-size: 42px;color:#fff;
  margin: 0px;
}

.contentcenter h2 strong {
  color: #F36C21;
}

.span12.widget-span.widget-type-rich_text.contentcenter {}

.contentcenter {
  max-width: 950px;
  margin: 0 auto !important;
  float: none !important;
  padding-bottom: 90px;
}

.imagecenteer {
  max-width: 400px;
  padding-bottom: 100px;
  margin: 0 auto !important;
  float: none !important;
}
.boxcontainer {max-width: 362px;max-height: 200px;height: 200px;margin-bottom: 20px;margin-right: 20px;float: left;width: 100%;margin-left: 20px;}

.supper {
  text-align: center; 
}

.heading h2 {
  max-width: 160px;
  height: 65px;
  margin: 0 auto !important;
  font-size: 28px;
  text-align: left;
  font-weight: bold;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}


.heading {padding-top: 70px;padding-bottom: 70px;}


.titlesuper h2 {
  font-weight: 300;
  margin-bottom: 90px !important;
  margin-right: 50px;
  font-size: 38px;
  margin-top: 50px !important;
}

.super-powers {
  margin-bottom: 30px;
}
.clientsmodul { background: #000; padding-top: 50px; padding-bottom: 50px; }

.twocolum {
  width: 49% !important;
  float: left;
  height:334px;
  max-height:334px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.twocolum:nth-last-child(odd){ 
  margin-right: 0px;
}

.contentsc {
  padding-left: 50px;
  vertical-align: middle; 
  display: none;
  padding-right: 50px;
}

.contentsc p {
  font-size: 17px;
  color: #fff;
}

.ourclient:hover {
  background: #28647C !important;
}



.threecolum {
  width: 31% !important;
  height: 334px;

  margin-bottom: 10px;margin-right: 10px;
  float: left;
  margin-left: 20px  !important;
}

.threecolum:nth-last-child(3n){ 
  margin-right: 0px;
}

.threecolum:nth-last-child(6n){ 
  margin-right: 0px;
}

.threecolum:nth-last-child(9n){ 
  margin-right: 0px;
}


.defultviewv {
  background-size: cover !important;
  display: inline-block;
  vertical-align: middle;
  max-width: 335px;
  width: 24.7%;
  height: 310px;
  margin-bottom: 2px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}


.span12.widget-span.widget-type-custom_widget.clientsmodul {
  padding-left: 0px !important;
}

.ourclient.defultviewv.bigview h2, .ourclient.defultviewv.bigview h3 {position: relative;top: 81px;}

.contentsc:hover p{ 
  visibility: visible !important;
}
.contentsc p{ 
  visibility: hidden;
}

.contentsc{
  height: 100% !important;
  display: table;
  max-height: 350px; 
}

.defultviewv p {
  display: table-cell;
  vertical-align: middle;
}

.bigview {
  width:49.6% !important;
  max-width: 675px !important;
}

.bigview {
  padding-top: 2.5% !important;
  max-height: 279px !important;
  overflow: hidden !important;
}

div#hs_menu_wrapper_module_153330339334334 {
  height: 105%;     overflow: scroll;    z-index: 999999999;}.mobile-open .mobile-trigger {
    position: fixed;
}.mobile-trigger {
  z-index: 999999999999999999999999999999999999;
}



.postboxsc { background: #000; padding-bottom: 100px; padding-top: 105px; } .postbox { margin-right: 10px;height: 100%;width: 351px;position: relative;float: left;} .marginright { } h3 {} .contentbox {opacity: 1 !important;position: absolute;padding-top: 40px;color: #fff;padding-left: 50px;padding-right: 50px;}

.contentbox h2 {
  font-size: 22px;
  font-weight: 900;
}

span#hs-cta-wrapper-46ca9bb9-6279-4f99-89ec-1a4004d5001e a {
  display: block;
  font-size: 50px !important;
  max-width: 278px !important;
  margin: 0 auto;
  height: 76px;
  line-height: 70px;
}
.befores  {
  position: absolute;
  margin-top: -45px;
  height: 30px;
  width: 1px;
  z-index: 999999999;
  display: block;
  background: #707070;
  margin-left: 50% !important;
} .afters  {
  height: 30px;
  position: absolute;
  margin-top: 15px;
  width: 1px;
  z-index: 99999999;
  display: block;
  background: #707070;
  margin-left: 50% !important;
} 


.boxcontainer:first-child {
  margin-left: 60px !important;
}.boxcontainer:nth-child(4n) {margin-left: 60px !important;}

.contentbox h3 { FONT-SIZE: 24PX; }

.clientsmodul {

  padding-left: 32px !important;

  float: none;
}

.clients {
  background: #000;
}

.mobile-logo {     display: none; }
span#hs_cos_wrapper_module_153363764704281 {     max-width: 10px !important; }  span#hs_cos_wrapper_module_153363764704281 a {     display: block; }  .span12.widget-span.widget-type-social_sharing {     float: right;     margin-top: 50px;     max-width: 82px; } 
.span6.widget-span.widget-type-rich_text.footer-about {
  padding-left: 190px;
}  
.fb {
  margin-bottom: 0px;
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 10px !important;
  display: block;
}
.twt {
  margin-bottom: 0px;
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 10px !important;
  display: block;
}
.in {
  margin-bottom: 0px;
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 10px !important;
  display: block;
}.ingram {
  margin-bottom: 0px;
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 10px !important;
  display: block;
}
.pagenamer {
  position: absolute;
  left: 160px;
  top: 33px;
}

.pagenamer h1 {
  font-size: 26px;
}
.pagenamer span {  
  color: #F36C21;
}


@media only screen and (min-device-width: 701px) and (max-device-width: 800px) { 

  .HYPE_element_container video {
    height: 100% !important;
    max-height: 80% !important;
    margin-left: 0% !important;
    width: 100% !important;
    max-width: 80% !important;
    margin-top: 0% !important;
    top: 0px !important;
  }
}




@media only screen and (min-device-width: 800px) and (max-device-width:950px) { 
  .fallbacksc  {
    margin-top: 90px !important;
  }
  div#homepagev32018copy_hype_container {
    margin-top: 150px;
    top: 5px !important;
  }
  .HYPE_element_container video {
    height: 100% !important;
    max-height: 55% !important;
    margin-left: -15% !important;
    width:80% !important;
    max-width:80% !important;
    margin-top: 7% !important;
  }div#hype-obj-W129L9RG3WYH3VZBT738 {
    margin-top: 90px !important;
  }

}

@media (max-width: 700px){ 
  .HYPE_element_container video {
    height: 1px !important;  
    width: 90% !important;
    max-width:100% !important;
    /* margin-top: 0% !important; */
    min-height: 130px !important;
    top: 12% !important;
  }

}.hideable{display:block;}
.hideable .mobile-trigger {display: block !important;}
@media (max-width: 800px){

  .mobile-trigger.opened {
    margin-left: 10px !important;
  }
  .ourclient.defultviewv.bigview h3{padding:10px;}
  .hideable .mobile-trigger {display:none !important;}
  li.hs-menu-item.hs-menu-depth-1.active.active-branch {
    padding-left: 6px;
    padding-bottom: 6px;
  }.hideable{display:none;}
  .headinsg h2 {
    text-align: left !important;
  }
  .span12.widget-span.widget-type-global_group.header-wrapper.bgwhite {
    padding-bottom: 50px !important;
  }
  .contentsc p{ line-height:24px;
  }


  .span12.widget-span.widget-type-custom_widget.suppor {
    margin-top: 80px;
  }video {
    height: 280px ;
    margin-top: 150px;
  }a.cscs {
    margin-top: -35px;
  }
  .HYPE_element_container video {
    margin-top: -10px ;}


  div#superpowerswidgettodeveloperv2oct31_hype_container {
    max-height: 360px !important;
    min-height: 260px !important;
  }.span12.widget-span.widget-type-cell.aftermeet {
    padding-bottom: 1px;
  }.pocna.aos-init.aos-animate img {margin-top: -29px;}
  .ourclient.defultviewv.bigview {
    position: absolute;display:block;
    background: none !important;
    top: -250px;
    background-color: #000 !important;
  }

  .span12.widget-span.widget-type-custom_widget.clientsmodul {
    position: relative;
    margin-top: 300px;
  }
  .cta { display: block !important; right: 40%; bottom: 7%; }
  .mobilemenu div#hs_menu_wrapper_module_1533811606105122 {padding-bottom:80px; }






  div#guidingprincipalsstarburstresponsive_hype_container {
    height: 550px !important;
  }.postbox.span3 {
    max-width: 100% !important;
  }video#myVideo {
    max-width: 100% !important;
  }


  div#superpowerswidgettodeveloperv1aug29_hype_container { min-height:350px;}

  .pagenamer { position: unset; text-align: center; } span#hs_cos_wrapper_module_1536931571563119_ { padding: 20px; } .span6.widget-span.widget-type-custom_widget.brandedtext { padding: 15px; }

  .bannertext h4 {
    font-size: 20px !important;
  }

  .span6.widget-span.widget-type-rich_text.textcontent h3 {
    font-size: 22px  !important;
    text-transform: capitalize;
  }

  .span6.widget-span.widget-type-rich_text.textcontent p {
    font-size: 20px !important;
    font-weight: 300;
  }
  .heading h2 {
    width: 100% !important;
    margin: 0px !important;
    max-width: 100%;
    text-align: center;
  }
  .span6.widget-span.widget-type-rich_text.footer-about {
    padding-left: 0px !important;
  }
  span#hs_cos_wrapper_module_153331078344113 h2 {
    font-size: 60px !important;
    padding-bottom: 100px !important;
  }

  .boxcontainer:nth-child(4n), .boxcontainer:first-child {     margin-left: 0px !important; }
  .mobile-logo {     display: block !important; }
  span#hs_cos_wrapper_module_153354281162617 img { max-width: 100% !important; } .heading { max-width: 100% !important; background-size: 100% 100% !important; margin: 0px !important; } .boxcontainer { max-width: 100% !important; margin: 10px 0px !important; } .clientsmodul { padding-left: 0px !important; } .content { right: 0px; }
  .mobile-trigger {margin: 49px 1px !important;float: left;} .logo img {margin: 0px !important;width: 232px !important;margin-right: 0px !important;} .span4.widget-span.widget-type-linked_image.logo { width: 65% !important; float: right !important; } .parent-wrapper {width: 80px !important;} .parent-wrapper a { font-size: 20px !important; padding-left: 1px !important; } .arrow { max-width: 100px !important; } .line { max-width: 90px; } .point { margin-left: 100px !important; margin-top: -6px !important; } .hs-menu-item.hs-menu-depth-1.hs-item-has-children {margin: 5px !important;} li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {position: relative !important;float: left;width: 100%;} .parent-wrapper { float: left !important; } ul.hs-menu-children-wrapper { float: left !important; position: relative !important; } .child-wrapper { float: left !important; margin-left: -10px !important; } .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper {margin-left: 10px;margin-top: 0px !important;float: RIGHT !important;WIDTH: 70PX !IMPORTANT;} .point { MAX-HEIGHT: 11PX !IMPORTANT; } ul .hs-menu-depth-1:last-child .parent-wrapper > a {width: 110px !important;margin-top: -40px !important;} ul .hs-menu-depth-1:last-child .child-wrapper, ul .hs-menu-depth-1:last-child .parent-wrapper {MARGIN-TOP: -380PX !IMPORTANT;margin-left: 0px !important;max-width: 81% !important;float: left !important;} .custom-menu-primary .hs-menu-wrapper > ul { margin-top: 57px !important; } .custom-menu-primary .hs-menu-wrapper > ul li a { MARGIN-TOP: 2PX; FONT-SIZE: 14PX !IMPORTANT; } .point::after {height: 20px;MARGIN-TOP: -7PX !IMPORTANT;WIDTH: 20PX;} .custom-menu-primary .hs-menu-wrapper > li a { DISPLAY: BLOCK !IMPORTANT; } .bannertext h2 {font-size: 75px !important;} span.paregraph { font-size: 20px !important; margin-top: 18px !important; padding-bottom: 0px !important; } .bannertext h3 { font-size: 80px !important; margin-top: -8px !important; } .videobackground { max-width: 100% !important; } iframe { width: 100% !important; height: 400px !important; } .content h2 { padding: 5px; font-size: 27px; padding-bottom: 9px !important; } .content p { margin-top: 10px !important; font-size: 18px !important; line-height: 30px; text-shadow: 2px 2px 1px #000; } .content h4 { margin-top: 9px !important; font-size: 24px !important; text-shadow: 1px 1px 1px #000; font-weight: 500; } .boxcontainer:first-child {margin: 0px !important;} .boxcontainer:nth-child(4n) {margin-left: 0px !important;} .bigview { max-width: 100% !important; } .ourclient.defultviewv.custom { width: 100% !important; } .defultviewv {width: 100% !important;margin: 10px 0px !important;max-width: 100% !important;} .postbox {width: 100% !important;max-width: 100% !important;background-size: 100% 100% !important;background-repeat: no-repeat;margin-bottom: 10px !important;margin-right: 0px !important;} span#hs_cos_wrapper_module_153330345957146 h2 { padding: 20px !important; } span#hs_cos_wrapper_module_153330344427840 p { padding: 20px !important; font-size: 20px; } span#hs_cos_wrapper_module_153330344427840 h3 { padding: 0px !important; margin-top: 30px !important; margin-left: 20px !important; margin-bottom: -29px !important; } .span12.widget-span.widget-type-cell.footer-wrapper { padding-top: 9px !important; } span#hs-cta-wrapper-46ca9bb9-6279-4f99-89ec-1a4004d5001e a { font-size: 31px !important; max-width: 180px !important; height: 60px; margin-bottom: 40px !important; } .contentbox h3 { font-size: 30px !important; } .span12.widget-span.widget-type-rich_text.contentcenter { padding-bottom: 20px !important; padding: 20px; } .contentcenter h2 { font-size: 26px !important; } .aftermeet { padding-top: 10px !important; } .bannerbg { padding-bottom: 30px !important; } .bannerbg { padding-top: 50px !important; padding-bottom: 10px !important; } .footer-wrapper { padding-bottom: 1px !important; }

  .safc .hs-menu-item.hs-menu-depth-2::before {
    content: "___";
  }.safc li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(1) { margin-top: 150px !important; }

  span#hs_cos_wrapper_module_153363764704281 { max-width: 10px !important; } span#hs_cos_wrapper_module_153363764704281 a { display: block; } .span12.widget-span.widget-type-social_sharing { float: right; margin-top: 50px; max-width: 82px; } .span12.widget-span.widget-type-social_sharing { float: none; max-width: 100% !important; margin-top: 0px !important; } .span12.widget-span.widget-type-social_sharing a { display: inline-block !important; } span#hs_cos_wrapper_module_153363764704281 { max-width: 100% !important; }
  .mobile-trigger { display: none !important; }
}

.mobile-trigger { display: block ; }
.mobilesa {display:none !important;}
.mobile-trigger {
  position: fixed;
  margin-left: 40px ;
  top: 50px;
  margin-top: 0px !important;
}
.span12.widget-span.widget-type-cell.newbsc { background: #000; z-index:9999 !important; position: relative; } .span12.widget-span.widget-type-custom_widget.suppor { background: #000; } .content h2 { color: #fff !important; } .content p { color: #fff; } .content h4 { color: #fff; }
.logo {
  position: fixed;
  z-index: 9999999999999999999999;
  right: 0px;
}

/* Here is new template 3rd */
.newbsni h2 { font-size: 90px !important; padding-bottom: 100px !important; } .bannertext h2 strong { color: #fff; }.powersec { padding-left: 100px; padding-right: 100px; } .superhead h2 { font-size: 36px; font-weight: 200; } .superhead p { font-size: 20px; font-weight: 100; padding-right: 100px; } .supermenu a { background: #28647C; font-size: 100% !important; font-weight: 200; max-width: 320PX !important; width: auto; margin-bottom: 10px; min-height: 32px;  DISPLAY: -webkit-inline-box; padding-right: 10px; color: #fff; text-indent: 10px; text-align: left; line-height: 30px; } .supermenu ul:before { content="" !important; display:block; background: url('https://cdn2.hubspot.net/hubfs/112657/2018/vd.jpg?t=1542302916769'); } .span4.widget-span.widget-type-rich_text.supermenu:before { background-repeat: no-repeat !important; margin-top: -100px; background: url('https://cdn2.hubspot.net/hubfs/112657/2018/vd.jpg?t=1542302916769'); content: ''; height: 302px !important; display: block; position: absolute; width: 54px; background-size: 89px 390px; background-position: -16px -28px; margin-left: -18px; }
.content p { 
  width: 380px !important; 
}
@media (max-width: 800px){.span7.widget-span.widget-type-rich_text.footer-about {
  PADDING-LEFT: 1PX !IMPORTANT;
  }

  iframe#video { max-width: 100% !important; margin-left: 0px !important; } .content.aos-init.aos-animate { margin-left: !important; }.ourclient.defultviewv.bigview h2 { padding-bottom: 15px !important; }.content h4 { display: none; } .content p { width:97% !important; text-align: center; } .content h4 { text-align: center; } .content.aos-init.aos-animate { background: #0000007d !important; }
  .hassan {
    margin-top: 1px !important;
    max-height: 220px !important;
    overflow: hidden;
  }



  .postboxsc{padding-bottom:20px;}
  .socialmedia { float: none; width: 100%; margin-left: 20px; } .fb { float: left; } .twt { float: left; } .in { float: left; } .ingram { float: left; } .bgwhite.bigerbg:before { display:none; }
  div#hs_menu_wrapper_module_153330339334334 {
    display: none !important;
  }


  .bannersmall.newbsni h2{
    font-size: 60px !important; padding:0px !important;
  }



  .mobilemenu ul.hs-menu-children-wrapper {
    padding-right: 0px !important;
    background: ##264450 !important;
    left: -5px !important;
    padding: 9px;
    max-width: 100% !important;
    overflow: hidden;
  }


  .mobilemenu ul.hs-menu-children-wrapper li {
    padding: 10px;
    background: #264450;
  }

  .mobilemenu ul.hs-menu-children-wrapper {}

  .mobilemenu div#hs_menu_wrapper_module_1533811606105122 {
    display: none;
    height: auto;
  }

  .mobilemenu .child-trigger {
    top: -19px;
  }



  .superhead p { padding: 7px; }
  .powersec { padding: 20px; } .supermenu:before { background-position: -13px -148px !important; background-size: 100px 375px !important; overflow: hidden; max-height: 220px; margin-top: 11px !important; }
}

.bannertext.newbsni h2{
  font-size: 90px !important;
  color: #F36C21;
  font-weight: bold;
  display: block;text-align:center;
  margin: 0px !important;
}

.contentbox h3 a {
  position: unset;
  color: #fff !important;
}
.testimonial:after {content: ""; width: 100%; height: 1px;margin-top:100px; background: #707070; display: block; margin-top: 50px !important; margin: 0 auto; max-width: 1280px;}  

.certifications:after {content: ""; width: 100%; height: 1px;margin-top:100px; background: #707070; display: block; margin-top: 50px !important; margin: 0 auto; max-width: 1280px;}
.certifications {padding:15px 0px;}

.sscsaviamges {     text-align: center;   }


.clasautomange {
  margin: 30px auto !important;
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  text-align:center;
}

.mobile-open .mobile-trigger {
  top: 50px;
  margin-top: 0px !important;
  left: 0px;
  margin-left: 50px ;
}

.safc .hs-menu-item.hs-menu-depth-2::before {
  max-width: 30px !important;
  margin-top: -5px !important;
}

.safc ul .hs-menu-depth-1:last-child .hs-menu-item.hs-menu-depth-2:after {
  max-width: 30px !important; 
  margin-top: -5px !important;}

.child-wrapper {
  overflow: hidden;
}
.mobilemenu li {
  margin-left: 6px;
  margin-bottom: 5px !important;
}

.mobilemenu li ul li {
  margin-left: 0px;
  margin-bottom: 0px !important;
}

.span12.widget-span.widget-type-rich_text.bannertext.newbsni { padding-top: 140px; padding-bottom: 60px; }


.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper .arrow, .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper .arrow, .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) 
.parent-wrapper .arrow {  
  animation-name: slideRight;    -webkit-animation-name: slideRight;   
  animation-duration: 1s;  -webkit-animation-duration:  1s;
  animation-timing-function: ease-in-out;    -webkit-animation-timing-function: ease-in-out;     }

@keyframes slideRight { 0% { transform: translateX(-150%); 	}
  100% { transform: translateX(0%)  	}	
}


.safc .hs-menu-item.hs-menu-depth-2::before, .safc .hs-menu-item.hs-menu-depth-2::before {
  animation-name: slixcdeRight;
  -webkit-animation-name: slixcdeRight;
  animation-duration: 1.3s;
  -webkit-animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes slixcdeRight { 0% { transform: translateX(-450%); 	}
  100% { transform: translateX(0%)  	}	
}

.safc ul .hs-menu-depth-1:last-child .line {
  animation-name: slixdaexRight;
  -webkit-animation-name: slixdaexRight;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes slixdaexRight { 0% { transform: translateX(-150%); 	}
  100% { transform: translateX(0%)  	}	
}










.safc .hs-menu-children-wrapper:before {
  animation-name: slideRighaxcxzst;
  -webkit-animation-name: slideRighaxcxzst;
  animation-duration: 1.3s;
  -webkit-animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes slideRighaxcxzst { 0% { transform: translateX(-150%); 	}
  100% { transform: translateX(0%)  	}	

}


.safc ul .hs-menu-depth-1:last-child .hs-menu-item.hs-menu-depth-2:after, .safc ul .hs-menu-depth-1:last-child .hs-menu-children-wrapper:after {animation-name: slidessecscsound;-webkit-animation-name: slidessecscsound;animation-duration: 1.3s;-webkit-animation-duration:1.3s;animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;}

@keyframes slidessecscsound { 0% { transform: translateX(150%);  	}
  100% { transform: translateX(0%);  	}	
}



.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper .arrow  {
  animation-name: slideRighxzst;
  -webkit-animation-name: slideRighxzst;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes slideRighxzst { 0% { transform: translateX(-150%); 	}
  100% { transform: translateX(0%)  	}	
}




.hs-menu-item.hs-menu-depth-1  .parent-wrapper a {
  opacity: 1;    animation-name: slideRisht;     -webkit-animation-name: slideRisht;   
  animation-duration: 1s;       -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;      -webkit-animation-timing-function: ease-in-out;            

}
@keyframes slideRisht {  0% {  opacity: 0; }
  60% { opacity: 0; }
  100% { opacity: 1; }   }







.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .child-wrapper a
{
  opacity: 1;
  animation-name: slideRissxvashsct;
  -webkit-animation-name: slideRissxvashsct;
  animation-duration: 1.8s;
  -webkit-animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
@Keyframes slideRissxvashsct { 0% { transform: translateX(550%); 	}
  100% { transform: translateX(0%) 	}	
}




.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a 
{
  opacity: 1;
  animation-name: slideRisshsct;
  -webkit-animation-name: slideRisshsct;
  animation-duration: 1.8s;
  -webkit-animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
@Keyframes slideRisshsct { 0% { transform: translateX(-550%); 	}
  100% { transform: translateX(0%) 	}	
}




.hs-item-has-children:nth-child(4) .parent-wrapper .point  {
  opacity: 1;
  animation-name: slideRicascsht;
  -webkit-animation-name: slideRicascsht;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
@keyframes slideRicascsht {  0% {  opacity: 0; }
  60% { opacity: 0; }
  100% { opacity: 1; }
}





div#hs_menu_wrapper_module_153330339334334 {

  animation-name: csscasca;    -webkit-animation-name: csscasca;   
  animation-duration:0.2s;  -webkit-animation-duration: 0.2s;
  animation-timing-function: ease-in-out;    -webkit-animation-timing-function: ease-in-out;    

}

@keyframes csscasca { 0% { transform: translateX(-150%);  	}
  100% { transform: translateX(0%);  	}	
}



.custom-menu-primary .hs-menu-wrapper{
}



















h2.icone_one_two:before, h2.image_field_three:before , h2.oneico:before {
  padding-left: 20px !important;
}



.gridcont h2:before {
  margin-right: 0px !important;
}

.postbox {
  position: relative;
}
.span6.widget-span.widget-type-rich_text.textcontent li {
  list-style: square;
}

.post-box-wrapper {
  margin: 45px auto;
  max-width: 1280px;
  float: none !important;
  margin-left:auto!important;
}
.post-box-wrapper-with-after {
  margin-top: 45px;
  margin-left: auto;
  Margin-right:auto;
  max-width: 1280px;
  float: none !important;
  margin-left:auto!important;
}
.post-box-wrapper-with-after:after {
  content: "";
  margin-top: 45px !important;
  width: 100%;
  height: 1px;
  background: #707070;
  display: block;
  margin-bottom: 15px !important;
  margin: 0 auto;
  max-width: 1280px;
}

.postbox a {
  position: absolute;
  bottom: 50px;
  z-index: 999;
  left: 50%;
}

.span4.widget-span.widget-type-rich_text.gridcont li {
  list-style: square !important;
}

.span12.widget-span.widget-type-rich_text.bannertext.newbsni { padding-top: 140px; padding-bottom: 60px; }


.vidyard_wrapper img {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 800px) { .logoonscrol img { width: 55px !important; }.span12.widget-span.widget-type-linked_image.logo.logoonscrol.darkHeadescsr img { max-width: 70px; } .span12.widget-span.widget-type-linked_image.logo.logoonscrol img { margin-right: 11px !important; display: block; } .span12.widget-span.widget-type-linked_image.logo.asfasfsa img {margin-right: 0px !important;PADDING: 0PX !important;} .span12.widget-span.widget-type-cell.footerbg { padding: 5px; } .buttoninfooter { background-position: 190px 12px !important; }.socialmedia { margin-top: 25px !important; } .span12.widget-span.widget-type-custom_widget.menfooter ul { padding-left: 1px; } .menfooter ul ul { padding-left: 13px !important; display: block; } } .bigtextfooter { font-size: 43px !important; color: #fff; text-align: left; font-weight: 300; } .contentleftfooter { color: #fff; font-size: 18px; text-align: left; margin-top: 20px !important; } .menfooter { color: #fff; text-align: left; } .menfooter li { padding-bottom: 3px; font-size: 18px; } .menfooter ul ul { padding-left: 15px; } .menfooter ul ul li { font-size: 16px !important; color: #F36F22; } .contentfooter { text-align: left; color: #fff; margin-top: 8px; font-size: 18px; } .menfooter li a { color: #fff !important; } .menfooter ul ul li a {color: #f36f22 !important;} .buttoninfooter { background: url('https://cdn2.hubspot.net/hubfs/112657/2018/Group%20675.png?t=1542302916769'); background-repeat: no-repeat; max-width: 285px; background-position: 210px 30px; } .buttoninfooter a { font-size: 40px; line-height: 44px; text-align: left; color: #F36F22; font-weight: 300; margin-top: 20px; display: block; margin-bottom: 30px; }



@media only screen and (device-width: 800px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1)
{
  .contentbox h3 {    font-size: 1.4em !important;}
  .HYPE_element_container{margin-top:30px;}
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper { width: 21% !important; } .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper a{font-size:19px !important;} .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper .line { width: 100%; } .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper a{font-size:19px !important;} .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper {width: 25% !important;} .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper .line { width: 100%; } .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper {width: 25% !important;} .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper a, .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper a{font-size:19px !important;} .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper .line { width: 98%; } .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper {width: 24% !important;margin-left: 9px !important;} .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .arow { width: 100% !important; } .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .line {min-width: 100px !important;width: 190px !important;}
  .span12.widget-span.widget-type-linked_image.logo.asfasfsa { margin-right: 0px !important; margin-top: 0px !important; }.span12.widget-span.widget-type-linked_image.logo.asfasfsa img { margin-right: 0px !important; margin-top: 20px !important;  }
  .span12.widget-span.widget-type-cell.bannerbg {   padding-top:0px !important;}

}



@media only screen and (min-device-width: 801px) and (max-device-width: 1064px) {
  /* For landscape layouts only */ 

  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper {
    width: 21% !important;
  }
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper a{font-size:19px !important;}
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper .line {
    width: 100%;
  }

  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper a{font-size:19px !important;}

  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper {width: 25% !important;}


  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper .line  {  width: 100%;
  }

  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper {width: 25% !important;}



  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper a, .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper a{font-size:19px !important;}
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper .line {  width: 100%;
  }


  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper {width: 24% !important;margin-left: 9px !important;}

  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .arow {  width: 100% !important;
  }


  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .line {min-width: 100px !important;width: 190px !important;}
}



@media only screen and (min-device-width: 1065px) and (max-device-width: 1200px) {
  /* For landscape layouts only */ 

  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper {
    width: 26% !important;
  }
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper a{font-size:21px !important;}
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper .line {
    width: 100%;
  }

  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper a{font-size:21px !important;}

  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper {width: 25% !important;}


  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper .line  {  width: 100%;
  }

  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper {width: 25% !important;}



  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper a, .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper a{font-size:19px !important;}
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper .line {  width: 100%;
  }


  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper {width: 25% !important;margin-left: 9px !important;}

  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .arow {  width: 100% !important;
  }


  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .line {  min-width: 250px !important;  width: 130px !important;

  }
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .child-wrapper {margin:0px !important;}

}.socialmedia a { 
  width: 45px;
  height: 30px;
  display: block;
  margin-left: 10px;
}


.text-holder{
  padding:30px 30px 50px !important;
}
.v-align-flex{
  display:flex;
}
.textcontentimage{
  align-self: center;
}
@media only screen and (min-device-width:950px) and (max-device-width: 1200px) {.HYPE_element_container video{margin-top: 4.5%;}div#superpowerswidgettodeveloperv2oct31_hype_container { min-height: 500px; } div#hype-obj-OF855VE8AWJKV5L5GBEK { margin-top: 40px !important; } div#hype-obj-L4WOY3RQVECSMJUQ7S98 { margin-top: 40px !important;}}
@media only screen and (min-device-width:510px) and (max-device-width: 800px) { .contentbox { top: 15%; } .contentbox h3 { font-size: 3em !important; } }


@media only screen and (min-device-width:700px) and (max-device-width: 800px) { .supermenu a { font-size: 90% !important;} .supermenu:before { width: 70px !important; margin-left: -70px !important; margin-top: 114px !important; }}


@media only screen and (min-device-width:510px) and (max-device-width: 799px) { .span12.widget-span.widget-type-linked_image.logo.logoonscrol.darkHeadescsr {right: 20px !important;float: right;max-width: 120px;margin-top: 24px;} .span12.widget-span.widget-type-linked_image.logo.logoonscrol.darkHeadescsr img{ max-width: 60px !important; } .span12.widget-span.widget-type-linked_image.logo.asfasfsa { margin-right: 40px; margin-top: 41px; } .span12.widget-span.widget-type-linked_image.logo.asfasfsa img{margin-right: 40px;margin-top: -10px !important;width: 250px !important;}}
@media only screen and (min-device-width:150px) and (max-device-width: 510px) { .span12.widget-span.widget-type-linked_image.logo.logoonscrol.darkHeadescsr {right: 20px !important;float: right;max-width: 120px;margin-top: 0px;} .span12.widget-span.widget-type-linked_image.logo.logoonscrol.darkHeadescsr img{max-width: 50px !important;padding: 15px 0px !important;} .span12.widget-span.widget-type-linked_image.logo.asfasfsa {margin-right: 35px;margin-top: 32px;} .span12.widget-span.widget-type-linked_image.logo.asfasfsa img{margin-right: 40px;margin-top: -10px !important;width: 35% !important;}}




@media only screen and (min-device-width:150px) and (max-device-width: 800px) { .mobile-trigger.onlyforwgngeb {display:none;} }
@media only screen and (min-device-width:800px) and (max-device-width: 15000px) {.mobile-trigger.onlyforweb { display:none;} }






.btnjiblk { background: #fff !important; color: #000 !important; font-size: 16px !important; border: 1px solid !important; border-radius: 3px !important;} .btnjiblk:hover { background-color: #000 !important; color: #fff !important; box-shadow: none !important;border:1px solid #000 !important: border-radius: 3px !important; } a#cta_button_112657_aec9a017-610a-452f-9126-d9a9533a2f0a:hover { color: #fff !important; background: #000 !important; border: 1px solid #000 !important; }

.btnjiblk.orng { background: #f36f22 !important; color: #fff !important; border: 1px solid #999; margin-top: 10px; } a#cta_button_112657_20839da6-adcf-4995-abee-8e0257a52559:hover { background: #000 !important; color: #fff !important; border: 1px solid #999; } a#cta_button_112657_20839da6-adcf-4995-abee-8e0257a52559 {background: #f36f22 !important;color: #fff !important;border: 1px solid #999;}

.arrws {
  z-index: 99999999 !important;
  position: relative !important;
}
.cscs {
  text-align: center;
  width: 59px;
  display: block;
  margin: 0 auto;
}.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper a {
  font-size: 26px !important;
}

.socialmedia a img {
  max-width: 45px;
  width: 100% !important;
}

.fallbackimage {
  DISPLAY: NONE;
}

@media only screen and (min-device-width:1650px) and (max-device-width: 2100px) { .custom-menu-primary.js-enabled .hs-menu-wrapper {  zoom: 110% !important; } }
@media (min-width: 1650px){
  a.cscs {
    margin-top: -2% !important;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    zoom: 123%; 
  } 
  .span12.widget-span.widget-type-cell.bannerbg {
    max-height: 820px !important; 
  }div#mysection {
    padding-top: 10%;
  }

}


.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(1) .parent-wrapper a,
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper a,
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper a,
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper a  {
  font-size: 22px !important;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(1) .parent-wrapper,
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper,
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper {
  text-align: left;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(1) .parent-wrapper a,
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper a,
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper a  {
  padding-left: 70px;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper a {
  padding-top:22px;
}
.custom-menu-primary .cta {
  display:none;
}
.safc ul .hs-menu-depth-1:last-child .hs-menu-children-wrapper:after {
  /* bottom: 68px; */
  height: calc(100% - (30px));
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child > ul > li:last-child:after,
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .child-wrapper li:last-child:after {
  display:none;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .child-wrapper li:last-child a {
  display: inline-block;display:none;
  font-weight: normal;
  background: rgb(243,111,34);
  border-radius: 4px;
  font-family: sans-serif;
  padding: 6px 26px !important;
  border: 1px solid #fff;
  line-height: 1.5em;
}








@media (min-width: 1900px){
  body {
    zoom: 135%;
  }

}


.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .child-wrapper li.hs-menu-item.hs-menu-depth-2:last-child a{position: fixed;bottom: 30px;visibility: visible;margin-left: -120px !important;} 


.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .child-wrapper li.hs-menu-item.hs-menu-depth-2:last-child {
  position: relative;
}

.hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal .mobile-logo img {text-align: right;}

.hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal .mobile-logo {
  text-align: right;
}


.hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal .mobile-logo 
{display:block;}

h2.oneico:before {
  height: 220px !important;
}

h2.icone_one_two:before {
  height: 220px !important;
}

h2.icone_one_two:before, h2.image_field_three:before {
  height: 220px !important;
}




.custom-menu-primary .hs-menu-wrapper > ul ul {
  z-index: 9999999999999999 !important;
}
.imageasasf{ display:none ;}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */  
  .supermenu a {display:inline-block !important;}

  .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .child-wrapper li.hs-menu-item.hs-menu-depth-2:last-child a{margin-left: 156px !important;} 
}

@media (max-width: 800px) {

  .imageasasf{ display:none ;}
  .imageasasf img{ 
    z-index: 9999 !important;
    position: absolute;
    width: 100% !important;
    max-width: 90% !important;
    height: auto !important;
  }
}
@media (min-width: 800px) { 
  .mobile-trigger { 
    margin-left: 10px !important ; 
  }
  .imageasasf img  {
    z-index: 9999 !important;
    position: absolute;
    width: 65% !important; margin-left: 18%; margin-top: 81px; height: auto !important;  

  } 
}

/* Portrait */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .fallbackimage img { z-index: 9999 !important; } .fallbackimage { text-align: center; display:none ; } .imageasasf img { z-index: 9999 !important; position: absolute; max-width: 50% !important; margin-left: 18%; margin-top: 151px; height: auto !important; } .span12.widget-span.widget-type-linked_image.logo.asfasfsa { margin-right: 40px !important; margin-top: 61px !important; } div#superpowerswidgettodeveloperv2oct31_hype_container { max-height: 560px !important; min-height: 560px !important; } 
    .contentbox h3 { font-size: 1.4em !important; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .fallbackimage { text-align: center; display:none ; } .fallbackimage img { z-index: 9999 !important; max-width: 40% !important; height: auto !important; } .fallbackimage { display:none ;} div#superpowerswidgettodeveloperv2oct31_hype_container { max-height: 560px !important; min-height: 560px !important; } .span12.widget-span.widget-type-linked_image.logo.logoonscrol.darkHeadescsr { margin-right: 0px !important; margin-top: 46px !important;}
    .contentbox h3 { font-size: 1.4em !important; }


}





.span12.widget-span.widget-type-menu.mobilemenu.custom-menu-primary {display: none;}



@media (max-width: 767px) {
  .span4.widget-span.widget-type-rich_text.supermenu {
    margin-left: -25px !important;
  }  
}

.span12.widget-span.widget-type-cell.displaynone {
  width: 100% !important;
}


div#hs_menu_wrapper_module_153330339334334 {
  display: none;
}




.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(1) .parent-wrapper a, 
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper a {
  padding-top: 109px;
}
.safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper a {  padding-top: 190px}






@media (max-width: 1250px) { 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper { width: 24% !important; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper a{font-size:19px !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper .line { width: 100%; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper a{font-size:19px !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper {width: 24% !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper .line { width: 100%; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper {width: 24% !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper a, 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper a{font-size:15px !important;}
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper .line { width: 90%; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper {width: 24% !important;margin-left: 9px !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .arow { width: 100% !important; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .line {min-width: 100px !important;width: 190px !important;}
}
@media screen and (max-width: 1050px) {


  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper { width: 24% !important; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper a{font-size:19px !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper .line { width: 100%; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper a{font-size:19px !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper {width: 24% !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper .line { width: 100%; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper {width: 24% !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper a, 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper a{font-size:15px !important;}
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper .line { width: 90%; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper {width: 24% !important;margin-left: 9px !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .arow { width: 100% !important; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .line {min-width: 100px !important;width: 190px !important;}

}


@media screen and (max-width:950px) {

  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper { width: 19% !important; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper a{font-size:19px !important;padding-left:30px;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .parent-wrapper .line { width: 100%; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper a{font-size:15px !important;padding-bottom:10px;padding-left:30px; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper {width: 19% !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) .parent-wrapper .line { width: 100%; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper {width: 19% !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper a, 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper a{font-size:15px !important; padding-left:10px;}
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) .parent-wrapper .line { width: 90%; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper {width: 19% !important;margin-left: 9px !important;} 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .arow { width: 100% !important; } 
  .safc .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .parent-wrapper .line {min-width: 100px !important;width: 160px !important;}
  .custom-menu-primary .hs-menu-wrapper > ul > li a {font-size:13px !important;}
}

/*******Css animations added by Will******/

@keyframes slidein-fromright {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.slidein-fromright {
  animation-name:slidein-fromright; animation-duration:1s;
}




@media (max-width: 800px) { 
  div#hs-eu-cookie-confirmation { height: 200px; position: fixed !important; top: 70% !important; } 
  .imageasasf img {
    display:none !important;
  }
}



.leadinModal.leadinModal-theme-default.leadinModal-v3  {
  z-index: 9999999999!important;
}

/*************Form Style*************************/
fieldset.form-columns-1 .input,
fieldset.form-columns-2 .input,
fieldset.form-columns-3 .input {
  margin-right: 8px;
}
.hs-form-field span {
  font-size: 20px;
}
.hs-form fieldset.form-columns-1,
.hs-form fieldset.form-columns-2,
.hs-form fieldset.form-columns-3{
  max-width: 100% !important;
}
input.hs-input,
select.hs-input,
textarea.hs-input {
  background-color: #fff;
  margin: 10px 0 20px;
  padding: 8px 0 8px 6px;
  font-size: 20px;
  width: 97.5% !important;
}
.hs-form fieldset.form-columns-2 input.hs-input,
.hs-form fieldset.form-columns-2 select.hs-input,
.hs-form fieldset.form-columns-2 textarea.hs-input {
  width: 95% !important;
}
@media (max-width: 480px) {
  .hs-form fieldset.form-columns-2 input.hs-input, 
  .hs-form fieldset.form-columns-2 select.hs-input, 
  .hs-form fieldset.form-columns-2 textarea.hs-input {
    width: 97.5% !important;
  }
}

textarea.hs-input {
  min-height: 150px;
} 

fieldset.form-columns-1 select.hs-input,
fieldset.form-columns-2 select.hs-input,
fieldset.form-columns-3 select.hs-input {
  width: 99% !important;
}
.actions input[type="submit"] {
  background-color: #f36321;
  border-color: #f36321;
  background-image: none ;
  border-radius: 0;
  color: #fff;
  font-size: 20px ;
  padding: 15px;
  text-align: center;
  min-width: 125px;
}
ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  color: #FF0000;
  margin-top: 0;
}

