@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Acumin Pro'), url('../fonts/Acumin-RPro.woff') format('woff');
    }

:root  {
  --ink:#17212b;
  --muted:#657381;
  --brand:#1769aa;
  --brand-dark:#0d4778;
  --accent:#c7933d;
  --soft:#f3f6f8;
  --line:#dce4ea;
  --white:#fff;
  --color1: #f0cf8a;
  --color2: #e8b788;
  --color3: #e9d27a;
  --color4: #f6eb69;
  --color5: #94beb2;
  --color6: #b4d7aa;
  --color7: #bdd88b;
  --color8: #31a971;
  --color9: #f6f6f5;
}


html  {
  scroll-behavior: smooth;
}

img  {
  max-width: 100%;
}


h1 {
    font-family: 'Acumin Pro';
    font-size:55px; 
    margin-top: 0; 
    margin-bottom:20px;   
    line-height:70px;
    font-weight:600;
 }

h2,.h2,.contact_frombg h3 {
    font-family: 'Acumin Pro';
    font-size:40px; 
    margin-top: 0; 
    margin-bottom:15px;   
    line-height:1.3;
    font-weight: 500;
 }


h4 { line-height: 1; margin-top: 0; margin-bottom:15px; font-weight: normal;}
h3,h3 a {
    font-size:20px; 
    margin-top: 0; 
    margin-bottom:15px; 
    line-height:1.5;
    font-weight: 600;

}
h4 {font-size:18px; line-height:25px; margin-top: 0; margin-bottom:15px; font-weight: normal;}
h5 {font-size:16px; line-height: 18px; margin-top: 0; margin-bottom:15px; font-weight: normal;}
h6 {font-size:16px; line-height: 16px; margin-top: 0; margin-bottom:15px;font-weight: normal; }
p { 
    color:#2a2a2a; 
    font-size:16px;    
    margin: 0 0 15px 0; 
    padding: 0;
    line-height: 1.5;
    font-weight: normal;

}

ul, ol {
    padding-left: 15px;
    margin-bottom: 15px;
}
ul li { 
    color:#2a2a2a; 
    font-size:16px;    
    padding: 0;
    line-height: 1.7;
    font-weight: normal;

}


/***** Global ****/ .btn  {
  display: inline-block;
  position: relative;
  background: #222;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none !important;
  text-transform: none;
  font-weight: 550;
  padding: 15px 25px;
  white-space: normal;
  border-radius: 50px;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn:hover  {
  background-color: #6d6d6d;
  color: #fff;
}

.container  {
  max-width: 1170px;
  margin: 0 auto;
  width: auto;
}



/****** End Global css *****/ 
#main-content  {
  flex: 1;
}

.cookie-panel  {
  align-items: center;
  background: var(--ink);
  bottom: 1rem;
  color: #fff;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  left: 1rem;
  max-width: 680px;
  padding: 1rem 1.25rem;
  position: fixed;
  z-index: 1100;
}

.cookie-panel p  {
  font-size: 0.82rem;
  margin: 0.25rem 0 0;
}
.ContactForm {background: var(--soft);  padding: 20px; margin-bottom:50px;}
.SiteMap iframe {
    width: 100%;
}

.dynamic-public-form  {
  padding-bottom: 15px;
  display: grid;
  gap: 1rem;
  margin: auto;
 
}

.dynamic-public-form fieldset  {
  border: 0;
  display: grid;
  gap: 1rem;
  padding: 0;
}

.dynamic-public-form legend  {
  float: none;
}

.form-field  {
  /*display:grid;
  */ gap: 0.35rem;
  position: relative;
}

label.form-label  {
  display: block;
}

.form-field label  {
  font-weight: bold;
}

.form-field label span  {
  color: red;
}


.form-control.,.form-field input, .form-field select, .form-field textarea {
    height: 56px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 16px;
    border: solid 1px #2a2a2a;
    background-color: #fff;
}
.contactForm textarea.form-control { height: 200px; }

.dynamic-public-form button  {
  grid-column: span 2;
}
/*
.dynamic-public-form button, .btn-primary  {
  background: var(--brand);
  border: 0;
  color: #fff;
  padding: 0.7rem 1.2rem;
}
*/
.error-page  {
  min-height: 55vh;
  text-align: center;
}

.preview-mode-ribbon  {
  background: var(--accent);
  color: #111;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.55rem;
  position: sticky;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  z-index: 1200;
}

