@import url("fonts-bg-types-redesign.css");
* {
    margin: 0;
}
html{
	margin-top: 0!important
}
/* cyber solutions */
.wpb_wrapper a:hover .med-indent:hover{
 color:#f68c20 !important;
}
.rowfill-grey{
 background: #cccccc;
 margin: 0 20px;
padding: 20px 0;
}
.text_padd{
 margin: 40px 186px 100px;
 text-align:left;
}
.cybertext_padd{
    font-size: 18px;
    margin: 0 100px;
}
.cybertext_padd2{
 font-size: 18px;
 margin: 0 36px;
}
/* Preloader */

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(assets/images/loader.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  border-radius: 4px;
  display: none;
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollToTop:hover,
.scrollToTop:focus{
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
	float: left;
	display: inline;
	width: 100%;
	background:#fff;
}

.header-top{
	background-color: #333;
	display: none;
	float: left;
	width: 100%;
	padding: 20px 0;
}

#heading-list li{  display: table-cell;

    height: 105px;

    vertical-align: middle;}

#search{
	margin: 0 auto;
	width: 70%;
}

#search input {
  background-color: #333;
  border: medium none;
  color: #fff;
  float: left;
  height: 100%;
  text-align: center;
  width: 95%;
}

#search button[type="submit"] {
  background:  #333;
  border: medium none;
  color: #fff;
  height: 20px;
  width: 30px;
}

#search-icon {
  font-size: 15px;
  height: 35px;
  color:#949494;
  text-align: center;
  top: 0px;
  width: 35px;
}
#shopping-cart-icon {
  font-size: 15px;
  height: 35px;
	color:#949494;
  text-align: center;
  top: 0px;
  width: 35px;
}
#shopping-cart-icon i{
background: #A5C4D6;
color: #fff;
padding: 8px;
border-radius: 30px;
font-size: 16px;
}
.header-bottom{
	background-color: rgba(0, 0, 0, 0.02);
	border-bottom: 1px solid #e4e4e4;
	color: #949494;
	font-size: 12px;
	height: 40px;
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}

.header-contact{
	display: inline;
	float: right;
	width: 100%;
}

.header-contact ul{}
.header-contact ul li {
  /*border-left: 1px solid #e4e4e4;*/
  display: inline-block;
  /*float: right;*/
  margin: 0;
  padding: 10px 12px;
}
.header-contact ul li.divider{ padding:10px 0}

.header-contact ul li:last-child{
	/*border-right: 1px solid #e4e4e4;*/
}

.phone{
	font-size: 14px;
}

.phone i{
	margin-right: 5px;
}

.mail{
	font-size: 14px;
}
.mail i{
	margin-right: 5px;
}

.header-login{
	display: inline;
	float: left;
	text-align: right;
	width: 100%;
}

.login {

  color: #949494;
  display: inline-block;

  line-height: 20px;

  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.login:hover,
.login:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}

/*login modal window*/

#login-form {
  background-color: rgba(0, 0, 0, 0.7);
}

#login-form .modal-dialog {
  margin: 130px auto;
  width: 400px;
}

#login-content {
  border-radius: 0;
}

#login-content .modal-title {
  font-size: 20px;
}

#login-content .modal-title i{
  margin-right: 5px;
}

#login-content .form-group input{
  height: 35px;
  border-radius: 0;
}

#login-content .form-control:focus {
  box-shadow: none;
}

.loginbox label {
  float: left;
  width: 100%;
}

.loginbox label input{
  float: left;
  margin-right: 5px;
}

.loginbox label span {
  font-weight: normal;
}

.loginbox .signin-btn {
  border-radius: 0;
  margin-top: 10px;
  color: #fff;
}

.footer-box {
  text-align: left;
  font-size: 15px;
}

.footer-box a:hover,
.footer-box a:focus{
  text-decoration: none;
  outline: none;
}

#signup-content {
  display: none;
}

#signup-content {
  border-radius: 0;
}

#signup-content .modal-title {
  font-size: 20px;
}

#signup-content .modal-title i{
  margin-right: 5px;
}

#signup-content .form-group input{
  height: 35px;
  border-radius: 0;
}

#signup-content .form-control:focus {
  box-shadow: none;
}

.signupbox span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
}

.signupbox span a:hover{
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* MENU */
/*--------------------*/
.navbar-right{ margin-right:30px;}
.triangle {
    /*
    content: '';
    */
    position: absolute;
    border: 40px solid transparent;
    border-top-color: #A5C4D6;
    display:none;
    top:50px;
    left: 0;
	z-index:1000
}
#menu-area{
	background: #414142;
	display: inline;
	float: left;
	width: 100%;
	position: relative;
}
div#combined.head_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #404041;
  transition: all 400ms cubic-bezier(1, 0, 0, 1) 0s;
  z-index:1010;box-shadow: 6px 3px 2px #888888;
}
div#combined.head_fixed div.navbar-header a img{ height:30px; width:auto; margin-left:80px; }
div#combined.head_fixed div.navbar-header a{ height:30px; width:auto; margin:10px 0 0; padding-top:5px;  }
div#combined.head_fixed #heading-list li{ height:40px; }
div#combined.head_fixed a#shopping-cart-icon img{ width:30px;}
div#combined.head_fixed a#search-icon img{ width:25px;}
div#combined.head_fixed .navbar-default .navbar-nav.black > li > a{ color:#fff}
#menu-area #navbar {
  padding-right: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{ color:#fff !important; }
#menu-area .navbar-default {
  background: transparent;
  border-color:transparent;
  margin-bottom: 0;
}
.navbar{ border-radius:0; border:none; }

.navbar-brand {
  font-family: "Lato",sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin: 15px 0;
  text-transform: uppercase;
  height:75px;
  padding:0px;
  padding-top:15px;
}

.navbar-brand:hover,
.navbar-brand:focus{
	text-decoration: none;
	outline: none;
}

.navbar-brand > img {
  display: block;
  margin-top: -5px;
}

.main-nav li {
  /*padding: 5px 0;*/
  position: relative;
  margin: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  display: inline-block !important;
  font-family: "AlternateGotNo3D-Regular";
  font-size: 20px;

  text-transform: uppercase;
  width: 100%;
  padding:5px 30px;
  line-height:40px;
}

.navbar-default .navbar-nav.black > li > a{
	color:#404041;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
	/*border-top: 0px solid #4396ff;*/
	background: #A5C4D6;
	color:#fff;
}
.navbar-default .navbar-nav > li.current-menu-parent, .navbar-default .navbar-nav > li.current-page-ancestor,
.navbar-default .navbar-nav > li.current_page_item,
.navbar-default .navbar-nav > li.current-menu-item,
.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:focus{
	/*border-top: 0px solid #4396ff;*/
	background: #A5C4D6;
	color:#fff;
}
.navbar-default .navbar-nav > li:hover span.triangle,
.navbar-default .navbar-nav > li:focus span.triangle {
	display:block;
}

.navbar-default .navbar-nav > li > a:hover:after {


}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #A5C4D6;
  color:#fff !important;
}

.navbar-default .navbar-nav > .active > span.triangle {
	display:block;
}

.navbar-nav > li > a::before {
  background-color: transparent;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
}

.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
  width: 100%;
}

.main-nav .dropdown:hover .dropdown-toggle::before{
	width: 100%;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}

.navbar-nav > li > .dropdown-menu li {
  padding: 0;
}

.navbar-nav > li > .dropdown-menu > li > a {
	color: #333;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	padding: 8px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: transparent;
}

/*--------------------*/
/* SLIDER */
/*--------------------*/
#combined{ z-index:1010; position:relative}

#slider{
	display: inline;
	float: left;
	width: 100%;
	/*margin-top:-50px;*/
}

#slider.resource_slider .slick-dots{
   bottom: 25px !important;
}
.main-slider {
  display: inline;
  float: left;
  margin-bottom: 0;
  width: 100%;
}

.single-slide{
	float: left;
	display: inline;
	width: 100%;
}

.single-slide img{
	width: 100%;
        background-size: cover;
}

.slide-content {
  /*background-color: rgba(64, 64, 64, 0.8);*/
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slide-content-white{background-color: rgba(255, 255, 255, 1);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;}

.main-slider .slick-prev {
  left: 23px;
}

.main-slider .slick-next {
  right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
  background-color: rgba(0,0,0,0.5);
  top: 48%;
  height: 50px;
  width: 50px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-slider .slick-prev::before {
  content: "\f104";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-next::before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-dots {
  bottom: 30px;

}

.main-slider .slick-dots li {
  background-color: rgba(255, 255, 255, 0);

}

.slick-dots li button:before{ background:#477ba3; content:""; height:20px; width:20px; border-radius:50%; }

.main-slider .slick-dots li button::before {
  font-size: 25px;
  line-height: 21px;
}

.slide-article {
  display: inline;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 150px;
  width: 100%;
}

.slide-article h1 {
  color: #fff;
  font-size: 42px;
	line-height: 46px;
  margin: 10px 0;
  color:#f3f3f3;
  font-family:'AlternateGotNo3D-Regular';
  text-transform: uppercase;
  text-align:center;
   /*text-shadow: 1px 1px #58595b;*/
}

.slide-article p {
  font-size: 35px;
	line-height: 42px;
  margin: 10px 0;
  color:#949599;
  font-family:'Helvetica-Regular';
  text-transform: lowercase;
  text-align:center;
  /*text-shadow: 1px 1px #fcfcfc;*/
}

.read-more-btn{
	color: #fff;
	border: 1px solid #fff;
	display: block;
	padding: 12px 22px;
	font-weight: 700px;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width:160px;
	margin:0 auto;
	text-align:center;
	font-family:'Helvetica-Regular';
}

.read-more-btn:hover,
.read-more-btn:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}

.slider-img{
	display: inline;
	float: left;
	padding: 0 30px;
	width: 100%;
}

/*--------------------*/
/* FEATURE */
/*--------------------*/

#feature{
	background-color: #2e5166;
	display: inline;
	float: left;
	width: 100%;
}
.feature-sidebar{background-color: #414142;}
.title-area {
  display: inline;
  float: left;
  padding: 30px 5px 30px 5px;
  text-align: left;
  width: 100%;
}

.content-area{display: block;
        position: relative;
        margin: 40px 0;border-left: 34px solid transparent;
        padding-left: 10px;}
.verticaltext {
	/* Abs positioning makes it not take up vert space */
        position: absolute;
        left: -60px;
        /* Border is the new background */
        background: none;

        /* Rotate from top left corner (not default) */
        -webkit-transform-origin: 0 0;
        -moz-transform-origin:    0 0;
        -ms-transform-origin:     0 0;
        -o-transform-origin:      0 0;

        -webkit-transform: rotate(-90deg);
        -moz-transform:    rotate(-90deg);
        -ms-transform:     rotate(-90deg);
        -o-transform:      rotate(-90deg);

	color: #487aa1;
	font-size:50px;
	line-height:70px;
	font-weight:normal;
	font-family:'LuloCleanOne-Regular';
}

.verticaltext-small {
	/* Abs positioning makes it not take up vert space */
        position: absolute;

        left: 135px;
        bottom: -165px;
        /* Border is the new background */
        background: none;

        /* Rotate from top left corner (not default) */
        -webkit-transform-origin: 0 0;
        -moz-transform-origin:    0 0;
        -ms-transform-origin:     0 0;
        -o-transform-origin:      0 0;

        -webkit-transform: rotate(-90deg);
        -moz-transform:    rotate(-90deg);
        -ms-transform:     rotate(-90deg);
        -o-transform:      rotate(-90deg);


	font-size:18px;

	font-weight:normal;
	font-family:'LuloCleanOne-Regular';
}

.twitter-icon {
	/* Abs positioning makes it not take up vert space */
        position: absolute;

        left: -40px;

        /* Border is the new background */
        background: none;



	color: #487aa1;
	font-size:70px;
	line-height:100px;
	font-weight:normal;
	font-family:'LuloCleanOne-Regular';
}

.title-area .title {
	font-size: 70px;
	font-family:'AlternateGotNo3D-Regular';
	line-height: 50px;
	text-transform: uppercase;
	color:#f78c21;
	font-weight:normal;
	letter-spacing:7px;
}

.title-area .title a{
	color:#A5C4D6;
	text-decoration:none;
}
.title-area .line {
  background-color: #fff;
  display: inline-block;
  height: 2px;
  width: 60px;
}

.title-area p {
  color: #fff;
  line-height: 21px;
  margin-top: 10px;
   font-family:'Helvetica-Condensed';
   font-weight:normal;
   font-size:18px;
}
.tweet-box{ padding-top:0px; }

.tweet-box .tweet-box-title {
	font-size: 60px;
	font-family:'AlternateGotNo3D-Regular';
	line-height: 64px;
	text-transform: uppercase;
	color:#f78c21;
	font-weight:normal;
	letter-spacing:7px;
}


.tweet-box p {
  color: #a6c4d6;
  line-height: 22px;
  margin: 0 0 12px;
   font-family:'Helvetica-Condensed';
   font-weight:normal;
   font-size:18px;
   word-break: break-word;
    overflow-wrap:break-word;
   white-space:pre-wrap;
   -ms-word-break:break-all;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
   }

.feature-content {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 50px;
}

.single-feature{
	display: inline;
	float: left;
	margin: 10px auto;
	width: 100%;
	text-align: center;
	padding:15px;
	border: 1px solid #e4e4e4;
    min-height: 340px;
}

.single-feature:hover .feature-icon{
	color: #444;
}

.single-feature .feature-icon {
  font-size: 35px;
  width:100px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.feat-title{
	font-weight: normal;
	font-size: 26px;
	color:#939598;
	font-family:'HelveticaLTStd-Blk';
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.single-feature:hover .feat-title{
	color: #939598;
}

.single-feature p {
  color: #464646;

  font-size: 17px;
  line-height:21px;
  margin:0 auto;
}

/*--------------------*/
/* FPN - homepage */
/*--------------------*/
#fpn{
	background-color: #dcedf8;
	display: inline;
	float: left;
	padding: 0;
	width: 100%;
	padding:50px;
}


.fpn-padding{ padding:15px 0; }
/*--------------------*/
/* FPN - homepage */
/*--------------------*/

#content-heading{
	background-color: #fafafa;
	display: inline;
	float: left;
	padding: 0 0 15px;

	width: 100%;
}

#content-heading h2{
	color:#2a6581;
	font-family: Helvetica;
	font-weight:bold;
	margin-top:15px;
}
#content-heading h3{ margin:0 0 25px;font-family: Helvetica;
	font-weight:bold; color:#464646; padding:0; font-size:18px; line-height:24px; }
	div.three-in-a-row{ margin-top:80px; }
/*--------------------*/
/* breadcrumbs */
/*--------------------*/
section#breadcrumbs{
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; background-color: #e6e7e8;
}
section#breadcrumbs div.breadcrumb{
	background: transparent;
	color:#999;
	font-family: Helvetica;
	font-weight:bold;
	margin-bottom:0;
	padding:10px 0;
}
section#breadcrumbs div.breadcrumb span a{color:#999; font-size:13px; font-family:Tahoma, Geneva, sans-serif; font-weight:normal }
section#breadcrumbs div.breadcrumb span.separator{ padding:0 15px; font-family:Tahoma, Geneva, sans-serif; font-weight:normal }
/*--------------------*/
/* post content */
/*--------------------*/
section#content-article{
	padding:10px 0;

}
section#content-article img{ margin:0 auto 25px; text-align:center; display:block;  }
section#content-article p{
   line-height: 24px;
   font-family:'HelveticaLTStd-Roman';
   font-weight:normal;
   font-size:16px;
   color:#464646;
   margin-bottom:25px;
}


