@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');
/* font-family: 'Montserrat', sans-serif; */

:root {
  --green-color: #a5ce46;
  --grey-color: #737576;
}

body {
  background: #fff;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: var(--grey-color);
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
}

a:link {
  color: var(--grey-color);
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  color: var(--grey-color);
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #333333;
  outline: none;
}

a:active {
  text-decoration: none;
  color: var(--grey-color);
  outline: none;
}

ul,
ol {
  margin: 0px 0px 15px 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.nomargin {
  padding: 0 !important;
  margin: 0 !important;
}

.container {
  margin: auto;
  clear: both;
  padding: 0px;
}

button.btn {
  background: var(--green-color);
  border: 1px solid var(--green-color);
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 8px 45px;
  text-transform: uppercase;
}

button.btn:hover {
  background: var(--green-color);
  border: 1px solid var(--green-color);
  cursor: pointer;
  color: #fff;
}

.btn {
  border: none;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 8px 45px;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: none;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
}

.btn-primary,
a.btn-primary {
  background-color: var(--green-color);
  ;
  color: #fff;
  border: 1px solid var(--green-color);
  ;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  color: var(--green-color);
  border: 1px solid var(--green-color);
}

.btn-secondary,
a.btn-secondary {
  background-color: #fff;
  color: var(--green-color);
  border: 1px solid var(--green-color);
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: var(--green-color);
  color: #fff;
  border: 1px solid var(--green-color);
}

.form-control {
  font-size: 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: auto;
}

input.form-control,
input.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
  -webkit-box-shadow: none;
}


::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

:-moz-placeholder {
  opacity: 1;
  color: #fff;
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}


label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}

label {
  font-weight: normal;
}



h2 {
  font-size: 16px;
  font-weight: 600;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 26px;
}

p {
  line-height: 30px;
}

.container {
  max-width: 1400px;
  margin: auto;
}

 



/* CUSTOM CSS START */


.header_main {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
  align-items: center;
  position: sticky;
  width: 100%;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 99999;
  max-height: 150px;
  min-height: 110px;
}




/* INNER HEADER HERE */

.inner-header {
  background: var(--green-color);
  display: flex;
  flex-wrap: wrap;
}

.inner-header .content {
  width: 50%;
  justify-content: end;
  align-self: center;
  display: flex;
}

.inner-header .content {
  margin: 0;
  padding: 0 6% 0 0;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-self: center;
}

.inner-header .content .text {
  margin: 0;
  padding: 20px 0;
  max-width: 582px;
  min-width: 582px;
  color: #fff;
}


.inner-header .content .text h2 {
  margin: 0px 0px 15px 0px;
}

.inner-header .content .text h1 {
  margin: 0px 0px 0px 0px;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

.inner-header .image {
  width: 50%;
}

.inner-header .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}



/* NAVIGATION */
.nav_main ul li {
  display: inline-block;
  margin: 0px 22px;
  letter-spacing: 1px;
  vertical-align: middle;
}

.nav_main ul li a {
  font-size: 14px;
  text-transform: uppercase;
}

.nav_main ul li.login {
  margin: 0px;
}

