







/* 1a. Containers */





/* 1b. Colors */








/* 1c. Typography */














/* 1d. Buttons */











/* 1e. Forms */








/* 1f. Tables */









/* 1g. blog */


/* 1h. Site footer */








body{
    background-color:#03021E;
}
.content-wrapper { 
    max-width: 1240px;
}

.dnd-section {
    padding: 80px 20px;
}

.dnd-section > .row-fluid {
    max-width: 1240px;
}
.header-content-wrapper{ 
    max-width:;
}




:root{
    --primary_color:#ebf000;
    --secondary_color:#232236;
    --body_color:#03021E;
    --heading_text_color:#ffffff;
    --body_text_color:#ffffff;
    --link_color:#ebf000;
    --link_hover_color:#6FD8F5;

}

html {
    font-size: 18px;
}

body {
    font-family: Prompt; font-style: normal; font-weight: normal; text-decoration: none;
    color: #ffffff;
}

/* Paragraphs */

p {
    font-family: Prompt; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
    color: #ebf000;
}
a:hover{
    #6FD8F5
}
a:hover,
a:focus {
    color: #c3c800;
}

a:active {
    color: #ffff28;
}

/* Headings */

h1, .h1 {
    font-weight: 700; text-decoration: none; font-family: Prompt; font-style: normal;
    color: #ffffff;
    font-size: 70px;
}

h2, .h2 {
    font-weight: 700; text-decoration: none; font-family: Prompt; font-style: normal;
    color: #ffffff;
    font-size: 46px;
}

h3, .h3 {
    font-weight: 700; text-decoration: none; font-family: Prompt; font-style: normal;
    color: #ffffff;
    font-size: 28px;
}

h4, .h4 {
    font-weight: 700; text-decoration: none; font-family: Prompt; font-style: normal;
    color: #ffffff;
    font-size: 26px;
}

h5, .h5 {
    font-weight: 700; text-decoration: none; font-family: Prompt; font-style: normal;
    color: #ffffff;
    font-size: 22px;
}

h6, .h6 {
    font-weight: 700; text-decoration: none; font-family: Prompt; font-style: normal;
    color: #ffffff;
    font-size: 18px;
}

/* Blockquote */

blockquote {
    border-left-color: #232236;
}





button,
.button,
.hs-button 
{
    background-color: 

  
  
    
  


  rgba(3, 2, 30, 1.0)

;
    border: 2px solid #ebf000;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 14px 28px;
}

button:hover,
.hs-button:hover, 
button:focus,
.button:hover,
.hs-button:focus, 
.button:focus {
    background-color: 

  
  
    
  


  rgba(3, 2, 30, 1.0)

;
    border: 2px solid #ebf000;;
    color: #FFFFFF;
}


button:active,
.button:active,
.hs-button:active {
    background-color: 

  
  
    
  


  rgba(3, 2, 30, 1.0)

;
    border: 2px solid #ebf000;;
    color: #FFFFFF;
}





form,
.submitted-message {
    font-family: Prompt; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

h3.form-title {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    color: #ffffff;
}

/* Form label */

form label {
    color: #FFFFFF;
}

/* Form help text */

form legend {
    color: #FFFFFF;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
    border-color: ;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
    color: #ffffff;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
    background-color: 

  
  
    
  


  rgba(3, 2, 30, 1.0)

;
    border: 2px solid #ebf000;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 14px 28px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
    background-color: 

  
  
    
  


  rgba(3, 2, 30, 1.0)

;
    border: 2px solid #ebf000;;
    color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
    background-color: 

  
  
    
  


  rgba(3, 2, 30, 1.0)

;
    border: 2px solid #ebf000;;
    color: #FFFFFF;
}





table {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    border-color: #FFFFFF;
}

th,
td {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

thead th,
thead td {
    background-color: 

  
  
    
  


  rgba(18, 18, 18, 1.0)

;
    border-bottom-color: #FFFFFF;
    color: #FFFFFF;
}

tfoot td {
    background-color: 

  
  
    
  


  rgba(27, 27, 35, 1.0)

;
    color: #FFFFFF;
}

tbody + tbody {
    border-top-color: #FFFFFF;
}






.footer {
    background-color:var(--body_color);
}
/* .footer.new-footer:before{
background:#ebf000
} */
.separator{background-color: 

  
  
    
  


  rgba(3, 2, 30, 1.0)

;}
#myBtn:hover{
    background:var(--primary_color);
}
/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer div,
.footer span {
    color: #ffffff;
}
.footer a{
    color:#f2f2f2
}




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

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

.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: #d7d7d7;
}

.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: #ffffff;
}

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

.blog-pagination__link {
    color: #ffffff;
}

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

.blog-post__title {
    font-weight: 700; text-decoration: none; font-family: Prompt; font-style: normal;
    color: #ffffff;
    font-size: 46px;
}



#comments-listing .comment-reply-to {
    color: #ebf000;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
    color: #c3c800;
}

#comments-listing .comment-reply-to:active {
    color: #ffff28;
}
.blog-header{background:url();
}
.blog-header a:hover,
.blog-index__post-content h3 a:hover , .blog-more-posts__post-content h3 a:hover, .r-post a:hover, .blog-index__post-content h5 a:hover{
    color: #ebf000 !important;
    text-decoration:none;
}
.blog-tags__link--current{background:#ebf000 !important}
.blog-tags__link:hover, .blog-tags__link:focus, .blog-tags__link:active{background:#ebf000 !important}










body .icon svg {
    fill: #ebf000;
}

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

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

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

/* content center in mobile */

@media (max-width: 767px){
    .banner-contents, .heading-text, .blog-heading {
        text-align: center !important;
    }
    .zig-zag-sec .btn-box, .card-sec .btn-card{
        justify-content: center !important;
    }
    .content-block, .left-block, .right-block, .card-box, .testimonial-Bx{
        text-align: center;
    }
    .client-details{
        justify-content: center;
    }
    .image-block img, .image-block img, .slider-group .slick-slide img{
        margin:auto;
    }
    .row-fluid-wrapper.row-depth-1.row-number-16 .widget-type-rich_text,
    .row-fluid-wrapper.row-depth-1.row-number-15 .widget-type-rich_text{
        text-align:center !important
    }
}