section#read-more-section{
	background-color: #585858;
	display: inline;
	float: left;
	padding: 0 0 25px;

	width: 100%;
}

h3.small-indent-lulo{ color:#fff; font-family:'LuloCleanOne-Regular'; font-size:50px; line-height:60px;  margin:20px 30px; }
h3.sm-indent{  font-family:'AlternateGotNo3D-Regular'; font-size:75px; line-height:40px; text-indent:120px;  margin:0 0 40px }
h3.med-indent{  font-family:'AlternateGotNo3D-Regular'; font-size:75px; line-height:40px; text-indent:240px;  margin:0 0 40px }
span.med-indent{  font-family:'AlternateGotNo3D-Regular'; font-size:60px; line-height:40px; text-indent:240px;  margin:0 0 40px }
h3.lg-indent{  font-family:'AlternateGotNo3D-Regular'; font-size:75px; line-height:40px; text-indent:480px;  margin:0 0 40px }
h3.no-indent{  font-family:'AlternateGotNo3D-Regular'; font-size:75px; line-height:40px; text-indent:0;  margin:0 0 40px }
section#read-more-section p{
   line-height: 24px;
   font-family:'HelveticaLTStd-Roman';
   font-weight:normal;
   font-size:16px;
   color:#767676;
   margin-bottom:10px; color:#ffffff;
}
h3.no-indent{  font-family:'AlternateGotNo3D-Regular'; font-size:75px; line-height:40px; text-indent:0;  margin:0 0 40px }


section#author-box-section{
	padding:15px 0 15px;
	background:#e7e7e8;
	background-image: url("assets/images/author-arrow.png");
   background-position: right bottom; /*Positioning*/
   background-repeat: no-repeat; /*Prevent showing multiple background images*/

	}
section#author-box-section h4{

	line-height: 46px;
   font-family: Helvetica;
	font-weight:900;
   font-weight:normal;
   font-size:32px;
	color:#404041;
	margin:0;
}
section#author-box-section img{ margin:0 25px 15px 0}
section#author-box-section p{
	line-height: 24px;
   font-family:'HelveticaLTStd-Roman';
   font-weight:normal;
   font-size:16px;
   margin-bottom:25px; color:#464646;}
section#author-box-section p a{
 color:#487aa1;
}
section#author-box-section p a:hover{
 color:#F68C20;
}



section#related-heading{
	padding:5px 0;
	background:#fff;
	}
section#related-heading h2{

	background:#fff;
	color:#a8a9ad;
	line-height: 20px;
	padding:0;

   font-weight:normal;
   font-size:16px;
	}
section#related-posts-content{
	padding:25px 0 25px;
	background:#2a6581;


	/*background-image: url("assets/images/author-arrow-test.png");
   background-position: right bottom;
   background-repeat: no-repeat; */
}
section#attendess-posts-content{
	padding:25px 0 75px;
	background:#2a6581; 	/*#dcedf8; Anne*/


	/*background-image: url("assets/images/author-arrow-test.png");
   background-position: right bottom;
   background-repeat: no-repeat; */
}
section#advisen-news-content,section#biolist-news-content{
	padding:25px 0 75px;
	background:#fff;
	/*background:#2a6581;


	background-image: url("assets/images/author-arrow-test.png");*/
   background-position: right top; /*Positioning*/
   background-repeat: no-repeat; /*Prevent showing multiple background images*/
}
section#marketplace,div#marketplace{
	padding:25px 0 0px;
	background-image: url("assets/images/author-arrow.png");
    background-position: left bottom; /*Positioning*/
    background-repeat: no-repeat; /*Prevent showing multiple background images*/
	background-size:30%;
}

section#attributes,div#attributes{
	padding:25px 0 0px;
	background-image: url("assets/images/author-arrow.png");
    background-position: right bottom; /*Positioning*/
    background-repeat: no-repeat; /*Prevent showing multiple background images*/
	background-size:30%;
}

section#related-posts-content img{ max-width:330px; }
section#related-posts-content span{ display: block;
    padding: 0;  font-family:'HelveticaLTStd-Roman'; font-weight:bold; font-size:12px;  }
section#related-posts-content h4{
	line-height: 16px;
   font-family:'LuloCleanOne-Regular';
   font-weight:normal;
   font-size:12px;
}
#advisen-news-content ul.news_updateSec{
  list-style-type: none;
  margin: 0;
  padding: 0;

}
#advisen-news-content ul.news_updateSec li{
 padding: 5px 0;
 word-wrap: break-word;
 color:#464646;
  font-size: 14px;
    line-height: 20px;
}
#advisen-news-content ul.news_updateSec li a,#advisen-news-content ul.news_updateSec li span{
 color: #464646;
 display: block;
}
#advisen-news-content ul.news_updateSec li a:hover{
 color: #f78c21;
}
/*--------------------*/
/* COUNTER */
/*--------------------*/


#feature-parallax{
	background-attachment: fixed !important;
	/*background-image: url("assets/images/counter-bg.jpg");
	background-repeat: repeat;*/
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
}
#counter{
	background-attachment: fixed !important;
	background-image: url("assets/images/counter-bg.jpg");
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
}

