/*@font-face {*/
/*  font-family: FiraGO;*/
/*  src: url("../fonts/FiraGO-Medium.woff2") format("woff2");*/

/*}*/

@font-face {
  font-family: FiraGO;
  src: url("../fonts/firago-all-200-normal.woff2") format("woff2")
}

@font-face {
  font-family: FiraGO;
  src: url("../fonts/firago-all-300-normal.woff2") format("woff2")
}

@font-face {
  font-family: FiraGO400;
  /*font-weight: 400;*/
  src: url("../fonts/firago-all-400-normal.woff2") format("woff2")
}

@font-face {
  font-family: FiraGO;
  src: url("../fonts/firago-all-500-normal.woff2") format("woff2")
}

@font-face {
  font-family: FiraGO;
  src: url("../fonts/firago-all-600-normal.woff2") format("woff2")
}

@font-face {
  font-family: FiraGO;
  src: url("../fonts/firago-all-700-normal.woff2") format("woff2")
}

@font-face {
  font-family: FiraGO;
  src: url("../fonts/firago-all-800-normal.woff2") format("woff2")
}

@font-face {
  font-family: FiraGO;
  src: url("../fonts/firago-all-900-normal.woff2") format("woff2")
}

@font-face {
  font-family: Tatishvili;
  src: url("../fonts/gl-tatishvili-metal-bold.ttf") format("woff2")
}

@font-face {
  font-family: DM Elene Akhvlediani;
  src: url("../fonts/DM-Elene-Akhvlediani.ttf") format("woff2")
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0 !important
}

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important
}

a {
    text-decoration: none !important
}

.header {
    background-color: #426851;
    height: 176px;
    display: flex
}

input[type=text] {
    border-bottom: none;
    height: auto
}

input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
    border: none !important
}

.container {
    max-width: 1260px !important;
    padding: 0 30px !important
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px !important
}

.logo {
    display: flex;
    align-items: center
}

.logo .logo-img {
    max-width: 108px;
    padding-right: 10px
}

.logo .logo-img img {
    width: 100%
}

.logo .logo-text {
    max-width: 200px
}

.logo .logo-text p {
    font-family: Tatishvili;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #fcebb8;
    text-transform: uppercase;
    font-feature-settings: 'case' on;
}

.header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 30px
}

.header-content-top-text {
    margin-right: 60px;
}

.header-content-top-text p {
    font-family: 'DM Elene Akhvlediani';
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 140%;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, .55);
    margin-left: 12px;
    margin-top: 6px
}

.header-content-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 25px
}

.search-box {
    height: auto;
    /* padding: 20px; */
    background: #f3f3f3;
    box-shadow: 0 6px 11px rgb(0 0 0 / 11%);
    position: absolute;
    z-index: 1000;
    margin-top: 10px;
    transition: all .5s;
    width: 100%;
}

.search-box ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
}

.search-box ul li {
    width: 100%;
    padding: 5px 20px;
    transition: all .5s;
    cursor: pointer;
}
.side-menu .search-box .search_result {
    color: #363636;
    line-height: 2.5;
}
.search-box ul li a {
    color: #2c2c2c;
    font-family: FiraGO;
    /* font-feature-settings: "aalt"; */
    width: 100%;
    /* padding: 5px 20px; */
    transition: all .5s;
}

.search-box ul li:hover {
    background: #9cb1a5;
}

.has-search input {
    width: 230px
}

.header-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

input::selection,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important
}

.form-control,
.form-group {
    margin: 0 !important
}

.has-search input {
    width: 80%
}
.has-search input:active,
.has-search input:focus,
.has-search input:visited,
.has-search input:target,
.has-search input:focus-visible{
  background-color: rgba(255, 255, 255, .09);
}
.has-search .form-control {
    padding-left: 2.375rem;
    color: #fff;
    padding-right: 10px
}
.has-search {
    background-color: rgba(255, 255, 255, .09);
    position: relative;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa
}

.has-search input::placeholder {
    font-family: FiraGO400;
    font-style: normal;
    /*font-weight: 400;*/
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.header-menu {
    display: flex;
    align-items: center;
    height: 100%
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}
.sidebar-menu .nav-item.dropdown {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    text-align: right !important;
}
.header-menu .nav-item,
.sidebar-menu .nav-item {
    padding: 0 30px 0 0 !important;
    height: 100%;
    display: flex;
    align-items: center
}

.sidebar-menu .nav-item {
    padding: 16px 0 !important;
    width: 100%
}

.links-list .nav-link {
  padding:0 ;
}

.header-menu .dropdown .nav-link::after,
.sidebar-menu .dropdown .nav-link::after {
    content: "";
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .5s;
    margin-top: -3px;
    margin-left: 5px
}
.sidebar-menu .dropdown .nav-link::after {
    border: none !important;
    padding: 0;
    margin-left: 0;
}

.header-menu .dropdown:hover .nav-link::after,
.sidebar-menu .dropdown:hover .nav-link::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 2px;
    border-color: #d7b75b
}

.header-menu .nav-link:nth-child(1),
.sidebar-menu .nav-link:nth-child(1) {
    padding: 0 !important;
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    height: 100%;
    display: flex;
    align-items: center
}

.sidebar-menu .nav-link:nth-child(1) {
    font-size: 18px;
    width: 100%;
    justify-content: flex-end;
    padding-right: 22px !important
}

.sidebar-menu .nav-item:nth-child(1) {
    margin-top: 20px
}

.header-menu .nav-link {
    border-bottom: 3px solid transparent;
    transition: all .3s
}

.sidebar-menu .nav-link {
    transition: all .3s
}

.sidebar-menu .nav-link:hover {
    color: #d7b75b
}

.header-menu .nav-item:hover .nav-link {
    border-bottom: 3px solid #d7b75b;
    color: #d7b75b
}

