/*---custom---*/
.w-100{
  width: 100%;
}
.horizontal-tabs .r-tabs-state-active a:hover{
color: #4cae35;
}
.p-0{
padding: 0px;
}
.h-5{
	height: 7px;
}
.radius-70{
border-radius: 0px 0px 70px 0px;
}
.m-20{
margin: 20px 0px;
}
.top-80 {
  margin-top: 80px;
}
.top-120{
  margin-top: 120px;
}
.cur-pointer{
  cursor: pointer;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.pb-20{
	padding-bottom: 20px;
}
.btn-padding .button-effect .btn-effect{
padding: 45px 110px;
font-size: 20px;
color: #fff;
}
.sub-menu__item .sub-menu__link{
	text-transform: unset;
}
.main-menu__item .main-menu__link{
	font-weight: 600;
}
.page-header_3 .main-menu__item .main-menu__link {
    font-weight: 600;
}
.page-header_3 .sub-menu__item .sub-menu__link{
    text-transform: unset;
}
.page-header_3 .main-menu__item .main-menu__link,
.lang-select__item--active span,
.page-header_3 .button--filled,
.main-menu__item .main-menu__link,
.button--filled{
    font-family: 'Poppins', sans-serif !important;
}
.main-menu--white .main-menu__item .main-menu__link::before{
    background: #4cae35;
}
.mt-35{
    margin-top: 39px;
}
.testimonials__bg .section--bg {
    filter: invert(1);
	  width: 35%;
}
/*---custom---*/
/*---About home---*/
.csil-img{
  margin-left: -47px;
}
.about-section {
  position: relative;
}
.about-section .content-column {
  position: relative;
}
.about-section .content-column .inner-column {
  position: relative;
  padding-right: 30px;
}
.about-section .content-column .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
  margin-bottom: 40px;
}
.about-section .content-column .blocks-outer {
  position: relative;
  margin-bottom: 50px;
}
.feature-block {
  position: relative;
  margin-bottom: 35px;
}
.feature-block .inner-box {
  position: relative;
  padding-left: 70px;
}
.feature-block .inner-box .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  color:#026b58;
  font-size: 48px;
  line-height: 1em;
}
.about-section .images-column .inner-column {
  position: relative;
  padding: 150px 0px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-section .images-column .pattern-layer {
  position: absolute;
  left: -70px;
  top: -50px;
  width: 745px;
  height: 732px;
  background-repeat: no-repeat;
}
.about-section .images-column .pattern-layer {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes rotateme {
  0% {
      -webkit-transform: rotate(0deg);
      opacity: 1;
    }
  50% {
      -webkit-transform: rotate(180deg);
      opacity: 0.7;
    }
  100% {
      -webkit-transform: rotate(360deg);
      opacity: 1;
    }
}
.about-section .images-column .images-outer {
  position: relative;
}
.about-section .images-column .image {
  position: relative;
  display: inline-block !important;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.experiance-section{
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
}.experiance-tabs{
	position:relative;
	margin-top:50px;
}
.experiance-tabs .tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:25px;
}
.experiance-tabs .tab-btns .tab-btn {
  position: relative;
  z-index: 1;
  width: 250px;
  height: 250px;
  display: block;
  font-size: 18px;
  background: none;
  color: #333;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  margin: 5px;
  display: inline-block;
  padding: 20px;
  border-radius: 0 0 40px 0;
  transition: all 500ms ease;
  border: 1px solid #4cae35;
  background-color: #f2f2f2;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}.experiance-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
	z-index:-1;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
  background: rgb(150,202,59);
  background: linear-gradient(305deg, rgba(150,202,59,1) 0%, rgba(5,166,80,1) 100%);
}
.experiance-tabs .tab-btns .tab-btn .icon {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.experiance-tabs .tab-btns .tab-btn.active-btn .icon,
.experiance-tabs .tab-btns .tab-btn:hover .icon{
  filter: invert(1);
}
.experiance-tabs .tab-btns .tab-btn:hover::before,
.experiance-tabs .tab-btns .tab-btn.active-btn::before{
	opacity:1;
}
.experiance-tabs .tab-btns .tab-btn:hover,
.experiance-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
	border-color:#4cae35;
}
.experiance-tabs .tabs-content{
	position:relative;
	text-align:center;
}
.experiance-tabs .tabs-content .tab{
	position:relative;
	display:none;
}
.experiance-tabs .tabs-content .tab.active-tab{
	display:block;
}
.experiance-tabs .tabs-content h4{
	position:relative;
	color:#4cae35;
	font-weight:400;
	margin-bottom:10px;
}
.technology-section{
	position:relative;
}
.technology-section .title-column{
	position:relative;
}
.technology-section .title-column .inner-column{
	position:relative;
	padding-top:30px;
}
.technology-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background: rgb(150,202,59);
  background: linear-gradient(305deg, rgb(150 202 59 / 75%) 0%, rgb(5 166 80 / 75%) 100%);
  opacity: 0.9;
}
.technology-section .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position:left top;
	background-repeat:no-repeat;
}
.technology-section .pattern-layer-two{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position: right bottom;
	background-repeat:no-repeat;
}
.technology-section .blocks-column{
	position:relative;
}
.technology-section .blocks-column .inner-column{
	position:relative;
}
.technology-section .blocks-column .inner-column .technology-block:nth-child(4){
	margin-left:-100px;
}
.technology-block{
	position:relative;
	margin-bottom:30px;
}
.technology-block .inner-box {
  position: relative;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  border: 1px dashed rgba(255,255,255,0.60);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  min-height: 150px;
}
.technology-block .inner-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	z-index:1;
}
.technology-block .inner-box .icon-box {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  display: block;
  font-size: unset;
  filter: invert(1);
  margin-top: 10px;
}
.technology-block .inner-box:hover .icon-box{
	transform:rotateY(180deg);
}
.technology-block .inner-box h6{
	position:relative;
	color:#ffffff;
	font-weight:600;
	margin-top:18px;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.technology-block .inner-box:hover{
	border-color:#ffffff;
	background-color:#ffffff;
}
.technology-block .inner-box:hover .icon-box {
  filter: opacity(1);
}.technology-block .inner-box:hover h6{
	color:#333;
}
.technology-section.style-two .technology-block{
	width: 25%;
	padding:0px 15px;
}
.technology-section.style-two .technology-block h6{
	text-transform:capitalize;
}
.heading--white .heading__title {
  color: #fff;
  text-align: center;
}
section.section.csil {
  padding: 100px 0 0 0;
}
section.section.pcb_new {
  padding: 100px 0 100px 0;
}
.color-white{
  color: #fff !important;
}
.page-header_2.page-header--fixed .color-white{
  color: #414a53 !important;
}
.vision .count-item {
  text-align: center;
}
.font-600{
  font-weight: 600;
}
.page-header{
  border-bottom: 1px solid #ddd;
}
.heading-h2{
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1px;
  color: #1d1d1d;
  position: relative;
  margin-bottom: 30px;
}
.heading-h2:before {
  height: 2px;
  width: 70px;
  position: absolute;
  border-radius: 30px;
  text-align: left;
  content: '';
  background: #4cae35;
  bottom: -10px;
}
.heading-h2:after {
  content: '';
  position: absolute;
  left: 0;
  height: 5px;
  width: 10px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
  background: #026b58;
  bottom: -11px;
}
.heading-h2-white{
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
}
.heading-h2-white:before {
  height: 2px;
  width: 70px;
  position: absolute;
  border-radius: 30px;
  text-align: left;
  content: '';
  background: #ffffff;
  bottom: -10px;
}
.heading-h2-white:after {
  content: '';
  position: absolute;
  left: 0;
  height: 5px;
  width: 10px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
  background: #026b58;
  bottom: -12px;
}
@-webkit-keyframes MOVE-BG {
  from {
   -webkit-transform: translateX(0);
   transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(65px);
    transform: translateX(65px);
  }
  }
@keyframes MOVE-BG {
  from {
   -webkit-transform: translateX(0);
   transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(65px);
    transform: translateX(65px);
  }
  }
.heading p {
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  color: #5e5e5e;
  text-align: justify;
  margin-top: 30px;
}
.color--green--dark{
  color: #026b58;
}
.page-breadcrumb {
  position: relative;
  margin-top: 20px;
  padding-left: 0;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #4cae35;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.page-breadcrumb li a {
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: none;
}
.page-breadcrumb li a:hover{
  color: #4cae35;
}
.page-breadcrumb li a:after {
  position: absolute;
  content: ":";
  right: -2px;
  top: -1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'FontAwesome';
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.box-shadow-img{
  box-shadow: 6px 6px 10px rgb(159 159 159 / 30%);
}
.radius-70 {
    border-radius: 0 0 70px 0;
}
.experiance-tabs .tab-btns .tab-btn:nth-child(2),
.experiance-tabs .tab-btns .tab-btn:nth-child(4) {
  margin: 40px 5px;
}
.button-effect {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  padding: 2px;
  overflow: hidden;
  letter-spacing: .5px;
  color: #1d1d1d;
  position: relative;
}
.button-effect:after, .button-effect:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 3px;
  height: 0;
  background: #1d1d1d;
  -webkit-transition: height .3s ease-out 150ms;
  -o-transition: height .3s ease-out 150ms;
  transition: height .3s ease-out 150ms;
  content: '';
}
.button-effect .btn-effect {
  display: block;
  padding: 21px 40px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  text-decoration: none;
  font-size: 16px;
  color: rgb(29, 29, 29);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 26px;
}
.button-effect .btn-effect:after, .button-effect .btn-effect:before {
  position: absolute;
  top: 1px;
  left: 40px;
  width: 20px;
  height: 3px;
  background: #1d1d1d;
  -webkit-transition: left .3s ease-out .3s, right .3s ease-out .3s, background .3s linear;
  -o-transition: left .3s ease-out .3s, right .3s ease-out .3s, background .3s linear;
  transition: left .3s ease-out .3s, right .3s ease-out .3s, background .3s linear;
  content: '';
}
.button-effect .btn-effect:after {
  bottom: 2px;
}
.button-effect .btn-effect:after {
  top: auto;
  left: auto;
  bottom: 1px;
  right: 40px;
  width: 30px;
  height: 1px;
}
.button-effect:after {
  right: 1px;
}
.button-effect:after {
  top: auto;
  left: auto;
  bottom: 2px;
  width: 1px;
  right: 0;
}
body:not(.mobile) .button-effect:not(.playButton):hover:after, body:not(.mobile) .button-effect:not(.playButton):hover:before {
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
}
body:not(.mobile) .button-effect:not(.playButton):hover .btn-effect:before {
  left: -30px;
  -webkit-transition: left .3s ease-out, right .3s ease-out;
  -o-transition: left .3s ease-out, right .3s ease-out;
  transition: left .3s ease-out, right .3s ease-out;
}
body:not(.mobile) .button-effect:not(.playButton):hover .btn-effect:after {
  right: -40px;
  -webkit-transition: left .3s ease-out, right .3s ease-out;
  -o-transition: left .3s ease-out, right .3s ease-out;
  transition: left .3s ease-out, right .3s ease-out;
}
body:not(.mobile) .button-effect:not(.playButton):hover:after, body:not(.mobile) .button-effect:not(.playButton):hover:before {
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
}
.text-justify{
  text-align: justify;
}
.contact-trigger.contact-trigger--style-2 {
  position: absolute;
  bottom: -50px;
  z-index: 1;
  overflow: hidden;
}
.contact-footer .animated-button_div .button-effect {
  width: 50%;
}
.socials__link img {
  width: 18px;
}
.animated-button_div.header_btn-div {
  justify-content: start;
}
.header_btn-div.animated-button_div.header_btn-div .button-effect {
  margin: 0 40px 0 0;
  width: 20%;
}
::-webkit-input-placeholder { /* Edge */
  color: #333 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333 !important;
}
::placeholder {
  color: #333 !important;
}
/*---mini banner---*/
.mini-banner-desktop-img{
  display:block;
  margin-top: 35px;
  height: 50px;
}
.mini-banner-ipad-tablet-img{
  display:none!important;
}
.mini-banner-mobile-img{
  display:none!important;
}
@media only screen and (min-width:1135px) and (max-width: 1600px){
  .mini-banner-desktop-img{
     height:auto!important;
  }
}
@media only screen and (min-width:768px) and (max-width: 1134px){
 .mini-banner-ipad-tablet-img{
     display:block!important;
     /* margin-top: 35px; */
     margin-top: -11px;
 }
 .mini-banner-desktop-img{
     display:none;
 }
 .mini-banner-mobile-img{
     display:none;
 }
}
@media only screen and (min-width:300px) and (max-width:767px) {
 .mini-banner-mobile-img{
     display:block!important;
     /* margin-top: 35px; */
     margin-top: -6px;
 }
 .mini-banner-desktop-img{
     display:none;
 }
 .mini-banner-ipad-tablet-img{
     display:none;
 }
}
/*---mini banner---*/
/*---submit-testimonial,sponsorship table---*/
.from-group i{
  z-index: 1;
}
.from-group {
  position: relative;
}
.from-group i {
  position: absolute;
  top: 40px;
  left: 1px;
  color: #fff;
  background: #4cae35;
  padding: 15px 20px;
}
.from-group input {
  padding-left: 70px;
  font-family: 'Raleway';
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
  font-weight: 400;
}
.edit-profiles .from-group i {
  background: transparent;
  position: absolute;
  top: 0;
  color: #888;
  padding: 15px 20px;
  font-size: 18px;
  left: auto;
}
.edit-profiles .from-group i.fa.fa-mobile {
  font-size: 24px;
  padding: 15px 24px;
}
.shop-box-text .from-group {
  width: 100%;
  max-width: 250px;
  display: block;
}
.shop-box-text .from-group .form__field {
  font-size: 10px;
  padding: 0px 10px;
  margin:0;
  width: 110px;
  height: 30px;
  line-height: 30px;
}
.form__label{
	margin-bottom: 10px;
    font-weight: 800;
	font-size: 16px;
}
.form__label{
	font-weight: 600;
	font-size: 14px;
}
.edit-profiles .form__label {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
/*---submit-testimonial,sponsorship table---*/
/*---contact-us---*/
.contacts-item{
	max-width: 400px;
}
.contacts-item__img{
	border: 1px solid #4cae35;
}
.contacts-item__img .icon {
  color: #4cae35;
}
.contacts-item .contacts-item__img .icon,
.contacts-item .contacts-item__img{
	transition: .3s ease all;
}
.contacts-item:hover .contacts-item__img .icon{
	color: #fff;
	transition: .3s ease all;
}
.contacts-item:hover .contacts-item__img{
	background: linear-gradient(305deg, rgba(150,202,59,1) 0%, rgba(5,166,80,1) 100%);
	transition: .3s ease all;
}
.register label {
  margin: 0 20px;
}
.w-auto{
	width: auto;
}
/*---contact-us---*/
/*---careers---*/
.img--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  z-index: -1;
}
/*---careers---*/
/*---corporate-leadership---*/
.corporate-leadership ul li:nth-child(4).main-menu__item > a {
  border-bottom: 3px solid #4cae35;
  padding-bottom: 9px !important;
  color: #4cae35 !important;
}
.corporate-leadership ul li:nth-child(4).main-menu__item {
  pointer-events: none !important;
}
.team-item__description {
  background: rgb(150,202,59);
  background: linear-gradient(305deg, rgba(150,202,59,1) 0%, rgba(5,166,80,1) 100%);
  width: 80%;
}
.team-item__position {
  display: block;
  color: #fff;
  letter-spacing: 0px;
}
.team-item .socials__link {
  color: #fff;
}
.corporate-leadership a:hover {
  color: black !important;
}
@media only screen and (min-width: 576px) {
  .corporate-leadership .img-badge {
      padding: 19px 30px 17px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .corporate-leadership .img-badge {
      bottom: 64px;
  }
}
/*---corporate-leadership---*/
input[type=file],
input.form__field,
.form .nice-select {
  box-shadow: 0px 3px 5px rgb(159 159 159 / 30%);
}
/*---Resources---*/
.table-hover tr:nth-child(odd) {
  background: #4cae353b;
}
.table-hover tr:nth-child(even){
  background: #f9f9f9;
}
.table-hover tr:hover:nth-child(odd){
  background: #4cae35;
}
.table-hover tr:hover:nth-child(even){
  background: #026b58;
}
.table-hover tr {
  color: #1d1d1d;
}
.table-hover tr:hover{
  color:#fff;
}
.table-hover tr td {
  border: 1px solid #fff;
}
.table-hover th {
  border: 1px solid #fff;
  color: #fff;
}
.table-hover thead {
  color: #fff;
  background: rgb(150,202,59);
  background: linear-gradient(305deg, rgba(150,202,59,1) 0%, rgba(5,166,80,1) 100%);
}
.blog-inner-content {
  border-top: 1px solid #026b58;
  padding-top: 20px;
}
.accordion:nth-child(odd) {
  background: #f9f9f9;
}
.accordion:nth-child(even) {
  background: #4cae353b;
}
.accordion:hover:nth-child(odd){
  background: #4cae35;
}
.accordion:hover:nth-child(even){
  background: #026b58;
}
.accordion__text-block.is-active {
	display: block;
}
/*---Resources---*/
/*---Services---*/
.poplur-text p {
  border-bottom: 2px solid #4cae35;
  border-radius: 8px;
  float: left;
  padding: 10px;
  width: 100%;
  text-align: left;
  height: 50px;
  margin: 5px 0;
}
.poplur-text p:hover{
  background: rgb(150,202,59);
  background: linear-gradient(305deg, rgba(150,202,59,1) 0%, rgba(5,166,80,1) 100%);
  color: #fff;
}
/*---Services---*/
/*---Login Page---*/
.forgot-pass {
  float: right;
}
.edit-profiles .button--promo {
  border: 1px solid #4cae35;
  height: 50px;
  display: block;
}
/*---Login Page---*/
/*---Dashboard---*/
.overview-box{
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0;
}
@media only screen and (max-width:991px) and (min-width:768px){
  .overview-box{
    grid-template-columns: repeat(2, auto);
    grid-gap: 20px;
  }
}
@media only screen and (max-width:767px){
  .overview-box{
    grid-template-columns: repeat(1, auto);
    grid-gap: 20px;
  }
}
.over-box-img{
  background: #B6D7A8;
  border-radius: 50%;
  padding: 1rem;
  margin-right: 20px;
}
.over-box {
  padding: 15px;
  border-radius: 8px;
  display: flex;
  border: 1px solid #d5d9d9;
  align-items: center;
  max-height: 142px;
  min-height: 142px;
}
.over-box:hover {
  background: #f5f5f5;
  transition: all 250ms ease-in;
}
.over-box h4 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
  margin: 0;
}
.over-box p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  color: #888;
}
/*---Dashboard---*/
/*---Login-after-pages---*/
.dash-tab p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding-left: 15px;
  margin: 30px 0 0 0;
  color: #000;
}
.dash-tab .category-list__item {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-left: 15px;
  margin-bottom: 0;
}
.dash-tab .category-list__item a {
  font-weight: 400;
}
.dash-tab .list--reset{
  margin-bottom: 20px;
}

