@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body{
	font-family: 'Roboto';
	overflow-x:hidden; 
    background-color: #e8e8e8;
    height:100%;
    font-size:12px;
}
html{
    height:100%;
    min-height:100%;
}

a,input{
	outline: none;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}

.btn-success {
  color: #fff;
  background-color: #146eb9;
  border-color: #386a93;
    background-image: -webkit-linear-gradient(top, #146eb9 0%, #114775 100%);
    background-image: -o-linear-gradient(top, #146eb9 0%, #114775 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#146eb9), to(#114775));
    background-image: linear-gradient(to bottom, #146eb9 0%, #114775 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#146eb9', endColorstr='#114775', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #114775;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #114775;
  border-color: #146eb9;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #114775;
  background-image: none;
}


.maincontainer{margin-top:60px;}

.section{
	padding: 80px 0 60px;
	background-attachment: fixed !important;
}

.dash-header-sec:before{
  height: 191px;
  background: linear-gradient(278deg, #1bb9f1, #313e90);
  margin-top:50px;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: -2; 
}
  
.dash-header-sec{
  height: 191px;
  margin-top:50px;
  background: url('/static/home/images/dots_smallHeader.svg') no-repeat  -100px -450px; 
  display:none;
}
.dash-header {font-family:'Open Sans', sans-serif; }
.dash-header-name{margin: 0px;}
.dash-header-top{
  opacity:0.5;
  margin:40px 0px 0px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ffffff;
}
.dash-header-bottom{opacity:0.5;}

  .dash-header-text { color: white; }
  .dashtab-name { 
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -1px;
  color: #ffffff;
 }
.dash-tabbar-sec{
    margin-top:50px;
    margin-left:120px;
}
.dash-body-sec{ z-index:1; min-height:calc(100% - 500px); margin-bottom:50px; margin-left:120px;}
.dash-body-sec .container{
  margin-top:10px;
  padding-top:10px;
  border:1px solid #ccc;
  border-radius:10px;
  box-shadow: -5px 5px 8px #ccc, 5px 5px 8px #ccc;
}

.dash-body-sec1{background-color: #fafafa;}

.hc_navLogo{
position: absolute;
    left: 140px;
    top: 5px;
}

.navbar{ 
border:none;
-webkit-box-shadow:none;
box-shadow: none;
}

ul.navbar-nav{
 position:absolute;
 top:0;
 left:0;
 margin:10px;
 padding-top:50px;
 width:100px;
 height:calc(100vh - 20px);
 min-height:500px;   
 border-radius:20px;
 background-color: #3c5276; 
 color:#fff;
 font-weight:bold;
}
 
.navbar-default ul.navbar-nav li  a {
    color: #fff !important;
}

.navbar-header{
    margin-left:100px;
}
.navbar-default{
  background-color: #e8e8e8 !important;
}

.nav-login{
  display:block;
  width: 180px;
  height: 32px;
  margin:10px auto;
  padding:5px;
  border-radius: 20px;
  border: solid 2px #196db6;
  background-color: #196db6;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff !important;
}
.nav-login a{
  color:#fff !important;
  font-weight:bold; 
}


.home_sec{
	padding-top: 0;
	position: relative;
}

.home_sec .sec_overlay{
	content: "";
	background: url(../images/BCGs/wp1.svg) no-repeat center center;
	background-size: cover;
	  opacity: 0.80;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;   
	  width: 100%;
	  height: 100%;
}

.sec_overlay1{background: url(../images/BCGs/wp2.svg) no-repeat center center !important;}
.sec_overlay2{background: url(../images/BCGs/wp3.svg) no-repeat center center !important;}



.pr_ProfileTab{float:left; width: wrap-content; height:wrap-content; margin-right:5px; padding:4px 15px;cursor:pointer;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #616163;
  height: 40px;
  border-radius: 23.5px;
}
.pr_ProfileTab:hover,.pr_ProfileTab.enabled{background:#196db6; color:#fff;}




.bg_video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.bg-image{
	display: none;
}

.bg_video video{
	position: absolute;
	width: auto;
        height:auto;
	min-width: 100%; 
        min-height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: -100;
}

.header{
	position: fixed;
	width: 100%;
	top: -72px;
	height: 72px;
	left: 0;
	z-index: 997;
	padding: 20px 0;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;

}

.header.scroll{
	top: 0;
	background: #92002d;
}


.header.bg_all, .header.bg_new{
	top: 0;
	background: #8e1b44;
}

.mobile_nav{
	display: none;
	position: absolute;
	left: 20px;
	top: 25px
}

.mobile_nav .m-bars{
	display: block;
}

.mobile_nav .m-cross{
	display: none;
}

.mobile_nav.open .m-bars{
	display: none;
}

.mobile_nav.open .m-cross{
	display: block;
}

.logo{
	float: left;
}

.logo img{
	width:40px;
}

.nmb-cont{
	position: relative;
}

.new_menu_bar{
	margin-top: 20px;
	position: relative;
	z-index: 99;

}

.desk-logo{
	float: left;
}

.desk-logo img{
	width: 200px;
}

.social-toggle-icon{
  display: none;
}

.social-toggle-icon .sti-dots{
       display: block;
}

.social-toggle-icon .sti-cross{
       display: none;
}

.social-toggle-icon.open .sti-dots{
       display: none;
}

.social-toggle-icon.open .sti-cross{
       display: block;
       margin-top: 2px;
}

#ci-box-2{
	background: rgba(99,96,105,0.5);
	padding: 5px 10px;
	border-radius: 2px;
}

#ci-box-2 span{
	color: #ffffff;
	font-size: 11px;
	font-weight: 500;
	margin-right: 5px;
}

#ci-box-2:hover,#ci-box-2:focus{
	text-decoration: none;
}

.main_menu_bar{
	margin-top: 30px;
	margin-bottom: 60px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
}

.main_menu_bar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.main_menu_bar ul li{
	display: inline-block;
	margin-left: 22px;
	margin-right: 22px;
}

.main_menu_bar ul li:first-child{
	margin-left: 0;
}

.main_menu_bar ul li:last-child{
	margin-right: 0;
}


.main_menu_bar ul li a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.main_menu_bar ul li a:hover,.main_menu_bar ul li a:focus,.main_menu_bar ul li a.active{
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
	text-decoration: none;
}

.icons-box{
  float: right;
}

.contact_icon{
	float: right;
	 margin-top: 9px;
	margin-left: 20px;
	position: relative;
}
	

.social-toggle-icon{
  margin-top: 9px;
	margin-left: 10px;
	float: right;
}

.social-box{
  display: none;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;    
}


 
.update-box{
	padding: 20px ;
	border:1px solid #971d3f;
	position: absolute;
	background: #ebebeb;
	width: 250px;
	right: -15px;
	top: 27px;
	float: right;
	z-index: 1;
	display: none;
}

.update-box span{
	position: absolute;
	top: -8px;
	right:12px;
	z-index: 2;
}

.ub-box h3{
	font-size: 16px;
	font-weight: 600;
	font-family: 'Lato',sans-serif;
	margin: 0;
	margin-bottom: 5px;
	color: #a82750;
}

.ub-box  input[type="text"],.ub-box  input[type="email"]{
	border:none;
	width: 100%;
	color: #888a8e;
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	font-size: 11px;
	padding-bottom: 2px;
	outline: none;
	transition:all 0.5s;
	background: transparent;
}

.ub-box  textarea{
	width: 100%;
	color: #b5b6b8;
	display: block;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	font-size: 11px;
	padding-bottom: 2px;
	padding: 2px 5px;
	outline: none;
	transition:all 0.5s;
	resize:none;
	height: 80px;
	background: #f2f2f2;
}


.ub-box  input[type="submit"]{
	border:none;
	background: #a82750;
	padding: 6px 18px;
	color: #ffffff;
	display: inline-block;
	transition:all 0.5s;
	font-size: 12px;
	text-align: center;
	margin: auto;
	outline: none;
	font-family: 'Lato',sans-serif;
}

.ci-cross{
	display: none;
}

.ub-box  input[type="submit"]:hover,.ub-box  input[type="submit"]:focus{
	background: #892343;
}

.ub-box input[type="text"]::-webkit-input-placeholder ,.ub-box input[type="email"]::-webkit-input-placeholder  {
  -webkit-transition: opacity 0.5s linear; 
  color: #888a8e;
}

.ub-box input[type="text"]:focus::-webkit-input-placeholder,.ub-box input[type="email"]:focus::-webkit-input-placeholder  {
  opacity: 0;
}

.ub-box textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s linear; 
  color: #b5b6b8;
}

.ub-box textarea:focus::-webkit-input-placeholder  {
  opacity: 0;
}

.ub-box textarea::-moz-placeholder  {
  opacity: 1;
  -moz-transition:opacity 0.5s linear; 
  color: #b5b6b8;
}

.ub-box textarea:focus::-moz-placeholder  {
  opacity: 0;
}


.ub-box input[type="text"]::-moz-placeholder ,.ub-box input[type="email"]::-moz-placeholder  {
  opacity: 1;
  -moz-transition:opacity 0.5s linear; 
  color: #888a8e;
}

.ub-box input[type="text"]:focus::-moz-placeholder,.ub-box input[type="email"]:focus::-moz-placeholder  {
  opacity: 0;
}



:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}

.menu_bar{
	float: right;
	margin-top: 10px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}

.menu_bar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu_bar ul li{
	display: inline-block;
	margin-left: 13px;
	margin-right: 13px;
}

.menu_bar ul li a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	display: block;
	text-decoration: none;
}

