@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
  scroll-behavior: smooth;
}
body, p {
    letter-spacing: 0.5;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Raleway", sans-serif;
    color: #243342;
}
b, strong {
    font-weight: 700;
    color: #000;
}
.no-padding{
  padding: 0;
}
a{
    font-family: "Raleway", sans-serif;
    color: #0E0A01;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
  text-decoration: none;
}
h1 , h2, h3, h4, h1 p, h2 p, h3 p{
  color: #0E0A01;
  font-family: "Inter", sans-serif;
  line-height: 0.9;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
}
.slick-slide {
    height: auto;
}
.small_title {
    color: #0E0A01;
    font-weight: 400;
    line-height: 1.25em;
    font-family: "Instrument Sans", sans-serif;
	font-style: italic;
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* ================ end Loader =================*/

/* ================ Header =================*/

/*.header-bottom {
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    z-index: 999;
}*/
.header-bottom {
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #ffffff4a;
}
.header-top {
    background: #1b671c;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
}
.header-top p{
	margin-bottom: 0px;
	color: #fff;
}
.header-top .right ul {
    padding-left: 0;
    list-style: none;
    text-align: right;
	margin-bottom: 0px;
}
.header-top .right ul li {
    display: inline-block;
    padding: 0 10px;
}
.header-top .right ul li i{
	padding-right: 5px;
}
div#mega-menu-wrap-Primary-Menu {
    margin-top: 14px;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin-top: -25px !important;
}
.header-bottom.sticky {
    position: fixed;
    background: #fff;
    top: 0;
    border-bottom: 2px solid #1b671c;
}
.logo img {
    width: 130px;
}
.header-full {
    padding-top: 10px;
    padding-bottom: 10px;
}
div#mega-menu-wrap-Primary-Menu {
    margin-top: 8px;
}
rs-layer#slider-1-slide-3-layer-6, rs-layer#slider-1-slide-2-layer-1, rs-layer#slider-1-slide-4-layer-1{
	font-family: "Instrument Sans", sans-serif;
	font-style: italic;
}

/* ====================== End Header =================== */

/* ====================== Slider =================== */
.hero-banner-static{
    position: relative;
}
.image-overlay {
    position: absolute;
    width: 100%;
    background: #00000036;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}
.hero-banner-static {
    position: relative;
    overflow: hidden;
}
.hero-banner-static img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 10s ease;
    animation: zoomInBanner 20s ease-in-out infinite alternate;
    object-fit: cover;
}
.page-id-478 .image-overlay {
    position: absolute;
    width: 100%;
    background: #0000002b;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}
@keyframes zoomInBanner {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.hero-banner-static .page-title {
    text-align: left;
    width: auto;
    /*background-color: #00000059;*/
    padding-top: 10px;
	z-index: 9;
    padding-bottom: 10px;
}
.page-title {
    text-align: center;
    position: absolute;
    top: 40%;
	width: auto;
}
.page-title h1{
    color: #fff;
    font-size: 65px;
}
.page-title p{
    color: #fff;
}
/*.single-industry .page-title h1{
	display: none;
}*/
/* ====================== End slider =================== */

/* ====================== footer=================== */
.footer-bottom {
    padding-top: 30px;
    background-color: #152833;
    background-image: url(/wp-content/uploads/2025/11/footer-bg-scaled.png);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.footer-bottom p, .footer-bottom h4, .footer-bottom a{
    color: #fff;
}
.footer-bottom h4{
    margin-bottom: 30px;
}
.contact-infor-f p {
    font-size: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.contact-infor-f p a{
	color: #fff;
}
.contact-infor-f i {
    color: #5fd560;
    margin-right: 8px;
    float: left;
}
.contact-infor-f p span {
    float: left;
    width: 87%;
    margin-top: -7px;
}
.footer-row.quick h4 {
    margin-left: 15px;
}
ul#menu-footer-menu {
    list-style: none;
    padding-left: 15px;
}
ul#menu-footer-menu li, ul#menu-sectors li{
    margin-bottom: 8px;
}
.contact-infor-f .bottom ul{
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}
.contact-infor-f .bottom ul li {
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding: 5px;
}
.contact-infor-f .bottom ul li a {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 2px;
}
.contact-infor-f .bottom ul li a i{
    float: none;
    margin-right: 0;
}
.copyright {
    margin-top: 14px;
    color: #fff;
}
.social-continer{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-row.f-logo{
    text-align: center;
}
.footer-row.f-logo h3 {
    color: #e30102;
    line-height: 31px;
    text-align: center;
}
.footer-row.f-sector {
    padding-left: 60px;
}
.footer-row.f-sector h4{
    padding-left: 15px;
}
.footer-bottom a {
    font-weight: 100;
}
ul#menu-sectors {
    padding-left: 15px;
    list-style: none;
}
.social-continer ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
    display: inline-block;
}
.social-continer ul li{
    display: inline-block;
    margin-right: 5px;
}
.social-continer ul li a {
    border: 1px solid #e30102;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding-top: 7px;
}
.social-continer h4{
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    font-weight: 100;
}
.social-continer .bottom {
    text-align: center;
}

.header-bottom.sticky #mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item > a.mega-menu-link{
	color: #000 !important;
}
/* ====================== End footer =================== */