.set{
  position: relative;
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 0;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i {
  float: right;
  border: 1px solid #555;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.set > a.active {
  background: linear-gradient(305deg, rgba(150,202,59,1) 0%, rgba(5,166,80,1) 100%);
  color: #212121;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.add-inner {
  border: 0;
  padding: 0;
}
.orders_table{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  border: 0;
}
.orders_table .table__row{
	border: 0;
}
.orders_table .table__cell:first-of-type{
	padding-left: 15px;
}
.orders_table .table__header .table__cell{
	font-size: 14px;
}
.orders_table .table__cell{
	width: auto;
	border: 0;
}
.red--dot{
	display: block !important;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	background: red;
}
.green--dot{
	display: block !important;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	background: linear-gradient(305deg, rgba(150,202,59,1) 0%, rgba(5,166,80,1) 100%);
}
.paid-p {
  padding: 0 10px !important;
  line-height: 20px;
}
.add-management h4 {
  font-size: 20px;
  line-height: 30px;
  color: #4cae35;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
  margin: 20px 0;
}
.edit-profiles input.form__field {
  color: #888;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.edit-profiles input.form__field::-webkit-input-placeholder { /* Edge */
  color: #888 !important;
}
.edit-profiles input.form__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888 !important;
}
.edit-profiles input.form__field::placeholder {
  color: #888 !important;
}
.edit-i-ab {
  color: #888;
  position: absolute;
  right: 20px;
  top: 5px;
}
.edit-profiles .button--green {
	display: block;
  margin-left: 10px;
  height: 50px;
  text-align: center;
}
.order-box-inner.add-management .span{
  color: #4cae35;
}
.plr-40 .form__radio-label {
  padding-left: 29px;
  padding-right: 29px;
}
.address-table.table-hover tr:nth-child(odd),
.address-table.table-hover tr:nth-child(even) {
  background: transparent;
}
.address-table.table-hover tr td {
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 24px;
}
.bg-gradient {
  background: rgb(150,202,59);
  background: linear-gradient(305deg, rgba(150,202,59,1) 0%, rgba(5,166,80,1) 100%);
}
.modal-c-class .downloads{
  padding: 10px 0px 15px 0px;
  color: #333;
  background: #fff;
  margin-bottom: 0px;
}
.modal-c-class .downloads__title{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
}
.modal-c-class .downloads:hover .modal-close, .modal-close {
  position: fixed;
  top: 15px!important;
}
.modal-c-class .download-section{
  margin: 15px 50px;
}
.modal-c-class .downloads__icon::after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  background: #fff;
  margin: 0px auto 0px auto;
}
.modal-c-class .download-section thead{
  background: linear-gradient(305deg, rgba(150,202,59,1) 0%, rgba(5,166,80,1) 100%);
  color: white;
}
.modal-c-class .downloads__text{
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #333;
}
.modal-c-class td{
 border: 1px solid #ddd;
 padding: 0px;
}
.modal-c-class th{
   border: 1px solid #ddd;
   font-size: 17px;
   line-height: 24px;
}
.modal-c-class .downloads__details{
  margin-top:0px;
  font-size: 17px;
  line-height: 24px;
}
.modal-c-class .modal-wrapper{
  width: 32em;
}
@media (max-width:540px){
  .modal-c-class .modal-wrapper {
      width: 28em;
  }
  }
