@font-face {
     font-family: Averta-Regular;
     src: url(/fonts/Averta-Regular.woff2);
     font-weight: 400;
}
 @font-face {
     font-family: Averta-Semibold;
     src: url(/fonts/Averta-Semibold.woff2);
     font-weight: 600;
}
 @font-face {
     font-family: Averta-Bold;
     src: url(/fonts/Averta-Bold.woff2);
     font-weight: 900;
}
 body {
     overflow-x: hidden;
}
 .modal-content {
     background-color: #92b33a;
}
 * {
     font-family: Averta-Regular, sans-serif !important;
}
 .pr-60 {
     padding: 10px 0px;
}
 .mr-60 {
     margin: 60px auto;
}
 .bgBlue {
     background: #f5ffe9;
}
 .objFit {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .mainPage .navLogo {
     opacity: 0;
     transform: translateX(-100px);
}
 .navLogo img {
     width: 100px;
     height: auto;
}
 #mobNav {
     display: none;
}
 #descNav {
     padding: 10px 0px;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 a {
     text-decoration: none;
     color: #000;
}
 #navLinks {
     display: flex;
     align-items: center;
}
.mainPage {
    border-bottom: 1px solid #d8d8d8;
}
 .mainPage #navLinks>li, .mainPage #changeLangs>li, .mainPage .proposalPrice,#headerContact{
     opacity: 0;
     transform: translateY(-30px);
}
 .mainPage #changeLangs>li, .mainPage .proposalPric {
     position: relative;
}
 #navLinks>li {
     padding-block: 50px;
     margin-right:24px;
     z-index: 99;
     cursor: pointer;
}
 #headerContact svg{
     width: 20px;
    /*fill: #89db1a;
     */
     fill: #65AB0E;
}
 #headerRightContact {
     display: flex;
     align-items:center;
}
 #navLinks>li>a {
     transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
     text-transform: capitalize;
     font-size: 16px;
     color: #454749;
     font-size: 16px;
     display: inline-block;
     height: 100%;
}
 #navLinks > li:hover>a {
     color: #595959;
}
 #navLinks > li.dropParent::after {
     content: '';
     border: solid #454749;
     border-width: 0 2px 2px 0;
     display: inline-block;
     padding: 3px;
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     transition: .5s;
     margin-left: 8px;
     margin-bottom: 2px;
}
 #navLinks > li.dropParent:hover::after {
     transform: rotate(225deg);
     -webkit-transform: rotate(225deg);
     margin-bottom: 0;
}
 #navLinks .submenu li {
     display: flex;
     align-items:center;
     gap:10px;
     padding: 18px 35px;
     transition: all .3s ease;
}
 #navLinks .submenu li:hover {
     background: #0001;
}
 .submenu {
     left: -430px;
     transition: opacity 0.3s ease, visibility 0.3s ease;
     z-index: 999999;
     background: #fff;
     opacity: 0;
     position: absolute;
     top: 127px;
     padding-block: 10px;
     visibility: hidden;
     width: 100vw;
}
.submenu::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 100%;
    top:0;
    left: -150px;
    background: #fff;
}
 .submenuWrapper {
     width: 50%;
     margin: auto;
}
 .submenuWrapper li P{
     padding: 4px 0;
     max-width: 380px;
}
 .submenuWrapper li a {
     padding: 4px 0;
     width: 40%;
     display: inline-flex;
     align-items: center;
     border-radius: 5px;
     width: 100%;
}
 #navLinks li:hover > .submenu, #navLinks li .submenu:hover {
     opacity: 1;
     visibility: visible;
}
 .submenu a {
     font-size: 16px;
}
 #changeLangs {
     display: flex;
     align-items: center;
     gap: 5px;
     text-transform: capitalize;
}
#changeLangs a{
    color: #454749;
}
#changeLangs li:nth-child(1)::after {
    content: "";
    width: 1px;
    height: 10px;
    margin-inline:10px;
    background: #3333;
    display: inline-block;
}
 #langRus {
     opacity: 0.5;
}
 #langRus.brightOp {
     opacity: 1;
}
 #langAze.fadeOp {
     opacity: 0.5;
}
 #changeBar {
     position: relative;
     display: inline-block;
     width: 40px;
     height: 18px;
     text-align: left;
     background: #ececec;
     border-radius: 20px;
}
 #changeBar::before {
     content: "";
     position: absolute;
     left: 0;
     border-radius: 50%;
     width: 14px;
     height: 14px;
     margin-top: 2px;
     background: #65AB0E;
     transition: all 0.3s ease;
     z-index: 2;
}
 #changeBar::after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 0;
     height: 100%;
     background-color: #d3d3d3;
     border-radius: 20px;
     transition: all 0.3s ease;
}
 #changeBar.changes::before {
     transform: translateX(25px);
}
 #changeBar.changes::after {
     width: 100%;
}
 .proposalPrice {
     width: 170px;
     padding: 10px 0px;
     color: #fff;
     background: #65AB0E;
     display: grid;
     place-content: center;
     border: none;
     transition: background 0.16s ease;
     margin-left: 35px;
}
/* ana sehife slider */
 .mainPage #mainSlider {
     opacity: 0;
     transform: translateY(200px);
}
 #mainSlider h2 {
     font-family: Averta-Bold;
     font-weight: 700;
     font-weight: 700;
     color: #272727;
     font-size: 38px;
     line-height: 44px;
     max-width: 444px;
     margin-bottom: 16px;
     letter-spacing: -1px;
}
 #mainSlider .swiper-slide {
     height: calc(100vh - 200px);
     padding: 0px 150px;
}
 #mainSlider .swiper-pagination-bullet {
     background: #95c553;
}
 .mainContentsWrapper {
    /*display: flex;
     */
     position: relative;
     height: 100%;
}
 .swiperSlideContents {
     position: absolute;
     margin-top: 90px;
     width: 50%;
     display: flex;
     flex-direction: column;
     align-items: start;
     height: 400px;
     justify-content: space-between;
}
 .swiperSlideContents p {
     letter-spacing: 0.466667px;
     font-weight: 400;
     margin-bottom: 30px;
     margin-top: 12px;
     font-size: 16px;
     color: #272727;
     width: 86%;
     line-height: 26px;
}
 .swiperSlideImgWrapper {
     float: right;
     width: 50%;
     position: relative;
     height: 100%;
    /*right: 150px;
     */
}
 .swiperSlideImgWrapper svg {
     width: 100%;
     height: 100%;
     fill: #94c552;
}
 .coverImg {
     position: absolute;
     z-index: 2;
     width: fit-content;
     bottom: 0;
     left: 15%;
}
 #mainSlider div[role="button"] {
     width: 40px;
     height: 40px;
     background: #478ddf;
     border-radius: 50%;
     padding: 10px;
     display: none;
}
 #mainSlider div[role="button"] svg {
     width: 100%;
     height: 100%;
     object-fit: contain;
     fill: #fff;
}
 .mainSlideNext, .mainSlidePrev {
     position: absolute;
     top: 50%;
     z-index: 99;
}
 .mainSlideNext {
     right: 2%;
}
 .mainSlidePrev {
     left: 2%;
}
/*auto news carousel*/
 #marquee {
     overflow: hidden;
}
 #contentsWrapper {
     width: 1000000px;
     display: flex;
     align-items:center;
     justify-content: flex-start;
     padding: 30px 0px;
}
 #marquee .content {
     animation-name: animation_marq;
     animation-timing-function: linear;
     animation-iteration-count: infinite;
     float: left;
     animation-duration: 30s;
     display: flex;
     align-items: center;
     justify-content: flex-start;
}
 #marquee .content li {
     margin-left: 20px;
     font-family: Averta-Bold;
    /*font-weight: 700;
     */
     font-size: 20px;
     line-height: 1.1;
     text-transform: uppercase;
     white-space: nowrap;
     color: #2B2B2B;
     position: relative;
     padding-left: 20px;
}
 @keyframes animation_marq {
     0% {
         transform: translateX(0);
    }
     100% {
         transform: translateX(-100%);
    }
}
 #marquee .content li:before {
     content: '';
     position: absolute;
     width: 8px;
     height: 8px;
     margin-right: 20px;
     border-radius: 50%;
     background: linear-gradient(90deg, #65AB0E 0%, #B3E042 100%);
     left: 0;
     top: 50%;
     transform: translate(-50%, -50%);
}
/* xidmetler */
 #services .swiper-wrapper~div {
     background: #fff7;
     border-radius: 50%;
     width: 50px;
     height: 50px;
}
 #services .swiper-wrapper~div::after {
     font-size: 22px !important;
     color: #0008;
}
 #serviceTitles {
     display: flex;
     align-items: center;
     justify-content: space-between;
     overflow: hidden;
}
 #serviceTitles a {
     font-size: 16px;
     color: #0008;
     display: flex;
     align-items: center;
     gap: 5px;
     margin-right: 5px;
}
 #serviceTitles a:hover svg {
     transform: translateX(5px);
}
 #serviceTitles svg {
     width: 10px;
     transition: all 0.3s ease;
}
 .boldFont {
     font-size: 2.5rem;
     font-weight: bold;
     text-align:center;
}
 #services h2 {
     font-size: 34px;
     font-weight: 700;
}
 .wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
     flex-wrap: wrap;
     margin-top: 30px;
}
 #servicesWrapper.wrapper {
     justify-content: center;
     gap:30px;
}
 .service {
     width: 23%;
     overflow: hidden;
     border-radius: 20px;
     height: 300px;
     position: relative;
}
 .service a::after {
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     background: linear-gradient(rgba(118, 99, 95, .04) 0, rgba(118, 99, 95, .21) 27%, rgb(0 85 179 / 85%) 64.33%, rgb(0 85 179) 100%);
     opacity: .5;
}
 .service img {
     transition: all 0.3s ease;
}
 .service:hover img {
     scale: 105%;
     filter: brightness(70%);
}
 .service a {
     position: relative;
     height: 100%;
     display: inline-block;
}
 .serviceContents {
     position: absolute;
     z-index: 2;
     bottom: 0;
     left: 0;
     padding: 16px;
     width: 100%;
}
 .serviceContents h4 {
     font-family: Averta-Bold;
     font-size: 21px;
     line-height: 30px;
     color: #fff;
     margin-bottom: 10px;
}
 .likeDislikeWrapper {
     display: flex;
     align-items: center;
     gap: 20px;
}
 .likeDislikeWrapper > div {
     cursor: pointer;
     padding: 6px 8px;
     transition: all 0.5s ease;
     border-radius: 12px;
}
 .likeDislikeWrapper > div:hover {
     background: rgba(255, 255, 255, 0.3);
}
 .artFooter {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .views {
     color: #fff;
     font-size: 14px;
     font-weight: bold;
}
/*static about page*/
 #staticPage {
     background: #f1f1f1;
     padding: 20px 0;
}
 .aboutPageInfo {
     border-radius: 33px;
     background-color: #fff;
     padding: 30px 50px;
}
 .pageInfoHeader {
     text-align: center;
}
 .aboutPageImg img{
     border-radius: 25px;
     object-fit: cover;
     max-height: 600px;
     height: 100%;
     width: 100%;
}
 .aboutIcons>div {
     gap: 20px;
     flex-wrap: wrap;
}
 .shareIcons>a {
     width: 35px;
     height: 35px;
     background: #454545;
     color: aliceblue;
     display: inline-flex;
     margin: 0 8px 0 0;
     justify-content: center;
     font-size: 14px;
     transition: .3s;
     align-items: center;
     border-radius: 50%;
}
 .shareIcons>a:hover {
     opacity: 0.6;
}
 .textContent {
     padding: 30px 0;
     font-size: 17px;
     line-height: 1.6;
     height: 380px;
     overflow-y: scroll;
     padding-right: 10px;
}
 .textContent::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     border-radius: 10px;
     background-color: #F5F5F5;
}
 .textContent::-webkit-scrollbar {
     width: 8px;
     background-color: #F5F5F5;
}
 .textContent::-webkit-scrollbar-thumb {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
     background-color: #555;
}
/* mainAboutUs */
 #mainAbout {
     display: flex;
     flex-wrap:wrap;
     padding: 60px 0px;
     gap: 40px;
}
 #mainAboutImg {
     width: 465px;
     height: 455px;
     position: relative;
}
 #aboutImgWrp {
     border-radius: 8px;
     overflow: hidden;
     width: 100%;
     height: 100%;
}
 .mainAboutImgContent {
     background: #fff;
     padding: 10px;
     font-weight: 600;
     font-size: 14px;
     line-height: 150%;
     color: #595959;
     box-shadow: 0px 5px 20px rgba(232, 232, 232, 0.7);
     border-radius: 5px;
     position: absolute;
     top: -25px;
     left: -40px;
     z-index: 2;
}
 .mainAboutImgContent p:nth-of-type(2) {
     color: #59595980;
}
 #aboutImgWrp img {
     object-fit:cover;
}
 #mainAboutContents {
     width: 60%;
}
 #mainAboutContents .customBtn {
     background: linear-gradient(90deg, #65AB0E 0%, #B3E042 100%);
}
 #mainAboutContents h2 {
     font-size: 34px;
     font-weight: 700;
     margin-bottom: 20px;
     position: relative;
}
 #mainAboutContents h2 span {
     position: relative;
     z-index: 2;
}
 #mainAboutContents h2::before {
     content: "";
     position: absolute;
     top: -25px;
     left: -20px;
     z-index: 1;
     width: 90px;
     height: 90px;
     background: linear-gradient(90deg, #65AB0E 0%, #B3E042 100%);
     opacity: 0.8;
     filter: blur(35px);
     animation: pulse 3s ease infinite;
}
 @keyframes pulse {
     50% {
         transform: scale(0.5);
         filter: blur(25px);
    }
}
 #mainAboutContents p {
     font-size: 18px;
     line-height: 1.5;
     color: #595959;
     margin-bottom: 30px;
}
 .customBtn {
     position: relative;
     display: inline-block;
     padding: 10px 60px 10px 30px;
     font-size: 18px;
     line-height: 1.5;
     font-weight: 700;
     color: white;
     background:linear-gradient(90deg, #65AB0E 0%, #B3E042 100%);
     border-radius: 30px;
     overflow: hidden;
}
 .customBtn span {
     position: relative;
     z-index: 3;
     display: inline-block;
     transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 #mainBlogs {
     padding-top: 30px;
}
 #mainBlogs .customBtn {
     background: linear-gradient(90deg, #65AB0E 0%, #B3E042 100%);
}
 .customBtn::before {
     content: "";
     position: absolute;
     top: calc(50% - 5px);
     right: 30px;
     width: 10px;
     height: 10px;
     background: #fff;
     border-radius: 50%;
     transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 .customBtn::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
     width: 100%;
     height: 100%;
     background-image: linear-gradient(90deg, #65AB0E 0%, #65AB0E 100%);
     transition: all 0.4s ease-in-out;
     opacity: 0;
}
 .customBtn:hover::before {
     transform: translate3d(45px, 0, 0) scale(0.5);
}
 .customBtn:hover::after {
     opacity: 1;
}
 .customBtn:hover span {
     transform: translate3d(15px, 0, 0);
}
 .confetties.first {
     position: absolute;
     top: 0px;
     left: -160px;
     width: 200px;
}
 .confetties.second {
     position: absolute;
     right: -40%;
     top: 0;
     width: 200px;
     height: 100%;
}
 .confetties > div {
     position: absolute;
     transition: all 0.3s ease;
}
 .confetties.first > div:nth-of-type(2) {
     left: 50px;
}
 .confetties.first > div:nth-of-type(3) {
     right: 0px;
}
 .confetties.second > div:nth-of-type(1) {
     left: -10px;
     top: -40px;
}
 .confetties.second > div:nth-of-type(2) {
     left: 20px;
     top: 40px;
}
 .confetties.second > div:nth-of-type(3) {
     right: 70px;
     top: 70px;
}
/* nailiyyetler */
 .achievement h2 {
     margin-bottom: 20px;
     font-size: 24px;
     line-height: 1.3;
     font-weight: bold;
     font-family: Averta-Regular;
}
 .achievement p {
     font-size: 18px;
     color: #595959;
     line-height: 150%;
}
 .achievements .slick-dots {
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 30px auto 0;
     gap: 15px;
}
 .achievements .slick-dots button {
     width: 8px;
     height: 8px;
     background: #e2e2e2;
     border-radius: 50%;
     text-indent: -99999px;
     border: none;
     padding: 0px;
}
 .achievements .slick-dots button[aria-selected="true"] {
     background:#65AB0E;
}
 .achievements .slick-slide {
     display: flex;
     justify-content: space-between;
     align-items: center;
     text-align: center;
     position: relative;
     margin: 0 27px;
     min-height: 250px;
}
 .achievements .achievement {
     padding: 0px 20px;
}
 .achievements .slick-list {
     margin: 0 -27px;
}
 .achievements .slick-slide::before {
     content: "";
     display: block;
     width: 46px;
     min-width: 46px;
     height: 148px;
     background: url("../img/corns.svg") no-repeat 50% 50% / contain;
     transform: scale(1.3);
}
 .achievements .slick-slide::after {
     content: "";
     display: block;
     width: 46px;
     min-width: 46px;
     height: 148px;
     background: url("../img/corns.svg") no-repeat 50% 50% / contain;
     transform: scale(-1, 1.3);
}
/*referances*/
 #referances {
     margin-top: 40px;
     display: flex;
     align-items:center;
     flex-wrap: wrap;
     justify-content: center;
}
 #referances .ref {
     width: 23%;
     height: 150px;
     padding: 0px 15px 15px;
}
 #referances .ref img {
     width: 100%;
     height: 100%;
     object-fit: contain;
}
/* metodlarimiz */
 .mainMetodSliders {
     min-height: 600px;
}
 .mainMetodSliders .swiper-slide img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 0;
     width: 100%;
     height: 100%;
}
 .mainMetodSliders .swiper-slide {
     height: 500px;
     position: relative;
     padding: 55px;
     overflow: hidden;
     border-radius: 25px;
     transform: scale(0.8) !important;
     transition: all 0.3s ease;
}
 .mainMetodSliders .swiper-slide-active {
     transform: scale(1) !important;
     transition: all 0.3s ease;
}
 .mainMetodSliders .swiper-slide::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: 1;
     background-color: #0004;
}
 .methodContents {
     width: 60%;
     position: relative;
     z-index: 1;
     color: #fff;
     height: 100%;
     display: flex;
     flex-direction: column;
     gap: 70px;
}
 .methodBtmConts {
     display: flex;
     flex-direction: column;
     gap: 20px;
}
 .methodBtmConts a {
     color: #fff;
     text-decoration: underline;
     display: inline-block;
     margin-left: 5px;
     font-size: 1.4rem;
}
 .methodBtmConts p:nth-of-type(1) {
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 28px;
     line-height: 32px;
}
 .methodBtmConts p:nth-of-type(2) {
     font-size: 16px;
     line-height: 22px;
}
 .methodContents .arrowRight {
     width: 30px;
     height: 30px;
     background: #fff;
     border-radius: 50%;
     padding: 7px;
     display: grid;
     place-content: center;
}
 .methodContents .arrowRight svg {
     width: 100%;
     height: 100%;
     object-fit: contain;
}
/* arrow */
 .swiper-slideArrows {
     display: flex;
     align-items: center;
     gap: 10px;
     position: absolute;
     bottom: 0px;
     left: 50%;
     transform: translateX(-50%);
     background-color: #f5f7fa;
     padding: 5px 10px;
     border-radius: 25px;
}
 .swiper-slideArrows > div {
     width: 40px;
     height: 40px;
     padding: 10px;
    /*background-color:#b1e441;
     */
     background-color:#65AB0E;
     border-radius: 50%;
     cursor: pointer;
     transition: all 0.3s ease;
}
 .swiper-slideArrows > div svg {
     width: 100%;
     height: 100%;
     object-fit: contain;
     transition: all 0.3s ease;
     fill: #fff;
}
 #mainMethods {
     background: #e6f4f1;
     padding: 40px 0px;
}
 #mainMethods h2, #mainBlogs h2 {
     font-size: 34px;
     line-height: 40px;
     font-weight: 700;
     text-align: center;
     margin-bottom: 30px;
}
 #mainMethods h3 {
     font-size: 32px;
     line-height: 36px;
}
/* bloglar */
 #page .mainBlog {
     width: 30%;
}
 #blogs .swiper-pagination-bullet {
     background: #65AB0E;
}
 #blogs {
     height: 550px;
     position: relative;
}
 #blogs .mySwiper {
     padding: 20px;
}
 #blogContentsLeft h3 {
     position: relative;
     font-size: 30px;
     font-weight: 700;
     margin-bottom: 20px;
     color: #2B2B2B;
}
 #blogContentsLeft h3:before {
     content: '';
     position: absolute;
     top: -15px;
     left: 0;
     z-index: -1;
     width: 90px;
     height: 90px;
     background: linear-gradient(90deg, #65AB0E 0%, #B3E042 100%);
     opacity: 0.8;
     filter: blur(35px);
     animation: pulse 3s ease infinite;
}
 #blogContentsLeft>p {
     font-size: 18px;
     color: #595959;
     line-height: 150%;
     margin-bottom: 20px;
}
 .mainBlog {
     box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16);
     border-radius: 1rem;
     padding: 1.25rem 1rem 1rem;
}
 .mainBlogImgWrapper {
     height: 13rem;
     border-radius: 0.5rem;
     margin-bottom: 2rem;
     overflow: hidden;
     position: relative;
}
 .mainBlogImgWrapper .hashtag {
     position: absolute;
     z-index: 999;
     top: 20px;
     left: 20px;
     border-radius: 5px;
     display: block;
     margin: 0 3px 6px;
     padding: 4px 10px;
     font-weight: 600;
     font-size: 14px;
     line-height: 1.5;
     color: #fff;
     background: #65AB0E;
     opacity: 0;
}
 .mainBlogImgWrapper::after {
     opacity: 0;
     content: "";
     position:absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #0005;
     transition: all .3s ease;
}
 .mainBlogImgWrapper .moreDetailBlog {
     opacity: 0;
     position: absolute;
     z-index: 2;
     top: 50%;
     left: 50%;
     width: fit-content;
     padding: 10px 20px;
     background: #65AB0E;
     transform: translate(-50%,-50%);
     transition: all .3s ease;
     color: #fff;
     text-align: center;
     border-radius: 5px;
}
 .mainBlog:hover .mainBlogImgWrapper::after, .mainBlog:hover .moreDetailBlog,.mainBlog:hover .hashtag{
     opacity: 1;
}
 .mainBlog img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .mainBlog h4 {
     font-weight: bold;
     margin-bottom: 2rem;
     font-size: 18px;
}
 .mainBlogContents {
     padding: 5px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     height: 210px;
}
 .mainBlogTop p {
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     overflow: hidden;
     line-height: 1.5rem;
     margin-top: 0.625rem;
     opacity: 0.8;
     font-size: 14px;
}
 .seeBlog {
     display: inline-block;
     font-weight: bold;
     margin-top: 10px;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: 100;
     font-size: 17px;
}
 .mainBlogContents svg {
     width: 15px;
}
 .mainBlogBtm {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-top: 20px;
     opacity: 0.4;
     font-size: 14px;
}
 .mainBlogBtm > div {
     display: flex;
     align-items: center;
     gap: 5px;
}
/* calltoaction */
 #callToAction {
     padding: 100px 0px;
}
 #callWrapper {
     padding: 48px;
     background-color: #fff;
     border-radius: 20px;
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     box-shadow: 0px 2px 10px 0px #595959;
}
 #callWrapper h2 {
     font-size: 32px;
     line-height: 36px;
     font-weight: bold;
     margin-bottom: 24px;
}
 .leftSideCall p {
     font-size: 16px;
     line-height: 22px;
}
 .callWrapperSide {
     flex: 1;
}
 #formOthers {
     display: flex;
     flex-wrap:wrap;
     align-items: center;
     gap: 10px;
     margin-top: 10px;
}
 #formOthers .inputGroup {
     width: 49%;
}
 .inputGroup {
     position: relative;
}
 .inputGroup label {
     position: absolute;
     left: 20px;
     top: 40%;
     color: #666;
     pointer-events: none;
     transition: all 0.3s ease;
}
 .inputGroup.focusOn label {
     top: 20%;
     transform: scale(0.8) translateX(-5px);
}
 .inputGroup input {
     outline: none;
     border: 1px solid #e0e0e0;
     background-color: #f5f5f5;
     appearance: none;
     border-radius: 10px;
     box-shadow: none;
     color: var(--text-main-color);
     display: block;
     font-family: inherit;
     height: 56px;
     overflow: hidden;
     padding: 23px 18px 10px;
     text-overflow: ellipsis;
     transition: border-color 0.2s ease-in-out;
     white-space: nowrap;
     width: 100%;
}
 #callFormSubmit {
     background-color: #b1e441;
     border: 1px solid transparent;
     border-radius: 12px;
     color: #fff;
     font-size: 18px;
     cursor: pointer;
     line-height: 20px;
     padding: 17px 32px;
     transition: all 0.15s ease-out;
     margin-top: 32px;
}
 #callFormSubmit:hover {
     background-color: #000;
     color: #fff;
}
/* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
/* Firefox */
 input[type="number"] {
     -moz-appearance: textfield;
}
/* footer */
 footer {
     padding: 60px 0px;
     margin-top: 60px;
}
 #footerOthrs>div {
     width: 320px;
     border: 7px solid #65AB0E;
     box-sizing: border-box;
     padding: 23px 28px;
}
 #footerOthrs p {
     font-size: 18px;
     line-height: 26px;
     margin-bottom: 36px;
}
 #othrsLinkDefault {
     font-size: 14px;
     line-height: 21px;
     color: #000;
     opacity: 0.5;
     transition: all 0.3s ease;
}
 #othrsLinkDefault:hover, #othrsLinkWithLogo:hover {
     color: #3d3bff;
}
 #othrsLinkWithLogo {
     display: flex;
     align-items: center;
     font-size: 18px;
     line-height: 30px;
     color: #000;
     margin-top: 20px;
     transition: all 0.3s ease;
}
 #othrsLinkWithLogo img {
     width: 30px;
     margin-right: 15px;
}
 #footerAddress {
     padding: 0px;
}
 #footerAddress a {
     color: #000;
}
 #footerAddress svg {
     width: 25px;
     height: 25px;
     fill: #65AB0E;
}
 #footerAddress h3, #footerSocials h3 {
     font-weight: bold;
     font-size: 24px;
     line-height: 26px;
     margin-bottom: 28px;
     padding-left: 40px;
}
 #footerAddress div p {
     display: flex;
     align-items: center;
     gap: 20px;
     margin: 10px 0px;
     line-height: 25px;
}
 #footerSocials {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}
 #footerSocials h3 {
     padding: 0px;
}
 #footerSocials a:not(:last-child) {
     margin-right: 15px;
}
 #footerSocials a svg {
     width: 37px;
     height: 37px;
     fill: #65AB0E;
     transition: fill 0.16s ease;
}
 #footerSocialsTop {
     display: flex;
     flex-direction: column;
}
 #footerSocialsBtm {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 20px;
}
 #okmedia {
     width: 100px;
     margin-left: 30px;
}
/* livechat */
 #liveChat {
     background-image: url("../img/mesajgreen.png");
     background-color: #4897ff;
     background-position: center center;
     background-size: cover;
     border-radius: 50%;
     box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 12px 1px;
     cursor: pointer;
     overflow: hidden;
     position: fixed;
     bottom: 5%;
     right: 3%;
     height: 48px;
     width: 48px;
     animation: radial-pulse 1.6s ease infinite;
     transition: all 0.3s ease;
     z-index: 99;
}
 #liveChat.hide {
     opacity: 0;
     visibility: hidden;
}
 @keyframes radial-pulse {
     0% {
         box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }
     100% {
         box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}
 #liveChatBox {
     background-color: rgb(34, 86, 232);
     border-radius: 20px;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
     color: rgb(255, 255, 255);
     width: 370px;
     position: fixed;
     right: 2%;
     bottom: 3%;
     z-index: 99;
     visibility: hidden;
     opacity: 0;
     transition: all 0.3s ease;
}
 #liveChatBox.visible {
     opacity: 1;
     visibility: visible;
}
 #chatTop {
     padding: 15px 15px 0px 16px;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 #chatAdmin {
     display: inline-grid;
     place-content: center;
     background-color: #4110ff;
     border: 2px solid #fff6;
     user-select: none;
     width: 42px;
     height: 42px;
     border-radius: 32px;
     font-size: 17px;
}
 #chatAdminTitle {
     display: flex;
     flex-direction: column;
     align-items: center;
     line-height: 120%;
}
 #chatAdminTitle span:nth-of-type(2) {
     font-size: 13px;
     opacity: 0.8;
}
 #chatClose {
     width: 32px;
     height: 32px;
     border-radius: 50%;
     background-color: rgba(255, 255, 255, 0.25);
     cursor: pointer;
     display: grid;
     place-content: center;
     padding: 7px;
}
 #chatClose svg {
     width: 100%;
     height: 100%;
     object-fit: contain;
     fill: #fff;
}
 #chatBtm {
     margin-top: 20px;
     background-color: #fff;
     color: #000;
     border-top: 2px solid rgb(255, 255, 255);
     border-radius: 18px;
     height: 100%;
}
 #chatBtmTitle {
     padding: 15px 32px;
}
 #chatBtmTitle p:nth-of-type(1) {
     font-weight: bold;
}
 #chatBtmTitle p {
     margin-bottom: 7px;
     font-size: 15px;
}
 #chatBtmSocials {
     padding: 0px 20px 20px;
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
}
 #chatBtmSocials a {
     display: inline-flex;
     width: 45%;
     padding: 10px;
     align-items: center;
     box-shadow: 0px 0px 1px #b9bbbc;
     border-radius: 10px;
     transition: all 0.3s ease;
     font-size: 14px;
}
 #chatBtmSocials a:hover {
     box-shadow: 0px 0px 3px #b9bbbc;
}
 #chatBtmSocials svg {
     width: 28px;
     height: 28px;
     margin-right: 10px;
     border-radius: 5px;
     padding: 5px;
}
 #chatBtmSocials a:nth-of-type(1) svg {
     background-color: #24a1de;
}
 #chatBtmSocials a:nth-of-type(2) svg {
     background-color: #1877f2;
     fill: #fff;
}
 #chatBtmSocials a:nth-of-type(3) svg {
     background-color: #25d366;
}
 #chatBtmSocials a:nth-of-type(4) svg {
     background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
