







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1g. Site header */


/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */
















.content-wrapper,
.page-center,
.dnd-section > .row-fluid {
	max-width: 1300px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
	padding: 30px  20px;
}

@media (max-width: 768px){
	.dnd-section,
	.content-wrapper--vertical-spacing {
		padding:10px 30px  30px ;
	}
}






body {
	font-size: 16px;
	color: #303b40;
	font-weight: 400;
	font-family: Open Sans,sans-serif;
}


/* Anchors */

a {
	color: #EF4E8E;
}

a:hover,
a:focus {
	color: #EF4E8E;
}

/* Headings */

h1 {
	font-family: Open Sans,sans-serif;
	font-size: 42px;
	color: #000000;
	font-weight: 700;
}

h2 {
	font-family: Open Sans,sans-serif;
	font-size: 35px;
	color: #000000;
	font-weight: 700;
}

h3 {
	font-family: Open Sans,sans-serif;
	font-size: 32px;
	color: #000000;
	font-weight: 700;
}


h4 {
	font-family: Open Sans,sans-serif;
	font-size: 28px;
	color: #000000;
	font-weight: 700;
}

h5 {
	font-family: Open Sans,sans-serif;
	font-size: 25px;
	color: #000000;
	font-weight: 700;
}

h6 {
	font-family: Open Sans,sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: 700;
}


