@charset "utf-8";
/* CSS Document */

body{
     font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', sans-serif;
}

.main-site{
    position: relative;
    display: contents;
}

.main_join{
  margin-top: 50px;
  margin-bottom: 50px;
}

/*New Top Bar*/
    

/* ====================
03. Top Bar
==================== */
.top-bar {
  height: 45px;
/* 1 border-bottom: 1px solid #eeeeee;*/
    background-color: #169a4a;
}

.top-bar .bar-content {
  margin-top: 12px;
}

.top-bar .bar-content ul li {
  color: #fff;
  margin-right: 20px;
  font-size: 13px;   
      
}
.top-bar .bar-content ul li a{
  color: #fff;
  text-decoration: none;
}

.top-bar .bar-content ul li img {
  margin-right: 8px;
  vertical-align: sub;
}

.top-bar .top-social {
  margin-top: 5px;
}

.top-bar .top-social ul li a i {
  font-size: 13px;
  color: #969696;
  padding-left: 5px;
}

.top-bar .top-social ul li a i:hover {
  color: #00a3c8;
}


.list-inline-item:not(:last-child){
    margin-right: 0;
}
/*
.top-bar .top-social ul li:last-child {
  margin-left: 5px;
}
*/

.top-bar .top-social ul li span button {
  color: #fff;
  background: #fff;
  color: #169a4a;    
  padding: 7px 20px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
    cursor: pointer;
    font-size: 14px;
}

.top-bar .top-social ul li .singup button {
  color: #fff;
  background: #fff;
  color: #169a4a; 
  padding: 7px 20px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
    cursor: pointer;
}


.top-bar2 {
  background: #00a3c8;
  height: 45px;
}

.top-bar2 .bar-content {
  margin-top: 11px;
}

.top-bar2 .bar-content ul li {
  color: #eeeeee;
  margin-right: 30px;
}

.top-bar2 .bar-content ul li img {
  margin-right: 8px;
}

.top-bar2 .top-social {
  margin-top: 11px;
}

.top-bar2 .top-social ul li a i {
  font-size: 13px;
  color: #dddddd;
  padding-left: 5px;
}

.top-bar2 .top-social ul li a i:hover {
  color: #fff;
}

.login-register	{
	display: inline-block;
	color:#fff;
	}

.login-register a{ 
    color: #FFFFFF;
    font-size: 12px;
    border-right: 1px solid #55cb84;
    padding: 8px;
    float: left;
    line-height: 20px; 
    text-decoration: none;
}

.login-register a i {
    font-size: 12px;
}

.careerfy-modal-title-box{
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1;
    color: #333333;
}

/*Home Page Login Form*/
.careerfy-user-form{
    width: 100%;
    float: left;
}

.careerfy-user-form, .careerfy-user-form label, .careerfy-user-form-info, .careerfy-user-form input[type="text"], .careerfy-user-form input[type="submit"] {
    float: left;
    width: 100%;
    text-align: left;
}

.careerfy-user-form ul {
    margin: 10px -10px;
    padding-left: 0;
}
.careerfy-user-form ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px 10px;
    position: relative;
    line-height: 1;
    margin-bottom: 18px;
}
.careerfy-user-form label {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 10px;
}

.careerfy-user-form input[type="text"], 
.careerfy-user-form input[type="password"], 
.careerfy-user-form input[type="email"] {
    padding: 6px 13px;
    color: #999999;
    font-size: 12px;
    height: 42px;
    border: 1px solid #efefef;
    border-radius: 3px;
    background-color: #ffffff;
}

