







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */









.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.content-wrapper,
.container ,
.dnd-section > .row-fluid {
  max-width: 1440px;
}







html {
  font-size: 18px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #162560;
  font-size: 18px;
  font-family: 'Lama Sans', sans-serif;
  line-height: 1.428571429;
}


/* Paragraphs */

p {

}

/* Anchors */

a {
}

a:hover,
a:focus {
}

a:active {
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #162560;
  font-size: 50px;
  text-transform: none;
  font-family: 'Lama Sans', sans-serif;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #162560;
  font-size: 38px;
  text-transform: none;
  font-family: 'Lama Sans', sans-serif;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #162560;
  font-size: 30px;
  text-transform: none;
  font-family: 'Lama Sans', sans-serif;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #162560;
  font-size: 24px;
  text-transform: none;
  font-family: 'Lama Sans', sans-serif;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #162560;
  font-size: 16px;
  text-transform: none;
  font-family: 'Lama Sans', sans-serif;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #162560;
  font-size: 14px;
  text-transform: none;
  font-family: 'Lama Sans', sans-serif;
}

/* Blockquote */

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





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #162560;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

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

  
  
    
  


  rgba(22, 37, 96, 1.0)

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

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(62, 77, 136, 1.0);
  border-color: #3e4d88;
}





form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #F26522;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(242, 101, 34, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #F26522;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Merriweather; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #162560;
  background-color: 

  
  
    
  


  rgba(242, 101, 34, 1.0)

;
}


/* Labels */

form label {
  color: #162560;
}

/* Help text */

form legend {
  color: #162560;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #162560;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #162560;
}

::-moz-placeholder {
  color: #162560;
}

:-ms-input-placeholder {
  color: #162560;
}

::placeholder {
  color: #162560;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #162560;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(22, 37, 96, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

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

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(62, 77, 136, 1.0);
  border-color: #3e4d88;
}





/* Table */

table {
  border: 1px solid #162560;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #162560;

  padding: 18px;

  color: #162560;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(22, 37, 96, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #162560;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

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

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

.menu__child-toggle-icon:active {
  border-top-color: #3e4d88;
}

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

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #162560;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #162560;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 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: #162560;
}





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

/* Blog post */

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

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

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

.blog-post__tag-link:active {
  color: #3e4d88;
}

/* 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-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

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

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

.blog-related-posts__title-link:active {
  color: #3e4d88;
}

/* Blog comments */

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

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

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

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #162560;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #162560;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000038;
}

.hs-blog-post-listing__post-title-link:active {
  color: #3e4d88;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #162560;
}

/* Blog pagination */

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

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000038;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #3e4d88;
}

.hs-pagination__link-icon svg {
  fill: #162560;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #162560;
  font-size: 30px;
}

.card__body svg {
  fill: #162560;
}

/* Social follow */

.social-links__icon {
  background-color: #162560;
}

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

.social-links__icon:active {
  background-color: #3e4d88;
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #162560;
  font-size: 30px;
}


.container {
  width: 100%;
  margin: 0 auto;
}

.hs-language-switcher {
  display: flex!important;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
a {
  text-decoration: none!important;
  transition:all .4s ease ;
}
img {
  max-width: 100%;
}
.footer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 50%, rgba(235, 237, 245, 0.13) 100%), #FFF;
  padding: 140px 20px 15px;
}







/***** Theme style Css *******/

.hdr_button_grp .gs_btn {
  height: auto; 
  padding: 15px 24px 11px 24px !important;
  line-height: 1;
}

.hdr_button_grp .gs_btn.btn-secondary {
  background-color: #021544;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1d3b65;
  border-radius: 8px 8px 8px 8px;
  padding: 13px 24px 13px 24px;
  transition-duration: .5s;
}

.container, .content-wrapper, .dnd-section>.row-fluid {
  max-width: 1140px;
}

