.main-features-elements-wrap {
    position: relative;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto
}
.main-features-elements-wrap::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 20px solid #6DBC2F;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.main-features-elements-wrap .main-features-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #EAF5F7;
    cursor: pointer
}
.main-features-elements-wrap .main-features-item img {
    margin-bottom: 5px
}
.main-features-elements-wrap .main-features-item p {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
}
.main-features-elements-wrap .circle-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 5
}
.main-features-elements-wrap .circle-container .main-features-item {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-left: -100px;
    margin-top: -85px;
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #EAF5F7
}
.main-features-elements-wrap .circle-container .main-features-item::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: -2;
    width: -webkit-calc(100% + 8px);
    width: calc(100% + 8px);
    height: -webkit-calc(100% + 8px);
    height: calc(100% + 8px);
    background: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}
.main-features-elements-wrap .circle-container .main-features-item::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-features-elements-wrap .circle-container .main-features-item.active::before,
.main-features-elements-wrap .circle-container .main-features-item:hover::before {
    background: #6DBC2F;
}
/*
.main-features-elements-wrap .circle-container .main-features-item.active,
.main-features-elements-wrap .circle-container .main-features-item:hover {
    background: #7A7A7A !important;
}
.main-features-elements-wrap .circle-container .main-features-item.active::after,
.main-features-elements-wrap .circle-container .main-features-item:hover::after {
    background: #7A7A7A !important;
}*/
.main-features-elements-wrap .circle-container .main-features-item img {
    margin-bottom: 5px;
    max-width: 84px;
	margin: auto;
}
.main-features-elements-wrap .circle-container .main-features-item p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
	text-align: center;
}
.main-features-elements-wrap .tab-element-content {
    position: absolute;
    top: 50%;
    left: 51%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 40%;
    height: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main-features-elements-wrap .tab-element-content .for-tab {
    display: none;
}
.main-features-elements-wrap .tab-element-content .for-tab.active {
    display: block
}
.main-features-elements-wrap .tab-element-content .for-tab.start {
    display: block
}
.main-features-elements-wrap .tab-element-content .for-tab.start h3 {
    margin-bottom: 0
}
.main-features-elements-wrap .tab-element-content h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.main-features-elements-wrap .tab-element-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 41px;
    height: 3px;
    background: #46AADC;
    display: none;
}
.main-features-elements-wrap .my-paroller {
    position: absolute;
    left: -50px;
    bottom: 0;
    z-index: -1
}

/*custom accordion*/

.faq-section .campus-accordion-box {
    position: relative;
}

.faq-section .campus-accordion-box .block {
    background: #fff;
}

.faq-section .campus-accordion-box .block {
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 0px 28px;
}

.faq-section .campus-accordion-box .block .acc-btn.active .icon-outer {
    color: #222 !important;
}

.faq-section .campus-accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 16px;
    right: 25px;
    font-size: 14px;
    color: #4527a4;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
}

.faq-section .campus-accordion-box .block .acc-btn.active .icon-outer i:before {
    position: relative;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0px;
    content: "\f068";
}

.faq-section .campus-accordion-box .block .acc-btn.active h4 {
    color: #4527a4;
    padding-top: 29px;
}

.faq-section .campus-accordion-box .block .acc-btn.active h4{
	color: #006d5b!important;
}

.faq-content .campus-accordion-box .accordion .acc-btn h4 {
    display: none;
}

.faq-section .campus-accordion-box .block .acc-btn h4 {
    position: relative;
    display: block;
    font-weight: 500;
    padding: 20px 30px 19px 0px;
    cursor: pointer;
    transition: all 500ms ease;
}

.faq-content ul.campus-accordion-box .acc-btn h5 {
    color: #006D5B;
}

.faq-section .campus-accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-top: 15px;
    padding-bottom: 5px;
}

.faq-section .campus-accordion-box .block .content .text {
    position: relative;
    display: block;
    padding-right: 0;
}

p{
	color:#666666 ;
}

/*Progress Logs*/
/* font*/
section.progress-log h2.heading a,
section.progress-log h2.heading,
section.progress-log .elementor-icon-list-icon{
	color:#006D5B;
	line-height:1.2em;
}

section.progress-log .elementor-icon-list-icon{
	padding: 6px 0;
}

section.progress-log .elementor-icon-list-text{
	color: #000000;
}

section.progress-log:hover h2>a,
section.progress-log:hover h2{
	color:#006D5B;
}
/* end of font*/

/*Time Line*/

.owl-prev {
	width: 36px;
    height: 36px;
    border-radius: 0;
    background: #006d5b;
    color: #fff;
    text-align: center;
    text-indent: 0;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 37px;
   /* margin-top: -112px;*/
    margin-left: 0;
    margin-right: 0;
	
	position: absolute;
	outline: 0;
	z-index: 9999;
	left:-2px;
	
	cursor: pointer;
}
.owl-next{
	width: 36px;
    height: 36px;
    border-radius: 0;
    background: #006d5b;
    color: #fff;
    text-align: center;
    text-indent: 0;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 37px;
   /* margin-top: -112px;*/
    margin-left: 0;
    margin-right: 0;
	
	position: absolute;
	outline: 0;
	z-index: 9999;
	right:-2px;
	
	cursor: pointer;
}

