/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */















 
.dnd-section {
	padding-bottom: 50px;
	padding-top: 50px;
}
.body-container__homepage .dnd-section:nth-child(odd) {
	background-color: #1C175F;
}
.dnd-section > .row-fluid,
.page-center {
  	max-width: 100%;  
}








body {
	color: #000000;
  color: rgba(0, 0, 0, 1.0);
	font-family: Nexa;
	font-weight: 400;
	font-size: 16px;
} 
a {
	color: rgba(205, 38, 83, 1.0);
}
a:hover {
  color: rgba(81, 124, 253, 1.0);
}

h1 {
	color: #1C175F;
  color: rgba(28, 23, 95, 1.0);
	font-family: Nexa;
	font-size: 48px;
	font-weight: 500;
}
h2 {
	color: #1C175F;
  color: rgba(28, 23, 95, 1.0);
	font-family: Nexa;
	font-size: 32px;
	font-weight: 500;
}
h3 {
	color: #1C175F;
  color: rgba(28, 23, 95, 1.0);
	font-family: Nexa;
	font-size: 20px;
	font-weight: 500;
}
h4 {
	color: #1C175F;
  color: rgba(28, 23, 95, 1.0);
	font-family: Nexa;
	font-size: 18px;
	font-weight: 500;
}
h5 {
	color: #1C175F;
  color: rgba(28, 23, 95, 1.0);
	font-family: Nexa;
	font-size: 16px;
	font-weight: 500;
}
h6 {
	color: #1C175F;
  color: rgba(28, 23, 95, 1.0);
	font-family: Nexa;
	font-size: 15px;
	font-weight: 500;
}

blockquote {
	border-color: #1C175F;;
}





h3.form-title {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(28, 23, 95, 1.0);
}
.hs-button,
.button--primary {
  background-image: linear-gradient(89.9deg, rgba(49, 55, 132, 1.0), rgba(83, 117, 231, 1.0));
  border-color: rgba(49, 55, 132, 1.0);
	border-radius: 50px;
	border-width: 0px;
	color: rgba(255, 255, 255, 1.0);
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 20px;
	padding-bottom: 19.0px;
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-image: linear-gradient(89.9deg, rgba(49, 55, 132, 1.0), rgba(83, 117, 231, 1.0));
	color: rgba(255, 255, 255, 1.0);
  border-color: rgba(49, 55, 132, 1.0);
}
.hs-form label {
	color: rgba(28, 23, 95, 1.0);
}
.hs-form legend {
	color: rgba(28, 23, 95, 1.0);
}
form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
	border-color: rgba(204, 204, 204, 1.0);
	color: ;
	border-radius: 4px;
}
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
	border-color: rgba(82, 168, 236, 0.8);
}
.fn-date-picker .pika-table thead th {
	color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
	color: #000000;
}

.hs-richtext {
	font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: Nexa;
}

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

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

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





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(28, 23, 95, 1.0);
	color: rgba(28, 23, 95, 1.0);
}

