*,*::after,*::before,p,ul {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
html a {
    color: #000;
    text-decoration: none;
}
h2 {
    font-family: gilroy-bold;
    letter-spacing: -.5px;
    font-size: 38px;
    margin-bottom: 0;
}
.custom-container {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

b, strong {
    font-weight:500;
    font-family: 'gilroy-bold';
}
body {
    font-family: gilroy-regular !important;
    min-height: 100vh;
    position: relative; 
    font-size:17px;
    line-height:32px;
}



.videolar iframe {
    border-radius: 10px;
    width: 365px;
    height: 460px;
    margin: 3px;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}





.quote {
    display: flex;
    flex-wrap: wrap;
}

.quote img {
    display: block !important;
    border-radius: 10px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 5px;
}




.metn img {
    display:none;
}
.text-styles ul {
    padding-left: 40px;
}
.text-styles ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}
.text-styles ul li::marker {
    color: #92b33d;
}
.text-styles ol {
    counter-reset: li;
}
.text-styles ol li {
    list-style-type: none;
    margin-bottom: 8px;
    padding-left: 6px;
    position: relative;
}
.text-styles ol li::before {
    content: counters(li, ".");
    counter-increment: li;
    position: absolute;
    left: -30px;
    top: 2px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    background: #f9af22 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAWCAMAAAA/86biAAAANlBMVEX////5ryL5tC7//vv7w1r//Pj//PX/+vH/+vD+9eT81o780oT7ymz7yGj7xmD6wVT6vEb6tzklMqcOAAAAMElEQVQI12MgHnAzg0hGHlYgycTIwgEiGQU4QSQjH4jkZweJszEwCPKClHIxE2kwACwgALUm5O19AAAAAElFTkSuQmCC) 100% 0 no-repeat;
    padding: 0 8px 0 8px;
    height: 22px;
}


h3 {
    font-family: 'Gilroy-Bold';
}

.st-container h3 {
    font-family: 'Gilroy-Bold';
}



/* static classlar */

.mb-30 {
    margin-bottom: 30px;
}
.gl-med {
    font-family: gilroy-medium;
}
.gl-bl {
    font-family: gilroy-bold;
}
.br-30 {
    border-radius: 30px;
}
.br-20 {
    border-radius: 20px;
}
.fw-bold {
    font-family: gilroy-bold;
    letter-spacing: .5px;
}
.pl {
    font-size: 1.2rem;
    font-family: gilroy-medium;
}
.fs-18 {
    font-size: 18px;
}
.let-5 {
    letter-spacing: .5px;
}
.mt-35 {
    margin-top: 35px;
}
.ln-32 {
    line-height: 2rem;
}

/*#academy {*/
/*    padding: 0px !important;*/
/*}*/
/* --------------------- */
#static {
    padding-top: 50px;
}
.share_st {
    font-size: 12px;
    color: #A9ABB9;
}
.share_links {
    position: relative;
}
.share_links a{
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    line-height: 0;
    color: #fff;
    transition: all .3s ease-in-out;
    border: 0;
    height: 36px;
    width:36px;
    top: 0;
    transform: translateY(-50%);
    display: flex;
    align-items:center;
    justify-content: center;
}
.share_links a:nth-child(1) {
    background: #1B70DA;
    left: 0;
}
.share_links a:nth-child(2) {
    background: #9246B4;
    left: 40px;
}
.share_links a:hover {
    top:-5px;
}
.st-container {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: auto;
    margin-left: auto;
}
.st-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.st-img:nth-of-type(1) {
    height: 400px;
}
.st-img:nth-of-type(2),.st-img:nth-of-type(3){
    height: 340px;
}
.block-title {
    margin-top: 0;
    line-height: 1.2;
    color: #2F313F;
    font-family: gilroy-bold;
    overflow-wrap: break-word;
}
.text-muted {
    font-size: 13px;
    color: #A9ABB9 !important;
    text-transform: uppercase;
}
.list li{
    position: relative;
    font-size: 21px;
    letter-spacing: -.02em;
}
ul.list li {
    list-style-type: disc;
}
ul.list li::marker {
    color: #BDBD0C;
}
ol.list {
    list-style: "1";
}
ol.list li {
    padding: 0 0 6px 8px;
    list-style-type: none;
    counter-increment: my-sec-counter;
}
ol.list li::before {
    content: counter(my-sec-counter );
    position: absolute;
    left: -24px;
    top: 5px;
    font-size: 14px;
    line-height: 22px;
    font-family: gilroy-regular;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    background: #f9af22 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAWCAMAAAA/86biAAAANlBMVEX////5ryL5tC7//vv7w1r//Pj//PX/+vH/+vD+9eT81o780oT7ymz7yGj7xmD6wVT6vEb6tzklMqcOAAAAMElEQVQI12MgHnAzg0hGHlYgycTIwgEiGQU4QSQjH4jkZweJszEwCPKClHIxE2kwACwgALUm5O19AAAAAElFTkSuQmCC) 100% 0 no-repeat;
    padding: 0 9px;
    background-size: contain;
    height: 22px;
}
#recent_posts_title {
    font-size: 22px;
    color: #BFC0CB;
}
#recent_posts {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}
.threedot {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
}
.thumbnail {
    height: 150px !important;
}
.thumbnail.st-img img{
    border-radius: 24px;
    height: 100%;
}
.st_date {
    font-size: 14px;
}
.rc_title_full {
    font-size: 22px;
    position: absolute;
    top: 20%;
    display: none;
    padding: 0px 10px;
    background: #fff;
    line-height: 2rem;
    width: 100%;
    height: 75%;
}
.rc_post {
    position: relative;
    padding-bottom: 10px;
}
.rc_post:hover .rc_title_full{
    display: block;
}
.rc_post::after {
    content: '';
    height: 7px;
    width: 95%;
    position: absolute;
    bottom: -10px;
    margin: auto;
    /* left: 0; */
    background-color: #34D186;
}