.nav_main ul li.login a {
  border-radius: 100%;
  background: var(--green-color);
  display: block;
  width: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.nav_main ul li a.btn {
  padding: 8px 35px
}

.navbar-toggle {
  display: none;
}

.containernew {
  padding: 0 80px;
}

.objective_section .image img {
  object-fit: cover;
  width: 90%;
  height: 90%;
}


/* SLIDER */


.slider .slide {
  width: 100%;
  height: calc(90vh - 110px);
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex !important;
  -webkit-align-content: center;
  align-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 0;
}

.slider .slide img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.slider .slide .caption {
  max-width: 1000px;
  color: #fff;
  bottom: 30px;
  position: absolute;
  left: -200px;
  right: 0;
  margin: auto;
}

.container__inner{
  display: flex;
  flex-wrap: wrap;
}



.team_image .btn {
  margin-bottom: 40px;
}
.slider .slide .caption h2 {
  color: #fff;
  font-weight: 600;
  font-size: 58px;
}

.slider .slide .caption h2::after {
  content: "";
  height: 5px;
  width: 100px;
  background: var(--green-color);
  display: block;
  margin: 25px 0px;
}

.slider .slide .caption p {
  font-size: 21px;
  line-height: 30px;
}

.slide_arrow {
  width: 100%;
  position: relative;
  margin: -34px 0px 0px 0px;
  text-align: center;
}

.slide_arrow a {
  display: inline-block;
  width: 69px;
  height: 69px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  line-height: 65px;
}

.slide_arrow img {
  width: 32px;
  height: 40px;
  display: inline;
}



.slider .slide .custom-dots {
  padding: 0px;
  display: flex;
  width: auto;
}

.slider .slide .custom-dots ul.slick-dots {
  margin: 0px;
  padding: 0px;
}

.slider .slide .custom-dots ul li {
  margin: 0px;
  padding: 0px;
  display: inline-flex;
}

.slider .slide .custom-dots ul li button {
  margin: 0 12px 0 0;
  width: 13px;
  padding: 0px;
  font-size: 0;
  height: 13px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
  text-indent: -9999999px;
}

.slider .slide .custom-dots li.slick-active1 button {
  background: #fff;
}




/* WELCOME HERE */

.welcome_main {
  text-align: center;
  padding: 15px 0px 30px;
}

.welcome_main.welcome-main-below-slider {
  padding-bottom: 0;
}

.welcome_main h3 span {
  text-align: center;
  display: block;
}

.welcome_main h3 span:after {
  content: "";
  height: 5px;
  width: 100px;
  background: var(--green-color);
  display: inline-block;
  margin: 10px 0px;
}

.welcome_main .container {
  padding: 0px 15%;
}

.welcome_main p {
  margin-bottom: 20px;
}

.welcome_main p:last-child{margin-bottom: 0;}



/* ABOUT HERE */

.about_main {
  text-align: center;
  padding: 0px 0px 20px;
}

.about_main .bg {
  background: url(../images/slide3.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 10% 0px;
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
  position: relative;
}

.about_main .bg:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about_main .bg h2 {
  margin-bottom: 20px;
}


.about_main h2,
.about_main h3 {
  position: relative;
}

.about_main h3 span {
  text-align: center;
  display: block;
}

.about_main h3 span:after {
  content: "";
  height: 5px;
  width: 100px;
  background: var(--green-color);
  display: inline-block;
  margin: 47px 0px;
}

.about_main .container {
  padding: 80px 15%;
}

.about_main p {
  margin-bottom: 0px;
}

.welcome_main.welcome-main-below-slider + .mission_section {
  margin-top: 20px;
  
}

/* .objective_section .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
} */


/* MISSION HERE */

.mission_section {
  background: var(--green-color);
  display: flex;
  flex-wrap: wrap;
}
 
.mission_section .content {
  margin: 0; 
  width: 50%;
  
}  

.mission_section .content .text {
  margin: 0;
  padding: 20px 0;
  max-width: 462px;
  color: #fff;
}


.mission_section .content .text h2 {
  margin: 0px 0px 30px 0px;
}

.mission_section .content .text h3 {
  margin: 0px 0px 15px 0px;
}

.mission_section .image {
  width: 50%;
}

/* OBJECTIVE HERE */

.objective_section {
  padding: 30px 0px 30px;
  border-top: 1px solid #ccc;
}

.objective_section .row {
  justify-content: space-between;
  align-items: center;
}

.objective_section .text {
  padding-right: 135px;
}

.objective_section h2 {
  margin: 0px 0px 26px 0px;
  color: var(--green-color);
}

.objective_section h3 {
  margin: 0px 0px 36px 0px;
}

.objective_section p {
  margin: 0px 0px 36px 0px;
}



.companies_section {
  padding: 30px 0px;
}

.companies_section h3 {
  color: var(--green-color);
  text-align: center;
}

.companies_section h3 span {
  text-align: center;
  display: block;
}

.companies_section h3 span:after {
  content: "";
  height: 5px;
  width: 100px;
  background: var(--green-color);
  display: inline-block;
  margin: 47px 0px;
}

.invest_row {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: repeat(4,1fr);

}

.invest_row .invest_block { 
  padding: 0px 0px 20px 0px;
  background: #f7f7f7;
  text-align: center; 
}

.invest_row .invest_block .thumb {
  margin-bottom: 15px;
  min-height: 218px;
  max-height: 218px;
  overflow: hidden;
  position: relative;
}

.invest_row .invest_block .thumb img {
  max-width: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}


.invest_row .invest_block .text {
  padding: 0px 15px;
}

.invest_row .invest_block h3 {
  font-size: 20px;
  margin: 0px 0px 15px 0px;
  text-transform: uppercase;
  font-weight: 600;
}


.invest_row .invest_block p {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0px;
  font-weight: 500;
}

.invest_row .invest_block p span {
  color: var(--green-color)
}

.invest_row .invest_block p span.sector {
  background: var(--green-color);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px 10px;
}

.invest_row .invest_block p.desc {
  line-height: 22px;
}

 


/* LOGO SECTION */

.brands {
  padding: 20px 0 20px;
  overflow: hidden;
}

.brands + .team_image{
  margin-top: 30px;
}


.brands.founders--top{
  padding: 0px 0 20px;
}
.brands h3 {
  text-align: center;
}

.brands h3 span {
  text-align: center;
  display: block;
}

.brands h3 span:after {
  content: "";
  height: 5px;
  width: 100px;
  background: var(--green-color);
  display: inline-block;
  margin: 10px 0px 27px;
}


.brands p {
  margin-bottom: 30px;
  text-align: center;
}
  
.brands p:last-child {
  margin-bottom: 0;
}

.brands .slick-slide {
  text-align: center;
}

.brands .slick-slide>div >div{ display: table!important;}
.brands .slick-slide>div >div > .thumb {
  text-align: center; display: table-cell; min-height: 150px; vertical-align: middle;
  width: 90%; padding: 0px 20px;
}

.brands .slick-slide span {
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 600;
}

.brands .slick-slide img {
  display: inline-block; max-height: 140px; 
}

.brands ul.slick-dots {
  margin: 25px 0px 0px 0px;
  padding: 0px;
  text-align: center;
}

.brands ul.slick-dots li {
  margin: 0px 5px;
  list-style: none;
  display: inline-block;
  padding: 0px;
}

.brands ul.slick-dots li button {
  background: var(--grey-color);
  text-indent: -99999px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: none;
}

.brands ul.slick-dots li.slick-active button {
  background: var(--green-color);
}

/* NEWSLETTER */

.newletter_main {
  width: 100%;
  padding: 65px 0px;
  background: var(--green-color);
}

.newletter_main .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.newletter_main .form .form-control {
  max-width: 85%;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-size: 26px;
  color: #fff;
  padding: 5px 0px;
}

.newletter_main .form .form-control::-webkit-input-placeholder {
  color: #fff;
}

.newletter_main .form .form-control::-moz-placeholder {
  color: #fff;
}

.newletter_main .form .form-control:-ms-input-placeholder {
  color: #fff;
}

.newletter_main .form .form-control:-moz-placeholder {
  color: #fff;
}

.newletter_main .form button.btn.btn-primary {
  background: #fff;
  background-size: 19px 13px;
  padding: 8px 55px;
  color: var(--green-color);
  border-radius: 30px;
}

.newletter_main .form .error,
.newletter_main .form .success {
  position: absolute;
  left: 0px;
  top: 60px;
}

.newletter_main .form .alert {
  padding: 8px 0px;
}

.newletter_main .form .error {
  color: var(--danger);
}

.newletter_main .form .success {
  color: var(--success);
}

.newletter_main .form .error.valid {
  color: #fff;
}

.newletter_main .form input:-webkit-autofill,
.newletter_main .form input:-webkit-autofill:hover,
.newletter_main .form input:-webkit-autofill:focus {
  border-bottom: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px var(--green-color) inset;
}



/* INNER CONTENT HERE */

.inner-content {
  padding: 80px 0px;
}

.inner-content h1 {
  margin-bottom: 25px;
  font-size: 42px;
}

.inner-content h2 {
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 400;
}

.inner-content h3 {
  margin-bottom: 25px;
  font-size: 34px;
}

.inner-content h4 {
  margin-bottom: 25px;
}

.inner-content h5 {
  margin-bottom: 25px;
}

.inner-content h6 {
  margin-bottom: 25px;
  font-size: 22px;
}

.inner-content p {
  margin-bottom: 35px;
}

.row-space-between {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.column-two {
  width: 45%;
}

.about-us {
  border-bottom: 1px solid var(--green-color);
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.about-us .objective {
  width: 35%;
}

.about-us .objective h2 {
  margin: 0px 0px 26px 0px;
  color: var(--green-color);
  font-size: 16px;
  font-weight: 600;
}

.about-us .objective h3 {
  margin: 0px 0px 36px 0px;
}

.about-us .objective h3::after {
  content: "";
  height: 5px;
  width: 100px;
  background: var(--green-color);
  display: block;
  margin: 25px 0px;
}


.about-us .objective p {
  margin: 0px;
}


.about-us .get-in-touch {
  width: 30%;
}

.about-us .get-in-touch h2 {
  margin: 0px 0px 26px 0px;
  color: var(--green-color);
  font-size: 16px;
  font-weight: 600;
}

.about-us address {
  margin-bottom: 72px;
}

.btnwrapper_center {
  padding-top: 30px;
}


/* FOOTER HERE */

.footer_main {
  padding: 35px 0px;
  text-align: center;
  font-size: 13px;
}

.footer_main ul.social {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}

.footer_main ul.social li {
  padding: 0px 10px;
  margin: 0px 0px 12px 0px;
  list-style: none;
}


.footer_main a {
  text-transform: uppercase;
}


.footer_main ul.social li img {
  max-width: 37px;
  width: 37px;
}

.footer_main ul li a svg {
  max-width: 37px;
  width: 37px;
}

.footer_main p img {
  max-width: 115px;
  margin: 10px 0px 0px;
}

.backbtn {
  position: relative !important;
}

/* add css 5-8-2019 */

.join_wraper_grid h3 {
  margin: 0px;
  font-size: 20px;
  color: #b31733;
  word-break: break-all;
}

.join_wraper_grid {
  background: #f5f5f5;
  padding: 35px 0;
}

.title_wrapper {
  padding: 0 0 30px;
  text-align: center;
}

.grid_items_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 726px;
  margin: 0 auto;
}

.grid_items {
  max-width: 242px;
  background: #ffffff;
}

.midblock {
  background: #b31733;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}

.arrow_bottom {
  width: 35px;
}

.custom_link a {
  font-size: 12px;
  text-transform: capitalize;
  color: #b31733;
  text-decoration: none;
}

.custom_link .img_inline {
  margin-right: 8px;
}

.due_deligence h3 {
  color: #ffffff;
  padding-bottom: 15px;
  font-size: 20px;
}

.innercontent p {
  margin: 0px;
  line-height: 18px;
  padding: 10px 0px;
  font-size: 12px;
}

.innercontent {
  padding: 20px 25px;
}

.join_wraper_grid .title_wrapper h1 {
  font-size: 30px;
  color: #b31733;
}


/* comment for footer eq width
/* .brands.networks-list .container {
    padding: 0px 15px;
} */


.os-tabs-controls {
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
}

.os-tabs-controls .nav-pills {
	align-items: center;
	border-bottom: 1px solid #dee2e6;
}

.os-tabs-controls .nav-tabs {
	flex: 1;
	margin:0px;
}



/* 3d. Override bootstrap navigation styles */

.nav.smaller {
	font-size: 0.72rem;
}

.nav.smaller.nav-tabs .nav-link {
	padding: 0.7em 1.1em;
}

.nav.smaller.nav-pills .nav-link {
	padding: 0.2em 1.1em;
}

.nav.bigger {
	font-size: 1.25rem;
	font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
}

.nav.bigger.nav-tabs .nav-link.active:after,
.nav.bigger.nav-tabs .nav-item.show .nav-link:after {
	height: 6px;
	bottom: -3px;
	border-radius: 2px;
}

.nav.bigger.nav-tabs .nav-link {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 2rem;
}

.nav.upper {
	font-size: 0.9rem;
	font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.nav.upper.nav-tabs .nav-link.active:after,
.nav.upper.nav-tabs .nav-item.show .nav-link:after {
	height: 3px;
	bottom: -2px;
	border-radius: 2px;
}

.nav.upper.nav-tabs .nav-link {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-right: 2rem;
}

.nav.upper.centered.nav-tabs .nav-link {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-left: 1rem;
	margin-right: 1rem;
}

.nav.upper.centered.nav-tabs .nav-item {
	margin-right: 0px;
}

.nav.centered {
	text-align: center;
	justify-content: space-around;
}

.nav-link i {
	display: inline-block;
	color: #b0c4f3;
	font-size: 26px;
	margin-bottom: 5px;
}

.nav-link span {
	display: block;
	font-size: 0.72rem;
}

.nav-link.active i {
	color: var(--green-color);
}

.nav-tabs .nav-item {
	margin-bottom: 0px;
	margin-right: 1rem;
}

.nav-tabs .nav-link {
	border: none;
	color: rgba(0, 0, 0, 0.3);
}

.nav-tabs .nav-link.disabled {
	color: #636c72;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item .nav-link {
	transition: all 0.2s ease;
	position: relative;
}

.nav-tabs .nav-link:after,
.nav-tabs .nav-item .nav-link:after {
	content: "";
	width: 0%;
	height: 3px;
	background-color: var(--green-color);
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.2s ease;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item:hover .nav-link {
	color: #495057;
	background-color: transparent;
	border-color: #dee2e6 #dee2e6 transparent;
	position: relative;
}

.nav-tabs .nav-link.active:after,
.nav-tabs .nav-item.show .nav-link:after,
.nav-tabs .nav-link:hover:after,
.nav-tabs .nav-item:hover .nav-link:after {
	width: 100%;
}

.nav-pills .nav-link {
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.4);
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
	color: #fff;
	cursor: default;
	background-color: var(--green-color);
}


.element-wrapper .element-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.element-wrapper .element-header:after {
    content: "";
    background-color: var(--green-color);
    width: 18px;
    height: 6px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
}

.controls-above-table {
	margin-bottom: 1rem;
}

.controls-above-table .btn,
.controls-above-table .all-wrapper .fc-button,
.all-wrapper .controls-above-table .fc-button {
	margin-right: 0.5rem;
}

.controls-above-table .form-control {
	margin-right: 1rem;
}

.controls-above-table .form-control:last-child {
	margin-right: 0px;
}

.controls-pagination-cnt .align-rit {
    text-align: right;
}

.controls-below-table {
	display: flex;
	justify-content: space-between;
	font-size: 0.81rem;
}

.controls-below-table .table-records-info {
	color: rgba(0, 0, 0, 0.5);
}

.controls-below-table .table-records-pages ul {
	list-style: none;
}

.controls-below-table .table-records-pages ul li {
	display: inline-block;
	margin: 0px 10px;
}

.controls-below-table .table-records-pages ul li a.current {
	color: #3E4B5B;
}

.all-wrapper table.dataTable {
	border-collapse: collapse !important;
}


.table.table-padded {
	border-collapse: separate;
	border-spacing: 0 5px;
}


.table.table-padded th, .table.table-padded td {
    font-size: 0.8rem;
}
.contactusform .form-group input:-internal-autofill-selected,
.contactusform .form-group input::selection,
 .contactusform .form-group textarea::selection {
    background: #fff !important;
    color: #000 !important;
}

.contactusform .form-group input::-webkit-input-placeholder {
  color: #333;
}

.contactusform .form-group textarea::-webkit-input-placeholder {
  color: #333;
}
.contactusform .form-group input:focus::-webkit-input-placeholder,
.contactusform .form-group textarea:focus::-webkit-input-placeholder {
        color: #333;
    }

  .contactusform .form-control:focus{
      color: #333;
      }


.video--center-div  h6{ 
  text-align: center;
  margin:0 0 20px;
  color: var(--green-color); 
  font-size: 40px;
}

.video--center-div .youtube__players div{
  margin:0 auto;
  max-width:650px;
  
}

.heading-normal-pages{
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 1050px) {
  .video--center-div  h6{ 
    font-size: 30px;
  }

  .heading-normal-pages{ 
    font-size: 28px; 
  }
}


@media (max-width: 800px) {
  .video--center-div  h6{ 
    font-size: 22px;
  }
}

@media (max-width: 500px) {

  .video--center-div .youtube__players{
    padding:0 20px;
}
.video--center-div .youtube__players div{
  width:100%;
 
}

@media (max-width: 580px){
  .video-two-column .youtube__players + .youtube__players{
    margin-top: 30px;
  }
  .heading-normal-pages{
    font-size: 25px;
  }

  .iframe--video{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
  }

  .iframe--video iframe{ 
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.video--center-div .youtube__players{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.video--center-div .youtube__players iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
}

@media (min-width: 1100px){
	.table-responsive {
		overflow: visible;
	}
  .objective_section h3 {
    font-size: 44px;
  }
}

.table.table-padded thead tr th {
	border: none;
	font-size: 0.81rem;
	color: rgba(90, 99, 126, 0.49);
	letter-spacing: 1px;
	padding: 0.3rem 1.1rem;
}

.table.table-padded tbody tr {
	border-radius: 4px;
	transition: all 0.1s ease;
}

.table.table-padded tbody tr:hover {
	box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
	transform: translateY(-1px) scale(1.01);
}

.table.table-padded tbody td {
	padding: 0.9rem 1.1rem;
	background-color: #f5f5f5;
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.03);
}

.table.table-padded tbody td.bolder {
	font-weight: 500;
	font-size: 0.99rem;
}

.table.table-padded tbody td img {
	display: inline-block;
	vertical-align: middle;
}

.table.table-padded tbody td img+span {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.table.table-padded tbody td span+span {
	margin-left: 5px;
}

.table.table-padded tbody td .status-pill+span {
	margin-left: 10px;
}

.table.table-padded tbody td:first-child {
	border-radius: 4px 0px 0px 4px;
}

.table.table-padded tbody td:last-child {
	border-radius: 0px 4px 4px 0px;
	border-right: none;
}




.table .user-with-avatar {
	white-space: nowrap;
}

.table .user-with-avatar img {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50px;
}

.table .user-with-avatar span {
	display: inline-block;
	vertical-align: middle;
}


.table .user-with-avatar span {
    width: 150px;
}

.table .user-with-avatar span {
    white-space: pre-line;
    margin: 0 15px 0 10px;
    overflow-wrap: break-word;
    word-break: break-word;
    width: 80%;
}

@media screen and (max-width: 1000px) {

	.table .user-with-avatar span {
		width: 150px;
		word-break:break-all;
	}
	
}


.table .user-with-avatar img+span {
	margin-left: 10px;
}

.table th {
	font-weight: 500;
}

.table .smaller {
	font-size: 0.72rem;
}

.table .lighter {
	color: rgba(90, 99, 126, 0.49);
}

.table.table-editable td:hover {
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 2px var(--green-color);
}

.table.table-lightborder td {
	border-top-color: rgba(83, 101, 140, 0.08);
}

.table.table-lightfont td {
	font-weight: 300;
}

.table th,
.table td {
	vertical-align: middle;
}

.table th img,
.table td img {
	max-width: 100%;
}

.table thead th {
	border-bottom: 1px solid #999;
}

.table tfoot th {
	border-top: 1px solid #999;
}

.table tfoot th,
.table thead th {
	font-size: 0.63rem;
	text-transform: uppercase;
	border-top: none;
}

.table tbody+tbody {
	border-top: 1px solid rgba(83, 101, 140, 0.33);
}

.table td.nowrap {
	white-space: nowrap;
}

.table .row-actions {
	text-align: center;
}

.table .row-actions .os-icon {
	font-size: 16px;
}

.table .row-actions a {
	margin-right: 0.8rem;
	color: #3E4B5B;
}

.table .row-actions a.danger {
	color: #9d1818;
}

.table .row-actions a:last-child {
	margin-right: 0px;
}

.table .cell-image-list {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

.table .cell-image-list .cell-img {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center center;
	border-radius: 2px;
	box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
	vertical-align: middle;
	transition: all 0.1s ease;
	transform: scale(1);
	position: relative;
	cursor: pointer;
}

.table .cell-image-list .cell-img:nth-child(1) {
	z-index: 5;
}

.table .cell-image-list .cell-img:nth-child(2) {
	z-index: 4;
}

.table .cell-image-list .cell-img:nth-child(3) {
	z-index: 3;
}

.table .cell-image-list .cell-img:nth-child(4) {
	z-index: 2;
}

.table .cell-image-list .cell-img:nth-child(5) {
	z-index: 1;
}

.table .cell-image-list .cell-img:hover {
	transform: scale(1.1);
}

.table .cell-image-list .cell-img+.cell-img {
	margin-left: -15px;
}

.table .cell-image-list .cell-img+.cell-img:hover {
	transform: translateX(5px) scale(1.1);
}

.table .cell-image-list .cell-img-more {
	font-size: 0.63rem;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -70%;
	background-color: #fff;
	padding: 3px 5px;
	border-radius: 4px;
	z-index: 7;
	white-space: nowrap;
}



.table.table-padded a.btn-success {
    color: #fff;
    background-color: var(--green-color);
    border-color: var(--green-color);
	    padding: 5px 15px;
    font-size: 11px;
}


figure.logo a {
  min-width: 150px;
  max-width: 250px;
  display: inline-block;
}


figure.logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (max-width: 992px){


	.nav.upper.nav-tabs .nav-link {
		margin-right: 0.7rem;
		padding-bottom: 10px;
		font-size: 0.72rem;
	}
}

@media screen and (max-width: 767px){
	.controls-pagination-cnt .table-records-info {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.controls-pagination-cnt .align-rit {
    text-align: center;
	}

	.nav.upper.nav-tabs {
		display: block;
		margin-bottom: 15px;
	}
	
	.controls-above-table .form-control {
    margin-right: 0rem;	
    margin-bottom: .1rem;
    margin-top: 1rem;
}


}