/*
Theme Name: Business Leader
Description: Business Leader - Powering Your Visibility.
Author: Grigor Asatryan
Template: flatsome
Version: 0.0.0.1
*/

body {
    font-family: 'Open Sans', sans-serif;
    background: #F5F5F5;
    cursor: default;
}

body h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #21293B;
    margin-bottom: 24px;
}
    .banner h1 {
        font-size: 44px;
        line-height: 58px;
    }
body h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #21293B;
    margin-bottom: 16px;
}
    h2 strong {
        font-weight: inherit;
        color: #e49f37;
    }
body h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #21293B;
}
p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4c4c4c;
}
a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1570EF;
}
body blockquote {
    position: relative;
    margin: 40px 0 40px;
    padding: 0 0 0 24px;
    border-left: 2px solid #21293B;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #21293B;
}
body blockquote p {
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #21293B;
}
body .row.row-small,
body .row .row.row-small {
    max-width: 560px;
    margin: auto;
}
.category-filtering {
    display: none;
}
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea,
input[type=email], input[type=date], input[type=search], input[type=number],
input[type=text], input[type=tel], input[type=url], input[type=password], textarea,
select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    background-color: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 0;
    padding: 9px 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #21293B;
    margin-bottom: 0;
}

input[type=button].button, input[type=reset].button,
input[type=submit], input[type=submit].button,
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    background-color: #26272a;
    padding: 0 30px;
    min-width: 200px;
}

.back-to-top {
    bottom: 50px;
}
body .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin-bottom: 0;
}

h2.section-title {
    font-size: 30px;
}
h2.section-title span {
    color: #ffba00;
}

.i_container {

}
.image_border img {
    border-radius: 8px;
}
.img.width_auto,
.img.auto_width {
    text-align: center;
}

.img.width_auto img {
    width: auto;
    height: auto;
}

.box.width_auto {
    width: auto;
    margin: auto;
    display: table;
    clear: both;
}
.view_all_less_div.i_view_less .view_all_less_div_inner {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i_view_all_less {
    margin-top: 2px;
    display: inline-block;
}

.view_all_less_div.i_view_less .commentlist > li:first-child {
    display: block;
}
.view_all_less_div.i_view_less .commentlist > li {
    display: none;
}

.box.width_auto img {
    width: auto;
    height: auto;
}

.box.width_auto .box-text.text-center {
    width: auto;
    display: table;
}

.img.auto_width img {
    width: auto;
    display: table;
    margin: auto;
}

body .is-divider {
    display: none;
}

.i_container .container {
    max-width: 100%;
    width: auto;
}

.i_hidden {
    display: none;
}

input::placeholder,
textarea::placeholder {
    color: #aaa !important;
}

body .header-top {
    background-color: #1D2939;
}

.header-top .flex-center {
    width: 50%;
    text-align: center;
}

.header-top .flex-center .header-block {
    width: auto;
}

.button:not(input) {
    padding: 12px 46px;
    /*border-radius: 50px;*/
    line-height: normal;
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}
.button span {
    -webkit-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -ms-transform: skew(8deg);
    transform: skew(8deg);
}

#top-bar {

}

#top-bar .flex-center .nav {
    display: flex;
    align-items: center;
    width: 100%;
}

#top-bar .flex-center .nav > li {
    flex: 1;
}

#top-bar .flex-center .nav li a {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 8px 4px;
}

#top-bar .wpml-ls-legacy-dropdown {
    width: 84px;
}

#top-bar .wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    border: none;
    background-color: transparent;
    padding: 5px 10px;
}

#top-bar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
}

#top-bar #currency_converter {

}

#top-bar .currency_switcher {

}

.header-main {
    height: 90px;
    /*border-bottom: 1px solid #E4E7EC;*/
}

.header-main .nav > li > a,
.header-main .nav-dropdown > li > a,
.header-main .nav-column > li > a,
.header-main .nav-vertical-fly-out > li > a {
    color: #667085;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
}

