/*
  Theme Name: Name - Multipurpose HTML Template
  Author: 
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index 
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer 
*/



/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Work+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
 body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #333;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #333;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.bg-gray {
	background-color: #F7F7FD;
}





/* Sidebar Menu css */

.logo img {
	width: 80px;
	padding: 0;
}

a:hover {
  text-decoration: none;
}


header {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  top: 0;
  z-index: 1000;
}
header .main-menu>li:first-child {
    border-left: 1px solid #f7f7f7;
}
header .main-menu>li {
  position: relative;
  display: inline-block;
  border-right: 1px solid #f7f7f7;
}
header .main-menu>li:last-child {
border-right: 0px;
}
header .main-menu > li > a {
	color: #333;
	font-size: 16px;
	font-family: 'Poppins';
	padding: 24px 16px;
	display: inline-block;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}{
	color: #333;
	font-size: 15px;
	font-family: 'Poppins';
	padding: 29px 10px;
	display: inline-block;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}


header .main-menu>li:hover>a {
  background: #0984E3;
  color: #fff;
}

header .main-menu>li>a>i {
  color: #03328E;
}

header .main-menu>li>a:hover>i {
  color: #fff;
}

header .main-menu>li:hover>a i {
  color: #fff;
}

header .main-menu .sub-menu {
	display: none;
	position: absolute;
	left: 93%;
	top: 100%;
	min-width: 290px;
	overflow: hidden;
	border-top: 2px solid #f49306;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
	box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
	z-index: 5;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	min-height: 150px;
	padding: 8px !important;
}
header .main-menu .sub-menu li {
	display: inline-block;
	width: 135px;
	padding: 0.75em 0.5em;
	overflow: hidden;
	min-height: 150px;
}

header .main-menu .sub-menu a {
	color: #173966;
	font-weight: 500;
	font-size: 15px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	display: block !important;
}
header .main-menu .sub-menu a img {
    width: 100%;
}

header .main-menu .sub-menu a i {
  color: #03328E;
}

header .main-menu>li:hover .sub-menu {
  display: block;
}
.logo a {
    display: inline-block!important;
}
header .header-logo figure img {
  max-width: 200px;
}

header .demo-link {
  margin-left: 1vw;
}

header .side-menu-close {
  background: transparent;
}

header .side-menu-close span {
  background: #21395F;
  width: 28px;
}
.social-contact {
	margin-left: 1em;
}
.social-contact a {
	display: inline-block;
	color: #333;
	border: 1px solid #999;
	width: 25px;
	height: 25px;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
	margin-right: 7px;
}
.social-contact a:hover {
	background: #0984E3;
	color: #fff;
	border: 1px solid #0984E3;
	border-radius: 50%;
}



/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  left: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 15000;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-wrap.opened {
  left: 0;
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
}

.side-menu-logo {
  border-bottom: 2px solid #FE8204;
}

.side-menu-nav .main-menu>li {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.side-menu-nav .main-menu>li>a>i {
  color: #03328E;
}

.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid #FE8204;
  background: #fff;
  display: none;
}
.side-menu-nav .main-menu .sub-menu li a img {
	display: block;
}

.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #eee;
}

.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: #212529;
  font-weight: 600;
  font-size: .9em;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-nav .main-menu .sub-menu a i {
  color: #03328E;
}

.side-menu-nav .main-menu .sub-menu~i {
  font-size: .8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}

.side-menu-nav .main-menu .sub-menu a:hover {
  background: #F5F5F5;
}

.side-menu-nav .main-menu>li>a {
  color: #212529;
  padding: 15px 30px 15px 40px;
  font-weight: 600;
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.side-menu-close {
  height: 40px;
  width: 40px;
  background: #21395F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.side-menu-close span {
  height: 2px;
  width: 20px;
  background: #fff;
  position: relative;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-close span:nth-child(1) {
  top: -5px;
}

.side-menu-close span:nth-child(3) {
  bottom: -5px;
}

.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}

.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}

.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}

/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}