/*#calltoaction2 {*/
/*    margin-top: 60px;*/
/*}*/

@media (min-width: 768px) {

    .st-container {
        width: 740px;
    }
}
@media (min-width: 992px) {
    .st-container {
        width: 880px;
    }
}
@media (min-width: 1200px){
    .st-container {
        width: 1020px;
    }
}









#gradient-cover {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display:flex;
    justify-content: center;
    z-index:-1;
}
#ftr_svg_back {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    display:flex;
    justify-content: center;
}


/* header */
header {
    position: relative;
    background: #ffe400;
}
#desctop_navbar {
    padding: 40px 16px;
    position: relative;
}
header nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
#logo {
    width: 160px;
}
#logo img {
    width: 100%;
}
#menu ul {
    display: flex;
    align-items: center;
}
#menu ul li {
    
}
#menu ul li a {
    color: #000;
    padding: 12px;
    transition: all .3s;
    font-size:17px;
}
#menu ul li a:hover {
    opacity: .6;
}
#free_cons {
    color: #000;
    font-size:17px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background-color: transparent;
    transition: all .3s;
    margin-left: 25px;
    background: #ffffff;
    box-shadow: 0px 0px 25px 6px #e8c10d;
}
#free_cons:hover {
    /* opacity: .8; */
    background-color: #000;
    color: #fff;
}
/* slider */
#slider {
    padding: 48px 16px 0;
    text-align: center;
}
#slider h1 {
    font-size: 44px;
    letter-spacing: -1.5px;
    line-height: 100%;
    padding: 12px 0;
    margin-bottom: 0;
    font-family: gilroy-bold;
}
#title_cont {
    font-size: 30px; 
    letter-spacing: -.5px;
}
#slider h3 {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 130%;
    padding: 12px 0;
    text-transform: uppercase;
    font-weight: 400;
}
#slider h5 {
    font-size: 14px;
    letter-spacing: -.5px;
    margin-bottom: 8px;
    opacity: .5;
}
#icon_box {
    margin-top: 20px;
}
#icon_box .icons {
    display: flex;
    justify-content: center;
}
#icon_box .icons img{
    height: 24px;
    margin: 8px;
}
#btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
    padding: 12px 0;
}
#btns .btns_btn:nth-of-type(1) {
    background: #000;
    border: 1px solid #c1c1c1;
    border-radius: 41px;
    color: #fff;
    transition: all .3s ease-in-out;
}
#btns .btns_btn:nth-of-type(1):hover {
    background-color: #fff;
    color: #c1c1c1;
}
#btns .btns_btn {
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 41px;
    margin-right: 24px;
    padding: 22px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    margin: 5px 24px 5px 0px;  
    transition: all .3s ease-in-out;
}
#btns .btns_btn:hover {
    background-color: #000;
    color: #fff;
}
#more {
    align-items: center;
    background: #ffd644;
    border-radius: 24px;
    display: flex;
    margin: 54px 54px 12px;
}