.header-main .nav > li > a:hover,
.header-main .nav > li.active > a,
.header-main .nav > li.current > a,
.header-main .nav > li > a.active,
.header-main .nav > li > a.current,
.header-main .nav-dropdown li.active > a,
.header-main .nav-column li.active > a,
.header-main .nav-dropdown > li > a:hover,
.header-main .nav-column li > a:hover,
.header-main .nav-vertical-fly-out > li > a:hover {
    color: rgba(17, 17, 17, .85);
}

.main_nav_ul {
    max-width: 85%;
    margin: auto;
}

.main_nav_ul > li {
    flex: 1;
    text-align: center;
}

/*.account-item > a,*/
.header-main .nav > li.account-item > a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #344054;
    display: inline-block;
    margin-left: 25px;
    padding: 8px 14px;
    border: 1px solid #D0D5DD;
    filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
    border-radius: 8px;
}

.section_coming_soon .banner {
	background-color: rgb(239, 239, 239);
}
.section_coming_soon .banner .banner-bg :is(img,picture,video) {
	object-fit: contain;
}

/*
** Footer
*/

.footer_section_top {

}
.footer_section_top .section-content {
    padding: 30px 0;
}
.footer_section_top img {
    max-width: 250px;
    margin: auto;
    display: table;
}

.absolute-footer {
    background-color: #26272a;
}
.copyright-footer {
    color: #ffffff;
}

/*
** Home
*/
.home_section_head {

}

.home_section_head .section-content {
    padding: 56px 0;
}

.home_section_head h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.03em;
    color: #21293B;
}

.home_section_head p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
}

.home_section_1 {

}

.home_section_crafting {

}
.home_section_crafting .section-content {
    padding: 50px 0;
}


.home_section_crafting .stack {
    margin: 50px auto 0;
}
.home_section_crafting .icon-box {
    text-align: center;
    padding: 10px 14px;
}
.home_section_crafting .icon-box-img {
    width: auto !important;
    text-align: center;
    margin: 0 auto 14px;
}
.home_section_crafting .icon {
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    padding: 18px 20px 20px;
}
.home_section_crafting .icon-inner {
    height: 100%;
}
.home_section_crafting .icon-box-img svg {
    padding-top: 0;
}
.home_section_crafting .icon-box h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
.home_section_crafting .icon-box .icon-box-text p {
    font-size: 18px;
    color: #4c4c4c;
}

.home_section_crafting a.button{
    margin-top: 50px;
}
.home_section_crafting a.button:hover{
    background-color: #ef4335;
}


.home_section_contact_form {

}
.home_section_contact_form .section-content {
    padding-top: 140px;
    padding-bottom: 140px;
}
.home_section_contact_form .gform_wrapper {
    margin-top: 30px;
}
.gform-theme--foundation .gform_fields {
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 20px;
    row-gap: 20px;
}


/*
** Gallery
*/
body .fancybox__container {
    z-index: 99999;
}