@media (max-width: 991px) {
	h1 {
		font-size: 31px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 23px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
}  





.button{
	background-color: 

  
  
    
  


  rgba(209, 71, 105, 1.0)

;
	border: 3px solid #D14769;
	border-radius: 8px;
	color: #ffffff;
	padding: 10px 20px;
}

.button:hover,
.button:focus {
	background-color: rgba(34, 17, 17, 0.0);
	border-color: rgba(209, 71, 105, 1.0);
	color: rgba(209, 71, 105, 1.0);
}

.button:active {
	background-color: rgba(34, 17, 17, 0.0);
	border-color: rgba(209, 71, 105, 1.0);
	color: #ffffff;
}






/* Form title */

.form-title {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
	color: #303B40;
}

/* Form label */

form .hs-form-field > label,
form .field > label{
	color: #303B40;
}

/* Form help text */

form legend {
	color: #303B40;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	background-color: rgba(255, 255, 255,1.0);
	border-color: rgba(216, 216, 216,1.0);
	color: rgba(48, 59, 64,1.0);
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
	border-color: rgba(216, 216, 216,1.0);
}

/* Form placeholder text */


/* Date picker */

.fn-date-picker td.is-selected .pika-button {
	background: #303b40;
}

.fn-date-picker td .pika-button:hover {
	background-color: #303b40 !important;
}

.fn-date-picker td.is-today .pika-button {
	color: #303b40;
}

/* Submit button */

form input[type=submit],
form .hs-button {
	border: 3px solid;
	background-color: rgba(209, 71, 105, 1.0);
	border-color: rgba(209, 71, 105, 1.0);
	border-radius: 8px;
	color: rgba(255, 255, 255, 1.0);
	padding: 10px 20px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
	border: 3px solid;
	background-color: rgba(34, 17, 17, 0.0);
	border-color: rgba(209, 71, 105, 1.0);
	color: rgba(209, 71, 105, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
	border: 3px solid;
	background-color: rgba(34, 17, 17, 0.0);
	border-color: rgba(209, 71, 105, 1.0);
	color: #ffffff;
}





table {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-color: #303b40;
}

th,
td {
	border-color: #303b40;
	color: #303b40;
}

thead th,
thead td {
	background-color: 

  
  
    
  


  rgba(48, 59, 64, 1.0)

;
	border-bottom-color: #303b40;
	color: #FFFFFF;
}

tfoot td {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	color: #303b40;
}





.main-hdr-wrp .custom-header{
	background-color:rgba(255, 255, 255, 1.0);
}

.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper>ul>li>a,
.main-hdr-wrp .login-link a{
	color:rgba(48, 59, 64, 1.0);
}

.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.main-hdr-wrp .login-link a:hover
{
	color:rgba(48, 59, 64, 1.0);
}
.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
	border-color: rgba(239, 78, 142, 1.0);
}
.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper>ul li ul{
	background-color:rgba(255, 255, 255, 1.0);
}
.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper>ul ul li a{
	color:rgba(209, 71, 105, 1.0);
}
.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover{
	color:rgba(209, 71, 105, 1.0);
}
.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper>ul li ul{
	border-color: rgba(239, 78, 142, 1.0);
}
.main-hdr-wrp .header-button-wrapper a{
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(209, 71, 105, 1.0);
	border-color: rgba(209, 71, 105, 1.0);
}
.main-hdr-wrp .header-button-wrapper a:hover{
	background-color: rgba(209, 71, 105, 1.0);
	border-color: rgba(209, 71, 105, 1.0);
	color:rgba(255, 255, 255, 1.0);
}





.main_footer_wrapper .main_pane_wrapper{
	background-color:rgba(212, 66, 124, 1.0);
}
.main_footer_wrapper .workspace_text_wrp p{
	color:rgba(255, 255, 255, 1.0);
}
.main_footer_wrapper .workspace_text_wrp h3{
	color:rgba(255, 255, 255, 1.0);
}
.main_footer_wrapper .membership_wrp a{
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(209, 71, 105, 1.0);
	border-color: rgba(255, 255, 255, 1.0);
}
.main_footer_wrapper .membership_wrp a:hover{
	background-color: rgba(212, 66, 124, 1.0);
	border-color: rgba(255, 255, 255, 1.0);
	color:rgba(255, 255, 255, 1.0);
}
.main_footer_wrapper .contact_btn{
	background-color: rgba(212, 66, 124, 1.0);
	color: rgba(255, 255, 255, 1.0);
	border-color: rgba(255, 255, 255, 1.0);
}
.main_footer_wrapper .contact_btn:hover{
	background-color: rgba(255, 255, 255, 1.0);
	border-color: rgba(255, 255, 255, 1.0);
	color:rgba(209, 71, 105, 1.0);
}
footer.footer{
	background-color:rgba(66, 66, 66, 1.0);
}

.footer .subscribe_widget_wrap h6{
	color:rgba(255, 255, 255, 1.0);
}
.footer .subscribe_widget_wrap p{
	color:rgba(216, 216, 216, 1.0);
}
.footer .programs_menu_wrapper .hs-menu-wrapper>ul>li>a,
.footer .quick_links_wrapper .hs-menu-wrapper>ul>li>a,
.footer .spaces_menu_wrapper .hs-menu-wrapper>ul>li>a{
	color:rgba(255, 255, 255, 1.0);
}
.footer .quick_links_wrapper .hs-menu-wrapper>ul ul li a,
.footer .programs_menu_wrapper .hs-menu-wrapper>ul ul li a,
.footer .spaces_menu_wrapper .hs-menu-wrapper>ul ul li a{
	color:rgba(216, 216, 216, 1.0);
}

.footer .quick_links_wrapper .hs-menu-wrapper>ul ul li a,
.footer .programs_menu_wrapper .hs-menu-wrapper>ul ul li a,
.footer .spaces_menu_wrapper .hs-menu-wrapper>ul ul li a{
	color:rgba(216, 216, 216, 1.0);
}

.footer .programs_menu_wrapper .hs-menu-wrapper>ul ul li a:hover,
.footer .quick_links_wrapper .hs-menu-wrapper>ul ul li a:hover,
.footer .spaces_menu_wrapper .hs-menu-wrapper>ul ul li a:hover{
	color:rgba(235, 74, 114, 1.0);
}
.footer .copyright_wrapper div{
	color:rgba(255, 255, 255, 1.0);
}




















--
Regards,
Sanjay Singh Negi