







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

























/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */






html {
  scroll-behavior: smooth;
}





body {
  color: #151515;
  font-weight: 400;
  font-family: 'Source Sans Pro',sans-serif !important;
  font-size: 18px;
}

/* Paragraphs */

p {
  color: #151515;
  font-weight: 400;
}

/* Anchors */

a {
  color: #39a9f7;
}

a:hover,
a:focus,
a:active {
  color: #015b9a;
}

/* Headings */

h1 {
  font-family: 'Source Sans Pro',sans-serif, sans-serif;
  font-size:46px;
  color: #2d2d2d;
  font-weight: 900;
}

h2 {
  font-family: 'Source Sans Pro',sans-serif, sans-serif;
  color: #015b9a;
  font-size:38px;
  font-weight: 900;
}

h3 {
  font-family: 'Source Sans Pro',sans-serif, sans-serif;
  font-size: 30px;
  color: #2d2d2d;
  font-weight: 700;
}

h4 {
  font-family: 'Source Sans Pro',sans-serif, sans-serif;
  font-size: 25px;
  color: #000000;
  font-weight: 700;
}

h5 {
  font-family: 'Source Sans Pro',sans-serif, sans-serif;
  font-size: 22px;
  color: #929292;
  font-weight: 700;
}

h6 {
  font-family: 'Source Sans Pro',sans-serif, sans-serif;
  font-size: 20px;
  color: #151515;
  font-weight: 700;
}

@media screen and (min-width:768px){

  h1{
    font-size: 62px;
  }

  h2{
    font-size: 44px;
  }

  h3{
    font-size:32px;
  }

}



/* Blockquote */

blockquote {
  border-left-color: #46256a;
}






/* Submit button */

form input[type=submit],
form .hs-button ,button,
.button,
.search-page-button a {
  background-color: rgba(52, 73, 94, 1.0);
  border-color: rgba(255, 184, 54, 1.0);
  color: rgba(250, 250, 250, 1.0);
  border-width: 0px;
  border-radius: 3px;  
  padding: 16px 30px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus , button:hover,
button:focus,
.button:hover,
.button:focus,
.search-page-button a:focus,
.search-page-button a:hover {
  background-color: rgba(116, 199, 207, 1.0);
  border-color: rgba(255, 184, 54, 0.0);
  color: rgba(250, 250, 250, 1.0);
}

form input[type=submit]:active,
form .hs-button:active,
button:active,
.button:active{
  background-color: rgba(116, 199, 207, 1.0);
  border-color: rgba(255, 184, 54, 0.0);
  color: #fafafa;
}






/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(45, 45, 45, 1.0);
}

/* Form label */

form label {
  color:  rgba(45, 45, 45, 1.0);
}

/* Form help text */

form legend {
  color: rgba(45, 45, 45, 1.0);
}

/* 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(146, 146, 146, 1.0);
  color: rgba(21, 21, 21, 1.0);
  border-width: 1px;
  border-radius: 2px; 
}

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: #929292;
}
.leadinModal .leadinModal-content label,
.leadinModal .thank-you-message p {
  color: #ffffff !important;
}
.leadinModal .leadin-input-wrapper .error-text {
  color: #ffffff !important;
  display: block !important;
}



/* Date picker */

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

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

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







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

th,
td {
  border-color: #cbcbcb;
  color: #151515;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(203, 203, 203, 1.0)

;
  border-bottom-color: #cbcbcb;
  color: #ffffff;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(203, 203, 203, 1.0)

;
  color: #ffffff;
}







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

.login-wrapper a{
  background-color: rgba(236, 240, 240, 1.0);
}

.login-wrapper:hover a{
  background-color: rgba(116, 199, 207, 1.0);
}

.wrapper p{
  color: rgba(21, 21, 21, 1.0);
}

.login-wrapper:hover a .wrapper p {
  color: rgba(255, 255, 255, 1.0);
}


.custom-menu-primary .navigation-primary{
  background-color: rgba(1, 91, 154, 1.0);
}