.i_gallery_container.container {
    padding: 20px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.i_gallery_container.container > .row{
    margin: 0 auto;
    padding-top: 10px;
}
.i_gallery_items {
    width: 100%;
}

.section_portfolio_gallery .i_gallery_container.container {
    background: transparent;
    padding: 0;
}

.i_gallery_filters {

}

.section_portfolio_gallery .i_gallery_filters[data-filter-group="gallery_cat"],
.section_portfolio_gallery .i_gallery_container.container > .row.i_gallery_filters[data-filter-group="gallery_cat"] {
    margin-top: 20px;
    margin-bottom: 20px;
}
.section_portfolio_gallery .i_gallery_filters[data-filter-group="gallery_cat"],
.section_portfolio_gallery .i_gallery_container.container > .row.i_gallery_filters[data-filter-group="gallery_cat"] {
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 9;
    background: #F3F4F5;
    border: 2px solid #F3F4F5;
    border-radius: 4px;
}
.section_portfolio_gallery .i_fixed.i_gallery_filters[data-filter-group="gallery_cat"],
.section_portfolio_gallery .i_gallery_container.container > .i_fixed.row.i_gallery_filters[data-filter-group="gallery_cat"] {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}
.section_portfolio_gallery .i_gallery_filters .i_gallery_filter {
    font-size: 18px;
}

.i_gallery_filters_group ul,
.i_gallery_filters ul {
    font-family: "Montserrat", sans-serif;
    display: block;
    list-style: none;
    margin-bottom: 0;
}
.i_gallery_filters[data-filter-group="gallery_cat"] ul {
    padding-left: 20px;
    padding-right: 20px;
}
.i_gallery_filters_group ul li,
.i_gallery_filters ul li {
    display: inline-block;
    margin-bottom: 10px;
}
.i_gallery_filters_group .i_gallery_filter_group,
.i_gallery_filters .i_gallery_filter {
    margin: 0 auto;
    padding: 6px 18px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 20px;
    line-height: 22.5px;
    min-height: unset;
    letter-spacing: 0%;
    text-align: center;
    border: 2px solid transparent;
}
.i_gallery_filters_group .i_gallery_filter_group.i_active,
.i_gallery_filters .i_gallery_filter.i_active {
    background-color: #F3F4F5;
    border-color: #000000;
    border-radius: 4px;
}
.i_gallery_filters_group .i_gallery_filter_group:not(.i_active):hover,
.i_gallery_filters .i_gallery_filter:not(.i_active):hover {
    color: #d2aa5c;
}


.section_portfolio_gallery .i_gallery_filters[data-filter-group="gallery_cat"] .i_gallery_filter.i_active {
    /*background-color: transparent;
    border-color: transparent;
    color: #d2aa5c;*/
}


.i_gallery_items.row {
    padding: 30px 13px 30px;
}
.i_gallery_item {
    display: none;
}

/*.section_portfolio_gallery .i_gallery_item {
    margin-bottom: 10px;
}*/
.i_gallery_item.col {
    padding: 2px;
}
.i_gallery_item .col-inner,
.i_gallery_item.col:first-child .col-inner,
.col+.i_gallery_item.col .col-inner {
    margin: auto;
    overflow: hidden;
}

.i_gallery_item .col-inner {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.i_gallery_item .col-inner:hover {
    /*transform: scale(1.05);
    z-index: 1;*/
}
.i_gallery_item a {
    display: block;
    cursor: pointer;
    position: relative;
    margin: auto;
}
.i_gallery_item.col a {
    max-width: 404px;
    min-width: 145px;
    height: 252px;
}
.i_gallery_item a:hover img {
    transform: scale(1.1);
}
.i_gallery_item a.i_fancy_video:after {
    display: inline-block;
    font: normal normal normal 50px / 1 FontAwesome !important;
    color: #d2aa5c;
    text-shadow: 0 0 1px rgb(0 0 0 / 50%);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /*content: "\f04b";*/
    content: "\f16a";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.i_gallery_item a.i_fancy_video:hover:after {
    color: #fff;
}
.i_gallery_item img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;

    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.i_gallery_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 81%);
    padding: 30px 15px 18px;
    display: none;
}
.i_gallery_overlay h4 {
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}
.i_gallery_item.large-4 h4 {
    padding-right: 20%;
}
.i_gallery_item.large-3 h4 {
    padding-right: 10%;
}
.i_gallery_item:hover .i_gallery_overlay {
    display: block;
}
.i_masonry .grid-sizer,
.i_masonry .i_gallery_item {
    width: 32%;
    margin-bottom: 10px;
}

.load_more_div {
    text-align: center;
    margin: 20px auto;
}
.load_more_div a.button {
    margin: 0 auto;
}

/*
** Loading
*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #D0D5DD;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
@media screen and (min-width: 849px) {

}
@media screen and (min-width: 549px) and (max-width: 849px) {

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

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

}

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

}

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

}

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

}