.lang {
    margin-top: -5px
}

.lang ul {
    display: flex;
    align-items: center;
    margin-bottom: 14px
}

.lang.sidebar-lang {
    margin-top: 20px;
    margin-bottom: 27px
}

.lang.sidebar-lang ul {
    justify-content: flex-end
}

.lang.sidebar-lang ul li:first-child {
    margin-right: 7px
}

.lang.sidebar-lang ul li a {
    padding: 11px 40px
}

.lang ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding: 10px;
    transition: all .3s;
    font-family: FiraGO400;
    background-color: rgba(255, 255, 255, .08)
}

.lang ul li a.active {
    background-color: #588c6f
}

.lang ul li a:hover {
    background-color: #588c6f
}

.header-menu li a:hover {
    color: #d7b65b
}

.social-icons {
    display: flex;
    align-items: center
}

.sidebar .social-icons {
    align-items: flex-end;
    justify-content: flex-end
}

.sidebar .social-icons .social-media-list {
    flex-direction: column
}

.social-icons .social-media-list {
    display: flex;
    flex-direction: row;
    margin-right: 25px !important
}

.social-icons .social-media-list li:first-child {
    margin-right: 7px
}

.search input::placeholder::before {
    content: url('./img/svg/arrow-1.svg');
    width: 20px
}

.dropdown {
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    font-size: 18px;
    perspective: 1000px;
    z-index: 100
}

.dropdown:hover {
    cursor: pointer
}

.dropdown:hover .dropdown_menu li {
    display: block
}

.dropdown:hover .dropdown_menu {
    display: block
}

.dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    perspective: 1000px;
    z-index: -2;
    background: #f3f3f3;
    box-shadow: 0 6px 11px rgba(0, 0, 0, .11);
    width: 360px;
    display: none
}

.dropdown_menu li {
    display: none;
    color: #fff;
    opacity: 0;
    padding: 25px 38px;
    transition: all .5s
}
.sidebar-menu .dropdown_menu li {
    opacity: 1;
    padding:0;
    transition: all .5s;
    display: block;
}
.dropdown_menu li:hover {
    background-color: #ddd
}

.dropdown_item {
    transition: all .5s
}

.dropdown_item .dropdown-link {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #767676;
    transition: all .5s
}

.dropdown_item:hover .dropdown-link {
    color: #353333
}

.dropdown_item:hover .dropdown-link {
    /* font-weight: 500 */
}

.dropdown_menu-1 .dropdown_item-1 {
    transform-origin: top center;
    animation: slideDown .3s 60ms ease-in-out forwards
}

.dropdown_menu-1 .dropdown_item-2 {
    transform-origin: top center;
    animation: slideDown .3s 120ms ease-in-out forwards
}

.dropdown_menu-1 .dropdown_item-3 {
    transform-origin: top center;
    animation: slideDown .3s 180ms ease-in-out forwards
}

.dropdown_menu-1 .dropdown_item-4 {
    transform-origin: top center;
    animation: slideDown .3s 240ms ease-in-out forwards
}

.dropdown_menu-1 .dropdown_item-5 {
    transform-origin: top center;
    animation: slideDown .3s .3s ease-in-out forwards
}

@-moz-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.tarkikComandSlider {
    width: 100%;
    height: auto;
    position: relative
}

.tarkikComandSlider .slick-dots {
    position: absolute;
    bottom: 35px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    display: none
}

.slick-dots li:before {
    top: 1px;
    transition: all .5s;
    content: "";
    width: 12px;
    height: 12px;
    background-color: rgba(192, 192, 192, .43);
    position: absolute;
    border-radius: 50%
}

.slick-dots li.slick-active:before {
    background-color: #b8b8b8
}

.tarkikComandSlider .slick-arrow {
    display: none !important
}

.comandSlider__item {
    cursor: pointer;
    position: relative;
    background-color: #efefef
}

.slider-content {
    margin-right: 50px;
    margin-top: 109px;
    width: 540px;
}

.comand_slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 50px;
  background-size: cover;
  margin-bottom: 90px;
}

.comand_slider .slider-content h2 {
    font-family: Tatishvili;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 700;
    font-size: 53px;
    line-height: 64px;
    color: #5d816b;
    max-width: 560px
}

.comand_slider .slider-content p {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 17px;
    line-height: 184%;
    color: #2c2c2c;
    max-width: 470px;
    margin: 15px 0
}

.slider-img {
    max-width: 480px;
    margin-top: 108px;
}

.slider-img img {
  width: 449px;
  height: 545px;
  object-fit: cover;
}

.view-more {
    background-color: #d7b65b;
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    transition: all .3s
}

.slider-view-more {
    margin-top: 30px;
    padding: 10px 40px;
    margin-bottom: 60px
}

.library-left-side .view-more a {
  text-transform: uppercase;
  font-feature-settings: 'case' on;
}

.library-left-side .view-more {
    width: 297px
}

.view-more a {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #fff
}

.view-more a:hover {
    color: #fff
}

.view-more:hover {
    background-color: #c5a756
}

.container {
    max-width: 1200px
}

.courses-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-top: 50px;
}

.news-box {
    position: relative;
    background-color: #d7b75b;
    padding: 25px 35px 50px 35px;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    min-height: 350px;
}
.news-box .news-title {
    margin-bottom: 15px;
}

.news-box .news-title h3 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px !important
}

.news-date {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}
.news-date .news-month {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 15px;
    width: 75px;
    height: 75px
}

.news-date .news-month {
    background-color: #c5a756;
    padding: 15px 20px
}

.news-date .news-month span {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #fff
}

.news-date .news-month p {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 150%;
    text-align: center;
    color: #fff
}