/*modal*/
 #connectUs .modal-footer button {
     width: 100%;
     padding: 15px;
}
 #connectUs .modal-title {
     font-size: 30px !important;
     color:#fff;
}
 .modal-header .btn-close {
     filter: invert(1);
}
 #connectUsFrame {
     width:100%;
     height: 500px;
}
 #connectUs .btn-close:focus {
     box-shadow: none;
}
/*other pages*/
 .infoHolder {
     display: flex;
     flex-flow: row-reverse;
     justify-content: space-between;
}
 .pageInfoHeader {
     width: 50%;
}
 .aboutInfoBody {
     width: 50%;
     padding-right: 30px;
     text-align: justify;
}
 #page {
     margin-bottom: 60px;
}
 #page .wrapper {
     justify-content: center;
}
 #staticPage h1 {
     font-size: 40px;
     font-weight: 600;
     padding: 30px 0 40px;
     border-bottom: 1px solid #dbdbe2;
}
 #aboutContents {
     padding: 30px 50px 30px 0;
     border-right: 1px solid #dbdbe2;
     line-height: 1.3;
     display: flex;
     gap: 20px;
     text-align: justify;
     flex-direction: column;
     height: 100%;
}
 #aboutText {
     max-height: 250px;
     overflow-y: auto;
     padding: 0 10px;
     font-size: 17px;
}
 #aboutText::-webkit-scrollbar {
     width: 8px;
}
 #aboutText::-webkit-scrollbar-track {
     border-radius: 8px;
     background-color: #e7e7e7;
     border: 1px solid #cacaca;
     box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
 #aboutText::-webkit-scrollbar-thumb {
     border-radius: 8px;
     background-color: #1e345b;
}
 #aboutText img {
     display: none;
}
 #aboutContents img {
     width: 100%;
     border-radius: 15px;
     object-fit: cover;
     max-height: 300px;
}
 .staticPageFormTop {
     padding: 30px 0;
}
 .staticPageFormTop h2 {
     font-size: 21px;
     font-weight: bold;
}
 .staticPageFormTop a {
     margin: 0 20px 0 0;
     width: 40px;
     height: 40px;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     padding: 8px;
}
 .staticPageFormSocials{
     padding: 20px 0;
}
 .staticPageFormSocials svg {
     width: 100%;
     height: 100%;
     object-fit: contain;
     fill:#fff;
}
 .face {
     background:#3b5998;
}
 .inst {
     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
 .tkt {
     background: #1c1f23;
}
 .twt {
     background: #1DA1F2;
}
 .staticPageFormBtm {
     padding: 40px 20px;
     border: 1px solid #dbdbe2;
     border-radius: 20px;
}
 .staticPageFormBtm h2 {
     font-size: 23px;
     font-weight: bold;
     margin-bottom: 30px;
}
 .staticPageFormBtm iframe {
     width: 100%;
     height: 380px;
}
 #galleryWrapper .row {
     gap: 10px;
}
 #galleryWrapper .row>p {
     width: 24%;
     height: 400px;
     padding: 0px;
}
 #galleryWrapper .row>p img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 #galleryWrapper {
     padding: 25px 0px;
}
/*breadcrumb*/
 .upper-breadcrump {
     background: #808080;
     padding: 15px 0;
     min-height: 200px;
     background: url(/img/method.jpg) center / cover;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     position: relative;
}
 .upper-breadcrump::before {
     content: '';
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     background: #00000087;
}
 .upper-breadcrump h2 {
     text-align: center;
     font-size: 25px;
     color: #fff;
     font-weight: 600;
     position: relative;
}
 .upper-breadcrump .speedbar {
     position: relative;
}
 .upper-breadcrump .speedbar svg {
     margin: 0px 5px;
}
 .upper-breadcrump .speedbar *{
     color: #fff;
}
/*elaqe seyfesi*/
 #contactPage {
     background:#f7f8f9;
     padding: 2rem 0px;
}
 .feedback_infos {
     display: flex;
     align-items:center;
     justify-content: space-between;
     flex-wrap: wrap;
}
 .info-box {
     line-height: 1.4;
     display: flex;
     align-items: center;
     gap: 10px;
}
 .img-box {
     height: 40px;
     width: 60px;
     border-right: 1px solid #c9c9c9;
}
 .info-box a {
     color: #000;
     display: block;
     font-size: 15px;
     width: 210px;
}
 .img-box img {
     height: 100%;
     filter: opacity(0.4);
}
 .form-feedback {
     background: #fff;
     padding: 3rem 4rem;
     margin-top: 1rem;
     border-radius: 0.4rem;
}
 .form-feedback h2 {
     border-bottom: 3px solid #1e345b;
     width: fit-content;
}
 .form-feedback p {
     color: #898686;
     line-height: 1.3;
     font-size: .9rem;
}
 .form-feedback input, .form-feedback textarea {
     width: 100%;
     padding: .6rem 0 .6rem 1rem;
     outline: none;
}
 .form-feedback textarea {
     height: 150px;
     min-height: 140px;
}
 .form-feedback button {
     max-width: 40%;
     width: 100%;
     padding: 1rem;
     background: #fff;
     border: 1px solid #000;
     font-weight: 600;
     transition: .4s all ease;
}
 .form-feedback button:hover {
     background: #1e345b;
     max-width: 100%;
     color: #fff;
     border: 1px solid transparent;
}
/*full story*/
 .serviceFull img, .blogFull .crop img{
     width: 100%;
     height: 100%;
     object-fit: cover;
     vertical-align: middle;
}
 .serviceFull img {
     border-radius: 15px;
}
 .serviceFull .fullContents {
     line-height: 30px;
     text-align: justify;
}
/*blogFull*/
 .blogFullContents {
     margin-top: 40px;
}
 .blogFull .crop {
     border-radius: 15px;
     max-height: 550px;
     max-width: 70%;
     margin: auto;
     overflow: hidden;
     box-shadow: 0px 10px 26px 0px #c6c6c6;
}
 .fullStoryBlog {
     text-align: justify;
     font-size: 19px;
     line-height: 30px;
}
 .bars, .mobMenu, .menuClose{
     display: none;
}
/*map*/
 #map, #mapTwo{
     margin-top: 30px;
     height: 450px;
}
 #mapWrapper {
     /*display: flex;*/
     /*flex-wrap: wrap;*/
     /*gap: 10px;*/
     margin-top: 50px;
}
/* .mapBox {*/
/*     width: 49%;*/
/*}*/
 .mapBox h2 {
     font-size: 34px;
     font-weight: bold;
     text-align:center;
}
 #achvTitle {
     font-size: 34px;
     font-weight: 700;
     margin-bottom: 40px;
     text-align:center;
}

