/*Bootstrap Revised
 * Bootstrap Revised v1.0 (https://pixelhashing.com/)
 * Copyright 2020-2020 The Bootstrap Revised Authors
 * Copyright 2018-2020 Pixel Hashing, Inc.*/
 :root {
    --primarycolor: rgb(242,40,129); /*Primary Color*/
    --secondarycolor: rgb(169,39,140); /*Secondary Color*/
    --gradientc1: rgba(242,40,129,1); /*Graient color One - In case you want to have different gradient else use the same color code of primary color*/
    --gradientc2: rgba(169,39,140,1); /*Graient color Two - In case you want to have different gradient else use the same color code of Secondary color*/
}

*{
    outline: none;
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
}
a, h1, h2, h3, h4, h5, h6, span, ul, li, a, b, strong, p{
    margin: 0px;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
a,
a:hover{
    text-decoration: none;
}
.c-fill {
    top: 0!important;
    bottom: 0!important;
    right: 0!important;
    left: 0!important;
}
.bg-theme-primary {
    background: var(--primarycolor);
}
.bg-theme-secondary {
    background: var(--secondarycolor);
}
.bg-theme-gradient {
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
}
.sticky-top {
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 0!important;
    z-index: 1020!important;
}
.font-200 {
    font-weight: 200!important;
}
.font-300 {
    font-weight: 300!important;
}
.font-400 {
    font-weight: 400!important;
}
.font-500 {
    font-weight: 500!important;
}
.font-600 {
    font-weight: 600!important;
}
.font-700 {
    font-weight: 700!important;
}
.font-800 {
    font-weight: 800!important;
}
.font-900 {
    font-weight: 900!important;
}
.fs-7 {
    font-size: 0.9rem!important;
}
.mr-0{
    margin-right: 0px!important;
}
.mr-1{
    margin-right: 10px!important;
}
.mr-2{
    margin-right: 20px!important;
}
.mr-3{
    margin-right: 30px!important;
}
.mr-4{
    margin-right: 40px!important;
}
.mr-5{
    margin-right: 50px!important;
}
.ml-0{
    margin-left: 0px!important;
}
.ml-1{
    margin-left: 10px!important;
}
.ml-2{
    margin-left: 20px!important;
}
.ml-3{
    margin-left: 30px!important;
}
.ml-4{
    margin-left: 40px!important;
}
.ml-5{
    margin-left: 50px!important;
}
.pr-0{
    padding-right: 0px!important;
}
.pr-1{
    padding-right: 10px!important;
}
.pr-2{
    padding-right: 20px!important;
}
.pr-3{
    padding-right: 30px!important;
}
.pr-4{
    padding-right: 40px!important;
}
.pr-5{
    padding-right: 50px!important;
}
.pl-0{
    padding-left: 0px!important;
}
.pl-1{
    padding-left: 10px!important;
}
.pl-2{
    padding-left: 20px!important;
}
.pl-3{
    padding-left: 30px!important;
}
.pl-4{
    padding-left: 40px!important;
}
.pl-5{
    padding-left: 50px!important;
}
.sec-t-150 {
    padding-top: 100px!important;
}
.sec-t-150 {
    padding-top: 150px!important;
}
.sec-t-200 {
    padding-top: 200px!important;
}
.sec-b-100 {
    padding-bottom: 100px!important;
}
.sec-b-150 {
    padding-bottom: 150px!important;
}
.sec-b-200 {
    padding-bottom: 200px!important;
}
.p-equal-1{
    padding: 10px!important;
}
.p-equal-2{
    padding: 20px!important;
}
.p-equal-3{
    padding: 30px!important;
}
.p-equal-4{
    padding: 40px!important;
}
.p-equal-5{
    padding: 50px!important;
}
.m-equal-1{
    margin: 10px!important;
}
.m-equal-2{
    margin: 20px!important;
}
.m-equal-3{
    margin: 30px!important;
}
.m-equal-4{
    margin: 40px!important;
}
.m-equal-5{
    margin: 50px!important;
}
.b-radius-1{
    border-radius: 1px!important;
}
.b-radius-2{
    border-radius: 2px!important;
}
.b-radius-3{
    border-radius: 3px!important;
}
.b-radius-4{
    border-radius: 4px!important;
}
.b-radius-5{
    border-radius: 5px!important;
}
.box-shadow-1 {
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1)!important;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.1)!important;
}
.box-shadow-2 {
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2)!important;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.2)!important;
}
.box-shadow-3 {
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3)!important;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.3)!important;
}
.box-shadow-4 {
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4)!important;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.4)!important;
}
.box-shadow-5 {
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5)!important;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.5)!important;
}
.navigation-wrapper {
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    position: relative;
}
.navigation-stick.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.navigation-wrapper .navigation-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*padding: 0;*/
}
.navigation-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.navigation-wrapper ul li a {
    color: #071c35;
    display: inline-block;
    padding: 15px 10px;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation-wrapper ul li a:hover,
.navigation-wrapper ul li a:hover i,
.navigation-wrapper.sticky ul li a:hover i {
    /*color: #f22881;*/
}
.navigation-wrapper .logo {
    width: 300px;
    height: 58px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
    /* background: url(../img/logo.png); */
    -o-background-size: contain!important;
       background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center left!important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.navigation-wrapper .logo a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.navigation-wrapper nav.left-nav ul li:first-of-type a {
    /*padding-left: 0;*/
}
.navigation-wrapper nav.right-nav ul li:last-of-type a {
    /*padding-right: 0;*/
}
.navigation-wrapper ul li a i {
    font-size: 20px;
}   
.navigation-wrapper nav.left-nav {
    width: -moz-calc(50% - 150px);
    width: calc(50% - 150px);
}
.navigation-wrapper nav.right-nav {
    width: -moz-calc(50% - 150px);
    width: calc(50% - 150px);
}
.two-column-nav nav.right-nav,
.two-column-nav nav.left-nav {
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
}
.navigation-wrapper nav.right-nav ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.navigation-wrapper .menu-trigger, 
.menu-close {
    display: none;
}
.navigation-center nav.left-nav{
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
}
.navigation-center nav.left-nav ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.navigation-center nav.right-nav{
    max-width: 200px;
}
.below-navigation nav {
    width: 100%!important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.below-navigation nav ul {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
       -moz-box-pack: center!important;
        -ms-flex-pack: center!important;
            justify-content: center!important;
}
/*mega dropdown*/
.mega-header {
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    border-top: 1px solid #eaeaea;
    background: #fff;
    -webkit-box-shadow: -1px 15px 20px rgba(0,0,0,0.1);
            box-shadow: -1px 15px 20px rgba(0,0,0,0.1);
    z-index: -99;
    padding: 20px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}
.has-mega-header ul li:hover .mega-header{
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 9;
}
.navigation-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mega-header ul li {
    border-right: 1px solid #eaeaea;
}
.mega-header ul li:last-of-type {
    border: 0;
}
.mega-header ul li a {
    display: block;
    padding: 10px;
    padding-left: 20px;
}
/*sub nav*/
.navigation-wrapper ul li.has-sub-nav,
.navigation-wrapper ul li.has-sub-nav ul.sub-list li {
    position: relative;
}
.navigation-wrapper ul li.has-sub-nav ul.sub-list {
    position: absolute;
    left: 0;
    top: -moz-calc(100% + 12px);
    top: calc(100% + 12px);
    display: block;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}
.navigation-wrapper ul li:hover ul.sub-list {
    visibility: visible;
    opacity: 1;
}
.navigation-wrapper ul li.has-sub-nav ul.sub-list:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    left: 30px;
}
.navigation-wrapper ul li.has-sub-nav ul.sub-list li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 200px;
}
.navigation-wrapper ul li.has-sub-nav ul.sub-list li a i{
    margin-left: 10px;
}
.sticky-top ul.sub-list li ul.third-level-navigation {
    /*overflow-y: scroll;*/
    /*height: 600px;*/
}
ul.sub-list li ul.third-level-navigation {
    position: absolute;
    top: 0;
    left: -moz-calc(100% + 12px);
    left: calc(100% + 12px);
    display: inline-block;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}
ul.sub-list li:hover ul.third-level-navigation {
    visibility: visible;
    opacity: 1;
}
ul.sub-list li ul.third-level-navigation:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 20px;
    left: -10px;
}