.news-date-text a {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    max-width: 190px
}

.news-date-date span {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 150%;
    color: #fff
}

.all-news {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 23px;
    right: 30px;
}

.all-news-arrow {
    background-color: #c5a756;
    display: flex;
    padding: 15px 14px;
    border-radius: 50%;
    margin-left: 10px
}

.all-news a {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff
}

.all-news a:hover {
    color: #fff
}

.owl-carousel {
    display: flex;
    max-width: 700px
}

.carousel-box {
    position: relative
}

.course-box {
    background-color: #597c67;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 204px;
    height: 225px
}
.promotions-carousel .slick-track {
    width: 675px;
}
.promotions-carousel .slick-slide {
    width: 225px !important;
}
.course-box-title h3 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    margin-top: 30px
}

.course-box-title h2 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #363636;
    margin-bottom: 44px !important
}

.courses-boxes .owl-carousel .owl-dots,
.courses-boxes .owl-carousel .owl-nav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: -80px;
    right: 0
}

.courses-boxes .owl-carousel .owl-dots.disabled,
.courses-boxes .owl-carousel .owl-nav.disabled {
    display: flex;
    justify-content: flex-end;
    position: absolute
}

.courses-boxes .owl-carousel .owl-nav {
    display: flex
}

.courses-boxes .owl-carousel .owl-nav button.owl-next,
.courses-boxes .owl-carousel .owl-nav button.owl-prev {
    background-color: #ededed;
    padding: 15px 14px !important;
    display: flex;
    border-radius: 50%;
    transition: all .3s
}

.courses-boxes .owl-carousel .owl-nav button.owl-next:hover,
.courses-boxes .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #e0dfdf
}

.our-school-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 740px;
    margin: auto
}

.our-school-box-img img {
    width: 360px;
    height: 225px;
    object-fit: cover;
}

.our-school-boxes .our-school-box:nth-child(1),
.our-school-boxes .our-school-box:nth-child(3) {
    margin-right: 20px
}

.our-school-boxes .our-school-box {
    margin-bottom: 20px
}

.our-school-title {
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center
}

.events-title {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px
}

.section-title h2 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #363636
}

.our-school-img-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    background-color: #597c67;
    transition: all .3s;
    cursor: pointer
}

.our-school-img-bottom h3 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-left: 15px !important
}

.our-school-img-bottom .arrow-img {
    background-color: rgba(248, 248, 248, .21);
    padding: 15px 14px;
    border-radius: 50%;
    display: flex
}

.our-school-box:hover .our-school-img-bottom .arrow-img {
    background-color: #c5a756
}

.our-school-box:hover .our-school-img-bottom {
    background-color: #d7b65b
}

.events-box {
    background-image: linear-gradient(rgba(57, 67, 61, .8) 100%, transparent), url("../img/events-bg.jpg");
    height: 536px;
    background-position: center;
    object-fit: cover;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center
}

.counter {
    display: flex;
    align-items: center
}

.counter .counter-box:not(:last-child) {
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, .74);
    padding-right: 48px
}

.counter .counter-box:not(:first-child) {
    padding-left: 48px
}

.counter .counter-box-title h4 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 35px;
    color: #fff
}

.counter .counter-box .counter-numbers span {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #d7b65b
}

.counter-text-title {
    margin-top: 50px;
    margin-bottom: 20px
}

.counter-text-title h3 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #fff
}

.counter-desc p {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #d1d1d1;
    max-width: 530px
}

.counter-desc {
    margin-bottom: 25px
}

.events-left-side .view-more {
    padding: 12px 33px !important;
    text-align: center
}

.events-right-side-img {
    margin-top: 27px;
    margin-left: -130px
}
.events-right-side-img img {
    width: 517px;
    height: 509px;
}
.events-left-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2
}

.events-left-side .view-more {
    max-width: 200px
}

.events-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.events-box-content {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.sulkhan {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 135px;
    margin-bottom: 225px
}
.sulkhan .sulkhan-img img {
  width: 280px;
  height: 373px;
  object-fit: cover;
}

.sulkhan .sulkhan-content {
    margin-left: 25px
}

.sulkhan-desc {
    max-width: 445px;
    margin-bottom: 25px
}

.sulkhan-desc p {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #505050
}

.sulkhan-title {
    margin-bottom: 15px
}

.sulkhan-title h3 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 32px;
    color: #000
}

.footer {
    background-color: #426851;
    padding: 45px 30px 40px 30px
}
.footer .dropdown {
    display: none;
}

.footer-nav-title {
    margin-bottom: 20px
}

.footer-nav-title h3 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #d7b65b;
}

.footer .contact-list {
    display: flex;
    flex-direction: column;
    margin-left: -26px !important
}

.footer .contact-list li {
    margin-bottom: 20px
}

.footer .contact-list li a {
    display: flex;
    align-items: flex-start
}

.footer .contact-list li a .address,
.footer .contact-list li a .email,
.footer .contact-list li a .phone {
    margin-left: 10px
}

.footer .contact-list li a .address span,
.footer .contact-list li a .email span,
.footer .contact-list li a .phone span {
    font-family: FiraGO;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 188%;
    color: #789383
}

.footer .contact-list li a .address p,
.footer .contact-list li a .email p,
.footer .contact-list li a .phone p {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #fff
}

.footer .contact-list li a .address p {
    max-width: 235px
}

.footer .links-list {
    max-width: 140px
}

.footer .links-list li a {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 191.5%;
    color: #afc1b6;
    transition: all .3s
}

.footer .links-list li a:hover {
    color: #fff
}

.social-media-list {
    display: flex;
    flex-direction: column
}

footer .social-media-list li {
    margin-bottom: 10px
}

.footer .social-media-list li a i {
    margin-right: 15px
}