.careerfy-user-form i {
    position: absolute;
    right: 29px;
    bottom: 11px;
    font-size: 20px;
    color: #169a4a;
}
.careerfy-icon {
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.careerfy-mail:before {
    content: "\f0e0";
}
	
.careerfy-multimedia:before {
    content: "\f084";
}

.careerfy-user-form input[type="submit"] {
        text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 15px;
    border-radius: 40px;
    border: none;
    background-color: #169a4a;
    cursor: pointer;
    color: #ffffff;
}

.careerfy-user-form-info {
    margin-bottom: 13px;
}
.careerfy-user-form-info p {
    float: left;
    color: #555555;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1;
}
.careerfy-user-form-info p a {
    color: #169a4a;
}

.careerfy-user-form-info .careerfy-checkbox {
    float: right;
    width: auto;
}
.careerfy-checkbox input[type="checkbox"], .careerfy-checkbox input[type="radio"] {
    display: inline-block;
}

.careerfy-box-title-sub {
    margin-bottom: 18px;
}

.careerfy-box-title {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
    line-height: 25px;
}
.careerfy-box-title span {
    display: inline-block;
    font-size: 12px;
    color: #169a4a;
    position: relative;
}
.careerfy-box-title span:before, .careerfy-box-title span:after {
    background-color: #e5e5e5;
    content: "";
    height: 1px;
    left: 100%;
    margin-left: 8px;
    position: absolute;
    top: 12px;
    width: 999em;
}
.careerfy-box-title span:after {
    left: auto;
    right: 100%;
    margin-left: 0px;
    margin-right: 8px;
}

.careerfy-login-media {
    margin: 0px -10px;
    padding-left: 0;
}

.careerfy-login-media li {
    float: left;
    width: 50%;
    list-style: none;
    padding: 0px 10px 15px 10px;
    line-height: 1;
}

.careerfy-login-media li a {
    float: left;
    width: 100%;
    background-color: #445c8e;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    border-radius: 4px;
    padding: 14px;
}

.careerfy-login-media li a i{
    color: #fff !important;
}

.careerfy-login-media li a:hover{
    text-decoration: none;
}
.careerfy-login-media li i {
    display: inline-block;
    font-size: 19px;
    
    padding-right: 14px;
    border-right: 1px solid rgba(0,0,0,0.20);
}

.careerfy-login-media li a[data-original-title="google"] {
    background-color: #fb353f;
}

/*Register Form*/

.careerfy-user-form-coltwo.careerfy-user-form ul li {
    width: 50%;
}

.careerfy-user-form-coltwo.careerfy-user-form ul li.careerfy-user-form-coltwo-full {
    width: 100%;
}

.careerfy-user:before {
    content: "\f007";
}

.careerfy-technology:before {
    content: "\f095";
}

/*Navigation*/

/* ====================
04. Logo Area
==================== */
.logo-area {
  height: 82px;
  padding-top: 18px;
}

.logo-area .logo a{
    z-index: 1;
    position: relative;
}

.logo-area .main-menu ul li {
  position: relative;
}

.logo-area .main-menu ul li a {
  font-size: 15px;
  color: #222222;
  display: block;
  margin-right: 20px;
  padding: 12px 0 20px;
  text-decoration: none;
}

.logo-area .main-menu ul li a:last-child{
    margin-right: 20px;
}

.logo-area .main-menu ul li a i {
  font-size: 14px;
  color: #969696;
}

.logo-area .main-menu ul li a:hover {
  color: #169a4a;
  cursor: pointer;
}

.logo-area .main-menu ul li a:hover i {
  color: #169a4a;
}

.logo-area .main-menu ul li form {
  width: 190px;
  position: relative;
}

.logo-area .main-menu ul li form input {
  width: 100%;
  height: 38px;
  border: 1px solid #dddddd;
  background: transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding-left: 15px;
}

.logo-area .main-menu ul li form input:focus {
  border-color: #00a3c8;
}

.logo-area .main-menu ul li form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  border: none;
}

.logo-area .main-menu ul li:last-child {
/*  margin-left: 15px;*/
}

.logo-area .main-menu ul li ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 190px;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area .main-menu ul li ul.dropdown li {
  position: relative;
}

