/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

/* -----------------------------------------------------------------------
 * Base Style
 * ----------------------------------------------------------------------- */
#wpadminbar {
    z-index: 999999999;
}
body {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
}
body,
p {
    font-size: 16px;
}
p {
    line-height: 1.4 !important;
}
/* Целият scrollbar */
::-webkit-scrollbar {
    width: 12px; /* Широчина на вертикалния скролбар */
    height: 12px; /* Височина на хоризонталния скролбар */
}

/* Пълзящата част на скролбара */
::-webkit-scrollbar-thumb {
    background-color: #000; /* Цвят на плъзгача */
    border-radius: 10px; /* Заобляне на ъглите */
    border: 2px solid #f1f1f1; /* Граница, ако е необходимо */
}

/* Плъзгач при ховър */
::-webkit-scrollbar-thumb:hover {
    background-color: #000; /* По-тъмен цвят при ховър */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Poppins", sans-serif;
    line-height: 1.2 !important;
}
.heading h1 {
    font-size: clamp(33px, calc(33px + (100vw - 320px) * 15 / 660), 48px);
    font-style: normal;
    font-weight: 700;
}
.heading h2 {
    font-size:48px;
    font-style: normal;
    font-weight: 700;
}
.heading h3 {
    font-size: 24px;
    font-weight: 400;
}
.fw-900 {
    font-weight: 900 !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.white {
    color: #fff !important;
}
.yellow {
color:#FFB300 !important;
}
.blue {
	color:#003AF8;
}
.text-center {
    text-align: center;
}
.mt-0 {
    margin-top: 0px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mt-5 {
    margin-top: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.m-0-auto {
    margin: 0 auto;
}
.w-980 {
margin:0 auto;
max-width:980px;
width:100%;
}
/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
#et-main-area {
    z-index: 99999;
    position: relative;
}
/* header info */
#page-container {
    overflow: hidden;
   padding-top:0px !important;
}
#main-header,
#main-header.et-fixed-header {
    position: fixed;
    background:transparent !important;
    z-index: 999999;
   -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0);
}
.container_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 15px 40px;
    background: #fff;
    border-radius: 8px;
    position: relative;
	margin-top:35px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.14);
}
.logo_container {
    text-align: center;
    display: inline;
    max-width: 100%;
    width: fit-content;
    height: auto !important;
    position: relative !important;
    padding: 0px !important;
    z-index: 1;
}
#logo {
    width: 100%;
    max-width: 100% !important;
}
.et_header_style_centered header#main-header .logo_container {
    max-height: 300px !important;
    max-width: 95%;
}
.col-right-header-nav {
    width: auto;
}
nav#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
    float: none !important;
}
#top-menu-nav {
    display: none;
}
.mobile_nav .select_page {
    display: none !important;
}

/* Logo */

/* Navigation */
#et-top-navigation {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 0px !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#top-menu {
    display: flex;
    align-items: center;
}
#top-menu li {
    padding-right: 0px;
}

#top-menu li a,
.et_mobile_menu li a {
    color: #000000;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    opacity: 1 !important;
    position: relative;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    line-height: 1.2;
}
#top-menu li a:hover {
    color: #003AF8 !important;
    opacity: 1 !important;
}
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a {
    color: #003AF8;
}
#top-menu li li a {
	width:230px;
}
#top-menu li li a,
#top-menu li li a:hover {
    border: 0px solid #ffffff52 !important;
    padding: 15px 10px !important;
}
#top-menu li li a:before,
#top-menu li li a:after {
    display: none;
}
.nav li ul {
    right: -10px;
    background: #fff;
}
#top-menu li.nav-contact a {
	background:#10B3F0;
	color:#fff !important;
	border-radius:50px;
	padding:15px 50px !important;
}
#top-menu li.nav-contact a:hover {
	background:#003AF8;
}
.et_mobile_menu .menu-item-has-children > a {
    background: none;
}
/* Промяна на иконата, когато падащото меню е отворено */
#top-menu .menu-item-has-children:hover > a:first-child:after,
#top-menu .menu-item-has-children.open > a:first-child:after {
    content: "2";
}
/* mobile */
.mobile_menu_bar::before,
.select_page {
    color: #fff !important;
}
#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
    background-color: transparent !important;
}
.et_header_style_centered #main-header .mobile_nav {
    padding: 10px 10px;
}
.et_mobile_menu {
    padding: 2% 5%;
}

#mobile_menu {
    background-color: #000 !important;
    text-align: center;
    border-top: 3px solid #000;
}