.footer .social-media-list li a {
    display: flex;
    align-items: center;
    font-family: FiraGO;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #afc1b6;
    text-transform: capitalize;
    transition: all .3s
}

.social-media-list li a:hover {
    color: #fff
}

.social-media-list li a i {
    background: #9cb1a5;
    color: #426851;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    line-height: 5px;
    vertical-align: middle;
    padding: 15px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
    border: 1px solid transparent
}

.social-media-list li a i:hover {
    color: #9cb1a5;
    background: #426851;
    border: 1px solid #9cb1a5
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .55);
    display: flex;
    justify-content: space-between
}

.footer-bottom .copyright,
.footer-bottom a {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 154.5%;
    color: #fff
}

.footer-bottom a span {
    font-weight: 600;
    text-transform: uppercase
}

.footer-contact-form {
    padding: 32px 40px;
    background-color: #597c67;
    margin-top: -21%
}

.footer-contact-form input {
    padding: 12px;
    -moz-border-radius: 0 !important
}

.footer-contact-form .view-more {
    padding: 10px 30px
}

.footer-contact-form .sub-news {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff
}

.footer-contact-form .sub-news h3 {
    font-family: FiraGO;
    font-feature-settings: "aalt";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: left
}

.footer-contact-form .sub-desc {
    padding-bottom: 20px
}

.footer-contact-form .sub-desc p {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #fff;
    text-align: left
}

.contact-form .mail-input {
    max-width: 100%
}

.search input {
    background-color: rgba(255, 255, 255, .09);
    padding: 9px 11px !important
}

input {
    width: 100%;
    background: rgba(255, 255, 255, .23);
    border: none;
    outline: 0;
    color: #fff
}

input {
    border-radius: 0 !important
}

input[type=search] {
    -webkit-appearance: none !important
}

input::placeholder {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #fff
}

.footer .view-more {
    margin-top: 10px;
    color: #fff;
    border: none
}

.footer .view-more span {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.header-social-media {
    display: flex;
    align-items: center
}

.breadcrumb {
    background-color: transparent;
    margin: 0 !important;
    padding: 20px 0 !important
}

.breadcrumbs {
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px
}

.breadcrumb-dot .breadcrumb-item+.breadcrumb-item::before {
    content: "•";
    float: none;
    color: #f3ba36;
    line-height: 35px
}

.breadcrumb-right-tag {
    padding: 0;
    background: 0 0
}

.breadcrumb-right-tag .breadcrumb-item {
    background: rgba(2, 117, 216, .8);
    padding: .5em 1em
}

.breadcrumb-item a {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    color: #363636;
    transition: all .3s
}

.breadcrumb-item a:hover {
    color: #d7b65b
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important
}

.breadcrumb-right-tag .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    padding: 0
}

.library {
    margin-bottom: 300px;
    display: flex;
    justify-content: space-between
}

.library .library-right-side {
    margin-right: 70px
}

.library .library-section-title {
    margin-bottom: 30px;
    display: flex;
    align-items: center
}

.library .library-2-section-title {
    margin-bottom: 20px
}

.library .library-section-title h2 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #363636
}

.library .library-section-title span {
    font-size: 20px;
    color: #363636
}

.library .library-desc {
    max-width: 700px
}

.library .library-2-desc p {
    color: #363636;
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px
}

.library .library-desc p,
.library .library-inner-section-desc p {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #363636
}

.library .library-desc p:not(:last-child) {
    margin-bottom: 40px !important
}

.library .library-inner-section-desc li:not(:last-child) {
    margin-bottom: 25px !important
}

.library .library-inner-section-desc li:last-child {
    margin-bottom: 40px !important
}

.library .library-inner-section-desc li {
    margin-left: 16px
}

.library .library-inner-section-desc li::marker {
    color: #d7b65b
}

.library .library-desc p:last-child {
    margin-bottom: 55px !important
}

.library .library-inner-section-title h3 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #363636;
    margin-bottom: 12px !important
}

ul.library-inner-section-desc {
    list-style-type: disc
}

.library .library-inner-section-desc {
    max-width: 700px
}

.library-section-title.right-side-title {
    max-width: 250px;
    text-align: right;
    margin-bottom: 20px !important;
    margin-top: 30px;
    float: right
}

.library .library-work-hours p {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: right;
    color: #363636
}

.library-search {
    max-width: 609px
}

.library-search-title {
    padding: 12px 30px;
    background: #23332a
}

.library-search-title p {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff
}

.inputWithIcon input[type=text] {
    width: 100%;
    outline: 0;
    padding-top: 10px !important;
    padding-bottom: 13px !important;
    box-sizing: border-box;
    transition: .3s;
    background-color: #ededed;
    color: #9b9b9b
}

.inputWithIcon input::placeholder {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #9b9b9b
}

.inputWithIcon input[type=text]:focus {
    border-color: #d7b65b;
    box-shadow: 0 0 8px 0 #d7b65b
}

.inputWithIcon input[type=text] {
    padding-left: 70px !important
}

.inputWithIcon {
    position: relative;
    margin: 8px 0;
    display: flex
}

.inputWithIcon img {
    position: absolute;
    left: 0;
    top: -2px;
    padding: 9px 30px;
    color: #aaa;
    transition: .3s
}

.inputWithIcon input[type=text]:focus+img {
    color: #d7b65b
}

.inputWithIcon input {
    margin-right: 8px
}

.inputWithIcon.inputIconBg img {
    padding: 9px 30px;
    border-radius: 4px 0 0 4px
}

.section-center .map {
    max-width: 100%
}

.contact-section .row {
    margin: 0 !important
}

.section-center .map img {
    width: 100%
}

.contact-list {
    display: flex;
    margin-top: 20px !important
}