/*students*/
 #studentsWrapper {
     margin-bottom: 50px;
}
#studentsWrapper h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
}
 #studentsWrapper div.swiper-slide {
     background: #f5fde9;
     height: 450px;
}
 #studentsWrapper .swiper-wrapper~div {
     background: #3333;
     border-radius: 50%;
     width: 50px;
     height: 50px;
}
 #studentsWrapper .swiper-wrapper~div::after {
     font-size: 20px;
     color: #fff;
}
 .studentFull {
     width: 100%;
     display: grid;
     grid-template-columns: repeat(auto-fit, 50%);
}
 .studentFull figure {
     padding-right: 30px;
}
 .studentFull figure img{
     width: 100%;
     object-fit: cover;
     height: 100%;
}
/* #studentsWrapper .swiper-slide {
    */
    /* height: 300px;
    */
    /*
}
*/
 .swiperContents {
     height: 100%;
     display: flex;
     flex-direction: column;
     border: 2px solid green;
     padding-bottom: 50px;
     padding-top: 10px;
     padding-inline: 10px;
}
 #studentsWrapper .avatar {
     height: 300px;
     border-radius: 5px;
}
 #studentsWrapper .avatar img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: top;
}
 .studentContents {
     margin-top: 20px;
     text-align: center;
     font-size: 18px;
}
 .studentContents h4 {
     font-weight: 600;
}
 .studentContents p {
     margin-top: 10px;
}
 .successRes {
     display: none;
     font-size: 25px;
}
 .successRes.active {
     display: block;
}
 .serviceSelect, .selectedOption{
     width: 100%;
     padding: 1rem;
     outline: none;
     border: 1px solid #0002;
     border-radius: 3px;
}
 .otherSelected {
     display: none;
}
 .otherSelected.active {
     display: block;
}
 .input_wrapper_call_action, .otherSelected{
     margin-top:24px;
}
 .form_wrapper_call input {
     width: 100%;
     padding: 1rem;
     border: 1px solid #e9e9e9;
     outline: none;
     border-radius: .2rem;
}
 .form_wrapper_call button {
     width: 100%;
     padding: 1rem;
     background: #1e345b;
     color: #fff;
     font-weight: 600;
     border-radius: 0.3rem;
     letter-spacing: .3px;
     transition: .4s all ease;
     border: 1px solid transparent;
     cursor: pointer;
     font-size: 18px;
}
 .form_wrapper_call button:hover {
     background: transparent;
     color: #1e345b;
     border: 1px solid #1e345b;
}
/*loader*/
 .loader{
     margin: 0 0 2em;
     height: 100px;
     width: 20%;
     text-align: center;
     padding: 1em;
     margin: 0 auto 1em;
     display: none;
     vertical-align: top;
}
/* Set the color of the icon */
 .loader svg path, .loader svg rect{
     fill: #FF6700;
}
 .loader.active {
     display: flex;
}
 #addressInfo h2 {
     font-weight: 700;
     padding: 17px 30px;
     margin-bottom: 2rem;
     font-size: 1.875rem;
     line-height: 2.25rem;
}
 #addressInfo ul {
     padding-left: 2rem;
     padding-right: 2rem;
}
 #addressInfo ul li {
     padding-top: 35px;
     padding-bottom: 35px;
     font-size: 20px;
     border-style: solid;
     border-top-width: 1px;
     border-bottom-width: 1px;
     border-color: #f0f0f0;
}
 #addressInfo ul li a {
     display: flex;
     align-items: center;
     font-size: 1.25rem;
     line-height: 1.75rem;
     color: rgb(64 64 64);
     gap: 0.75rem;
}

