@font-face {
    font-family: 'მთავრული';
    src: url('hinted-ALKRoundedMtav-Medium.woff2') format('woff2'),
        url('hinted-ALKRoundedMtav-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'მხედრული';
    src: url('hinted-ALKRoundedNusx-Medium.woff2') format('woff2'),
        url('hinted-ALKRoundedNusx-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}



/*** General CSS + horizonti.ge-ს ცვლილებები ***/
body {
    line-height: 1.9em;
    font-family: 'მხედრული';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'მთავრული';
}

img {

    margin: 10px;
    border-radius: 5px;

}

.article-list .article .readmore {
    font-size: 0.875rem;
    border: black;
    border-style: solid;
    width: fit-content;
    border-radius: 5px;

    padding: 10px;
}

.article-list .article .readmore:hover {

    border-style: dashed;

}

#sp-bottom1 .sp-column, #sp-bottom2 .sp-column, #sp-bottom3 .sp-column {
    border-color: beige;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(221 255 54 / 60%);

}
#sp-bottom1 .sp-column:hover, #sp-bottom2 .sp-column:hover, #sp-bottom3 .sp-column:hover {

    background-color: rgb(221 255 54 / 100%);

}

#sp-bottom .sp-module {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

#sp-footer a, #sp-bottom a {
    color: #000;
    text-decoration: underline;
}

#sp-footer img, #sp-bottom img {
    display: inline;
    margin-right: 10px;
}

a#offcanvas-toggler {
    background-color: rgb(255 188 54 / 64%);
    width: 50px;
    height: 50px;
    text-align: center;
}

a#offcanvas-toggler:hover {
    background-color: rgb(255 188 54 / 100%);

}

.burger-icon {
    position: relative;
    left: 10px;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px;


}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #FFBC36;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;

}



/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    z-index: 9999;
    position: relative;
}
#sp-header.header-sticky {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    background: #232323;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    background-color: #ffbc36;
    border-top: 1px solid rgba(255,255,255,.075);
}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
    font-family: 'მთავრული';
    font-size: 12pt;

}

@media (max-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }

    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {

    font-size: 9pt;

}
    .sp-megamenu-parent>li.active>a {

    font-size: 9pt;

}

}


.sp-megamenu-parent > li > span {
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: normal;
    font-family: მთავრული;
    font-size: 12pt;
    color: black;
}
.sp-megamenu-parent > li {
    position: relative;
}

#sp-bottom {
    background-color: #ffbc36;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #0f1746;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.button {
    font-size: 17px;
    padding: 12px 33px;
    background: #fff;
    margin-right: 20px;
    color: #fff !important;
    text-transform: capitalize;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
}
.button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    background-color: #171F32 !important;
    transform: translateY(-8px);
}
.button.white:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.btn, .btn:hover {
    background-color: transparent;
    color: #fff !important;
    border: none;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 0;
}

/* Slider */
.slider-btn a:hover {
    background: #1c335f !important;
    color: #fff !important;
}

/* Button */
.icon-link a:hover {
    color: #fff !important;
}
.btn.color {
    font-size: 12px;
}

/* Title */
.title h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
}
.title-icon {
    max-width: 170px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.title-icon:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    z-index: -1;
    top: 12px;
    left: 0;
}
.title-icon i {
  	padding: 0 10px;
}

/* About */
.about-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.about-list li {
    position: relative;
    padding-bottom: 5px;
}
.about-list li em {
    padding-right: 10px;
}
.about-list li strong {
    display: none;
}
.about-img img {
    width: 80px;
}
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Divider */
.divider {
    border-bottom: 1px solid;
}
.divider {
    margin-bottom: 70px;
}

/* Counter */
.counter-colum .clearfix {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.counter-colum .clearfix:hover {
    transform: translateY(-8px);
    cursor: pointer;
    background-color: #1158EC;
}
.counter-item.first .count, .counter-item.first #shiva, .counter-item.first h4 {
    color: #fff;
}
.counter-colum .clearfix:hover .counter-item .count, 
.counter-colum .clearfix:hover .counter-item #shiva, .counter-colum .clearfix:hover .counter-item h4 {
    color: #fff !important;
}
.counter-item .count, .counter-item #shiva {
    line-height: 60px;
    font-weight: 600;
    font-size: 70px;
    color: #000;
}
.counter-item h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
}

/* Team */
.team .title:after {
    margin: 0;
}
.team-item .sppb-addon-content {
    position: relative;
    overflow: hidden;
}
.team-item .sppb-media-content {
    position: absolute;
    left: 0;
    padding: 30px 15px 0 15px;
    top: auto;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: left;
    bottom: 0px;
    width: 75%; 
    background: #fff;
}
.team-item .sppb-media-content h3 {
    font-size: 25px;
    line-height: 1em;
}
.team-item .sppb-media-content h5 {
    font-size: 17px;
    margin-bottom: 20px;
}
.team-item .sppb-media-content ul {
    padding: 0;
    padding-top: 10px;
}
.team-item .sppb-media-content ul li a {
    font-size: 20px;
    color: #fff !important;
}
.team-item .sppb-media-content ul li {
    display: inline-block;
    padding: 5px;
}
.team-item .sppb-media-content ul li em {
    display: none;
}