.contact-list .grid-item {
    max-width: 224px;
    margin-right: 40px
}

.grid-item a {
    display: flex
}

.grid-item a .mail-image,
.grid-item a .map-image,
.grid-item a .phone-image {
    margin-right: 10px;
    margin-top: 2px
}

.contact-page-content .contact-list .address p,
.contact-page-content .contact-list .email p,
.contact-page-content .contact-list .fax p,
.contact-page-content .contact-list .phone p {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #797979
}

.contact-page-content .contact-list .address span,
.contact-page-content .contact-list .email span,
.contact-page-content .contact-list .phone span {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #789383
}

.input::before {
    content: "";
    display: block;
    position: absolute
}

.input-header {
    position: relative;
    padding-top: 80px;
    color: #fff
}

.input-content {
    position: relative;
    background: #fff;
    z-index: 10;
    padding-top: 18px
}

.input-content .inputbox {
    overflow: hidden;
    position: relative;
    padding: 20px 0 0 0
}

.input-content .inputbox-title {
    position: absolute;
    top: 15px;
    left: 0;
    width: 200px;
    height: 30px;
    color: #666;
    font-weight: 700;
    line-height: 30px
}

.input-content .inputbox-content {
    position: relative;
    width: 100%
}

input {
    border-radius: none !important
}

.input-content .inputbox-content input,
.input-content .inputbox-content textarea {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    line-height: 15px;
    font-size: 14px;
    border: 0;
    background: 0 0;
    border-bottom: 1px solid #c4c4c4;
    outline: 0;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #797979
}

.input-content .inputbox-content textarea {
    height: 102px !important
}

.input-content .inputbox-content textarea::-webkit-scrollbar {
    width: 5px
}

.input-content .inputbox-content textarea::-webkit-scrollbar-track {
    background: #f1f1f1
}

.input-content .inputbox-content textarea::-webkit-scrollbar-thumb {
    background: #c4c4c4
}

.input-content .inputbox-content textarea {
    height: auto
}

.input-content .inputbox-content input:focus~label,
.input-content .inputbox-content input:valid~label,
.input-content .inputbox-content textarea:focus~label,
.input-content .inputbox-content textarea:valid~label {
    color: #c5a756;
    transform: translateY(-13px);
    font-size: .825em;
    cursor: default
}

.input-content .inputbox-content input:focus~.underline,
.input-content .inputbox-content textarea:focus~.underline {
    width: 100%
}

.input-content .inputbox-content label {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    line-height: 0;
    color: #c4c4c4;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    cursor: text;
    transition: all .2s ease-out;
    z-index: 10
}

.input-content .inputbox-content .underline {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #c5a756;
    transition: all .2s ease-out
}

.input-content .inputbox-content.textarea .underline {
    bottom: 5px
}

.contact-form-title h2 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #363636;
    margin-bottom: 30px !important
}

.section-center .contact-map-side {
    max-width: 780px;
    display: flex;
    flex-direction: column
}

.section-center .contact-form-side {
    width: 400px;
    margin-left: 60px
}

textarea {
    resize: none
}

.contact-form-content {
    display: flex;
    margin-bottom: 300px
}

.form {
    display: flex;
    flex-direction: column;
    margin: 1rem 0 0 0;
    position: relative
}

.contact-form-title h3 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #363636
}

.form__btn {
    background: #d7b65b;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    border: none;
    padding: 1.1rem 0;
    cursor: pointer;
    overflow: hidden;
    margin: 2rem 0 0 0;
    position: relative;
    transition: all .5s;
    width: 100%
}

.form__btn:focus {
    outline: 0
}

.form__btn:hover {
    background-color: #c5a756
}

.form__btn>* {
    transition: all .4s;
    transition-delay: 1s;
    display: inline-block
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: inherit !important
}

.nav-tabs {
    border: none !important
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    color: #fff !important;
    background: #d7b65b !important
}

.nav-tabs .nav-item {
    margin-right: 15px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
    display: flex !important;
    align-items: center !important
}

.nav-tabs .nav-item.show .nav-link svg path,
.nav-tabs .nav-link.active svg path {
    fill: #fff
}

.nav-tabs .nav-link {
    border-radius: 5px;
    padding: 10px 20px !important;
    display: flex;
    align-items: center
}

.nav-tabs .nav-link svg {
    margin-right: 5px
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    color: #d7b65b;
    border: 1px solid #d7b65b !important;
    font-family: FiraGO400;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px
}

.nav-fill .nav-item svg path,
.nav-fill>.nav-link path {
    fill: #D7B65B
}

.nav-fill .nav-item:hover,
.nav-fill>.nav-link:hover {
    color: #d7b65b
}

.gallery-title {
    margin-bottom: 25px
}

.gallery-title h2 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #363636
}

.photo-gallery .col-md-4 {
    margin-bottom: 30px;
    margin-right: 30px
}

.photo-gallery.row {
    margin-left: 0 !important
}

.photo-gallery .card {
    border: none !important;
    background-color: #f3f3f3;
    border-radius: 0 !important
}

.photo-gallery .card-img-top {
    border-radius: 0 !important
}

.photo-gallery .card .card-body,
.photo-gallery .col-md-4 {
    padding: 0 !important
}

.photo-gallery .col-md-4 {
    max-width: 357px
}

.photo-gallery .card-img {
    max-width: 315px
}

.photo-gallery .card-img img {
  width: 100%;
  height: 265px;
  object-fit: cover;
}

.photo-item {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
    row-gap: 10px;
    padding: 20px
}

.photo-item .photo-gallery-img-title {
    margin-bottom: 7px
}

.photo-item .photo-gallery-img-title p {
    max-width: 305px;
    font-family: FiraGO;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #535353;
    position: relative;
    padding-left: 8px !important
}