.menu_bar ul li a:hover,.menu_bar ul li a:focus,.menu_bar ul li a.active{
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
	text-decoration: none;
}



.home_left_text h2{
	color: #ffffff;
	font-size: 24px;
	margin-top: 0;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 30px;
}

.home_left_text h2 span{ display:block; font-size:0.8em; margin-top:20px;}

.home_left_text{

}

.hft_form{
	margin-bottom: 30px;
}

.hft_form h3{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
}

.hft_form  input[type="text"],.hft_form  input[type="email"]{
	background: #a84267;
	border-radius: 2px;
	border:2px solid #b14f73;
	width: 225px;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 8px 5px;
	color: #ffffff;
	outline: none;
}

.hft_form  input[type="text"]::-webkit-input-placeholder ,.hft_form  input[type="email"]::-webkit-input-placeholder  {
  -webkit-transition: opacity 0.5s linear; 
  color: #ffffff;
}

.hft_form  input[type="text"]:focus::-webkit-input-placeholder,.hft_form  input[type="email"]:focus::-webkit-input-placeholder  {
  opacity: 0;
}

.hft_form  textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s linear; 
  color: #ffffff;
}

.hft_form  textarea:focus::-webkit-input-placeholder  {
  opacity: 0;
}

.hft_form  textarea::-moz-placeholder  {
  opacity: 1;
  -moz-transition:opacity 0.5s linear; 
  color: #ffffff;
}