thead th,
thead td {
	background-color: rgba(28, 23, 95, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

tfoot td {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(28, 23, 95, 1.0);
}

table,
tbody + tbody {
	border-color: rgba(28, 23, 95, 1.0);
}





.custom-header-wrapper {
	background-color: rgba(255, 255, 255, 0.0);
}
.custom-header-wrapper .navigation-primary > ul > li > a,
.custom-header-wrapper .sign-in-btn .hs-button {
  color: rgba(28, 23, 95, 1.0);
}
.custom-header-wrapper .navigation-primary > ul > li > a:hover,
.custom-header-wrapper .sign-in-btn .hs-button:hover {
  color: rgba(51, 59, 171, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-header-wrapper .navigation-primary > ul > li.active-branch > a,
.custom-header-wrapper .sign-in-btn .hs-button.active {
  color: rgba(81, 123, 250, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-header-wrapper .navigation-primary > ul > li.active-branch:before,
.custom-header-wrapper .sign-in-btn .hs-button.active:before {
  background-color: rgba(81, 123, 250, 1.0);
}
.custom-header-wrapper .sub-menu {
  background-color: rgba(255, 255, 255, 1.0);
}
header.custom-header-wrapper .sub-menu .page-center:before {
  background: rgba(238, 238, 238, 1.0);
}
.custom-header-wrapper .sub-menu ul.submenu.level-2 > li > a {
  color: rgba(28, 23, 95, 1.0);
}
.custom-header-wrapper .sub-menu ul.submenu.level-2 > li > a:hover {
  color: rgba(28, 23, 95, 1.0);
}
.custom-header-wrapper .sub-menu ul.submenu.level-2 > li.active-branch > a {
  color: rgba(28, 23, 95, 1.0);
}
.custom-header-wrapper .sub-menu ul.submenu.level-2 > li:hover {
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-header-wrapper .sub-menu ul.submenu.level-2 > li.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-header-wrapper .sub-menu ul.submenu.level-2 ul a {
  color: rgba(109, 104, 137, 1.0);
}
.custom-header-wrapper .sub-menu ul.submenu.level-2 ul a:hover {
  color: rgba(109, 104, 137, 1.0);
}
.custom-header-wrapper .read-more-wht {
  color: rgba(28, 23, 95, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-header-wrapper .read-more-wht:hover {
  color: rgba(81, 124, 253, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


.scroll-header .custom-header-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}
.scroll-header .custom-header-wrapper .navigation-primary > ul > li > a,
.scroll-header .custom-header-wrapper .sign-in-btn .hs-button {
  color: rgba(0, 0, 0, 1.0);
}
.scroll-header .custom-header-wrapper .navigation-primary > ul > li > a:hover,
.scroll-header .custom-header-wrapper .sign-in-btn .hs-button:hover {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.scroll-header .custom-header-wrapper .navigation-primary > ul > li.active-branch > a,
.scroll-header .custom-header-wrapper .sign-in-btn .hs-button.active {
  color: rgba(81, 123, 250, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.scroll-header .custom-header-wrapper .navigation-primary > ul > li.active-branch:before,
.scroll-header .custom-header-wrapper .sign-in-btn .hs-button.active:before {
  background-color: rgba(81, 123, 250, 1.0);
}





.custom-footer-wrapper {
	background-color: rgba(255, 255, 255, 1.0);
  color: rgba(28, 23, 95, 1.0);
}
.custom-footer-wrapper .hs-row {
  border-color: rgba(81, 124, 253, 0.1);
}
.footer-logo p a,
.footer-menu .hs-menu-wrapper > ul > li > a {
  color: rgba(28, 23, 95, 1.0);
}
.footer-logo p a:hover,
.footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(28, 23, 95, 1.0);
}
.footer-menu .hs-menu-wrapper > ul > li.active > a {
  color: rgba(81, 123, 250, 1.0);
}





.content-wrapper {
	max-width: 1188px;
}

.blog-post__date {
	border-color: #000000;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
	color: #000000;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
	color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
	color: #282828;
}

.blog-tag-filter__menu-link--active-item:after {
	background-color: #000000;
}

.blog-pagination__link {
	color: #000000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
	background-color: #000000;
}

.blog-post__title {
	color: #1C175F;
	font-family:Nexa;
	font-size: 32px;
	font-weight: ;
}

.blog-post__author {
	background-color: #1C175F;
}

#comments-listing .comment-reply-to {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
	color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
	background-color: rgba(255, 255, 255, 1.0);
}

.hs-blog-listing,
.hs-blog-post {
	background-color: rgba(255, 255, 255, 1.0);
}

.blog-index__post-inner-card {
	box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__tag-link:hover{
	color: #517cfd;
}

.blog-post__read-more svg {
	fill: #000000;
}

.blog-post__read-more a:hover svg {
	fill: #517cfd;
}

.blog-sidebar ul {
	box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
	color: #000000;
}

.blog-sidebar a:hover {
	color: #517cfd;
}

.blog__subscription-block {
	background-color: rgba(255, 255, 255, 1.0);
}

.post-featured-image {
	max-height: 600px;
}

.blog-post {
	box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__meta a {
	color: #000000;
}

.blog-post__body, .blog-post__tags a {
	color: #000000;
}

.blog-post__meta a:hover {
  color: #517cfd
}

.blog-post__links {
	border-top:  2px solid rgb(8, 3, 75);
}

.blog-post__back-to-blog {
	color: #000000;
}

.blog-post__back-to-blog:hover {
	color: #517cfd;
}

.blog-post__back-to-blog svg {
	fill: #000000;
}

a.blog-post__back-to-blog:hover svg {
	fill: #517cfd;
}

.comment.depth-0,
.blog-comments form {
	border-top: 2px solid rgb(8, 3, 75);
}

.comment.depth-1 {
	border-left: 2px solid rgb(8, 3, 75);
}

.section.post-footer .hs-input {
	border-color: rgb(8, 3, 75);
}

.blog-recent-posts {
	background-color: rgba(255, 255, 255, 1.0);
}










body .icon svg {
	fill: #000000;
}

body .tns-nav button.tns-nav-active {
	background-color: #000000;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
	background-color: #000000;
}

body .social-links__icon {
	background-color: #000000;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
	fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
	fill: rgba(#null, 0.0);
}

body .team-member__description {
	background-color: #1C175F;
}

.page-center {

	margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
	background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}




/********** New Css 2023 **********/


.dnd-section .widget-type-cell, .page-center {
    padding-left: 0px;
    padding-right: 0px;
}


.page-center {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 20px;
    float: none;
}

fieldset {
    max-width: 100% !important;
}

.hs-input { 
    max-width: 100% !important;
}
  
li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
    display: flex;
    align-items: baseline;
}




/************** ipad ***************/

@media (max-width: 1080px) {
 
  
  
}

/************** ipad nd tab ***************/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

 
}

/************** iphone roatate***************/

@media (max-width: 767px) {
 
   
  form .form-columns-2 .hs-form-field .hs-input ,
  form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
 
  
  
}

/************** iphone ***************/

@media (max-width: 479px) {


}