.photo-item .photo-gallery-img-title p::before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    content: " ";
    display: block;
    width: 2px;
    background-color: #f3ba36
}

.badge,
.btn,
.card:not([class*=card-outline-]),
.chip,
.jumbotron,
.modal-dialog.cascading-modal .modal-c-tabs .nav-tabs,
.modal-dialog.modal-notify .modal-header,
.navbar,
.pagination .active .page-link,
.z-depth-1 {
    -webkit-box-shadow: none;
    box-shadow: none
}

.tab-content {
    margin-bottom: 260px
}

.tab-content .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}
.page-item.active .page-link {
    background-color: #426851 !important;
    color: #fff !important;
}
.page-link {
    color: #363636 !important;
}
.page-item:first-child .page-link,.page-item:last-child .page-link{
    font-size: 1.2rem!important;
    line-height: .7 !important;
}
.tab-content .pagination .pagination-lists {
    display: flex;
    align-items: center
}

.tab-content .pagination .pagination-lists .pagination-list {
    margin-left: 24px
}

.tab-content .pagination .pagination-lists .pagination-list .pagination-link {
    font-family: FiraGO400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #787878;
    transition: all .3s
}

.tab-content .pagination .pagination-lists .pagination-list .pagination-link:hover {
    color: #363636
}

.tab-content .pagination .pagination-lists .pagination-list.next .pagination-link {
    color: #363636
}

.tab-content .pagination .pagination-lists .pagination-list.next {
    display: flex;
    align-items: center;
    cursor: pointer
}

.tab-content .pagination .pagination-lists .pagination-list.next .pagination-link {
    margin-right: 5px
}

.video-page-gallery .video-img {
    position: relative;
    max-width: 352px;
    margin-bottom: 15px;
    transition: all .3s
}

.video-page-gallery .video-img img {
  width: 353px;
  height: 228px;
  object-fit: cover;
}

.video-page-gallery {
    display: flex;
    flex-wrap: wrap
}

.video-page-gallery .video-item {
    max-width: 352px;
    margin-bottom: 60px;
    margin-right: 35px
}

.video-page-gallery .row .col-md-4 {
    max-width: 352px
}

.video-page-gallery .video-img svg {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    cursor: pointer
}

.video-page-gallery .video-img svg path {
    fill: #fff
}

.video-page-gallery .video-img:hover svg path {
    fill: #e0dfdf
}

.video-page-gallery .video-date {
    margin-bottom: 12px;
    margin-top: 10px
}

.video-page-gallery .video-date div {
    display: flex;
    align-items: center
}

.video-page-gallery .video-date div img {
    max-width: 16px
}

.video-page-gallery .video-date span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 148%;
    color: #9d9d9d
}

.video-page-gallery .video-desc p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 137.5%;
    color: #575757
}

.single-image-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 165px
}
.single-image-gallery .example-image-link {
  margin-right: 8px;
  margin-bottom: 8px;
}
.single-image-gallery .example-image-link .example-image {
  height: 135px;
  width: 177px;
  object-fit: cover;
}
.single-image-gallery-title {
    position: relative;
    margin-bottom: 40px
}

.single-image-gallery-title p {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #363636;
    margin-left: 8px
}

.single-image-gallery-title p::before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    content: " ";
    display: block;
    width: 2px;
    background-color: #f3ba36
}

.single-image-gallery .single-image-gallery-item {
    max-width: 177px
}

.single-image-gallery .single-image-gallery-item img {
    width: 100%;
    height: 135px
}

.carousel-indicators li {
    background-color: rgba(192, 192, 192, .43)
}

.carousel-indicators .active {
    background-color: #b8b8b8
}

.carousel .carousel-indicators li {
    max-width: 12px;
    height: 12px
}

.side-menu {
    display: none
}

.sidebar {
    width: 375px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -430px;
    z-index: 999;
    background: #426851;
    color: #fff;
    transition: all .3s;
    box-shadow: -25px 1px 21px rgba(0, 0, 0, .43);
    text-align: left;
    padding: 10px 20px;
    overflow-y: scroll;
    padding: 10px 0 40px 0
}

.sidebar::-webkit-scrollbar {
    width: 5px
}

.sidebar::-webkit-scrollbar-track {
    background: #9cb1a5
}

.sidebar::-webkit-scrollbar-thumb {
    background: #9cb1a5
}

.lang.sidebar-lang,
.sidebar .has-search,
.sidebar .social-icons .social-media-list {
    margin-left: 22px !important;
    margin-right: 22px !important
}

.sidebar .social-icons .social-media-list li {
    margin-bottom: 8px
}

.sidebar .sidemenu-logo {
    border-bottom: 1px solid rgba(255, 255, 255, .36);
    margin: 0 20px 15px 20px
}

.sidebar .sidemenu-logo .logo {
    visibility: hidden
}

.sidemenu-logo .logo {
    margin: 10px 20px
}

.sidebar .sidemenu-logo .logo-img {
    max-width: 55px
}

.sidebar .has-search {
    margin-top: 15px !important
}

.sidebar.active {
    right: 0
}

.dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 38px;
    right: 35px;
    transition: all .3s;
    background: 0 0;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer
}

.dismiss:focus,
.dismiss:hover {
    background: 0 0
}

.sidebar .to-top {
    padding: 0;
    text-align: center
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out
}

.overlay.active {
    display: block;
    opacity: 1
}

.content {
    width: 100%;
    transition: all .3s
}

.open-menu {
    position: absolute;
    top: 36px;
    right: 34px;
    z-index: 997;
    box-shadow: none;
    cursor: pointer;
    padding: 13px 15px;
    border: 1px solid transparent;
    transition: all .3s
}

.open-menu:hover {
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 4px
}