/* Slider Style */
.slider-height {
	min-height: 88vh;
	background-size: cover;
	background-position: center center;
}
.slider-bg {
	background: url(../img/slider/slide-1-1.jpg) center/cover no-repeat;
}
.slider-bg1 {
	background: url(../img/slider/slide-2-2.jpg) center center/cover no-repeat;
}
.slider-bg2 {
	background: url(../img/slider/slide-3-3.jpg) center center/cover no-repeat;
}
.slider-bg3 {
	background: url(../img/slider/slide-4-4.jpg) center center/cover no-repeat;
}

.slick-arrow {
	position: absolute;
	top: 32%;
	border: 0px;
	background: #fff;
	color: #0984E3;
	padding: 0px;
	width: 35px;
	height: 35px;
	font-size: 18px;
}
.slick-prev {
	left: 10px;
	z-index: 9;
}
.slick-next {
	right: 16px;
}

.slick-dots {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -20px;
}
.slick-dots li {
	display: inline-block;
	margin-right: 10px;
}
.slick-dots li button {
	border-radius: 50%;
	background: none;
	outline: none;
	border: 3px solid #4289FC;
	width: 12px;
	height: 12px;
	padding: 0;
	text-indent: -10000px;
}
.slick-dots li.slick-active button {
	border-color: #4289FC;
	background: #4289FC;
}

.slider-label {
	text-align: center;
	width: 100%;
	padding: 6px 9px;
	margin-top: 28em;
	height: auto;
	border-bottom: 1px solid #ddd;
	background-color: #f9f9f9;
}
.slider-label h3 {
	color: #333;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 20px;
}

.slider-label p {
	color: #333;
	font-size: 16px;
	line-height: 1.25;
}
.slick-list.draggable {
	height: auto;
}
.about-page .slider-height {
	min-height: 100%;
}



/* About us area style */
.about-area {
	position: relative;
}


/* About area */