#left{
    padding: 32px;
}
#right {
    /* border-left: 2px solid #000; */
    padding: 20px;
    text-align: left;
    position: relative;
}
#right::before {
    content: '';
    width: 1px;
    position: absolute;
    left: 0px;
    top: 20px;
    bottom: 20px;
    background-color: #000;
}
#right>p {
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 16px;
    margin-right: 24px;
}
#right a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.2px;
    margin-right: 24px;
    display: inline-flex;
    align-items: center;
}
#right a img {
    margin-left: 8px;
}

/*------------------ MAIN -------------------*/

.main-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
}

.terefdaslar {
    font-size: 28px;
}
.fayd {
    font-size: 26px;
}

.fayd span {
    font-family: 'Gilroy-Bold';
}

/* calltoaction */

#calltoaction {
    padding: 30px;
    max-width: 850px;
    border-radius: 65px;
    background: #96bd06;
    color:white;
    display: block;
    text-align: center;
    margin: auto;
    transition: 0.2s;
    box-shadow: 0px 0px 30px 0px #9ecb0a;
    font-size: 26px;
    font-family: 'Gilroy-Medium';
}

#calltoaction:hover {
    box-shadow: none;
}
#calldesc {
    margin: 0 auto;
}

#calldesc h2 {
    letter-spacing: -.5px;
    font-size: 31px;
    color: black;
    text-align: center;
    margin-bottom: 20px;
}


.ustca {
    background: #ffffff;
    padding: 0 0 100px 0;
}

/* subscribe */

.sub .subContent:not(:first-child){
    display: none;
}

#subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0px;
    background-color: #f1f7fa;
}
#subscribe h2 {
    margin-bottom: 25px;
    font-family: gilroy-bold;
    font-size: 38px;
    letter-spacing: -.5px;
}
#sub_desctop {
    margin-top: 60px;
}
.subTitle {
    font-family: var(--fontSemi);
    cursor: pointer;
    text-align: center;
    padding: 24px 0px;
    border-bottom: 3px solid #efefef;
    position: relative;
    line-height:25px;
}

.subTitle.active {
    color: #46307f;
    border-bottom: 3px solid #46307f;
}

.subBox {
    text-align: center;
    margin-top: 40px;
    line-height: 35px;
}
#subscribe img {
    width: 75px;
    border-radius:50%;
}
#subscribe .sub {
    text-align: center;
    cursor: pointer;
}
.img_icon_box {
    overflow: hidden;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    width: 80px;
    height: 80px;
    border-radius: 24px;
    margin-bottom: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    /*background: url('../img/indir.svg') no-repeat;*/
    background-color:#382b72;
}


.info_item_desc {
    font-size: 17px;
    line-height: 27px;
}

/* reasons */
#reasons {
    padding: 55px 0px 70px 0px;
    background-color: #f1efe4;
}
#reasons_title {
    display: flex;
    align-items: center;
    justify-content: center;
}
#reasons_title h2 {
    font-size: 3rem;
    line-height: 70px;
    /*font-weight: 700;*/
}
#reasons_title img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-bottom: 8px;
}
#plans {
    margin-top: 48px;
}
#plans .plan {
    cursor: pointer;
    position: relative;
    border-radius: 24px;
    padding: 24px 50px;
    background-color: #fff;
    margin-bottom: 14px;
}
#plans .plan_close {
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    transition: all .4s;
}
.plan_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.plan_title h4 {
    margin: 0px;
}
#plans .plan:not(.active) .plans_list {
    display: none;
}
#plans .plan.active .plan_close{
    transform: rotate(360deg) !important;
}




