.custom-tabs .nav-pills .nav-link{
	font-size: 28px;
}
.custom-tabs .nav-pills .nav-link span{
	font-size: 32px;
}
.custom-tabs .tab-pane h2{
	padding-left:0px;
}

.owl-carousel.home-slider .slider-item .slider-text h1{
	font-family: SommetR;
}
.boxes-wrapper{
	padding:10px;

}
.boxes{
	padding:15px;
	box-shadow:0px 5px 10px rgba(0,0,0,0.2);
	width:100%;
	height:100%;
}
.boxes img{
	max-width:100%;
}

ul{
	padding: 0;
	list-style: none;
	padding-left: 8px;
}
ul li{
	/* position: relative;
	padding-left:20px; */
}
ul.eligibily li:before{
	width:8px;
	height:8px;
	background-color:#000000;
	content:"";
	position: absolute;
	left:0;
	top:10px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.boxes ul{
	padding: 0;
	list-style: none;
	padding-left: 8px;
}
.boxes ul li{
	position: relative;
	padding-left:20px;
}
.boxes ul li:before{
	width:8px;
	height:8px;
	background-color:#000000;
	content:"";
	position: absolute;
	left:0;
	top:10px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.boxes h2{
	font-size: 24px;
	padding:0;
	margin-bottom:15px;
	margin-top:30px;
}

.services-box{
	padding:15px;
	cursor:pointer;
	overflow: hidden;
	position: relative;
	
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.services-box-active{
	width:100%;
	height:100vh;
	background-color:rgba(0,0,0,1);
	position: fixed;
	/* top:50%;
	left:50%; */
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 9999;
	padding:50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom:0 !important;
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
}
.service-inner{
	background-color:#fff;
	position: relative;
	height:100%;
	min-height:280px;
}
.service-inner:before{
	/*content:"";*/
	position: absolute;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	border:1px solid #ffffff;
	top:5px;
	left:5px;
	z-index: 1;
}
.benefits-links{
	cursor: pointer;
	color:#646464;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
}
.benefits-links:hover{
	color:#000000;
}
.service-image{
	width:100%;
	overflow: hidden;
}
.service-image img{
	max-width:100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
}
.service-text{
	padding:15px;
	font-size: 18px;
	line-height: normal;
	color:#ffffff;
}
.services-box .service-text .servicetext_inner{
	color: #868e96;
	font-size: 16px;
	display: none;
}
.services-box .service-text .servicetext_inner ul{
	padding-left:20px;
	margin-top:15px;
}
.service-close{
	width:40px;
	height:40px;
	position: absolute;
	top:5px;
	right:5px;
	cursor: pointer;
	display: none;
}
.services-box-active .service-close{
	display: block;
}
.services-box-active .service-inner:before{
	display: none;
}
.service-close:before,.service-close:after{
	content:"";
	width:30px;
	height:4px;
	background-color:#ffffff;
	position: absolute;
	top:15px;
	left:5px;
}
.service-close:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.service-close:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.services-box-active .service-inner{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	position: relative;
	overflow: auto;
	height: auto;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.services-box-active .service-inner{
	width:80%;
	max-width:1170px;

	margin:0 auto;
	position: absolute;
	overflow: auto;
	height: auto;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.services-box-active .service-image{
	float:left;
	display: inline-block;
	width:50%;
}
.services-box-active .service-text{
	float:left;
	background-color: #ffffff;
	padding:40px;
	/*margin-top:50px;*/
	width:50%;
	color:#000;
	font-size: 30px;
}
.services-box-active .service-text .servicetext_inner{
	display: block;
	
}
.services-box:hover img{
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.el-points{
	width:100%;
	position: relative;
	margin-bottom:30px;
	font-size: 18px;
	line-height: 1.5;
}
.el-points .col-md-4{
	padding-left:20px;


}
.el-points span{
	color: #000000;
	font-size: 18px;
	position: absolute;
	font-weight: bold;
	left:0;
	top:0;
}
.el-btn-holder a{
	color:#114e9f;
	position: relative;
	padding-right:20px;
}
.el-btn-holder a:before{
	content:"";
	position: absolute;
	right:5px;
	width:10px;
	height:10px;
	top:6px;	
	border-bottom:2px solid #114e9f;
	border-right:2px solid #114e9f;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
}
.el-btn-holder a:hover:before{
	right:0;
}
.contact-icon img{
	width:60px;
	height:60px;
}

.servicetext_inner button,.servicetext_inner button:active{
	background-color:#000000;
	border-color:#000000;
}
.servicetext_inner button:hover{
	background-color:#000000;
	border-color:#000000;
}

.read_more, .read_more:hover, .read_more:focus{
	background-color: #fff;
    border-color: #fff;
    color: #000;
    margin-top: 20px;
}

.banner_text{
	position: absolute; 
	top: 20%; 
	left: 10%; 
	width: 50%;
}

.banner_h1{
	margin-bottom: 25px;
}

@media (max-width: 1024px) and (orientation: portrait){
.banner_text{
	left: 0%; 
	width: 100%;
}
.banner_text h2{
	font-size: 18px;
}
.banner_h1{
	margin-bottom: 18px;
}
.banner_h2{
	display: none;
}
}
@media (min-width: 360px) and (max-width: 640px){
.banner_text h2{
	font-size: 16px;
}
.banner_h1{
	margin-bottom: 16px;
}
.banner_h2{
	display: none;
}
}
@media (min-width: 420px) and (max-width: 847px){
.banner_h2{
	display: none;
}
}

#platinum .service-inner, 
.services-box_11 .service-inner{
	background-color: #e5e4e2;
}
#platinum .service-text,
#silver .service-text,
.services-box_11 .service-text,
.services-box_13 .service-text{
	color: #000;
}
#gold .service-inner, 
.services-box_12 .service-inner{
	background-color: #d4af37;
}
#silver .service-inner,
.services-box_13 .service-inner{
	background-color: #C0C0C0;
}
.services-box-active .service-inner,
#platinum .services-box-active .service-inner,
#gold .services-box-active .service-inner,
#silver .services-box-active .service-inner{
	background-color: #fff;
}
.career_person img{
	height: auto !important;
    max-width: 100%;
    margin: auto;
}
.your_dream{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.dream_text_home {
    text-align: center !important;
}
a.btn_wired_blue{
	background-color: #114e9f !important;
	border: 2px solid #114e9f !important;
}
.services-box-active .service-text button{
	display: none;
}

.servicetext_inner ul {
    color: #6b6b6b;
    padding: 0;
}
.servicetext_inner ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 5px;
}
.servicetext_inner ul li:before {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    content: "";
    background-color: #0080c7;
    position: absolute;
    top: 8px;
    left: 0px;
}
.blogImg{
	max-width: none !important;
}
.helping_box{
	box-shadow: 0px 10px 25px rgb(0 0 0 / 20%);
}
.blogImg-home img {
	width: 100%;
    height: auto;
}
.our_dream_box .dream_text{
	padding: 0 10px !important;
}
#cus_stories{
	margin-top: 6rem;
}
@media (max-width: 992px){
#cus_stories .ntb_promo_block_image img {
    max-width: 100%;
}
}