.section-title h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 35px;
}
.section-title p {
	font-size: 16px;
	line-height: 28px;
}
.about-content {
	position: relative;
}
.about-content h3 {
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.overview.about-content p {
	padding: 30px;
	background: #f7f7f7;
}
.about-content p {
	font-size: 16px;
	line-height: 28px;
}
.about-content img {
	position: absolute;
	top: -56px;
}
.about-content span {
	margin-left: 74px;
}
.about-content-more p {
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.about-content-more {
	margin-top: 52px;
	background: #E0E0E0;
	padding: 2em 2em;
	margin: 0 5px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 3px -3px 5px 1px rgba(13,13,13,0.43);
	-moz-box-shadow: 3px -3px 5px 1px rgba(13,13,13,0.43);
	box-shadow: 3px -3px 5px 1px rgba(13,13,13,0.43);
	text-align: justify;
}
.promotion-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


/* Vission Mission */
.company-info {
    background-color: #f3f3f3;
}
.company-info, .vission-mission {
	
}
.company-info .single-vission {
	padding: 15px;
	background: rgb(224, 224, 224);
	min-height: 545px;
	border-radius: 8px;
}
.business-competitiveness {
	background: #fff;
}
.business-competitiveness .single-vission {
	min-height: 500px;
}
.company-info .single-vission h5 {
	text-align: center;
	margin-top: 30px;
	color: #03002E;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.single-vission img {
	border: 0;
	margin-bottom: 0;
	width: 100%;
	height: 280px;
	opacity: 1;
}
.single-vission {
	background: #fff;
	padding: 30px 200px;
	text-align: left;
	position: relative;
}
.single-vission p {
	text-align: justify;
	font-size: 16px;
	line-height: 28px;
	color: rgb(0,0,0);
	font-family: 'Roboto',sans-sarif;
}
.single-vission h5 {
	margin-top: 21px;
	font-weight: 600;
	margin-bottom: 13px;
}
.single-vission .thumb-image:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.22);
}
.single-vission .thumb-image {
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.single-vission ul li {
	list-style-type: disc;
	margin-right: ;
	margin-left: 15px;
	margin-bottom: 10px;
}


/* Portfolio area */

.protfolio-thumb img {
	width: 100%;
	height: 340px;
}

.protfolio-wrapper {
	background: #EDEDED;
	padding: 18px;
	color: #fff;
	padding-bottom: 30px;
}
.portfolio-content h3 {
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 17px;
}
.portfolio-content p {
	font-size: 15px;
	color: #555;
}


/* Business Competitiveness style */
.single-info {
	text-align: justify;
	padding: 30px;
	border: 1px solid #ddd;
	margin: 0 13em;
}
.single-info p {
	font-size: 16px;
	color: #444;
	line-height: 28px;
	margin-top: 1em;
}
.single-info ul li {
	list-style-type: disclosure-closed;
	padding-left: 3px;
	margin-left: 6.5em;
	margin-top: 1em;
	font-size: 16px;
	color: #444;
}
.icon img {
	width: 70px;
	height: 70px;
	margin-bottom: 25px;
	border: 1px solid #ddd;
	padding: 8px;
	border-radius: 50%;
}
.single-info .icon {
	float: left;
	margin-right: 18px;
	padding-top: 2px;
	min-height: 170px;
}
.single-info h4 {
	margin-top: 8px;
}



/* Footer style */
footer {
	background: #484848;
}


.footer-widget h3 {
  font-size: 25px;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 21px;
}
.footer-widget h3:before {
  content: "";
  width: 25%;
  height: 2px;
  background: #0984E3;
  left: 0;
  top: 100%;
  position: absolute;
}
.footer-info li {
	line-height: 30px;
}
.footer-link li {
	list-style-type: disclosure-closed;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-left: 20px;
}
.footer-link li a {
	color: #fff;
}
.social-link a {
	display: inline-block;
	transition: all 0.3s ease 1;
}
.footer-widget p {
	font-size: 16px;
	color: #fff;
}



/* Our Client style */
.our-client-area {
	background: #fff;
}

.our-client-area .slick-arrow {
	position: absolute;
	top: 115%;
	background: #b7b7b7;
	color: #fff;
}
.our-client-area .slick-prev {
	left: 47%;
}
.our-client-area .slick-next {
	left: 53%;
}




/* Message Page Style */

.about-bg-height {
  height: 510px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: -1;
}
.affiliate-position {
	background-position: top center;
}
.affiliate-position::before {
	background-color: none;
}
.about-bg-height::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(1, 1, 1, 0.55);
	left: 0;
	top: 0;
	z-index: -1;
}
.about-bg h2 {
	padding: 4.75em 0;
	text-transform: uppercase;
	font-size: 48px;
	text-align: center;
	font-weight: 600;
}
.about-rocks-area h3 {
	margin-bottom: 0px;
}
.about-rocks-area p {
	text-align: justify;
	margin-bottom: 23px;
	line-height: 30px;
	background: #f7f7f7;
	padding: 30px;
}
.md-info {
	text-align: center;
	margin-top: 15px;
}
.md-image img {
	width: 100%;
	border: 5px solid #ddd;
}
.md-info h5 {
	font-weight: 600;
	margin-bottom: 3px;
}

