








/* 1c. Typography */





























/* 1d. Buttons */
















/* 1e. Forms */
























/* 1f. Tables */










/* 1g. Website header */














/* 1h. Website footer */











html {
  font-size: 16px;
}
body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 16px!important;
}

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #004e87;
}

a:hover,
a:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #0374C7;
}

a:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #2876af;
}

/* Headings */

h1 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #004e87;
  font-size: 42px;
  text-transform: none;
}
.contact-form .heading-2,
h2 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #004e87;
  font-size: 32px;
  text-transform: none;
}

h3 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #004e87!important;
  font-size: 20px;
  text-transform: none;
}

h4 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #004e87;
  font-size: 16px;
  text-transform: none;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #004e87;
  font-size: 16px;
  text-transform: none;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #004e87!important;
  font-size: 14px;
  text-transform: capitalize;
}

/* Blockquote */

blockquote {
  border-left-color: #004e87;
}





button,
.button {
  border: 0px solid #f5821f;

  padding: 0px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(245, 130, 31, 1)

;
  border-radius: 8px;
  color: #FFFFFF;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;

  border-color: #cd5a00;
}

button:active,
.button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 170, 71, 0.0);
  border-color: ;
}


.head-btn{
  border: 0px solid #004E87;

  padding: 0px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 78, 135, 1.0)

!important;
  border-radius: 8px;
  color: #FFFFFF !important;
  text-transform: none;
  font-size: 16px;
}

.head-btn:hover {
  color: #FFFFFF;             
}

.post-property-btn {
  border: 0px solid #004E87;

  padding: 0px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 78, 135, 1.0)

!important;
  border-radius: 8px;
  color: #FFFFFF;
  text-transform: none;
  font-size: 16px;
}

.team-btn:hover, .team-btn:active, .tabs span.active{background-color: #f5821f; color: #FFFFFF; }

.btn.btn-custom.view-btn, .team-btn{
  border: 0px solid #f5821f;

  padding: 0px;
;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(245, 130, 31, 1)

;
  border-radius: 8px;
  color: #FFFFFF;
  text-transform: none;
  font-size: 16px;
}





.search-content input.form-control{
  color:#004e87;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #d0d0d0;
;
}
.search-content input.form-control::placeholder{
  color: #403b3b;
}

form,
.submitted-message {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000;
}

.contact-form-outer .contact-section {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Form title */
.comment-reply-title,
.contact-form h2,
.form-title {
  color: #000!important;
  font-weight: 600; text-decoration: none; font-family: sans-serif, Poppins; font-style: normal;
  font-size: 24px;
}

/* Labels */

form label {
  color: #000;
}

/* Help text */

form legend {
  color: #000;
}

/* 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)

!important;
  border: 1px solid #d0d0d0;
;
  border-radius: 0px;
  color: #004e87!important;
  ;
  font-size: 14px;
}
textarea {
  height: 125px!important;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #403b3b;
  font-weight: 400;
}

::-moz-placeholder {
  color: #403b3b;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #403b3b;
  font-weight: 400;
}

::placeholder {
  color: #403b3b;
  font-weight: 400;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #403b3b;
}

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

.fn-date-picker td .pika-button:hover {
  background-color: ;
}

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

/* Error Message */
.hs-input.invalid.error,
.hs-error-msg{
  color: #CC0201;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #f5821f;

  padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;

  font-family: sans-serif, Poppins; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(245, 130, 31, 1)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

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

  
  
    
  


  rgba(245, 130, 31, 1)

;
  border: 1px solid #f5821f;

}

form .hs-button:hover {
  background-color: 

  
  
    
  


  rgba(43, 62, 126, 1)

;
  border: 1px solid #2b3e7e;
;
  color: #FFFFFF;
}

fieldset.form-columns-1 .hs-input {
  width: 100%!important;
} 





/* Table */

table {
  border: 1px solid #004e87;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #004e87;

  padding: 18px;

  border-color: ;
  color: #004e87;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 78, 135, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #004e87;
}






.header .navigation ul li a{
  color: #333333;
}
.header .navigation ul li a:hover{
  color: #0374C7;
}

.hs-menu-item.hs-menu-depth-1.active.active-branch a{ color: #0374C7 }
.hs-menu-item.hs-menu-depth-2.active.active-branch a { color: #0374C7!important; }
.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
ul.hs-menu-children-wrapper li{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 0px none #dfdfdf;

}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #333333;
  font-family: Roboto;
}

.menu__child-toggle-icon {
  border-top-color: #333333;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #0b0b0b;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #0b0b0b;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #f5821f ;
}

.menu__child-toggle-icon:active {
  border-top-color: #5b5b5b;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #333333;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 0px none #dfdfdf;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 0px none #dfdfdf;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto;
}

.header__language-switcher-label-current:after {
  border-top-color: #333333;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #333333;
  }
}

.header .navigation ul li a {
  color: #333333 !important;
  font-family: Roboto !important;
  border: 0px none #004e87;
 !important;
  font-size: 18px;
}



.footer .navigation ul li a{
  color: #333333!important;
  font-family: Roboto!important;
}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 78, 135, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #fff;
}

.footer .footer-nav a,
.footer .ftr-social-box a{
  color: #fff;
}

.footer .footer-nav a:hover,.footer .ftr-social-box a:hover{
  color: #fff;
}

.footer .copyright-text.dis-block.clearfix {
  color: #fff;
}





.blog_box h2{
  font-size: 32px
}

.categories-box ul li a,
.calendar-box,
.social-box a{
  color: #FFFFFF;
}

.calendar-box,
.srch-btn{
  background-color: #004e87!important;
}

.prev_next_btn a.prev-post,
.prev_next_btn a.next-post{
  background-color: #FFFFFF!important;
}

.prev_next_btn a.next-post:hover,
.prev_next_btn a.prev-post:hover{
  background-color: #004e87!important;
  border-color: #004e87;
  color: #FFFFFF;
}
#hs_cos_wrapper_module_164398081507835 .post-comment .social-box3{
  color: #FFFFFF!important;
}