/*navigation hover*/
.hover-block a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-block a:hover {
    color: #fff;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
}
.hover-pill a {
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-pill a:hover {
    color: #fff;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );

}

.hover-bottom a {
    border-bottom: 2px solid transparent;
}
.hover-bottom a:hover {
    border-color: var(--primarycolor);
    color: var(--primarycolor);
}

.hover-top a {
    border-top: 2px solid transparent;
}
.hover-top a:hover {
    border-color: var(--primarycolor);
    color: var(--primarycolor);
}

.hover-top-bottom a {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.hover-top-bottom a:hover {
    border-color: var(--primarycolor);
    color: var(--primarycolor);
}

.hover-bottom-left a {
    position: relative;
}
.hover-bottom-left a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    right: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );

}
.hover-bottom-left a:hover:before {
    right: 0%;
}

.hover-bottom-right a {
    position: relative;
}
.hover-bottom-right a:before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    height: 2px;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );

}
.hover-bottom-right a:hover:before {
    left: 0%;
}

.hover-top-right a {
    position: relative;
}
.hover-top-right a:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 2px;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );

}
.hover-top-right a:hover:before {
    left: 0%;
}

.hover-top-left a {
    position: relative;
}
.hover-top-left a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    right: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );

}
.hover-top-left a:hover:before {
    right: 0%;
}