.about-content ul li {
	list-style-type: decimal;
	padding-left: 25px;
	margin-left: 80px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
}
.about-content ul li:last-child {
	margin-bottom: 0;
}
p.fc, p.sc, p.lc {
	border: 1px solid #ddd;
	padding: 12px;
	border-left: 6px solid #3498db;
}
p.sc {
	border-right: 6px solid #3498db;
	border-left: 1px solid #ddd;
}
.single-member .card-body {
	padding: 1em 0;
}
.single-member .card-body {
	height: 435px;
}
.single-member .card-body.md-pic {
	background: url(../img/md-pic.jpg) center/cover no-repeat;
	width: 100%;
}
.single-member .card-body.director-coo-pic {
	background: url(../img/director-coo-pic-1.jpg) center/cover no-repeat;
	max-width: 350px;
}
.single-member .card-body.director-pic {
	background: url(../img/director-pic.jpg) center/cover no-repeat;
	max-width: 350px;
}
.single-member h3 {
	color: #333;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}

.single-member h5 {
	font-size: 16px;
}



/* Products style */
.single-product p {
	text-align: justify;
	padding: 0 25px;
}



/* Affiliation style */
.single-affilation .card {
	min-height: 285px;
}

.affiliation-text p {
	padding: 0 7em;
	font-size: 17px;
	margin-bottom: 20px;
}
.single-affilation .card-body {
	text-align: center;
}
.single-affilation .card-body img {
	width: 85%;
	height: 120px;
}
.single-affilation .card-body h3 {
	font-size: 16px;
	line-height: 1.3;
	padding: 2.15em 0px;
}
.v-shipping img {
	width: 184px !important;
}
.single-affilation .card-footer p {
	font-size: 15px;
	text-align: center;
}





/* Gallery style */
.single-image {
	overflow: hidden;
}
.single-image img {
	width: 100%;
	height: 333px;
}
.image-caption {
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 25px;
}

.image-caption p {
    line-height: 1.35;
    padding: 14px 12px;
    margin: 0;
    height: 70px;
}


/* Contact area */

.company-info h3, .gallery-area h3, .news-area h3,
.contact-area h3, .events-area h3, .about-key-area h3,
.about-rocks-area h3 {
	border-bottom: 1px solid #f7f7f7;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 1.25em;
}
.contact-area p {
	color: #7e7e7e;
}
.contact-area p.text {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 25px;
}
.contact-area h5 {
	font-weight: 500;
	padding-bottom: 10px;
}
.single-office {
	border-bottom: 1px solid #f2f2f2;
	text-align: left;
	background: none;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.single-office p {
	font-size: 15px;
	margin-top: 15px;
}
.single-office:last-child {
	border: none;
}

/* News style */
.news-title a {
	color: #111;
	font-size: 21px;
	text-transform: initial;
	margin-bottom: 20px;
	display: inline-block;
	transition: 0.3s all;
	line-height: 1.15em;
	border-bottom: 1px solid transparent;
	font-weight: 500;
}
.news-title a:hover {
	border-bottom: 1px solid #0984E3;
}
.news-thumb {
	height: 400px;
	margin-bottom: 7px;
}
.news-meta span {
	font-size: 14px;
}
.news-meta span.cat a {
	color: #111;
	border-bottom: 1px solid;
	margin-left: 7px;
}
.news-details p {
	font-size: 15px;
	line-height: 26px;
	margin-top: 15px;
}
.gallery-pic img {
    width: 100%;
}



/* News sidebar style */
.single-sidebar {
  margin-top: 20px;
  padding-left: 28px;
  margin-bottom: 3em;
}
.single-sidebar h3 {
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  line-height: 35px;
}
.single-sidebar ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 8px;
}
.single-sidebar ul li a {
  color: #777;
  background: #ddd;
  display: inline-block;
  padding: 8px 20px;
  font-size: 15px;
  transition: 0.3s all;
  border-radius: 4px;
}
.single-sidebar ul li:hover>a {
  background: #1696e7;
  color: #fff;
}
.single-event p {
	margin-bottom: 2px;
	font-size: 15px;
}
.single-sidebar h3 {
	text-align: left;
}
.single-event {
	text-align: left;
}


/* Events style */
.single-zoom-meeting {
	border-bottom: 1px solid #f7f7f7;
}
.single-zoom-meeting:last-child {
    border-bottom: 0px;
}
.single-zoom-meeting h5 {
  color: #1696e7;
  font-weight: 600;
  margin-bottom: 14px;
}
.single-zoom-meeting p {
  font-size: 15px;
  margin-bottom: 0;
}
.single-zoom-meeting p.events-info {
    line-height: 26px;
}


/* Key managemnet personnel style */
.our-team-area {
	background: rgb(253,253,253);
}
.about-key-content {
	background: #f7f7f7;
	padding: 4em;
}
.about-key-content h4 {
	font-weight: 500;
	font-size: 20px;
}
.single-personnel {
    padding: 35px;
    margin-bottom: 40px;
    background-color: #f9f9f9;
}
.management-text p {
	line-height: 30px;
}


/* Read more button */
.btn.btn-info.read-more {
	display: inline-block;
	margin-top: 0px!important;
	width: 120px;
	padding: 8px 0;
}