/* academy */

#academy button img {
    opacity: .4;
    width: 20px;
    transition: all .3s;
}
#academy .slick-slider {
    position: relative;
}
#academy .slick-slider .custom_btn {
    position: absolute;
    width: 50px;
    z-index: 2;
    bottom: 25px;
    cursor: pointer;
}
#academy .slick-slider .custom_btn_left {
    left: 0;
    top: 25px;
}
#academy .slick-slider .custom_btn_right {
    right: 0;
    top: 25px;
    width: 90px;
}
#academy .slick-slider button:hover img {
    opacity: 1;
}
#academy button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: absolute;
}
#academy .slick-slider button {
    display: none !important;

}
#academy {
    padding: 70px 0px;
}
#academy .slick-prev, #academy .slick-next {
   visibility: hidden;
}
#academy .slick-next {
    top: -50px;
    right: 130px;
}
#academy .slick-slide:hover {
    box-shadow: 1px 2px 18px -2px rgba(0,0,0,0.4);
}

#academy .slick-item .cat-title {
    padding-left: 14px;
    position: absolute;
    color: #fff;
    left: 40px;
    top: 40px;
    font-size:14px;
}
#academy .slick-item .cat-title::before {
    width: 6px;
    height: 6px;
    background: rgb(253 193 16);
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
}
#academy .slick-item img {
    object-fit: cover;
    border-radius: 13px;
    height: 100%;
    width: 100%;
}
#academy .slick-track {
    height: 480px;
    display: flex;
    align-items: center;
}
#academy .slick-item::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .77;
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 13px;
}
.op-120 {
    object-position: 0px -120px !important;
}
#academy .owl-title, #academy .caption {
    position: absolute;
    padding: 0px 40px;
    color: #fff;
    z-index: 2;
}

#academy .owl-title {bottom: 60px;}

#academy .caption {bottom: 25px;}

.all {
    font-size: 33px;
    font-family:gilroy-bold;
}

#title-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.all-post {
    opacity: .6;
    transition: all .3s;
    padding-right: 130px;
}
.all-post:hover {
    color: #000;
    opacity: 1;
}
#academy .owl-title h4 {
    margin-bottom: 0px;
}
#academy .all-post {
    padding: 0px;
    font-size:17px;
}
#academy .slick-slide {
    height: 430px;
    position: relative;
    transition: all .3s;
    border-radius: 13px;
    margin-right: 40px;
}
#academy .slick-slide>div {
    height: 100%;
}
#academy .slick-item {
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.fotorama__img {
    width: 100% !important;
}
.modal-dialog {
    max-width: 1250px !important;
}
.modal.show .modal-dialog {
    margin: 10px auto !important;
}
.fotorama .fotorama__img {
    left: 0px !important;
    top: 0px !important;
    height: 100% !important;
    object-fit: contain;
}
.fotorama__nav__shaft .fotorama__img {
    object-fit: cover;
}
.modal-content {
    background: rgba(255,255,255,0.6);
    position: relative;
}
.modal-content .btn-close {
    position: absolute;
    top:10px;
    right: 30px;
    z-index: 222;
}
.fotorama .fotorama__stage {
    height: 500px !important;
}
/* informations */