.counter-overlay{
	background: none repeat scroll 0 0;
	color: #ffffff;
	display: inline;
	float: left;
	padding: 0;
	width: 100%;
}
.counter-area{background:#2a6581;}

.counter-title-area{
display: inline;
    float: left;
    padding: 40px;
    text-align: left;
    width: 100%;
}
#circle-counter h2{ font-family: "LuloCleanOne-Regular"; color:#2a6581; text-align:center; margin:50px auto 25px; }
.counter-title-area .title{
font-family: "AlternateGotNo3D-Regular";
    font-size: 96px;
    font-weight: normal;
    letter-spacing: 7px;
    line-height: 110px;
    text-transform: uppercase;
}
.counter-no.counter{ font-family:"HelveticaLTStd-Blk";font-size: 42px;
    font-weight: normal;
    letter-spacing: 7px;
    line-height: 40px;
    text-transform: uppercase; color:#d1ecf8}
div.counter-label{ font-size:20px; line-height:28px; color:#fff; }
.c100{ font-size:170px !important; float:none !important; margin:0 auto !important; text-align:center;}
.c100 > span{ color:#333 !important}
.c100.orangetrue .bar, .c100.orangetrue .fill{
	border-color: #f68d22 !important;
}
.c100.darkblue .bar, .c100.darkblue .fill{
	border-color: #2a6581 !important;
}
.c100.lightblue .bar, .c100.lightblue .fill{
	border-color: #10a9dc !important;
}
div.circle-title{ margin:25px auto; font-size:22px; line-height:22px;font-family:"AlternateGotNo3D-Regular"; text-align:center; color:#333333 }
/*--------------------*/
/* BIO - homepage */
/*--------------------*/
#biography-parallax{
	background-attachment: fixed !important;
	background-image: url("assets/images/counter-bg.jpg");
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	padding:0;
	width: 100%;
}


.row.bio{background:rgba(244,244,244,0.7);}
.row.bio .title-area{ padding:50px}
h1.bio-name{ color:#828385}
.row.bio h2.title{ line-height:70px}
.row.bio p{ color:#58585a}
.content-area{ position:relative; }
.social-bio { position:absolute; right:20px; top:0px;}
span.bio-position{ 	line-height: 20px;
   font-family:'LuloCleanOne-Regular';
   font-weight:normal;
   font-size: 16px; display:block}

.row.media{
	background:rgba(246,141,34,0.7);
	margin:50px 0
}
.row.media .title-area{ padding:30px 50px 40px;}
.row.media h2{ color:#2a6581; }

/* products */
div.team-title{ margin:25px auto;  text-align:center; color:#fff; }
div.team-title p{ padding:0 20px; }
/*--------------------*/
/* LATEST NEWS */
/*--------------------*/


#latest-news{
  background-color: #404041;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.latest-news-content{
  display: inline;
  float: left;
  margin-top: 0px;
  width: 100%;
}

.blog-news-single {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.blog-news-img {
  display: inline;
  float: left;
  height: 270px;
  width: 100%;
}

.blog-news-img img {
  width: 100%;
  height: 100%;
}

.blog-news-title {
  display: inline;
  float: left;
  padding: 20px 15px 15px;
  width: 100%;
}

.blog-news-title h2,
.blog-news-title h2>a{
  color: #838282;
  font-family: "HelveticaLTStd-Blk",sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin:0 auto;
  text-align:center
}

.blog-news-title h2>a:hover{
  text-decoration: none;
  outline: none;
}

.blog-news-title p {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.blog-news-title .blog-author{
  text-transform: uppercase;
}

.blog-news-title .blog-date{}
.blog-news-details{
  display: inline;
  float: left;
  padding: 0 15px;
  width: 100%;
}

.blog-news-details p{
  font-size: 14px;
}

.blog-more-btn {
  color: #838282;
  display: inline-block;
  font-size: 14px;
  margin-top: 15px;
  text-decoration: none;
}

.blog-more-btn:hover,
.blog-more-btn:focus{
  text-decoration: none;
  outline: none;
}

.blog-more-btn i{
  margin-left: 5px;
}
/*--------------------*/
/* SLIDER  */
/*--------------------*/

#product-parallax{
	/*background-attachment: fixed !important;*/
	background-position:center;
	background-image: url("assets/images/counter-bg.jpg");
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
    width: 100%;
  /*height:410px;*/
}
.row.product-banner{
	background:rgba(45,81,102,0.7);
	margin:60px 0;
}
.row.product-banner .title-area{ padding:10px 20px 10px;}
.row.product-banner h2{ color:#2a6581; }

#portfolio{ padding-bottom:40px; }
div.content-left h4{ font-size:20px; }
div.content-left ul{ list-style:disc; font-size:15px; padding-left:15px; color:#6e6e70}
.product-slider{ background:#fff; border:solid 3px #6e6e70; } /*background:#f68d22;*/
.product-slider div.product-slider-heading img{ float: left; width:100px; }

.product-slider div.product-slider-heading{ background:#949599; height:90px; position:relative;}
.product-slider div.product-slider-heading h4 {
  bottom: -5px; /*bottom: -20px;*/
    color: #404041;
    font-family: "AlternateGotNo3D-Regular";
    font-size: 36px;
    left: 120px;
    position: absolute;
}
.product-slider .product-content{
	padding:30px; color:#fff; font-size:16px; position:relative
}
.product-slider .product-content ul{ list-style:disc; padding-left:15px; }
span.product-info{ position:absolute;  top:20px; right:30px; font-size: 20px; cursor:pointer;
    position: absolute; }

span.product-info + .tooltip > .tooltip-inner {
    background-color: #fff;
    color: #333;
    border: 1px solid #f68d22;
    padding: 10px;
    font-size: 12px;
}

/* Tooltip on top */

span.product-info + .tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid #fff;
  }

.product-slider .slick-dots li button:before{ content:""; border:5px solid #2a6581; border-radius:50%; }


/* white papers */
div.trial-content{ padding:10px 15px; }
div.trial-content h3, div.trial-content h2, div.sidebar-heading h2, div.sidebar-heading h3{ font-family:"AlternateGotNo3D-Regular"; font-size:36px; line-height:40px; color:#464646; }
div.trial-content h4, div.sidebar-heading h4{ font-family:"AlternateGotNo3D-Regular"; font-size:30px; line-height:40px; }
div.trial-content h5, div.sidebar-heading h5{ font-family:"LuloCleanOne-Regular"; font-size:20px;  line-height:16px; }
div.trial-content p{ font-size: 16px;/* max-width: 500px;*/ padding:5px 0 5px; }

div.blackqoute-box{ padding:25px; min-height:250px; height:100%}
span.quote-open{background:url("assets/images/quote-upper.png") no-repeat !important; height:31px; width:40px;display: block; float:left;}
div.quotebox{ margin-top:40px;}
div.quotebox-content{ display:inline-block; margin-left:15px; margin-top:0px; }
div.quotebox-content p{ padding:15px 0; font-style:italic; }
span.quote-close-testi{ background: rgba(0, 0, 0, 0) url("assets/images/quote.png") no-repeat scroll 0 0 !important;
    display: block;
    float: right;
    height: 31px;
    position: relative;
  margin-top: -20px;
    width: 40px;}

div.sidebar-trial{ }
div.sidebar-heading{ padding:25px 0px 0px 15px; }
div.sidebar-heading h3{ font-size:78px; padding:0; margin:5px 0}
div.sidebar-heading h4{ font-size:50px; padding:0; margin:5px 0}
div.sidebar-heading h5{ font-size:40px; padding:0; margin:5px 0}
.form-control{

}
div.sidebar-form{ padding:30px; }
div.bs-example select.form-select {
-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
	background: #fff url("assets/images/dropdownarrows.jpg") no-repeat scroll right center;
    font-size: 19px;
    height: 40px;
    line-height: 32px;
    padding: 5px;
    width: 100%;
}
div.bs-example label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
	font-family:'HelveticaNeue-UltraLight'; color:#a5c4d6; font-size:20px;
}
/*--------------------*/
/* Events */
/*--------------------*/
#events{
	background-color: #f78d21;
	display: inline;
	float: left;
	padding: 0;
	width: 100%;

	background-image: url("assets/images/events-bot-bg.png");
   background-position: right bottom; /*Positioning*/
   background-repeat: no-repeat; /*Prevent showing multiple background images*/
}
#events-content div.event-content{ padding:50px 35px 50px 0;}
#events-content div.event-content h2{color: #464646; font-size: 18px;}
#events-content div.event-content h3{color: #464646; font-size: 16px;}
#events-content div.event-content p, .tablesorter-blue td{ font-size:14px; line-height:18px; color:#464646; margin-bottom:10px }
#events-content div.event-content ul{ list-style: disc; font-size:14px; padding-left:15px}
#events-content div.event-content ul li{ list-style: disc; font-size:14px}
.row.events{
	background:rgba(10,10,10,0.7);
}
.row.events .title-area{ padding:20px 50px;}
.row.events .title-area .content-area{ margin:0 !important;}
.row.events h2{ font-size:30px; line-height:34px; letter-spacing:1px; }
div.sidebar-events{ padding:50px !important; background:#e7e8e9}
ul.events-nav{ }
ul.events-nav li {
    background: #464646 none repeat scroll 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    list-style: outside none none;
    margin: 10px auto 20px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
	font-family:'LuloCleanOne-Regular';
	cursor:pointer;

}

ul.events-nav li:hover,ul.events-nav li:hover a{
	color:#ffffff;
}
ul.share-icons{ margin:0 auto; display:block; padding-left:0px; }
ul.share-icons li {background: #d2d3d5 none repeat scroll 0 0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#464646; cursor:pointer}
h5.reg-fee {
    color: #fff;
    font-family: "LuloCleanOne-Regular";
    font-size: 17px;
    line-height: 28px;
    margin: 30px 0 0;
}
table#reg-fees{
	width:100%;
	border-top:3px solid #0c80a7;
	border-left:3px solid #0c80a7;
	border-right:none;
	border-bottom:none;
	background:#fff;
	margin-top: 35px;
	font-family:'HelveticaLTStd-Bold';
	font-size:14px;
}
table#reg-fees thead td{
	background:#d1ecf8;
	color:#000 !important;
}
table#reg-fees tr td{
	border-bottom:3px solid #0c80a7;
	border-right:3px solid #0c80a7;
	padding:10px;
	color:#0c80a7;
}
#sponsors{ padding:40px 0}
#sponsors .row{ margin-bottom:20px}
#sponsors ul li{ width:150px; margin-top:20px; }
#sponsors h6{ font-family:'HelveticaLTStd-Bold';
	font-size:20px;color:#0c80a7; }
	section.attendees-box p{ color:#fbf8f8; font-size:14px; } /*Anne color:#404041;*/
img.alignleft{ float:left; }
.custom_load{
 position: relative;
 top: 45px;
}
#results h3.blue_heading{
    color: #a5c4d6;
    font-size: 30px;
    text-align: center;
    position: relative;
    top: -110px;

}
/* List page */
#advisen-news-content .advisen-news-content{ padding:10px 5px; }
#advisen-news-content .advisen-news-content .title{ font-family:"AlternateGotNo3D-Regular"; font-size:22px; line-height:26px; color:#2a6581; margin:10px auto; text-align:left}
#advisen-news-content .advisen-news-content span{ }
#advisen-news-content .advisen-news-content p{ font-family: helvetica !important; margin-top:15px;  color:#464646;}


/* BioList page */
#biolist-news-content .biolist-news-content{ margin-bottom:50px;  }
#biolist-news-content .biolist-news-content .title{ font-family:"AlternateGotNo3D-Regular"; font-size:18px; line-height:24px; color:#2a6581; margin:0}
#biolist-news-content .biolist-news-content .title a{color:#487AA1;}
#biolist-news-content .biolist-news-content span{ }
#biolist-news-content .biolist-news-content p{ font-family:"AlternateGotNo3D-Regular"; margin-top:15px}
#biolist-news-content .biolist-news-content h3.title{ margin:20px 0 0 0;}
#biolist-news-content .biolist-news-content h5.reg-fee{ margin:0; font-size:12px; line-height:18px;}

/* job posting */
#job-postings{ background:#e7e7e8; padding:90px 0; }

#job-postings div.form-group input.form-control{ padding:0px 10px; border-radius:0; font-family:"HelveticaLTStd-Bold"; font-size: 20px;
    height:50px; }
	img#searchicon{ margin-top:0px; width:30px }
#job-postings div.form-group input#search{ width:140px; display:inline;  background:#6e6e70; color:#fff}
#job-postings div.form-group select.form-select{  border-radius:0; font-family:"HelveticaLTStd-Bold";-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
	background: #fff url("assets/images/jobdropdown.jpg") no-repeat scroll 95% center;
	background-size:30px;
    font-size: 24px;
	color:#a8a9ad;
    font-size: 20px;
    height:50px;
    line-height: 32px;
    padding:0px 20px;
    width: 100%; }
	section#featured-jobs{ padding:50px 0}
div.featured-jobs-content{ padding:20px 0; border-top: solid 3px #a8a9ad; border-bottom: solid 3px #a8a9ad; margin:25px 0  }
div.featured-jobs{ margin-bottom:25px;}
div.featured-jobs h5{ font-family:"HelveticaLTStd-Bold"; font-size:18px; color:#1a3665}
div.featured-jobs h6{ font-family:"HelveticaLTStd-Bold"; font-size:16px; color:#477ba3}
div.featured-jobs span{ font-family:"HelveticaLTStd-Bold"; font-size:14px; color:#89a2b2}
select::-ms-expand {
    display: none;
}

/* marketing */
/* marketing */
 .marketing-list .title{ font-family:"AlternateGotNo3D-Regular"; font-size:22px; line-height:24px; color:#fff; margin:20px auto; text-align:center}

 .wpb_wrapper{ position:relative;}
.dayLink1 a.active,.dayLink a.active{color:#f78c21 ;}
 #black-section{
    background:#fff;
    font-size:14px;
    height:100%;
    padding-left: 20px;
    }
 .resource_rightBdr{
 border-left: 1px solid #ddd;
 }
 #black-section div.form-group select.form-select{  border-radius:0; font-family:""LuloCleanOne-Regular""; -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
	background: #404041 url("assets/images/marketdropdown.jpg") no-repeat scroll 95% center;
	background-size:30px;
	border:2px solid #fff;
    font-size: 24px;
	color:#f68d22;
    font-size: 16px;
    height:40px;
    line-height: 32px;
    padding:6px 10px;
    width: 100%; }
.search_feature{
    border: none;
    border-bottom: 1px solid #ddd;
    width: 90%;
    margin: 70px 0 0;
    padding: 5px;
}
.search_feature:hover,.search_feature:focus{
  outline: none;
  border-bottom: 1px solid #a5c4d6;
  transition: border .5s;
}
.searchform button:hover,.searchform button:focus{
 outline: none;
}
.searchform button{
    display: inline-block;
    background: transparent;
    box-shadow: none;
    border: none;
}
input.search_feature::placeholder {
  color: #a5c4d6;
}
/*--------------------*/
/*--------------------*/
/* SUB FOOTER */
.menu-footer-menu1-container,
.menu-footer-menu2-container,
.menu-footer-menu3-container,
.menu-footer-menu4-container {
    padding-top: 10px;
}
 .footer_topics a {
    font-size: 20px;
    color: #9DC5D8;
    margin: 0 0 20px;
    font-weight: 500;
    margin-top:10px;
}
.sub_footer{
  background: #636363;
   padding-top: 30px;
    padding-bottom: 20px ;
  color: #fff;
  z-index:2;

}
.footer_topics {
    margin-left: 10%;
}
.footer_topics ul.sub-menu li a {
    color: #fff !important;
    line-height: 21px;
    font-family: 'Helvetica-Condensed';
    font-weight: normal;
    font-size: 18px !important;
}
.footer_topics ul.sub-menu li a:hover{
 color: #A5C4D6 !important;
}
.footer_topics ul.sub-menu li{
  color:#fff !important;
  font-size: 18px;
  font-family: 'Helvetica-Condensed';
}
li#menu-item-52342, li#menu-item-52356, li#menu-item-52366 {
    margin-top: 10px;
}
ul#menu-new-menu{
-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 10px;

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px){
li#menu-item-52342, li#menu-item-52356, li#menu-item-52366,li#menu-item-52347,li#menu-item-52359,li#menu-item-52370 {
    margin-top: 10px;
}
li#menu-item-52245,li#menu-item-52359,li#menu-item-52253{
    margin-top: 10px;
}
}


@media only screen and (min-width:768px) and (max-width:992px){
li#menu-item-52342,li#menu-item-52366,li#menu-item-52347,li#menu-item-52359,li#menu-item-52370 {
    margin-top: 10px;
}
li#menu-item-52359 {
    margin-top: -23px;
}
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

.bio-container{ background-position:center top !important; background-repeat:no-repeat !important; background-size:cover !important}
.tweet-box a{
color: #f68c20;
}
#footer{
background: #404041;
background: -moz-linear-gradient(left, #404041 0%, #404041 45%, #636363 50%, #636363 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #404041), color-stop(45%, #404041), color-stop(50%, #636363), color-stop(100%, #636363));
background: -webkit-linear-gradient(left, #404041 0%, #404041 45%, #636363 50%, #636363 100%);
background: -o-linear-gradient(left, #404041 0%, #404041 45%, #636363 50%, #636363 100%);
background: -ms-linear-gradient(left, #404041 0%, #404041 45%, #636363 50%, #636363 100%);
background: linear-gradient(to right, #404041 0%, #404041 45%, #636363 50%, #636363 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#636363', GradientType=1 );
  display: inline;
  float: left;
  padding: 0 0;
  width: 100%;
}
.footer-same-height{
 height: 620px !important;
}

#footer .hs-form.stacked{ margin:40px 0; }

#footer .hs-form.stacked label span{ display: none; }
.footer-contact{  background-color: #A5C4D6; }

.footer-contact input.hs-input{ background-color: #404041; color: #fff; border:none; border-radius:0; padding:8px; box-sizing: border-box; height:30px;     }
.footer-contact textarea{ background-color: #404041; color: #fff; border:none; border-radius:0; padding:8px;   }
.footer-contact input.hs-input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #fff;
}
.footer-contact input.hs-input::-moz-placeholder, .footer-contact textarea::-moz-placeholder{ /* Firefox 19+ */
  color: #fff;
}
.footer-contact input.hs-input:-ms-input-placeholder{ /* IE 10+ */
  color: #fff;
}
.footer-contact input.hs-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.footer-contact input#submit_footer{ background-color: #404041; color: #f68d22; border:0; padding:5px 5px 5px 15px; display:block; width:100%; text-align:left; box-sizing: border-box; height:30px; }
#footer .hs-form .hs-button{ background-color: #404041  !important; color: #A5C4D6  !important; border:none  !important; padding:5px 5px 5px 15px  !important; display:block  !important; width:100%  !important; text-align:left; background-image:none !important; font-size: 16px;
    font-weight: 300;
    line-height: 22px; text-shadow:none; border-radius: 0; box-sizing: border-box; height:30px; max-width:500px; }
#footer .hs-form.stacked .actions{margin-left: 0px !important;
    padding-left: 0px !important; padding-right: 0px !important;}
.footer-sidebar{  background-color: #636363; }
.bg-bottom-group{
position: relative;
}
.bg-bottom-group-overlay{
	position:absolute;


	background-color: transparent;
	background-image: url("assets/images/footer-arrow-bottom.png");
   background-position: right bottom; /*Positioning*/
   background-repeat: repeat; /*Prevent showing multiple background images*/
   bottom:0;
   right:0;
   width:100%;
   height:167px;
   z-index:500
	}
.footer-left{
  display: inline;
  float: left;
  width: 100%;
}

.footer-left p {
  color: #5c5c5c;
  font-size: 14px;
  margin: 0;
}

.footer-left p a{
  color: #5c5c5c;
}

.footer-left p a:hover{
  text-decoration: none;
  outline: none;
}

.footer-right{
  display: inline;
  float: left;
  text-align: right;
  width: 100%;
}

.footer-right a{
  color: #5c5c5c;
  font-size: 18px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}





/*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/


@media(max-width:1199px ){
	#search-icon {
	  right: 4%;
	}
  .slide-article {
    padding-left: 30px;
    padding-right: 0;
    padding-top: 90px;
  }
  .slide-article h1 {
    font-size: 40px;
  }
  .blog-news-title h2,
  .blog-news-title h2 > a {
    font-size: 18px;
  }
}


@media(max-width:991px ){
	#menu-area #navbar {
    padding-right: 55px;
  }
 #footer{
background: #404041;
}
  .navbar-default .navbar-nav > li > a {

    padding-left:10px;
    padding-right: 10px;
  }
  #search {
    margin: 0 auto;
    width: 90%;
  }
  #search-icon {
    right: 3%;
  }
  .slide-article {
    padding-left: 60px;
    padding-right: 0;
    padding-top: 15px;
  }
  .slide-article h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .slide-article p {
    color: #fff;
    margin-bottom: 40px;
  }
  .why-choose-us {
    margin-top: 20px;
  }
  .single-counter {
    margin-bottom: 30px;
  }
  .single-table-price {
    margin-bottom: 40px;
  }
  .single-team-member {
    margin-bottom: 50px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .blog-news-single {
    margin-bottom: 30px;
  }
  .title-area {
    padding: 0 100px;
  }
  .single-portfolio {
    width: 33.33%;
  }
  .single-item-content::after {
    width: 87%;
  }
  .blog-side-bar {
    margin-top: 50px;
  }
  .contact-area-right {
    margin-top: 40px;
  }
}


@media(max-width:767px ){
  .header-bottom {
    padding: 0;
  }
 #black-section{
 display:none;
 }
.search_sec{
 top: 0;
}
#slider.resource_slider, .single-slide img{
 height:auto;
}
h3.feature_heading {
    padding: 60px 0 0;
}
.search_feature{
 width: 80%;
}
	.header-contact ul li:last-child {
    display: none;
  }
  .navbar-brand {
    margin-top: 0;
  }
  #search-icon {
    right: 11%;
    top: 5px;
  }
  .main-nav li {
    padding: 0;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }
  #search {
    width: 100%;
  }
  #menu-area #navbar {
    padding-right: 15px;
  }
  .slider-img {
    display: none;
  }
  .slide-article {
    padding-top: 10px;
  }
  .title-area {
    padding: 0 30px;
  }
  .single-feature {
    text-align: center;
    padding: 0 15px;
  }
  .single-page-header-left {
    text-align: center;
  }
  .single-page-header-right .breadcrumb {
    text-align: center;
    margin-top: 20px;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-right {
    text-align: center;
  }
  .portfolio-menu {
    padding: 0;
  }
  .portfolio-menu ul li {
    margin: 0 3px 10px;
    padding: 6px 10px;
  }
  .blog-single-tag {
    text-align: center;
  }
  .blog-single-social {
    text-align: center;
    margin-top: 20px;
  }



}

@media(max-width:480px ){
	#search input {
    width: 85%;
  }
  #search-icon {
    right: 15%;
    top: 5px;
  }
  .slide-article h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .slide-article p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .read-more-btn {
    font-size: 14px;
    padding: 8px 14px;
  }
  .main-slider .slick-prev, .main-slider .slick-next {
    height: 40px;
    top: 46%;
    width: 40px;
  }
  .title-area .title {
    font-size: 25px;
    line-height: 26px;
    padding-bottom: 0px;
  }
  .title-area {
    padding: 0;
  }
  .title-area p {
    line-height: 23px;
    font-size: 15px;
  }
  .single-feature p {
    font-size: 14px;
  }
  .our-skill-content p {
    font-size: 14px;
  }
  .why-choose-group .panel-body p {
    font-size: 14px;
  }
  .subscrib-form {
    width: 100%;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-right {
    text-align: center;
  }
  #login-form .modal-dialog {
    width: 350px;
  }
  .overlay {
    padding: 50px 0;
  }
  .single-portfolio {
    width: 50%;
  }
  .single-item-content::after {
    width: 85%;
  }
  .portfolio-menu ul li {
    padding: 4px 5px;
    font-size: 12px;
  }
  .blog-archive-left .blog-news-img {
    height: 320px;
  }
  .blog-navigation-prev {
    margin-bottom: 10px;
  }
  
  .more_register_btntop{
      padding: 10px 3%;
   }

}


@media(max-width:360px ){
  .login {
      padding: 10px;
  }

  #menu-area .navbar-toggle {
    padding: 8px 6px;
  }
	.phone {
    font-size: 12px;
  }
  .header-contact ul li {
    margin-right: 0;
    padding: 10px 8px;
  }
  #search-icon {
    right: 20%;
    top: 5px;
  }
  .slide-article {
    padding-top: 0;
    padding-left: 0;
  }
  .slide-article p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .slide-article h1 {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .read-more-btn {
    font-size: 12px;
    padding: 5px 8px;
  }
  #testimonial .title-area {
    padding: 0;
  }
  .subscribe-area h2 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  .subscrib-form input {
    font-size: 15px;
    height: 40px;
  }
  .subscribe-btn {
    font-size: 15px;
    height: 40px;
    width: 95px;
  }
  #login-form .modal-dialog {
    width: 320px;
  }
  #search input {
    font-size: 14px;
  }
  .overlay {
    padding: 20px 0;
  }
   .single-portfolio {
    width: 100%;
  }
  .single-item-content::after {
    left: 15px;
    width: 92%;
  }
  .portfolio-menu ul li {
    padding: 4px 5px;
    font-size: 12px;
  }
  .blog-archive-left .blog-news-img {
    height: 250px;
  }
  .comments-form textarea {
    width: 100%;
  }
}


@media(max-width:320px ){
	#login-form .modal-dialog {
    width: 300px;
  }
  .footer-box {
    font-size: 14px;
  }
  .header-contact ul li {
    padding: 10px 0 10px 3px;
  }
  .subscribe-area h2 {
    font-size: 22px;
  }
  .footer-left p {
    font-size: 12px;
  }
  .footer-right a {
    font-size: 16px;
  }
	.single-item-content::after {
    width: 91%;
  }
  .blog-archive-left .blog-news-img {
    height: 220px;
  }
  .more_register_btntop{
      padding: 10px 3%;
   }
}
@media only screen and (min-width:768px) and (max-width:992px){
	div#combined.head_fixed{ position:relative; }
	.img-responsive{ width:100%; max-width:320px; }section#breadcrumbs{ display:none; }
	#footer ul li{   display: inline;
  list-style-type: none;
  padding-right: 20px;
  float: left; margin-bottom:20px  !important;  }

.bg-bottom-group-overlay{ display:none; }
.title-area{ padding:50px 100px !important; }
.img-responsive.profile-image{ width:100%; max-width:100%; }
.bio-container{ background-size: 0 0 !important;  }
.bio-container .vc_col-sm-8{ width:100% !important; }
.bio-container .vc_col-sm-4{ height:0 !important; }
.bio-container .vc_col-sm-8 .row{ margin:0 !important; }
.triangle{ display:none !important; }
}
@media only screen and (min-width:320px) and (max-width: 767px)  {
	.vc_row{ margin:0 !important}
	.vc_column_container>.vc_column-inner{    padding-left: 0;
    padding-right: 0 ;}
	#heading-list li{ height: 50px; }
	.header-contact ul li.divider{ padding:0 15px; }
	.navbar-brand{ height:40px}
	.tweet-box p{ font-size:16px;}
	.mm-menu.mm-offcanvas{ z-index:2 !important; }
	.mm-menu.mm-shadow-page:after{ width:auto !important}
	div#combined.head_fixed{ position:relative; }
div#wpadminbar{ display:none !important; }.triangle{ display:none !important; }
.container{ width:100%; }
.container-content{ width:100%; margin-left: auto;
margin-right: auto;
padding-left: 5px;
padding-right: 5px; }
.container-content{ padding-left: 20px;
    padding-right: 20px;}
section#breadcrumbs{ display:none; }
#biolist-news-content .biolist-news-content {
    margin: 0 auto 50px;
    max-width: 320px;
}
#advisen-news-content div.container-content{ max-width:320px !important; }
h3.small-indent-lulo{ font-size: 30px;
    line-height: 44px; text-align:center }
	span.med-indent{ font-size: 34px;
    line-height: 40px;}
.slide-article h1{ font-size: 23px;
    line-height: 17px; }
	.read-more-btn{ font-size:14px; width:100px; padding:0}
.slide-article p{ line-height:24px; font-size:21px; }


.navbar-toggle{ background: transparent !important; float:none !important; padding-left: 0px;
padding-right: 0px; margin-right:0 !important;  }

.navbar-toggle .icon-bar{ background-color:#939598 !important; }

.navbar-brand{ width:100% !important}
.navbar-brand > img{ max-width:230px !important; }
#menu-area{ display:none}
/* slide articles */
.slide-article{ padding-left: 0 !important; }
.single-slide img{ height: auto!important; width: 100% !important;}

	.verticaltext{ position: unset !important; transform: rotate(0deg); font-size: 26px; }
	.content-area{ border-left: 0; padding:15px;  }

div.three-in-a-row {
    margin: 40px 0;
}

section#content-article img{ width:100%; max-width:250px !important; height:auto }
/* posts */
#whitepapers .row{ margin:0}
#content-heading h2{ font-size:17px; line-height:20px; }
#content-heading h3{  font-size:15px; line-height:16px; }
img.avatar.photo{ float: none !important; }
section#author-box-section h4{font-size:14px; line-height:16px; margin: 15px 0;}
section#content-article p{font-size:13px; line-height:16px;}
section#content-article p{font-size:13px; line-height:16px;}
.container-content ol{font-size:13px; line-height:16px;}
div.trial-content{font-size:13px; line-height:16px;}
div.trial-content p{font-size:13px; line-height:16px;}
div.trial-content img.alignright { float:none !important; display:block; margin-bottom:15px; margin-left: 0px;}
div.trial-content h2, div.sidebar-heading h2{ font-size:17px; line-height:20px; }
div.sidebar-heading{ padding:25px 15px !important; }
div.trial-content h3, div.sidebar-heading h3{ font-size:15px; line-height:16px; }
#read-more-section h3{ font-size:15px; line-height:16px; }
#read-more-section p{font-size:12px; line-height:14px;}
#advisen-news-content .advisen-news-content .title{ font-size:15px; line-height:16px; }


/* events */
.product-overlay-new{ padding:0 !important}
.row.events .title-area{ padding:0}
#product-parallax{ clear:left;}
#events-content{ clear:left;}
.event-content,.sidebar-events{ height:auto !important; }
#events-content div.event-content{ padding:20px 15px !important}

.product-slider div.product-slider-heading img{ float: left; width:75px; }

.product-slider div.product-slider-heading h4 {
  bottom: 10px; /*bottom: -20px;*/
    color: #404041;
    font-family: "AlternateGotNo3D-Regular";
    font-size: 26px;
    left: 80px;
    position: absolute;
}



.img-responsive{ width:100%; max-width:320px; margin:0 auto; text-align:center; }
.img-responsive.profile-image{ width:100%; max-width:100%; }
.bio-container{ background-size: 0 0 !important; }
.bio-container .vc_col-sm-8{ width:100% !important; }
.bio-container .vc_col-sm-4{ height:0 !important; }
.content-area{ margin:15px auto; }
.bio-container .vc_col-sm-8 .row{ margin:0 !important; }
#feature-parallax .title-area{ margin-bottom:60px; }

#fpn div.container-content{ max-width:320px; }
div.col-md-50{ width:80% !important; float:none !important; margin:0 auto; text-align: center !important}
.counter-no.counter{ font-size: 32px; line-height: 26px; letter-spacing:2px; }
#advisen-news-content .advisen-news-content{ padding:20px !important;}
#footer ul li{   display: inline;
  list-style-type: none;
  padding-right:10px;
  float: left; margin-bottom:20px  !important;  }
.bg-bottom-group-overlay{ display:none; }
.bg-bottom-group form{ padding-bottom:50px; }
.twitter-icon{ left:0 !important}
.tweet-box .tweet-box-title{ line-height:24px; font-size:24px; text-indent:30px;  }

img.alignright, img.alignleft, img.aligncenter {



	   display: block !important;
	   float:none !important;
	   max-width:480px !important;
	   width:100% !important;
	   margin: 1em auto !important;
	   height:auto !important
	}


}
/* end media*/



.content-block {
    border:1px solid #eee;
    padding:3px;
    background:#ccc;
    max-width:250px;
    float:right;
    text-align:center;
}
.content-block:after {
    clear:both;
}
.blue-button {
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
	text-decoration:none;
}

.red-button {
	background-color:#bc3315;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
	text-decoration:none;
}

.vc_column-inner { padding-top:0 !important }
.home_row_sixth {
visibility: hidden;
width: 0px;
padding: 0px;
}

img.avatar.photo{ border: 10px solid #fff;
    border-radius: 5px;
    float: left;
    height: auto !important;
    width: 200px !important; }

.trail-items li::after {
				content: "\003E";
				padding: 0 0.5em;
			}

.breadcrumbs .trail-browse, .breadcrumbs .trail-items, .breadcrumbs .trail-items li{ padding:5px 0; }
.dropdown-menu { z-index:2000 !important;  min-width:220px;}

/*  Bootstrap Clearfix */
@media (min-width:320px){

}
/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .advisen-news-content.col-lg-1:nth-child(12n+1),
  .advisen-news-content.col-lg-2:nth-child(6n+1),
  .advisen-news-content.col-lg-3:nth-child(4n+1),
  .advisen-news-content.col-lg-4:nth-child(3n+1),
  .advisen-news-content.col-lg-6:nth-child(2n+1),
  .advisen-news-content.col-md-1:nth-child(12n+1),
  .advisen-news-content.col-md-2:nth-child(6n+1),
  .advisen-news-content.col-md-3:nth-child(4n+1),
  .advisen-news-content.col-md-4:nth-child(3n+1),
  .advisen-news-content.col-md-6:nth-child(2n+1){
    clear: none;
  }
  .advisen-news-content.col-sm-1:nth-child(12n+1),
  .advisen-news-content.col-sm-2:nth-child(6n+1),
  .advisen-news-content.col-sm-3:nth-child(4n+1),
  .advisen-news-content.col-sm-4:nth-child(3n+1),
  .advisen-news-content.col-sm-6:nth-child(2n+1){
    clear: left;
  }


 	.container{ width:100%; }
	.container-content{ width:100%; margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px; }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .advisen-news-content.col-lg-1:nth-child(12n+1),
  .advisen-news-content.col-lg-2:nth-child(6n+1),
  .advisen-news-content.col-lg-3:nth-child(4n+1),
  .advisen-news-content.col-lg-4:nth-child(3n+1),
  .advisen-news-content.col-lg-6:nth-child(2n+1),
  .advisen-news-content.col-sm-1:nth-child(12n+1),
  .advisen-news-content.col-sm-2:nth-child(6n+1),
  .advisen-news-content.col-sm-3:nth-child(4n+1),
  .advisen-news-content.col-sm-4:nth-child(3n+1),
  .advisen-news-content.col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .advisen-news-content.col-md-1:nth-child(12n+1),
  .advisen-news-content.col-md-2:nth-child(6n+1),
  .advisen-news-content.col-md-3:nth-child(4n+1),
  .advisen-news-content.col-md-4:nth-child(3n+1),
  .advisen-news-content.col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .advisen-news-content.col-md-1:nth-child(12n+1),
  .advisen-news-content.col-md-2:nth-child(6n+1),
  .advisen-news-content.col-md-3:nth-child(4n+1),
  .advisen-news-content.col-md-4:nth-child(3n+1),
  .advisen-news-content.col-md-6:nth-child(2n+1),
  .advisen-news-content.col-sm-1:nth-child(12n+1),
  .advisen-news-content.col-sm-2:nth-child(6n+1),
  .advisen-news-content.col-sm-3:nth-child(4n+1),
  .advisen-news-content.col-sm-4:nth-child(3n+1),
  .advisen-news-content.col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .advisen-news-content.col-lg-1:nth-child(12n+1),
  .advisen-news-content.col-lg-2:nth-child(6n+1),
  .advisen-news-content.col-lg-3:nth-child(4n+1),
  .advisen-news-content.col-lg-4:nth-child(3n+1),
  .advisen-news-content.col-lg-6:nth-child(2n+1){
    clear: left;
  }


  .container{ width:1270px; }
	.container-content{ width:1000px; margin-left: auto;
		margin-right: auto;
		padding-left: 5px;
		padding-right: 5px; }
}

section#content-article .alignleft{ float:left; margin-right:20px; }
section#content-article .alignright{ float:right; margin-left:20px; }
.alignleft{ float:left; margin-right:20px; }
.alignright{ float:right; margin-left:20px; }

section#content-article img{ width:auto; height:auto }
section#content-article .wp-caption img{ width:100%;  max-width:100% !important; height:auto }
section#content-article p.wp-caption-text{ border:solid 1px #cccccc; padding:0 10px 10px; text-align:center;  }
section#content-article h2{ color:#414141; }
blockquote {
 font-style: italic;
 width: 700px;
 padding: 65px 50px
}
blockquote {
    color: #a5c4d6 ;
    font-family: "HelveticaLTStd-Roman";
    font-size: 16px;
    margin: 2em 0;
    background: #2d5166;
    min-height: 2.5em;
    padding-left: 1.5em;
    position: relative;
    border-left: none !important;
}
blockquote p {
    padding-left: 10px !important;
    color: #a5c4d6 !important ;
}
blockquote p:before {
    content: '';
    background: url(assets/images/quote-upper.png) no-repeat !important;
    height: 48px;
    width: 58px;
    left: 25px;
    position: absolute;
    top: 25px;
}
blockquote p:after {
    color: #464646;
    content: '';
    background: rgba(0, 0, 0, 0) url(assets/images/quote.png) no-repeat scroll 0 0 !important;
    line-height: 0.85;
    float: right;
    height: 31px;
    margin-top: 20px;
    position: relative;
    width: 40px;
    right: 25px;
    position: absolute;
}
blockquote cite {
    color: #464646;
    display: block;
    margin-top: 0.5em;
    text-align: right;
}

div#wpadminbar img.avatar{ height:20px !important; width:20px !important; }

h4.data-heading{ display:block; width:100%; text-align:center; text-transform:uppercase; font-size:21px;  margin-bottom:20px; }
a:hover h4.data-heading{ text-decoration:none}

.bio-container .vc_column_container > .vc_column-inner{ padding-left:0 !important; padding-right:0 !important;}

h3.related-title-heading{color: #2a6581;
    font-family: "AlternateGotNo3D-Regular";
    font-size: 22px;
    line-height: 26px;
    margin: 15px auto; text-align:center}
	div#twitter-id div.user{ display:none; }
	p.timePosted, p.timePosted a{ color: #f78c21 !important; font-size:16px; text-transform:uppercase !important}
	p.interact{ display:none; }

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.event-content iframe,
.event-content object,
.event-content embed {
        max-width: 100%;
}


.mm-listview > li > a, .mm-listview > li > span{ font-family: "AlternateGotNo3D-Regular";
    font-size: 22px;
    line-height: 26px; color:#fff; }
em.mm-counter{ font-family: "AlternateGotNo3D-Regular" !important;
    font-size: 16px!important;
    line-height: 20px!important; color:#fff !important; }
.mm-menu.mm-theme-dark, .mm-menu.mm-theme-dark .mm-title{ font-family: "AlternateGotNo3D-Regular" !important;
    font-size: 22px!important;
    line-height: 26px!important; color:#fff !important; }
.mm-menu.mm-theme-dark .mm-listview > li .mm-next::after { border-color:#fff !important; }
ul.social-list{ padding:0 !important;   margin:0 !important; }
.container-content .hbspt-form label span{ color: #464646;
    font-family: "HelveticaLTStd-Roman";
    font-size: 14px;
    font-weight: 300; }
.container-content #hsForm_19448041-7225-48df-9cc2-7eb3fbf3ef66 .inputs-list > li{display: inline-block  !important;
    padding: 0;
    width: 50% !important;}
.container-content #hsForm_89d56733-4512-4526-9a67-a09f42a8b8aa.hs-form .inputs-list > li {
    display: inline-block !important;
    padding: 0;
    width: 100% !important;
}
.footer-contact .hbspt-form{ margin-top:-30px !important; }
.hs-error-msgs label{ color: #FFFFFF !important;/*color: #c87872 !important;*/
    font-family: "HelveticaLTStd-Roman"  !important;
    font-size: 14px  !important;
    font-weight: 300; }
ul.events-nav{ padding-left:0; }
.hbspt-form .legal-consent-container .hs-richtext{
  display: block;
  clear: both;
}
#hsForm_42d79579-ad13-4b63-b4cd-61b914db5a10 .legal-consent-container .hs-richtext{
  display: block;
  clear: both;
}

#hsForm_19448041-7225-48df-9cc2-7eb3fbf3ef66 .legal-consent-container .hs-richtext{
  display: inline;
  clear: none;
}


/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


/* Blue */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    margin: 0;
    padding: 1px;
    color: #464646;

    font-size: 10px;
    text-decoration: none;
    outline: none;
    line-height: 15px;
    vertical-align: middle;
    background: #f3f3f3;
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    border-radius: 4px;
    zoom: 1;
}

.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #000;

    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: rgb(66,129,244);
}

.captionImg{
	float: left;
}

.atc-style-outlook{ border-top:solid 3px #fa9b05; }
.atc-style-google{ border-top:solid 3px #c23018; }
.atc-style-outlook-online{ border-top:solid 3px #196bbd; }
.atc-style-outlook-yahoo{ border-top:solid 3px #9d67a2; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{ z-index:0; }

.legal-consent-container .field.hs-form-field{
  float: left;
}
.legal-consent-container input.hs-input{
    width: 20px !important;
    box-shadow: none !important;
}
.legal-consent-container ul.inputs-list{
  padding-left: 0px;
}
textarea.hs-input{
    width: 93% !important;
    border: 0px !important;
    border-radius: 0px !important;
    color: #fff;
}
textarea.hs-input::-webkit-input-placeholder {
  color: #fff;
}
textarea.hs-input::-moz-placeholder {
  color: #fff;
}
textarea.hs-input:-ms-input-placeholder {
  color: #fff;
}
textarea.hs-input::placeholder {
  color: #fff;
}

/*********** India ***********/

/* h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
 color:#ffffff;
 line-height: 0.7;
} */

address{
  font-style: normal;
  line-height: 1.42857143;
  color: #fed89c;
  padding: 10px 0 0 0;
}

.section-1{
  background:linear-gradient(to right, #dedbdb 0%, #dedbdb 50%, #ed9408 50%, #ed9408 100%);
}

.learn{
  color:#4a4a4a;
  font-weight:bold;
  margin-top:50px;
  margin-bottom: 30px;
}

.add-title{
	color: #4a4a4a;
    font-weight: 600;
    font-family: 'lato', sans-serif;
    position: relative;
    top: 50px;
    white-space:nowrap;
}
.plugins{
 color:#ed9408;
 font-size:20px;
 margin-top:40px;
 text-decoration: underline;
}
.p-content{
 font-size:17px; 
 line-height:1.5;
 margin-top:20px;
} 
.left-content{
 font-size:17px;
 line-height:1.5;
 margin-top:20px;
 color:#fff;
}
.big-Nasty{color:#ffffff; 
 font-weight:bold; 
 margin-top:50px; 
 margin-bottom: 30px;
}
.who-should{color:#ffffff; font-weight:bold; margin-top:30px; margin-bottom: 30px;}

.section-2{
 background:linear-gradient(to right, #2a6581 0%, #2a6581 50%, #dedbdb 50%, #dedbdb 100%);
 margin-top: -10px;
 }

 .pattern_bg_sec{
	background-image:url("assets/images/pattren-img.jpg");
	background-repeat:no-repeat;
	background-position: top right;
}
.full-time{
	color:#ffffff; 
	font-weight:bold; 
	margin-top:100px;
	margin-bottom: 30px;
}
.full-content{
	color:#ffffff;
	font-size:17px; 
	line-height:1.5;
	margin-top:20px;
}
.panel-box{
	width:260px;
	border-radius:0px !important;
}

 .panel_title{
    color: #4a4a4a;
    background-color: #fff;
    border-color: #ddd;
    padding: 23px;
    font-size: 28px;
    text-align: center;
	font-weight:700;
	line-height: 1.2;
	border-bottom: 1px solid transparent;
	font-family: 'lato', sans-serif;
}
.pane-margin{margin-right: -20px !important;}
.panel_title_content{
	min-height: 113px;
}
p{
	line-height: 1.5;
	font-style:normal !important;
}
.panel_content {
    padding: 36px;
    text-align: center;
    font-size: 44px;
    color: #2a6581;
    font-weight: bold;
}
.panel-small {
  font-size: 30px;
  color: #2a6581;
  font-weight: bold;
vertical-align: text-top;
}

.panel-box3{
	margin-top: -10px;
    margin-left: 135px;
}
.quote-mediumText {
    background-color: #f5f5f5;
    margin: 50px 0px; padding: 25px;
}
.caption{
	text-align: center;
    margin-top: -20px;
	color:#9e9e9e;
}

.thumbnail-imges{
	display:block;
}


.agenda-bg{
  background-color:#2a6581; 
  padding: 10px;
  /* padding: 24px; */
}
.agenda-title{
    color:  #fff;
    font-size: 28px;
    font-style:  normal;
   /*display:none;*/
}
.agenda-sub-title{
	color:  #006fb9;
}
.bg-row{
	background-color:#f5f5f5;
}
.row-content{
	font-style: normal;
    font-size: 17px;
}
.img-circle{
	border-radius: 50%;
    border: 2px solid #ccc;
    padding: 29px !important;
}
 h6 {
    font-family: 'HelveticaLTStd-Bold';
    font-size: 20px;
    color: #0c80a7;
	 font-style:  normal;
}

.section-3{
	background:#2a6581 ;
	 position: relative;
    overflow: hidden;
}

.section-3::before{
	/*background:url("assets/images/adl-img.jpg") no-repeat 105% top;*/
	height:500px;
	content: "";
	position: absolute;
    width: 100%;
    opacity: 0.3;
}
.list-inline.platinum_img .img-circle{
	width: 180px;
	height:180px;
}
.list-inline>li{
	padding:20px;
}
.adl-img .full-time i{
	font-style:normal !important;
}

.adl-img p i{
	font-style:normal !important;
	color:#fff; font-size:17px  !important;
}
.cyber_weekleft {
	padding:67px 8% 10px 18%;
	color:#fdfdfd;
	font-family: 'lato', sans-serif;
    font-size: 18px;
}

.cyber_weekleft h3{
	padding-bottom:10px;
	white-space: nowrap;
	color: #fdfdfd;
    font-family: 'lato', sans-serif;
    font-weight: 700;
}
.sponser_btn{
	padding: 20px 0 10px;
}
.sponser_btn button{
	margin: 0 auto;
    display: flex;
    padding: 12px 8%;
    font-style: normal;
    font-size: 23px;
    font-family: 'lato', sans-serif;
}
.platinum_sec h6{
  padding: 0 0 20px 0;
  color:#ed9408 !important;
  font-style:normal !important;
  font-size: 28px;
  font-weight: 800;
  font-family: 'lato', sans-serif;
}
.cyber_imgSec{
	min-height:600px;
	/*opacity:0.3;*/
}
.more_details_btn{
	background-color: transparent;
    border: 1px solid #fff;
    margin-top: 30px;
    font-style: normal;
    border-radius: 0;
	color:#fff;
    padding: 10px 50px;
    text-transform: uppercase;
	width: 300px;
    height: 60px;
    font-size: 20px;
	font-size: 23px;
    font-family: 'lato', sans-serif;
}
.more_details_btn:hover{
	background-color:#ed9408;
	color:#fff;
	border:1px solid #ed9408;
}

.more_Spnsers_btn{
  background-color: #4a4a4a;
   border: 1px solid #fff;
   margin-top: 30px;
   font-style: normal;
   color:#fff;
   border-radius: 0;
   padding: 10px 50px;
   text-transform: uppercase;
   height:60px;
}
.more_Spnsers_btn:hover {
   color: #fff;
   background-color: #ed9407;
    border-color: transparent; 
}
.more_Conf_btn{
   background-color: #4a4a4a;
   margin-top: 20px;
   font-style: normal;
   color:#fff;
   border-radius: 0;
   text-transform: uppercase;
   width: 450px;
   height:60px;
	font-size:22px;
	box-shadow:1px 1px 3px #000;
}
.more_Conf_btn:hover {
   color: #fff;
   background-color: #ed9407; 
}
.more_register_btntop{
  background-color: #ed9407;
  margin: 12% 0;
  font-style: normal;
  color:#fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size:23px;
  padding: 10px 14%;
  box-shadow: 1px 1px 5px #777;
  font-family: 'lato', sans-serif;
}
.more_register_btntop:hover{
background-color: #4a4a4a;
color:#fff;
}
.more_register_btn{
   background-color: #ed9407;
   /* margin-top: 60px; */
   margin: 60px 0px 50px 0px;
   font-style: normal;
   color:#fff;
   border-radius: 0;
   text-transform: uppercase;
   width: 450px;
   height:60px;
   font-size:23px;
   box-shadow: 1px 1px 1px #414142;
   font-family: 'lato', sans-serif;
}
.more_register_btn:hover{
 background-color: #4a4a4a;
 color:#fff;
}
.more_register_Rightbtn{
 background-color:#f4fbff;
   margin: 30px 0 15px;
   font-style: normal;
   border-radius: 0;
   text-transform: uppercase;
   color:#4a4a4a;
   font-size: 28px !important;
   padding: 9px 22.1% !important;
   font-family: 'lato', sans-serif;
}
.more_register_Rightbtn:hover{
	background:#fff;
}
.registration_boxHeading{
	margin-left: -15px;
    margin-right: -15px;
}
.registration_boxHeading .panel_title{
	    line-height: normal;
}
.registration_boxHeading .caption{
	margin-top: -19px;
}
.registration_boxHeading .panel-box{
	width:auto;
	background: rgba(244,251,255,1);
	background: -moz-linear-gradient(top, rgba(244,251,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,251,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(244,251,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(244,251,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(244,251,255,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(244,251,255,1) 0%, rgba(255,255,255,1) 100%);
}
.registration_boxHeading .panel-small{
	font-size: 26px;
	 margin-right: 0px;
}
.registration_boxHeading .panel_content{
	font-size: 54px;
}
.conf_sec{
	 position: relative;
    overflow: hidden;
    display: flex;
}
.Conf_leftImg{
     background-color: #ddd;
}
.conf_imgopacity{
  background-color: rgba(255, 255, 255, 0.3);
    margin-right: -15px;
	height: calc(100% - 0px);
  }
  .Conf_RightImg{
    background-color: #ed9408;
	padding: 75px 18% 75px 6%;
}
  .conf_sec h3{
    color: #4a4a4a;
    font-weight: 800;
    font-family: 'lato', sans-serif;
  }
  .conf_leftSec {
    padding: 77px 0px 30px 35%;
    margin-right: 50px;
  }
  .SpeakerInfo-text{
  color:#4a4a4a;
	font-family: 'lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
.Conf_RightImg a{
	color:#fff;
}
.conf_leftSec ul li{
	padding: 8px 0;
}
  .conf_rightSec p{
    color:#fdfdfd;
	font-family: 'lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

.conf_right_content{
	background-color: rgba(42, 101, 129, 0.5);
    padding: 62px 30% 0 13%;
    margin-left: -15px;
	height: calc(100% - 0px);
}
  .conf_rightSec h3, h6{
    color: #fdfdfd !important;
      padding: 10px 0;
	  margin: 12.4px 0;
	  font-family:'lato', sans-serif;
  }
  .riskMgmt_sec{
     background: #2a6581;
    position: relative;
    overflow: hidden;
    display: flex;
    height: auto;
  }
.conf_sec .plugins{
	white-space:nowrap;
	font-weight: 600;
    font-family: l'lato', sans-serif;
}
 
  .conf_rightSec small{
      font-size: 26px;
    vertical-align:text-top;
    position: relative;
      top: 7px; 
  }

  .testimonial_sec{
    background-color: #dcedf8;
  }
.testimonial_text1{
    width: 100%;
  }
  .testimonial_text2{
    width: 600px;
  }
  .testimonial_text3{
    width: 400px;
  }
  .testimonial_text4{
    width: 300px;
  }
  .testimonial_text{
	  height: auto;
      background-color: #fff;
      float: left;
      padding: 20px !important;
      margin: 40px 7px 40px 10px;
	  line-height: 1.7;
	  font-style:normal;
	  font-family: 'lato', sans-serif;
      font-size: 18px;
  }
.testimonial_text:last-child {
    /*margin-right:0px !important;*/
}
  .quotes{
	 background:url("assets/images/quotes.jpg") no-repeat 0% top;
     padding-right: 22.5rem!important;
     margin-bottom: 20px;
     height: 38px;
  }
  .authorOrTitle {
    color: #4a4a4a;
      text-decoration: none;
      font-weight: bold;
	  width:100%;
	  display: inline-block;
  }
  .authorOrTitle_cap {
    font-weight: 400;
    color: #4a4a4a;
    text-decoration: none;
	position: relative;
    top: -5px;
  }
  .grid_img{
    width: 100%;
      height: 250px;
  }
  .row_sec{
    margin-right: -30px;
    margin-left: -30px;
  }
  .conference_title{
    float: left;
      font-size: 30px;
      padding: 10px 30px 10px 0px;
      color: #ed9408;
  }
  .view_all{
    float: right;
      font-size: 30px;
      padding: 10px 30px 10px 0px;
      color: #ed9408;
    text-transform: uppercase;
  }
.view_all a{
	color:#ed9408;
	text-decoration:none;
}
.view_all img{
	padding: 0px 0px 3px 6px !important;
}

.print-agenda em{
  line-height: 20px;
  color: #fff;
  border-bottom: 0px;
font-style:normal;
text-decoration: underline;
}
.print-agenda:hover {
  color: #fff;
font-style:normal;
text-decoration:none;
}
.glyph_icon{
color:#fff;
}
.glyph_icon:hover{
color:#ed9408;
}
.agenda_sec{
	border-bottom:1px solid #e3e3e5;
	padding: 10px 0;
	font-size: 18px; 
	color: #0671b8; 
	line-height: 20px;
}
.agenda_heading{
	font-size: 30px; 
	color: #0671b8; 
	padding: 15px 0;
}
.agenda_sec:hover{
	background:#f5f5f5;
}
.agenda_sec small{
 color:#262b43;
font-size:22px;
line-height: 1.7;
}
.readmore{
  color:#7f7896;
 font-size:14px;
 }
 .agendaTable tr, td {
  border: 1px solid black;
  padding:15px;
  color:#000000;
 }
.conf_bgResponsive{
	background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    width: 100%;
}
.Cyber-CydBars{
	color: #262b43;
    font-size: 22px;
    line-height: 1.7;
	}
	
.contact-me{
	font-size: 23px;
    height: 60px;
    border-radius: 0px;
    border: 0px;
    padding: 0 50px 0 50px;
}
.contact-me:hover{
	background-color: #4a4a4a;
}
.want-to-host{
	font-family: 'lato',sans-serif; 
	font-size: 18px;
}
/******* img gallery *********/
div.gallery {
    border: 1px solid #ccc;
	padding: 10px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}


* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 20%;
}

@media only screen and (max-width: 640px) {
    .responsive {
        width: 20%;
        margin: 6px 0;
    }
}
@media only screen and (max-width: 480px) {
    .responsive {
        width: 35%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 320px) {
    .responsive {
        width: 50%;
    }
}

/*******End img gallery *********/

@media (max-width: 1980px) {
  .conf_leftSec {
    padding: 77px 0 30px 35%;
   }
	.Conf_RightImg {
    padding: 75px 18% 75px 6%;
  }
}
@media (max-width: 1680px) {
  .conf_leftSec {
    padding: 85px 0 30px 25%;
   }
	.Conf_RightImg {
    padding: 10px 12% 30px 6%;
  }
  .cyber_weekleft {
    padding: 67px 8% 10px 15%;
    color: #fdfdfd;    
   }
	.conf_right_content {
    padding: 62px 21% 0 13%;
  }
 
}
@media (max-width: 1440px) {
  .conf_leftSec {
    padding: 85px 0 30px 12%;
   }
	.Conf_RightImg {
    padding: 10px 8% 30px 6%;
  }
	.cyber_weekleft {
    padding: 67px 8% 10px 7%;
    color: #f5f8f9;
   }
	.conf_right_content {
    padding: 62px 10% 0 13%;
  }
  
}
@media (max-width: 1024px) {
  .conf_leftSec {
    padding: 85px 15px 30px 15px;
   }
	.Conf_RightImg {
    padding: 10px 15px 30px 15px;
  }
	.conf_sec {
    height: auto;
  }
	.cyber_weekleft {
	padding: 67px 25px;
		background:#2a6581;
   }
   .testimonial_text{
		float:left;
		margin: 20px 13px 20px 10px;
   }
	.conf_right_content {
    padding: 62px 15px 0 15px;
  }
	.registration_boxHeading{
		margin:0;
	}
 .more_register_Rightbtn {
    padding: 8px 0 !important;
    width: 93% !important;
    }
	.registration_boxHeading .panel_content{
		padding:10px;
	}
	.registration_boxHeading .pane-margin {
      margin-right: -7px !important;
      margin-left: -14px;
 }
	.conf_right_content{
		margin-left: -15px;
		margin-right: -15px;
	}
	.agenda_heading, .agenda_sec{
		    padding: 15px;
	}
	.section-3 .cyber_weekleft{
		padding-left:45px;
		padding-right:15px;
	} 
	.platinum_sec{
		padding: 15px 15px 15px 25px;
	}
	.panel-box3{
	 margin-top: 0px;
     margin-left: 109px;
	}
	
}
@media (max-width: 980px) {
	.conf_sec,.riskMgmt_sec {
    height: auto;
	display: contents;
  }
	 .conf_leftSec {
    padding: 15px;
   }
	.Conf_RightImg {
    padding: 15px;
  }
	.conf_img{
		height:615px;
	}
	
}

@media (max-width: 760px) {
	.conf_img {
    height: auto;
 }
}

	
@media (max-width: 1280px) {
	.more_register_Rightbtn{
	 width: 96%;
	}
	.panel-box3{
	  margin-top: -10px;
	  margin-left: 140px;
	}
	.more_register_btntop{
		    margin: 9% 0;
	}
}
@media (max-width: 480px) {
	.conf_sec .plugins {
    white-space: normal;
  }
   .conf_leftSec {
    padding: 77px 0 30px 0%;
   }
   .conf_imgopacity{
		margin-right: -46px;
   }
	.more_Conf_btn,.conf_header, .more_register_btn, .more_details_btn{
		width:calc(100% - 0px) !important;
	}
	
 .registration_boxHeading .pane-margin {
    margin-right: -10px !important;
    margin-left: -14px;
   }
	 
	.testimonial_text2{
    width: auto;
  }
  .testimonial_text3{
    width: auto;
  }
  .testimonial_text4{
    width: auto;
  }
  .section-3 .cyber_weekleft{
    padding-left: 42px;
    padding-right: 42px;
  }
  .section-3 .cyber_weekleft p{
	    padding-right:10px !important;;
	}
  .cyber_weekleft h3{
  white-space: normal;
  }
 .more_register_Rightbtn {
    padding: 8px 0px !important;
    width: 93% !important;
    }
	.panel-box3{
	 margin: 0 -9px 0 -13px;
	}
	
 
}

@media (max-width: 640px) {
	 .conf_imgopacity{
		margin-right: -40px;
   }
   .more_Conf_btn, .more_register_btn {
		width:calc(100% - 0px);
   }
   .more_details_btn{
      width: calc(94% - 0px);
   }
	 .registration_boxHeading .pane-margin {
    margin-right: -13px !important;
    margin-left: -14px;
   }
   .more_register_btntop{
      padding: 10px 3%;
   }
   .testimonial_text{
   float: none;
   width: 96%;
   }
   .more_register_Rightbtn{
   width: 100% !important;
   padding: 8px 0px;
   }
   .panel-box3{
	 margin: 0 -13px 0 -13px;
	}
	.section-3 .cyber_weekleft p{
	    padding-right:25px;
	}
	
  }

.thumb_sec{
	padding: 0px;background-color: #f2f2f2; 
	border:0px;border-radius: 0px;
	margin-bottom: 0px;
	 position: relative;
	overflow: hidden;
	height: 250px;	
  }


/************************
 India - CyberOverVue
***********************/

 .tellmemore{
		color: #fff;
		background-color: #ed9408;
		font-size: 24px;
		text-transform: uppercase;
		padding: 10px 78px 10px 78px;
		font-family: 'lato', sans-serif;
		font-weight: 600;
		margin-top:110px;
		border:0px;
	}
.img-overvue-top-right{
		 margin-right: -15px;
		 margin-left: -15px;
	}
.tellmemore:hover{
		background-color: #4a4a4a;
		color:#fff;
	}
	.tellmemore:active:focus{
	  background-color: #4a4a4a;
	  border:0px #4a4a4a;
	  color:#fff;
	  outline: 0px auto -webkit-focus-ring-color;
	}
.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #ed9408;
    border-color: transparent;
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
	}
	
.cyber-over-vue {
		font-family: 'lato', sans-serif;
		font-weight: 600;
		font-size: 57px;
		color: #4a4a4a;
	}
.cyber_sec{
		padding: 64px 0px 0px 0px;
	}
.looking-for-a-more-e {
		font-family: 'lato', sans-serif;
		font-size: 24px;
		font-weight: 600;
		color: #4a4a4a;
		padding: 30px 0px 0px 0px;
		white-space: pre-line;
		line-height: 1.8;
	}
.cyber-over-vue-provi{
		color: #27a9bc;
		font-family: 'lato', sans-serif;
		font-size: 36px;
		font-weight: 600;
		padding-top:30px;
	}
.cyber-over-vue-provi sup{
		top: -1.1em;
		font-size: 18px;
		font-family: 'lato', sans-serif;
		font-weight: 800;
	}
	sup {
    top: -1.5em;
    font-size: 24px;
	}
	
.bread ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	}
.bread li {
	float: left;
	font-family: 'lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
	}
.bread li a {
		display: block;
		padding: 5px;
		text-decoration:none;
		color:#36a4fc; 
	}
.bread li a:active {
	color:#9b9b9b;
	}
	
/**************************************************
 Cyber OverVue Provides
****************************************************/
ul.cras-mattis-consecte {
    margin: 0;
    padding: 0;
	list-style-image: url("https://dev.advisenltd.com/wp-content/uploads/2018/09/dot_2.jpg");
	}
.cras-mattis-consecte li {
	float: left;
	font-family: 'lato', sans-serif;
    font-size: 24px;
    font-weight: 600;
	color:#4a4a4a;
	padding-top: 30px;
	line-height:36px;
	}
	
/***************************************/

.the-real-time-interf {	
	color: #4A4A4A;	
	font-family: 'lato',sans-serif;
	font-size: 24px;	
	line-height: 36px;
	padding-top: 20px;
	}
.cyber-over-vue-is-an {
	color: #27a9bc;
	font-size: 30px;
	text-align: center;
    line-height: 1.6;
	}
.how-does-cyber-overv {		
	color: #27A9BC;	
	font-family: 'lato',sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 52px;
	padding-top: 90px;
	}
.how-does-cyber-overv sup{
	top: -1.0em;
    font-size: 20px;
    font-weight: 800;
	}
	
.frequency {	
	color: #27A9BC;	
	font-family: 'lato',sans-serif;	
	font-size: 28px;	
	font-weight: 600;	
	line-height: 52px;
	padding-top: 50px;
	}
.bottom-right-box{
	width: 15%;
    height: 250px;
    background:url("https://dev.advisenltd.com/wp-content/uploads/2018/09/bottom-right-box.png");
    float: right;
	
}
.left-box-org{
	background-color: #b1d23b;
    height: 200px;
    width: 200px;
    opacity: 0.51;
}
.left-box-gray{
	background: #eee;
    height: 200px;
    width: 200px;
	margin-left: -40px;
}
.empty-margin{
	height: 150px;
}
.right-box-gray{
	background: #ccc;
    height: 300px;
    width: 50%;
}

.sec3-gray-box{
	background:url("https://dev.advisenltd.com/wp-content/uploads/2018/09/01_ccc.png");
    height: 360px;
    width: 40%;
	margin-left: 50px;
	opacity: 0.7;
}
.sec-3-right-boxred{
	background:url("https://dev.advisenltd.com/wp-content/uploads/2018/09/02_b1d23b.png");
    height: 200px;
    width: 25%;
	float: right;
}
.parallax-img {
    /*padding-top: 95px;
	width: 900px;*/
    float: right;
	position: relative;
    top: -311px;
	margin-right: -15px;
}
.sec2-left-img{
	width: 90%;
}
@media (min-width: 320px) and (max-width: 768px){
.cyber_sec p {
    text-align: center;
}
.parallax-img{
	position:relative;
	top:0px;
}
.empty-margin{
	height: 0px;
}
.vc_col-sm-4 {
    width: 100%;
}
.vc_col-sm-6 {
    width: 100%;
}
.how-does-cyber-overv{
	padding-top:25px;
}
.bitmap{
	background-image: none !important;
	height: auto !important;
	}
.traveler  {
	width: 100%;
    padding: 5px;
   }
 .download-heading{
	padding: 4px 0 0 0px !important;
	font-size: 16px !important;
 }
.related-posts-sec{display:none;}
.related-box{display:none;}
}

@media (min-width: 320px){

}
/**************************************************
 Cyber Loss Data
*************************************************/
.cyber-loss-bread{margin-top: -23px;}
.cyber-loss-data {	
	color: #4A4A4A;	
	font-family: 'lato',sans-serif;		
	font-size: 64px;	
	font-weight: bold;	
	letter-spacing: -0.4px;	
	line-height: 77px;
	text-align: center;
	margin-top: 50px;
	}
.to-learn-more-about {	
	color: #4A4A4A;	
	font-family: 'lato',sans-serif;
	font-size: 24px;	
	font-weight: 600;	
	line-height: 40px;	
	text-align: center;
	margin-top: 40px;
	padding: 0 70px 0 70px;
	}
	
.apply-for-access-now {	
	color: #FFFFFF;	
	font-family: 'lato',sans-serif;	
	font-size: 24px;	
	font-weight: 500;	
	line-height: 29px;	
	text-align: center;
	text-transform: uppercase;
	padding: 10px 60px 10px 60px;
	border-radius: 4px;	
	border:0px;
	background-color:#ED9408;
	margin-top: 110px;
	}
.apply-for-access-now:hover{
		background-color: #4a4a4a;
		color:#FFFFFF;
	}
.apply-for-access-now:active:focus{
	  background-color: #4a4a4a;
	  border:0px #4a4a4a;
	  color:#FFFFFF;
	  outline: 0px auto -webkit-focus-ring-color;
	}
	
.cyber-loss-top-img{
	background:url("https://dev.advisenltd.com/wp-content/uploads/2018/10/cyber-loss-top-img.jpg")no-repeat;
}

.rectangle-7 {
	height: 960px;
	width: 1628px;
	background-color: #141414;
	}
.fabian-grohs-653254-unsplash {	
	height: 1263px;	
	width: 1010px;
	}
.cyber-loss-data-2{	
	color: #27A9BC;	
	font-family: 'lato',sans-serif;
	font-size: 36px;	
	font-weight: 600;	
	line-height: 54px;
	margin-top: 110px;
	padding:10px;
	}
.advisen-s-cyber-loss {	
	color: #FFFFFF;	
	font-family: 'lato',sans-serif;
	font-size: 24px;	
	line-height: 36px;
	margin-top: 30px;
	padding:10px;
	}
.loss-amount-company {	
	color: #FFFFFF;	
	font-family: 'lato',sans-serif;
	font-size: 24px;	
	line-height: 36px;
	padding:10px;
	}
/*.rectangle-5 {	
	height: 200px;	
	width: 200px;	
	opacity: 0.51;	
	background-color: #EEEEEE;
	}*/
.cyber-risk-loss-type {	
	color: #27A9BC;	
	font-family: 'lato',sans-serif;	
	font-size: 36px;	
	font-weight: 600;	
	line-height: 54px;
	padding: 60px 0 0 0;
	text-align:center;
	}
.rectangle-51 {	
	height: 200px;	
	width: 200px;	
	opacity: 0.51;	
	background-color: #B1D23B;
	float:right;
	}
.oval-2 {	
	height: 70px;	
	width: 70px;	
	background-color: #CCCCCC;
	border-radius:50px;
	text-align: center;
	position: relative;
    left: 149px;
	}
.cyber-extortion {	
	color: #4A4A4A;	
	font-family: 'lato',sans-serif;	
	font-size: 24px;	
	line-height: 36px;	
	text-align: center;
	}
.advisen-has-the-best {	
	color: #27A9BC;	
	font-family: 'lato',sans-serif;
	font-size: 36px;	
	line-height: 54px;	
	text-align: center;
	}
.cyber-loss-box-gray{
	height: 290px;	
	width: 290px;
	background: #cccccc;
    float: right;
}

.joe-mudge-data-sci {	
	color: #4A4A4A;	
	font-family: 'lato',sans-serif;	
	font-size: 36px;	
	line-height: 54px;	
	text-align: center;
	padding: 50px 0 0 0;
	}
.rectangle-yellow {	
	height: 200px;	
	width: 200px;	
	opacity: 0.51;	
	background-color: #B1D23B;
	}
.rectangle-right-yellow {	
	height: 200px;	
	width: 200px;		
	background-color: #D8E89C;
	float: right;
	margin-top: -70px;
	}
.related-cyber-produc {	
	color: #27A9BC;	
	font-family: 'lato',sans-serif;	
	font-size: 36px;	
	font-weight: 600;	
	line-height: 52px;
	padding: 100px 0 0 0;
	}
.in-addition-to-model {	
	color: #4A4A4A;	
	font-family: 'lato',sans-serif;	
	font-size: 24px;	
	line-height: 36px;
	padding: 20px 0px 30px 0px;
	}
.rectangle-related-sec {	
	height: 400px;	
	width: 400px;	
	background-color: #EEEEEE; 
	margin-left: 60px;
	}
.rectangle-related-yellow{	
	height: 200px;	
	width: 200px;	
	background-color: #B1D23B; 
	float:right;
	}
.rectangle-9 {	
	height: 301px;	width: 310px;	
	opacity: 0.2;	
	background: linear-gradient(0deg, rgba(37,8,67,0) 0%, #C86DD7 100%);
	}
.cyber-over-vue-cap{
	color: #4A4A4A;	
	font-family: 'lato',sans-serif;
	font-size: 24px;	
	font-weight: bold;	
	line-height: 29px;
	}
.cyber-image{
	background-color: transparent;
	padding: 0px; border: 0px;
}
.cyberLoss-col3{
	padding-left:-15px;
	padding-right:-15px;
}
.cyber-loss-data-fact {	
	color: #2196F3;	
	font-family: 'lato',sans-serif;	
	font-size: 24px;	
	line-height: 34px;
	}
.cyber-loss-data-fact a{color:#2196f3:}
.rectangle-55 {
	height: 200px;	
	width: 200px;	
	opacity: 0.51;	
	background-color: #EEEEEE;
	}
/*.bitmap {
height:890px;
background-position:right !important;
background:url('https://dev.advisenltd.com/wp-content/uploads/2018/10/bitmap-img.png')no-repeat;
}*/
.mt-0 {
  margin-top: 100px !important;
}

.why-advisen-data {	
	color: #27A9BC;	
	font-family: Lato;	
	font-size: 36px;	
	font-weight: 600;	
	line-height: 54px;
	}
.oval {	
	height: 80px;	
	width: 80px;	
	background-color: #27A9BC;
	border-radius:50px;
	}
.explore{
	color: #2196F3;	
	font-family: 'lato',sans-serif;	
	font-size: 24px;
}
.glyphi-icon{
	color:#27A9BC;font-size: 22px;padding: 5px 0 0 0px;
	position: relative;
    top: 4px;
}
.rectangle-58 {
	height: 200px;	
	width: 200px;	
	background-color: #EEEEEE;
	position: relative;
    left: 200px;
	}
	
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

/***********************************
	  White Paper (India)
**********************************/
.bread_sec{ 
	width:1220px;
}
.white-bg-new{
		background-color: #FAFAFA;
}
.group-5-copy-2 {	
	height: 90px;	
	width: 87px;	
	transform: scaleX(-1);
	background-color:#d5e599;
	position: relative;
    top: 233px;
    float: right;
	}
	
.group-5-copy-3 {	
	height: 90px;	
	width: 87px;	
	transform: scaleX(-1);
	position: absolute;
    left: 447px;
    top: 153px;
	opacity: 0.51;	
	background-color: #DCEDF8;
	}
.Download-the-paper-bg{	
	height: 90px;	
	background-color: #DCEDF8;	
	box-shadow: 0 1px 0 0 #EEEEEE;
	}
.download-heading{
	padding: 4px 0 0 15px !important;
    font-size: 26px !important;
 }

div.trial-content p{
	color: #464646;
    font-family: 'lato',sans-serif;
    font-size: 18px;
    line-height: 28px;
}

.related-posts-sec{
	width:100px; 
	height:100px; 
	background-color: #EEEEEE; 
	margin: -125px 0 -100px 114px;
}

.ullamcorper-sollicit {	
	color: #27A9BC;	
	font-family: 'lato',sans-serif;	
	font-size: 36px;	
	font-weight: 600;	
	line-height: 52px;
	}
.traveler  {
	width: 100%;
    padding: 20px;
}
.related-box {	
	height: 100px;	
	width: 100px;	
	opacity: 0.51;	
	background-color: #DCEDF8;
	margin-top: -25px !important;
	}
	
li.hs-form-checkbox{
     float: left !important;
     width: 50% !important;
     list-style: none;
	 display: inline-block !important;
	 font-family: 'lato',sans-serif;
	 font-size:18px;
}

.hsdwnpaperbtn {
    font-family: 'lato',sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    line-height: 12px;
    position: relative;
    text-align: center;
    background-color: #ED9408;
    border-color: #ff7a59;
    color: #fff;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-size: 24px;
    padding: 16px 94px;
	margin-top: 30px;
}
div.bs-example label {
    display: inline-block;
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #464646;
    font-size: 14px;
}
input.hs-input[type=checkbox], input.hs-input[type=radio]{margin: 3px 4px !important;}
.hs-form-field{margin-top:15px !important;}

input.hs-input[type=checkbox], input.hs-input[type=radio]{margin: 3px 4px !important;}
.hs-form-field{margin-top:15px !important;}
input.hs-input[type=text], input.hs-input[type=tel], input.hs-input[type=email] {height:32px !important;}
select.hs-input, input.hs-input[type=file] {height:32px !important;}
.sur-title{padding-top: 20px;}

/*********************************
	New Home Page
*********************************/
.about-advisen {	
	color: #27A9BC;	
	font-family: 'lato',sans-serif;	
	font-size: 36px;	
	font-weight: 600;	
	line-height: 52px;
	}
.advisen-is-the-leadi p {	
	color: #464646;	
	font-family: 'lato',sans-serif;	
	font-size: 18px;	
	line-height: 26px;
	}
.speak-with-anexpert{
	border-radius: 4px;	
	background-color: #ED9408;
	font-size: 24px;	
	font-weight: 600;	
	line-height: 29px;	
	text-align: center;
	font-family: 'lato',sans-serif;
}
.bg-banner{
	background-position: top !important;
	height:383px;
}
.bg-banner-row{
	height:383px;
}



.adv-button {
  height: auto;
  padding:15px 30px;
  margin-top: 15px;
  font-size: 18px;
  display: inline-block;
  border-radius: 25px;
  line-height: 1;
  text-align: center;
  color:#fff;
  background:#a5c4d6;
  transition: all .5s ease;
  border:2px solid #a5c4d6;
  width: 100%;
  text-align: center;
}
.adv-button:hover {
  color: #a5c4d6;
  background-color: #fff;
  text-decoration: none;
}