.et_mobile_menu li a {
    border-bottom: 0px;
}
/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */
.widgettitle {
    text-align: center;
    display: block;
    background: #0073ac;
    text-decoration: none;
    font-size: 18px !important;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 5px solid #0b5377;
}

#sidebar {
    color: #525252;
}

#sidebar .textwidget br:nth-child(4),
#sidebar .textwidget br:nth-child(5) {
    display: none;
}

#sidebar #servcss li {
    position: relative;
    /*   padding-left: 25px; */
    transition: 0.4s ease-in-out;
}

#servcss svg {
    display: none;
}

/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    background-color: #000;
    padding-top: 50px;
    position: relative;
    z-index: 0;
}
#main-footer .container {
    max-width: 85%;
    width: 85%;
}
#main-footer #footer-widgets {
    margin-bottom: 30px;
    padding: 0;
}

.footer-links ul {
    display: flex;
}
#footer-widgets .footer-widget li {
    padding-left: 0px !important;
    padding-right: 0px;
    list-style: none;
    text-align: left;
}
.logo-footer {
    text-align: left;
}
.logo-footer img {
    width: 150px;
}
.footer-links ul li:before,
#footer-widgets .footer-widget li:before {
    display: none;
}
.footer-links ul li {
    padding-right: 15px !important;
}

#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover {
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}
#main-footer .footer-widget #text-2 {
    margin-bottom: 30px;
}
#main-footer .footer-widget .et_pb_widget {
    float: none;
}
#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}
#main-footer h4 {
    position: relative;
    color: #fff !important;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 10px;
}
#main-footer address {
    font-style: normal;
}
#main-footer address ul li i {
    margin-right: 10px;
}
#footer-bottom {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 0 15px;
}
#footer-bottom .container {
    z-index: 99999;
    text-align: center;
}

/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children > a:after {
    top: unset !important;
    right: 0px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #10B3F0 !important;
}
.sub-menu li {
    padding: 0 !important;
    line-height: 1.2em !important;
}
.sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** MORE *****/
/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
    width: auto;
    display: block;
}
.mobile_menu_bar_toggle {
    height: 100%;
    width: 100%;
    right: 0 !important;
    top: 0 !important;
}
.mobile_menu_bar:before {
    font-size: 50px;
    right: 5px !important;
    left: unset !important;
    position: absolute;
    top: -15px;
}
ul#mobile_menu {
    top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
    width: 100%;
}


.et_pb_widget svg {
    display: none;
}
.et_pb_row_center {
    margin: 0 auto;
}
.slider {
	padding-top:340px !important;
	background-position:bottom center;
}

@media screen and (max-width: 1024px) {
}

@media screen and (min-width: 981px) {
	.container_info {
    justify-content: center;
	}
	#top-menu li.nav-contact {
	margin-left:30px;
	position: absolute;
    right: 40px;
}
.col-left-header-logo {
	position: absolute;
    left: 40px;
}
    #top-menu-nav {
        display: block;
    }
    #et_mobile_nav_menu {
        display: none;
    }
    .center-d {
        text-align: center;
    }
    .left-d {
        text-align: left;
    }
    .row-flex-ac {
        display: flex;
        align-items: center;
    }
    .row-flex {
        display: flex;
    }
   .heading h1 {
    font-size: clamp(51px, calc(51px + (100vw - 981px) * 13 / 619), 64px);
}
.heading h2 {
    font-size: 64px;
}
.heading h3 {
    font-size: 32px;
}
    /* #main-footer {
  z-index:1;
}
  */
}

@media screen and (max-width: 980px) {
    .widgettitle:before,
    #main-footer h4:before {
        width: 100%;
    }
    .et_pb_widget {
        text-align: center;
    }
    footer .et_pb_widget {
        float: none;
    }
       .et_pb_text,
    .et_pb_widget,
    .module-titles {
        text-align: center;
    }
      #mobile_menu {
        top: 33px;
        border-top: 0;
    }
    .et_fixed_nav #main-header {
        position: fixed;
    }
	.text-left-m {
		text-align:left;
	}
    .mt-m-40 {
        margin-top: 40px;
    }
    .mb-m-40 {
        margin-bottom: 40px;
    }
    .mt-m-15 {
        margin-top: 15px;
    }
    .mb-m-15 {
        margin-bottom: 15px;
    }
    .mt-0-m {
        margin-top: 0px;
    }
}

@media screen and (min-width: 601px) {

}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 425px) {
}
@media screen and (max-width: 375px) {
}