.all_title {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.next_img {
    width: 15px;
    right: -20px;
    top: 4px;
    filter: invert(33%) sepia(36%) saturate(3385%) hue-rotate(232deg) brightness(90%) contrast(89%);
    transition: all .3s ease-in-out;
}
.info_title {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    justify-content: space-between;
    font-family: 'Gilroy-Medium';
}
.info_title h2 {
    font-size: 3rem;
}
.all_title a{
    color: #6654d9;
    white-space: nowrap;
    font-weight: 600;
    line-height: 22px;
    padding-right: 10px;
}
.all_title:hover .next_img {
    right: -28px;
}


.info_prog {
    width: 100%;
    font-size:17px;
}
#info_boxes h4 {
    font-size: 24px;
    font-family: Gilroy-Medium;
    margin-bottom: 30px;
}


#informations .info_box {
    padding: 10px 24px;
    background: #fffffa;
    margin-bottom: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #d4d4dd;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 1s cubic-bezier(.19,1,.22,1);
    cursor: default;
}
#informations .info_box:hover{
    box-shadow: 0 0 54px #0000001a;
}
.ucuncusinif .info_box {
    background: #e5fbc9 !important;
}
.ikincisinif .info_box {
    background: #f7ffed !important;
}
.info_main .info_item_img {
    margin-bottom: 20px;
}


#informations .info_img {
    margin-right: 16px;
    margin-top: 0;
    height: 64px;
    width: 64px;
}
#informations .info_img img {
    width: 100%;
    height: 100%;
}
#informations .info_prog a{
    display: inline-block;
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: 'gilroy-medium';
    line-height: 24px;
}
#informations .info_prog span {
    line-height: 22px;
    color: #8f93a3;
}


/* useful_information */

#useful_info {
    margin: 60px 0px;
}
#useful_info .info_title h2 span {
    color: #8f93a2;
}
#useful_info .all_title {
    margin-top: 80px;
}
#useful_info article {
    transition: all .3s ease-in-out;
}
#useful_info .info_main .info_item_img {
    height: 240px;
}

#userful_info .info_main a{
    display: inline-block;
    width: 100%;
}

.info_item_img a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.info_item_title a{
    display: inline-block;
    margin-bottom: 16px;
    line-height: 26px;
    font-size: 22px;
    font-family: gilroy-bold;
}

.info_item_img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover
}
#useful_right article {
    display: flex;
}
#useful_right article p {
    order: 1;
}

#useful_right hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #545454;
    margin: 48px 0;
    border: 0;
}
#useful_right .info_item_desc {
    font-size: 15px;
    line-height:22px;
}
.info_item_desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.contact-text span {
    font-size: 30px;
    font-family: Gilroy-Bold;
}

.wp {
    border-bottom: 1px dashed;
    padding-bottom: 3px;
    color: #4c8c3c;
}
.zng {
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
.wp:hover, .zng:hover {
    opacity:0.6;
}
.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination span, 
.pagination a{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f1f3;
    margin: 0 4px;
    border-radius: 2px;
    color: black;
    transition: 0.2s;
}

.pagination a:hover{
    background: #fee433;
}

.pagination>span{
    background: #f2f3f5;
}

.pagination .nav-icons a,
.pagination .nav-icons span{
    color: #adadad;
}

.pagination .nav-icons a:hover{
    background: #f2f3f5;
}
.plans_list ul {
    margin-top: 15px;
}

/* elect us */

#electus {
    padding: 65px 0px 65px 0px;
    background-color: #2B2E3B;
}
#electus .bizi {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    font-family: gilroy-bold;
    font-size: 30px;
}
#electus .slide {
    background: #fff;
    border-radius: 20px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    width: auto!important;
    padding: 20px;
    flex-direction: column;
    margin: 24px 12px;
} 
    
#electus .slide_item_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#electus .slick_item_right {
    text-align: left;
    padding-left: 10px;
}
#electus .slick_item_right h3 {
    font-size: 20px;
}
#electus .slick_item_right div {
    font-size: 14px;
    line-height: 22px;
    color: #9c9fb0;
}
#electus .slick_slide_item_top {
    display: flex;
    margin-bottom: 25px;
}
#electus .comment {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}
#electus .star {
    width: 20px;
    margin-right: 8px;
    filter: invert(67%) sepia(98%) saturate(1542%) hue-rotate(0deg) brightness(109%) contrast(105%);
}
#electus .rate {
    margin-top: 24px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}