.headerMenu  {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-left img  {
  max-width: 200px;
}

/***** End Mian menu ******/ 
/******** banner Add css*****/ 
.main-slider  {
  padding-top: 50px;
  padding-bottom: 0;
}

.main-slider.HomeBanner  {
  position: relative;
}

.main-slider.HomeBanner .item  {
  gap: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-slider.HomeBanner .item.left  {
  flex-direction: row-reverse;
}

.main-slider.HomeBanner .item.right  {
}

.main-slider.HomeBanner .item.bottom  {
  align-items: flex-end;
}

.main-slider.HomeBanner .item.center  {
  align-items: center;
}

.main-slider .banner-content .btn  {
  margin-right: 5px;
}

.main-slider.HomeBanner .Video_Image1, .main-slider.HomeBanner .banner-content  {
  width: 50%;
  float: right;
  height: auto;
  position: relative;
}
.main-slider.HomeBanner .banner-content .ContentColor {  }


.main-slider.HomeBanner .Video_Image1 img  {
  width: 100%;
  height: auto;
  float: right;
}

/****** Inner banner css **/ 

.main-slider.CmsBanner{
    position: relative;
    z-index: 9;
    padding-top: 130px;
}

.main-slider.CmsBanner .item  {
  gap: 40px;
  display: flex;
  justify-content: space-between;
}

.main-slider.CmsBanner .item.left  {
  flex-direction: row-reverse;
  align-items: center;
}

.main-slider.CmsBanner .item.right  {
  align-items: center;
}

.main-slider.CmsBanner .item.bottom  {
  align-items: flex-end;
}

.main-slider.CmsBanner .item.center  {
  align-items: center;
}

.main-slider.CmsBanner .Video_Image1, .main-slider.CmsBanner .banner-content  {
  width: 50%;
  float: right;
  height: auto;
  position: relative;
}

.main-slider.CmsBanner .Video_Image1 img  {
  width: 100%;
  height: auto;
  float: right;
}

.main-slider.InnerBanner  {
  position: relative;
  padding-top: 150px;
  padding-bottom: 0;
}

/***** End Home banner css ******/ 
.testimonial_card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.testimonial_card h5 { margin-bottom:5px; font-weight: bold; }

.svgicon {
    width: 20px;
    display: block;
    margin-bottom: 15px;
}

.card_listing  {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

/****** End testimonial card ****/ 

.insights_card {
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    flex-direction: column;
    display: flex;
}

.Insights_img {
    position: relative;
}

.Publishedbox  {
  margin-top: 15px;
}

.insights_card .Insights_block  {
  padding: 15px;
}

/****** End insights card ****/ 
.team_listing  {
}

.team_listing .item  {
  height: 100%;
}

.team_card  {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 0;
  transition: all 0.35s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: solid 1px #ddd;
  height: 100%;
}

.team_detail  {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}

/***** End team card *****/ 
.NewsCard  {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 0;
  transition: all 0.35s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: solid 1px #ddd;
  height: 100%;
}

.NewsCard h3  {
}

.NewsCard_block  {
  padding: 15px;
}

.news-short  {
  flex-grow: 1;
}

/****** End News Card *****/ 
.MainFaqs .panel-group .panel-heading  {
  border-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.MainFaqs .panel-group  {
  margin-bottom: 0;
}

.MainFaqs .panel-heading a:hover, .MainFaqs .panel-heading a[aria-expanded="true"]  {
  color: #2a2a2a;
}

.MainFaqs .panel-heading a  {
  padding: 20px 20px;
  display: block;
  margin-bottom: 0;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  color: #2a2a2a;
  border-bottom: none;
  font-weight: bold;
}

.MainFaqs .panel-heading a[aria-expanded="false"] i:before  {
  content: "\f067";
  position: absolute;
  right: 20px;
  font-family: "FontAwesome";
  font-style: normal;
}

.MainFaqs .panel-heading a[aria-expanded="true"] i:before  {
  content: "\f068";
  position: absolute;
  right: 20px;
  font-family: "FontAwesome";
  font-style: normal;
  color: #2a2a2a;
}

/**** End Faq css ****/ 
/* ========================== Footer ========================== */ 
.footerbg  {
  background: #111;
  padding: 60px 0 0;
}

.footerbg a  {
  text-decoration: none;
  transition: 0.3s;
}

.footerbg a:hover  {
  color: #f4b400;
}

/* Logo */ .Footerlogo img  {
  max-width: 180px;
  height: auto;
}

/* Footer Menu */ 
.footer-menuNew1 ul  {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap:0 30px;
}

.footer-menuNew1 ul li  {
  width: calc(50% - 15px);
}

.footer-menuNew1 ul.footer-menu li a  {
  font-size: 25px;
}

.footer-menuNew1 ul li ul li  {
  width: 100%;
}

.footer-menuNew1 ul.footer-menu li ul li a  {
  font-size: 15px;
}
.footer-menuNew1 ul.footer-menu li h5 { display: none; }
/* Contact */ 
.ContactDetail ul  {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ContactDetail ul li  {
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 15px;
}

/* Social */ 
.SocialFooter  {
  margin-top: 20px;
}

.SocialFooter a, nav.website-social-links a  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 10px;
  transition: 0.3s;
}

.SocialFooter a span, nav.website-social-links a span  {
  display: none;
}

.SocialFooter a:hover, nav.website-social-links a:hover  {
  background: #f4b400;
  color: #111;
}

/* Copyright */ 
.copyrightbox  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.COPYRIGHT_YEAR  {
  font-size: 14px;
}

.COPYRIGHT_YEAR .line  {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #555;
  margin: 0 12px;
  vertical-align: middle;
}

.PrivacyNotice ul  {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}

.PrivacyNotice ul li a  {
  font-size: 14px;
}

.PrivacyNotice ul li a:hover  {
  color: #f4b400;
}

/***** footer css End *****/ 
.SectionTitle  {
  margin-bottom: 30px;
}

.SectionTitle h2  {
  margin: 0;
}

.SectionTitle p  {
}

/*****All pages ****/ 
.theme-layout  {
  padding-top: 50px;
  padding-bottom:80px;
  clear: both;
  position: relative;
}

.mainpanal .SectionInsights  {
  display: inline-block;
}

.mainpanal .SectionInsights .container  {
  max-width: 100%;
}

.insight-detail-page .theme-detail  {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "main sidebar";
  gap: 20px;
}

.left_panel  {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "sidebar main" "bottom bottom";
  gap: 20px;
}

.right_panel  {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "main sidebar" "bottom bottom";
  gap: 20px;
}

.mainpanal  {
  grid-area: main;
  overflow: hidden;
}

.sidebar  {
  grid-area: sidebar;
  overflow: hidden;
}

.bottombar  {
  grid-area: bottom;
}

/* Responsive */ @media (max-width: 768px)  {
  .right_panel  {
    grid-template-columns: 1fr;
    grid-template-areas: "main" "sidebar" "bottom";
  }

  .left_panel  {
    grid-template-columns: 1fr;
    grid-template-areas: "main" "sidebar" "bottom";
  }

}

/**** form css ************/ 
/* The container */ 
.radiobox1  {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  margin-right: 20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal !important;
}

/* Hide the browser's default radio button */ 
.radiobox1 input  {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */ 
.radiobox1 .checkmark  {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #333;
}

/* On mouse-over, add a grey background color */ 
.radiobox1:hover input ~ .checkmark  {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */ 
.radiobox1 input:checked ~ .checkmark  {
  background-color: #2196f3;
  border-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
 .radiobox1 .checkmark:after  {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */ 
.radiobox1 input:checked ~ .checkmark:after  {
  display: block;
}

/* Style the indicator (dot/circle) */ 
.radiobox1 .checkmark:after  {
  top: 4.1px;
  left: 4.1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

/****** *****/ .checkbox1  {
  display: inline-flex;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  margin-right: 20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 5px;
  font-weight: normal !important;
}

/* Hide the browser's default checkbox */ 
.checkbox1 input  {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */ 
.checkbox1 .checkmark  {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: solid 1px #333;
  display: inline-block;
}

/* On mouse-over, add a grey background color */ 
.checkbox1:hover input ~ .checkmark  {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */ 
.checkbox1 input:checked ~ .checkmark  {
  background-color: #2196f3;
}

.checkbox1.disabled input:checked ~ .checkmark  {
  background-color: #ccc;
  border-color: #ccc;
}

.checkbox1.disabled .checkmark:after  {
  opacity: 0.5;
}

.checkbox1 input:disabled ~ .checkmark  {
  background-color: #2196f3;
}

.checkbox1.disabled input:disabled ~ .checkmark  {
  background-color: #ccc;
  border-color: #ccc;
}

.checkbox1.disabled .checkmark:after  {
  opacity: 0.5;
}

/* Create the checkmark/indicator (hidden when not checked) */ 
.checkbox1 .checkmark:after  {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */ 
.checkbox1 input:checked ~ .checkmark:after  {
  display: block;
}

/* Style the checkmark/indicator */ 
.checkbox1 .checkmark:after  {
  left: 7px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
textarea.form-control {
    height: 120px;
}

.OtherTeam,.InsightsOther,.Servicesother,.OtherNews { margin-bottom: 80px; }