:root {
	--primary-color:#f7a302;
	--secondary-color:#862062;
  --secondary-btn:#862062;
  --secondary-btn-hover:#f7a302;
}

body { padding: 0; color: #333; }
.pagewidth { width: 1280px; }
.row_inner { width: min(1280px,100%); }
.align-left { text-align: left; }	
.header-horizontal #main-nav .highlight-link > a { color: #fff !important; border: 0; border-radius: 5px; }
.home-banner h2 { max-width: 740px; font-size: 50px; }
.home-banner h2 span { color: #f7a303; }
#footerwrap { padding: 60px 0 20px; }
footer .module-icon-item { margin-bottom: 20px; }
footer .widget li { line-height: 1.2; }
#pagewrap #headerwrap.fixed-header, 
.transparent-header #pagewrap #headerwrap.fixed-header { box-shadow: 0px 0px 10px rgba(0,0,0,0.2); }
#header { display: flex; align-items: center; justify-content: space-between; }
#header:after { display: none; } 
.header-horizontal #main-nav ul a:hover { color: var(--primary-color); }
.header-horizontal #main-nav .current-menu-item > a::after, 
.header-horizontal #main-nav .current_page_item > a::after, 
.header-horizontal #main-nav > li:hover > a::after,
.header-horizontal #main-nav > li:hover > a::after { border-color: var(--primary-color); }

.home-services h3 { font-size: 16px !important; font-weight: 400; }
.home-services h3 a { font-weight:normal !important; }
.home-services .module-feature-image img { border-radius: 0;
  max-height: none;  max-width: 55px; object-fit: contain; height: auto !important; }
.home-services .module-feature-content { padding-top: 10px; }  

.industries-row .module_column { position: relative;
  background: #ffffff; padding: 30px 20px; box-shadow: 0 0px 12px rgba(0,0,0,0.12);
  border-radius: 3px; transition: all 0.3s ease-in-out 0s; 
justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.industries-row .module_column.industries-none { box-shadow: none; padding: 0; margin: 0 !important; }
.industries-row h3 { line-height: 1.1; }  
.industries-row h3 a { font-size: 22px; line-height: 1px; font-weight: 600 !important; }  
.industries-row .module .ui.builder_button { border: 0; color: var(--primary-color);
  display: inline-block; position: relative;
  font-size: 14px; font-weight: 500; line-height: 26px;
  text-decoration: none; margin-top: 15px; transition: all 0.3s ease-in-out 0s;
text-transform: none; border-bottom: 1px solid var(--primary-color);  padding: 0;
background: transparent; margin: 0; outline: none;
 }
.industries-row .module.module-image { margin-top: 0; }
.industries-row .module.module-buttons { text-align: center; } 
.industries-row .module-image.image-center .image-content { padding-top: 15px; }
.services-form-section > .row_inner > .module_column { border: 2px solid #ddd; padding: 40px; }
.industries-bottom h2 { margin: 0; }
.module.module-buttons a.blue.builder_button { border: 0; background: var(--primary-color);
  color: #fff; transform: none; min-width: 130px; font-size: 16px;
  padding: 14px 40px; border-radius: 3px; text-align: center; display: inline-block;
 }
.module.module-buttons a.blue.builder_button:hover { background: #212121; color: #fff; }
.btn-center { text-align: center; }
h2 { font-size: 36px; line-height: 1.2; font-weight: 600; }
.primary-btn-module .ui.builder_button { padding: 12px 24px; font-size: 16px; }
.home-actionable h2 { margin-bottom: 5px; }
.home-actionable .module-image .image-content { /*padding: 24px 15px; background: #fff;
  min-height: 162px; box-sizing: border-box;*/ }
.home-actionable .module-image { padding-bottom: 0 !important; }
.home-actionable .subtext p { margin-bottom: 5px; }
#footer .module-icon-item em.tf_box { background: var(--primary-color) !important; }
.home-services .module-image.image-center .image-content { padding: 15px 0 0px; }
.home-services .module-image { margin-bottom: 0 !important; }
.social-links .icon-medium em { background: var(--primary-color); transition: all 0.5s ease; }
.getInTouch-bottom-section h2 { margin-bottom: 0px; color: #000; }
.getInTouch-bottom-section p { margin-bottom: 0; color: #000; }

.home-choose-anatabiz ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px; }
.home-choose-anatabiz ul li { list-style: none; text-align: left; padding: 10px;
  border-radius: 0px; margin: 0;  border: 0; }
.home-choose-anatabiz h3 { font-size: 20px !important; font-weight: 600 !important; margin: 0 0 6px; }
.home-choose-anatabiz h3 a { font-weight: 600 !important; }
.home-choose-anatabiz .module-image.image-left .image-content { padding-top: 0; }
.home-choose-anatabiz .module-image { padding-bottom: 10px; }
.home-choose-anatabiz .image-caption,
.home-choose-anatabiz p { list-style: none; text-align: left; margin: 0; line-height: 1.3; }
.module-fancy-heading .main-head + .sub-head::before { border-top: 3px solid var(--primary-color); width: 3em; }

.home-actionable .module.module-image { background: var(--secondary-color); padding: 30px 20px 15px; text-align: center;
border-radius: 10px; min-height: 100%; color: #fff; }
.home-actionable .image-content .image-caption { /*overflow: hidden;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 52px; */}
.home-actionable .module-image .image-title { font-size: 22px; margin: 10px 0; line-height: 1.3; color: #fff; min-height: 58px;
font-weight: 600; }
.home-actionable-row .module_column { margin-bottom: 20px; padding: 0; border: 0;  display: flex;
  flex-direction: column;}
.home-actionable .module-image.image-top .image-content { padding-top: 5px; }
.icon-number .image-wrap img { line-height: 60px; font-size: 24px; font-weight: 500;
  color: var(--secondary-color); }
.home #headerwrap a { color: #fff; }  
.home #headerwrap .sub-menu a { color: #333; }
.home #headerwrap.fixed-header a { color: #000; }  

.radius-img img { border-radius: 10px; }
.point-list { margin: 0; padding: 0; }
.point-list li { margin: 0; padding: 0; background: url(../images/logo-icon.png) 0 8px no-repeat;
list-style: none; background-size: 12px auto; padding: 4px 0 4px 22px; margin-bottom: 5px;
line-height: 1.4; }
.inner-top-banner h1 { line-height: 1.1; margin-bottom: 15px; }

/*contact form*/
.home-contact-section .home-contact-form  { padding: 40px; 
border: 5px solid #ddd; border-radius: 10px; margin: 50px 0; background: #f8f8f8;
}
.home-contact-form nf-fields-wrap { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.home-contact-form nf-field { width: 50%; padding: 10px; }

.home-contact-form .list-checkbox-wrap .nf-field-element li label { margin-left: 2.2em; }
.home-contact-form .list-checkbox-wrap .nf-field-element li input { margin-top: 0; }
.home-contact-form .list-checkbox-wrap .nf-field-element ul, 
.home-contact-form .list-image-wrap .nf-field-element ul, 
.home-contact-form .list-radio-wrap .nf-field-element ul { display: flex; flex-wrap: wrap; margin-top: 15px !important; }
.home-contact-form .list-checkbox-wrap .nf-field-element li, 
.home-contact-form .list-image-wrap .nf-field-element li, 
.home-contact-form .list-radio-wrap .nf-field-element li { width: 33.33%; margin-bottom: 15px !important; }
.home-contact-form nf-field:nth-child(1),
.home-contact-form nf-field:nth-last-child(1),
.home-contact-form nf-field:nth-last-child(2) { width: 100%; }
.home-contact-form .nf-before-form-content { display: none; }

.home-contact-section .nf-form-content nf-field:last-child .submit-container { margin-bottom: 0; }
.home-contact-section .nf-field-label .nf-label-span { font-weight: 500; }
.home-contact-section .nf-form-content .label-above .nf-field-label,
.home-contact-section .nf-form-content label { font-size: 15px;
  line-height: 20px; text-transform: none; font-weight: 500; color: #000; letter-spacing: 0; }  
.home-contact-section .nf-form-content input:not([type="button"]), 
.home-contact-section .nf-form-content textarea { background: #fff; border: 1px solid #ddd; }  
.home-contact-section .nf-field-container { margin-bottom: 0; }

.home-contact-section .nf-form-content input[type="submit"] { background:var(--secondary-btn);  border: 0; color: #fff; transform: none;
  min-width: 130px; border-radius: 4px; }
.home-contact-section .nf-form-content input[type="submit"]:hover { color: #fff; background: var(--secondary-btn-hover); }  
.home-contact-section .nf-form-content .list-select-wrap .nf-field-element > div { background: #fff; }
.home-contact-section .nf-form-content .label-above .nf-field-label { margin-bottom: 8px; }
.home-contact-section .nf-form-content textarea.ninja-forms-field { height: 150px; min-height: 150px; }
.nf-form-wrap .nf-form-content .list-select-wrap > div div::after { content: "\f107"; font-size: 24px; }
.home-contact-section .nf-form-content { padding: 0; }
.home-contact-section .nf-form-title h3 { text-align: center; }
.home-contact-section .nf-form-title h3:after { border-top: 3px solid var(--primary-color); width: 3em; 
content: ""; display: block; margin:.3em auto 20px; }

/*.home-contact-info { padding: 50px 40px !important; }
.home-contact-info a { color: #fff; }
.home-contact-section h6 { font-size: 22px; }
.home-contact-info .module-icon { padding-bottom: 10px; }*/

/*contact form end*/
.about-team-section .module.module-image { border-color:#882163 !important;  }
.ourApproach-row h3,
.ourApproach-row h3 a { font-size: 22px !important; line-height: 1.1 !important; font-weight: 600 !important; } 
.ourApproach-row .module-image.image-center .image-content { padding-top: 15px; }

.team-section { color: #fff; }
.team-section-header {
  padding-bottom:40px
}
.team-section h2 { color: #fff; }
.team-section .tag-line {
  color:#fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin:0 0 12px;
}
.team-section { color: #fff; }
.about-us-section ul {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:70px;
  margin:0;
}
.about-us-section ul li {
  list-style:none;
  border-top:1px solid rgba(255,255,255,.3);
  padding-top:40px;
  margin: 0;
}
.about-us-section .number_text {
  font-size:44px;
  font-weight:400;
  line-height:30px;
  line-height:1.1;
  margin-bottom:10px
}
.about-us-section .pretitle-minute {
  font-size:16px;
  text-transform:uppercase;
  line-height:1.4;
  letter-spacing:2px;
  font-weight:500
}
#footer .social-widget { display: none; }
#footer-logo { margin: 0; }
.iaf-logo { max-width: 180px; margin: 0 auto 10px; }

/*** responsive ***/

@media(min-width:1200px) and (max-width: 1320px){
.row_inner  { max-width: 96%; }
}

@media(min-width: 1201px){
  #main-nav li > .sub-menu { width: 310px; }
}
@media(max-width: 1200px){
 .header-icons { top: 50%; }
.home-contact-section .home-contact-form { padding: 20px; border: 3px solid #ddd; }  
.home-contact-section .nf-form-content textarea.ninja-forms-field { height: 110px; min-height: 110px; }
body:not(.home) .menu-icon-inner { color: #000; }

}
@media(min-width:1024px) and (max-width: 1279px){
  .team-section h2 { font-size: 26px; }
  .team-section-header { padding-bottom: 24px; }
  .about-us-section ul { gap: 30px; }
  .about-us-section ul li { padding-top: 30px; }
}
@media(min-width:768px) and (max-width: 1023px){
.home-contact-form .list-checkbox-wrap .nf-field-element li, 
.home-contact-form .list-image-wrap .nf-field-element li, 
.home-contact-form .list-radio-wrap .nf-field-element li { width: 50%; } 

.team-section h2 { font-size: 26px; }
.team-section-header { padding-bottom: 15px; }
.about-us-section ul { gap: 20px; }
.about-us-section ul li { padding-top: 30px; }
.about-us-section .pretitle-minute { font-size: 13px; }
.about-us-section .number_text { font-size: 40px; }

}
@media(max-width: 767px){
h2 { font-size: 28px; }  
.home-contact-form .list-checkbox-wrap .nf-field-element li, 
.home-contact-form .list-image-wrap .nf-field-element li, 
.home-contact-form .list-radio-wrap .nf-field-element li { width: 50%; }  

.team-section h2 { font-size: 26px; }
.team-section-header { padding-bottom: 15px; }
.about-us-section ul { gap: 20px; grid-template-columns: repeat(2,1fr); }
.about-us-section ul li { padding-top: 30px; }
.about-us-section .pretitle-minute { font-size: 13px; }
.about-us-section .number_text { font-size: 40px; }


}
@media(max-width: 680px){
  #footerwrap { padding: 40px 0 0px; }
  #footer .row_inner { max-width: 100%; }
  .module-icon-item + .module-icon-item { margin-left: 0; }
  h2 { font-size: 24px; }
  .home-banner h2 { font-size: 36px; }
}

@media(max-width: 575px){
.home-contact-form nf-field { width: 100%; }  
.home-contact-form .list-checkbox-wrap .nf-field-element li, 
.home-contact-form .list-image-wrap .nf-field-element li, 
.home-contact-form .list-radio-wrap .nf-field-element li { width: 100%; }
.about-us-section ul { gap: 24px; grid-template-columns: repeat(1,1fr); }
.about-us-section ul li { padding-top: 24px; }
}