.comment.depth-0 {
  border-top: 2px solid #333333;

}
.blog-post-img-box:hover {
  border-color: #004e87;
}
.blog-post-img-box {
  border-color: #333333;
}
.categories-box ul li a:hover, .archive-box ul li a:hover{
  color: #0374C7;
}

.archive-box ul li a,
.blog_lt p,
.post-text-area{
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 16px!important;
}

.rt-cmn-box h4::after{
  background: #004e87;
}

.read-more{
  color:#004e87;
  border-bottom-color:#004e87;
}

.read-more:hover{
  color:#0374C7!important;
  border-bottom-color:#0374C7!important;
}

.dis-inline.bg2,
.dis-inline.bg3,
.post-comment a{ 
  color: #004e87!important;
}
.categories-box ul li a{
  background: #004e87;
}
.blog-rt .post-papular-btn{
  color:#FFFFFF;
}


.blog-post-dtl-box h2 a(
font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
color: #004e87;
font-size: 32px;
text-transform: none;
)

.hs-search-results__title a{
  color: #004e87!important;
}

.blog-pagination a.next-link, .blog-pagination a.prev-link,
.blog-pagination a.next-link:hover, .blog-pagination a.prev-link:hover{
  background:

  
  
    
  


  rgba(245, 130, 31, 1)

!important;
  color: #FFFFFF;
}

.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: px 0;
}

/* Blog post */

.author-name{
  color:#004e87;

}


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

.blog-post__tag-link {
  color: #333333;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #0b0b0b;
}

.blog-post__tag-link:active {
  color: #5b5b5b;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #004e87;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #00265f;
}

.blog-related-posts__title-link:active {
  color: #2876af;
}

/* Blog comments */

.blog-comments {
  margin-bottom: px;
}

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

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

#comments-listing .comment-reply-to:active {
  color: #2876af;
}





.hs-search-results__title {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #004e87;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #004e87;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #00265f;
}

.blog-index__post-title-link:active {
  color: #2876af;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #333333;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #333333;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #0b0b0b;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #5b5b5b;
}

.pagination__link-icon svg {
  fill: #333333;
}