@media (max-width:460px){
  .modal-c-class .modal-wrapper {
      width: 22em;
  }
  .modal-c-class .download-section {
      margin: 13px 35px;
  }
  }
/*---Login-after-pages---*/
.edit-profiles .nice-select.form__field {
  color: #888;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding: 12px 20px;
}
/*---Technical_capabilities---*/
.section.technical_capabilities .heading-h2{
  margin-bottom: 30px;
}
.section.technical_capabilities table{
  border: 0;
  padding: 10px 0;
}
.section.technical_capabilities .table-hover th.tb-width
{
    width:50%;
}
section.section.faq table.bank-table tr th {
  width: 50%;
}
@media (max-width:767px){
  section.section.faq table.bank-table{
    margin-bottom: 1.5rem;
  }
}
/*---Rogers_laminate_data_sheet---*/
.section.roger-datasheet .table-hover tr td a{
  font-weight:600;
  text-decoration:underline;
}
.section.roger-datasheet .table-hover tr:hover:nth-child(odd){
  background:none;
}
.section.roger-datasheet .table-hover tr:hover:nth-child(even){
  background:none;
}
.section.roger-datasheet .table-hover tr:hover{
  background: #026b58!important;
}
/*---reach-out-to-us---*/
.section.reach-out-to-us .heading-h4 {
  font-size: 20px;
  font-weight:700;
}
 /*---header-strip---*/
 .header-strip p {
  color: white;
  background-color: #737373;
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
  line-height: 35px;
}