.hft_form  textarea:focus::-moz-placeholder  {
  opacity: 0;
}


.hft_form  input[type="text"]::-moz-placeholder ,.hft_form  input[type="email"]::-moz-placeholder  {
  opacity: 1;
  -moz-transition:opacity 0.5s linear; 
  color: #ffffff;
}

.hft_form  input[type="text"]:focus::-moz-placeholder,.hft_form  input[type="email"]:focus::-moz-placeholder  {
  opacity: 0;
}

.hft_form  input[type="submit"]{
	background: #be3a71;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	padding: 8px 15px;
	border:none;
	border-radius: 2px;
}

.hft_form  input[type="submit"]:hover,.hft_form  input[type="submit"]:focus{
	background: #de1d52;
}

.hft_text h4{
	color: #ffffff;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
}

.hft_text ul{
	margin: 0;
	padding-left: 20px;
	width: 260px;
}

.hft_text ul li{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #ffffff;
}

.modal-backdrop.in{
	opacity: 0.9;
}

.modal-dialog {
    width: 600px;
    margin: 100px auto;
}

.md-video{
	width: 1170px;
	margin:70px auto;
}

.md-video iframe{
	height: 630px;
}

.modal-content {
    background-color:transparent;
    box-shadow: none;
    border:none;
    border-radius: 0px;
}