.et-main-blog-wrapper * {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.et-hor-timeline-template-10 .et-timeline-hor-line {
    border-bottom: 4px dotted #bdbdbd;
    margin-bottom: 90px;
}




.timeline-slider-date .item{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.timeline-slider-date .item .et-timeline-hor-line {
    border-bottom: 4px dotted #bdbdbd;
    margin-bottom: 90px;
	width: 105%;
	position: relative;
    top: -16px;
    z-index: -1;
}
/*Icon*/
.et-horizontal-circle .et-icon-block {
    width: 32px;
    height: 32px;
    background: #006d5b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
   text-align: center;
	cursor: pointer;
}

.fa {
	margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-calendar:before {
    content: "\f073";
}

.timeline-items_wrap .timeline-slider .owl-item .item .timeline-title {
    text-align: unset;
}

.owl-item.active.current .et-horizontal-circle  .et-icon-block i:before{
	color:#fee12b;
	font-size:24px;
}

.et-horizontal-circle:not(.current .et-horizontal-circle) {
    padding-top: 9px;
}

.current span.timeline-date {
    font-size: 24px;
}

.current .et-horizontal-circle .et-icon-block {
    width: 41px;
    height: 41px;
    line-height: 46px;
    font-size: 18px;
}

/*end of timeline*/
/*content*/
.timeline-slider .owl-item .item{
	display:flex;
}

.owl-item .item > div{
	/*width:50%;*/
	height:auto;
}

.timeline-slider .owl-item .item .timeline-title{
	text-align:center;
}
.timeline-content .timeline-title{
	margin-bottom:20px;
}

/*end of Time Line*/

/*module*/
.sidebar-page-container{
	padding: 0px 0 75px 0;
}

/*9 icons carousel*/
.clients-style-three {
	text-align: center;
}
.clients-style-three .inner-container {
    padding: 0px 30px 0px 30px;
}
section.clients-style-three.customize-owl-carousel {
	padding-top: 0px;
}

.owl-carousel-control-btn {
	margin-bottom:91px;
	position:relative;
	top: 35px;
	cursor: pointer;
}

/*pagination*/
.prev.page-numbers,
.next.page-numbers{
	color: #006d5b;
    border-color: #006d5b;
    background-color: #fff;
	
	
}
.prev.page-numbers:hover,
.next.page-numbers:hover,
.page-numbers:hover{
	color: #fff;
    border-color: #006d5b;
    background-color: #006d5b;
}

.page-numbers{
	position: relative;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 38px;
    font-weight: 500;
    border: 1px solid #006d5b;
    border-radius: 50%;
    text-align: center;
    color: #006d5b;
    background: transparent;
    transition: all 500ms ease;
}

section.press-progress-blog,
section.latest-update{
	max-width: 48%;
    min-width: 48%;	
}

.custom-module-container{
 	display:flex;
	flex-wrap:wrap;
}

/*
.custom-pagination{
	padding-bottom: 107px;
	padding-left: 15px;
}
*/

/*latest update*/
.eael-entry-footer{
	display:none;
}

#content_block_40 .inner-box .single-item .count-box span {
	background-color: #ffffff;
	color: #000000;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

@media (max-width: 1199px) {
    .main-features-elements-wrap {
        max-width: 450px
    }
    .main-features-elements-wrap::after {
        top: 3%;
        left: 3%;
        width: 95%;
        height: 95%
    }
    .main-features-elements-wrap .circle-container .main-features-item {
        margin-left: -50px;
        margin-top: -50px;
        width: 100px;
        height: 100px
    }
    .main-features-elements-wrap .for-tab h3 {
        margin-bottom: 0
    }
    .main-features-elements-wrap .for-tab p {
        display: none
    }
}
@media (max-width: 991px) {
    .main-features-elements-wrap .for-tab h3 {
        margin-bottom: 20px
    }
    .main-features-elements-wrap .for-tab p {
        display: block
    }
}
@media (max-width: 767px) {
    .main-features-elements-wrap .my-paroller {
        opacity: .5
    }
	/*planning timeline*/
	.timeline-slider .owl-item .item {
    	flex-wrap: wrap;
	}
	.owl-item .item > div {
    	width: 100%;
		padding: 0 83px;
	}
	
}
@media (max-width:599px){
.owl-item .item > div {
		padding: 0;
	}
}

@media (max-width: 480px) {
    .main-features-elements-wrap {
        padding-left: 10px;
        padding-right: 10px
    }
    .main-features-elements-wrap::after {
        top: 6%;
        left: 6%;
        width: 88%;
        height: 88%;
        border: 5px solid #F0F8FA;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
    .main-features-elements-wrap .circle-container .main-features-item {
        margin-left: -30px;
        margin-top: -30px;
        width: 60px;
        height: 60px
    }
    .main-features-elements-wrap .circle-container .main-features-item img {
        height: 30px;
        margin-bottom: 0
    }
    .main-features-elements-wrap .circle-container .main-features-item p {
        display: none
    }
    .main-features-elements-wrap .for-tab h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 0
    }
    .main-features-elements-wrap .for-tab p {
        display: none;
        font-size: 11px
    }
}