.custom-menu-primary .navigation-primary>ul>li>a {
  color: rgba(250, 250, 250, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .navigation-primary>ul>li:hover{
  background-color: rgba(116, 199, 207, 1.0);
}

.custom-menu-primary .navigation-primary>ul>li.active{
  background-color: rgba(116, 199, 207, 1.0);
}


.custom-menu-primary .navigation-primary>ul>li:hover>a{
  color: rgba(250, 250, 250, 1.0);
}

.custom-menu-primary .navigation-primary>ul>li.active>a{
  color: rgba(250, 250, 250, 1.0);
}

body .navigation-primary ul ul{
  background-color: rgba(116, 199, 207, 1.0);
}

body .navigation-primary ul ul li a {
  color: rgba(250, 250, 250, 1.0);
}

body .navigation-primary ul ul li:hover>a {
  background-color: rgba(1, 91, 154, 1.0);
  color: rgba(250, 250, 250, 1.0);
}

body .navigation-primary ul ul li.active>a{
  background-color: rgba(1, 91, 154, 1.0);

}

body .navigation-primary ul ul li.active>a{
  color: rgba(255, 255, 255, 1.0);

}


/*** Sticky nav 2022 Start***/

.custom-menu-primary-fixed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.custom-menu-primary-fixed-outer {
  background-color: #015b9a;
}
.custom-menu-primary__link a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
}
.custom-menu-primary__logo a {
  display: flex;
}
.custom-menu-primary__logo,
.custom-menu-primary__link {
  visibility: hidden;
}
.custom-menu-primary-fixed-outer.fixed-header .custom-menu-primary__logo,
.custom-menu-primary-fixed-outer.fixed-header .custom-menu-primary__link {
  visibility: visible;
}

@media (min-width: 977px) {
  .custom-menu-primary-fixed-outer.fixed-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}

@media (max-width: 1366px) {
  .custom-menu-primary-fixed {
    padding: 0 30px;
  }
}

@media (max-width: 1280px) {
  .custom-menu-primary .custom-menu-primary-fixed .navigation-primary>ul>li>a,
  .custom-menu-primary__link a {
    font-size: 13px;
  }
}

@media (max-width: 1080px) {
  .custom-menu-primary .custom-menu-primary-fixed .navigation-primary>ul>li>a,
  .custom-menu-primary__link a {
    font-size: 11px;
  }
}
/*** Sticky nav 2022 End ***/





.footer-bg-top-wrapper{
  background-color: rgba(236, 240, 240, 1.0);
}

.logo-text p{
  color: rgba(21, 21, 21, 1.0);
}

.footer-inner p{
  color: rgba(146, 146, 146, 1.0);
}

.footer-col3 .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child>a, 
.footer-col2 .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child>a,
.footer-col3 .hs_cos_wrapper .hs-menu-wrapper >ul >li:first-child >a:hover,
.footer-col2 .hs_cos_wrapper .hs-menu-wrapper >ul >li:first-child >a:hover{
  color: rgba(21, 21, 21, 1.0);
}

.footer-col3 .hs_cos_wrapper .hs-menu-wrapper>ul>li>a, 
.footer-col2 .hs_cos_wrapper .hs-menu-wrapper>ul>li>a,
.footer-inner a{
  color: rgba(43, 64, 85, 1.0);
}

.footer-col3 .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:hover, 
.footer-col2 .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:hover,
.footer-inner a:hover{
  color: rgba(1, 91, 154, 1.0);
}

.footer-bg-bottom-wrapper{
  background-color: rgba(218, 226, 226, 1.0);
}

.footer-col-8 p{
  color: rgba(21, 21, 21, 1.0);
}






/* Blog Header */


/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #151515;
}

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

.blog-post__title {
  color: #2d2d2d;
  font-family:'Source Sans Pro',sans-serif;
  font-size: 62px;
  font-weight: 900;
}

.blog-post__author {
  background-color: #46256a;
}

#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-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #015b9a;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #015b9a;
}

.blog-index__post-content--small h2 {
  font-size: 32px;
}

.blog-index__post-content a {
  color: #151515;
}

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

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

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

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}

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

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

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

.blog-post__meta a:hover {
  color: #015b9a;
}

.blog-post__links-container {
  border-top:  2px solid rgb(0, 0, 0);
}

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

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

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

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

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

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}







.search-results-page-2022 .index-page-overlap {
  position: relative;
  padding: 50px 110px;
  background-color: #ffffff;
  margin-top: -210px;
  flex: 0 1 65%;
  max-width: 65%;
  margin-left: 35%;
}
.search-page-button {
  text-align: center;
}
.search-page-button {
  margin-top: 100px;
}
.search-page-button a {
  text-decoration: none;
}
.search-results-page-outer h3 {
  margin-bottom: 30px;
}





.card__price {
  font-family: 'Source Sans Pro',sans-serif
    font-size: 32px;
  color: #2d2d2d;
  font-weight: 700
}
.subtitle-dg-original-blue {
  color: #015b9a;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: .2px;
  line-height: 1.31;
}





.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 0;
}
.card-inner .image-wrapper img {
  max-height: 155px;
}

/******** Pop Up Form Start ********/

.leadinModal .leadinModal-content-wrapper {
  background: rgb(7,95,157);
  background: linear-gradient(90deg, rgba(7,95,157,1) 0%, rgba(69,139,193,1) 50%);
}
.leadinModal .leadinModal-content-wrapper .leadin-preview-wrapper {
  text-align: center;
}
.leadinModal .leadinModal-content .leadin-preview-wrapper h4,
.leadinModal .leadinModal-content .leadin-message-wrapper h4 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.leadinModal .leadinModal-content .leadinModal-description-body p,
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form p {
  color: #ffffff;
}
.leadinModal .leadinModal-content p {
  text-align: center;
}
.leadinModal.leadinModal-reset button,
.leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button,
.leadinModal.leadinModal-v3 .leadin-button {
  text-transform: uppercase;
  font-weight: bold !important;
}
.leadinModal .leadin-input-wrapper.form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.leadinModal .leadin-input-wrapper .leadin-input-wrapper {
  flex: 0 1 49%;
}
.leadinModal.leadinModal-v3 .leadinModal-close:before, 
.leadinModal.leadinModal-v3 .leadinModal-close:hover:before {
  color: #ffffff;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
  border-radius: 10px;
}