#electus .rate p {
    padding-top: 5px;
}
#electus .rate .rating {
    color: #9c9fb0;
}
#electus .slick-dots {
    display: flex;
}
#electus .slick-dots li {
    width: calc(100% - 25%);
    margin: 2px;
}
#electus .slick-dots li button {
    width: 100%;
    background: #fff;
    padding: 2px 0px;
    border: none;
    border-radius: 2px;
    outline: none;
}
#electus .slick-dots li.slick-active button {
    background-color: #6654d9;
}
#electus .slick-dots {
    padding: 0px 30px;
}


/* partners */
#partners {
    padding: 50px 0px;
    background: #f1efe4;
}
#partner_title {
    margin-bottom: 45px;
    font-family: gilroy-bold;
}
#partners .partner {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}
#partners .partner img{
    width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    max-width: 135px;
}

/* calltoaction 2*/

#calltoaction2 {
    padding: 30px 0px 0px;
    background-color: #DFF2FF;
}
#calltoaction2 button:hover {
    background-color: #8335f6;
}
#calltoaction2.active {
    background: #92B33A;
}
#call_top span{
    padding: 5px 16px;
    background-color: #fff;
    margin-right: 8px;
    margin-bottom: 5px;
    border-radius: 8px;
    font-size:15px;
}
#call2title {
    /* margin-top: 50px; */
    font-family: gilroy-medium;
}
#call2title h2 {
    margin-bottom: 30px;
    font-size: 30px;
}
.call2list h4 {
    margin-bottom: 8px;
    color: #7c8092;
}
#calldesc2 {
    margin-bottom: 30px;
    font-size:17px;
}
.call2list li {
    position: relative;
    margin-left: 10px;
    padding: 5px 0 5px 16px;
    font-size: 16px;
}
.call2list li::before {
    content: '';
    position: absolute;
    top: 13px;
    left: -12px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #a881e1;
}



/* footer */
footer {
    padding: 50px 0px 40px;
}
footer .custom-container {
    padding: 0px 70px;
}
footer h2 {
    font-family: gilroy-medium;
    font-size: 24px;
    margin-bottom: 15px;
}
#heart {
    width: 15px;
    margin-top: -4px;
}
footer ul li a {
    font-size: 15px;
    line-height: 30px;
    transition: all .3s;
}
footer ul li a:hover {
    opacity: .6;
}
.custom_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footer_right .footer_count {
    margin: 12px 0;
}
#footer_right .footer_count>span {
    font-size: 28px;
    font-family: gilroy-bold;
    line-height: normal;
}
#footer_top {
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
}
#footer_bottom {
    padding: 40px 0px 0px;
    font-size:14px;
}
#social_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sc_item{
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: black;
    color: #fff;
    margin: 5px;
    transition: all .3s ease-in-out;
    border: 1px solid #000;
}
.sc_item:hover {
    color:#000;
    background-color: #fff;
}
.btn-burger {
    display: none;
}
.info_prog>.info_img {
    display: none;
}


/*map*/
#map_section {
    position: relative;
    height: 400px;
}
.contact_art.active {
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}
.contact_art .location {
    padding: 0 0 20px;
    font-size: 17px;
    line-height: 1.5;
    color: #788088;
}
#contact_ h3{
    font-family: gilroy-medium;
    padding: 0 0 20px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #111;
}
#contact_ .contact_art.active h3 {
    color: red;
}
.contact_art {
    max-width: 480px;
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    animation-duration: 0.15s;
    transition: all 0.15s linear;
}
.num {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    font-size: 17px;
    line-height: 1.5;
    color: #788088;
}
.num span {
    padding: 0 27px 0 0;
}
.num a:nth-of-type(1) {
    text-decoration: none;
}
.num a {
    display: inline-block;
    margin-right: 15px;
    color: #788088;
    text-decoration: underline;
}
.num a:hover {
    text-decoration: none;
}
#contact_ {
    width: 480px;
    position: absolute;
    left: 20%;
    z-index: 2;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}