@media (max-width:1365px) and (min-width:1200px) {
  .header-strip p {
      margin-top: 39px;
  }
}

@media (max-width:1199px) and (min-width:768px) {
  .header-strip p {
      margin-top: -11px;
      line-height: 30px;
  }
}

@media (max-width:767px) {
  .header-strip p {
      /* margin-top: 3px; */
      margin-top: -3px;
      line-height: 20px;
  }
}
/*---header-strip---*/
@media only screen and (max-width: 1365px) and (min-width: 768px){
  .sub-menu__item .sub-menu__link {
      padding: 0;
      font-size: 16px;
  }
}
@media only screen and (max-width: 559px) {
  .heading-h2, .heading-h2-white {
      font-size: 20px;
  }
}
@media only screen and (max-width: 1554px) and (min-width: 768px){
.horizontal-tabs.r-tabs .PCB-F-A {
  line-height: 18px;
  padding-left: 5px;
}
}
/*---Blog Page---*/
.blog-item{
  box-shadow: 3px 3px 10px 2px rgb(144 144 144 / 50%);
  transition: .3s all ease;
  border-radius: 0 0 30px 0;
}
.blog-item__img{
  clip-path: none;
}
.blog-item:hover{
  box-shadow: 10px 3px 30px 1px rgb(0 0 0 / 30%);
  transform: translateY(-10px);
  transition: .3s all ease;
}
.blog-main .blog-box-bg {
  background: #fff;
  padding: 20px 25px;
  min-height: 250px;
  border-radius: 0 0 30px 0;
}
.blog-main .blog-item__title {
  font-size: 18px;
  line-height: 30px;
  color: #4cae35;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.blog-main .blog-item__text {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.blog-item__details{
  margin-top: 5px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 15px;
  position: relative;
}
.blog-item__details span:before{
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background: #4cae35;
  left: -7px;
  display: block;
}
.blog-item:hover .blog-item__title{
  background: #4cae35;
  background: -webkit-linear-gradient(to right, #4cae35 0%, #83C53E 100%);
  background: -moz-linear-gradient(to right, #4cae35 0%, #83C53E 100%);
  background: linear-gradient(to right, #4cae35 0%, #83C53E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 3s ease all;
}
.blog-box {
  box-shadow: 0 2px 29px rgb(34 34 34 / 14%);
  border-radius: 8px;
  background: #fff;
}
.blog-post__comments-count, .blog-post__date {
  color: #4cae35;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.blog_mt--250 {
  margin-top: -220px;
}.mtb-20 {
  margin: 20px 0;
}
.contacts__title, .contact-form__subtitle {
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.5px;
  line-height: 35px;
}
.blog_top_subtitle{
  font-weight: 700;
  background: -webkit-linear-gradient(to right, #4cae35 0%, #83C53E 100%);
  background: -moz-linear-gradient(to right, #4cae35 0%, #83C53E 100%);
  background: linear-gradient(to right, #4cae35 0%, #83C53E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .blog_mt--250 {
      margin-top: 0;
  }
}
/*---Blog Page---*/
section.section.flexible-service p{
  margin-bottom: 1rem;
}
table.address-table {
  border: none;
}
.address-table.table-hover tr:nth-child(odd),
.address-table.table-hover tr:nth-child(even) {
  background: transparent;
}
.address-table.table-hover tr:hover{
  color: #000;
}
/*---Impedance Controlled Standard Build-Ups---*/
.i-c-s-b-u img{
  max-width:1200px;
}
.i-c-s-b-u img:first-child{
    margin-bottom:20px;
}
@media(max-width:1350px) and (min-width:768px){
    .i-c-s-b-u img{
        max-width:100%;
    }
}
@media(max-width:767px){
    .i-c-s-b-u img{
        max-width:100%;
    }
}