    @font-face {
      font-family: 'Myriad Pro Regular';
      font-style: normal;
      font-weight: normal;
      src: local('Myriad Pro Regular'), url('./fonts/myriad-pro/MYRIADPRO-REGULAR.woff') format('woff');
    }
    

    @font-face {
      font-family: 'Myriad Pro Condensed';
      font-style: normal;
      font-weight: normal;
      src: local('Myriad Pro Condensed'), url('./fonts/myriad-pro/MYRIADPRO-COND.woff') format('woff');
    }


    @font-face {
      font-family: 'Myriad Pro Light';
      font-style: normal;
      font-weight: normal;
      src: local('Myriad Pro Light'), url('./fonts/myriad-pro/MyriadPro-Light.woff') format('woff');
    }
    

    @font-face {
      font-family: 'Myriad Pro Semibold';
      font-style: normal;
      font-weight: normal;
      src: local('Myriad Pro Semibold'), url('./fonts/myriad-pro/MYRIADPRO-SEMIBOLD.woff') format('woff');
    }
    

    @font-face {
      font-family: 'Myriad Pro Bold Condensed';
      font-style: normal;
      font-weight: normal;
      src: local('Myriad Pro Bold Condensed'), url('./fonts/myriad-pro/MYRIADPRO-BOLDCOND.woff') format('woff');
    }
    

    @font-face {
      font-family: 'Myriad Pro Bold';
      font-style: normal;
      font-weight: normal;
      src: local('Myriad Pro Bold'), url('./fonts/myriad-pro/MYRIADPRO-BOLD.woff') format('woff');
    }
    


/*******************Reset Css****************/

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