#contact_ article {
    margin: 20px 0px;
    z-index:3;
}
.gm-style .place-card-large {
    display: none !important;
}

/* mobile_navbar */
.btn-burger {
    width: 1.5rem;
    background-color: transparent;
    height: 19px;
    cursor: pointer;
    border: 0;
    position: relative;
    padding: 0;
}
.btn-burger>i:first-of-type {
    top: 25%;
}
.btn-burger>i {
    display: block;
    width: 100%;
    height: 0.125rem;
    position: absolute;
    background-color: #2d2480;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-property: top,background-color;
}
.btn-burger>i:nth-of-type(2) {
    top: 75%;
    width: 70%;
    left: 15px;
}
#mobile_navbar {
    display: none;
    padding-top: 30px;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    visibility:hidden;
    background: #1D1D21;
    top: -150%;
    z-index: 2;
    opacity: 0;
    transition: all .3s ease-in-out;
}
#mobile_navbar.active {
    top: 0;
    opacity: 1;
    visibility:visible;
}
#nav_close {
    text-align: right;
}
#nav_close img {
    width: 25px;
    filter:invert();
}
#mob_menu {
    padding: 20px;
}
#mob_menu li a {
    color: #fff;
    font-size: 25px;
    font-family: gilroy-medium;
    transition: all .3s;
}
#mob_menu li a:hover {
    opacity: .5;
}
#mob_menu li {
    margin: 30px 0px;
}
/*-----------------------*/


/*map*/
    #map {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 2px 0px;
    /*margin: 50px 0px;*/
    position: absolute;
    right: 0;
    /*bottom:0;*/
}
#map_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    z-index: -1;
    filter: drop-shadow(8px 8px 10px white);
}
/*.ymaps-2-1-79-map {*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*}*/
#speed_box a:nth-of-type(2):hover {
    opacity:1 !important;
}


/*-----------------*/

@media (min-width: 768px) {
    #useful_right .info_item_img {
    /*width: 810px;*/
    height: 150px;
}
    #partners .partner:not(:nth-of-type(1)) {
        justify-content: center;
    }
    #partners .partner:nth-last-of-type(1) {
        justify-content: end;
    }   
    #usef_cus_hr {
        display: none;
    }
    #child_dif {
        width: 66%;
    }
    #btns .btns_btn:nth-of-type(1) {
        padding: 22px 75px;
    }
    #plans .plan {
        border-radius: 32px;
    }
    #informations .swiper {
        display: none;
    }
}


.metn {
    font-size: 17px;
    line-height: 31px;
}