/* Program */
.programs-sidebar {
    border-radius: 5px;
    border-top: 8px solid;
}
.program-item img {
    border-radius: 5px;
}
.programs-sidebar .clearfix {
    border-bottom: 1px solid #cbd3e0;
}
.programs-img .sppb-addon-single-image-container {
    overflow: hidden;
}
.programs-img img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.programs-img:hover img {
    -webkit-transform: rotate(10deg) scale(1.1);
	transform: rotate(10deg) scale(1.1);
}

/* Event */
.event-colum {
    position: relative;
    border-radius: 5px;
}
.event-colum img {
    border-radius: 5px 5px 0px 0px;
}
.eevent-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.event-info li {
    font-size: 15px;
    display: inline-block;
}
.event-info li {
    width: 50%;
    float: left;
}
.event-info li em {
    padding-right: 5px;
}
.event-info li strong {
    display: none;
}
.event-info li a {
    padding: 11px 15px;
    color: #fff !important;
}
.event-info.bottom li:last-child {
    float: right;
    text-align: right;
}
.event-info.bottom {
    padding-top: 23px;
    border-top: 1px solid #EFEFEF;
}
.event-info.bottom ul, .event-info ul {
    padding: 0;
}
.btn-event {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 3;
}
.btn-event a, .btn-event a:hover {
    color: #fff !important;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 18px 10px 18px;
}

/* Testimonial */
.testimonial-colum {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    padding: 35px 35px 35px 35px;
    border-radius: 5px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background: #fff;
}
.testimonial-colum:hover {
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 31%);
}

/* Steps */
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    border: 0;
    border-radius: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-collapse,
.sppb-panel-heading.active {
    background: #fff;
}
.sppb-panel-title {
    font-size: 17px;
    color: #000;
}
.sppb-panel-heading {
    padding: 10px 20px 10px 34px!important;
}
.et-step .sppb-addon-content {
    font-size: 13px;
}
.sppb-panel.sppb-panel-modern {
    border: 1px solid #d4d4d4 !important;
}
.sppb-panel-heading.active {
    padding-bottom: 0!important;
}
.sppb-panel-collapse {
    padding: 0 20px 30px;
}

/* Bg Title */
.bg-title .sppb-addon-content {
    margin-top: -50px;
}
.bg-title h4 {
    font-size: 55px;
    font-weight: 600;
}
.bg-title h6 {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.63);
} 

/* Programs */
.programs-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    position: relative;
    color: #000;
    font-weight: normal;
    font-size: 23px !important;
    line-height: 1em;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}
#sp-bottom .sp-module .sp-module-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 2px;
    width: 50px;
}
#sp-bottom1 .shrewd_solution_icon {
    margin: 0;
    text-align: left;
    padding: 15px 0;
    margin-top: 14px !important;
}
#sp-bottom1 .shrewd_solution_icon li {
    position: relative;
    display: inline-block !important;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
}
#sp-bottom1 .shrewd_solution_icon li a,#sp-bottom1 .shrewd_solution_icon li a:hover {
    font-size: 18px;
    height: 40px;
    margin-right: 15px;
    position: relative;
    line-height: 45px;
    color: #ffffff !important;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom2 em {
  	padding-right: 10px;
}
#sp-bottom2 ul li strong,
#sp-bottom1 .shrewd_solution_icon li strong {
    display: none;
}
.site-footer ul {
    margin: 0;
}
.site-footer ul li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #a6a6b3;
    padding: 0px 0 0 16px;
}
#sp-bottom3 li {
    position: relative;
    padding-left: 15px;
    display: block !important;
}
#sp-bottom3 li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 38%;
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #ff5421;
}

/* Footer Copyright */
#sp-footer {
  	border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer1 {
  	padding-top: 5px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, a.hikabtn.hikacart,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.slider-btn a, .button, #sp-bottom .sp-module .sp-module-title:before, .bg, .event-info li a, .btn-event a {
 	background-color: #ffbc36;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.slider-title h1, .about-list li em,  .sppb-panel-heading.active .sppb-panel-title, .sppb-panel-heading.active i,
.title h3, .testimonial-item h3, .team-item .sppb-addon-text,  .program-item h3, .event-info li em, 
.programs-counter h3, .programs-counter i {
  	color: var(--text-color) !important; 
}
.divider {
  	border-color: var(--text-color) !important;
}