p {
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

em {
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #3f485d;
  background-color: #fff;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  outline: none !important;
  text-decoration: none;
  font-style: normal;
  text-decoration: none;
}

input {
  width: 100%;
}

img,
figure {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
}

h1,
h2,
h3 {
  font-weight: 500;
}

h4,
h5,
h6 {
  font-weight: 600;
}

h2{
	font-size: 44px;
}
.title{
	font-size: 44px;
	line-height: 1;
	margin-bottom: 40px;
	text-transform: uppercase;
}

input,
textarea {
  padding: 5px 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*Buttons*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #97a4af;
  font-weight: 400;
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
  opacity: 1;
  color: #97a4af;
  font-weight: 400;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
  opacity: 1;
  color: #97a4af;
  font-weight: 400;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #97a4af;
  font-weight: 400;
}

.noradius {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome and Opera */
}

.pointerNone {
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
}

.relative {
  position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  width: 100%;
}

.bg_area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.basic_btn {
  height: 62px;
  line-height: 62px;
  background-image: linear-gradient(79deg, #1f75e7 0%, #47ecc8 100%);
  color: #ffffff;
  padding: 0 35px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-family: "Nexa";
  font-weight: bold;
  text-transform: uppercase;
}

.basic_btn:hover {
  background-image: linear-gradient(79deg, #47ecc8 0%, #1f75e7 100%);
  color: #fff;
}

.p45{
  padding: 45px 0;
}
p{
  color: #3f485d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

/*******************Reset Css****************/

/* header */

.header-wrapper {
  background-color: #009247;
  padding: 20px 0;
  transition: 0.6s;
}
.logo{
	width: 185px;
	transition: 0.6s;
}
.logo img{
	width: 100%
}
.nav_menu .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menuLogo{
	width: 160px;
	margin: 0 auto;
}
.menuLogo img{
	width: 100%;
}

.menu_btn_area a span {
	width: 25px;
	height: 6px;
	display: block;
	margin: 8px 0;
	transition: 0.6s;
	border-radius: 5px;  
	background-color: #fff;
}
.menu_btn_area a span:nth-child(2) {
	width: 50px;
	opacity: 1;
}

.menu_btn_area.menuC a span{
	width: 50px;
}
.menu_btn_area.menuC a span:nth-child(1){
	transform: rotate(45deg) translate(13px, 7px);
}
.menu_btn_area.menuC a span:nth-child(2){
	opacity: 0;
}
.menu_btn_area.menuC a span:nth-child(3){
	transform: rotate(-45deg) translate(13px, -7px);
}

.menu_btn_area a span:last-child {
  margin-left: auto !important;
}
.menu_btn_area a:hover span{
	width: 50px;
}

.mid_head{
	width: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.reportTitle{
	display: flex;
    align-items: center;
    justify-content: center;
}
.reportTitle .span{
	width: 90px;
	line-height: 1;
	font-size: 20px;
	padding-right: 8px;
	transition: 0.6s;
}
.reportTitle .strong{
	line-height: 1;
	font-size: 50px;
	letter-spacing: -1px;
	transition: 0.6s;
}

.header-wrapper.fixedHeader{
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 5px 0;
	position: fixed;
	box-shadow: 0px 0px 5px rgba(0, 70, 34, 0.5);
}
.header-wrapper.fixedHeader .reportTitle .span{
	width: auto;
	font-size: 14px;
}
.header-wrapper.fixedHeader .reportTitle .strong{
	font-size: 24px;
}
.header-wrapper.fixedHeader .logo{
	width: 125px;
}
.header-wrapper.fixedHeader .menu_btn_area a span{
	width: 15px;
	height: 4px;
	margin: 6px 0;
}
.header-wrapper.fixedHeader .menu_btn_area a span:nth-child(2) {
    width: 30px;
}
.header-wrapper.fixedHeader .menu_btn_area a:hover span {
    width: 30px;
}
.header-wrapper.fixedHeader .menu_btn_area.menuC a span:nth-child(1) {
	width: 30px;
    transform: rotate(45deg) translate(7px, 6px);
}
.header-wrapper.fixedHeader .menu_btn_area.menuC a span:nth-child(3) {
	width: 30px;
    transform: rotate(-45deg) translate(8px, -8px);
}

/* header End */



/*banner End */
.banner_outr{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.banner_outr img{
  width: 100%;
  position: relative;
}

.bannerText{
	left: 125px;
	top: 50%;
	transform: translateY(-50%);
}
.mainTitle{
	font-size: 60px;
	line-height: 1;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.mainTitle:after{
	left: -60px;
	right: -60px;
	bottom: 0;
	height: 5px;
	content: '';
	position: absolute;
	background-color: #00aeef;
}
.mainTitle strong{
	font-size: 100px;
	line-height: 1;
	letter-spacing: -3px;
	text-shadow: 3px 3px 3px rgba(40, 40, 40, 0.8);
}

.bannerText .reportTitle .span{
	width: 150px;
	font-size: 36px;
	font-weight: 500;
}
.bannerText .reportTitle .strong{
	font-size: 90px;
}


.scroll_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22px;
  cursor: pointer;
}

.scroll_img h5 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.scroll_img figure{
  width: 45px;
  margin: 0 auto;
}

/*banner End */

/* new_pillers  */

.new_pillers_sec {
  background-image: url(../images/bg_img1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.top_pillers {
  background-color: #07aaecb5;
  width: 45%;
  border-radius: 0% 0 100% 0;
  height: 550px;
  padding-top: 100px;
  padding-left: 125px;
  margin-bottom: 40px;
}

.top_pillers .mainTitle{
	font-size: 44px;
    margin-bottom: 0;
	padding-bottom: 0;
}
.top_pillers .mainTitle strong {
    font-size: 80px;
}
.top_pillers .mainTitle:after{
	content: normal;
}


.btm_pillers {
  background-color: #0f8c4ee0;
  width: 75%;
  padding: 70px 100px 70px 125px;
  color: #fff;
  border-radius: 0 10px 10px 0;
}
.btm_pillers p{
  color: #fff;
  line-height: 2;
}


/* new_pillers end */

/* About  */
.about_sec {
  position: relative;
}

.about_sec .col-lg-7:after {
  position: absolute;
  content: "";
  bottom: 20%;
  background-image: url("../images/certi5.png");
  width: 280px;
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  opacity: 0.5;
}

.about_sec .top_pillers {
	position: relative;
	width: 100%;
	height: inherit;
	padding-top: 60px;
	padding-left: 125px;
	padding-bottom: 80px;
	margin-bottom: 0  !important;
}
.about_sec .top_pillers:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: -1;
	position: absolute;
	border-radius: 0% 0 100% 0;
	background-color: rgba(26,182,241,0.9);

}

.about_sec .top_pillers h4 {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 40px;
  color: #fff;
}

.about_sec .top_pillers p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  /*text-transform: capitalize;*/
}
.metro-txt {
  margin-bottom: 34px;
}

.about_sec .top_pillers p span {
  text-transform: uppercase;
}

.top_pillers .box {
  width: 50%;
}
.top_pillers .btmBr{
	position: relative;
}
.top_pillers .btmBr:after{
	right: 0;
	bottom: 0;
	content: '';
	height: 1px;
	left: -70px;
	position: absolute;
	background-color: #fff;
}

.about_sec .top_pillers .box h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.about_sec .top_pillers .box .col-lg-10 {
  padding: 0;
}

.about_sec .top_pillers .box p {
  font-size: 14px;
}

.home-page .about_sec .value-box{
    width: 100%;
}
.value-box {
  border: 5px solid #92d18b;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  height: 70px;
  position: relative;
  margin: 10px 0 0 0;
}

.value-box h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  z-index: 1;
  position: absolute;
}
.value-box h5 span {
  text-transform: lowercase;
}

.value-box:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 70px;
  top: -5px;
  right: 10px;
  background-color: rgba(19,176,238,1.0);
}

.about_sec .top_pillers .box a {
  padding: 0px 30px;
  background-color: #fff;
  border-radius: 10px;
  text-transform: capitalize;
  font-size: 20px;
  color: #1ab6f1;
  line-height: 45px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 54px 0 0 4px;
  display: inline-block;
  border: 2px solid transparent;
}

.about_sec .top_pillers .box a:hover {
  background-color: #1ab6f1;
  color: #fff;
  border: 2px solid #fff;
}

.certifed {
  padding-top: 100px;
  padding-left: 125px;
  padding-bottom: 80px;
}

.certiBoxWrap .eachCertiBox{
	width: 180px;
	padding-left: 15px;
	padding-right: 15px;
}
.certiBoxWrap .eachCertiBox figure{
	width: 100%;
	margin: 0 auto;
}
.certiBoxWrap .eachCertiBox figcaption{
	top: 50%;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    padding: 10px 25px;
    transform: translateY(-50%);
}
.certifed p {
  /*text-align: center;*/
  font-size: 30px;
  /*text-transform: uppercase;*/
  margin-bottom: 38px;
  font-weight: 700;
  color: #1ab6f1;
}

/*.right_pillers {
    background-image: url("../images/ab1.png");
    width: 200px;
    height: 425px;
    background-repeat: no-repeat;
}
*/
.right_pillers {
  display: flex;
  justify-content: space-evenly;
}
.right_pillers .absImg{
	top: 0;
	left: 120px;
    max-width: 170px;
  	/* margin: 0 0 0 -35px; */
}


.leftListCol{
	padding: 270px 0 0;
}

.eachListCol  ul {
  margin-top: 90px;
}

.eachListCol ul li span{
  width: 60px;
  background: rgb(60 192 240);
  height: 4px;
  display: block;
}
.eachListCol ul li {
  margin-top: 50px;
}
.eachListCol article {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
}

.right_pillers p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
  display: inline-block;
  text-transform: uppercase;
}
.right_pillers em {
  font-size: 24px;
  margin-left: 5px;
  color: #0b9a49;
  font-weight: 800;
  text-transform: uppercase;
}

.right_pillers .number {
  color: #0b9a49;
  font-size: 40px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  width: inherit;
  height: inherit;
  background: transparent;
}

/* About end  */

/*  */
/*.chairman_sec {
  background-image: url(../images/md_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 1244px;
}*/
.chairman_sec {
	height: 100vh;
	overflow: hidden;
}
.chairman_sec .chairman-slider{
	height: 100%
}

.man_pillers {
  background-image: url("../images/greenbg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 40px 60px;
  padding-left: 125px;
  width: 760px;
  height: 780px;
  top: 0;
  position: absolute;
  
}

.man_pillers.woman-pillers {
  background-image: url(../images/bluebg1.png);
  right: 0;
  height: 790px;
  padding-top: 0;
  background-position: top center;
  padding-top: 110px;
  padding-left: 190px;
  width: 680px;
}
.man_pillers.woman-pillers p:after {
  top: 115px;
  right: 243px;
}
.man_pillers.woman-pillers a {
  color: #0c9ece;
}
.man_pillers.woman-pillers a:hover {
  background-color: #0c9ece;
}
.man_pillers a {
  padding: 0px 30px;
  background-color: #fff;
  border-radius: 10px;
  text-transform: capitalize;
  font-size: 20px;
  color: #10914c;
  line-height: 45px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 54px 0 0 4px;
  display: inline-block;
  border: 2px solid transparent;
}

.man_pillers a:hover {
  background-color: #10914c;
  color: #fff;
  border: 2px solid #fff;
}

.slider-item-inner figure img {
  width: 100%;
}
.chairman-slider-item {
 position: relative;
}


.man_pillers h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
.man_pillers p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  
}
.man_pillers p:before {
  background-image: url(../images/inv1.png);
  position: absolute;
  content: "";
  top: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  left: -33px;
}

.man_pillers p:after {
  /*background-image: url(../images/inv2.png);
  position: absolute;
  content: "";
  top: 59px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  right: 139px;*/

 
  width:50px;
  content: "";
  height: 21px;
  display: inline-block;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../images/inv2.png);
}

.dic-txt {
  content: "";
  position: absolute;
  bottom: 4%;
  right: 3%;
  color: #fff;
  font-size: 26px;
  text-transform: capitalize;
  z-index: 2;
  background: rgba(0, 174, 239, 0.7);
  padding: 5px 20px;
  border-radius: 10px;
}
.dic-txt img {
	filter: invert(1);
	transition: 0.6s;
}
.dic-txt:hover img{
	transform: translateX(10px);
}

.grpara2{
  font-size: 5px;
}
/*  */

.financial_sec{
  padding: 50px 0;
}

.financial_innr {
	border-radius: 30px;
	padding: 40px 65px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.financial_row {
  display: flex;
  flex-wrap: wrap;
}

.financial_tab {
  border-right: 2px solid #c8dd5d;
  margin: 0 12px;

}
.financial_panel,
.financial_box{
	height: 100%
}
.financial_box {
  padding: 20px 50px;
  position: relative;
}
.financial_box img{
	top: 50%;
	bottom: 0;
	right: -50px;
	width: 312px;
	height: 410px;
	transform: translateY(-50%);
}
.financial_box a {
  padding: 0px 30px;
  background-color: #009247;
  border-radius: 10px;
  text-transform: capitalize;
  font-size: 20px;
  color: #fff;
  line-height: 45px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 42px 0 0 4px;
  display: inline-block;
  border: 2px solid transparent;
}

.financial_box a:hover {
  color: #009247;
  background: #fff;
  border: 2px solid #009247;
}

.financial_left {
  width: 40%;
}

.financial_right {
  width: 60%;
}

.financial_tab ul li {
	margin: 15px 35px 0 0px;
  border-bottom: 3px solid transparent;
}

.financial_tab ul li a{
  color: #0b9a49;
  display: inline-block;
  text-transform: uppercase;
}

.financial_tab ul li.active {
  border-bottom: 3px solid #c8dd5d;
}

.financial_tab ul li a span{
  color: #000;
  display: inline-block;
    margin: 0 0 3px 0;
}

/*  */


.testimonial {
  padding: 60px 0;
}
.slider-team {
}
.slider-team figure {
  width: 250px;
}
.slider-team figure img{
	width: 100%;
}
.quote {
  width: calc(100% - 250px);
  padding-left: 40px;
}

.quote h2{
 color: #00aeef;
}
.quote hr{
  width: 63px;
  height: 1px;
  background: #10914c;
}

.quote .description{
  height: 170px;
  overflow-y: auto;
}

.scrollBox{
	padding-right: 10px;
}
/* Browser Scroll Css */
.scrollBox::-webkit-scrollbar,
.navList ul::-webkit-scrollbar{
  width: 5px;
}
.scrollBox::-webkit-scrollbar-track,
.navList ul::-webkit-scrollbar-track{
  background: #d0e9db;
}
.scrollBox::-webkit-scrollbar-thumb,
.navList ul::-webkit-scrollbar-thumb{
  background: #32aa66;
}
.scrollBox::-webkit-scrollbar-thumb:hover,
.navList ul::-webkit-scrollbar-thumb:hover{
  background: #00aeef;
}



ul.testiTabList{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.testiTabList li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #32aa66;
}
ul.testiTabList li:not(:last-child){
	margin-right: 20px;
}
ul.testiTabList li.current {
  border-bottom: 2px solid #c8dd5d;
}

.tab-content{
  display: none;
  padding: 15px;
}

.tab-content.current{
  display: inherit;
}


.prev-arrow{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: -70px;
	transform: translateY(-50%);
	background-color: transparent;
}
.prev-arrow:before {
  position: absolute;
  content: "";
  background-image: url(../images/kindpng.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.next-arrow{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	right: -70px;
	transform: translateY(-50%);
	background-color: transparent;
}
.next-arrow:before {
  position: absolute;
  content: "";
  background-image: url(../images/kindright.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*  */
.leardership {
  padding: 0 0 50px 0;
}
.leardership h2{
  font-size: 50px;
  margin-bottom: 77px;
  color: #10914c;
  text-transform: uppercase;
}

.leadership-box {
  display: flex;
}
.leadership_bio {
 width: 24%;
 margin: auto;
}
.leardership figure img {
  display: block;
  margin: 0 auto;
}
.leardership h4{
  color: #0db0ec;
  margin-top: 10px;
  text-align: center;
}
.leardership p{
  text-align: center;
  font-weight: 600;
}

/*  */


/* footer */

.footer_outer{
  background-color: #009247;
  padding: 60px 0;
}

.footer_top img{
  display: block;
  margin:0 auto 50px auto;
}

.ftr_address {
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column;
}

.ftr_address h6{
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.ftr_address p {
  color: #fff;
  font-size: 18px;
}

.ftr_social ul li {
  float: left;
  display: inline-block;
  color: #10914c;
  margin: 20px 6px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.ftr_social ul li a{
  color: #10914c;
}

.ftr_menu {
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.ftr_menu ul li {
  margin-bottom: 15px;
}


.ftr_menu ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.ftr_menu ul li a sup {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0px 0 3px;
}


/* footer end */

.tab_txt h5 {
  color: #17b1e9;
    font-size: 22px;
    font-weight: 600
}
.tab_txt ul li  {
  margin: 10px 0;
}
.tab_txt ul li a {
    color: #000;
    margin: 10px 0 0 0;
    display: inline-block;
    font-weight: 300;
}
.tab_txt ul li img{
  width: 11px;
  height: 17px;
  color: #000;
  margin-top: 1px;
  /*margin-right: 5px;*/
  /* margin: -10px 5px 0 0; */
}
.tab_txt ul li .span{
  width: calc(100% - 11px);
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
}

/* / 11.08.2022 / */
.dic-txt.slick-disabled{
  display: none !important;
}
.dic-txt.dic_first{
  /* display: block; */
  right: inherit;
  left: 3%;
}
.dic-txt.dic_first img{
  transform: rotate(180deg);
}
.dic-txt.dic_first:hover img{
	transform: rotate(180deg) translateX(10px);
}
.dic-txt{
  cursor: pointer;
}
.about_sec {
  padding-bottom: 50px;
}
.value_process_sec {
  padding: 70px 0;
}
.page_hdng h2{
  font-size: 40px;
  line-height: 42px;
  color: #009247;
  font-weight: bold;
  text-transform: uppercase;
}
.page_hdng p{
  font-size: 30px;
  line-height: 42px;
  color: #000000;
  text-transform: uppercase;
}
.page_hdng{
  margin-bottom: 30px;
}
.value_tab ul{
  display: flex;
  flex-wrap: wrap;
}
.value_tab ul li{
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  /*justify-content: space-between;*/
}
.value_tab ul li:nth-child(1):after{
    right: 10%;
}
.value_tab ul li:nth-child(2){
    justify-content: center;
}
.value_tab ul li:nth-child(2):after{
    right: -23%;
}
.value_tab ul li:nth-child(3){
    justify-content: center;
}
.value_tab ul li:nth-child(3):after{
    right: -25%;
}
.value_tab ul li:nth-child(4){
    justify-content: flex-end;
}
/*.value_tab ul li:nth-child(4):after{*/
/*    left: 80%;*/
/*}*/

/*.value_tab ul li:nth-child(3) a{*/
/*  margin-left: 50px;*/
/*}*/

.value_tab ul li a{
  font-size: 22px;
  color: #000;
  font-weight: 500;
  display: inline-block;
  border-top: 2px solid #c8dd5d;
  position: relative;
}
.value_tab ul li::after{
  content: "";
  /*display: inline-block;*/
  position: absolute;
  /*right: 0;*/
  top: 50%;
  /*left: 50%;*/
  transform: translateY(-50%);
  background-image: url("../images/tab_right_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 175px;
  height: 7px;
}
.value_tab ul li:last-child:after{display: none;}
/*.value_tab ul li:last-child{*/
/*  text-align: right;*/
/*}*/
.flexWrap{
    display: flex;
    /*align-items: flex-end;*/
    justify-content: space-between;
}
.value_tab ul li.active a::before{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../images/tab_down_arrow.png');
  width: 16px;
  height: 18px;
}
.value_tab_panel {
  margin-top: 25px;
}
.value_tab_box {
  border: 2px solid #c8dd5d;
  padding: 50px 20px;
  position: relative;
}
.value_tab_right {
  width: 17%;
  /*position: relative;*/
  position: absolute;
  bottom: 0px;
  right: 0;
}
.value_tab_box::after{
  content: "";
  position: absolute;
  top: -2px;
  left: 100px;
  width: 245px;
  height: 2px;
  background-color: #fff;
}
.value_tab_box::before{
  content: "";
  position: absolute;
  bottom: -2px;
  right: 100px;
  width: 245px;
  height: 2px;
  background-color: #fff;
}
.value_tab_left{
    width: 80%;
}
.value_tab_left_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.value_tab_left_col {
  width: 33.33%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tab_img{
  width: 54px;
}
.tab_txt {
  width: calc(100% - 54px);
  padding-left: 15px;
}
.tab_text ul li  img {
    width: 11px;
    height: 17px;
}
.tab_txt h6{
  color: #00aeef;
  font-size: 18px;
  text-transform: uppercase;
}
.tab_txt p{
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.vision_divHolder{
    width: 96%;
    border-bottom: 1px solid #000;
    margin: 0 auto 40px;
}
.vision_divWrap {
    width: 90%;
    display: flex;
    justify-content: space-between;
    position:relative;
    margin:0 auto;
}
.vision_div {
    width: 33.33%;
    padding-top: 40px;
    position: relative;
    align-items: center;
    padding: 40px 0 10px;
}
.vision_div .tab_txt{
    width: auto;
}
.vision_div:before{
    top:0;
    left:0;
    right:0;
    height:1px;
    content:"";
    margin:auto;
    position:absolute;
    background-color:#000;
}
.vision_div:after{
    content:"";
    top:0;
    width:11px;
    height:26px;
    background-image: url(../images/arrow11.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:0 0;
    position:absolute;
    z-index:2;
}

.vision1:before {
    left: 25px;
    right: -25px;
}
.vision1:after {
    left: 20px;
}

.vision2:after {
    left:0;
    right:0;
    margin:auto;
}

.vision3:before {
    left: 0;
    right: 115px;
}
.vision3:after {
    left: calc(100% - 120px);
}

.value_tab_box{
  display: none;
}
.value_tab_box.show{
  display: block;
}
.financial_box.show{
  display: block;
}
.financial_box{
  display: none;
}

.rightBr_1{
    position: relative;
}
.rightBr_1:after{
    top: 0;
    bottom: 0;
    right: 8px;
    width: 1px;
    content: '';
    height: 100%;
    position: absolute;
    background: #000000;
}
/* / 11.08.2022 / */



.fz_20{
	font-size: 20px !important;
}
p.fz_20{
	line-height: 1.5 !important;
}

.btnCenter{
    margin: 0 auto;
    padding: 0px 30px;
    background-color: #009247;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 20px;
    color: #fff;
    text-align: center;
    max-width: 200px;
    line-height: 45px;
    font-weight: 600;
    transition: all 0.3s ease;
    /*margin: 42px 0 0 4px;*/
    display: block;
    border: 2px solid transparent;
}
.btnCenter:hover{
    color: #009247;
    background: #fff;
    border: 2px solid #009247;
}
.mobile{
	display: none;
}