@media only screen and (max-width: 768px) {
    
    .quote img {
    width: 100%;
    min-height: 250px;
    height:auto;
}
    
    #usef_cus_hr {
    margin-bottom: 30px;
}


    .sc_item {
    margin-left: 0;
    margin-right: 15px;
}

    .info_item_img {
    margin-bottom: 20px;
}


    #calldesc2 {
        font-size:16px;
    }
    #footer_bottom {
    line-height: 22px;
}
    #footer_left {
        margin-bottom:20px;
    }
    #calltoaction2 {
        font-size:16px;
    }
    .info_item_desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
}
    
    .subBox {
    line-height: 33px;
    font-size: 17px;
}
    #calltoaction {
        font-size:22px;
    }
    .fayd span {
        display:none;
    }
    .info_prog {
    font-size: 16px;
    line-height: 25px;
}
    .plan_title h4 {
        font-size:19px;
    }
    #child_dif {
    font-size: 17px;
}
.plans_list {
    font-size: 16px;
    line-height: 24px;
}

    #sub_desctop {
        margin-top:0;
    }
    #map_section .overlay {
        background:none;
    }
    .faydali {
        padding:20px;
    }
    .ustca {
        padding: 0 20px 100px 20px;
    }
    .ustca h2{
        font-size: 26px;
    }
    #iframe2 {
        height: 660px;
    }
    .call2list {
        margin:5px 0px;
    }
    
    #social_links {
        justify-content: start;
    }
    #gradient-cover {
        display: none;
    }
    .ftr_svg_back {
        display: none;
    }
    body {
        background-image: url(../img/3d-gradient.svg),url(../img/footer-gradient.svg);
        background-position: top,bottom;
        background-repeat: no-repeat;
        background-size: 1100px auto;
    }
    #map_section {
            height: 660px;
    }
    #contact_ {
        position:inherit;
        transform: unset;
        width: 100%;
        padding: 10px 0px;
    }
    .num {
        flex-direction: column;
        align-items: flex-start;
    }
    #map {
        height: 340px;
        width: 100%;
        position: inherit;
    }
    #academy .slick-item img {
        object-position: inherit !important;
    }
    #academy .slick-slide {
        height: 330px;
    }
    #mobile_navbar {
        display: block;
    }
    .img_icon_box {
        width: 50px;
        height: 50px;
    }
    .subTitle {
        font-size: 15px;
        line-height: 23px;
    }
    #slider h1 {
        font-size: 30px;
    }
    footer .custom-container {
        padding: 0px 30px;
    }
    #academy .slick-slider .custom_btn {
        display: none !important;
    }
    .all {
        text-align: center;
    }
    #call_top span {
        margin: 10px 0px;
        display: inline-block;
    }
    #electus h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    #subscribe h2 {
        font-size: 25px;
        margin-bottom: 45px;
    }
    #informations .info_prog a {
        font-size: 19px;
    }
        .all_title a {
        font-size: 16px;
        font-weight: 500;
        padding-right: 10px;
    }
    #footer_right {
        display: flex;
        justify-content: start;
        padding: 0px;
    }
    #footer_right .footer_count {
        margin: 12px 10px;
    }
    #subscribe .sub {
        margin-top: 30px;
    }
    #reasons_title h2 {
        font-size: 1.6rem;
        line-height: normal;
    }
    .info_title h2 {
        font-size: 25px;
    }
    #useful_right hr {
        display: none;
    }
    #useful_right article {
        flex-direction: column;
    }
    #useful_right article p {
        order: inherit;
    }
    #useful_info article {
        margin-bottom: 30px;
    }
    #useful_info .info_item_img {
        margin-bottom: 32px;
    }
    #useful_info {
        padding: 15px;
    }
    #useful_info .all_title {
        margin-top: 30px;
    }
    #reasons {
        padding: 50px 0px;
    }
    #academy {
        padding: 50px 0px 0px;
    }
    #academy .nav-button {
        display: none !important;
    }
    #academy .slick-slide {
        margin: 20px;
    }
    #title-box {
        flex-direction: column;
        justify-content: center;
        margin: 0px;
    }
    #menu {
        display: none;
    }
    .navbar li a {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    #right::before {
        width: auto;
        height: 1px;
        left: 15%;
        top: 0;
        right: 15%;
    }
    #left img {
        width: 100%;
        height: 100%;
    }
    #right {
        padding: 10px 52px;
    }
    #more {
        margin: inherit;
        padding: 40px 0px;
    }
    #btns .btns_btn {
        width: 100%;
        margin: 5px 0px;
    }
    .submit_box {
        padding: 0px 40px;
    }
    .info_box>.info_img {
        display: none;
    }
    .info_prog>.info_img {
        display: block !important;
    }
    #desctop_navbar {
        padding: 10px 16px;
    }
    .btn-burger {
        display: block;
    }
    #call_form {
        margin-top: 30px;
        padding: 35px 20px;
    }
    #useful_info {
        margin: 50px 0px;
    }
    #subscribe .container {
        padding: 0 20px;
    }
    #plans .plan {
        padding: 20px;
    }
    #useful_right .info_item_desc {
        font-size: 16px;
    }
    footer {
        padding: 50px 0px 40px;
    }
    .st_blog {
        margin: 40px 0px 0px;
    }
    .blog_img_item a {
    height: 250px !important;
}
.blog_item_title a {
    margin-top: 0px;
}
}

#calltoaction.active {
    background: #92B33A;
}
#calltoaction.active h2 {
    color: #fff;
}