.gs-logo-grp {
  height: 27px;
  width: 120px;
}
.body-container-wrapper p, .body-container-wrapper ul {
  font-family: "Almarai", Sans-serif;
  font-size: 20px!important;
  line-height: 1.5em!important;
}
.body-container-wrapper a {
  color: #428bca;
  text-decoration: none;
}
.body-container-wrapper a:hover, .body-container-wrapper a:focus {
  color: #2a6496;
  text-decoration: underline;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lama Sans", Sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}

.gs-ftr-menu>ul>li>a,
.gs-download-grp h3{
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d2d3e;
}

.gs-ftr-menu>ul>li>ul>li>a {
  color: #556b82;
  transition: color .3s;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 2em;
}

.gs-ftr-menu>ul>li>ul {
  gap: 0;
}
.ftr-btm-menu .hs-menu-wrapper>ul>li>a {
  color: #1d2d3e;
}
.footer-term-copyright-grp .gs-copyright-grp p {
  color: #1d2d3e;
}

.gs-footer-top-grp {
  gap: 30px;
}

.gs-ftr-menu>ul {
  gap: 20px;
}

.ftr-social a:hover {
  transform: scale(1.1);
}
html[lang="ar"] .qy_blog_main_wrapper .blog-post__body *,
html[lang="ar"]  .qy_blog_main_wrapper .gs-bottom-listing-grp * {
    direction: rtl !important;!i;!;
}
@media (max-width:767px){
  .header-bg-grp {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
  }
  .body-container--blog-post .blog-post-image {
    height: 310px;
  }
  .hs-language-switcher a,
  .gs-menu-grp .hs-menu-wrapper>ul>li>a, .gs-menu-grp .hs-menu-wrapper>ul>li.hs-item-has-children>.hs-menu-children-wrapper>li>a{
    color: #021544;
  }
}
.gs-menu-grp .hs-menu-wrapper>ul>li.hs-item-has-children>.hs-menu-children-wrapper>li>a{
  color: #021544;
}
/***** Header V2 Style ****///
.header-bg-grp {
  padding-top: 80px!important;
}
.header-v2-grp {
  padding: 11px 0 10px;
  transition: all .4s ease-in-out, height .4s ease-in-out, background-color .4s ease-in-out, border-bottom-width .4s ease-in-out, border-bottom-color .4s ease-in-out, margin 0s !important;
  width: 100% !important;
  max-width: 100%;
}
.header-v2-grp .container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.header-v2-grp .container .gs-logo-grps {
  position: relative;
  min-height: 1px;
  display: flex;
}
.inner-pad {
  padding: 10px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.gs-logo-grps .cst-logos {
  transition: all .4s ease-in-out !important;
  width: 100%;   
  align-content: center;
  align-items: center;
}

.gs-logo-grps .cst-logos .cst-logo-holder {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.gs-logo-grps .cst-logos .cst-logo-holder a img {
  width: 80%;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.gs-logo-grps .cst-logos .cst-logo-holder a {
  display: inline-block;
  text-align: center;
}
.gs-menu-grps {
  position: relative;
  min-height: 1px;
  display: flex;    
}
.gs-menu-grps .inner-pad {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}


/**** Mega Menu ****/

.mega-menu-grp {
  width: 100%;
}

.mega-menu-grp .mega-menu-toggle {
  display: none;
  z-index: 1;
  cursor: pointer;
  background: rgba(34, 34, 34, 0);
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  height: 40px;
  text-align: left;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  white-space: nowrap;
}
.mega-menu-toggle .mega-toggle-blocks-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.mega-menu-toggle .mega-toggle-blocks-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mega-menu-toggle .mega-toggle-blocks-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.mega-menu-toggle .mega-toggle-blocks-left,
.mega-menu-toggle .mega-toggle-blocks-right,
.mega-menu-toggle .mega-toggle-blocks-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
  -webkit-flex-basis: 33.33%;
}
.mega-toggle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  outline: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  cursor: pointer;
  margin-right: 6px;
  margin-left: 6px;
}

.mega-toggle-block .mega-toggle-animated {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transform: scale(.8);
  align-self: center;
  outline: 0;
  background: none;
}
.mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}
.mega-toggle-animated-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.mega-toggle-animated-inner,
.mega-toggle-animated-inner::before,
.mega-toggle-animated-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}
.mega-toggle-animated-slider .mega-toggle-animated-inner {
  top: 2px;
}