.modal-content.member{
	background: transparent;
	border:none;
	box-shadow: none;
	text-align: center;
}

.md-close{

	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
	color: #fff;
}

.video-nobg .md-close{
	top: -20px;
}

.modal-content.member .md-close{
	color: #67717b;
	top: -20px;
	right: 0;
}

.member-header{
	text-align: center;
}

.member-header h3{
	color: #971d3f;
	font-size: 26px;
	margin: 0;
	font-weight: 800;
	margin-bottom: 10px;
}

.member-header p{
	color: #67717b;
	font-weight: 600;
	font-size: 20px;
}

.member-image{
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 20px auto;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.member-image a{
	position: absolute;
	top: 20px;
	right: 10px;
	background: #971d3f;
	color: #fff;
	width: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	border-radius: 50%;
}

.member-image a:hover,.member-image a:focus{
	text-decoration: none;
}

.member-desc p{
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 26px;
}


.modal-title{
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}

.modal-body p{
	color: #fff;
	font-size: 15px;
	line-height: 26px;
}


.whyhc_sec{
	background: url(../images/BCGs/why_hc.svg) no-repeat center center;
	background-size: cover;
	padding-bottom: 150px;
}

.ws-first{
	margin-bottom: 120px;
}

.ws-img-1{
	margin-top: 70px;
}

.ws-img-2{
	margin-top: 50px;
}

.ws-img-3{
	margin-top: 20px;
}

.ws-img-4{
	margin-top: 0px;
}

.ws-head h2{
	color: #a82750;
	font-size: 45px;
	margin: 0;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 80px;
}

.ws-head h2 span { display:block; margin-top:20px; text-transform:none; font-size:20px; }

.wsf-text{
	width: 250px;
	margin: auto;
}

.wsf-text-4{
	margin-top: 30px;
}



.wsf-head{
	margin-bottom: 15px;
	margin-top: 10px;
}

.wsf-head h4{
	color: #424143;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.wsf-info{
	margin-bottom: 25px;
}

.wsf-info h3{
	margin: 0;
	color: #a82750;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: uppercase;
}

.wsf-text-4 .wsf-info h3{
	line-height:30px;
}

.wsf-info p{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 19px;
	color: #6a6d71;
}

.wss-text{
	width: 250px;
}

.ws-sec{
	margin-bottom: 150px;
}

.app-text{
	width: 90%;
	float: right;
}

.app-text h3{
	margin: 0;
	color: #a82750;
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 25px;
}

.app-text p{
	margin-bottom: 15px;
	font-size: 16px;
	color: #6a6d71;
	line-height: 19px;
}

.timeline-cont{
	max-width: 2100px;
	margin: auto;
}

.timeline{
	background: url(../images/BCGs/timeline.svg) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
	padding: 100px 0 0px;
}

.tl-head{
	margin-bottom: 60px;
}

.tl-head h2{
	margin: 0;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
	font-size: 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.timeline-graphic{
	float: right;
	position: relative;
	width: 1100px;
}

.timeline-graphic img{
	width: 100%;
}

.tg-text{
	position: absolute;
	width: 130px;
}

.tg-text h3{
	margin: 0;
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 15px;
}

.tg-text p{
	margin: 0;
	color: #ffffff;
	font-size: 17px;
	line-height: 19px;
	margin-bottom: 15px;
}

.tg-text-1{
	left: 170px;
	top: 0;
}

.tg-text-2{
	left: 315px;
	top: 0;
}

.tg-text-3{
	left: 465px;
	top: 0;
}

.tg-text-4{
	left: 25px;
	top: 165px;
}

.tg-text-5{
	left: 170px;
	top: 165px;
}

.tg-text-6{
	left: 465px;
	top: 165px;
	width: 155px;
}

.tg-text-7{
	left: 635px;
	top: 165px;
}

.tg-text-8{
	left: 800px;
	top: 165px;
}

.gr-first{
	margin-bottom: 200px;
}

.grf-head {
	margin-bottom: 80px;
}

.grf-head h2{
	margin: 0;
	color: #a82750;
	font-size: 45px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.grt-holder{
	text-align: center;
}

.grt-box{
	display: inline-block;
	width: 33%;
	vertical-align: top;
	margin-bottom: 80px;
	cursor: pointer;
}

.grtb-text{
	margin-top: 20px;
}

.grtb-text h3{
	font-size: 22px;
	font-weight: 500;
	color: #aa2955;
	margin: 0;
	margin-bottom: 5px;
}

.grtb-text p{
	font-size: 16px;
	margin-bottom: 0;
	color: #6a6d71;
}

.grtb-text.bw h3{
	font-size: 22px;
	font-weight: 500;
	color: #6a6d71;
	margin: 0;
	margin-bottom: 5px;
}


.grtb-img{
	position: relative;
	width: 200px;
	margin: auto;
}

.in-icon{
	position: absolute;
	bottom: 0;
	right: 0;
}

.in-icon img{
	width: 38px;
}

.graphics{
	background: url(../images/BCGs/graphic.svg) no-repeat center center;
	background-size: cover;
	padding: 200px 0 100px;
}

.events{
	background: url(../images/BCGs/events.svg) no-repeat center center;
	background-size: cover;
	min-height: 730px;
	padding: 100px 0;
}

.se-head{
	margin-bottom: 80px;

}

.se-head h2{
	color: #ffffff;
	font-size: 45px;
	margin: 0;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

.eh-box{
	width: 480px;
	margin: auto;
	margin-bottom: 25px;
	height: 180px;
	background: #ffffff;
	position: relative;
}

.eh-box img{
	width: 100%;
}

.eh-text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.eh-date{
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	color: #ffffff;
	width: 130px;
	margin-right: 10px;
	height: 180px;
	background: rgba(136,25,62,1);
	background: -moz-linear-gradient(-45deg, rgba(136,25,62,1) 0%, rgba(116,24,49,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(136,25,62,1)), color-stop(100%, rgba(116,24,49,1)));
	background: -webkit-linear-gradient(-45deg, rgba(136,25,62,1) 0%, rgba(116,24,49,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(136,25,62,1) 0%, rgba(116,24,49,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(136,25,62,1) 0%, rgba(116,24,49,1) 100%);
	background: linear-gradient(135deg, rgba(136,25,62,1) 0%, rgba(116,24,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88193e', endColorstr='#741831', GradientType=1 );
}

.eh-date strong{
	font-weight: 500;
	font-size: 45px;
	line-height: 45px;
	display: block;
}

.eh-date span{
	font-size: 24px;
	text-transform: uppercase;
}

.eht-text{
	float: left;
	width: 300px;
	margin-top: 15px;
}

.eht-text h3{
	margin: 0;
	color: #6a6d71;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}

.eht-text p{
	color: #6a6d71;
	font-size: 17px;
	margin-bottom: 0;
}

.eht-text span{
	position: absolute;
	bottom: 30px;
	left: 140px;
	font-size: 15px;
}

.eht-text a{
	position: absolute;
	bottom: 10px;
	left: 140px;
	color: #a82750;
	font-size: 17px;
	font-weight: 500;
}

.policy-head h2{
	margin: 0;
	color: #a82750;
	font-size: 45px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
        margin-top: 80px;
        margin-bottom: 80px;
}

.policy-head h3{
	margin: 0;
	color: #a82750;
	font-size: 20px;
	font-weight: 750;
	text-align: left;
        margin-top: 60px;
        margin-bottom: 40px;
}

.news-head {
	margin-bottom: 80px;
}

.news-head h2{
	margin: 0;
	color: #a82750;
	font-size: 45px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.news-img{
        margin-bottom: 20px;
}

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

.news-box{
	margin: auto;
	margin-bottom: 25px;
	background: #ffffff;
	position: relative;
	vertical-align: top;
	margin-bottom: 80px;
}

.news-text{padding:0px 10px 10px;}
.news-text h3{
  font-size: 20px !important;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #3b4c54;
  margin:0;
  margin-bottom: 10px;
}
.news-text a {
  display:block;
  width: 160px;
  height: 32px;
  margin:10px auto;
  padding:5px 10px;
  border-radius: 20px;
  border: solid 2px #00e676;
  background-color: #00e676;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff !important;
}

.news-text p{
	font-size: 16px;
	margin-bottom: 10px;
}


.grtb-text.bw h3{
	font-size: 22px;
	font-weight: 500;
	color: #6a6d71;
	margin: 0;
	margin-bottom: 5px;
}


.grtb-img{
	position: relative;
	width: 200px;
	margin: auto;
}

.footer{
	background: url(../images/BCGs/footer.svg) no-repeat center center;
	background-size: cover;
	padding: 50px 0 80px;
}

.footer  input[type="text"],.footer  input[type="email"]{
	background: #a84460;
	border-radius: 2px;
	border:2px solid #b14f73;
	width: 225px;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 5px 8px;
	color: #ffffff;
	outline: none;
}

.footer  input[type="text"]::-webkit-input-placeholder ,.footer  input[type="email"]::-webkit-input-placeholder  {
  -webkit-transition: opacity 0.5s linear; 
  color: #ffffff;
}

.footer  input[type="text"]:focus::-webkit-input-placeholder,.footer  input[type="email"]:focus::-webkit-input-placeholder  {
  opacity: 0;
}

.footer  textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s linear; 
  color: #ffffff;
}

.footer  textarea:focus::-webkit-input-placeholder  {
  opacity: 0;
}

.footer  textarea::-moz-placeholder  {
  opacity: 1;
  -moz-transition:opacity 0.5s linear; 
  color: #ffffff;
}

.footer  textarea:focus::-moz-placeholder  {
  opacity: 0;
}


.footer  input[type="text"]::-moz-placeholder ,.footer  input[type="email"]::-moz-placeholder  {
  opacity: 1;
  -moz-transition:opacity 0.5s linear; 
  color: #ffffff;
}

.footer  input[type="text"]:focus::-moz-placeholder,.footer  input[type="email"]:focus::-moz-placeholder  {
  opacity: 0;
}

.footer  input[type="submit"]{
	background: #831f3d;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	padding: 8px 15px;
	border:none;
	outline: none;
	border-radius: 2px;
}

.footer  input[type="submit"]:hover,.footer  input[type="submit"]:focus{
	background: #610923;
}

.footer-links{
	margin-bottom: 30px;
}

.footer-links a{
	display: block;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
}

.copyright{
	text-align: right;
	color: #ffffff;
}


#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: 9999999999999999999999999999;
  /* makes sure it stays on top */
}

#status {
  width: 51px;
  height:49px;
  position: absolute;
  left: 0;
  right: 0;
  /* centers the loading animation horizontally one the screen */
  top: 40%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/flip.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  /* is width and height divided by two */
  -webkit-animation-name: spinner; 
  -webkit-animation-timing-function: linear; 
  -webkit-animation-iteration-count: infinite; 
  -webkit-animation-duration: 2s; 
  animation-name: spinner; 
  animation-timing-function: linear; 
  animation-iteration-count: infinite; 
  animation-duration: 2s; 
  -webkit-transform-style: preserve-3d; 
  -moz-transform-style: preserve-3d; 
  -ms-transform-style: preserve-3d; 
  transform-style: preserve-3d;
}

/* WebKit and Opera browsers */ 
@-webkit-keyframes spinner { 
  from 
  { 
    -webkit-transform: rotateY(0deg); 
  } 
  to { 
    -webkit-transform: rotateY(-360deg); 
  } 
} 
/* all other browsers */ 
@keyframes spinner { 
   from { 
    -moz-transform: rotateY(0deg); 
    -ms-transform: rotateY(0deg); 
    transform: rotateY(0deg); 
   } 
   to 
   { 
    -moz-transform: rotateY(-360deg); 
    -ms-transform: rotateY(-360deg); 
    transform: rotateY(-360deg); 

   } 
}

.sucess-msg{
	color: #e0e0e0;
}

.new-timeline{
	margin-top: 50px;
}

.newtl-row{
	margin-bottom: 60px;
}

.newtl-text{
	position: relative;
}

.newtl-text img{
	position: absolute;
	top: -30px;
	left: -10px;
	width: 118px;
}

.newtl-text h3{
	margin: 0;
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 15px;
}

.newtl-text p{
	margin: 0;
	color: #ffffff;
	font-size: 17px;
	line-height: 19px;
	margin-bottom: 15px;
}

.whiteppr{
	padding: 90px 0;
	background: url(../images/BCGs/whitepaper.svg) center center;
	background-attachment: fixed;
	background-size:cover;
	margin-bottom: 80px;
}

.wppr-text{
	margin-top: 30px;
	margin-left: 50px;
}

.wppr-text p{
	font-size: 17px;
	color: #ffffff;
	line-height: 23px;
	margin-bottom: 30px;
}

.wppr-text a{
	text-align: center;
	display: inline-block;
	background: #c4457a;
	padding: 13px 10px;
	border-radius: 2px;
	color: #ffffff;
	padding-right: 40px;
	font-size: 10px;
	line-height: 12px;
	position: relative;
}

.wppr-text a img{
	position: absolute;
	right: 12px;
	top: 13px;
}

.wppr-text a:hover,.wppr-text a:focus{
	text-decoration: none;
	background: #a63061;
}

.social-icons{
	padding-bottom: 50px;
	text-align: center;
}

.social-icons a{
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-left: 17px;
	margin-right: 17px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat; 
}

.social-icons a.icon-1{
	background-image: url(../images/social/medium.svg);
}

.social-icons a.icon-1:hover{
	background-image: url(../images/social/medium_hoover.svg);
}

.social-icons a.icon-2{
	background-image: url(../images/social/linkedin.svg);
}

.social-icons a.icon-2:hover{
	background-image: url(../images/social/linkedin_hoover.svg);
}

.social-icons a.icon-3{
	background-image: url(../images/social/telegram.svg);
}

.social-icons a.icon-3:hover{
	background-image: url(../images/social/telegram_hoover.svg);
}

.social-icons a.icon-4{
	background-image: url(../images/social/facebook.svg);
}

.social-icons a.icon-4:hover{
	background-image: url(../images/social/facebook_hoover.svg);
}

.social-icons a.icon-5{
	background-image: url(../images/social/twitter.svg);
}

.social-icons a.icon-5:hover{
	background-image: url(../images/social/twitter_hoover.svg);
}

.floating-social-icons {
  position: fixed;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
}

.floating-social-icons .social-icons{
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #7f2441;
}

.floating-social-icons .social-icons a{
  display: block;
  margin-bottom: 17px;
	width: 30px;
	height: 30px;
	margin-left: 4px;
	margin-right: 4px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat; 
}

.floating-social-icons .social-icons a:last-child{
  margin-bottom: 0px;
}

.grt-sub-head{
	color: #6a6d71;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.more-btn{
	margin-bottom: 100px;
}

.more-btn a img{
	width: 256px;
}

#whole-team{
	display: none;
}

.our-par{
	text-align: center;
}

.whole-team{
	margin-bottom: 60px;
}

.policy-holder p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
    color: rgb(106, 109, 113);
}

.policy-holder a {
     color: #a82750;
     font-weight: 500;
 }

 .policy-holder h3 {
     color: #a82750;
 }

 .policy-holder ul {
     margin-left: 20px;
 }



