/* Google Font */



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
/* Global Selector */



* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Poppins', sans-serif;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #676767 !important;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
.p0 {
	padding-left: 0;
	padding-right: 0;
}
.m0 {
	margin-left: 0;
	margin-right: 0;
}
/* .col-right-0{

    padding-right: 0;

    margin-right: 0;

}



.col-left-0{

    padding-left: 0;

    margin-left: 0;

} */



.d-flex {
	display: flex;
}
.justify-content-center {
	justify-content: center;
}
.align-items-center {
	align-items: center;
}
.flex-column {
	flex-direction: column;
}
/* .core-value .row{

    display: flex !important;

    justify-content: center !important;

    align-items: center !important;

    flex-direction: row !important;

}













/* ----------------------our workplace------------------------------------------ */





/* nav img */



.nav,
 .footer {
	max-width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
}
.nav img,
 .footer img {
	width: 100%;
	object-fit: cover;
}
/* Heading Section */



.heading {
	max-width: 100%;
	padding: 65px 0;/*     background-color: #58585a !important; */

}
.heading h2 {
	color: #fff;
	text-transform: capitalize;
	font-size: 35px;
}
/* our-culture section */



.our-culture {
	padding: 50px 0;
}
.our-culture .img-box {
	max-width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
}
.our-culture .img-box img {
	width: 100%;
	object-fit: cover;
}
.our-culture .text-box {
	margin: 60px 0;
}
.our-culture .text-box h3 {
	font-size: 31px;
	font-weight: 400;
	color: #00adef;
	margin-top: 20px;
	margin-bottom: 10px;
}
/* core-value section */