/* ====================== Post =================== */
.news-inner {
    filter: drop-shadow(rgb(192, 192, 192) 0.3vw 0.3vw 0.3vw);
    display: inline-block;
    width: 100%;
    background: #fff;
}
.news-bottom-s {
    padding: 15px;
}
.news-bottom-s h3 {
    font-weight: 300;
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 25px;
}
.read-more {
    position: absolute;
    right: 0;
    bottom: 4px;
}
.read-more a {
    background: #e3010254;
    padding: 6px 15px;
    color: #fff;
    text-transform: uppercase;
}
.news-bottom-s {
    padding: 15px;
    margin-bottom: 40px;
}
.title h1{
    color: #0E0A01;
    margin-bottom: 30px;
}
.news_and_events {
    margin-bottom: 80px;
}
.copyright .right ul {
    text-align: right;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.copyright .right ul li{
    display: inline-block;
    padding: 0 5px;
}
.copyright {
    margin-bottom: 15px;
    font-weight: 100;
}
.blog .news-bottom-s h3 {
    min-height: 84px;
}
.post-cus, .post-single.sin {
    margin-bottom: 80px;
    margin-top: 80px;
}
.single-fe-img {
    margin-bottom: 40px;
}
h1.single-post-title {
    line-height: 36px;
    text-align: center;
    font-size: 26px;
}
/* ====================== End Post =================== */

/* ====================== two_column_layout =================== */
.sub-title{
    color: #1b671c;
    font-weight: 500;
	font-family: "Instrument Sans", sans-serif;
	font-style: italic;
	font-size: 18px;
}
h2.title.color-secondary{
    color: #0E0A01;
    margin-bottom: 15px;
}
h2.title.color-secondary br{
    display: none;
}
/*.about-us__media {
    max-width: 666px;
    margin-left: auto;
    position: relative;
    margin-right: auto;
    margin-bottom: 180px;
}*/
.expert-team {
    right: 0;
    z-index: 1;
    overflow: hidden;
    max-width: 202px;
    position: absolute;
    padding: 40px 18px;
    background-repeat: no-repeat;
}
.expert-team .number {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
}
.expert-team .title {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
.expert-team:after {
    top: 0;
    left: 0;
    content: "";
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #e30102c2;
}
/*.expert-team-two {
    left: 0;
    bottom: -126px;
    max-width: 255px;
    padding: 60px 35px;
    border-radius: 50px 0px 0px 50px;
}*/

.expert-team-two {
    left: 0;
    bottom: -50px;
    max-width: 200;
    height: 200px;
    padding: 48px 35px;
    border-radius: 100%;
    border: 10px solid #fff;
}
.media img {
    width: 100%;
    border-radius: 100%;
}
.home .media img {
    width: 100%;
    border-radius: 0%;
}
.about-us__media {
    max-width: 100%;
    margin-left: auto;
    position: relative;
    margin-right: auto;
    margin-bottom: 100px;
    margin-top: 50px;
}
.home .about-us__media{
	margin-top: 0px;
}
.home .expert-team-two{
	display: none;
}
.expert-team-two:after {
    background: #f3f3f3 !important;
}
.expert-team-three {
    z-index: -1;
    bottom: -180px;
    max-width: 255px;
    padding: 25px 60px 25px;
    border-radius: 0px 0px 50px 50px;
}
.expert-team-three:after {
    background: rgba(14, 10, 1, 0.8) !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-content-center {
    align-content: center!important;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-center {
    justify-content: center!important;
}
.d-flex {
    display: flex!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.expert-team .title br {
    display: none;
}
a.theme-btn.btn-yellow-transparent.fw-600 {
    color: #1b671c;
    border-width: 1px;
    padding: 12px 30px;
    border-color: #1b671c;
    background: transparent;
    border: 1.5px solid #1b671c;
	transition: all 0.3s ease;
}
.home a.theme-btn.btn-yellow-transparent.fw-600{
	margin-top: 20px;
	display: inline-block;
}
a.theme-btn.btn-yellow-transparent.fw-600:hover{
	color: #fff;
	background: #1b671c;
}
.two_column_layout {
    margin-top: 80px;
    margin-bottom: 80px;
}
.home .two_column_layout .sub-title img{
	display: none;
}
.our-company__meida {
    overflow: hidden;
    position: relative;
}
.years-experience {
    background: #1b671c;
    padding: 20px 15px 31px;
    border-radius: 0px 0px 20px 20px;
    margin-top: 20px;
}
.years-experience .number {
    font-size: 64px;
    font-weight: 700;
    line-height: 60px;
}
.color-white {
    color: #FFF;
}
.our-company__meida.border-radius {
    margin-top: 60px;
    padding-bottom: 6px;
    border-radius: 20px 20px 0px 0px;
}
.client-feedback__item-header {
    position: relative;
}
.client-feedback__item-body {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    padding: 26.1px 15px;
}
.client-feedback__item-body .number {
    font-size: 30px;
    line-height: 36px;
}
.starts ul {
    padding-left: 0;
    list-style: none;
}
.starts ul li {
    display: inline-block;
    color: #e30102;
}
h2.title.color-d_black.mb-20.mb-sm-15.mb-xs-10 {
    line-height: 37px;
}
.color-primary {
    font-size: 22px;
    color: #1b671c;
    display: inline-block;
    width: 100%;
}
.vision {
    margin-bottom: 30px;
	transition: all 0.4s ease;
}
.vision:hover {
  transform: translateY(-5px);
}
.vision .client-feedback__item-header span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 1px;
  color: #1b671c;
  transition: all 0.3s ease;
}
.vision:hover .client-feedback__item-header span {
  color: #1b671c; /* darker shade */
  font-weight: 700;
}
.vision .description p {
  font-size: 16px;
  color: #222;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.vision:hover .description p {
  color: #000;
  font-weight: 500;
}
.our-company__content {
    margin-top: 30px;
}
.partner{
    text-align: center;
}
.partner img {
    width: 200px;
}
.partner {
    text-align: center;
    height: 100px;
    /*border: 1px solid #0000000d;*/
    margin-bottom: 30px;
}
.partners_section{
    margin-bottom: 80px;
    margin-top: 80px;
}
.partners_section h1{
    text-align: center;
    margin-bottom: 50px;
    color: #222;
}
/* ====================== End two_column_layout =================== */
 
/* ====================== add_sectors =================== */
.add_sectors .title h1 p {
    font-size: 36px;
    text-align: center;
	text-transform: uppercase;
}
.add_sectors {
    margin-bottom: 80px;
}
ul#myTab li {
    width: 100%;
    text-align: right;
}
.nav-tabs {
    border-bottom: 0;
}
ul#myTab {
    margin-top: 50px;
}
.nav-tabs>li h3 a {
    padding: 16px 15px;
    display: inline-block;
    width: 100%;
	text-transform: uppercase;
}
.nav-tabs>li .nav-link{
    font-weight: 300;
}
.nav-tabs>li.active .nav-link {
    background: #e30102;
    color: #fff;
    font-weight: 300;
	text-transform: uppercase;
}
.description.font-la p {
    text-align: justify;
}
.sector-details-section {
    background: rgb(255, 255, 255);
    z-index: 50;
    box-shadow: rgb(192, 192, 192) 0.2vw 0.3vw 0.5vw inset;
    display: inline-block;
    width: 100%;
    padding: 25px;
    position: relative;
    top: -60px;
}
.extra-sectors {
    width: 125%;
    position: relative;
    left: -130px;
    top: 35px;
}
.extra-sectors-inner {
    margin: 5px;
    filter: drop-shadow(rgb(192, 192, 192) 0.3vw 0.3vw 0.3vw);
    display: inline-block;
    background: #fff;
    width: 93%;
}
.extra-sectors-inner h4 {
    font-weight: 300;
    padding: 15px;
    min-height: 65px;
}
.sectors_ty_bottom a {
    background: #e3010254;
    padding: 6px 15px;
    color: #fff;
    text-transform: uppercase;
}
.sectors_ty_bottom{
    padding-top: 0px;
    padding-right: 50px;
    text-align: right;
	margin-top: -40px;
}
.sectors_ty_bottm a {
    background: #e30102;
    padding: 6px 15px;
    color: #fff;
    text-transform: uppercase;
}
.sectors_ty_bottm{
    margin-top: 20px;
}
.add_sectors.about-u {
    background-color: #1b671c0f;
    padding-top: 80px;
    padding-bottom: 110px;
    background-size: cover;
    background-position: 100%;
}
.add_sectors.about-u .title h1 {
    color: #000;
    margin-bottom: 15px;
    margin-top: 10px;
}
.page-id-43 a.theme-btn.btn-yellow-transparent.fw-600{
    display: none;
}
.add_sectors.about-u .title{
	text-align: center;
	margin-bottom: 30px;
}
.sectors-row {
    width: 47%;
    display: inline-block;
    float: left;
	text-align: center;
}
.sectors-row.et {
    background: #158e3f;
    padding: 30px;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 2px solid #152833;*/
	border-radius:5px;
    margin: 0 15px;
}
.sectors-row.et:hover{
	background: #0fa94f;
}
.sectors-row.ot {
    /*background: #fff;
    border-bottom: 2px solid #152833;
    color: #152833;
    padding: 30px;
    border-radius: 0;
	-moz-box-shadow: 6px -2px 27px rgba(0,0,0,.1);
    -webkit-box-shadow: 6px -2px 27px rgba(0, 0, 0, .1);
    box-shadow: 6px -2px 27px rgba(0, 0, 0, .1);*/
	background: #0fa94f;
    padding: 30px;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 2px solid #152833;*/
	border-radius:5px;
    margin: 0 15px;
}
.sectors-row.ot:hover{
	background: #158e3f;
}
.sectors-row.ot h1 {
    color: #fff;
}
.sectors-title h1{
	color: #fff;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	font-size: 26px;
}
.sectors-title h1 i{
	font-size: 32px;
	margin-bottom: 15px;
}
.sectors-row:hover h1 {
  transform: scale(1.1);
  letter-spacing: 2px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.sectors_inner_section .title{
	text-align: center;
	margin-bottom: 30px;
}
.sector-inner{
	position: relative;
	margin-bottom: 80px;
	overflow: hidden;
  	/*border-radius: 12px;*/
  	cursor: pointer;
}
.sector-inner img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.sector-inner .vty {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
	transition: color 0.4s ease;
}
.sector-inner .vty h2 {
    font-size: 22px;
    font-weight: 400;
	color: #fff;
	transition: color 0.4s ease, letter-spacing 0.4s ease;
}
.vty a{
	display: inline-block;
	padding: 5px 35px;
	color: #fff;
	border: 1.5px solid #fff;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.4s ease;
	margin-top:10px;
}
.sector-inner:hover::before {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #1b671c 100%);
}
.sector-inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0%;
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-size: 101% 101%;
}
.sector-inner:hover img {
  transform: scale(1.15);
}
.sector-inner:hover .vty h2 {
  color: #fff;      
  letter-spacing: 1.2px; 
}
.sector-inner:hover .vty a {
  background: #fff;
  color: #1b671c;
  border-color: #fff;
}
====================== End add_sectors =================== */

/* ====================== Contact =================== */
.contact-circle {
    width: 55px;
    height: 55px;
    border: 1px solid #dc0303;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    color: #dc0303;
    padding-top: 16px;
    display: inline-block;
}
.info-con h3{
    margin-bottom: 10px;
    margin-top: 15px;
}
.contact-right {
    text-align: center;
    margin-bottom: 80px;
}
.info-con.ttt,  .info-con.tttt{
    border-bottom: 0;
}
.info-con .header-social ul {
    list-style: none;
    padding-left: 0;
}
.info-con .header-social ul li{
    display: inline-block;
    padding: 2px 6px;
}
.info-con .header-social ul li a, .info-con h2, .info-con p{
    color: #000;
}
.info-con h2{
    margin-top: 20px;
}
.info-con.tt, .info-con.tttt {
    border-right: 0;
}
.contact-form-r input, .contact-form-r textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
	border: 1px solid #1b671c38;
}
section.container-fluid.contact-us-form {
    /*background: #ebebeb;*/
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-form-r label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
.contact-form-r input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: 1px solid #1b671c;
    background: #1b671c;
    width: auto;
    padding: 8px 35px;
    color: #fff;
}
.contact-form-r input.wpcf7-form-control.has-spinner.wpcf7-submit:hover,
.footer-top .top-right a:hover, .btn-custom a:hover{
    border: 1px solid #a58763db;
    background: #a58763db;
    color: #fff;
}
.custom-btn a:hover {
    color: #a58763db;
}
.contact-form-r textarea{
    height: 150px;
}
.contact-form-r {
    display: inline-block;
    width: 85%;
}
.contact-form-r h1{
    margin-bottom: 30px;
}
.contact-us {
    margin-bottom: 50px;
    margin-top: 100px;
}
.contact-map iframe {
    height: 500px;
}
.modal-body {
    display: inline-block;
    width: 100%;
}

ul.m-social.xt {
    text-align: left;
    display: inline-block;
    width: 100%;
}
ul.m-social.xt li {
    display: inline-block;
    padding: 1px 5px;
    text-align: center;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 70%;
        margin: 30px auto;
    }
}
.plain_text_layout {
    text-align: center;
    padding-top: 80px;
	padding-bottom: 90px;
}
.plain_text_layout h1{
    margin-bottom: 30px;
}
.plain_text_layout .sub-title {
    margin-bottom: 5px;
    display: inline-block;
}
/* ====================== End Contact =================== */