/*teachers*/
#page .teacher {
    width: 31%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
#page .teacherFull {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
#selectTeachers {
    width: 45%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px auto;
    margin-bottom: -30px;
    outline: none;
    border: 0 none;
    height: fit-content;
}
.anotherTeacher {
    padding-left: 5px;
    padding-right: 5px;
    flex-basis: 33.33%;
    margin-bottom: 10px;
    outline: none;
    cursor: pointer;
    margin-top: 0;
}

.anotherTeacher.active img {
    filter: grayscale(0);
}
.teachersWrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
#page .teacher img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: all .3s ease-in-out;
}
#page .teacher:hover img{
    filter: grayscale(0);
}

.teacherContents {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 0px 20px;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    transition: all .3s ease-in-out;
}
#page .teacher:hover .teacherContents{
    bottom: 60px;
}
.teacherContents h4 {
    font-weight: 600;
}
.teacherContents p {
    margin-top: 10px;
    line-height: 24px;
}
#page .teacher .moreAbout {
    position: absolute;
    bottom: -50% ;
    background: #fff;
    padding: 9px 10px;
    border-radius: 8px;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all .3s ease-in-out;
}
#page .teacher:hover .moreAbout {
    bottom: 3%;
}
#currentTeacher {
    display: flex;
    gap: 30px;
    width: 50%;
    padding: 30px;
    box-shadow: 0px 0px 10px #3333;
    border-radius: 20px;
}
#currentTeacher .teacherFullContents {
    width: 49%;
}
#currentTeacher figure {
    width: 40%;
    height: 350px;
}
#currentTeacher figure img,
.anotherTeacher img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.anotherTeacher img {
    filter: grayscale(1);
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.anotherTeacher:hover img {
    filter: grayscale(0);
}
.teacherTitle {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*student Card*/
.studentCard {
    display: flex;
    height: 300px;
    background: #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
    padding: 32px;
    width: 49%;
    position: relative;
}
.studentCardContent {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.studentCardContent h2{
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}
.studentCardContent p {
    font-size: 18px;
    line-height: 26px;
}
.studentCardPhoto {
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -2px;
}

.studentCardContent button {
    outline: none;
    cursor: pointer;
    border: none;
    box-shadow: none;
    z-index: 1;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    width: fit-content;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    min-height: 48px;
    max-height: 48px;
    padding: 16px 32px;
    font-size: 16px;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
}
.studentCardContent button:hover {
    background: #000;
    color: #fff;
}
.studentCardPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#videoWrapper {
    margin-bottom: 60px;
}
#videoInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height:350px; 
}
#videoContent {
    width: 58%;
    align-content: center;
    background: #f5ffe9;
    padding: 30px;
    border-radius: 25px;
}
#videoFrame {
    width: 40%;
    padding: 30px;
    background: #f5ffe9;
    border-radius: 25px;
}
#videoFrame iframe {
    width: 100%;
    height: 100%;
}
#videoContent h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;  
}
#videoContent p {
    font-size: 22px;
    line-height: 150%;
}