/* Pricing card */

.card__price {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #004e87;
  font-size: 20px;
}

.card__body svg {
  fill: #004e87;
}

/* Social follow */

.social-links__icon {
  background-color: #004e87;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #00265f;
}

.social-links__icon:active {
  background-color: #2876af;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #004e87;
  font-size: 20px;
}

/* Home page */

.small-heading{
  color: #004e87!important;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 20px;
  text-transform: none;
}
.stroy-img-box .img-box::before {
  background: #f5821f;
}
.stroy-img-box .img-box::after {
  background: #004e87;
}

.our-services .heading-box .small-heading{
  color: #004e87;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 20px;
  text-transform: none;
}

.service-title{
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none!important;
  color: #004e87!important;
  font-size: 16px!important;
  text-transform: none!important;
}

.service-card:hover{
  background : #004e87;
}


.stroy-text-title{
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #004e87;
  font-size: 16px;
  text-transform: none;
}

.service-text{
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none!important;
  font-size: 16px!important;

}

.service-card:hover p{
  color:#FFFFFF;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px!important;
}

.service-card:hover .service-title{
  color:#FFFFFF!important;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 20px;
  text-transform: none;
}
.rating li{ 
  color:#f5821f;
}
.service-card .link{
  color:#FFFFFF;
}

.writer-name,
.artical-info .date{
  color: #333333;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

.artical-info-title a{
  color: #004e87;
}
.artical-card:hover .artical-info-title a{
  color: #0374C7;
}

.user-name{
  color : #004e87;
  font-size: 20px;
}

.testimonial-slider .owl-dots .owl-dot{
  color: #004e87!important;
}

.back-to-top{
  background-color: 

  
  
    
  


  rgba(245, 130, 31, 1)

!important;
  color:#FFFFFF!important;
}

/* About Us Page */
.blog-hd1, .inner-banner.cmn-banner h1{
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 42px;
  text-transform: none;
}

.color--text{
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 16px!important;
}

.aboutus-page ul li,
.aboutus-page ol li{
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 16px!important;
}
.aboutus-page ul li strong{
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #004e87!important;
  font-size: 14px;
  text-transform: capitalize;
}

/* Banner */
/* .inner-banner h1{  */

/* } */

.footer .copyright-text a{ 
  color: #004e87;
}
.footer .copyright-text a:hover{
  color: #0374C7;
}

/* Thank You */
.thank-you{
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: 

  
  
    
  


  rgba(245, 130, 31, 1)

;
  font-size: 42px;
  text-transform: none;
}
.body-container--thank-you p{
  
}
.body-container--thank-you .our-services {
  background: #004e87!important;
}

.error-text-2{
  color:#f5821f;
}
.error-text-3 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #004e87;
  font-size: 32px;
  text-transform: none;
}
.error-text-4 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 16px;
}
.tabs span{
  border-color:#004e87;
}
.tabs{
  color: #004e87!important;
  background:#FFFFFF;
}

.tabs span:hover {
  cursor: pointer;
  color: #004e87;
}

.testimonial-slider .owl-dots .owl-dot {
  background: #004e87;
}

.testimonial-slider .owl-dots .owl-dot.active {
  background:#333333!important;  margin: 0 2px;
}

.inner-banner .breadcrumb-block .breadcrumb-item.active{
  color:#f5821f;
}

/* .inner-banner .breadcrumb-block .breadcrumb {
color: #FFFFFF!important;
}
*/
.inner-banner .breadcrumb-block .breadcrumb-item+.breadcrumb-item::before {
  color: #FFFFFF!important;
}

.inner-banner .breadcrumb-block .breadcrumb li a {
  color: #FFFFFF !important; 
}
.body-container--typography strong, mark, code, sub, sup{
  color:#f5821f;
}

div#hs_cos_wrapper_dnd_area-module-12 a.btn.btn-custom.view-btn{
  border: 0px solid #004E87;

  padding: 0px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 78, 135, 1.0)

!important;
  border-radius: 8px;
  color: #FFFFFF;
  text-transform: none;
  font-size: 16px;
}