.hover-block-left a {
    position: relative;
}
.hover-block-left a span{
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-block-left a:hover span{
    color: #fff;
}
.hover-block-left a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /*height: 2px;*/
    right: 110%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );

}
.hover-block-left a:hover:before {
    right: 0%;
}





.hover-block-right a {
    position: relative;
}
.hover-block-right a span{
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-block-right a:hover span{
    color: #fff;
}
.hover-block-right a:before {
    content: '';
    position: absolute;
    left: 110%;
    top: 0;
    bottom: 0;
    /*height: 2px;*/
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );

}
.hover-block-right a:hover:before {
    left: 0%;
}





.hover-block-bottom a {
    position: relative;
}
.hover-block-bottom a span{
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-block-bottom a:hover span{
    color: #fff;
}
.hover-block-bottom a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 110%;
    bottom: 0;
    /*height: 2px;*/
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );

}
.hover-block-bottom a:hover:before {
    top: 0%;
}





.hover-block-top a {
    position: relative;
}
.hover-block-top a span{
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-block-top a:hover span{
    color: #fff;
}
.hover-block-top a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 110%;
    top: 0;
    /*height: 2px;*/
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
}
.hover-block-top a:hover:before {
    bottom: 0%;
}





/*carousel*/
.carousel-item{
    -o-background-size: cover!important;
       background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.overlay-theme .carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--primarycolor);
    opacity: 0.5;
}
.overlay-theme .carousel-item .caption-wrapper {
    position: relative;
}
.overlay-theme-gradient .carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
    opacity: 0.7;
}
.overlay-theme-gradient .carousel-item .caption-wrapper {
    position: relative;
}
.content-align-middle .carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slides-fixed .carousel-item{
    background-attachment: fixed!important;
}
.carousel-full-height .carousel-item{
    height: 100vh;
}
.carousel-min-5 .carousel-item {
    min-height: 500px;
}
.carousel-min-6 .carousel-item {
    min-height: 600px;
}
.carousel-min-7 .carousel-item {
    min-height: 700px;
}

.carousel-content-overlay .caption-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.carousel-content .caption-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.carousel-content-overlay .caption-wrapper .caption-inner{
    /*max-width: 1000px;*/
    /*margin: auto;*/
}
.caption-wrapper *{
    color: #fff;
}
.content-left .caption-inner {
    max-width: 50%;
    margin: 0;
}
.content-right .caption-inner {
    width: 50%;
    float: right;
    text-align: right;
}
.color-dark *{
    color: #071c35;
}



/*headeings*/
.heading-s1 h1,
.heading-s2 h1 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.heading-s1 h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background: var(--primarycolor);
}
/*s1 center*/
.heading-s1-center h1:before {
    right: 0;
    margin: auto;
}
/*s1 right*/
.text-right h1 {
    text-align: right!important;
    display: block!important;
}
.heading-s1-right h1:before {
    left: auto;
    right: 0;
}


/*s2 center*/
.heading-s2 h1 {
    display: inline-block;
}
.heading-s2 h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    margin: auto;
    background: var(--primarycolor);
    height: 1px;
}
.heading-s2 h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 14px;
    width: 14px;
    background: var(--primarycolor);
    border-radius: 100%;
}
/*S2 center*/
.heading-s2-center h1:before,
.heading-s2-center h1:after {
    right: 0;
    margin: auto;
}
/*S2 right*/
.heading-s2-right h1:before,
.heading-s2-right h1:after {
    left: auto;
    right: 0;
}
/*s3 left*/
.heading-s3 h1 {
    border: 2px solid var(--primarycolor);
    display: inline-block;
    padding: 10px 40px;
    position: relative;
    padding-top: 20px;
}
.heading-s3 h1 .sub-headline {
    font-size: 16px;
    position: absolute;
    top: -9px;
    left: 20px;
    right: 20px;
    text-align: center;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
    padding: 5px;
    color: #fff;
    font-weight: 300;
}
.heading-s3-right,
.heading-s4-right,
.heading-s5-right,
.heading-s6-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
/*s4*/
.heading-s4 h1 {
    display: inline-block;
    border: 1px solid var(--primarycolor);
}
.heading-s4 h1 span {
    display: inline-block;
    padding: 10px 15px;
}
.heading-s4 h1 span.sub-heading {
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
    color: #fff;
}
/*s5*/
.heading-s5 h1 {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
}
.heading-s5 h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    border-left: 2px solid var(--primarycolor);
    border-top: 2px solid var(--primarycolor);
    border-bottom: 2px solid var(--primarycolor);
}
.heading-s5 span.sub-heading {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #868686;
    margin-top: 10px;
}
/*s6*/
.heading-s6 h1 {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
}
.heading-s6 h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: -20px;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    border-right: 2px solid var(--primarycolor);
    border-top: 2px solid var(--primarycolor);
    border-bottom: 2px solid var(--primarycolor);
}
.heading-s6 span.sub-heading {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #868686;
    margin-top: 10px;
}
/*s7*/
.heading-s7 span.sub-heading {
    display: inline-block;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
    padding: 3px 10px;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
.heading-s7-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}