/* listenings */

.listening_full.wrapper > table:last-of-type > tbody > tr:first-child {
    border-bottom: 1px solid #00687133;
}

.listening_full.wrapper table tr span {
    letter-spacing: 0.03em;
    font-weight: 600;
    font-size: 14px;
    line-height: 18.2px;
    color: #006871;
    position: absolute;
    left: 0px;
    align-self: flex-start;
    top: 32px;
    transform: translateY(-50%);
}

.listening_full.wrapper table tr {
    border-top: 1px solid #00687133;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 20px 160px;
    position: relative;
}

.listening_full.wrapper table tr:first-child::after {
    content:"";
    background: url('/img/right-down.png')center/contain;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.wrapper.listening_full table:last-child tr:first-child {
    border-bottom: 1px solid #00687133;
}

.listening_full.wrapper table td {
    letter-spacing: 0.03em;
    font-weight: 600;
    font-size: 14px;
    line-height: 18.2px;
    text-align: left;
    color: #006871;
    text-transform: uppercase;
}

.dlepl {
    margin-bottom: 15px;
}

.listening_full.wrapper {
    gap: 0;
}

.listening_link {
    cursor: pointer;
}

.listening_card {
  position: relative;
  display: flex;
  width: 350px;
  background-color: #242824;
  padding: 10px;
  border-radius: 6px;
  gap: 0.5rem;
  height: 180px;
}
.bar {
  width: 10px;
  border-radius: 5px;
  background-color: #9147ff;
  transition: all 0.5s ease-in-out;
}
.listening_card:hover .bar {
  margin-right: 5px;
}
.card_form {
  position: relative;
  min-width: 5em;
  min-height: 5em;
  border-radius: 4px;
  background-color: #9147ff;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
.card_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card_data span {
  color: #9147ff;
  margin-top: auto;
  font-size: 0.9em;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.card_data span:hover {
  color: #28aea5;
  text-decoration: underline;
}
.text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 0.5em;
  color: white;
  gap: 10px;
}
.text_m {
  font-size: 20px;
}
.text_s {
  color: #9147ff;
  font-size: 0.6em;
}
.text_d {
  font-size: 12px;
  line-height: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cube {
  width: max-content;
  height: 10px;
  transition: all 0.2s;
  transform-style: preserve-3d;
}
.listening_card:hover .cube {
  transform: rotateX(90deg);
}
.side {
  width: max-content;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.top {
  transform: rotateX(-90deg) translate3d(0, 0, 0em);
}
.front {
  transform: translate3d(0, 0, 1em);
}

/* listenings end */

/*media*/
 @media screen and (max-width: 768px) {
     #changeLangs {
         margin-top: 30px;
     }
     .studentCard {
         width: 100%;
     }
     .studentCardContent h2 {
         font-size: 22px;
     }
     .studentCardContent p {
         font-size: 16px;
     }
     #page .teacher {
         width: 100%;
     }
     #currentTeacher {
        width: 100%;
        flex-direction: column;
    }
    #currentTeacher figure,#currentTeacher .teacherFullContents {
        width: 100%;
    }
    #selectTeachers {
        display: flex;
        width: 100%;
        margin: 30px 0px 0px;
    }
     .studentFull {
         grid-template-columns: auto;
    }
     .infoHolder {
         flex-direction: column;
    }
     .pageInfoHeader, .aboutInfoBody{
         width: 100%;
    }
     .aboutInfoBody {
         padding-right: 0px;
    }
     #blogContentsLeft h3 {
         font-size: 24px;
    }
     .callWrapperSide {
         flex: auto;
    }
     .aboutPageInfo {
         padding: 20px;
    }
     .aboutPageImg img {
         height: 250px;
    }
     .fullStoryBlog {
         text-align: start;
    }
     .achievements .slick-list {
         margin: initial;
    }
     #liveChat {
         right: 7%;
         bottom: 4%;
    }
     .feedback_infos {
         gap: 40px;
    }
     .form-feedback {
         padding: 2rem 1rem;
    }
     .form-feedback button {
         max-width: 100%;
    }
     .mapBox {
         width: 100%;
    }
     #mapWrapper {
         gap: 40px;
         margin-top: 20px;
    }
     #galleryWrapper .row {
         gap: 20px;
    }
     #galleryWrapper .row>p {
         width: 100%;
    }
     #servicesWrapper .service {
         width: 100%;
    }
     #descNav {
         display: none;
    }
     .swiperSlideImgWrapper {
         display: none;
    }
     .swiperSlideContents {
         width: 100%;
         padding-left: 0px;
         margin-top: 60px;
    }
     #contentsWrapper {
         padding: 20px 0px;
    }
     #mainSlider h2 {
         font-size: 25px;
         line-height: 40px;
    }
     #mainAboutContents h2 {
         font-size: 34px;
    }
     .mainSlideNext, .mainSlidePrev {
         position: absolute;
         top: initial;
         bottom: 15px;
    }
     .mainSlidePrev {
         right: 60%;
         left: initial;
    }
     .achievements .slick-dots {
         margin: 0px;
    }
     .mainSlideNext {
         left: 60%;
         right: initial;
    }
     #mainSlider div[role="button"] {
         width: 50px;
         height: 50px;
    }
     #mainAboutContents {
         width: 100%;
    }
     #mainAboutImg img {
         width: 100%;
    }
     .slick-slider {
         margin: 30px 0px;
    }
     #services h2 {
         font-size: 24px;
    }
     #serviceTitles a {
         font-size: 12px;
    }
     .mainMetodSliders {
         padding: 0px 10px;
         min-height: 570px;
    }
     .mainMetodSliders .swiper-slide {
         padding: 25px;
         min-height: 350px;
    }
     #blogs .mySwiper {
         padding: 10px;
    }
     #mainBlogs {
         margin-bottom: 30px;
    }
     .methodBtmConts a {
         font-size: 25px;
    }
     #page .mainBlog {
         width: 100%;
    }
     #callWrapper {
         padding: 35px 20px;
    }
     #formOthers .inputGroup {
         width: 100%;
    }
     #blogs {
         margin-top: 30px;
    }
     #blogContentsLeft h3:before {
         top: -10px;
         left: -10px;
         width: 50px;
         height: 50px;
    }
     footer {
         padding: 0px;
         margin-top: 20px;
    }
     #footerOthrs {
         padding: 0px;
    }
     #footerAddress, #footerOthrs, #footerSocials{
         width: 100%;
    }
     #footerAddress {
         margin: 0px;
    }
     #footerAddress h3, #footerSocials h3 {
         padding: 0px;
         margin: 20px 0px;
    }
     #footerSocialsBtm {
         margin: 20px 0px;
         justify-content: center;
    }
     footer .row {
         padding: 0px 10px;
    }
     #mainSlider .swiper, #mainSlider .swiper-wrapper{
         padding: 0px;
    }
     #mainSlider .swiper-slide {
         padding: 0px 15px;
         height: calc(100vh - 130px);
    }
     .mainPage .navLogo {
         opacity: 1;
         transform: translateX(0px);
    }
     .bars {
         display: block;
         width: 30px;
         transition: all .3s ease;
    }
     .menuClose {
         transition: all .3s ease;
         width: 30px;
    }
     #mobNav {
         display: flex;
         align-items:center;
         justify-content: space-between;
         padding: 5px 0px;
    }
     .mobMenu {
         display:block;
         position: absolute;
         top: 120px;
         padding: 20px;
         height: 100vh;
         width: 100%;
         background: #fff;
         z-index: 99;
         left: -100%;
         font-size: 18px;
         transition: all .3s ease;
    }
     #mobNavLinks>li{
         margin-top: 50px;
         font-size: 20px;
    }
     .mobSubMenu li {
         display: flex;
         align-items: center;
         gap: 10px;
         font-size: 16px;
         margin-top: 30px;
         line-height: 28px;
    }
     .mobSubMenu img {
         width: 25px;
         height: 25px;
    }
     #page {
         margin-bottom: 0px;
    }
     #footerSocialsTop {
         align-items:center;
    }
     #footerSocials a svg {
         width: 30px;
         height: 30px;
    }
     .mobMenu.active {
         left: 0;
         overflow-y: auto;
         max-height: calc(100vh - 75px);
         min-height: auto;
    }
     body.hidden {
         overflow: hidden;
    }
     .navLogo {
         width: 60px;
    }
     #aboutContents {
         padding: 0px;
    }
     .staticPageFormTop {
         font-size: 20px;
    }
     .service {
         width: 100%;
    }
     .proposalPrice {
         width: 100%;
         padding: 5px;
         line-height: 30px;
         margin-left: 0px;
         margin-top: 40px;
    }
    .studentCard {
            height: 450px;
    }
    .studentCardContent {
        width: 100%;    
        gap: 20px;
        justify-content: end;
    }
    .studentCardPhoto {
        width: 100%;
        right: 0;
        top: 0px;
        height: 200px;
    }
     #footerOthrs>div {
         width: 100%;
         padding: 23px 15px;
         text-align: justify;
    }
     .mainAboutImgContent {
         top: -5%;
         left: -1%;
    }
     #mainAboutImg {
         height: 300px;
    }
     .achievement h2 {
         font-size: 20px;
    }
     .achievement p {
         font-size: 16px;
    }
     #referances .ref {
         width: 50%;
         height: 100px;
    }
     .achievements .slick-slide::before, .achievements .slick-slide::after{
         display: none;
    }
     .achievements .achievement {
         padding: 0px;
    }
     .achievements .slick-slide {
         min-height: 0px;
         padding: 0px;
    }
     #connectUs {
         z-index: 9999;
    }
     #liveChatBox {
         margin: auto;
         width: 90%;
         left: 2%;
    }
     #chatBtmSocials svg {
         width: 23px;
         height: 24px;
         margin-right: 5px;
         padding: 3px;
    }
     #mainMethods h3 {
         font-size: 25px;
         line-height: 36px;
    }
     #mainMethods {
         padding: 20px 0px;
    }
     .methodContents {
         width: 100%;
         gap: 40px;
    }
     .methodBtmConts p:nth-of-type(1) {
         font-size: 18px;
         line-height: 30px;
    }
     #callToAction {
         padding: 30px 0px;
         margin-top: 0px;
    }
     .speedbar .over {
         text-align: center;
         line-height: 2rem;
         font-size: 18px;
         padding: 0px 10px;
    }
     #map, #mapTwo {
         width: 100%;
    }
     .blogFull .crop {
         max-width: 100%;
    }
    #addressInfo h2 {
        padding: 30px 30px 0px;
    }
    #videoInfo {
        height: fit-content;
        gap: 20px;
    }
    #videoContent,
    #videoFrame{
        width: 100%;
        padding: 20px;
        border-radius: 5px;
    }
    #videoContent h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    #videoContent p {
        font-size: 16px;
    }
}
 @media (min-width: 1400px) and (max-width: 1450px) {
     #mainSlider .container {
         max-width: 1400px;
    }
}
 @media (min-width: 1455px) {
     #mainSlider .container {
         max-width: 1800px;
    }
}
#dle-comments-form {
    display: none;
}
.subTitle {
    font-size: 18px;
    margin-block: 15px;
}

#page .wrapper .swiper-slide {
    width: 300px;
}
#page .wrapper .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.mainContentsWrapper h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}