.logo-area .main-menu ul li ul.dropdown li a {
  font-size: 14px;
  color: #555555;
  padding: 8px 20px;
  margin-right: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area .main-menu ul li ul.dropdown li a:hover {
  background: #00a3c8;
  color: #fff;
}

.logo-area .main-menu ul li ul.dropdown li a:hover i {
  color: #fff;
}

.logo-area .main-menu ul li ul.dropdown li a i {
  float: right;
  margin-top: 4px;
}

.logo-area .main-menu ul li ul.dropdown li:last-child {
  margin-left: 0;
}

.logo-area .main-menu ul li ul.dropdown li:last-child a {
  border-bottom: none;
}

.logo-area .main-menu ul li ul.dropdown li ul.dropdown2 {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 180px;
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area .main-menu ul li ul.dropdown li:hover ul.dropdown2 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.logo-area .main-menu ul li:hover ul.dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.logo-area .main-menu ul li.mega-menu {
  position: inherit;
}

.logo-area .main-menu ul li.mega-menu .mega-box {
  width: calc(131% - 15px);
  margin: 0 auto;
  position: absolute;
  right: 15px;
  top: 100%;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area .main-menu ul li.mega-menu .mega-box .q-link {
  padding: 30px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .q-link h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .q-link a {
  font-size: 14px;
  color: #555555;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area .main-menu ul li.mega-menu .mega-box .q-link a:hover {
  color: #00a3c8;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news {
  padding: 30px 0;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-img img {
  max-width: 65px;
  margin-right: 10px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con p {
  margin-bottom: 5px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con span {
  color: #969696;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-dept {
  padding: 30px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-dept h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-dept a {
  font-size: 14px;
  color: #555555;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-dept a:hover {
  color: #00a3c8;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-doc {
  padding: 30px 30px 0 0;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-doc h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-doc .m-slider .slider-item img {
  margin-bottom: 10px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-doc .m-slider .slider-item p {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

.logo-area .main-menu ul li.mega-menu:hover .mega-box {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}


.menu-sticky.sticky {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  height: 75px;
  padding-top: 14px;
  -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.4);
}

/* ====================
05. Mobile Menu
==================== */
.mobile-menu-area {
  display: none;
}

@media (max-width: 767px) {
    .top-bar{
        display: none;
    }
  .logo-area{
    display: none;
  }
}

.mean-container .mean-bar {
  background: #fff;
  float: none;
  z-index: 999;
  text-align: center;
  padding: 10px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}

.mean-container .mean-bar .meanmenu-reveal {
  color: #169a4a;
  position: absolute;
  left: 0 !important;
  right: inherit;
  top: 0;
  width: 23px;
  margin-top: 22px;
  margin-left: 30px;
}

.mean-container .mean-bar .meanmenu-reveal span {
  display: block;
  background: #169a4a;
  height: 2px;
  margin-top: 5px;
}

.mean-container .mean-bar .mean-nav {
  float: left;
  width: 100%;
  background: transparent;
  margin-top: 0;
  border-bottom: 1px solid #169a4a;
    padding-bottom: 10px;
}

.mean-container .mean-bar .mean-nav a img {
  margin-top: 6px;
  margin-right: -60px;
  max-width: 150px;
}

/*
.login-menu-bt{
    display: inline-block;
}

.login-menu-bt a{
  font-size: 15px;
color: #00a3c8;
float: right;
margin-top: 22px;
margin-right: 30px;
width: 35px;
height: 35px;
border: 1px solid #00a3c8;
padding-top: 9px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-ms-transition: 0.2s ease;
-o-transition: 0.2s ease;
transition: 0.2s ease;
position: absolute;
right: 0;
top: 0;
}

.login-menu-bt a img{
    float: left;
    text-align: center;
    margin-top: 0;
}
*/

.modal-backdrop.show {
    opacity: .5;
    z-index: 1;
}

.mobilelogin-modal-lg ul{
    display: block !important;
}

.registration-modal-lg ul{
    display: block !important;
}


.registration-modal-lg li a , .mobilelogin-modal-lg li a{
    float: left;
    width: 100%;
    background-color: #445c8e;
    font-size: 14px;
    color: #ffffff !important;
    text-align: center;
    font-weight: 400;
    border-radius: 4px;
    padding: 14px !important;
}

.registration-modal-lg li a i , .mobilelogin-modal-lg li a i{
    color: #fff !important;
}

.registration-modal-lg li a:hover , .mobilelogin-modal-lg li a:hover{
    text-decoration: none;
}
.registration-modal-lg li i , .mobilelogin-modal-lg li a i {
    display: inline-block;

font-size: 19px !important;

padding-right: 14px;

border-right: 1px solid rgba(0,0,0,0.20) !important;

border-radius: 0 !important;

border: 0 !important;

margin-right: 0 !important;

margin-top: 0 !important;
}

.registration-modal-lg a[data-original-title="google"] {
    background-color: #fb353f;
}

.mobilelogin-modal-lg li a[data-original-title="google"]{
     background-color: #fb353f;
}


.mean-container .mean-bar .mean-nav a i {
  font-size: 15px;
  color: #169a4a;
  float: right;
  margin-top: 7px;
  margin-right: 30px;
  width: 35px;
  height: 35px;
  border: 1px solid #169a4a;
  padding-top: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.mean-container .mean-bar .mean-nav a i:hover {
  color: #fff;
  background: #169a4a;
}

.mean-container .mean-bar .mean-nav ul {
  margin-top: 20px;
  text-align: left;
  padding: 0 30px;
    z-index: 1;
}

.mean-container .mean-bar .mean-nav ul li {
  position: relative;
}

.mean-container .mean-bar .mean-nav ul li a {
  color: #555555;
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid #eeeeee;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.mean-container .mean-bar .mean-nav ul li a:hover {
  color: #169a4a;
}

.mean-container .mean-bar .mean-nav ul li:nth-child(1) a {
  border-top: 1px solid #eeeeee;
}

.mean-container .mean-bar .mean-nav ul li .mean-expand {
  font-size: 22px !important;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -6px;
  z-index: 2;
  background: transparent;
  border: none !important;
}

.mean-container .mean-bar .mean-nav ul li .mean-expand:hover {
  background: transparent;
}

.mean-container .mean-bar .mean-nav ul li ul {
  padding-left: 20px;
  margin-top: 10px;
}

.mean-container .mean-bar .mean-nav ul li ul li a {
  font-size: 13px;
  border: none !important;
}

/*Main BG*/

.main-bg2{
    position: relative;
}
.main-bg{
    background-image: url(../img/bg3.jpg);
    background-origin: content-box;
    background-size: cover;
    background-repeat: repeat-x;
    background-position-y: center;

}

.inner-circle{
    height: 100%;
/*
    width: 50%;
    border-radius: 0 280px 280px 0;
    background: rgb(228, 228, 228, 0.8);
*/
}

/*Contact Form  Home Page*/

.wrap-contact100  input {
	outline: none;
	border: none;
}

.wrap-contact100  textarea {
  outline: none;
  border: none;
}

.wrap-contact100  textarea:focus, .wrap-contact100  input:focus {
  border-color: transparent !important;
}

.wrap-contact100  input:focus::-webkit-input-placeholder { color:transparent; }
.wrap-contact100  input:focus:-moz-placeholder { color:transparent; }
.wrap-contact100  input:focus::-moz-placeholder { color:transparent; }
.wrap-contact100  input:focus:-ms-input-placeholder { color:transparent; }

.wrap-contact100  textarea:focus::-webkit-input-placeholder { color:transparent; }
.wrap-contact100  textarea:focus:-moz-placeholder { color:transparent; }
.wrap-contact100  textarea:focus::-moz-placeholder { color:transparent; }
.wrap-contact100  textarea:focus:-ms-input-placeholder { color:transparent; }

.wrap-contact100  input::-webkit-input-placeholder { color: #adadad;}
.wrap-contact100  input:-moz-placeholder { color: #adadad;}
.wrap-contact100  input::-moz-placeholder { color: #adadad;}
.wrap-contact100  input:-ms-input-placeholder { color: #adadad;}

.wrap-contact100  textarea::-webkit-input-placeholder { color: #adadad;}
.wrap-contact100  textarea:-moz-placeholder { color: #adadad;}
.wrap-contact100  textarea::-moz-placeholder { color: #adadad;}
.wrap-contact100  textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
.wrap-contact100   button {
	outline: none !important;
	border: none;
	background: transparent;
}

.wrap-contact100   button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*---------------------------------------------*/

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/



.wrap-contact100 {
  width: 80%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 42px 55px 45px 55px;
    margin-top: 80px;
    margin-bottom: 50px;    
}

@media only screen and (max-width: 768px){
    .wrap-contact100 {
        width: 100%;
    }
}


/*------------------------------------------------------------------
[ Form ]*/

.contact100-form {
  width: 100%;
}

.contact100-form-title {
      display: block;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 24px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
  margin-bottom: 27px;
}

.label-input100 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #169a4a;
  line-height: 1.5;
  padding-left: 5px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #169a4a;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-contact100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
}

.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -o-linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -moz-linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;

  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 72px 15px 65px 15px;
  }

    .main-bg{
        margin-top: 50px;
    }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: 'Poppins', sans-serif;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 40px;
  outline: none;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  padding-left: 5px ;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow::before {
  content: '';
  display: block;
  
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #999999;
  margin-bottom: 2px;
}

.select2-selection__arrow::after {
  content: '';
  display: block;
  
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999999;
}

/*------------------------------------------------------------------
[ Dropdown option ]*/
.select2-container--open .select2-dropdown {
  z-index: 1251;
  border: 0px solid #e5e5e5;
  border-radius: 0px;
  background-color: white;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-dropdown--above {top: -30px;}
.select2-dropdown--below {top: 8px;}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.select2-container .select2-results__option[aria-selected="true"] {
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #00dbde, #fc00ff);
  background: -o-linear-gradient(right, #00dbde, #fc00ff);
  background: -moz-linear-gradient(right, #00dbde, #fc00ff);
  background: linear-gradient(right, #00dbde, #fc00ff);
  color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #00dbde, #fc00ff);
  background: -o-linear-gradient(right, #00dbde, #fc00ff);
  background: -moz-linear-gradient(right, #00dbde, #fc00ff);
  background: linear-gradient(right, #00dbde, #fc00ff);
  color: white;
}

.select2-results__options {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
}

/*
    Logo Slider 
*/

.logo-slider{
    background-color: #169a4a;
    padding: 10px 0;
    position: relative;
    width: 100%;
    top: 105%;
}
.logo-slider .slide{
    display: inline-block;
}

/*Footer*/

.main-footer{
    background-color: #131313;
    padding: 60px 0;
}

.footer-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

footer .footer-text p {
    color: #8a99b3;
    font-size: 14px;
}

footer .menu {
    padding-left: 0;
    float: left;
    width: 50%;
    list-style-type: none;
}

footer .menu li {
    list-style: none;
    padding-bottom: 15px;
}

footer .menu li a {
    color: #8a99b3;
    font-size: 14px;
    text-decoration: none;
    transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    -moz-transition: all linear .2s;
}

footer .menu li a:hover{
    color: #169a4a;
}

#subscribe-form {
    margin-top: 15px;
}
#subscribe-form .form-group {
    position: relative;
}

#subscribe-form .form-group .form-control {
    border-radius: 30px;
    background: 0 0;
    color: #fff;
    border: 1px solid #536688;
    padding: 8px 15px;
}

#subscribe-form .form-group .btn-common {
    background: #26ae61;
}

#subscribe-form .form-group .btn-common {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
    height: 39px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: 0 0;
    background: #26ae61;
}

.btn-common::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 30px;
    opacity: 0;
    transform: scale(0,0);
    z-index: -1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.btn-common i{
    color: #fff;
}

.topbar-social{
  float: right;
}

.topbar-social li{
  display: inline-block;
  margin-right: 12px;
 
  margin-top: 10px;
  -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.topbar-social li a{
  color: #fff;
  
}

.topbar-social li a:hover{
  color: #000;
}



.footer-social li {
    display: inline-block;
    margin-right: 12px;
}

.footer-social li .facebook {
    background-color: #3b5998;
}
.footer-social li a {
    background: #26ae61;
}

.footer-social li a {
    background-color: #26ae61;
    border-radius: 30px;
    color: #fff;
    height: 32px;
    line-height: 35px;
    text-align: center;
    width: 32px;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.footer-social li .twitter {
    background-color: #55acee;
}

.footer-social li .linkedin {
    background-color: #007bb5;
}

.footer-social li .google-plus {
    background-color: #dd4b39;
}

/*aboutcfoworld*/
.aboutcfoworld{
  margin-top: 80px;
  margin-bottom: 80px;
}
.aboutcfoworld h2{
  font-size: 22px;
  color: #169a4a; 

}
.aboutcfoworld p{
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

.ycfoworld ul{
  list-style-type: none;
}

.ycfoworld ul li:before{
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #169a4a;
  padding-right: 10px;
}

.ycfoworld ul li {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  color: #666;


}

.joincfo{
  background-color: #e4f1f0;
  border-top: 1px solid #c8e2df;
  border-bottom: 1px solid #c8e2df;
  padding: 80px 0;
}

.joincfo h2{
  font-size: 22px;
  color: #169a4a; 
}

.joincfo p{
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

.joincfo_bt{
    padding-top: 30px; 
    width: 100%;
}

.joincfo_bt a{
  padding: 20px;
  background-color: #169a4a;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  text-align: center;

}

.benefits_joining{
  margin-top: 60px;
  margin-bottom: 60px;
}

.benefits_joining ul{
  list-style-type: none;
}


.benefits_joining ul li:before{
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #169a4a;
  padding-right: 10px;
}

.benefits_joining ul li{
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  margin-bottom: 10px;
}

.membership_cfo ul{
  list-style-type: none;
  
}

.membership_cfo ul li:before{
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #169a4a;
  padding-right: 10px;
}

.membership_cfo ul li{
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  margin-bottom: 10px;
}

.membership_cfo ul li ul li:before{
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #169a4a;
  padding-right: 10px;
}


.joinging_fees{
    
    padding: 2em 1em;
    text-align: left;
    color: #262b38;
    background: #fdfdfd;
    border-top: 3px solid ;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    margin-top: 0;
   
}

.joinging_fees2{
    
    padding: 2em 1em;
    text-align: left;
    color: #262b38;
    background: #e4f1f0;
    border-top: 3px solid ;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    margin-top: 0;
   
}

.pricing_color{
   border-color: #82b440!important;
}

.pricing_color_black{
   border-color: #666!important;
}
.pricing_sentence {
    /*font-weight: bold;*/
    padding: 0 0 .5em;
    color: #666;
    border-bottom: 3px solid rgba(139,144,157,.18);
    text-align: left !important;
}

.pricing_list {
    font-size: 14px;
    padding: 15px 0;
    color: #8b909d;
    list-style-type: none;
}
.pricing_list li {
    margin-bottom: 8px;
}

.pricing_list li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #82b440;
}

.member_plan{
  margin-top: 50px;
  margin-bottom: 50px;
}

.member_plan h2{
  font-size: 22px;
  color: #169a4a; 

}

.member_plan p{
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

.annual_member{
  background-color: #169a4a;

  padding: 20px;
  color: #fff;

}

.d_membership_form{
  margin-top: 40px;
}

.d_membership_form a{
      padding: 20px;
    background-color: #169a4a;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-align: center;
}

.knowtalk h2{
  margin-bottom: 30px;
  margin-top: 50px;
}
.knowtalk p{
  text-align: left;
}

.cfo_margin_b{
  margin-bottom: 30px; 
}

.our_member{
  margin-top: 6px;
}

.our_member a{
  background-color: #fff;
  padding: 15px 30px;
  color: #169a4a;
  font-size: 22px;
  display: inline-block;
  transition: all linear .2s;
  text-decoration: none;

}

.our_member a:hover{
  background-color: #333;
  color: #fff;
}
/*Contact*/

.leave_info {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: url(../img/contact-map.png);
  background-size: cover;

}
.leave_info h2{
  font-size: 22px;
  color: #169a4a; 

}

.leave_info p{
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}




.contact_name .phone, .contact_name .email{
  display: inline-block;
  width: 100%;
}

.contact_name .phone a, .contact_name .email a{

  width: 100%;
  color: #333;
}


.contact_name .phone:before{
  content: '\f095';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #82b440;
}

.contact_name .email:before{
  content: '\f003';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #82b440;
}


.contact-form {
    padding: 1.875rem;
    background: #fafafa;
    margin-bottom: 1.875rem;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.wpcf7-form{
  margin-top: 50px;
}

.heading2, h2 {
    color: #363636;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 0.9375rem;
    line-height: 1.5rem;
}

.post-password-form input[type="password"], .textfield, .input, .wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form input[type="search"], .wpcf7-form textarea {
    display: block;
    width: 100%;
    padding: 0.625rem 1.25rem;
    color: #999999;
    font-size: 0.9375rem;
    font-weight: 300;
    background: #ffffff;
    outline: none;
    border: 1px solid #dddddd;
    margin: 0 0 1.875rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    line-height: 1.2;
}

.post-password-form input[type="submit"], .wpcf7-form input[type="submit"], #wp-submit, .wpuf-submit-button {
    padding: 0.625rem 2rem;
    color: #169a4a;
    font-size: 0.9375rem;
    font-weight: 400;
    background: transparent;
    outline: none;
    border: 2px solid #169a4a;
    margin: 0;
    cursor: pointer;
    -webkit-border-radius: 1.75rem;
    -moz-border-radius: 1.75rem;
    -ms-border-radius: 1.75rem;
    border-radius: 1.75rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    line-height: 1.2;
}

.btn-default-grey:hover,.post-password-form input[type="submit"]:hover {
    background: #fb646f;
    border-color: #fb646f;
    color: #fff;
}

.contact-post {
    display: flex;
    margin-top: 2.625rem;
}

.contact-post i {
    color: #169a4a;
    font-size: 1.125rem;
    margin-right: 1.875rem;
}

.contact-post__title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.contact-post__description {
    margin-bottom: 0;
    font-size: 1rem;
    color: #666666;
}

.contact_address{
  margin-top: 55px;
}


.contact_banner2{
  background-image: url(../img/contact-banner.jpg);
  background-size: cover;
  height: 200px;
}

.address_communication{
  display: none;
}


.select_plan p{
  width: 50%;
 /*float: left;*/
 font-size: 24px;
 /*color: #169a4a;*/
}

.main_checkbozx {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main_checkbozx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #169a4a;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.main_checkbozx:hover input ~ .checkmark {
  background-color: #333;
}

/* When the radio button is checked, add a blue background */
.main_checkbozx input:checked ~ .checkmark {
  background-color: #169a4a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.main_checkbozx .checkmark::after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/*Event Page*/


.remove-ext5 .evnt-bx2 {
    margin-bottom: 40px;
}

.evnt-inf h5 a{
  font-family: 'Poppins', sans-serif;
  color: #333;
  text-decoration: none;
}
.evnt-bx2 {
  float: left;
  width: 100%;
  overflow: hidden;
  transition: all linear .2s;
}

.evnt-inf {
    float: left;
    width: 100%;
}

.evnt-inf > a {
    display: inline-block;
    font-family: montserrat;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    color: #222;
    text-decoration: none;
}
.evnt-thmb {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    

}
.evnt-thmb > a {
    float: left;
    width: 100%;
}
.evnt-thmb > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .3;
    z-index: 1;
}


.evnt-thmb img {
  width: 100%;
    -webkit-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.evnt-bx2:hover .evnt-thmb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.evnt-bx2:hover .evnt-thmb img {
    opacity: .7;
    z-index: 1;
}

.evnt-bx2 .evnt-inf {
  background-color: #f8f8f8;
  position: relative;
  padding: 25px 20px 75px;
}
.evnt-bx2 .evnt-inf > p {color: #777;}
.pst-mta-wrp {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 85px;
  margin-top: 17px;
}

.evnt-dat {
    display: inline-block;
    color: #fff;
   
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    max-width: 80px;
    width: 100%;
    line-height: 30px;
}
.evnt-dat > a {
    float: left;
    width: 100%;
    padding: 20px 5px 15px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
  }

  .evnt-dat > a i {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    display: block;
    margin-top: 5px;
}
.pst-mta-wrp .evnt-dat {
  position: absolute;
  left: 0;
  font-size: 23px;
  max-width: 55px;
  line-height: 20px;
}
.pst-mta-wrp .evnt-dat > a {
  background-color: #333;
  padding: 8px 5px 6px;
  color: #fff;
}
.pst-mta-wrp .evnt-dat > a i {
  font-size: 15px;
  margin-top: 3px;
  font-weight: 400;
}
.pst-mta-wrp .pst-mta > li {
  float: left;
  width: 100%;
  margin-top: 3px;
  color: #777;
}
.pst-mta-wrp .pst-mta > li + li:before {display: none;}
.pst-mta-wrp .pst-mta > li + li {margin-top: 10px;}
.evnt-bx2 .evnt-inf > a.theme-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: #169a4a;
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
.evnt-bx2 .evnt-inf > a.theme-btn:hover, 
.evnt-bx2 .evnt-inf > a.theme-btn:focus {color: #fff;}
.remove-ext5 .evnt-bx2 {margin-bottom: 40px;}
.evnt-bx2:hover .evnt-inf > a.theme-btn:before {
  opacity: 1;
  left: 0;
  right: 0;
}

.evnt-bx2 .evnt-inf {
    background-color: #f8f8f8;
    position: relative;
    padding: 25px 20px 75px;
}

.evnt-inf a.event-btn:hover{
  color:#222;
}
.evnt-inf a.event-btn {
    color: #8f8f8f;
}
.pst-mta {
    display: inline-block;
    padding-left: 0;
    margin: 2px 0 0;
    list-style: none;
}
.pst-mta > li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    margin-top: 10px;
}
.pst-mta > li i {
    margin-right: 8px;
    color: #169a4a;
}
.pst-mta-wrp .pst-mta > li {
    float: left;
    width: 100%;
    margin-top: 3px;
    color: #777;
    font-size: 14px;
}

.theme-btn {
  display: inline-block;
  color: #fff;
  font-family: montserrat;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.theme-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background-color: #1a1a1a;
}

.evnt-bx2:hover .pst-mta-wrp .evnt-dat > a{
  color: #fff;
}


.theme-btn,
.evnt-bx2:hover .pst-mta-wrp .evnt-dat > a,
.tm-bx2 .tm-thmb
{
    -webkit-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #169a4a;
}

.camp-bx .prg-wrp > a.theme-btn:before,
.evnt-bx2 .evnt-inf > a.theme-btn:before{
    -webkit-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #333;
}

/*Event Model Style*/
.details-col .title-area {
    position: relative;
    margin-bottom: 21px;
    padding-left: 75px;
}
.details-col .title-area .edate {
    top: 0;
    bottom: inherit;
}
.edate {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #169a4a;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding-top: 7px;
    z-index: 99;
}
.edate strong {
    font-size: 22px;
    display: block;
}
.details-col .title-area .etime {
    position: inherit;
    right: inherit;
    bottom: inherit;
    display: inline-block;
    background: #fff;
    border: 1px solid #e6e6e6;
    line-height: 28px;
    padding: 0 15px;
    z-index: 99;
    margin-bottom: 14px;
}
.details-col .title-area span i {
    color: #169a4a;
    margin-right: 5px;
}

.details-col .title-area h4 {
    margin-bottom: 14px;
    color: #333333;
}
.event-counter {
    width: 100%;
    position: relative;
    background: #169a4a;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.event-counter .countdown-section {
  float: left;
  text-align: center;
  position: relative;
  padding: 0 34px;
}
.event-counter .countdown-amount:before {
  content: " : ";
  font-size: 30px;
  color: #fff;
  float: left;
  position: absolute;
  left: 0;
  font-weight: 600;
}
.event-counter .countdown-section:first-child .countdown-amount:before {
  display: none;
}
.event-counter .countdown-amount {
  display: block;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 700;
}
.event-counter .countdown-period {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
a.participate {
  background: #fff;
  float: right;
  line-height: 50px;
  padding: 0 25px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-top: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0);
}
a.participate:hover {
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.event-details .details-col p {
    margin: 0 0 20px;
}
.details-col p {
    color: #444;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}
.details-col blockquote {
    background: #f1f1f1;
    border: 0px;
    border-radius: 100px 0 0 100px;
    position: relative;
    padding: 35px 35px 35px 150px;
    margin: 0 0 30px;
}

.details-col blockquote:after {
    content: "\f10d";
    font-family: FontAwesome;
    color: #169a4a;
    position: absolute;
    left: 50px;
    top: 35px;
    font-size: 60px;
    border-right: 5px solid #333;
    padding-right: 22px;
}


/*Event*/
.our_event h1{
  text-align: center;
  color: #fff;
  padding-top: 80px;
  vertical-align: middle;
}

@media screen and (max-width: 500px) {
  .our_member{
    margin-bottom: 10px;
  }
  .our_member a{
    width: 100%;
    text-align: center;
  }

  .mobile_aboutcfo{
    margin-top: 20px;
  }
}

.banking{
    background-color: #169a4a;
    padding: 10px;
}

.banking .bank-head{
    font-weight: bold;
    font-size: 16px;
}
.banking p{
    color: #fff;
    text-align: left;
}

.participate{
    font-size: 24px !important;
    text-align: center !important;
    margin-top: 10px;
}

.part-name{
    text-align: center !important;
}
.part-name b{
    color: #169a4a;
}

/*Event Table */
.cfo-table th{
  font-size: 14px;
  color: #333;
}
.cfo-table h5, .cfo-table p{
  font-size: 14px;
  color: #333;
  text-align: left;
}