/* ====================== Member =================== */
ul.m-social {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-top: 10px;
}
ul.m-social li{
    display: inline-block;
    padding: 1px 5px;
}
ul.m-social li a {
    border: 1px solid #e30102;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding-top: 7px;
    border-radius: 100%;
}
.member {
    text-align: center;
    margin-bottom: 25px;
	transition: transform 260ms cubic-bezier(.2,.8,.2,1), box-shadow 260ms;
    transform: translateZ(0); /* promote to its own layer */
	overflow: hidden;
	position: relative;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	/*border-radius: 10px;*/
}
.zoom-box {
  width: 100%;
  /*height: 250px;
  border-radius: 10px;*/
  overflow: hidden; /* hides zoom overflow */
  position: relative;
}
.zoom-box.t{
	/*height: 300px;*/
}
.member:hover img{
  transform: scale(1.1);
}
.member img{
	transition: transform 0.6s ease;
}
.title-m {
    text-align: center;
	margin-bottom: 30px;
}
.team {
    padding-top: 80px;
    padding-bottom: 80px;
}
.member .small-title {
    color: #d2d5d2;
    font-size: 18px;
}
.member h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}
.mem-t {
    margin-top: 8px;
}
.mem-t p span {
    color: #e30102;
}
.single-teams ul.m-social {
    text-align: left;
}
.single-teams ul.m-social li {
    text-align: center;
}
.service-p-bottom {
    padding-top: 15px;
}
.post-single-member, .careers_layout {
    margin-top: 50px;
    margin-bottom: 50px;
}
.careers_layout .title {
    text-align: left;
    margin-bottom: 50px;
}
.social-icon ul{
	list-style: none;
	padding-left: 0px;
	margin-top: 20px;
}
.social-icon ul li a {
    text-align: center;
    color: #0A66C2;
    font-size: 20px;
    border-radius: 30px;
    border: 1px solid #0A66C2;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding-top: 9px;
}
.modal-header {
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
}
.sectors_careers {
    border: 1px solid #e301021c;
    padding: 15px;
    margin-bottom: 30px;
    display: inline-block;
}
.careers_layout .title h1 {
    color: #000000;
    margin-bottom: 30px;
}
.cari-sig h2 {
    margin-bottom: 15px;
	line-height: 34px;
}
b, strong {
    font-weight: 700;
    color: #1b671c;
}
.cari-sig ul{
    padding-left: 20px;
}
.cari-sig strong {
    margin-top: 20px;
    display: inline-block;
    color: #e30102;
}
.cari-sig p a{
    color: #e30102;
}
.sector-details-sectin h3 {
    line-height: 28px;
}
.zoom-box-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: left;
    padding: 5px 15px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #ffffff36 100%);
}
.zoom-box-bottom.md {
    /*bottom: 3px;*/
}
/* ====================== End Member =================== */