.core-value p {
	color: #fff !important;
}
.core-value {
	padding: 50px 0;
	background-color: #00adef;
	color: #fff;
}
.core-value .img-box {
	max-width: 70%;
	display: block;
	margin: 5% auto 0;
	overflow: hidden;
}
.core-value .img-box img, .core-value .img-box svg, .core-value .img-box object {
    width: 97%;
    object-fit: cover;
    height: auto;
    max-width: 330px;
    display: block;
    margin: 0 auto;
}
.core-value .img-box h6 {
	text-align: center;
	margin-top: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
.core-value h3 {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}
.core-value .text-box .sm-text-box {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.core-value .text-box .sm-text-box h4 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.core-value .row {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* employee section */



.employee {
	padding: 50px 0;
}
.employee .text-box h2 {
	font-weight: 400;
	line-height: 46px;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #222222;
}
/* employee benefit */



.employee-benefit {
	padding: 0 0 50px 0;
}
.employee-benefit h2 {
	text-align: center;
	font-size: 30px;
	line-height: 46px;
	color: #222222;
	margin-bottom: 50px;
	font-weight: 400;
	margin-top: 10px;
}
.employee-benefit .content-box {
	width: 85%;
	height: 150px;
	margin: auto;
	padding: 25px 10px;
	border: 1px solid #f3f3f3;
	transition: 0.3s;
}
.employee-benefit .content-box .img-box {
	width: 50px;
	height: 50px;
	background-color: #00adef;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.employee-benefit .content-box .img-box i {
	color: #fff;
	font-size: 30px;
	transition: 0.3s;
}
.employee-benefit .content-box p {
	text-align: center;
	transition: 0.3s;
	color: #337ab7 !important;
}
.employee-benefit a {
	text-decoration: none;
}
.employee-benefit a:hover .content-box {
	background-color: #00adef;
}
.employee-benefit a:hover .img-box {
	background-color: #fff;
}
.employee-benefit a:hover .content-box .img-box i {
	color: #00adef;
}
.employee-benefit a:hover .text-box p {
	color: #fff !important;
}
/* diversity section */



.diversity {
	padding: 50px 0;
	background-color: #f3f3f3;
}
.diversity h2,
 .diversity p {
	text-align: center;
}
.diversity h2 {
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 30px;
	line-height: 46px;
	color: #222222;
}
.diversity p {
	margin-bottom: 50px;
}
.diversity .img-box {
	max-width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
.diversity .img-box img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.overlay {
	content: '';
	width: 100%;
	min-height: 30%;
	background: #00adef;
	opacity: 0.9;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}
.overlay p {
	padding: 10px;
	color: #fff !important;
	margin-bottom: 0;
}
.diversity .img-box:hover .overlay {
	min-height: 100%;
	/* opacity: 0.8; */

	display: flex;
	justify-content: center;
	align-items: center;
}
.diversity-btn {
	width: 180px;
	display: block;
	margin: auto;
	/*     height: 45px; */

	border: 3px solid #00adef;
	border-radius: 50px;
	background-color: transparent;
	color: #111;
	font-weight: 700;
	font-size: 13px;
	margin-top: 15px;
	text-transform: capitalize;
	transition: 0.5s;
	line-height: 50px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.diversity-btn:hover {
	background-color: #00adef;
	color: #fff;
	border: 3px solid #00adef;
}
.diversity-btn:focus {
	outline: none !important;
}
/* employee-growth section */



.employee-growth {
	padding: 50px 0;
}
.employee-growth .text-box h2 {
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 3px;
	color: #222222;
	line-height: 46px;
}
.employee-growth .text-box ul li {
	font-family: 'Poppins', sans-serif;
	list-style: inherit;
	margin: 12px 20px;
	line-height: 26px;
	color: #676767;
	font-size: 14px;
}
.employee-growth .img-box {
	max-width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
}
.employee-growth .img-box img {
	width: 100%;
	object-fit: cover;
}
.employee-growth .text-box {
	margin-bottom: 50px;
}
.growth-btn {
	width: 180px;
	display: block;
	margin: auto;
	/*     height: 45px; */

	border: 3px solid #00adef;
	border-radius: 50px;
	background-color: transparent;
	font-size: 13px;
	color: #111;
	font-weight: 700;
	margin-top: 15px;
	text-transform: capitalize;
	transition: 0.5s;
	line-height: 50px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.growth-btn:hover {
	background-color: #00adef;
	color: #fff;
	border: 3px solid #00adef;
}
.growth-btn:focus {
	outline: none;
}

/* team members incentives section start (Our workplace)  */

.team-member-incentives{
    padding: 50px 0;
}

.incentive {
	margin-top:50px;
}

.team-member-incentives h2{
    text-align: center;
    font-weight: 400;
	margin-bottom: -30px;
}

.team-member-incentives p{
    margin-bottom: 30px;
}

.team-member-incentives .img-box{
    max-width:90%;
    display: block;
    margin: auto;
    overflow: hidden;
}

.team-member-incentives .img-box img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.team-member-incentives h3{
    font-weight: 400;
    margin-top: 0;
}

.team-member-incentives ul li{
    list-style: inherit;
    margin: 12px 20px;
    line-height: 20px;
}

.team-member-incentives .incentive .text-box {
    margin: 8% 0;
}

.team-member-incentives .compass-award{
    margin: 50px 0;
}

.team-member-incentives .compass-award .img-box{    
    display: block;
    margin: auto;
}

.team-member-incentives .compass-award .img-box img{
   width:100%;
   height: 300px;   
   object-fit: cover;
/*     width:100%;
   height: 100%; */
/*    transition: width 2s, height 2s, transform 2s; */
	transition: 1s ease;
	cursor:pointer;
}

.team-member-incentives .compass-award .img-box img:hover{
/*      width: 300px;
    height: 300px;
	transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); */
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	transition: 1s ease;
}

.team-member-incentives .compass-award .text-box{
    margin: 8% 0;
}

.team-member-incentives .compass-award  .comp-sub-title p{
	margin:70px 0 60px;
	font-size:21px;
	color:#000000 !important;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.team-member-incentives .conqure-award .img-box{
/*     max-width: 100%; */
    display:block;
    margin:auto;
    overflow: hidden;
	
}

.team-member-incentives .conqure-award .img-box img{
	width:100%;
	height:100%; 
/*     width: 300px;
    height: 300px; */
    object-fit: cover;
/* 	border-radius:50%;	
	background:#00adef;
	transition: width 2s, height 2s, transform 2s; */
	transition: 1s ease;
	cursor:pointer;
}	

.team-member-incentives .conqure-award .img-box img:hover{
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	transition: 1s ease;
/* 	width: 300px;
    height: 300px;
	transform: rotate(360deg);
	 -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); */
}

.team-member-incentives .conqure-award .text-box{
    margin: 8% 0;
}

.team-member-incentives .btn-m{
	margin-top:60px;
}

/* team members incentives section end (Our workplace)  */


/* testimonial section */



.testimonial {
	padding: 50px 0;
	background-color: #f3f3f3;
}
.testimonial p {
	font-family: 'Poppins', sans-serif;
	max-width: 80%;
	margin: auto;
	text-align: center;
	font-size: 25px;
	position: relative;
	padding: 10px;
	line-height: 35px;
	color: #333;
}
.testimonial p::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	padding-right: 15px;
	margin-top: 10px;
	color: #cbcbcb;
}
.testimonial p::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10e";
	padding-left: 15px;
	margin-top: 10px;
	color: #cbcbcb;
}
.testimonial h5 {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 14px;
}
/* ---------------------------------who we are page--------------------------------- */



.about-us {
	padding: 50px 0 0;
}
.about-us h2 {
	font-size: 38px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 500;
}
.about-us h2 span {
	font-size: 27px;
	font-weight: 500;
	line-height: 1.1;
}
/* vision mission */



.mission-vision {
	display: grid;
	min-height: auto;
	grid-template-columns: repeat(2, 1fr);
}
.mission-vision .text-box {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 6% !important;
	padding-right: 20%;
	color: #fff;
}
.mission-vision .img-box {
	width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
}
.mission-vision .img-box img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.mission-vision h3 {
	font-size: 31px;
	font-weight: 400;
	color: #00adef;
	margin-top: 20px;
	margin-bottom: 10px;
}
.mission-vision p {
	font-size: 14px;
	line-height: 26px;
	color: #676767 !important;
}
/* .mission-vision{

    max-width: 100%;

    

    

}



.mission-vision .row{

    max-width: 100%;

    margin: auto;

    min-height: auto;

    

    background-color: #00adef;

}




.mission-vision .img-box{

    max-width: 100%;

    min-height: 100%;

    display: block;

    margin: auto;

    overflow: hidden;

}

.mission-vision .img-box img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}





.mission-vision .text-box{

    background-color: #00adef;

    color: #fff;

    max-width: 100%;

   

    margin-left: 2%;

    border: 1px solid #ffff;

}



.mission-vision .text-box h3{

    font-weight: 300;

    

} */



/* leadership */



.leadership {
	padding: 50px 0;/* border: 1px solid red; */

}
.leadership .text-box {
	max-width: 80%;
	display: block;
	margin: auto;/* border: 1px solid red; */

}
.leadership h2 {
	text-align: center;
	color: #00adef;
	font-weight: 300;
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 50px;
	line-height: 1.1;
}
.leadership p {
	text-align: center;/*     margin-bottom: 30px; */

}
/* .leadership h3{

    margin-bottom: 50px;

} */



.leadership .text-box {
	font-size: 18px;
}
.about-leaders {
	max-width: 70%;
	display: block;
	margin: auto;
	cursor: pointer;/* border: 1px solid red; */

}
.about-leaders h3 {
	font-weight: 300;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 1.1;
}
.leader-detail-2,
 .leader-detail-3 {
	display: none;
}
.about-leaders .img-box {
	max-width: 200px;
	display: block;
	margin: auto;
	overflow: hidden;
}
.about-leaders .name {
	text-align: center;
	color: #00adef;
	font-size: 18px;
	margin-top: 5px;
}
.about-leaders .img-box img {
	width: 100%;
	object-fit: cover;
}
.leadership .leader-detail {
	margin-top: 50px;
}
.leadership .leader-detail .img-box {
	max-width: 85%;
	display: block;
	margin: auto;
	overflow: hidden;
}
.leadership .leader-detail .img-box img {
	width: 100%;
	object-fit: cover;
}
.detail-text-box p {
	text-align: left;/* margin-left: 30px; */

}
.detail-text-last p {
	margin-left: 3.5rem;
}
.detail-text-box h3 {
	color: #00adef;
	font-size: 24px;
	/*     margin-top: 20px; */
/*     margin-bottom: 3px; */
	line-height: 1.1;
}
.detail-text-box h5 {
	font-size: 14px;
}
.leadership-btn {
	width: 180px;
	display: block;
	margin: auto;
	/*     height: 45px; */

	border: 3px solid #00adef;
	border-radius: 50px;
	background-color: transparent;
	color: #111;
	margin-top: 15px;
	font-weight: 700;
	font-size: 13px;
	text-transform: capitalize;
	transition: 0.5s;
	line-height: 50px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.leadership-btn:hover {
	background-color: #00adef;
	color: #fff;
	border: 3px solid #00adef;
}
.leadership-btn:focus {
	outline: none !important;
}
/* --------------------------------Our Impact-------------------------------- */



/* Community */



.community {
	padding: 30px 0;
}
.community h2,
.support h2 {
	font-weight: 500;
	color: #333;
}
.community h2 {
	margin-top: 20px;
}
/* support */



.support {
	padding-bottom: 50px;
}
.support-box .text-box {
	display: flex;
}
.support-box .img-box {
	max-width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
}
.support-box .img-box img {
	width: 60%;
	object-fit: cover;
}
.support-box {
	margin: 20px 0;
}
.support-box h5 {
	color: #00adef;
	margin: 20px 0;
	font-size: 18px;
	line-height: 1.1;
}
.support-content hr {
	border: 1px solid #dbdbdb;
	background-color: transparent;
	margin: 40px 0;
}
.support-btn {
	width: 180px;
	display: block;
	margin: auto;
	/*     height: 45px; */

	border: 3px solid #00adef;
	border-radius: 50px;
	background-color: transparent;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	margin-top: 30px;
	text-transform: capitalize;
	transition: 0.5s;
	line-height: 50px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.support-btn:hover {
	background-color: #00adef;
	color: #fff;
	border: 3px solid #00adef;
}
.support-btn:focus {
	outline: none;
}
/* logo slider  */



.logo-slider .slider-box {
	width: 100%;
	padding: 30px 0;
	background-color: #f4f4f4;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-slider .slider-box .img-box {
	max-width: 300px;
	/* height: 100px; */

	display: block;
	margin: auto;
	overflow: hidden;
}
.logo-slider .slider-box .img-box img {
	width: 100%;
	height: 70px;
	object-fit: contain;
}
.logo-slider .owl-carousel .owl-nav button.owl-prev {
	border-top: 1px solid transparent !important;
	border-right: 1px solid transparent !important;
	transform: rotate( 45deg ) !important;
	position: absolute;
	left: -3%;
	bottom: 35%;
}
.logo-slider .owl-carousel .owl-nav button.owl-next {
	border-left: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
	transform: rotate( 45deg ) !important;
	position: absolute;
	right: -3%;
	bottom: 35%;
}
/* Gallery Section */



.gallery {
	margin: 50px 0 0;
	padding: 30px 0;
	background-color: #00adef;
}
.gallery h3 {
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.gallery span {
	max-width: 50px;
	height: 4px;
	display: block;
	margin: 20px auto;
	background-color: #fff;
}
.gallery .gallery-box .img-box {
	max-width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
	cursor: pointer;
}
.gallery .gallery-box .img-box img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.gallery .gallery-box .owl-carousel button.owl-dot {
	border: none !important;
}
.gallery-btn {
	width: 180px;
	display: block;
	margin: auto;
	/*     height: 45px; */

	border: 3px solid #fff;
	border-radius: 50px;
	background-color: transparent;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	margin-top: 15px;
	text-transform: capitalize;
	transition: 0.5s;
	line-height: 50px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.gallery-btn:hover {
	background-color: #fff;
	color: #00adef;
	border: 3px solid #fff;
}
.gallery-btn:focus {
	outline: none !important;
}
/* -----------------------------------Career page----------------------------------- */



/* jobs section */



.jobs {
	padding: 50px 0 20px;
}
.jobs .img-box {
	max-width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
}
.jobs .img-box img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.jobs .text-box h2 {
	text-align: left;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 400;
	color: #222222;
}
.jobs .text-box h3 {
	font-size: 27px;
	font-weight: 400;
}
.jobs .job-btn {
	width: 180px;
	/*     height: 45px; */

	border: 3px solid #00adef;
	border-radius: 50px;
	background-color: transparent;
	color: #111;
	font-weight: 700;
	font-size: 13px;
	display: block;
	margin: auto;
	margin-top: 30px;
	transition: 0.5s;
	text-align: center;
	line-height: 50px;
	font-family: 'Poppins', sans-serif;
}
.jobs .job-btn:hover {
	background-color: #00adef;
	color: #fff;
}
.jobs .job-btn:focus {
	outline: none;
}
/* application section */





.application h2 {
	text-align: center;
	font-weight: 300;
	margin-top: 15px;
}
.application-container {
	max-width: 90%;
	margin: 50px auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.application-container a {
	text-decoration: none;
}
.application-box {
	max-width: 100%;
	height: 350px;
	padding: 0 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	flex-direction: column;
	transition: 0.5s;
}
.application-box .level {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -24px;
	left: -24px;
	border: 5px solid #e6e6e6;
	transition: 0.5s;
}
.application-box .level h3 {
	text-align-last: center;
	margin: 0;
	font-size: 24px;
	color: #337ab7;
}
.application-box::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 25px solid transparent;
	border-top: 25px solid transparent;
	/* border-left: 40px solid red; */

	top: 50%;
	transform: translateY(-50%);
	right: -10%;
	z-index: 1;
}
.application-box:nth-child(1)::after {
	border-left: 40px solid #f3f3f3;
	transition: 0.5s;
}
.application-box:nth-child(2)::after {
	border-left: 40px solid #e6e6e6;
	transition: 0.5s;
}
.application-box:nth-child(3)::after {
	display: none;
}
.application-box:nth-child(1) {
	background-color: #f3f3f3;
}
.application-box:nth-child(2) {
	background-color: #e6e6e6;
}
.application-box:nth-child(3) {
	background-color: #f3f3f3;
}
.application-box p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #337ab7 !important;
}
.application-box:hover {
	background-color: #00adef;
}
.application-box:hover p {
	color: #fff !important;
}
.application-box:hover:nth-child(1)::after {
	border-left: 40px solid #00adef;
}
.application-box:hover:nth-child(2)::after {
	border-left: 40px solid #00adef;
}
.application-box:hover .level {
	border: 5px solid #00adef;
}
/* faq section */



.faq {
	padding-bottom: 50px;
}
.faq h2 {
	text-align: center;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 40px;
}
.accordion-item {
	width: 100%;
	margin: 20px auto;
	min-height: 60px;
}
.accordion-item-header {
	padding: 15px 35px 15px 10px;
	font-size: 17px;
	display: flex;
	align-items: center;
	background-color: #f3f3f3;
	position: relative;
	cursor: pointer;
	border-left: 5px solid #00adef;
	color: #333;
	font-family: 'Poppins', sans-serif;
}
.accordion-item-header span {
	color: #00adef;
	font-size: 28px;
	margin-right: 10px;
}
.accordion-item-header::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	position: absolute;
	right: 16px;
}
.accordion-item-header.active::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f068';
}
.accordion-item-body {
	border-left: 5px solid #b6b6b6;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
	padding: 15px 35px 15px 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
	font-family: 'Poppins', sans-serif;
	color: #333;
}
.accordion-item-body-content span {
	color: #606060;
	font-size: 28px;
	margin-right: 10px;
}
.accordion-btn {
	width: 180px;
	display: block;
	margin: auto;
	/*     height: 45px; */

	border: 3px solid #00adef;
	border-radius: 50px;
	background-color: transparent;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	margin-top: 50px;
	text-transform: capitalize;
	transition: 0.5s;
	line-height: 50px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.accordion-btn:hover {
	background-color: #00adef;
	color: #fff;
}
.accordion-btn:focus {
	outline: none;
}
/* --new-css-- */

.footer .top-footer .widget_media_image img {
	width: initial;
}
.custom-page-header {
	padding: 45px 0 44px !important;
	background-color: #3d3d3f !important;
}
.custom-page-header h1 {
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 45px;
	transform: none !important;
	opacity: 1 !important;
}
.support .support-box .row {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.support .support-box .row .col-md-push-8 {
	text-align: right;
}
.application-box .app-disc {
	display: none;
}
.application-box:hover .app-title {
	display: none;
}
.application-box:hover .app-disc {
	display: block;
}
.designation_socialicon, .leader-social-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.leader-social-icon .social-icon{ margin-left:15px;}
section.mission-vision.msvsn {
    display: block;
	padding-top:50px;
}
section.mission-vision.msvsn .text-box {
    margin:40px 0 !important;
	padding:0 !important;
}
.leader-social-icon .social-icon a {
    display: block;
    background: #a6a6a6;
    width: 26px;
    color: #fff;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}
.leader-social-icon .social-icon a:hover {
    background: #00adef;
}
.designation_socialicon h5 {
    margin: 0;
}
.designation_socialicon {
    padding: 0 0 10px;
}
.compass-img-sec img, .compass-img-sec svg, .compass-img-sec object{ transition:all 2.5s ease-in-out; -moz-transition:all 2.5s ease-in-out; -webkit-transition:all 2.5s ease-in-out; -ms-transition:all 2.5s ease-in-out;}
.compass-img-sec img:hover, .compass-img-sec svg:hover, .compass-img-sec object:hover{ transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg);}







/* responsive */

@media screen and (max-width: 991px) {
.support .support-box .row .col-md-push-8 {
	text-align: left;
}
.leader-filter .detail-text-box {
    padding-top: 20px;
}
}
@media screen and (max-width: 767px) {
section.mission-vision.msvsn .text-box {
    margin: 0px 0 !important;
    padding: 0 !important;
}
section.mission-vision.msvsn {
    padding-top: 30px;
}
}
@media screen and (max-width: 480px) {
.designation_socialicon {
    display: block;
}
.leader-social-icon .social-icon {
    margin-left: 0;
    margin-right: 10px;
}
.designation_socialicon h5 {
    margin: 0 0 3px;
}
}


@media screen and (max-width: 416px) {
.logo-slider .owl-carousel .owl-nav button.owl-prev {
	left: -8%;
}
.logo-slider .owl-carousel .owl-nav button.owl-next {
	right: -8%;
}
}