ul.mega-menu-main {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu {
  display: block;
  visibility: hidden;
  pointer-events: auto;
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  text-align: start !important;
  position: absolute;
  width: 600px;
  max-width: none;
  z-index: 999;
  border-radius: 8px 8px 8px 8px;
  background: white;
  border: 0;
  padding: 10px 0;
  margin-top: 20px;
  padding-top: 25px;
}

ul.mega-menu-main > li.has-children-wrapper {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

ul.mega-menu-main > li.has-children-wrapper > a {
  line-height: 40px;
  height: 40px;
  padding: 0px 10px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #021544;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  outline: none;
}
ul.mega-menu-main > li.has-children-wrapper > a .mega-indicator {
  display: inline-block;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  font-size: inherit;
  padding: 0;
  margin: 0 0 0 6px;
  height: auto;
  line-height: inherit;
  color: inherit;
}
ul.mega-menu-main > li.has-children-wrapper > a .mega-indicator:after {
  content: "\f140";
  font-family: "dashicons";
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  transform: rotate(0deg);
  color: inherit;
  position: relative;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
  margin: 0px;
  background: transparent;
}
ul.mega-menu-main>li {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin: 0 -2px!important;
}
ul.mega-menu-main>li > a {
  line-height: 40px;
  height: 40px;
  padding: 0px 10px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #021544;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  outline: none;
}
ul.mega-menu-main>li:first-child {
  margin-right: 0!important;
}

.mobile-hdr-content {
  position: relative;
  min-height: 1px;
  display: flex;
}
.mobile-hdr-content .hs-language-switcher  img {
  display: none!important;
}

.mobile-hdr-content .hs-language-switcher a {
  text-transform: uppercase;
}

.mobile-hdr-content .hs-language-switcher {
  margin-left: .5em;
}
.mobile-hdr-content .hs-language-switcher a {
  text-transform: uppercase;
  padding-right: 10px;
}
.mobile-hdr-content .hs-language-switcher img {
  display: none !important;
}

.mobile-hdr-content .inner-pad {
  align-content: center;
  align-items: center;
}
.mobile-hdr-content .btn-wrapper {
  margin: 0px 10px 0px 10px;
}
.mobile-hdr-content .btn-wrapper .gs-btn-item {
  background-color: #021544;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  fill: #fff;
  color: #fff;
  transition-duration: .5s;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1d3b65;
  border-radius: 8px 8px 8px 8px;
  padding: 13px 24px 13px 24px;
}
.mobile-hdr-content .btn-wrapper .gs-btn-item.btn-secondary:hover {
  background-color: #fff;
  color: #021544;
  border-color: #021544;
}

.mobile-hdr-content .btn-wrapper .gs-btn-item.btn-primary:hover {
  background-color: #021544;
  color: #fff;
  border-color: #021544;
}
.mobile-hdr-content .btn-wrapper .gs-btn-item.btn-primary {
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  fill: #021544;
  color: #021544;
  transition-duration: .5s;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1d3b65;
  border-radius: 8px 8px 8px 8px;
  padding: 13px 24px 13px 24px;
}

.mobile-hdr-content .hs-language-switcher {
  margin-left: 8px;
}

.header-v2-grp {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 25;
  top: 0;
}

/****** Sticky **********/

header.header-v2-grp.sticky {
  top: 0;
  position: fixed;
  background-color: rgb(255, 255, 255);
}

header.header-v2-grp.sticky .gs-logo-grps .cst-logos .cst-logo-holder {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}

header.header-v2-grp.sticky ul.mega-menu-main > li > a {
  color: #021544;
}
header.header-v2-grp.sticky .mobile-hdr-content .hs-language-switcher a {
  color: #021544;
}

/******** Mega menu sub menu **********/

ul.mega-menu-main > li.has-children-wrapper:hover > ul.mega-sub-menu {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu li.mega-menu-sub-1-item {
  width: 100%;
  padding: 0;
  position: static;
  color: #101828;
  font-family: inherit;
  font-size: 14px;
  display: block;
  float: left;
  clear: none;
  vertical-align: top;
}
ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu > li.mega-menu-sub-1-item > a {
  float: right;
  color: #101828 !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(34, 34, 34, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF", endColorstr="#00222222");
  font-weight: normal;
  text-decoration: none;
  width: 40%;
  font-family: inherit;
  font-size: 14px;
  padding: 0px 20px 0px 10px;
  line-height: 35px;
  text-transform: none;
  vertical-align: baseline;
  margin: 0;
  border: 0;
  cursor: pointer;
}
ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu > li.mega-menu-sub-1-item > a .mega-indicator:after {
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  transform: rotate(0deg);
  color: inherit;
  position: relative;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
  margin: 0px;
  background: transparent;
  content: "";
  transform: rotate(180deg);
}
ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu > li.mega-menu-sub-1-item > a .mega-indicator {
  display: inline-block;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  font-size: inherit;
  padding: 0;
  margin: 0 0 0 6px;
  height: auto;
  line-height: inherit;
  color: inherit;
  margin-right: 5px;
  float: right;
  margin-left: 5px;
}
ul.mega-menu-main > li.has-children-wrapper {
  position: relative;
}
ul.mega-menu-main > li.has-children-wrapper:after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
}

ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu li.mega-menu-sub-1-item > ul.mega-sub-menu-sub-child {
  margin: 0;
  list-style: none;
  width: 60%;
  float: left;
  clear: none;
  position: absolute;
  top: 0;
  left: 40%;
  padding: 20px 0px 0px 0px;
  min-height: 100%;
  visibility: visible;
  opacity: 1;
  transition: none;
  transform: translate(-68%, 0);
  border-left: none;
  border-right: 1px solid #d4d4d4;
}

ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu {
  min-height: 453px;
}

ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu li.mega-menu-sub-1-item > ul.mega-sub-menu-sub-child li.mega-sub-menu-dropdown-item {
  padding: 15px;
}


ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu li.mega-menu-sub-1-item > ul.mega-sub-menu-sub-child li.mega-sub-menu-dropdown-item img {
  margin-bottom: 30px;
  display: block;
}

ul.mega-menu-main  h4.mega-block-title {
  color: #0070f2;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
}

ul.mega-menu-main .textwidget p {
  font-size: 1em;
  margin-bottom: 10px;
  padding: 5px 0 10px 0;
  line-height: 1.75;
  letter-spacing: normal;
  font-weight: 400;
}
ul.mega-menu-main .textwidget p:first-child {
  font-weight: 700;
}

.fa-arrow-left:before {
  content: "\f060";
}

ul.mega-menu-main .textwidget p a:hover {
  text-decoration: underline!important;
}

.fa-solid, .fas {
  font-weight: 900;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu li.mega-menu-sub-1-item.open> ul.mega-sub-menu-sub-child {
  opacity: 1;
  transform: translate(-68%, 0px);
}
ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu li.mega-menu-sub-1-item> ul.mega-sub-menu-sub-child {
  transform: translate(-68%, 10px);
  opacity: 0;
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eicon-menu-bar:before {
  content: "\e816";
}

header.header-v2-grp.sticky {
  top: 0;
  position: fixed;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}

.eicon-close:before {
  content: "\e87f";
}

/*************************************************************
*                      Media Querries
* **********************************************************/

@media (max-width:1070px) and (min-width:768px) {
  .mobile-hdr-content .btn-wrapper .gs-btn-item {
    padding: 9px 15px 9px 15px!important;
    font-size: 12px;
  }
  .mobile-hdr-content .hs-language-switcher a {
    font-size: 12px;
  }
  ul.mega-menu-main > li.has-children-wrapper > a {
    font-size: 12px;
  }
  ul.mega-menu-main > li.has-children-wrapper:last-child ul.mega-sub-menu {
    left: 50%!important;
    right: auto!important;
    transform: translate(-50%, 10px)!important;
  }
  ul.mega-menu-main > li.has-children-wrapper:last-child:hover > ul.mega-sub-menu {
    transform: translate(-50%, 0px)!important;
  }
  ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu {
    z-index: -1;
    visibility: hidden;
  }

  ul.mega-menu-main > li.has-children-wrapper:hover > ul.mega-sub-menu  {
    z-index: 100;
    visibility: visible;
  }
}
@media (max-width:990px) and (min-width:768px) {
  .mobile-hdr-content .btn-wrapper {
    display: none;
  }
  .mobile-hdr-content {
    width: 10%!important;
  }
  .gs-menu-grps {
    width: 75.332%!important;
  }
}

@media (min-width:768px){
  .gs-logo-grps {
    width: 15%;
  }
  .gs-menu-grps {
    width: 49.332%;
  }
  ul.mega-menu-main > li.has-children-wrapper > a,
  ul.mega-menu-main>li > a {
    color: #fff;
  }
  .mobile-hdr-content {
    width: 35%;
  }
  ul.mega-menu-main > li.has-children-wrapper:hover > ul.mega-sub-menu {
    display: block;
  }
  ul.mega-menu-main > li.has-children-wrapper > ul.mega-sub-menu {
    display: none;
  }
}

@media (max-width:767px){
  .header-bg-grp {
    padding-left: 20px!important;
    padding-right: 20px!important;
    padding-top: 24px!important;
  }
  .body-container--blog-post .blog-post-image {
    height: 310px!important;
  }
  .hs-language-switcher a,
  .gs-menu-grp .hs-menu-wrapper>ul>li>a, .gs-menu-grp .hs-menu-wrapper>ul>li.hs-item-has-children>.hs-menu-children-wrapper>li>a{
    color: #021544!important;
  }

  .header-v2-grp {
    background: #fff;
  }
  .gs-menu-grps,
  .mobile-hdr-content {
    display: none!important;
  }
  .gs-logo-grps .cst-logos .cst-logo-holder {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
  .gs-logo-grps {
    width: 40%;
  }
  .gs-logo-grps .cst-logos .cst-logo-holder a img {
    width: 100%;
  }

  .mobile-trigger-grp {
    width: 60%;
    display: flex;
    position: relative;
    min-height: 1px;
  }
  .mobile-trigger-grp .inner-grp {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    padding: 0% 0% 0% 2%;
  }

  .mobile-trigger-grp .inner-grp .mobile-trigger {
    width: 40px;
    height: auto;
    color: #1D2D3E;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    justify-content: center;
    padding: .25em;
    align-items: center;
  }
  .elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  body {
    color: rgb(106, 107, 108);
    font-weight: 400;
    font-size: 18px;
  }

  .header-v2-grp {
    padding: 11px 0px 11px;
  }
  .mobile-trigger-grp .inner-grp .mobile-trigger:hover {
    color: #667085;
  }
  .mobile-trigger.active .eicon-menu-bar {
    display: none;
  }
  .mobile-trigger .eicon-close {
    display: none;
  }
  .mobile-trigger.active .eicon-close {
    display: block;
  }
  ul.mobile-menu-grp {
    position: absolute;
    z-index: 9997;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: top;
    transition: max-height .3s, transform .3s;
    font-size: 13px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    top: 71px;
  }
  .header-v2-grp .container .gs-logo-grps {
    margin-right: 3px;
  }
  .mobile-trigger-grp .inner-grp {
    margin-left: 3px;
  }
  ul.mobile-menu-grp > li {
    font-size: 16px;
    font-weight: 600;
    margin-left: 0.5em;
  }
  ul.mobile-menu-grp > li > a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    color: #021544;
    line-height: 20px;
    padding: 10px 20px;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
  }
  ul.mobile-menu-grp > li > a .sub-arrow {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-block-end: -10px;
    margin-block-start: -10px;
    padding: 10px;
    padding-inline-end: 0;
  }
  ul.mobile-menu-grp > li.has-children-wrapper ul.mega-sub-menu-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    background: #fff;
  }
  ul.mobile-menu-grp > li.has-children-wrapper ul.mega-sub-menu-wrapper > li.menu-sub-1-item > a {
    align-items: center;
    display: flex
      ;
    line-height: 20px;
    padding: 10px 20px;
    border-inline-start: 8px solid transparent;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    color: #021544;
  }
  ul.mobile-menu-grp > li.has-children-wrapper ul.mega-sub-menu-wrapper > li.menu-sub-1-item {
    margin-left: 0.5em;
    font-size: 16px;
    font-weight: 600;
  }
  ul.mobile-menu-grp > li.has-children-wrapper ul.mega-sub-menu-wrapper > li.menu-sub-1-item > a:hover,
  ul.mobile-menu-grp > li.has-children-wrapper a:hover {
    color: #0070F2;
  }
  ul.mobile-menu-grp > li.has-children-wrapper ul.mega-sub-menu-wrapper {
    display: none;
  }
  ul.mobile-menu-grp {
    display: none;
  }
}

@media (max-width:479px){
  header.header-v2-grp {
    min-height: 11vh;
    display: flex;
  }
}

.body-container--blog-post .content-wrapper {
  max-width: 90%;
}

/********** Footer Css ***********/

.footer-term-copyright-grp {
  padding: 0;
}

.footer-term-copyright-grp .inner-pad > div {
  width: 100%;
}
.footer-term-copyright-grp .inner-pad {
  align-content: flex-start;
}

.footer-term-copyright-grp .flex-col {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.footer-term-copyright-grp .flex-col .ftr-btm-menu {

  flex: none;
}

.ftr-btm-menu > *, .gs-copyright-grp > * {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  padding: 10px;
  align-content: center;
  align-items: center;
}
.gs-copyright-grp p {
  width: 100%;
}


.ftr-btm-menu .hs-menu-wrapper {
  width: 100%;
}

.ftr-btm-menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  margin-right: calc(-34px / 2);
  margin-left: calc(-34px / 2);
}

.ftr-btm-menu .hs-menu-wrapper > ul > li {
  line-height: 1.75;
  letter-spacing: normal;
  color: rgba(10, 10, 10, .85);
  font-weight: 600;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  font-size: inherit;
  align-items: center;
  justify-content: flex-start;
  text-align: right;
  margin-right: calc(34px / 2);
  margin-left: calc(34px / 2);
}
.ftr-btm-menu .hs-menu-wrapper > ul > li > a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 2em;
}

.ftr-btm-menu .hs-menu-wrapper > ul {
  padding: 0!important;
}

.gs-copyright-grp > * {
  height: 100%;
}

.gs-btm-seprator .container {
  max-width: 1350px;
}
.gs-btm-seprator .inner-pad > div {
  width: 100%;
}
.gs-btm-seprator .container .sep-grp .elementor-divider {
  display: flex;
  padding-block-start: 2px;
  padding-block-end: 2px;
}
.gs-btm-seprator .container .sep-grp {
  --divider-border-style: solid;
  --divider-color: #E5E5E5;
  --divider-border-width: 2px;
}
.gs-btm-seprator .container .sep-grp .elementor-divider .elementor-divider-separator {
  display: flex;
  margin: 0;
  direction: ltr;
  border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  width: 100%;
}

.gs-footer-top-grp .inner-flex-grp {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.gs-footer-top-grp .inner-flex-grp .left-col {
  flex: none;
}
.gs-footer-top-grp .inner-flex-grp .left-col .inner-pad {
  align-content: center;
  align-items: center;
}
.gs-footer-top-grp  .left-col  .ftr-social {
  width: 100%;
  text-align: right;
}
.gs-footer-top-grp  .left-col  .ftr-social {
  width: 100%;
  text-align: right;
  --grid-template-columns: repeat(6, auto);
  --grid-column-gap: 14px;
  --grid-row-gap: 0px;
}
.gs-footer-top-grp .left-col .ftr-social .innr-col {
  grid-column-gap: var(--grid-column-gap, 5px);
  grid-row-gap: var(--grid-row-gap, 5px);
  grid-template-columns: var(--grid-template-columns);
  justify-content: var(--justify-content, center);
  justify-items: var(--justify-content, center);
  display: inline-grid;
}
.gs-footer-top-grp .left-col .ftr-social .innr-col .elementor-grid-item {
  min-width: 0;
}
.gs-footer-top-grp .left-col .ftr-social .innr-col .elementor-grid-item a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: #fff;
}
.gs-footer-top-grp .left-col .ftr-social .innr-col .elementor-grid-item a {
  display: inline-block;
  line-height: 1;
  transition: all .3s;
  color: #69727d;
  font-size: 50px;
  text-align: center;
  transition-duration: .3s;
  transition-property: transform;
  --e-social-icon-icon-color: #fff;
  display: inline-flex
    ;
  background-color: #69727d;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  text-decoration: none;
  font-size: var(--icon-size, 25px);
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
  height: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
  background-color: #162560;
  --icon-padding: 0.3em;
  border-radius: 6px 6px 6px 6px;
}
.gs-footer-top-grp .left-col .ftr-social .innr-col .elementor-grid-item a:hover {
  opacity: .9;
  color: #fff;
  transform: scale(1.1);
}
.gs-footer-top-grp .inner-flex-grp .left-col .ftr-contact {
  margin-bottom: 20px;
  width: 100%;
  -e-icon-list-icon-size: 19px;
  --icon-vertical-offset: 0px;
  position: relative;
  padding: 0;
  display: block;
}
.gs-footer-top-grp .inner-flex-grp .left-col .ftr-contact p {
  display: flex;
  font-size: inherit;
  align-items: var(--icon-vertical-align, center);
}
.gs-footer-top-grp .inner-flex-grp .left-col .ftr-contact p a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  gap: 0;
}
.gs-footer-top-grp .inner-flex-grp .left-col .ftr-contact p a .icon {
  display: flex;
  position: relative;
  top: 0px;
}
.gs-footer-top-grp .inner-flex-grp .left-col .ftr-contact p a {
  color: #428bca;
}
.gs-footer-top-grp .inner-flex-grp .left-col .ftr-contact p a .icon i {
  color: #1D2D3E;
  transition: color 0.3s;
  width: 1.25em;
  font-size: 19px;
}
.gs-footer-top-grp .inner-flex-grp .left-col .ftr-contact p a .icon {
  font-family: "LamaSans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex
    ;
  position: relative;
  top: 0px;
}
.gs-footer-top-grp .inner-flex-grp .left-col .ftr-contact p a .text {
  color: #0070F2;
  transition: color 0.3s;
  align-self: center;
  padding-inline-start: 5px;
  display: inline-block;
}
.gs-footer-top-grp .inner-flex-grp .left-col .ftr-contact p {
  line-height: 1.75;
  letter-spacing: normal;
}
.gs-footer-top-grp .inner-flex-grp .left-col .ftr-contact p .text {
  line-height: inherit;
}
.fa-phone:before {
  content: "\f095";
}
.gs-footer-top-grp .inner-flex-grp .left-col .ftr-content {
  color: #556B82;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  width: 100%;
}
.gs-footer-top-grp .inner-flex-grp .left-col .gs-ftr-logo-grp img {
  max-width: 150px !important;
  width: 100%;
}

.gs-footer-top-grp .inner-flex-grp .left-col .gs-ftr-logo-grp {
  text-align: right;
  margin-bottom: 20px;
  width: 100%;
}
.gs-footer-top-grp .inner-flex-grp .menu-col .in-col {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  padding: 10px;
  align-content: flex-start;
  align-items: flex-start;
}

.gs-footer-top-grp .inner-flex-grp .menu-col .in-col .footer-title,
.gs-download-grp .inner-pad h3{
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
  color: #1D2D3E;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.gs-footer-top-grp .inner-flex-grp .menu-col .in-col .hs-menu-children-wrapper {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gs-footer-top-grp .inner-flex-grp .menu-col .in-col .hs-menu-children-wrapper > li {
  line-height: 1.75;
  letter-spacing: normal;
  font-weight: 600;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  font-size: inherit;
  align-items: center;
  justify-content: flex-start;
  text-align: right;

}
.gs-footer-top-grp .inner-flex-grp .menu-col .in-col .hs-menu-children-wrapper > li > a {
  color: #556B82;
  transition: color 0.3s;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 2em;
  justify-content: flex-start;
  text-align: right;
}
.gs-footer-top-grp .inner-flex-grp .menu-col .in-col .hs-menu-children-wrapper > li:not(:last-child) {
  padding-bottom: calc(5px / 2);
}
.gs-footer-top-grp .inner-flex-grp .menu-col .in-col .hs-menu-children-wrapper > li:not(:first-child) {
  margin-top: calc(5px / 2);
}
.gs-footer-top-grp .inner-flex-grp .left-col {
  position: relative;
  min-height: 1px;
  display: flex;
  flex-direction: initial;
  align-items: normal;
}
.gs-download-grp .inner-pad {
  align-content: flex-start;
  align-items: flex-start;
}
.gs-download-grp .downaload-item-grp {
  gap: 0;
  width: 100%;
}
.gs-download-grp .downaload-item-grp .download-item:not(:last-child) {
  margin-bottom: 20px;
}
.gs-download-grp .downaload-item-grp .download-item {
  position: relative;
  text-align: center;
  width: 100%;
}
.gs-download-grp .downaload-item-grp .download-item img {
  max-width: 100% !important;
  width: 100% !important;
}
@media (min-width:768px){
  .footer-term-copyright-grp .flex-col .ftr-btm-menu {
    width: 60%;
  }
  .footer-term-copyright-grp .flex-col .gs-copyright-grp {
    width: 40%;
  }
  .gs-footer-top-grp .inner-flex-grp .left-col {
    width: 38%;
  }
  .gs-footer-top-grp .inner-flex-grp .menu-col {
    width: 20%;
  }
  .gs-footer-top-grp .inner-flex-grp .gs-download-grp {
    width: 20%;
  }
}

@media (max-width:767px){
  .footer-term-copyright-grp {
    display: block;
  }
  .footer-term-copyright-grp .inner-pad .flex-col > div {
    width: 100%;
  }
  .footer-term-copyright-grp .inner-pad .flex-col {
    flex-wrap: wrap;
  }
  .footer-term-copyright-grp .inner-pad .flex-col > div {
    width: 100%;

  }
  .gs-copyright-grp p {
    text-align: center!important;
  }
  .footer-term-copyright-grp .gs-copyright-grp p {
    line-height: 1.428571429;
  }
  .ftr-btm-menu .hs-menu-wrapper > ul {
    justify-content: center;
    flex-direction: initial;
  }
  .ftr-btm-menu .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
  }
  .gs-footer-top-grp {
    padding: 30px 20px 30px 20px;
    gap: 0;
  }
  .gs-footer-top-grp .inner-flex-grp {
    flex-wrap: wrap;
  }
  .gs-footer-top-grp .inner-flex-grp .left-col {
    order: 1;
    width: 100%;
  }
  .gs-footer-top-grp .inner-flex-grp .gs-download-grp {
    order: 2;
    width: 100%;
  }
  .gs-footer-top-grp .inner-flex-grp  .menu-col {
    order: 3;
  }
  .gs-footer-top-grp .inner-flex-grp .menu-col .in-col .hs-menu-children-wrapper > li > a {
    font-size: 14px;
  }
  .gs-footer-top-grp .inner-flex-grp .menu-col .in-col .hs-menu-children-wrapper > li > a {
    font-size: 14px;
  }
  .gs-footer-top-grp .inner-flex-grp .menu-col .in-col {
    padding: 0;
  }
  .gs-footer-top-grp .inner-flex-grp .menu-col .in-col .hs-menu-children-wrapper > li:not(:first-child) {
    margin-top: calc(4px / 2);
  }
  .gs-footer-top-grp .inner-flex-grp .menu-col .in-col .hs-menu-children-wrapper > li:not(:last-child) {
    padding-bottom: calc(4px / 2);
  }
  .gs-footer-top-grp .inner-flex-grp .menu-col .in-col {
    padding: 50px 0px 0px 0px;
  }
  .gs-download-grp .downaload-item-grp .download-item img {
    max-width: 222px!important;
  }
  .gs-download-grp .inner-pad {
    padding: 50px 0px 0px 0px;
  }
  .gs-download-grp .downaload-item-grp .download-item a {
    display: inline-block;
    vertical-align: middle;
  }
  .gs-download-grp h3 {
    font-size: 18px!important;
    font-weight: 500!important;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .gs-footer-top-grp .left-col .ftr-social .innr-col .elementor-grid-item a {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }

  .gs-footer-top-grp .left-col .ftr-social {
    gap: 0;
    justify-content: center;
    padding-bottom: 4px;
  }
  .gs-footer-top-grp .inner-flex-grp > div {
    width: 100%;
  }
  .gs-footer-top-grp .inner-flex-grp .left-col .ftr-content {
    text-align: justify;
    font-size: 13px;
  }
  .header-bg-grp {
    padding-top: 102px !important;
  }
}

.footer-v2-grp {
  padding-top: 50px;
}
.footer-v2-grp .gs-newsletter-grp {
  display: none;
}

html {

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}