/* ====================== Industry Single =================== */
.title-in-single {
    text-align: center;
    margin-bottom: 30px;
}
.title-in-single h2{
	margin-bottom: 30px;
	line-height: 38px;
}
.post-single-member .bottom {
    margin-top: 0px;
}
.post-single-member .bottom h1{
	text-align: center;
	margin-bottom: 30px;
}
.slider-srvice-iiner {
    box-shadow: rgb(236 235 235) 0.2vw 0.3vw 0.5vw inset;
    padding: 25px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}
.slider-srvice-iiner .right{
	padding-left: 25px;
	margin-top: 30px;
}
.slider-srvice-iiner .right h3{
	margin-bottom: 20px;
}
.clients-in{
	margin-top:25px;
}
.clients-in .x {
    box-shadow: -5px 10px 15px -3px rgba(0,0,0,0.1);
    height: 80px;
}
.single-industry .slick-dots li.slick-active button:before {
    color: #e30102;
}
.single-industry .slick-dots li button:before {
    font-size: 14px;
    color: #e30102;
}
.single-industry .slick-dots li {
    margin: 0 3px;
}
div#wpcf7-f5-o1 {
    margin-top: 20px;
}
/* ====================== End Industry Single =================== */

.slider-srvice-iiner-fe{
	background-color: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: 0.3s transform cubic-bezier(.155,1.105,.295,1.12),0.3s box-shadow,0.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
	padding: 30px;
	width: 100%;
    display: inline-block;	
	min-height: 560px;
	text-align: justify;
}
.mem-t {
    text-align: justify;
}
.slider-srvice-iiner-fe h3 {
    margin-bottom: 20px;
}
/*.slider-srvice-iiner-fe ul {
    padding-left: 0;
    list-style: none;
}
.slider-srvice-iiner-fe ul li i {
    float: left;
    width: 6%;
	margin-top: 6px;
}
.slider-srvice-iiner-fe ul li p{
	float: left;
    width: 92%;
}*/
.post-single-bottom {
    text-align: center;
    background: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 50px;
}
.post-single-bottom p{
	margin-bottom:50px;
	font-size: 18px;
}
.service-pdf {
    background-color: #ebebeb;
    /*border-radius: 8px;*/
    padding: 25px 25px 25px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	cursor: pointer;
    transition: all 0.3s ease;
}
.service-pdf .text {
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    width: calc(100% - 40px);
	transition: all 0.4s ease;
    position: relative;
}
.service-pdf .icon {
    width: 37px;
}
.service-pdf:hover{
    transform: translateY(-4px);
}
.service-pdf:hover .text {
    color: #1b671c;
    transform: translateY(-4px);
}
.quick_guides {
    margin-top: 60px;
    margin-bottom: 60px;
}
h2.sub-heading {
    margin-bottom: 30px;
}
.service-pdf-pad {
    margin-bottom: 30px;
}
.page-id-512 .plain_text_layout p {
    text-align: left;
}
.page-id-512 a.theme-btn.btn-yellow-transparent.fw-600,
.page-id-512 .hero-banner-static .page-title{
	display: none;
}
.accordian_layout {
    padding-top: 50px;
    padding-bottom: 50px;
}
.accordian_layout .title{
    text-align: center;
    margin-bottom: 30px;
}
.panel-default>.panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 0;
}
.panel-title {
    display: flex;
    align-content: center;
    align-items: center;
}
.panel-title i{
	margin-right: 15px;
}
.panel-default>.panel-heading a {
    color: #222;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    padding: 25px 10px;
}
.panel-default>.panel-heading a:hover, .panel-default>.panel-heading a:hover i{
	color: #1b671c;
}
.panel:hover {
    border-color: #1b671c;
}
.panel-title i {
     transition: transform 0.3s ease, color 0.3s ease;
     transform: rotate(0deg);
	 float: right; 	
}
.panel-title a[aria-expanded="true"] i {
    transform: rotate(180deg);
    color: #1b671c;
}
.panel-title a[aria-expanded="true"]{
	color: #1b671c;
}
.panel-group .panel {
    margin-bottom: 10px;
}
.colored_box {
    min-height: 310px;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
	display: flex;
  	flex-direction: column;      /* stack items vertically */
  	justify-content: center;     /* vertical center */
  	align-items: center; 
	margin-bottom: 30px;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.colored_box:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.colored_box i{
	font-size: 30px;
	color: #fff;
	transition: transform 0.4s ease, color 0.4s ease;
}
.colored_box:hover i {
  transform: scale(1.2);
  color: #fff;
}
.colored_box h3{
	margin-top: 10px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
}
.colored_box p{
	color: #fff;
}
.colored_box_section{
	margin-bottom: 50px;
}
.page-id-478 a.theme-btn.btn-yellow-transparent.fw-600{
	display: none;
}
.page-id-43 .two_column_inner p, .page-id-43 .two_column_inner ul,
.home .two_column_inner ul {
    text-align: left;
}
.page-id-43 .two_column_inner ul,
.home .two_column_inner ul{
	padding-left: 0;
}
.page-id-43 .two_column_inner ul li,
.home .two_column_inner ul li{
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 15px 15px 15px 45px;
    text-align: left;
    width: 48%;
    margin: 5px;
	font-size: 20px;
}
.page-id-43 .two_column_inner ul li::before,
.home .two_column_inner ul li::before{
    font-family: "Font Awesome 5 Pro"; 
    position: absolute;
    left: 0;
    top: 15px;
    color: #0fa94f;
	font-size: 28px; 
	font-weight: normal;
}
.page-id-43 .two_column_inner ul li:nth-child(1)::before,
.home .two_column_inner ul li:nth-child(1)::before {
    content: "\f5ca";
}
.page-id-43 .two_column_inner ul li:nth-child(2)::before,
.home .two_column_inner ul li:nth-child(2)::before{
    content: "\f542";
}
.page-id-43 .two_column_inner ul li:nth-child(3)::before,
.home .two_column_inner ul li:nth-child(3)::before{
    content: "\f4c0";
}
.page-id-43 .two_column_inner ul li:nth-child(4)::before,
.home .two_column_inner ul li:nth-child(4)::before{
    content: "\f4c6";
}
.two_column_inner h2 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
}
.page-id-43 .plain_text_layout {
    padding-bottom: 64px;
}
.highrank {
    width: 38%;
}
.highrank .member {
    width: 80%;
}
ul.social-x li a {
    color: #0A66C2;
    border-radius: 25px;
    border: 1px solid #0A66C2;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding-top: 8px;
    margin-top: 10px;
	transition: transform 0.6s ease;
}
ul.social-x {
    padding-left: 0;
    list-style: none;
}
.member:hover ul.social-x li a {
    color: #fff;
    background: #0A66C2;
    border: 1px solid #0A66C2;
}
.overview_sectors .counter {
    font-size: 90px;
    color: #158e3f;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
}
.overview_sectors .court {
    font-size: 80px;
    color: #158e3f;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
	display: flex;
	justify-content: center;
}
.overview_sectors .right p{
	font-weight: 500px;
	font-size: 18px;
}
.overview_sectors .list{
	margin-top: 40px;
	margin-bottom: 50px;
}
.overview_sectors .list ul {
    padding-left: 0;
	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
}
.overview_sectors .top {
    display: flex;
	align-self: center;
    align-items: center;
}
.overview_sectors .list ul li {
    width: 24%;
    display: inline-flex;
    align-self: center;
    align-items: center;
	/*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);*/
  	transition: all 0.4s ease;
  	cursor: pointer;
}
.overview_sectors .list ul li span {
    font-size: 42px;
    margin-right: 15px;
    color: green;
	transition: color 0.4s ease;
}
.overview_sectors .list ul li p {
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 20px;
	transition: color 0.4s ease;
}
.overview_sectors .list {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #97db98;
    padding-top: 76px;
}
.overview_sectors .top {
    display: inline;
    text-align: center;
}
.overview_sectors .list ul li:hover {
  transform: translateY(-10px);
  /*box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);*/
}
.overview_sectors .list ul li:hover span {
  color: #064306;
}
.overview_sectors .list ul li:hover p {
  color: #064306;
}
.logos .slick-slide img {
    transition: all 0.4s ease;
	width: 100%;
}
.logos .slick-slide img:hover {
    transform: translateY(-10px);
}
.logo_slider {
    margin-bottom: 75px;
}
.contact-circle i, .info-con h3 {
    color: #1b671c;
}
.contact-circle i{
	font-size: 22px;
}
.copyright .left br, .sub-logo, .page-id-512 .plain_text_layout .sub-title{
	display: none;
}
.page-id-512 .sub-logo{
	display: block;
}
.page-id-512 .sub-logo img{
	width: 200px;
}
h1 {
    font-size: 55px;
}
h2{
	font-size: 42px;
}
/*.footer-row.kr {
    text-align: center;
}*/
/* Hover effect */
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link ,
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li:hover > a.mega-menu-link {
    text-decoration: underline !important;
    text-underline-offset: 4px; /* optional: nicer spacing */
}
.mission_two{
    background: #1b671c;
}
.mission_two img {
    width: 100%;
}
.mission_two .right {
    text-align: center;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.mission_two .vision .client-feedback__item-header span, 
.mission_two p{
	color: #fff !important;
	text-align: center !important;
}
.mission_two .vision .client-feedback__item-header span{
	margin-bottom: 20px;
}
.mission_two .vision {
    position: relative;
    padding-bottom: 40px; /* space before line */
}
.mission_two .vision::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;            /* half width */
    height: 1px;
    background: #ccc;      /* change color if needed */
    transform: translateX(-50%);
}
.mission_two .vision:last-child::after {
    display: none;
}
.mission_two {
   background: linear-gradient(to bottom, #1b671c 0%, #0f3d11 100%);
    display: flex;
    align-items: center;
}
.mission_two .left{
	background: #fff !important;
}
.mission_two_column {
    margin-bottom: 80px;
}
.mission_two .vision:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.service-pdf.news {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.service-pdf.news .text {
    width: 100%;
    margin-bottom: 0;
}
.service-pdf.news img {
    height: 430px;
    object-fit: contain;
}
.service-pdf.news {
    padding: 25px 10px 20px 10px;
}
.service-pdf.news .text {
    font-size: 24px;
	margin-top: 10px;
}
.two_column_layout .our-company__meida {
    border-radius: 20px 20px 0px 0px;
}
.read-morer {
    color: #e5e9e6;
    border-width: 1px;
    padding: 6px 20px;
    border-color: #e5e9e6;
    background: transparent;
    border: 1.5px solid #e5e9e6;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
}
.read-morer:hover{
	background:  #e5e9e6;
	color: #1b671c
}
.two_column_inner a {
    color: green;
}
/*.page-id-532 .plain_text_layout p{
    text-align: left;
}*/
.tbi{
    padding-bottom: 20px;
    padding-top: 20px;
}
.tbi:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px; 
    background: #1b671c38;
    margin-top: 30px;
    width: 30%;
}
.box-inner {
    padding: 30px;
}
.box-inner .icon{
	font-size: 32px;
	margin-bottom: 15px;
}
.box-inner h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}
.box_layout h3{
	margin-bottom: 30px;
}
.page-id-45 .careers_layout {
    margin-bottom: 0px;
}
.page-id-532  .colored_box {
    min-height: auto;
}
.page-id-532 .colored_box h3 {
    color: #243342;
    font-weight: 300;
    font-size: 20px;
	margin-top: 30px;
}
.page-id-532 .colored_box i {
    font-size: 30px;
    color: #000;
    margin-bottom: 0px;
}
.page-id-532 .colored_box p a {
    display: flex;
    align-self: center;
    border-bottom: 1px solid green;
    margin-top: 10px;
    align-content: center;
    align-items: center;
}
.page-id-532 .colored_box p a i {
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 400;
}
.page-id-532 .plain_text_layout {
    padding-bottom: 30px;
}
.empty-page {
    padding-top: 50px;
    padding-bottom: 50px;
	text-align: center;
}
h1.entry-title{
	margin-bottom: 30px;
}
.back-h{
	margin-top: 30px;
}
.back-h a {
    border: 1px solid green;
    padding: 10px 40px;
}
/*------------- Responsive ------------- */
@media(max-width:1200px){
	.overview_sectors .list ul li {
		width: 49%;
		display: inline-flex;
		margin-bottom: 30px;
	}
	.sectors-row {
		width: 46%;
	}
	#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 12px !important;
	}
}