/*blog s1*/
.blog-s1 .blog-wrapper {
    background: #fff;
    -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
            box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.blog-s1 .blog-wrapper .thumb {
    min-height: 220px;
    -o-background-size: cover!important;
       background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.blog-s1 .blog-wrapper .content {
    padding: 30px;
}
.blog-s1 .blog-wrapper .content h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.blog-s1 .blog-wrapper .content p {
    font-size: 14px;
    margin-bottom: 20px;
}
.blog-s1 .blog-wrapper .content a.btn-read-more {
    color: var(--primarycolor);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}
.blog-s1 .blog-wrapper .content ul.blog-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog-s1 .blog-wrapper .content ul.blog-footer li.author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}
.blog-s1 .blog-wrapper .content ul.blog-footer li.author .author-thumb {
    width: 60px;
    height: 60px;
    -o-background-size: cover!Important;
       background-size: cover!Important;
    background-position: center!important;
    border-radius: 100%;
}
.blog-s1 .blog-wrapper .content ul.blog-footer li.author .content {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-s1 .blog-wrapper .content ul.blog-footer li.author .content p.name {
    margin: 0;
}
.blog-s1 .blog-wrapper .content ul.blog-footer li.other-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
}
.blog-s1 .blog-wrapper .content ul.blog-footer li.other-info .time {
    margin-right: 12px;
}

/*blog s2*/
.blog-s2 .blog-wrapper {
    padding: 70px 30px;
    border-radius: 5px;
    overflow: hidden;
    background-position: center!important;
    -o-background-size: cover!important;
       background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative;
    color: #fff;
    height: 100%;
}
.blog-s2 .blog-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.blog-s2 .blog-wrapper .content{
    position: relative;
}
.blog-s2 .blog-wrapper .content h2 {
    margin-bottom: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.blog-s2 .blog-wrapper .content p {
    margin-bottom: 30px;
    font-size: 14px;
}
.blog-s2 .blog-wrapper .content a.btn-read-more {
    color: #ffffff;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
}
.blog-s2 .blog-wrapper .content .category {
    display: inline-block;    
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}
/*blog s3*/
.blog-s3 .blog-wrapper .thumb {
    -o-background-size: cover!important;
       background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    height: 200px;
}
.blog-s3 .blog-wrapper .content {
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 30px 25px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    position: relative;
    background: #fff;
    border-top: 2px solid var(--primarycolor);
}
.blog-s3 .blog-wrapper .content h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
.blog-s3 .blog-wrapper .content p {
    font-size: 14px;
    margin-bottom: 20px;
}
.blog-s3 .blog-wrapper .content a.btn-read-more {
    color: var(--primarycolor);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
/*blog s4*/
.blog-s4 .blog-wrapper {
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.blog-s4 .blog-wrapper .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.blog-s4 .blog-wrapper .head img.img-fluid {
    max-width: 190px;
    margin-top: -20px;
    margin-left: -12px;
}
.blog-s4 .blog-wrapper .head .product-detail {
    padding: 0px 10px;
}
.blog-s4 .blog-wrapper .head .product-detail h2 {
    font-size: 19px;
}
.blog-s4 .blog-wrapper .head .product-detail p.sub {
    font-size: 14px;
    color: #b7b7b7;
}
.blog-s4 .blog-wrapper .content {
    padding: 30px 40px;
}
.blog-s4 .blog-wrapper .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.blog-s4 .blog-wrapper .content a.btn-read-more {
    color: var(--primarycolor);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
/*blog s5*/

ul.categories-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
ul.categories-list li {
    min-height: 350px;
    background: red;
    margin-right: 15px;
    width: 25%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -o-background-size: cover!important;
       background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.categories-list li:nth-child(1) {
    width: -moz-calc(100% - 50% - 30px);
    width: calc(100% - 50% - 30px);
}
ul.categories-list li:nth-child(6) {
    width: -moz-calc(100% - 50% - 30px);
    width: calc(100% - 50% - 30px);
}
ul.categories-list li:nth-child(3n+3) {
    margin-right: 0;
}
ul.categories-list li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primarycolor);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
}
ul.categories-list li h2{
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}
ul.categories-list li:hover h2{
    margin-bottom: 20px;
}
ul.categories-list li a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}
/*forms*/
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
/*f1*/
.form-s1 {
    border: 0;
    border-bottom: 1px solid #2a2a2a;
    border-radius: 0px;
    margin-bottom: 20px;
    padding: 10px;
    background: transparent;
}
.form-s1:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid var(--primarycolor);
    background: transparent;
}
.form-s1::-webkit-input-placeholder{
    color: #b5b5b5;
}
.form-s1:-moz-placeholder{
    color: #b5b5b5;
}
.form-s1::-moz-placeholder{
    color: #b5b5b5;
}
.form-s1:-ms-input-placeholder{
    color: #b5b5b5;
}
.form-s1::-ms-input-placeholder{
    color: #b5b5b5;
}
.form-s1::placeholder{
    color: #b5b5b5;
}
/*f2*/
.form-s2 {
    border: 0;
    margin-bottom: 20px;
    background: #f8f8f8;
    border-radius: 0;
    padding: 13px;
    font-size: 14px;
}
.form-s2:focus::-webkit-input-placeholder {
    color: #686868;
}
.form-s2:focus:-moz-placeholder {
    color: #686868;
}
.form-s2:focus::-moz-placeholder {
    color: #686868;
}
.form-s2:focus:-ms-input-placeholder {
    color: #686868;
}
.form-s2:focus::-ms-input-placeholder {
    color: #686868;
}
.form-s2:focus::placeholder {
    color: #686868;
}
.form-s2:focus{
    background: #f2f2f2;
}
/*f3*/
.form-s3 {
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px;
    -webkit-box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
            box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
    background: #fff;
    border: 0;
    border-bottom: 1px solid transparent;
}
.form-s3:focus{
    border-bottom: 1px solid var(--primarycolor);
    background: #f8f8f8;
    border-radius: 0px;
}
/*f4*/
.form-s4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.form-s4 label {
    width: 50px;
    background: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    color: #d8d8d8;
}
.form-s4 .form-control {
    border-radius: 0;
    border-color: #f7f7f7;
    padding: 15px;
}
.form-s4-textarea label {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
}
/*s5*/
.form-s5 .form-control,
.form-s5 .form-select {
    background: #dbdbdb;
    border: 0;
    border-radius: 0;
}
.form-s5 .form-control:focus,
.form-s5 .form-select:focus {
    border: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0;
}
.form-s5 label,
.form-s5 label {
    color: #686868;
}
/*inline form*/
.inline-form-s1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #eeeeee;
    border-radius: 50px;
    overflow: hidden;
}
.inline-form-s1>*{
    width: 100%;
}
.inline-form-s1 input.input-control {
    border: 0;
    font-size: 20px;
    padding: 15px 30px;
    background: transparent;
    width: calc(100% - 30%)
}
.inline-form-s1 input.btn-form {
    border: 0;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    width: 30%;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
}
/*s2*/
.inline-form-s2-wrapper {
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-radius: 50px;
}
.inline-form-s2-wrapper .inline-form-s1.inline-form-s2 {
    padding: 10px;
}
/*checkbox s1*/
.form-check-s1 input {
    display: none;
}
.form-check-s1 label {
    position: relative;
    padding-left: 30px;
    padding-bottom: 0;
    margin-bottom: 0px;
}
.form-check-s1 label:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #bfbfbf;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    border-radius: 2px;
}
.form-check-s1 label:before {
    /*content: "\ea55";*/
    position: absolute;
    z-index: 999;
    color: var(--primarycolor);
    left: 4px;
    bottom: 0px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 20px;
}
.form-check-s1 input:checked + label:before {
    opacity: 1;
    visibility: visible;
}
.form-check-s1 label span{
    font-family: initial;
}
.form-check-s1.s2 label span {
    background: #fff;
    display: inline-block;
    padding: 15px 25px;
    padding-left: 45px;
    border-radius: 50px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.form-check-s1.s2 label{
    padding-left: 0px;
}
.form-check-s1.s2 label:before {
    /*content: '';*/
    position: absolute;
    z-index: 999;
    color: #fff;
    left: 19px;
    bottom: 17px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
}
.form-check-s1.s2 label:after{
    left: 15px;
}
.form-check-s1.s2 input:checked + label:after {
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
}
/*s3*/
.form-check-s3 input {
    display: none;
}
.form-check-s3 label.form-check-s3-label {
    position: relative;
    padding: 10px 20px;
    border-radius: 50px;
    overflow: hidden;
    color: #071c35;
}
.form-check-s3 label.form-check-s3-label:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid var(--primarycolor);
    border-radius: 50px;
}
.form-check-s3 label.form-check-s3-label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.form-check-s3 input:checked + label:after{
    visibility: visible;
    opacity: 1;
}
.form-check-s3 label.form-check-s3-label span{
    position: relative;
    z-index: 9;
}
.form-check-s3 input:checked + label {
    color: #fff;
}
/*s4*/
.form-check-s4 input{
    display: none;
}
.form-check-s4 label.form-check-s4-label {
    position: relative;
    padding: 2px 10px;
    border-radius: 20px;
    overflow: hidden;
}
.form-check-s4 label.form-check-s4-label:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #dedede;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
}
.form-check-s4 label.form-check-s4-label span {
    position: relative;
    font-size: 14px;
    color: #071c35;
}
.form-check-s4 label.form-check-s4-label span:first-of-type {
    margin-right: 10px;
}
.form-check-s4 label.form-check-s4-label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0%;
    width: -moz-calc(50% - 2px);
    width: calc(50% - 2px);
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.form-check-s4 input:checked + label.form-check-s4-label:after{
    left: -moz-calc(50% + 2px);
    left: calc(50% + 2px);
}
/*radio buttons*/
/*s1*/
.form-radio-s1 input {
    display: none;
}
.form-radio-s1 label.form-radio-label-s1 {
    position: relative;
    padding-left: 20px;
}
.form-radio-s1 label.form-radio-label-s1:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 0;
    height: 14px;
    width: 14px;
    background: #bfbfbf;
    margin: auto;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.form-radio-s1 label.form-radio-label-s1:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
    margin: auto;
    height: 16px;
    width: 16px;
    border: 3px solid var(--primarycolor);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.form-radio-s1 input:checked + label.form-radio-label-s1:after{
    visibility: visible;
    opacity: 1;
}
.form-radio-s1 input:checked + label.form-radio-label-s1:before{
    /*height: 8px;
    width: 8px;*/
}
/*s2*/
.radio-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.form-radio-s2 input {
    display: none;
}
.form-radio-s2 label.form-radio-label-s2 {
    background: #f3f3f3;
    padding: 10px 20px;
}
.form-radio-s2:first-of-type label.form-radio-label-s2 {
    border-radius: 30px 0px 0px 30px;
}
.form-radio-s2:last-of-type label.form-radio-label-s2 {
    border-radius: 0px 30px 30px 0px;
}
.form-radio-s2 input:checked + label.form-radio-label-s2 {
    color: #fff;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
}
/*s3*/
.radio-list-s3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.radio-list-s3 .form-radio-s3 {
    width: -moz-calc(33.3333% - 7px);
    width: calc(33.3333% - 7px);
    margin-right: 10px;
}
.radio-list-s3 .form-radio-s3:nth-child(3n+3) {
    margin-right: 0;
}
.form-radio-s3 input {
    display: none;
}
.form-radio-s3 label.form-radio-label-s3 {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0, 0);
            box-shadow: 0px 0px 10px rgb(0, 0, 0, 0);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.form-radio-s3 label.form-radio-label-s3 span.virtual-rb {
    height: 17px;
    width: 17px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 100%;
    background: rgb(179 179 179);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.form-radio-s3 label.form-radio-label-s3 span.virtual-rb:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.form-radio-s3 label.form-radio-label-s3 span.headline {
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-right: 20px;
}
.form-radio-s3 label.form-radio-label-s3 span.content {
    font-size: 14px;
    font-weight: 400;
    color: #8b8b8b;
}
.form-radio-s3 label.form-radio-label-s3 span.virtual-rb i {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 2.5px;
    left: 2px;
    color: #ffffff;
    font-size: 12px;
}
.form-radio-s3 input:checked + label.form-radio-label-s3 span.virtual-rb i {
    visibility: visible;
    opacity: 1;
}
.form-radio-s3 input:checked + label.form-radio-label-s3 span.virtual-rb {
    background: var(--primarycolor);
}
.form-radio-s3 input:checked + label.form-radio-label-s3 {
    border: 2px solid var(--primarycolor);
}

/*buttons*/
/*.btn-icon{
    display: flex;
    align-items: center;
}*/
.btn-theme-primary {
    background: var(--primarycolor)!important;
    color: #fff!important;
}
.btn-theme-secondary {
    background: var(--secondarycolor)!important;
    color: #fff!important;
}
.btn-theme-gradient {
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
    color: #fff;
}
.btn-icon,
.btn-icon i {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-icon-rotate-h:hover i {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
       -moz-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg);
}
.btn-icon-rotate-v:hover i {
    -webkit-transform: rotate3d(1, 0, 0, 360deg);
       -moz-transform: rotate3d(1, 0, 0, 360deg);
            transform: rotate3d(1, 0, 0, 360deg);
}
.btn-icon-scale-up:hover i {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.btn-icon-scale-in:hover i {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
}
.btn-icon-scale-up-hide:hover {
    /*padding-right: 30px;*/
}
.btn-icon-scale-up-hide:hover i{
    -webkit-transform: matrix(4, 0, 0, 4, 0, 0);
       -moz-transform: matrix(4, 0, 0, 4, 0, 0);
         -o-transform: matrix(4, 0, 0, 4, 0, 0);
            transform: matrix(4, 0, 0, 4, 0, 0);
    opacity: 0;
}
.btn-icon-change {
    border: 0;
    overflow: hidden;
    position: relative;
}
.btn-icon-change .default {
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 0;
    background: #0961e2;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}
.btn-icon-change .done {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    background: #0d6efd;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-icon-change span {
    font-size: 16px;
    padding-left: 40px;
    display: block;
}
.btn-icon-change:hover .done {
    left: 0%;
}
.btn-icon-change:hover .default {
    left: -100%;
}
.btn-rounded {
    display: inline-block;
    border-radius: 50px;
    padding: 7px 20px;
}
.btn-outline-secondary{
    background: transparent;
}
.btn-theme-gradient {
    display: inline-block;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
    color: #fff;
}
.btn-theme-gradient i.default,
.btn-theme-gradient i.done{
    background: var(--secondarycolor);
}
.btn-theme-gradient:hover i.default,
.btn-theme-gradient:hover i.done,
.btn-theme-gradient:hover {
    color: #fff;
}
.btn-theme {
    display: inline-block;
    background: var(--primarycolor);
    color: #fff;
}
.btn-theme i.default,
.btn-theme i.done{
    background: var(--secondarycolor);
}
.btn-theme:hover i.default,
.btn-theme:hover i.done,
.btn-theme:hover {
    color: #fff;
}
/*accordion*/
.accordion-s1 .accordion-item {
    margin-bottom: 30px;
}
.accordion-s1 .accordion-header button.accordion-button {
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.accordion-s1 .accordion-header button.accordion-button:not(.collapsed) {
    color: var(--primarycolor);
}
.accordion-s1 .accordion-collapse {
    border: 0;
}
.accordion-icon .accordion-header button.accordion-button:after{
    display: none;
}
.accordion-icon .accordion-header button.accordion-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.accordion-icon .accordion-header button.accordion-button .not-collapse {
    display: none;
}
.accordion-icon .accordion-header button.accordion-button:not(.collapsed) .is-collapse {
    display: none;
}
.accordion-icon .accordion-header button.accordion-button:not(.collapsed) .not-collapse {
    display: block;
}
/*card*/
.card-body {
    padding: 1.5rem;
}
.card-shadow {
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
            box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    border: 0;
    background: #fff;
}
.card-has-footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: #eee;
}
.card-has-footer li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}
.card-has-footer li:last-of-type {
    border-right: 0;
}
.card-has-footer li a {
    padding: 10px;
    display: block;
    text-align: center;
}
/*slider new*/
.two-slide-wrapper {
    /*overflow: hidden;*/
    /*padding: 0;*/
    position: relative;
}
.two-slide-wrapper a.next,
.two-slide-wrapper a.previous {
    position: absolute;
    top: 0;
    background: var(--primarycolor);
    background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
    bottom: 0;
    z-index: 9;
    right: -50px;
    height: 50px;
    margin: auto;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.two-slide-wrapper a.previous {
    left: -50px;
    right: auto;
}
.two-slide-wrapper a.next:hover,
.two-slide-wrapper a.previous:hover {
    cursor: pointer;
}












/*Dark Mode*/
/*nav*/
.dark-bg-1 {
    background: #333b46!important;
}
.dark-bg-2 {
    background: #242c35!important;
}
.dark-bg-3 {
    background: #191e24!important;
}
.dark-bg-4 {
    background: #13161a!important;
}
.dark-bg-5 {
    background: #0b0d0f!important;
}
.dark-text-1 {
    color: #333b46!important;
}
.dark-text-2 {
    color: #242c35!important;
}
.dark-text-3 {
    color: #191e24!important;
}
.dark-text-4 {
    color: #13161a!important;
}
.dark-text-5 {
    color: #0b0d0f!important;
}

/*light*/

.light-bg-1 {
    background: #d2d2d2!important;
}
.light-bg-2 {
    background: #c4c2c2!important;
}
.light-bg-3 {
    background: #b4b3b3!important;
}
.light-bg-4 {
    background: #a09f9f!important;
}
.light-bg-5 {
    background: #8a8888!important;
}
.light-text-1 {
    color: #d2d2d2!important;
}
.light-text-2 {
    color: #c4c2c2!important;
}
.light-text-3 {
    color: #b4b3b3!important;
}
.light-text-4 {
    color: #a09f9f!important;
}
.light-text-5 {
    color: #8a8888!important;
}

/*with active class*/
.dark-1-active .active {
    background: #333b46!important;
    border-color: transparent!important;
    color: #d2d2d2!important;
}
.dark-2-active .active {
    background: #242c35!important;
    border-color: transparent!important;
    color: #c4c2c2!important;
}
.dark-3-active .active {
    background: #191e24!important;
    border-color: transparent!important;
    color: #b4b3b3!important;
}
.dark-4-active .active {
    background: #13161a!important;
    border-color: transparent!important;
    color: #a09f9f!important;
}
.dark-5-active .active {
    background: #0b0d0f!important;
    border-color: transparent!important;
    color: #8a8888!important;
}


/*slider*/
.overlay-dark-1 .carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #121518;
    opacity: 0.8;
}
.overlay-dark-1 .carousel-item .caption-wrapper {
    position: relative;
}

/* devider */
.custom-shape-divider {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: rotate(180deg);
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}
.custom-shape-divider .shape-fill{
    fill: #fff;
}

.devider-top {
    top: 0;
    bottom: auto;
    transform: rotate(0deg);
}


/* gallery */

/* masonry */
.gallery-masonry {
    column-width: 300px;
    column-gap: 0;
}
.gallery-masonry img {
    width: 100%;
}
.gallery-masonry-gap-5 {
    column-gap: 5px;
}
.gallery-masonry-gap-5 img{
    margin-bottom: 5px;
}
.gallery-masonry-gap-10 {
    column-gap: 10px;
}
.gallery-masonry-gap-10 img{
    margin-bottom: 10px;
}
.gallery-masonry-gap-15 {
    column-gap: 15px;
}
.gallery-masonry-gap-15 img{
    margin-bottom: 15px;
}
.gallery-masonry-gap-20 {
    column-gap: 20px;
}
.gallery-masonry-gap-20 img{
    margin-bottom: 20px;
}

/* gallery box */
.gallery-box {
    display: flex;
    flex-wrap: wrap;
}
.gallery-box img,
.gallery-box figure.img-container {
    object-fit: cover;
    width: 33.3333%;
    height: 200px;
    height:calc(100vw / 4.851);
    margin-bottom: 0px;
}






@media only screen and (max-width: 1024px){
    .two-slide-wrapper a.next {
        right: 0;
    }
    .two-slide-wrapper a.previous {
        left: 0;
    }
    .md-break {
        flex-wrap: wrap;
    }
    .md-break .form-radio-s2 {
        width: 100%;
    }
    .md-break .form-radio-s2 label.form-radio-label-s2 {
        border-radius: 50px;
        margin-bottom: 10px;
    }
    .md-break {
        flex-wrap: wrap;
    }
    .md-break .form-radio-s3 {
        width: 100%;
        margin-bottom: 10px;
    }
    .md-break .form-radio-s3 label.form-radio-label-s3 {
        border-radius: 10px;
    }
}
@media only screen and (max-width: 768px){
    .navigation-wrapper .navigation-inner{
        width: 100%;
        padding: 0px 20px;
    }
    .navigation-wrapper nav.left-nav, .navigation-wrapper nav.right-nav {
        display: none;
    }
    .navigation-wrapper .menu-trigger {
        display: block;
        background: var(--primarycolor);
        color: #fff;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 20px;
    }
    .navigation-wrapper nav.xs-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0%;
        background: var(--primarycolor);
        background: -moz-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
        background: -o-linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
        background: linear-gradient(45deg, var(--gradientc1) 0%, var(--gradientc2) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primarycolor)', endColorstr='var(--secondarycolor)',GradientType=1 );
        padding: 20px;
        z-index: 998;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }
    .navigation-wrapper nav.xs-nav.visible{
        width: 100%;
        opacity: 1;
        visibility: visible;
    }
    .navigation-wrapper nav.xs-nav ul {
        display: block;
    }
    .navigation-wrapper nav.xs-nav ul li a {
        padding: 10px 0px;
    }
    .menu-close {
        position: fixed;
        top: 20px;
        right: 20px;
        color: #fff;
        font-size: 22px;
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 999;
    }
    .menu-close.show{
        opacity: 1;
        visibility: visible;
    }
    .below-navigation nav {
        margin-top: 0px;
    }
    .navigation-wrapper nav.xs-nav ul li a {
        color: #fff;
    }
    .inline-form-s1 input.input-control {
        width: 100%;
    }
    .inline-form-s1 {
        flex-wrap: wrap;
    }
    .inline-form-s1 input.btn-form {
        width: 100%;
        padding: 15px;
        margin: 10px 20px;
    }
    .sm-break {
        flex-wrap: wrap;
    }
    .sm-break .form-radio-s2 {
        width: 100%;
    }
    .sm-break .form-radio-s2 label.form-radio-label-s2 {
        border-radius: 50px;
        margin-bottom: 10px;
    }
    .sm-break {
        flex-wrap: wrap;
    }
    .sm-break .form-radio-s3 {
        width: 100%;
        margin-bottom: 10px;
    }
    .sm-break .form-radio-s3 label.form-radio-label-s3 {
        border-radius: 10px;
    }
    ul.categories-list li {
        width: 100%!important;
        margin-right: 0;
    }
    .custom-shape-divider svg {
        height: 80px;
    }
}
@media only screen and (max-width: 500px){
    .navigation-wrapper .logo{
        width: 200px;
    }
    .xs-break {
        flex-wrap: wrap;
    }
    .xs-break .form-radio-s2 {
        width: 100%;
    }
    .xs-break .form-radio-s2 label.form-radio-label-s2 {
        border-radius: 50px;
        margin-bottom: 10px;
    }
    .xs-break {
        flex-wrap: wrap;
    }
    .xs-break .form-radio-s3 {
        width: 100%;
        margin-bottom: 10px;
    }
    .xs-break .form-radio-s3 label.form-radio-label-s3 {
        border-radius: 10px;
    }
    .heading-s4 h1 span {
        width: 100%;
    }
    .heading-s3 h1 {
        padding: 10px 10px;
        padding-top: 30px;
    }
    .custom-shape-divider svg {
        height: 40px;
    }
}