.open-menu.btn-customized,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.open-menu.btn-customized:active,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:hover {
    box-shadow: none;
    background-color: transparent
}

a.btn-customized {
    margin-left: 5px;
    margin-right: 5px;
    padding: .75rem 1.5rem;
    border: 0;
    background-color: transparent;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none
}

a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus,
a.btn-customized:active,
a.btn-customized:active:focus,
a.btn-customized:focus,
a.btn-customized:hover {
    outline: 0;
    border: 0;
    color: #fff;
    box-shadow: none
}

.courses-container .row {
    max-width: 720px;
    margin: inherit
}

.slick-slide a {
    color: #fff;
    font-size: 16px
}

.slick-slide p {
    line-height: 24px
}

.slick-slide p:last-of-type {
    margin-bottom: 0
}

.slick-slide p:first-of-type {
    font-weight: 700
}

.slick-next:before {
    position: relative;
    top: 8px;
    content: url("../img/svg/carousel-next.svg")
}

.slick-prev:before {
    position: relative;
    top: 8px;
    right: 11px;
    content: url("../img/svg/carousel-prev.svg")
}

.slick-next,
.slick-prev {
    top: -30%
}

.slick-next {
    right: 36px
}

.slick-prev {
    right: 70px;
    left: auto
}

.carousel-title {
    position: absolute;
    top: -32%
}

.carousel-title h3 {
    font-family: FiraGO;
  text-transform: uppercase;
  font-feature-settings: 'case' on;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #363636
}

@media (max-width:1240px) {
    .header-menu .nav-item {
        padding: 0 20px 0 0 !important
    }
}

@media (max-width:1150px) {
    .courses-container {
        flex-direction: column;
        align-items: center
    }

    .news-box {
        margin-bottom: 112px;
        margin-right: 0
    }

    .carousel-title {
        top: -23%
    }

    .courses-container .slick-next::before,
    .courses-container .slick-prev::before {
        top: 25px
    }
}

@media (max-width:1200px) {
    .header .container {
        display: none
    }

    .side-menu {
        display: block !important
    }

    .content .sidemenu-logo {
        padding: 10px 20px
    }

    .sidemenu-logo .logo-img {
        max-width: 80px
    }

    .sidemenu-logo .logo-text p {
        font-size: 12px;
        max-width: 144px
    }

    .header {
        height: 132px;
        align-items: center
    }
}
@media (max-width:1080px) {
  .slider-content {
    margin-right: 30px;
  }
  .comand_slider .slider-content h2 {
    max-width: 450px;
  }
}
@media (max-width:991px) {
    .footer-contact-form {
        margin-top: 0 !important
    }

    .footer .contact,
    .footer .links {
        margin-bottom: 40px
    }

    .contact-form-content {
        flex-direction: column
    }

    .section-center .contact-map-side {
        max-width: 100%;
        margin-bottom: 70px
    }

    .contact-list {
        justify-content: center;
        flex-wrap: wrap
    }

    .section-center .contact-form-side {
        width: auto;
        margin-left: 0
    }

    .admission {
        flex-direction: column
    }

  .slider-content {
    margin-right: 0;
    width: auto;
  }

    .library {
        flex-direction: column
    }

    .library-left-side {
        display: flex;
        flex-direction: column;
        margin-top: 20px
    }

    .library-section-title.right-side-title {
        margin: 0 !important;
        float: revert;
        text-align: left
    }

    .library .library-work-hours p {
        text-align: left
    }

    .inputWithIcon {
        flex-direction: column
    }

    .inputWithIcon input {
        margin-bottom: 8px
    }

    .inputWithIcon .view-more {
        text-align: center
    }

    .comand_slider .slider-view-more {
        display: flex;
        max-width: 200px;
        margin: auto;
        margin-top: 14px;
        padding: 8px 30px;
        text-align: center;
        justify-content: center;
    }

    .comand_slider .slider-view-more a {
        font-size: 14px
    }

    .comand_slider .slider-content p,
    .comand_slider .slider-img {
        display: none
    }

    .comand_slider .slider-content h2 {
        text-align: center;
        font-size: 29px;
        max-width: 300px;
        line-height: 35px
    }
  .comand_slider {
    background-image: none !important;
    margin-top: 0;
    height: 290px;
  }

    .course-box {
        margin: auto
    }

    .tarkikComandSlider .slick-dots {
        bottom: 17px
    }

    .tarkikComandSlider .slick-dots li {
        width: 13px;
        height: 13px;
        margin: 0 4px
    }

    .counter {
        flex-direction: column;
        align-items: flex-start
    }

    .counter .counter-box:not(:first-child),
    .counter .counter-box:not(:last-child) {
        padding: 0;
        border: none
    }

    .counter-desc,
    .counter-text-title {
        display: none
    }

    .events-box {
        height: auto
    }

    .counter .counter-box {
        margin-bottom: 22px
    }

    .events-left-side .view-more {
        max-width: 100%;
        width: 280px;
        text-align: center;
        box-shadow: 0 10px 9px rgba(0, 0, 0, .3)
    }
}