@media(max-width:1024px){
	.home .header-bottom, .header-bottom {
		/*background: #fff;
		position: relative;*/
		background: #ffffff8a;
	}
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle {
        margin-top: 0;
        margin-bottom: 0;
    }	
	.logo {
		display: inline-block;
		z-index: 999;
	}	
	.two_column_layout {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.two_column_inner {
		padding: 0;
	}
	.two_column_inner .left {
		margin-bottom: 40px;
	}
	.about-us__media {
		margin-bottom: 30px;
	}
	ul#myTab li {
		text-align: left;
	}
	ul#myTab {
		margin-top: 0;
	}
	.sector-details-section {
		padding: 10px;
		padding-top: 10px;

	}
	.sectors_ty_bottom {
		padding-right: 25px;
	}
	.add_sectors {
		margin-bottom: 30px;
	}
	.news-inner {
		margin-bottom: 30px;
	}
	.footer-row.f-sector {
		padding-left: 15px;
		margin-top: 25px;
		margin-bottom: 30px;
	}	
	.footer-bottom h4 {
		margin-bottom: 15px;
	}
	.copyright {
		margin-bottom: 15px;
		text-align: left;
		display: inline-block;
		width: 100%;
	}
	.copyright .right ul {
		text-align: left;
		margin-top: 15px;
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}
	.page-title h1 {
		font-size: 30px;
	}
	.plain_text_layout {
		margin-top: 30px;
	}
	.plain_text_layout h1 {
		line-height: 1.3;
		font-size: 30px;
	}
	.our-company__meida img{
		width: 100%
	}
	.our-company__meida.border-radius img, .our-company__meida{
		display: none;
	}
	#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
		margin-top: 0px !important;
	}
	.slider-srvice-iiner-fe, .slider-srvice-iiner-fe ul {
		padding: 15px;
	}
	.slider-srvice-iiner-fe{
		margin-bottom: 30px;
		min-height: auto;
	}
	.info-con.t {
		margin-bottom: 30px;
	}
	.contact-us {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.contact-form-r {
		width: 100%;
	}
	.footer-bottom-top {
		display: inline-block;
		width: 100%;
	}
	.footer-row.quick {
		margin-top: 25px;
	}
	.title h1 {
		font-size: 24px;
	}
	.sector-inner {
		margin-bottom: 30px;
	}
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle.mega-menu-open + #mega-menu-Primary-Menu {
        margin-top: 20px;
    }
	.overview_sectors .list ul {
		display: inline-block;
	}
	.overview_sectors .list {
		margin-top: 20px;
		margin-bottom: 30px;
		padding-top: 35px;
	}
	.sectors-row {
		width: 46%;
	}
	h1 {
		font-size: 30px;
		line-height: 1.2;
	}
	h1 {
		font-size: 26px;
	}
	.overview_sectors .top .left p br{
		display: none;
	}
	.info-con.tt, .info-con.tttt {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.mission_two {
		display: inline-block;
	}
	.mission_two .left{
		display: none;
	}
	.mtc{
		padding: 0;
	}
}
@media(max-width:991px){
	.sectors-row {
		width: 100%;
	}
	.header-top .left, .header-top .right{
		padding: 0px;
		text-align: center;
	}
	.header-top .left{
		margin-bottom: 5px;
	}
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle {
		margin-top: -58px;
        margin-bottom: 10px;
	}
}
@media(max-width:767px){
	.our-company__meida{
		display: block;
	}
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin-top: 20px;
    }
	.title h1 {
		font-size: 30px;
	}
	.footer-row.f-sector h4, ul#menu-footer-menu, .footer-row.quick h4, ul#menu-sectors {
		padding-left: 0;
	}
	.footer-row.quick h4 {
		margin-left: 0px;
	}
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle {
		margin-top: -69px;
		margin-bottom: 20px;
	}
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle.mega-menu-open + #mega-menu-Primary-Menu {
        margin-top: 10px;
    }
	.page-title h1 {
        font-size: 32px;
    }
	.page-title p {
		color: #fff;
		font-size: 16px;
	}
	.page-title {
		top: 45%;
	}
	.page-id-43 .two_column_inner ul li {
		width: 100%;
	}
	.x{
		padding: 0;
	}
	.plain_text_layout {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.header-top .left {
        display: none;
    }
	.add_sectors.about-u {
    	padding-top: 30px;
    	padding-bottom: 30px;
		margin-top:20px;
	}
    .highrank .member {
        width: 91%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
	.highrank {
		width: 100%;
		text-align: center;
	}
	#rev_slider_1_1_wrapper .uranus.tparrows {
		display: none ;
	}
	.copyright .left{
		text-align: center;
	}
	.sectors-row.et, .sectors-row.ot {
		margin: 0;
		margin-bottom: 15px;
	}
	.overview_sectors .top .left h1{
		margin-bottom:15px;
	}
	.overview_sectors .list ul {
        padding-left: 30px;
        display: inline-block;
    }
	.overview_sectors .list ul li{
		width: 100%;
		margin-bottom: 30px;
	}
	.overview_sectors .list ul li p br{
		display: none;
	}
	.overview_sectors .list ul li span {
		font-size: 30px;
		margin-right: 15px;
	}
	.overview_sectors .list {
		margin-top: 5px;
		margin-bottom: 30px;
		padding-top: 35px;
	}
	.overview_sectors .list ul li p {
		font-size: 17px;
	}
	.modal-body {
		padding: 0;
		padding-top: 15px;
	}
	.memneriv, .footer-row.quick, .footer-row.f-sector, .kr h4, .contact-infor-f .top p{
		display: none;
	}
	.copyright .right ul, .contact-infor-f .bottom ul {
        text-align: center;
    }
	.footer-bottom {
		padding-top: 10px;
	}
	.copyright {
		margin-top: 0;
	}
	.hero-banner-static img {
		height: 500px;
		object-fit: cover;
	}
	.sector-inner .vty h2 {
		font-size: 21px;
	}
	.copyright .left br{
		display: block;
	}
	.page-id-479 .our-company__meida{
		display: none;
	}
	 .page-id-479 .two_column_layout {
        margin-top: 0;
        margin-bottom: 0;
    }
	.page-id-479 .our-company__content {
		margin-top: 0;
	}
	.page-id-479 .hero-banner-static {
		margin-bottom: 40px;
	}
	.footer-bottom {
		/*background-position: 0px 100%;
		background-size: contain;*/
		background-size: cover; 
        background-position: center bottom;
	}
}
@media (max-width: 400px) {
    .header-top .left, .header-top .right {
        display: none;
    }
}
/* ------------- End Responsive ------------- */