/******** Pop Up Form End ********/


/******** Arabic Translation Start ********/

html[dir="rtl"] .login-wrapper {
  float: left;
}
html[dir="rtl"] .homepage-banner .super-title:after {
  right: 0;
  left: unset;
}
html[dir="rtl"] .content-with-image-wrapper .super-title:after {
  right: 0;
  left: unset;
}
html[dir="rtl"] .content-with-image-wrapper.hs-bg-image {
  background-position: center left;
}
html[dir="rtl"] .social-links-wrapper .social-link {
  margin-right: 20px !important;
}
html[dir="rtl"] .title-arrow {
  right: -50px;
  transform: rotate(0.5turn);
}
html[dir="rtl"] .contact-page .col.sidebar-content {
  z-index: 9;
}
html[dir="rtl"] .main-content h6:first-of-type:before,
html[dir="rtl"] .body-container-website h6:after {
  left: unset;
  right: 0;
}
html[dir="rtl"] .contact-page .contact-page .col.main-content h1,
html[dir="rtl"] .what-we-do h1 {
  position: relative;
}
html[dir="rtl"] .contact-page h1 img,
html[dir="rtl"] .what-we-do h1 img {
  left: unset;
  right: -32px;
  transform: rotate(0.5turn);
}
html[dir="rtl"] .contact-page .col.white-box:before,
html[dir="rtl"] .what-we-do .white-box:before {
  right: unset;
  left: -999em;
}
html[dir="rtl"] .pdf-wrapper {
  float: left;
}
html[dir="rtl"] .content-with-image-wrapper ul li img {
  left: unset;
  right: 0px;
  transform: rotate(0.5turn);
}
html[dir="rtl"] .content-with-image-wrapper ul li span {
  padding-left: 0;
  padding-right: 25px;
}
html[dir="rtl"] .team-members img {
  right: unset;
  left: 0px;
  transform: scaleX(-1);
}

/******** Arabic Translation End ********/

.hs-content-id-74472416781 .what-we-do .main-content h6:first-of-type {
  padding-top: 40px;
}
.systems-page.search-results-page {
  max-width: 100%;
}
.systems-page.search-results-page h1 {
  padding-bottom: 50px;
}


/***** Responsive ********/

@media (min-width:768px){
  .footer__container, .content-wrapper, .header__container, .page-center, .dnd-section > .row-fluid{
    max-width: 719.99892px;
    margin:0 auto;
  }
  html[dir="rtl"] .custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:nth-of-type(3) {
    left: unset;
    right: 247px;
  }
  html[dir="rtl"] .custom-menu-primary .navigation-primary>ul>li>ul>li,
  html[dir="rtl"] .custom-menu-primary .navigation-primary ul ul ul li:first-child,
  html[dir="rtl"] .custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul li {
    text-align: right;
  }
  html[dir="rtl"] .custom-menu-primary .navigation-primary ul ul ul li:first-child {
    padding: 5px 0;
  }
}

@media (min-width:992px){
  .footer__container, .content-wrapper, .header__container, .page-center, .dnd-section > .row-fluid{
    max-width: 959.9997px;
    margin:0 auto;
  }
}

@media (min-width:1200px){
  .footer__container, .content-wrapper, .header__container, .page-center, .dnd-section > .row-fluid{
    max-width: 1140px;
    margin:0 auto;
  }
}

@media (max-width:1280px){
  .search-results-page-2022 .index-page-overlap {
    flex: 0 1 80%;
    margin-left: 20%;
    max-width: 80%;
  }
}

@media (max-width:992px){
  .systems-page.search-results-page h1 {
    font-size: 46px;
    padding-bottom: 30px;
  }
  .search-results-page-2022 .index-page-overlap {
    flex: 0 1 100%;
    margin: 0;
    max-width: 100%;
    padding: 30px;
  }
  .systems-page.search-results-page {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  html[dir="rtl"]  .header-wrap {
    right: 5%;
  }
  html[dir="rtl"] .team-members img {
    transform: unset;
  }
  .search-results-page-outer .content-wrapper {
    max-width: 100% !important;
  }
}

@media (max-width: 976px) {
  html[dir="rtl"] #mobile-header-wrapper .hamburger-menu-wrapper {
    text-align: left;
  }
  html[dir="rtl"] .login_wrapper a {
    text-align: left;
  }
}

@media screen and (max-width:767px){
  .content-with-image-icon-wrapper .card-inner{
    min-height: 415.775px !important;
  }  
  .content-wrapper.what-we-do-container.wpcell {
    margin-top: 0 !important;
  }
  html[dir="rtl"] .title-arrow {
    right: -30px;
  }
  html[dir="rtl"] .footer-inner,
  html[dir="rtl"]  .social-links-wrapper {
    text-align: left;
  }
}