@media (max-width:767px) {
    .sulkhan {
        flex-direction: column;
        align-items: center
    }

    .sulkhan-content {
        max-width: 280px
    }

    .sulkhan-title {
        text-align: center;
        margin-top: 20px
    }

    .sulkhan .view-more {
        display: flex;
        justify-content: center
    }

    .contact-list .grid-item {
        margin-bottom: 15px
    }

    .sidebar {
        width: 100%;
        right: -767px
    }

    .sidebar .sidemenu-logo .logo {
        visibility: visible
    }

    .sidebar .sidemenu-logo .logo-img {
        max-width: 80px
    }

    .our-school-title {
        margin-top: 60px;
        margin-bottom: 30px
    }

    .events-title {
        text-align: center;
        margin-top: 71px;
        margin-bottom: 40px
    }

    .sulkhan {
        margin-top: 90px;
        margin-bottom: 120px
    }

    .courses-container .row {
        max-width: 450px
    }

    .courses-container .slick-next {
        right: 6px
    }

    .courses-container .slick-prev {
        right: 40px
    }

    .courses-container .slick-list {
        margin: 0 -10px
    }

    .courses-container .slick-slide {
        margin: 0 10px
    }

    .carousel-title h3 {
        max-width: 247px;
        line-height: 30px
    }

    .carousel-title {
        top: -42%
    }

    .carousel-title {
        right: 105px
    }

    .events-left-side {
        margin-left: 7rem
    }

    .events-right-side-img {
        margin-left: -220px
    }

    .news-box {
        margin-bottom: 152px
    }
    .footer .contact,
    .footer .footer-social-media,
    .footer .links {
        margin-bottom: 30px
    }

    .our-school-boxes .our-school-box:nth-child(1),
    .our-school-boxes .our-school-box:nth-child(3) {
        margin-right: 0
    }

    .grant {
        flex-wrap: wrap;
        justify-content: center
    }

    .grant .grant-box {
        margin-bottom: 15px
    }

    .admission .admission-right {
        margin-right: 0
    }
}

@media (max-width:575px) {
    .categories {
        width: auto !important
    }

    .container {
        padding: 0 20px !important
    }

    .contact-list {
        justify-content: flex-start
    }

    .news-page-box {
        flex-direction: column
    }

    .footer {
        padding: 45px 15px 40px 15px
    }

    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .footer-contact-form {
        padding: 25px
    }

    .courses-container .slick-next {
        right: 18px
    }

    .courses-container .slick-prev::before {
        right: 22px
    }

    .courses-container .slick-next:before,
    .courses-container .slick-prev:before {
        top: 20px
    }

    .courses-container .row {
        max-width: 370px
    }

    .courses-container .slick-list {
        padding: 0 30% 0 0 !important
    }

    .events-right-side-img {
        left: 0;
        right: -12%
    }

    .events-right-side-img img {
        width: 83%
    }

    .events-left-side {
        margin-left: -130px
    }

    .courses-container .slick-slide {
        margin: 0;
        width: 254px !important
    }

    .courses-container .slick-list {
        margin: 0
    }

    .courses-container .slick-next::before,
    .courses-container .slick-prev::before {
        display: none
    }

    .carousel-title {
        right: 65px;
        top: -36%
    }

    .events-title {
        max-width: 250px;
        margin: auto;
        padding-top: 50px;
        padding-bottom: 20px
    }

    .events-box {
        height: 480px
    }

    .events-left-side {
        margin-left: -9rem
    }

    .events-right-side-img {
        position: absolute;
        right: -12%;
        left: 13%;
        bottom: 0;
        margin-left: 0
    }

    .events-box {
        height: 530px
    }

    .events-right-side-img img {
        height: 480px;
        object-fit: revert
    }

    .events-right-side-img {
        right: -26%;
        left: 15%
    }
}

@media (max-width:480px) {
    .events-left-side {
        margin-left: -2rem
    }

    .events-right-side-img {
        right: -60%;
        left: 11%
    }

    .events-right-side-img img {
        height: 480px;
        object-fit: none
    }
}

@media (max-width:420px) {
    .events-right-side-img img {
        height: 480px;
        object-fit: unset
    }

    .courses-container .slick-slide {
        margin: 0;
        width: 246px !important
    }

    .courses-container .row {
        max-width: 350px
    }

    .carousel-title {
        top: -18%
    }
}

.side-menu-dropdown {
    position: relative;
    margin: 50px;
    width: 360px
}

.side-menu-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sub-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end !important;
    justify-content: flex-end;
    text-align: right
}

.sub-menu a {
    color: #fff
}

.sidebar-menu .dropdown_menu.dropdown_menu-1{
    padding-top: 15px !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    display: unset;
    position: unset !important;
}

.sidebar-menu .dropdown_item.dropdown_item-1 :hover {
    background-color: #537661 !important;
}

.sub-menu ul .sub-menu-list:hover .sub-menu-link {
    color: #d7b65b
}

.sub-menu ul .sub-menu-list {
    transition: all .3s
}

.sidebar-menu .dropdown_item .dropdown-link {
    font-family: FiraGO !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 330% !important;
    color: #fff !important;
    display: flex !important;
    justify-content: flex-end !important;
    transition: all .3s !important;
    padding-right: 22px !important
}

.side-menu-dropdown ul li a {
    display: block;
    background: #ebebeb;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.side-menu-dropdown ul li a:hover {
    background: #f8f8f8;
    color: #515151
}

.side-menu-dropdown ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right
}

.side-menu-dropdown ul ul {
    background-color: #f3f3f3
}

.side-menu-dropdown ul li ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 20px
}

.side-menu-dropdown ul li ul li a:hover {
    background: #ebebeb;
    border-left: 4px solid #3498db
}

.owl-carousel .owl-item .single-staff-item img {
    max-width: 325px;
    width: 160px;
    border-radius: 50%
}

.staff-meta {
    font-size: 12px;
    color: #b7b7b7;
    margin-top: 20px
}

.staff-meta h3 {
    font-size: 20px;
    margin: 0 0 10px
}

.staff-list .owl-nav button {
    display: inline-block;
    width: 50px;
    height: 40px;
    background-color: #f3f3f3 !important;
    margin-left: 10px;
    transition: .3s
}

.staff-list .owl-nav button:hover {
    background: #14adf3 !important;
    color: #fff !important
}

.staff-list .owl-nav {
    position: absolute;
    right: 0;
    top: -46px
}

.staff-desc {
    margin-top: 20px
}
