    /*Danaparamitha Styles*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Slider Section
    4.0 Promo Section
    5.0 Aranya Section
    6.0 intro Section
    7.0 Campaigns Section
    8.0 Team Section
    9.0 Counter Section
    10.0 Event Section
    11.0 Testimonial Section
    12.0 Sponsor Section
    13.0 Widget Section
    14.0 Hero Section
    15.0 Page Header Section
    16.0 CTA Section
    17.0 Gallery Section
    18.0 Blog Section
	19.0 Sidebar Section
	20.0 Contact Section
	21.0 Footer Section
	22.0 Scroll To Top
    23. Preloader
    
    ==========================================================================
    Danaparamitha
    ========================================================================== */

    @import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
/*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */

    :root {
        --color1: #830c0c;
        --color2: #eb9500;
        --color3: #ffb129;
      }
*{
    padding: 0;
    margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #555;
    letter-spacing: -0.2px;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing:antialiased;
    color: #282828;
}
h1{
    font-size: 50px;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    font-weight: bold;
}
h2{
    font-size: 24px;
    color: #282828;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
    color: #282828;
    letter-spacing: -0.04em;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p{
    font-size: 17px;
    margin-bottom: 15px;
}
a{  font-family: "Poppins",sans-serif;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #888 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #888 !important;  
}
button{
    border: none;
    background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}

.padding60{
    padding: 60px 0;
}

.padding40{
  padding: 40px 0;
}

.padding20{
  padding: 20px 0;
}

.no-padding{
    padding: 0;
}
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.ml-5{ margin-left: 5px; }
.ml-10{ margin-left: 10px; }
.mr-5{ margin-right: 5px; }
.mr-10{ margin-right: 10px; }
.mt-15{ margin-left: 15px; }
.mt-15{ margin-left: 15px; }
.padding-15{ padding: 15px; }

.display-block{ display: block; }
.text-black{
    color: #282828;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
    min-height: 20vh;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.bg-grey{
    background-color: #f2f2f2;
}
.bd-bottom{
    border-bottom: 1px solid #e4e4e4;
}
.bg-dark{
    background-color: #232323;
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}
.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #272c30;
    top: 0;left: 0
}

.site-preloader-wrap .spinner {
    background-color: #ffd83f;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}


/* Button Style */

.btn_group a{
    margin: 5px;
}

.default-btn{
    background-color: var(--color2);
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}

.default-btn:hover{
    background-color: #ffb451;
    color: #fff;
}

.default-btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}


/*Section Heading Style*/
.section-heading .heading-border{
    border-top: 5px solid var(--color2);
    width: 50px;
    display: inline-block;
    margin-top: 0;
    
} 
.section-heading h2{
    color:#5e0808;
    font-size: 38px;
    margin-bottom: 0;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* Shape and Circle */
.circle,
.shape{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.circle:before{
    background-color:var(--color2);
    content: '';
    height: 800px;
    width: 800px;
    position: absolute;
    top: -400px;
    left: -350px;
    border-radius: 100%;
    opacity: 0.6;
    z-index: -1;
}
.shape:after{
    background-color: var(--color2);
    content: '';
    width: 50%;
    height: 680px;
    position: absolute;
    top: 330px;
    right: -150px;
    border-radius: 100%;
    -webkit-transform: skew(3deg,30deg);
    -ms-transform: skew(3deg,30deg);
    transform: skew(5deg,10deg);
    opacity: 0.6;
    z-index: -1;
}

/* ==========================================================================
   2.0 Header Section
   ========================================================================== */
.header-section{
    position: absolute;
    box-shadow: 5px -5px 5px 10px rgba(0, 0, 0, .10);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.header-section.navbar-fixed-top{
    position: fixed;
}
.header-section.navbar-fixed-top .top-header{
    display: none;
}
.header-height{ width: 100%; }
/*Top Header*/
.top-header{
    background-color: var(--color1);
    padding: 10px 0;
}

.top-header-mobile{
  background-color: var(--color1);
  padding: 10px 0;
}

.top-content-wrap ul li{
    margin-right: 15px;
    display: inline-block;
}
.top-content-wrap ul li a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.top-content-wrap ul li i{
    color: #fff;
    margin-right: 10px;
}
.top-content-wrap .right-info{
    text-align: right;
}
.top-content-wrap .right-info i{
    margin-right: -5px;
    color: #fff;
    line-height: 25px;
    display: block;
    font-size: 18px;
}
.top-content-wrap .right-info li:last-child{
    margin-right: 0;
}

.top-content-wrap .left-info{
    text-align: left;
}
.top-content-wrap .left-info i{
    margin-right: -5px;
    color: #fff;
    line-height: 25px;
    display: block;
    font-size: 18px;
}
.top-content-wrap .left-info li:last-child{
    margin-right: 0;
}

/*Bottom Header */
.bottom-header{
    background-color: #fff;
    position: relative;
}
.bottom-content-wrap{
    display: flex;
    align-items: center;
}

#mainmenu{
    display: inline-block;
    margin-right: 20px;
}
#mainmenu li{
    position: relative;
    padding-left: 20px;
    display: inline-block;
    text-align: left;
}
#mainmenu li a{
    color: #282828;
    font-weight: 500;
    padding: 30px 0;
    display: inline-block;
    font-size: 16px;
}
#mainmenu li a:hover{
    color: var(--color2);
}
/*Dropdown */
#mainmenu li ul{
    background-color: #fff;
    width: 200px;
    height: auto;
    position: absolute;
    left: -300%;;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}
#mainmenu li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
#mainmenu li ul li{
    border-bottom: 1px solid #eaeaea;
    display: block;
    position: relative;
}
#mainmenu li ul li:last-child{
    border: none;
}
#mainmenu li ul li a{
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a{
    color: var(--color2);
}
#mainmenu li > ul ul{
    background-color: #fff;
    left: 200px;
}
#mainmenu li > ul li:hover > ul li a{
    color: #555;
}
#mainmenu li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #fff;
}
#mainmenu li ul li li a:hover{
    color: #ffca3f !important;
}
.text-right{
  text-align:right;
}

/*Mobile Menu */
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    z-index:auto;
}

.site-branding{
  z-index:auto;
}

.logo-link{
  z-index:auto;
}

.logo-img{
  z-index:auto;
}

.slicknav_nav {
    background-color: #fff;
}

.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slicknav_btn{
    background-color: transparent;
    margin: 13px 5px 14px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
inline-block
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #282828;
    font-size:16px;
    font-weight:500;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: var(--color2);
}
/* ==========================================================================
   3.0 Hero Section
   ========================================================================== */
.hero-top-section{
  background-image: url("../img/front/hero-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  min-height: 54vh;
}
.hero-top-section h1{
  color:var(--color1);
}
.hero-top-section h3{
  color:var(--color1);
}
.hero-top-section-mobile{
  display:none;
  background-image: url("../img/front/hero-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 70vh;
}

.home-hero-section{
  padding:40% 0%;
}
.steps-heading h2{
  color:var(--color1);
  font-size:28px;
}

.main-slider .container{
  min-height:60vh;
}
.home-hero-section-bg{
  background-image: url("../img/front/home-hero.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
/* ==========================================================================
   3.0 Slider Section
   ========================================================================== */
.slider-section{}
.slider-text {
    width: 100%;
    text-align: center;
}

.slider-text h1{
    font-size: 62px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.slider-text h3{
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: -15px;
}


.slider-text h5{
    font-weight: 600;
    color: #ddd;
}
.nivo-caption a{
    display: inline-block!important;
}
.slider-text p {
    color: #ddd;
    font-size: 16px;
    margin-bottom: 15px;
}
.slider-wrapper {
    position: relative;
    
}
.nivo-caption {
    height: 100%;
    opacity: 1;
    background:#00000080;
    overflow: visible;
}

/*---.nivoSlider img{
  -webkit-transform: scale(1.5);
    transform: scale(1.5); *//* you can change the value also */
 /*  -webkit-transform-origin: center;
    transform-origin: center;
} */

/* nivo directionNav css */
.nivo-directionNav a {
    font-size: 13px;
    background-color: rgba(255,255,255,0.1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff!important;
    top: calc(50% - 20px);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} 
.nivo-directionNav a.nivo-prevNav {
    left: 25px;
}
.nivo-directionNav a.nivo-nextNav {
    right: 25px;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-prevNav {
    left: 15px;
    opacity: 0.7;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-nextNav {
    right: 15px;
    opacity: 0.7;
}
.nivo-directionNav a:hover{
    opacity: 1!important;
}

/* nivo controlNav css */
.nivo-controlNav {
    padding: 0;
    position: absolute;
    z-index: 12;
    bottom: 30px;
    width: 100%;
}
.nivo-controlNav a {
    background-color: transparent;
	width: 12px;
	height: 12px;
    background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 0 5px;
	transition: all 0.3s linear;
    line-height: 12px;
}
.nivo-controlNav a.active {
    background-color: #2caee2;
}

/* ==========================================================================
   4.0 Promo Section
   ========================================================================== */
.promo-section{
    position: relative;
    display: block;
    margin-top: 40px;
}

.promo-section a{
  color:#555;
}

.promo-section-other{
  position: relative;
  display: block;
}
.promo-wrap{
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
/* .promo-wrap .row{
    background-color: #fff;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
} */
.promo-wrap .row .col-md-4:last-child > .promo-content{
    border: none;
}
.promo-content{
    padding: 10px 20px;
    /*border-right: 1px dashed #ddd;*/
}
.promo-content h3{
    font-size: 22px;
    letter-spacing: -1px;
}
.promo-content img{
    margin-bottom: 15px;
    max-width: 85px;
}
.promo-content a{
    color: #555;
    font-size: 14px;
    font-weight: 600;
}
.promo-content a:hover{
    text-decoration: underline;
    color: var(--color2);
}
.promo-section-2 .promo-content{padding: 0 30px;}
.promo-section-2 .row .col-md-4:last-child > .promo-content{
    border: none;
}

/* ==========================================================================
   5.0 Aranya Section
   ========================================================================== */
.aranya-section{
    background-image: url("../img/front/home-bg.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.aranya-filter-section{
    position: relative;
}

.aranya-filter-section-container{
    background:#dddddd;
    padding:20px;
    margin:0px 2px 0px 2px;
    border-radius:20px;
}

.aranya-filter-title{
    font-size:18px;
}

.aranya-filter-maintitle{
  font-size:22px;
}

.top-49 {
    top: 49% !important;
  }

.searchbar .form-control {
    box-shadow: none;
    padding-right: 2.5rem;
	background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 40px !important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;

}

.select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 40px !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b{
    top: 0%!important;
}

.form-check-input:checked {
    background-color: #303030 !important;
  border-color: #303030 !important;
}

.form-check-input:focus {
    border-color: #575757 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%)!important;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25rem;
}


.aranya-second-wrap{
margin-top:50px;
}
.aranya-content img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius:15px 15px 0px 0px;
}
.aranya-thumb{
    position: relative;
}
.aranya-thumb img:hover{
    opacity: 0.8;
}*/
.aranya-thumb .progress{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    border-radius: 0;
    background-color: transparent;
    overflow: inherit;
}
.aranya-thumb .progress .progress-bar{
    background-color: var(--color2);
    position: relative;
}
.aranya-thumb .progress .progress-bar span{
    position: absolute;
    display: block;
    background-color: var(--color2);
    right: -2px;
    top: -10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
}
.aranya-thumb .progress .progress-bar span:before{
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    border: 10px solid rgba(248, 184, 100, 0.8);
}

.aranya-details h3:hover{
    color:var(--color1);
    transition: all 0.5s ease-in-out;
}
.aranya-details{
    background-color: #fff;
    padding: 40px 30px;
    border: 1px dashed #ccc;
    border-radius:0px 0px 15px 15px;
    padding-top: 25px;
    min-height:260px!important;
}

.aranya-block{
  
}
.aranya-details h3{
    font-size: 24px;
    line-height: 30px;
    transition: all 1s ease-in-out;
}
.aranya-content .donate-btn{
    position:relative;
    top: 10px;
    background-color: var(--color3);
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 3px;
}
.aranya-content .donate-btn i{
    margin-left: 5px;
    font-size: 12px;
}
.aranya-content .donate-btn:hover{
    background-color: var(--color2);
    transition: all 0.2s ease-in-out;
}

.aranya-all-btn{
    margin-top:40px;
    text-align:center;
}

.aranya-pagination{
    margin:50px 0px 60px 0px;
    text-align:center;
}

.page-link {
    position: relative;
    display: block;
    color: #303030;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-link:focus {
    z-index: 3;
    color: var(--color2);
    background-color: #fff8eb!important;
    outline: 0;
    box-shadow: 0 0 0 0rem #ffc107;
}



.page-link:hover {
    z-index: 2;
    color: var(--color2);
    background-color: #fff8eb!important;
    border: 1px solid #dee2e6;
}

.page-link:active {
    z-index: 2;
    color: var(--color2);
    background-color: #fff8eb!important;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color2);
    border-color: var(--color2);
  }


.donation-box p{
    display: inline-block;
    margin-right: 0px;
    width:100%;
}

.donation-box i{
    color: var(--color2);
    margin-right: 5px;
}
.aranya-content{
  border-radius:10px;
}
.aranya-content .read-more{
    color: #999;
}
.aranya-content .read-more:hover{
    color: var(--color2);
    text-decoration: underline;
}

/* ==========================================================================
   Single Aranya Page Section
   ========================================================================== */


.single-aranya-pager-header{
    background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
    min-height: 300px;
    display: flex;
    align-items: center;
}


.single-aranya-pager-header h2{
    color: #fff;
    font-size: 42px;
}
.single-aranya-pager-header p{
    color: #ddd;
}

.single-aranya-section{
    position: relative;
}

.aranya-features{
    background:#e7e7e7;
    border-radius:10px;
}

.feature-line i{
    color: var(--color2);
    margin-right: 5px;
}

.feature-line{
    display:block;
    margin-bottom:10px;
}

.feature-line p{
    display:inline-block;
    margin:0px 10px 0px 0px;
    font-weight:500;
    font-size:18px;
    color:#353535;
}

.feature-line-updated{
    display:inline-block;
    margin-top:4%;
}

.feature-line-info{
  margin-top:-2%;
}

.feature-line-updated span{
    display:inline-block;
    font-size:14px;
    color: #a7a7a7;
}

.feature-line-updated i{
    color: #a7a7a7;
}

.feature-line-text{
  margin-left:4%;
  margin-top:-2%;
}

.feature-line-text p{
  margin:0px 10px 0px 0px;
  font-weight:500;
  font-size:16px;
}

.feature-line-text i{
  margin-right: 5px;
}

.feature-line-info{
  margin-bottom:3%;
}

.map-section{
  position: relative;
}

#single-aranya-map{
  width: 100%;
  height: 250px;
}

.modal {
  overflow-y: auto;
 }
 
 .modal-open {
  overflow: auto;
 }
 
 
 .modal-open[style] {
 padding-right: 0px !important;
 }
 .modal-backdrop {
  background-color: black;
}

.dana-request-modal .modal-header h4{
  font-size:25px;
  color:#fff;
}

.dtp table.dtp-picker-days tr>td>a.selected{
  background:var(--color2)!important;
}

.dtp .dtp-picker-time>a, .dtp table.dtp-picker-days tr>td>a {
  color: #212121;
  padding: 0.4em 0.5em 0.5em 0.6em;
  border-radius: none!important;
}





.fade-lka {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

  .fade.in {
      opacity: 1;
  }

.dana-request-modal .modal-footer{
  display: block;

}

/* ==========================================================================
   Single Aranya Page Slider Section
   ========================================================================== */


.single-aranya-section .product-slider {
	margin: 0 0 30px;
}

.single-aranya-section .pagg-slider {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 510px;
	position: relative;
}

.single-aranya-section .pagg-slider li .img {
	float: left;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #ededed;
	border-top: 0;
}

.single-aranya-section .pagg-slider .slick-arrow {
	bottom: 0;
	z-index: 1;
	left: -18px;
	width: 24px;
	border: none;
	height: 100px;
	outline: none;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	text-indent: -9999px;
}

.single-aranya-section .pagg-slider .slick-arrow:before {
	opacity: 1;
	text-indent: 0;
	color: #dedede;
	font-size: 20px;
	line-height: 22px;
	font-family: "FontAwesome";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	content: "";
	z-index: -1;
	left: 4px;
	top: 50%;
	bottom: auto;
	right: auto;
	content: "\f053";
}

.single-aranya-section .pagg-slider .slick-next {
	left: auto;
	right: -18px;
}

.single-aranya-section .pagg-slider .slick-next:before {
	content: "\f054";
}

/* ---------------------------------
	13. Single-Product
----------------------------------- */
.single-pro-area .single-product:hover {
    box-shadow: none;
  }
  .single-pro-color ul li {
    line-height: inherit;
    width: auto;
  }
  .single-pro-color span.color {
    margin-right: 10px;
  }
  .color-title {
    color: #434343;
    display: block;
    font-weight: 700;
    width: 55px;
  }
  .single-pro-size ul li a,
  .single-pro-size ul li.active a,
  .single-pro-size ul li a:hover {
    background: transparent none repeat scroll 0 0;
  }
  .single-pro-size ul li.active a, .single-pro-size ul li a:hover {
    color: #c8a165;
  }
  .single-pro-size ul li { margin-right: 0;}
  .single-pro-size ul li a {
    height: auto;
    line-height: inherit;
    margin-right: 15px;
    width: auto;
  }
  .aranya-slider-thumbs .single-product {
    padding: 30px 15px 30px 30px;
  }
  .aranya-slider-thumbs .single-big-photo {
    float: left;
    width: 45%;
  }
  .single-big-photo img {
    width: 100%;
    height:400px;
    object-fit: cover;
    object-position: top;
  }
  .aranya-slider-thumbs .product-info {
    width: 55%;
  }
  .aranya-slider-thumbs .product-description p {
    font-weight: 400;
    margin-bottom: 30px;
  }
  .single-sml-photo {
    margin-top: 20px;
  }
  .single-sml-photo .slick-list {
    margin: auto;
    width: calc(100% - 50px);
  }
  .single-sml-photo .slick-slide {
    padding: 0 10px;
    width: 70px;
  }
  .single-sml-photo img {
    cursor: pointer;
    width: 100%;
    margin:0 auto;
    height: 85px;
    object-fit: cover;
    object-position: center;
  }
  .single-sml-photo .slick-current img {
    border: 1px solid #D6B98C;
  }
  .aranya-slider-thumbs .slick-arrow {
    background: #fff none repeat scroll 0 0;
    color: var(--color1);
    cursor: pointer;
    display: block;
    font-size: 25px;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px;
    z-index: 999;
    transition: all 0.3s ease 0s;
  }
  .aranya-slider-thumbs .slick-arrow:hover {
    background: var(--color1) none repeat scroll 0 0;
    color: #fff;
  }
  .aranya-wrap .slick-arrow.arrow-left {
    left: 0;
    right: auto;
  }
  .aranya-slider-thumbs .slick-arrow.arrow-right {
    left: auto;
    right: 0;
  }
  .aranya-slider-thumbs .slick-arrow i {
    left: 0;
    margin-top: -12px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  /* lightbox */
  .view-lightbox {position: relative;}
  .view-full-screen {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 25px;
    z-index: 9;
  }
  .view-full-screen::before {
    border-right: 50px solid;
    border-color:var(--color1);
    border-top: 50px solid transparent;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
  }

  .single-pro-slider a:hover{
    color: var(--color2);
  }

  .lb-data .lb-details{
    display: none !important;
  }

  .lb-container img{
    width:100%;
    height:100%;
  }



/* ==========================================================================
   6.0 intro Section
   ========================================================================== */
.intro-section{
    position: relative;
}
.intro-wrap{
    display: flex;
    align-items: center;
}
.intro-wrap img{
    width: 100%;
    margin-bottom: 15px;
}
.intro-wrap img:hover{
    opacity: 0.8;
}

.intro-img{
    background-image: url("../img/front/intro-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.profile-wrap{
    /*background-color: #fafafa;*/
    text-align: left;
    padding: 30px;
    /*border: 2px dashed #ddd;*/
}
.profile-wrap h3{
    font-size: 22px;
    font-family: 'Kantumruy Pro', sans-serif;
    font-weight:600;
    color:var(--color1);
}
.profile-wrap .profile{
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.profile-wrap span{
    display: block;
    font-size: 20px;
    font-weight:400;
    font-family: 'Poppins', sans-serif;
    color: #999;
    margin-top: 5px;
}

    

.intro-image img{
    width: 100%;
    border-radius: 5px;
}
.intro-content h2{
    font-size: 42px;
    margin-bottom: 20px;
}

/* ==========================================================================
   7.0 Campaigns Section
   ========================================================================== */
.campaigns-section{
	background-image: url(../img/front/featured-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
    padding: 150px 0;
}
.campaigns-wrap h4{
    background-color: rgba(248, 184, 100, 0.8);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.campaigns-wrap h2{
    color: #fff;
    font-size: 42px;
}
.campaigns-wrap p{
    color: #ddd;
    margin-bottom: 30px;
}
.campaigns-wrap .progress{
    width: 100%;
    height: 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: inherit;
    margin-bottom: 40px;
}
.campaigns-wrap .progress .progress-bar{
    background-color: var(--color2);
    position: relative;
    border-radius: 30px;
}
.campaigns-wrap .progress .progress-bar span{
    position: absolute;
    display: block;
    background-color: var(--color2);
    right: -2px;
    top: -10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
}
.campaigns-wrap .progress .progress-bar span:before{
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    border: 10px solid rgba(248, 184, 100, 0.8);
}

.campaigns-wrap .donation-box h3{
    display: inline-block;
    color: #fff;
    margin-right: 30px;
    font-weight: 500;
    font-size: 18px;
}
.campaigns-wrap .donation-box{
    margin-bottom: 25px;
}

/*Video Style*/
.video-wrap{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.video-wrap img{
    width: 100%;
}
.video-wrap .play{
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.video-wrap .play a{
    color: #fff;
    display: inline-block;
    background-color: transparent;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #ddd;
    border-radius: 50%;
    text-align: center;
}
.video-wrap .play:hover{
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in-out;
}


/* ==========================================================================
   8.0 About Section
   ========================================================================== */

.about-image img {
    width: 100%;
    border-radius: 5px;
}

.about-wrap img {
    width: 100%;
    margin-bottom: 15px;
}

.about-img{
    background-image: url("../img/front/about-us-img.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:20px;

}

.about-content{
    padding-left:20px;
}




/* ==========================================================================
   8.0 Team Section
   ========================================================================== */
.team-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-wrap{
    padding: 0 30px;
}
.team-wrap .col-md-6{
    padding: 5px;
}
.team-wrapper{
    display: flex;
    align-items: center;
}
.team-details img{
    width: 100%;
}
.team-details h3{
    color: var(--color2);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}
.team-details .hover h3 span{
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #fff;
}
.team-details{
    overflow: hidden;
    position: relative;
}
.team-details .hover{
    background: black; /* For browsers that do not support gradients */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,4));
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 70px 0 15px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.team-details:hover .hover{
    visibility: visible;
    opacity: 1;
}
.team-details:hover img{
    transform: scale(1.1);
}

/*Check List Style*/
.check-list{
    margin: 20px 0 40px;
}
.check-list li{
    font-family: "Poppins", sans-serif;
    line-height: 35px;
}
.check-list i{
    color: var(--color2);
    margin-right: 10px;
}


/* ==========================================================================
   9.0 Counter Section
   ========================================================================== */
.counter-section{
	background: url(../img/front/about-stats-bg.jpg) #000000bd;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
    padding: 30px 0;
    background-blend-mode: multiply;

}
.counters{}
.counters .counter-content{
	display: block;
	text-align: center;
	color: #fff;
}
.counters .counter-content i{
	font-size: 36px;
}
.counters .counter-content h3{
	font-size: 48px;
	margin: 10px 0;
	color: var(--color2);
    font-weight: 600;
}
.counters .counter-content h4{
    font-size: 18px;
	margin: 0;
}
/* ==========================================================================
   10.0 Event Section
   ========================================================================== */
.event-section{}
.events-item{
    padding-left: 300px;
    position: relative;
}
.events-item .event-thumb{
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.event-details{
    background-color: #fafafa;
    padding: 30px 15px;
    border: 1px dashed #ddd;
}
.event-info i{
    color: var(--color2);
    margin-right: 10px;
}
.event-info p{
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
}
.event-info{
    margin-bottom: 10px;
}

/*Owl Navigation*/
.owl-nav{}
.owl-nav div{
    background-color: var(--color2);
    color: #fff;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: -40px;
    top: calc(50% - 25px);
    transition: all 0.5s ease-in-out;
}
.owl-nav div:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.owl-nav div.owl-next{
    left: auto;
    right: -40px;
}
/* ==========================================================================
   11.0 Testimonial Section
   ========================================================================== */
.testimonial-section{
  padding:30px 0px 30px 0px;
}

.maroon-bg{
  background:#5e0808;
}

.about-section{
  padding:30px 0px 30px 0px;
}
.testimonial-item{
    background-color: #fafafa;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align:center;
    min-height: 340px;
}

.contact-testimonial-item{
  background-color: #fafafa;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align:center;
  min-height: 365px!important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: var(--color2) !important;
  }
.text-muted{
    color:var(--color3)!important;
}
.testi-footer img{
    width:70px!important;
    height: 70px;
    border-radius: 50%;
}
.testi-footer span{
    display: block;
    font-family: "Poppins", sans-serif;
    color: #999;
    font-size: 14px;
}
.testi-footer h4{
    font-size: 18px;
    padding-left: 10px;
}
.testi-footer{
    align-items: center;
}
/*Owl Carousel Dots*/
.testimonial-carousel .owl-dots{
    display: block;
    text-align: center;
}
.testimonial-carousel .owl-dots .owl-dot{
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.testimonial-carousel .owl-dots .owl-dot.active{
    background-color: var(--color2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.testimonial-submit-section{
    background-color: #dddddd;
    border-radius: 5px;
}

.testimonial-submit-form{
    padding:50px;
}

.symbol {
    border-color: #fff;
  }
  
  .rating-symbol-background, .rating-symbol-foreground {
    font-size: 24px;
  }
  
  .rating-symbol-foreground {
    top: 0px;
  }
  
  .rating-star > span {
    display: inline-block;
    vertical-align: middle;
  }
  .rating-star > span.badge {
    margin-right: 4px;
  }


/* ==========================================================================
   FAQ Section
   ========================================================================== */
.accordion-item{
    margin-bottom:10px;
}
.accordion-button {
    font-size: 1.2rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #c7c7c7;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.accordion-button:not(.collapsed) {
    color: var(--color1);
    background-color: #f5e6e6;
    border-radius:5px!important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23830c0c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
  }



/* ==========================================================================
   12.0 Sponsor Section
   ========================================================================== */
.sponsor-section{
    padding: 30px 0;
}
.sponsor-section .sponsor-item img{
    width: 100%;
    padding: 20px;
    opacity: 0.8;
}
.sponsor-section .sponsor-items li img:hover{
    opacity: 1;
}

/* ==========================================================================
   13.0 Widget Section
   ========================================================================== */
.widget-section{
    background-color: #190708;
    background-position: right 150px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.widget-content{}
.widget-content img{
    margin-bottom: 15px;
}
.widget-content p{
    color: #aa9395;
}
.widget-content h3{
    color: #ddd;
}
.widget-content .social-icon li{
    display: inline-block;
    margin-right: 15px;
}
.widget-content .social-icon li a{
    display: inline-block;
    color: var(--color2);
}
.widget-content .social-icon li a:hover{
    color: #fff;
}
.widget-content .widget-link li a{
    color: #999;
    margin-bottom: 16px;
    display: block;
}
.widget-content .widget-link li a:hover{
    color: var(--color2);
    text-decoration: underline;
}
.widget-content .address li{
    margin-bottom: 16px;
    display: block;
    font-family: "Poppins", sans-serif;
    color: #999;
}
.widget-content .address li i{
    color: var(--color2);
    margin-right: 10px;
}
/* ==========================================================================
   14.0 Hero Section
   ========================================================================== */
.hero-section{
	background-image: url(../img/front/hero-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
    height: 530px;
    display: flex;
    align-items: center;
}
.hero-content h1{
    font-size: 52px;
    color: #fff;
    display: inline-block;
}
.hero-content h4{
    color: var(--color2);
}
.hero-content p{
    color: #ddd;
}
/* ==========================================================================
   15.0 Page Header Section
   ========================================================================== */
.pager-header{
    background-image: url(../img/front/aranya-senasana-title-bg.webp);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
    min-height: 300px;
    display: flex;
    align-items: center;
}


.page-header-overlay{
    background:#00000070;
    min-height: 300px;
    display: flex;
    width:100%;
    align-items: center;
}


.pager-header h2{
    color: #fff;
    font-size: 42px;
}
.pager-header p{
    color: #ddd;
}

/*Breadcrumb */
.breadcrumb{
    background-color: transparent;
    padding: 0;
}
.breadcrumb li{}
.breadcrumb li a{
    font-weight: 600;
    color: #ddd;
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb li a:hover{
    text-decoration: underline;
}
.breadcrumb .active{
    color: var(--color2);
    font-weight: 600;
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

/*404 Error Section*/

.error-section{
  height:85vh;
}
.error-content h2{
    font-size: 120px;
}

/* ==========================================================================
   16.0 CTA Section
   ========================================================================== */
.cta-section{
    background-image: url(../img/front/cta-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
    min-height: 300px;
    
}
.cta-section .cta-content h2{
    color: #fff;
    font-size: 42px;
}
.cta-section .cta-content p{
    color: #ddd;
}
/* ==========================================================================
   17.0 Gallery Section
   ========================================================================== */
.gallery-items .col-lg-4{
    padding: 15px;
}
.gallery-filter{
    width: 100%;
}
.gallery-filter li{
    margin-right: 10px;
    display: inline-block;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background-color: #f7f7f7;
    border: 1px dashed #ddd;
    padding: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
}
.gallery-filter li.active{
    background-color: var(--color2);
    color: #fff;
}
.gallery-wrap{
    position: relative;
    overflow: hidden;
}
.gallery-wrap img{
    width: 100%;
}
.gallery-wrap .hover{
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}
.gallery-wrap .hover a{
    background-color: var(--color2);
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.gallery-wrap:hover .hover{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   18.0 Blog Section
   ========================================================================== */
.blog-section{}
.blog-items{
    border-right: 1px solid #ddd;
    padding-right: 20px;
}
.left-sidebar .blog-items{
    border-right: none;
    border-left: 1px solid #ddd;
    padding-right: 0;
    padding-left: 10px;
}
.blog-post{
    transition: all 0.3s ease;
}
.blog-post img{
    width: 100%;
}
.blog-post:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}
.blog-content{
    background-color: #fff;
    padding: 40px 30px;
}
.blog-post .blog-content h3{
    font-weight: 600;
    font-size: 22px;
}
.blog-post .blog-content a{
    color: #282828;
}
.blog-post .blog-content a:hover{
    opacity: 0.8;
}
span.date{
    font-family: "Poppins",sans-serif;
    color: #999;
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}
.blog-post .blog-content .post-meta{
    font-weight: 500;
    font-size: 14px;
    color: #282828;
    letter-spacing: -0.2px
}
.blog-post .blog-content .post-meta:hover{
    opacity: 0.8;
    text-decoration: underline;
}

/*Blog List*/
.list-items .blog-post{
    border: 1px solid #eee;
    margin: 0;
    margin-bottom: 15px;
}
.list-items .blog-post img{
    margin-bottom: 0;
}
.list-items .blog-post .col-md-6:first-child{
    padding-left: 0;
}
.list-items .blog-post .blog-content{
    padding: 34px 0;
}



/*Single Post Style*/
.single-post{}
.single-post img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.single-post h2{
    font-weight: 600;
    font-size: 38px;
}
.single-post .meta-info{
    margin-bottom: 25px;
}
.single-post .meta-info span{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 15px;
}
.single-post .meta-info a{
    font-weight: 800;
    color: #555;
}
.single-post .meta-info i{
    color: #555;
}

/*Social Share*/
.share-wrap{
    margin-top: 25px;
    margin-bottom: 50px;
    width: 100%;
}
.share-wrap h4{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}
.share-icon{
    display: inline-block;
}
.share-icon li{
    display: inline-block;
    margin-right: 10px;
}
.share-icon i{
    margin-right: 5px;
}
.share-icon li:nth-child(1) a{ background-color: #3B5998; }
.share-icon li:nth-child(2) a{ background-color: #1DCAFF; }
.share-icon li:nth-child(3) a{ background-color: #DB4A39; }
.share-icon li:nth-child(4) a{ background-color: #e4405f; }
.share-icon li:nth-child(5) a{ background-color: #0077B5; }
.share-icon li a{
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 600;
}
.share-icon li a:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}

/*Comments Style*/
.comments-wrapper{
    width: 100%;
}
.comments-wrapper h4{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}

.comments-list {
	margin-top: 30px;
	position: relative;
    margin-bottom: 50px;
    
}

/*Lines Details*/
.comments-list:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #eee;
	position: absolute;
	left: 32px;
	top: 0;
}

.comments-list:after {
	content: '';
	position: absolute;
	background: #eee;
	bottom: 0;
	left: 29px;
	width: 7px;
	height: 7px;
	border: 3px solid #dee1e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
	content: '';
	width: 60px;
	height: 2px;
	background: #eee;
	position: absolute;
	top: 25px;
	left: -55px;
}


.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}
/*Avatar*/
.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border: 3px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
    margin-right: 10px;
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%;
}

.reply-list .comment-avatar {
	width: 50px;
	height: 50px;
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}

/*Comment List*/
.comments-list .comment-box {
	width: 740px;
	float: right;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #FCFCFC;
	top: 8px;
	left: -11px;
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0,0,0,0.05);
	left: -12px;
}

.reply-list .comment-box {
	width: 665px;
}
.comment-box .comment-head {
	background: #FCFCFC;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
	color: #03658c;
}

.comment-box .comment-name {
	color: #283035;
	font-size: 14px;
	font-weight: 600;
	float: left;
	margin-right: 10px;
}

.comment-box .comment-name a {
	color: #283035;
}

.comment-box .comment-head span {
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.comment-box .comment-content {
	background: #FFF;
	padding: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.comment-box .comment-name.by-author:after {
	content: 'autor';
	background: #03658c;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 600;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/*Comment Form*/
.comment-form h4{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}
.comment-form .form-control{
    border: 1px solid #ddd;
    border-radius: 0;
    height: 45px;
    background-color: transparent;
}
.comment-form .form-control.message{
    height: 150px;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}

/* ==========================================================================
   19.0 Sidebar Section
   ========================================================================== */
.sidebar-wrap{
    padding-left: 10px;
}
.left-sidebar .sidebar-wrap{
    padding-right: 10px;
    padding-left: 0;
}
.sidebar-widget h4{
    font-weight: 500;
    font-size: 22px;
    color: #282828;
    margin-bottom: 25px;
}
.search-form{
    position: relative;
    margin-left: -2px;
}
.search-form .form-control{
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    clear: #282828;
    height: auto;
    padding: 10px 20px;
    border-radius: 3px;
    padding-right: 60px;
}
.search-form .search-btn{
    background-color: transparent;
    font-size: 24px;
    color: #888;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover{
    opacity: 1;
}
.search-form input::-webkit-input-placeholder{
    color: #888 !important;
}
.search-form input:-moz-placeholder{ /* Firefox 18- */
    color: #888 !important;  
}
.search-form input::-moz-placeholder{  /* Firefox 19+ */
    color: #888 !important;  
}
.search-form input:-ms-input-placeholder{  
    color: #888 !important;  
}



/*Category List*/
.cat-list{
    margin-top: -10px;
}
.cat-list li a{
    font-weight: 500;
    font-size: 15px;
    color: #282828;
    letter-spacing: -.4px;
    line-height: 36px;
    font-style: normal;
}
.cat-list li span{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    color: #bbb;
    margin-left: 5px;
    font-size: 10px;
}

/*Recent Posts*/
.recent-posts{}
.recent-posts li{
    position: relative;
    padding-left: 90px;
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 15px;
}
.recent-posts li a{
    color: #555;
}
.recent-posts li a:hover{
    opacity: 0.8;
}
.recent-posts li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}
.recent-posts li img:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}
.recent-posts li h4{
    text-transform: inherit;
    margin-bottom: 0;
    display: block;
    font-size: 15px;
}

/*Tags*/
.tags{
    margin: -3px 0;
}
.tags li{
    display: inline-block;
    float: left;
    margin: 3px;
}
.tags li a{
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #555;
    background-color: #ddd;
    padding: 5px 15px;
    border-radius: 3px;
}
.tags li a:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}

/* Pagination 
=============== */
.pagination_wrap{}
.pagination_wrap li{
    display: inline-block;
    margin: 0 5px;
}
.pagination_wrap li a{
    border: 1px solid #ddd;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #555;
    font-weight: 600;
}
.pagination_wrap li a:hover{
    opacity: 1;
    text-decoration: none;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}
.pagination_wrap li a.active{
    background-color: var(--color2);
    border: 1px solid var(--color2);
    color: #fff;
}

/* ==========================================================================
   20.0 Contact Section
   ========================================================================== */
.contact-section{
    position: relative;
    z-index: 1;
}

.error{
  color:red;
  margin-bottom:20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.contact-wrap{
    background-color: #f2f2f2;
}
.contact-section h3{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
}
.contact-info ul li{
    line-height: 40px;
    display: flex;
    align-items: center;
}
.contact-info ul li i{
    margin-right: 10px;
    color: #999;
    font-size: 20px;
}
.contact-info ul li{
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 17px;
}

/*Contact Form*/
.contact-form .form-control{
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 45px;
    background-color: #fff;
    margin-bottom:20px;
}

.contact-form .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #c7c7c7;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.contact-form .form-control.message{
    height: 150px;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
/*Google Map*/
#google_map{
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* ==========================================================================
   21.0 Footer Section
   ========================================================================== */
.footer-section{
    display: block;
    background-color: #5e0808;
    padding: 10px 0;
    color:#fff;
}
.footer-section .copyright{
    font-size: 15px;
    color: #fff;
}  

.footer-section .copyright-right{
  display: block;
  text-align: right;
  font-size: 15px;
  color: #fff;
}

.footer-section a{
  color: #fff;
}

.footer-social{
    display: block;
    text-align: right;
}
.footer-social li{
    display: inline-block;
}
.footer-social li a{
    color: #ddd;
    font-size: 15px;
    margin-left: 20px;
}
.footer-social li a:hover{
    color: var(--color2);
}

.footer-social p{
  margin-bottom:0!important;
}


/* ==========================================================================
   22.0 Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color: var(--color2);
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #ffb451;
    color: #fff;
}

/*------------------------------------------------------------------
23. Loader holder / .loader-holder
-------------------------------------------------------------------*/

.loader-holder{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    position: fixed;
  }
  .loader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 48.2842712474619px;
    height: 48.2842712474619px;
    margin-left: -24.14213562373095px;
    margin-top: -24.14213562373095px;
    border-radius: 100%;
    -webkit-animation-name: loader;
            animation-name: loader;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  .loader .side {
    display: block;
    width: 6px;
    height: 20px;
    background-color: var(--color2);
    margin: 2px;
    position: fixed;
    border-radius: 50%;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  .loader .side:nth-child(1),
  .loader .side:nth-child(5) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-animation-name: rotate0;
            animation-name: rotate0;
  }
  .loader .side:nth-child(3),
  .loader .side:nth-child(7) {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation-name: rotate90;
            animation-name: rotate90;
  }
  .loader .side:nth-child(2),
  .loader .side:nth-child(6) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation-name: rotate45;
            animation-name: rotate45;
  }
  .loader .side:nth-child(4),
  .loader .side:nth-child(8) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-animation-name: rotate135;
            animation-name: rotate135;
  }
  .loader .side:nth-child(1) {
    top: 24.14213562373095px;
    left: 48.2842712474619px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .loader .side:nth-child(2) {
    top: 41.21320343109277px;
    left: 41.21320343109277px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .loader .side:nth-child(3) {
    top: 48.2842712474619px;
    left: 24.14213562373095px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .loader .side:nth-child(4) {
    top: 41.21320343109277px;
    left: 7.07106781636913px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .loader .side:nth-child(5) {
    top: 24.14213562373095px;
    left: 0px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .loader .side:nth-child(6) {
    top: 7.07106781636913px;
    left: 7.07106781636913px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .loader .side:nth-child(7) {
    top: 0px;
    left: 24.14213562373095px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .loader .side:nth-child(8) {
    top: 7.07106781636913px;
    left: 41.21320343109277px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  @-webkit-keyframes rotate0 {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    60% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
  }
  @keyframes rotate0 {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    60% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
  }
  @-webkit-keyframes rotate90 {
    0% {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
    60% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
    100% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
  }
  @keyframes rotate90 {
    0% {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
    60% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
    100% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
  }
  @-webkit-keyframes rotate45 {
    0% {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    60% {
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg);
    }
    100% {
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg);
    }
  }
  @keyframes rotate45 {
    0% {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    60% {
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg);
    }
    100% {
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg);
    }
  }
  @-webkit-keyframes rotate135 {
    0% {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }
    60% {
      -webkit-transform: rotate(315deg);
              transform: rotate(315deg);
    }
    100% {
      -webkit-transform: rotate(315deg);
              transform: rotate(315deg);
    }
  }
  @keyframes rotate135 {
    0% {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }
    60% {
      -webkit-transform: rotate(315deg);
              transform: rotate(315deg);
    }
    100% {
      -webkit-transform: rotate(315deg);
              transform: rotate(315deg);
    }
  }
  @-webkit-keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .changer-active #style-changer {margin: 0;}



 /*Dropdown Menu*/
.adomx-dropdown {
    position: relative;
  }
  
  .adomx-dropdown-menu {
    position: absolute;
    text-align:left;
    padding: 20px 0;
    background-color: #ffffff;
    min-width: 160px;
    border: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    list-style: none;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
  }
  
  .adomx-dropdown-menu.adomx-dropdown-menu-right {
    left: auto;
    right: 0;
  }
  
  .adomx-dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  
  .adomx-dropdown-menu li {
    line-height: 1;
    margin-bottom: 15px;
  }
  
  .adomx-dropdown-menu li:last-child {
    margin-bottom: 0;
  }
  
  .adomx-dropdown-menu li a {
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
  
  .adomx-dropdown-menu li a i {
    margin-right: 10px;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
  }
  
  .adomx-dropdown-menu li a i.check::before {
    content: "\f279";
    font-family: "Material-Design-Iconic-Font";
  }
  
  .adomx-dropdown-menu li a span {
    padding-right: 0;
  }
  
  .adomx-dropdown-menu li a:hover {
    color: #428bfa;
  }
  
  .adomx-dropdown-menu li span {
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 0 20px;
  }
  
  .adomx-dropdown-menu li.checked a i.check::before {
    content: "\f26a";
  }

  /*-- Header Notification Area --*/
.header-notification-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .header-notification-area > li {
    margin: 0 10px;
  }
  
  .header-notification-area > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  
  .header-notification-area > li > a .drop-arrow {
    margin-left: 5px;
  }
  
  .header-notification-area > li > a i {
    font-size: 15px;
    line-height: 30px;
    margin:5px 0px 0px 5px;
  }

  .header-notification-area > li a .lang-flag {
    width: 22px;
    height: auto;
  }

   /*-- Header Notification Area Mobile --*/
.header-notification-area-mobile {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-notification-area-mobile > li {
  margin: 0 10px;
}

.header-notification-area-mobile > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header-notification-area-mobile > li > a .drop-arrow {
  margin-left: 5px;
}

.header-notification-area-mobile > li > a i {
  font-size: 15px;
  line-height: 30px;
  margin:5px 0px 0px 5px;
}

.header-notification-area-mobile > li a .lang-flag {
  width: 22px;
  height: auto;
}

.slicknav_menu .slicknav_icon-bar{
  color:var(--color1)!important;
}
  

  /*-- Header Language Dropdown --*/
.dropdown-menu-language {
    padding: 20px;
    list-style: none;
    margin: 0;
  }
  
  .dropdown-menu-language li {
    line-height: 1;
  }
  
  .dropdown-menu-language li a {
    font-size: 13px;
    padding: 0;
  }
  
  .dropdown-menu-language li a img {
    max-width: 100%;
    width: 24px;
    margin-right: 10px;
    border: 1px solid #eeeeee;
  }


  ----------
  .fc-bgevent
{
  opacity: 1!important;
}
.fc-event .fc-content{
  font-size:12px!important;
}
.fc-day-grid-event .fc-content{
  white-space: normal!important;
}

.content-body-calendar {
    padding: 15px; }
    @media (min-width: 576px) {
      .content-body-calendar {
        padding: 20px; } }
  
  .content-calendar {
    background-color: #fff;
    border: 1px solid rgba(224, 225, 235, 0.85);
    padding:20px;
    border-radius:15px;
    height: auto;
    box-shadow: 0 4px 12px 0 rgba(131, 146, 165, 0.15), 2px 2px 5px 0 rgba(60, 70, 83, 0.04); }
    @media (min-width: 576px) {
      .content-calendar {
        height: auto; } }
    .content-calendar .fc-toolbar.fc-header-toolbar {
      height: 35px;
      margin-bottom: 0;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid rgba(230, 231, 239, 0.85);
      padding: 0 15px; }
    .content-calendar .fc-toolbar .fc-button-group button:first-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .content-calendar .fc-toolbar .fc-button-group button:last-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .content-calendar .fc-toolbar button {
      height: 32px;
      background-color: #fff;
      background-image: none;
      border: 1px solid rgba(230, 231, 239, 0.85);
      color: rgba(55, 56, 87, 0.7);
      box-shadow: none;
      padding: 0 15px;
      display: flex;
      align-items: center;
      font-size: 13px;
      text-transform: capitalize;
      outline: none;
      text-shadow: none;
      border-radius: 0;
      transition: all 0.25s; }
      @media (prefers-reduced-motion: reduce) {
        .content-calendar .fc-toolbar button {
          transition: none; } }
      .content-calendar .fc-toolbar button:hover, .content-calendar .fc-toolbar button:focus {
        border-color: #8392a5;
        color: #373857;
        position: relative;
        z-index: 5; }
      .content-calendar .fc-toolbar button:active {
        background-color: #f9f9fd; }
      .content-calendar .fc-toolbar button.fc-prev-button, .content-calendar .fc-toolbar button.fc-next-button {
        padding: 0;
        width: 34px;
        justify-content: center; }
        .content-calendar .fc-toolbar button.fc-prev-button span, .content-calendar .fc-toolbar button.fc-next-button span {
          margin: 0; }
      .content-calendar .fc-toolbar button.fc-state-active {
        background-color: #f9f9fd;
        border-color: #c0ccda;
        color: #373857; }
      .content-calendar .fc-toolbar button.fc-today-button {
        border-radius: 0;
        color: rgba(55, 56, 87, 0.7);
        background-color: #fff;
        display: none; }
        @media (min-width: 768px) {
          .content-calendar .fc-toolbar button.fc-today-button {
            display: block; } }
        .content-calendar .fc-toolbar button.fc-today-button:hover, .content-calendar .fc-toolbar button.fc-today-button:focus {
          border-color: #8392a5;
          color: #373857; }
        .content-calendar .fc-toolbar button.fc-today-button:active {
          background-color: #f9f9fd; }
        .content-calendar .fc-toolbar button.fc-today-button.fc-state-disabled {
          border-color: rgba(230, 231, 239, 0.85);
          background-color: #f9f9fd;
          color: #575d78;
          font-weight: 400;
          cursor: default; }
      @media (max-width: 575px) {
        .content-calendar .fc-toolbar button.fc-prev-button, .content-calendar .fc-toolbar button.fc-next-button {
          width: 32px;
          height: 32px; }
        .content-calendar .fc-toolbar button.fc-today-button {
          height: 32px;
          padding-left: 10px;
          padding-right: 10px;
          font-size: 11px; }
        .content-calendar .fc-toolbar button.fc-month-button, .content-calendar .fc-toolbar button.fc-agendaWeek-button, .content-calendar .fc-toolbar button.fc-agendaDay-button, .content-calendar .fc-toolbar button.fc-listWeek-button, .content-calendar .fc-toolbar button.fc-listMonth-button {
          text-indent: -9999px;
          width: 32px;
          height: 32px;
          position: relative;
          color: transparent; }
          .content-calendar .fc-toolbar button.fc-month-button::before, .content-calendar .fc-toolbar button.fc-agendaWeek-button::before, .content-calendar .fc-toolbar button.fc-agendaDay-button::before, .content-calendar .fc-toolbar button.fc-listWeek-button::before, .content-calendar .fc-toolbar button.fc-listMonth-button::before {
            position: absolute;
            top: 6px;
            left: 10px;
            z-index: 100;
            display: inline-block;
            text-indent: 0;
            font-size: 12px;
            font-weight: 700;
            color: #373857; }
        .content-calendar .fc-toolbar button.fc-month-button::before {
          content: 'M'; }
        .content-calendar .fc-toolbar button.fc-agendaWeek-button::before {
          content: 'W'; }
        .content-calendar .fc-toolbar button.fc-agendaDay-button::before {
          content: 'D'; }
        .content-calendar .fc-toolbar button.fc-listWeek-button::before, .content-calendar .fc-toolbar button.fc-listMonth-button::before {
          content: 'L';
          left: 11px; } }
    .content-calendar .fc-toolbar .fc-icon-left-single-arrow,
    .content-calendar .fc-toolbar .fc-icon-right-single-arrow {
      top: 0; }
      .content-calendar .fc-toolbar .fc-icon-left-single-arrow::after,
      .content-calendar .fc-toolbar .fc-icon-right-single-arrow::after {
        font-family: 'Ionicons';
        font-size: 16px;
        font-weight: 400;
        line-height: 1; }
        @media (min-width: 992px) {
          .content-calendar .fc-toolbar .fc-icon-left-single-arrow::after,
          .content-calendar .fc-toolbar .fc-icon-right-single-arrow::after {
            line-height: .9; } }
    .content-calendar .fc-toolbar .fc-icon-left-single-arrow::after {
      content: '\f3cf'; }
    .content-calendar .fc-toolbar .fc-icon-right-single-arrow::after {
      content: '\f3d1'; }
    .content-calendar .fc-toolbar .fc-clear {
      display: none; }
    .content-calendar .fc-toolbar .fc-left {
      order: 1;
      float: none;
      display: flex;
      align-items: center; }
    .content-calendar .fc-toolbar .fc-center {
      display: flex;
      align-items: center;
      order: 2; }
      .content-calendar .fc-toolbar .fc-center h2 {
        font-size: 16px;
        font-weight: 400;
        font-family: "Oswald", sans-serif;
        letter-spacing: -.2px; }
        @media (min-width: 576px) {
          .content-calendar .fc-toolbar .fc-center h2 {
            font-size: 18px; } }
        @media (min-width: 992px) {
          .content-calendar .fc-toolbar .fc-center h2 {
            font-size: 20px; } }
    .content-calendar .fc-toolbar .fc-right {
      float: none;
      order: 3;
      display: none; }
      @media (min-width: 480px) {
        .content-calendar .fc-toolbar .fc-right {
          display: flex;
          align-items: center; } }
    .content-calendar .fc-divider {
      background-color: #f3f6f9;
      border-color: rgba(230, 231, 239, 0.85); }
    .content-calendar .fc-view-container {
      height: calc(100% - 50px); }
    .content-calendar .fc-head-container {
      border-top-width: 0;
      border-left-width: 0;
      border-right-width: 0; }
      .content-calendar .fc-head-container .fc-day-header {
        padding: 5px 0;
        border-color: rgba(230, 231, 239, 0.85);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        color: #373857; }
    .content-calendar .fc-widget-content {
      border-left-width: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      .content-calendar .fc-widget-content:last-child {
        border-right-width: 0; }
    .content-calendar td {
      border-color: rgba(230, 231, 239, 0.85); }
      .content-calendar td.fc-today {
        background-color: rgba(243, 246, 249, 0.7); }
        .content-calendar td.fc-today .fc-day-number, .content-calendar td.fc-today .fc-day-number:hover, .content-calendar td.fc-today .fc-day-number:focus {
          background-color: transparent;
          color: #2b2b2b;
          border-radius: 1px; }
    .content-calendar .fc-other-month {
      background-color: #f3f3f3; }
    .fc-day-top .fc-day-number .fc-other-month {
      opacity:0.3;
    }
    .content-calendar .fc-day-number {
      font-size: 14px;
      font-weight: 400;
      font-family: "Oswald", sans-serif;
      color: #454f5b;
      display: inline-block;
      padding: 5px 8px;
      position: relative;
      transition: all 0.25s;
      margin: 2px 2px 0 0;
      min-width: 20px;
      text-align: center; }
      @media (prefers-reduced-motion: reduce) {
        .content-calendar .fc-day-number {
          transition: none; } }
      .content-calendar .fc-day-number:hover, .content-calendar .fc-day-number:focus {
        color: #373857;
        background-color: #f9f9fd; }
    .content-calendar .fc-day-top.fc-other-month {
      color: rgba(55, 56, 87, 0.6);
      opacity: 1; }
    .content-calendar .fc-event {
      border-width: 0;
      border-top-width: 5px;
      border-radius: 0; }
      @media (min-width: 576px) {
        .content-calendar .fc-event {
          border-top-width: 0;
          border-left-width: 2px;
          padding: 3px 4px; } }
      .content-calendar .fc-event.fc-day-grid-event > div {
        display: none;
        font-size: 11px; }
        @media (min-width: 576px) {
          .content-calendar .fc-event.fc-day-grid-event > div {
            display: block; } }
        .content-calendar .fc-event.fc-day-grid-event > div .fc-time {
          font-weight: 500; }
        .content-calendar .fc-event.fc-day-grid-event > div .fc-desc {
          display: none; }
    .content-calendar .fc-time-grid-event {
      padding: 5px;
      border-left-width: 0;
      border-top-width: 2px; }
      .content-calendar .fc-time-grid-event .fc-time {
        font-size: 12px; }
      .content-calendar .fc-time-grid-event .fc-title {
        font-size: 13px;
        font-weight: 500;
        color: #212b35;
        margin-bottom: 10px; }
      .content-calendar .fc-time-grid-event .fc-desc {
        line-height: 1.3;
        color: rgba(33, 43, 53, 0.8); }
    .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
      display: none; }
      @media (min-width: 576px) {
        .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
          display: block; } }
      .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-time {
        font-size: 11px; }
      .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
        display: none; }
        @media (min-width: 992px) {
          .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
            display: block; } }
    .content-calendar .fc-list-empty {
      padding: 20px 0;
      background-color: #fdfdfe; }
    .content-calendar .fc-agenda-view .fc-day-header > a > span {
      display: block; }
      .content-calendar .fc-agenda-view .fc-day-header > a > span:first-child {
        color: #575d78;
        font-size: 8px;
        font-weight: 400;
        font-family: "Oswald", sans-serif;
        line-height: 1.2; }
        @media (min-width: 576px) {
          .content-calendar .fc-agenda-view .fc-day-header > a > span:first-child {
            font-size: 11px;
            font-weight: 500; } }
      .content-calendar .fc-agenda-view .fc-day-header > a > span:last-child {
        font-weight: 400;
        font-size: 14px;
        font-family: "Oswald", sans-serif;
        line-height: 1; }
        @media (min-width: 576px) {
          .content-calendar .fc-agenda-view .fc-day-header > a > span:last-child {
            font-size: 25px; } }
    .content-calendar .fc-agenda-view .fc-day-header.fc-today > a {
      color: #2b2b2b; }
    .content-calendar .fc-listMonth-view,
    .content-calendar .fc-listWeek-view {
      border-width: 0; }
      .content-calendar .fc-listMonth-view .fc-scroller,
      .content-calendar .fc-listWeek-view .fc-scroller {
        padding: 20px 20px 20px 0; }
      .content-calendar .fc-listMonth-view .fc-list-table,
      .content-calendar .fc-listWeek-view .fc-list-table {
        border-collapse: separate;
        display: block; }
        .content-calendar .fc-listMonth-view .fc-list-table > tbody,
        .content-calendar .fc-listWeek-view .fc-list-table > tbody {
          display: flex;
          flex-wrap: wrap; }
      .content-calendar .fc-listMonth-view .fc-list-heading,
      .content-calendar .fc-listWeek-view .fc-list-heading {
        flex: 0 0 20%;
        max-width: 20%;
        margin-top: 15px;
        display: flex;
        justify-content: center; }
        @media (min-width: 576px) {
          .content-calendar .fc-listMonth-view .fc-list-heading,
          .content-calendar .fc-listWeek-view .fc-list-heading {
            flex: 0 0 15%;
            max-width: 15%; } }
        @media (min-width: 768px) {
          .content-calendar .fc-listMonth-view .fc-list-heading,
          .content-calendar .fc-listWeek-view .fc-list-heading {
            flex: 0 0 12%;
            max-width: 12%; } }
        @media (min-width: 992px) {
          .content-calendar .fc-listMonth-view .fc-list-heading,
          .content-calendar .fc-listWeek-view .fc-list-heading {
            flex: 0 0 10%;
            max-width: 10%; } }
        @media (min-width: 1200px) {
          .content-calendar .fc-listMonth-view .fc-list-heading,
          .content-calendar .fc-listWeek-view .fc-list-heading {
            flex: 0 0 8%;
            max-width: 8%; } }
        .content-calendar .fc-listMonth-view .fc-list-heading:first-child,
        .content-calendar .fc-listWeek-view .fc-list-heading:first-child {
          margin-top: 0; }
          .content-calendar .fc-listMonth-view .fc-list-heading:first-child + .fc-list-item,
          .content-calendar .fc-listWeek-view .fc-list-heading:first-child + .fc-list-item {
            margin-top: 0; }
        .content-calendar .fc-listMonth-view .fc-list-heading td,
        .content-calendar .fc-listWeek-view .fc-list-heading td {
          background-color: transparent;
          border-width: 0;
          padding: 0; }
      .content-calendar .fc-listMonth-view .fc-list-heading-main,
      .content-calendar .fc-listWeek-view .fc-list-heading-main {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        color: #575d78;
        font-weight: 500;
        padding: 5px;
        text-align: center; }
        .content-calendar .fc-listMonth-view .fc-list-heading-main span:last-child,
        .content-calendar .fc-listWeek-view .fc-list-heading-main span:last-child {
          display: block;
          font-size: 28px;
          font-weight: 400;
          font-family: "Oswald", sans-serif;
          letter-spacing: -1.5px;
          color: #06072d;
          line-height: 1; }
          @media (min-width: 576px) {
            .content-calendar .fc-listMonth-view .fc-list-heading-main span:last-child,
            .content-calendar .fc-listWeek-view .fc-list-heading-main span:last-child {
              font-size: 32px; } }
          @media (min-width: 1200px) {
            .content-calendar .fc-listMonth-view .fc-list-heading-main span:last-child,
            .content-calendar .fc-listWeek-view .fc-list-heading-main span:last-child {
              font-size: 36px; } }
        .content-calendar .fc-listMonth-view .fc-list-heading-main.now,
        .content-calendar .fc-listWeek-view .fc-list-heading-main.now {
          color: #2b2b2b; }
          .content-calendar .fc-listMonth-view .fc-list-heading-main.now span:last-child,
          .content-calendar .fc-listWeek-view .fc-list-heading-main.now span:last-child {
            color: #2b2b2b; }
      .content-calendar .fc-listMonth-view .fc-list-item,
      .content-calendar .fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(80% - 5px);
        max-width: calc(80% - 5px);
        dispLay: flex;
        flex-direction: column;
        border-left: 4px solid transparent;
        background-color: #fff;
        margin-top: 15px; }
        @media (min-width: 576px) {
          .content-calendar .fc-listMonth-view .fc-list-item,
          .content-calendar .fc-listWeek-view .fc-list-item {
            flex: 0 0 calc(85% - 5px);
            max-width: calc(85% - 5px); } }
        @media (min-width: 768px) {
          .content-calendar .fc-listMonth-view .fc-list-item,
          .content-calendar .fc-listWeek-view .fc-list-item {
            flex: 0 0 calc(88% - 5px);
            max-width: calc(88% - 5px); } }
        @media (min-width: 992px) {
          .content-calendar .fc-listMonth-view .fc-list-item,
          .content-calendar .fc-listWeek-view .fc-list-item {
            flex: 0 0 calc(90% - 5px);
            max-width: calc(90% - 5px); } }
        @media (min-width: 1200px) {
          .content-calendar .fc-listMonth-view .fc-list-item,
          .content-calendar .fc-listWeek-view .fc-list-item {
            flex: 0 0 calc(92% - 5px);
            max-width: calc(92% - 5px); } }
        .content-calendar .fc-listMonth-view .fc-list-item:hover, .content-calendar .fc-listMonth-view .fc-list-item:focus,
        .content-calendar .fc-listWeek-view .fc-list-item:hover,
        .content-calendar .fc-listWeek-view .fc-list-item:focus {
          cursor: pointer; }
          .content-calendar .fc-listMonth-view .fc-list-item:hover td, .content-calendar .fc-listMonth-view .fc-list-item:focus td,
          .content-calendar .fc-listWeek-view .fc-list-item:hover td,
          .content-calendar .fc-listWeek-view .fc-list-item:focus td {
            background-color: transparent; }
        .content-calendar .fc-listMonth-view .fc-list-item > td,
        .content-calendar .fc-listWeek-view .fc-list-item > td {
          border-width: 0; }
          .content-calendar .fc-listMonth-view .fc-list-item > td.fc-list-item-time,
          .content-calendar .fc-listWeek-view .fc-list-item > td.fc-list-item-time {
            border-top: 1px solid #e6e7ef;
            border-right: 1px solid #e6e7ef;
            box-sizing: border-box; }
          .content-calendar .fc-listMonth-view .fc-list-item > td.fc-list-item-title,
          .content-calendar .fc-listWeek-view .fc-list-item > td.fc-list-item-title {
            border-bottom: 1px solid #e6e7ef;
            border-right: 1px solid #e6e7ef;
            box-sizing: border-box; }
        .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
        .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
          margin-left: 20%; }
          @media (min-width: 576px) {
            .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
            .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
              margin-left: 15%; } }
          @media (min-width: 768px) {
            .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
            .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
              margin-left: 12%; } }
          @media (min-width: 992px) {
            .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
            .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
              margin-left: 10%; } }
          @media (min-width: 1200px) {
            .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
            .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
              margin-left: 8%; } }
      .content-calendar .fc-listMonth-view .fc-list-item-marker,
      .content-calendar .fc-listWeek-view .fc-list-item-marker {
        display: none; }
      .content-calendar .fc-listMonth-view .fc-list-item-time,
      .content-calendar .fc-listWeek-view .fc-list-item-time {
        padding: 12px 15px 2px;
        width: 100%;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        letter-spacing: .5px; }
      .content-calendar .fc-listMonth-view .fc-list-item-title,
      .content-calendar .fc-listWeek-view .fc-list-item-title {
        padding: 0 15px 12px; }
        .content-calendar .fc-listMonth-view .fc-list-item-title a,
        .content-calendar .fc-listWeek-view .fc-list-item-title a {
          display: block;
          font-weight: 500;
          font-size: 16px;
          margin-bottom: 2px;
          color: #06072d; }
          @media (min-width: 576px) {
            .content-calendar .fc-listMonth-view .fc-list-item-title a,
            .content-calendar .fc-listWeek-view .fc-list-item-title a {
              font-size: 18px; } }
        .content-calendar .fc-listMonth-view .fc-list-item-title .fc-desc,
        .content-calendar .fc-listWeek-view .fc-list-item-title .fc-desc {
          font-size: 12px;
          line-height: 1.375;
          display: block;
          color: #575d78; }
          @media (min-width: 992px) {
            .content-calendar .fc-listMonth-view .fc-list-item-title .fc-desc,
            .content-calendar .fc-listWeek-view .fc-list-item-title .fc-desc {
              font-size: 13px; } }
    .content-calendar .fc-head-container .fc-day-header {
      font-size: 11px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 5px 0;
      color: #373857; }
      @media (min-width: 576px) {
        .content-calendar .fc-head-container .fc-day-header {
          font-size: 12px; } }
    .content-calendar .fc-axis {
      font-size: 11px; }
      @media (min-width: 576px) {
        .content-calendar .fc-axis {
          font-size: 12px; } }
  
  .calendar-modal-event .modal-content {
    border-width: 0;
    position: relative;
    background-color: transparent; }
  
  .calendar-modal-event .modal-header {
    position: relative;
    padding: 20px 15px;
    border-bottom-width: 0;
    display: flex;
    align-items: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  
  .calendar-modal-event .nav-modal-event .nav-link {
    padding: 0;
    color: rgba(255, 255, 255, 0.75);
    line-height: 0;
    position: relative;
    transition: all 0.25s; }
    @media (prefers-reduced-motion: reduce) {
      .calendar-modal-event .nav-modal-event .nav-link {
        transition: none; } }
    .calendar-modal-event .nav-modal-event .nav-link svg {
      width: 16px;
      height: 16px; }
    .calendar-modal-event .nav-modal-event .nav-link:hover, .calendar-modal-event .nav-modal-event .nav-link:focus {
      color: #fff; }
    .calendar-modal-event .nav-modal-event .nav-link + .nav-link {
      margin-left: 10px; }
  
  .calendar-modal-event .event-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
    width: calc(100% - 80px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (min-width: 992px) {
      .calendar-modal-event .event-title {
        font-size: 20px; } }
  
  .calendar-modal-event .modal-body {
    padding: 20px;
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    @media (min-width: 576px) {
      .calendar-modal-event .modal-body {
        padding: 25px; } }
  
  .calendar-modal-event .event-start-date,
  .calendar-modal-event .event-end-date {
    color: #212b35;
    font-weight: 500; }
  
  .calendar-modal-event .event-desc {
    margin-top: 5px; }
  
  .calendar-modal-event .event-desc:empty {
    margin-bottom: 5px; }
  
.content-calendar .fc-day-grid-event .fc-h-event .fc-event .fc-start .fc-end .fc-draggable .fc-resizable{
    height:inherit!important;
  }

  /*workaround*/
  .iti {
    position: relative;
    display: contents!important;
}

/* ===================================
    19. Header
====================================== */
.side-left-menu-close {display: none; position: fixed; top: 0; right: 0; height:100%;}

/* header icon */
.header-searchbar {border-left: 1px solid rgba(0,0,0,.15); padding-left: 15px; display: inline-block; line-height: 15px; position: relative;}
.header-social-icon {border-left: 1px solid rgba(0, 0, 0, 0.15); padding-left: 15px; margin-left: 12px; display: inline-block; line-height: 15px; position: relative;}
.heder-menu-button {display: inline-block; line-height: 14px; padding-left: 5px; position: relative;}
nav.navbar.bootsnav .heder-menu-button .navbar-toggler {float: none; padding: 0; margin-top: 0; margin-bottom: 0; top: 4px}
.navbar-nav > li.dropdown .dropdown-toggle::after {display: none;}
.navbar-toggler .icon-bar {display: block; width: 22px; height: 2px; border-radius: 1px;}
.navbar-toggler .icon-bar+.icon-bar {margin-top: 4px;}
.navbar-toggler:focus {box-shadow: none;}
.white-link .header-searchbar, .white-link .header-social-icon {border-left: 1px solid rgba(255,255,255,.15);}
.header-social-icon a {color: #232323}
.header-social-icon a i, .header-searchbar a i {margin: 0 11px;}
.header-searchbar a i {position: relative;}
.search-icon {padding-right: 10px;}
.header-social-icon a:last-child i {margin-right: 0;}

/* menu center */
.menu-center .header-right {flex: 1 2 auto;}
.navbar-collapse {padding-left: 0; padding-right: 0; min-height: 0px;}

/* menu center logo */
.menu-logo-center .navbar-left > li {float: none; display: inline-block; vertical-align: middle;}
header nav.menu-logo-center .navbar-nav > li > a {margin: 0 20px;}
header nav.menu-logo-center .navbar-nav > li:last-child a {margin-right: 20px}

/* default pionter cursor */
header nav.navbar a:not([href]):not([tabindex]):focus, header nav.navbar a:not([href]):not([tabindex]):hover {cursor: pointer;}

/* header navigation color and logo */
header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a{color: #282828; cursor: pointer;}
header nav.navbar.white-link .navbar-nav > li > a, nav.navbar.bootsnav.white-link ul.nav > li > a,
header nav.navbar.white-link .header-social-icon a,  nav.navbar.bootsnav.white-link .header-social-icon a,
header nav.navbar.white-link .header-searchbar a,  nav.navbar.bootsnav.white-link .header-searchbar a,
header nav.navbar.bootsnav ul.nav.white-link > li > a,  nav.navbar.white-link .heder-menu-button a {color: #fff}

header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li > a,
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .header-searchbar a,
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .header-social-icon a,
header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav > li > a,
header.sticky nav.navbar-fixed-top.header-light.white-link .header-searchbar a,
header.sticky nav.navbar-fixed-top.header-light.white-link .header-social-icon a,
header.sticky nav.navbar-fixed-top.header-light.white-link .header-menu-button a,
header.sticky nav.navbar-fixed-top.header-light.white-link .header-menu-button a {color: #232323}

header .logo .logo-dark, header .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header .logo .logo-dark.default, header .logo .logo-light.default {visibility: visible; opacity: 1; width: auto; transition-duration:0.5s;  -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.sticky nav.header-dark-transparent .logo .logo-light, header.sticky nav.header-dark .logo .logo-light {visibility: visible;  opacity: 1; width: auto; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.sticky nav.header-dark-transparent .logo .logo-dark, header.sticky nav.header-dark .logo .logo-dark {visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.sticky nav.header-light-transparent .logo .logo-dark, header.sticky nav.header-light .logo .logo-dark {visibility: visible;  opacity: 1; width: auto; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.sticky nav.header-light-transparent .logo .logo-light, header.sticky nav.header-light .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}

.navbar-top-scroll {position: absolute; top: 0; z-index: 5;}
header.sticky nav.navbar-top-scroll {background-color: inherit;}
header a.logo {display: inline-block; vertical-align: middle;}
header a.logo img {max-height:80px;}
header .left-nav .sidebar-part1 a.logo img {max-height:inherit;}
.logo-holder img {max-height: 80px;}

/* header animation */
.navbar-top {position: relative;top: 0; left: 0; right: 0; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}
.sticky .navbar-top {top: -160px; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}
.sticky.header-appear .navbar-top.navbar-transparent-no-sticky, .sticky.header-appear .navbar-fixed-top.navbar-transparent-no-sticky {top: -160px; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}
.sticky.header-appear .navbar-top {top: 0; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}

header .bootsnav .dropdown .animated {-webkit-animation-duration: 0.3s; -moz-animation-duration: 0.3s; -ms-animation-duration: 0.3s; -o-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both;}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul:before {position: absolute; height: calc(100% + 20px); width: 100%; display: block;content: "";}

header.sticky .navbar-scroll-fixed-top {position: fixed; top: 0; width: 100%; left: 0; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}
header.sticky .navbar-scroll-top {position: fixed; top: -120px; width: 100%; left: 0; transition-duration: 0s; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s;}
header.sticky.header-appear .navbar-scroll-top {top: 0; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}

/* navigation */
header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li > a:hover, header.header-appear nav.bootsnav.header-light .navbar-nav > li > a:hover, header.header-appear nav.header-light-transparent .header-social-icon a:hover, header.header-appear nav.header-light .header-social-icon a:hover, header.header-appear nav.header-light.white-link .header-social-icon a:hover, header.header-appear nav.header-light-transparent.white-link .header-social-icon a:hover, header.header-appear nav.header-light-transparent.white-link .heder-menu-button a:hover, header.header-appear nav.header-light-transparent .header-searchbar a:hover, header.header-appear nav.header-light .header-searchbar a:hover, header.header-appear nav.header-light.white-link .header-searchbar a:hover, header.header-appear nav.header-light-transparent.white-link .header-searchbar a:hover, header nav.navbar .navbar-nav > li > a:hover, nav.navbar.bootsnav ul.nav > li > a:hover, .header-search-form:hover, .header-social-icon a:hover {color:var(--color2)}
header nav.navbar.white-link .navbar-nav > li > a:hover, nav.navbar.bootsnav.white-link ul.nav > li > a:hover, header nav.navbar.white-link .header-social-icon a:hover, nav.navbar.bootsnav.white-link .header-social-icon a:hover, header nav.navbar.white-link .header-searchbar a:hover, nav.navbar.bootsnav.white-link .header-searchbar a:hover, header nav.navbar.bootsnav ul.nav.white-link > li > a:hover, header.header-appear nav.header-dark-transparent .navbar-nav > li > a:hover, header.header-appear nav.header-dark .navbar-nav > li > a:hover, header.sticky nav.header-dark .navbar-nav > li > a:hover, header.sticky nav.header-dark-transparent .navbar-nav > li > a:hover, header.header-appear nav.header-dark-transparent .search-button:hover, header.header-appear nav.header-dark .search-button:hover, header.sticky nav.header-dark .search-button:hover, header.sticky nav.header-dark-transparent .search-button:hover {color: rgba(255,255,255,0.6)}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li > a:hover, header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .header-searchbar a:hover, header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .header-social-icon a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav > li > a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .header-searchbar a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .header-social-icon a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .header-menu-button a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .header-menu-button a:hover {color: rgba(0,0,0,0.6)}
.navbar-nav>li>a {line-height: 20px;}

header.sticky nav.navbar.white-link .navbar-nav > li > a:hover, header.sticky nav.navbar.bootsnav.white-link ul.nav > li > a:hover {color: rgba(0,0,0,0.6);}
header.sticky nav.navbar.header-dark.white-link .navbar-nav > li > a:hover, header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav > li > a:hover, header.sticky nav.header-dark .header-social-icon a:hover {color: rgba(255,255,255,0.6);}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li.active > a, header.header-appear nav.bootsnav.header-light .navbar-nav > li.active > a, header nav.navbar .navbar-nav > li.active > a, nav.navbar.bootsnav ul.nav > li.active > a {color: rgba(0,0,0,0.6)}
header nav.navbar.white-link .navbar-nav > li.active > a, nav.navbar.bootsnav.white-link ul.nav > li.active > a, header nav.navbar.bootsnav ul.nav.white-link > li.active > a, header.header-appear nav.header-dark-transparent .navbar-nav > li.active > a, header.header-appear nav.header-dark .navbar-nav > li.active > a, header.sticky nav.header-dark .navbar-nav > li.active > a, header.sticky nav.header-dark-transparent .navbar-nav > li.active > a, header.sticky nav.navbar.bootsnav.header-dark-transparent.white-link .navbar-nav > li.active > a {color: rgba(255,255,255,0.6)}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li.active > a, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav > li.active > a {color: rgba(0,0,0,0.6)}
header.sticky nav.navbar.white-link .navbar-nav > li.active > a, header.sticky nav.navbar.bootsnav.white-link ul.nav > li.active > a {color: rgba(0,0,0,0.6);}
header.sticky nav.navbar.header-dark.white-link .navbar-nav > li.active > a, header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav > li.active > a {color: rgba(255,255,255,0.6);}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li > a.active, header.header-appear nav.bootsnav.header-light .navbar-nav > li > a.active, header nav.navbar .navbar-nav > li > a.active, nav.navbar.bootsnav ul.nav > li > a.active {color: rgba(0,0,0,0.6)}
header nav.navbar.white-link .navbar-nav > li > a.active, nav.navbar.bootsnav.white-link ul.nav > li > a.active, header nav.navbar.bootsnav ul.nav.white-link > li > a.active, header.header-appear nav.header-dark-transparent .navbar-nav > li > a.active, header.header-appear nav.header-dark .navbar-nav > li > a.active, header.sticky nav.header-dark .navbar-nav > li > a.active, header.sticky nav.header-dark-transparent .navbar-nav > li > a.active {color: rgba(255,255,255,0.6)}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li > a.active, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav > li > a.active {color: rgba(0,0,0,0.6)}

header.sticky nav.navbar.white-link .navbar-nav > li > a.active, header.sticky nav.navbar.bootsnav.white-link ul.nav > li > a.active {color: rgba(0,0,0,0.6);}
header.sticky nav.navbar.header-dark.white-link .navbar-nav > li > a.active, header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav > li > a.active {color: rgba(255,255,255,0.6);}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li.dropdown.on > a, header.header-appear nav.bootsnav.header-light .navbar-nav > li.dropdown.on > a, header nav.navbar .navbar-nav > li.dropdown.on > a, nav.navbar.bootsnav ul.nav > li.dropdown.on > a {color: rgba(0,0,0,0.6)}
header nav.navbar.white-link .navbar-nav > li.dropdown.on > a, nav.navbar.bootsnav.white-link ul.nav > li.dropdown.on > a, header nav.navbar.bootsnav ul.nav.white-link > li.dropdown.on > a, header.header-appear nav.header-dark-transparent .navbar-nav > li.dropdown.on > a, header.header-appear nav.header-dark .navbar-nav > li.dropdown.on > a, header.sticky nav.header-dark .navbar-nav > li.dropdown.on > a, header.sticky nav.header-dark-transparent .navbar-nav > li.dropdown.on > a {color: rgba(255,255,255,0.6)}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li.dropdown.on > a, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav > li.dropdown.on > a {color: rgba(0,0,0,0.6)}
header.sticky nav.navbar.white-link .navbar-nav > li.dropdown.on > a, header.sticky nav.navbar.bootsnav.white-link ul.nav > li.dropdown.on > a {color: rgba(0,0,0,0.6);}
header.sticky nav.navbar.header-dark.white-link .navbar-nav > li.dropdown.on > a, header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav > li.dropdown.on > a {color: rgba(255,255,255,0.6);}

header {width: 100%; z-index: 99;}
.header-with-topbar .top-header-area {font-size: 11px; position: fixed; top: 0; z-index: 10005; width: 100%; transition: ease-in-out 0.3s; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s;}
.sticky.header-with-topbar .top-header-area {top: -45px}
.sticky.header-with-topbar.fixed-topbar .top-header-area {top: 0}
.navbar-fixed-top {position: fixed; top: 0; right: 0; left: 0; z-index: 1030;}
.navbar-form.search-box {display: inline-block; margin-top: 8px; margin-bottom: 8px;}
header .top-header-area .icon-social-very-small a:last-child i{margin-right: 0;}
header nav .row {height: auto; padding: 0;}
header nav.navbar [class*="col-"], header nav.navbar [class^=" col-"] {padding-left: 15px; padding-right: 15px;}
header nav.navbar {border-radius: 0; padding: 0;}
header nav.navbar-default, nav.navbar.bootsnav {border-bottom: 0;background:#fff;}
header nav {width: 100%; top: 0px; z-index: 99; margin-bottom: 0;}
header nav .nav-header-container {position: relative;}
header nav .navbar-nav > li > a {color: #232323; font-size: 12px; font-weight: 800; margin:0 20px; padding: 5px 0px 5px; letter-spacing: 0.015em;}
header nav .navbar-nav > li > a:hover, header nav .navbar-nav > li > a:focus, header nav .navbar-nav > li.active > a {background: transparent;}
header nav .navbar-nav > li:last-child a {margin-right: 0;}
.navbar-fixed-bottom, .navbar-fixed-top {z-index: 9999}
header nav.navbar-default .navbar-nav > li > a:hover, header nav.navbar-default .navbar-nav > li > a:focus, header nav.navbar-default .navbar-nav > li.active > a {border-bottom-color: #232323}
header nav .navbar-nav.text-normal > li > a {font-weight: 500; font-size: 18px}
.navbar-nav > li {position: inherit;}
.navbar-nav > li.dropdown > .fas {display: none}
.navbar-nav > li ul {margin: 0; padding: 0;}
.navbar-toggler {border-radius: 0; margin-right: 0;float: right; border: none;}
.mobile-toggle {display: block}
nav.navbar.bootsnav .navbar-toggle {top: 2px;}
.sidebar-nav .mobile-toggle {display: none}
.mobile-toggle span {display: block; width: 16px; height: 2px; background: #232323; content: "";}
.mobile-toggle span:nth-child(2) {margin: 3px 0px;}
.mobile-toggle:hover span, .white-link .mobile-toggle:hover span {background-color: red}
.white-link .mobile-toggle span {background: #fff;}
header nav .brand-logo {padding-top: 20px; padding-bottom: 20px;}
header.sticky nav .brand-logo {padding-top: 15px; padding-bottom: 15px;}
header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a, header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a {padding: 20px 0 20px;}

/* mega menu */
nav .accordion-menu {position: initial !important;}
nav.navbar.bootsnav li.dropdown ul li {list-style: none; padding: 0;}
nav.navbar.bootsnav li.dropdown .mega-menu-full {width:100%; box-sizing: border-box; background: rgba(35,35,35,1); padding: 45px 50px; box-shadow: none; border-radius: 0; border: 0; margin-top: 0;}
nav.navbar.bootsnav li.dropdown .mega-menu-full ul {margin: 0; list-style: none;}
nav.navbar.bootsnav li.dropdown .menu-back-div > ul {margin: 0 auto; width: 1070px; display: flex; flex-wrap: wrap; background: rgba(35,35,35,1);}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li.dropdown-header {color: #fff; display: inline-block; font-size: 11px; font-weight: 600; margin-bottom: 8px; white-space: inherit; padding: 0 40px; border-bottom: none; text-transform: uppercase; line-height: 1.42857143;}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {text-align: left; font-size: 12px; color: #9d9d9d; padding:3px 40px; text-transform: capitalize; margin: 0; display: block; position: relative; overflow: hidden; left: 0}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li.mega-menu-column:first-child a, nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li.mega-menu-column:first-child .dropdown-header {padding-left: 0;}
nav.navbar.bootsnav li.dropdown.megamenu-fw .icon-list-menu li > a > i {font-size: 14px; vertical-align: middle; width: 24px; display: inline-block;}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li {border-right: 1px solid rgba(255, 255, 255, 0.05);}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li:last-child {border: 0;}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li:last-child img {padding-left: 40px; background-size: cover; background-position: bottom right;}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li > ul {margin-top: 18px;}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li > ul:first-child {margin-top: 0;}
nav.navbar.bootsnav li.dropdown .megamenu-fw .icon-list-menu li > a > i {font-size: 14px;vertical-align: middle;width: 24px;}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu .mega-menu-column li > a.menu-banner-image, nav.navbar.navbar-default ul li.dropdown .dropdown-menu .mega-menu-column li > a:hover.menu-banner-image {left: 0; padding: 0; margin-bottom: 20px}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu .mega-menu-column li:last-child > a.menu-banner-image{margin-bottom: 0;}

/* header center logo */
.nav-left, .nav-right, .nav-center {display: table-cell; vertical-align: middle; width: 33.33%}
header nav .justify-content-center .navbar-nav > li:last-child a {margin-right: 20px;}
.social-icon a {margin: 0 15px;}
.social-icon a:first-child {margin-left: 0;}
.social-icon a:last-child {margin-right: 0;}

header nav.nav-center-logo .row {min-height: 0 ; height: auto}
header nav.nav-center-logo .row {display: block;}
header nav.nav-center-logo .row > div:first-child {flex: none;}
.nav-center-logo .navbar-nav > li {float: none; display: inline-block; vertical-align: middle;}
.nav-center-logo .navbar-nav > li > a {display: flex}
.nav-center-logo .navbar-left {margin-left: -15px;}
.nav-center-logo .navbar-left li:first-child a {margin-left: 0;}
nav.nav-center-logo.navbar.bootsnav li.dropdown ul.dropdown-menu,nav.bootsnav.brand-center ul.nav > li.dropdown > ul.dropdown-menu {margin-top: 0px;}
.center-logo {left: 50%; position: absolute; margin-top: -14px; top: 50%; text-align: center; transform: translateX(-50%); z-index: 1; max-width: 20%}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {text-align: left}
header nav.navbar-fixed .nav-header-container {width: 100%; float: left;}
header .menu-logo-center .navbar-nav > li.social-links {padding: 26px 0;}
header.sticky .menu-logo-center .navbar-nav > li.social-links {padding: 20px 0;}

/* top logo */
.navbar.navbar-brand-top>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin-left: 0;}
.navbar-brand-top .navbar-brand {height: auto;}
nav.navbar-brand-top.navbar.navbar-default ul.nav > li > a {padding: 20px 0;}
.navbar-brand-top .navbar-collapse.collapse {flex-grow: inherit;}

/* center navigation */
.center-nav {float: none; text-align: center}
.center-nav > li {float:none; display: inline-block;}
nav.navbar.bootsnav.menu-center ul.nav.navbar-center {display: table; float: none; margin: 0 auto; table-layout: fixed;}

/* simple dropdown menu */
.simple-dropdown.dropdown {position: relative;}
.simple-dropdown .dropdown-menu {position: absolute; left: 0; background: rgba(35,35,35,1); min-width: 220px; padding: 13px 0 15px; box-shadow: none;}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li {padding-left: 28px; padding-right: 28px;}
.simple-dropdown .dropdown-menu > li > a {font-size: 12px; color: #9d9d9d;}
.simple-dropdown .dropdown-menu > li a {padding: 9px 0 7px; overflow: hidden; position: relative; left: 0; font-weight: 500; display: block; line-height: 1.42857143;}
.simple-dropdown .dropdown-menu > li a:hover {background-color: #000; color: #fff;}
.simple-dropdown .dropdown-menu > li > a.dropdown-toggle .fas, nav.navbar.bootsnav.sidebar-nav .nav.navbar-left-sidebar li.dropdown > a > .fas {position: absolute; right: 0; font-size: 12px; margin-top: 0; height: 20px; width: 20px; line-height: 20px; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
nav.navbar.bootsnav.sidebar-nav .nav.navbar-left-sidebar li a .fas {font-size: 16px;}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul,nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul > li.dropdown > ul  {background: rgba(35,35,35,1); display: none; left: 220px; margin: -13px 0 0 1px; min-width: 220px; white-space: nowrap; position: absolute; top: 0; padding: 13px 0; font-weight: 500; text-transform: capitalize;}
.simple-dropdown .dropdown-menu > li.dropdown > ul li a{color: #9d9d9d; font-size: 12px; line-height: 18px; font-weight: 500;}
nav.navbar.bootsnav.navbar-default li.dropdown.simple-dropdown > ul.dropdown-menu > li.active > a {color: #fff;}

/* light transparent navigation */
header.header-appear nav.header-light-transparent, header.sticky nav.navbar-fixed-top.header-light-transparent, header.sticky nav.navbar-scroll-fixed-top.header-light-transparent {background: rgba(255, 255, 255, 0.95); box-shadow: 0 0 35px rgba(0,0,0,0.1);}
header.header-appear nav.header-light-transparent .separator-line-verticle-small, header.header-appear nav.header-light .separator-line-verticle-small {background: rgba(0, 0, 0, 0.4)}
header.header-appear nav.header-light-transparent .header-social-icon a, header.header-appear nav.header-light .header-social-icon a, header.header-appear nav.header-light.white-link .header-social-icon a, header.header-appear nav.header-light-transparent.white-link .header-social-icon a, header.header-appear nav.header-light-transparent.white-link .heder-menu-button a, header.header-appear nav.header-light-transparent .header-searchbar a, header.header-appear nav.header-light .header-searchbar a, header.header-appear nav.header-light.white-link .header-searchbar a, header.header-appear nav.header-light-transparent.white-link .header-searchbar a {color: #232323}
header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li > a, header.header-appear nav.bootsnav.header-light .navbar-nav > li > a {color: #232323;}
header.header-appear nav.header-light-transparent .header-searchbar, header.header-appear.header-light-transparent .header-social-icon, header.header-appear nav.header-light .header-searchbar, header.header-appear nav.header-light-transparent.white-link .header-social-icon, header.sticky nav.header-light-transparent .header-searchbar, header.sticky nav.header-light-transparent .header-social-icon, header.sticky nav.header-light .header-searchbar, header.sticky nav.header-light .header-social-icon {border-left: 1px solid rgba(0,0,0,0.25);}
header.header-appear nav.nav-fixed-top.header-light-transparent.white-link .navbar-nav > li > a, header.header-appear nav.nav-fixed-top.header-light-transparent.white-link .header-social-icon a, header.header-appear nav.nav-fixed-top.header-light-transparent.white-link .header-searchbar a,header.header-appear nav.nav-scroll-fixed-top.header-light-transparent.white-link .navbar-nav > li > a, header.header-appear nav.nav-scroll-fixed-top.header-light-transparent.white-link .header-social-icon a, header.header-appear nav.nav-scroll-fixed-top.header-light-transparent.white-link .header-searchbar a {color: #232323}
header.sticky nav.header-light-transparent .heder-menu-button .mobile-toggle span,header.sticky nav.header-light .heder-menu-button .mobile-toggle span {background: #232323;}

/* dark transparent navigation */
header.header-appear nav.header-dark-transparent, header.sticky nav.navbar-fixed-top.header-dark-transparent, header.sticky nav.navbar-scroll-fixed-top.header-dark-transparent {background: rgba(23, 23, 23, 0.85);}
header.header-appear nav.header-dark-transparent .separator-line-verticle-small, header.header-appear nav.header-dark .separator-line-verticle-small {background: #ffffff}
header.header-appear nav.header-dark-transparent .navbar-nav > li > a, header.header-appear nav.header-dark .navbar-nav > li > a, header.sticky nav.header-dark .navbar-nav > li > a, header.sticky nav.header-dark-transparent .navbar-nav > li > a {color: #ffffff}
header.header-appear nav.header-dark-transparent .header-social-icon a, header.header-appear nav.header-dark .header-social-icon a, header.sticky nav.header-dark .header-social-icon a, header.sticky nav.header-dark-transparent .header-social-icon a{color: #ffffff}
header.header-appear nav.header-dark-transparent .search-button, header.header-appear nav.header-dark-transparent .right-menu-button, header.header-appear nav.header-dark .search-button, header.header-appear nav.header-dark .right-menu-button, header.sticky nav.header-dark .search-button, header.sticky nav.header-dark .right-menu-button, header.sticky nav.header-dark-transparent .search-button, header.sticky nav.header-dark-transparent .right-menu-button{color:#ffffff}
header.sticky nav.header-dark-transparent .header-social-icon, header.sticky nav.header-dark .header-social-icon,header.sticky nav.header-dark-transparent .header-searchbar, header.sticky nav.header-dark .header-searchbar {border-left: 1px solid rgba(255,255,255,0.4);}
header.sticky nav.header-dark-transparent .mobile-toggle span, header.sticky .header-dark  .mobile-toggle span {background: #fff;}
header.sticky nav.header-dark-transparent .mobile-toggle:hover span, header.sticky .header-dark .mobile-toggle:hover span {background: red;}

/* light navigation */
header.header-appear nav.header-light, header.sticky nav.navbar-fixed-top.header-light, header.sticky nav.navbar-scroll-fixed-top.header-light {background-color: #ffffff; box-shadow: 0 0 35px rgba(0,0,0,0.1);}

/* dark navigation */
header.header-appear nav.header-dark, header.sticky nav.navbar-fixed-top.header-dark, header.sticky nav.navbar-scroll-fixed-top.header-dark {background-color: #000000;}

/* collepsed menu icon */
.navbar-default .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light-transparent .navbar-toggler .icon-bar {background: #232323;}
.navbar-default.white-link .navbar-toggler .icon-bar, header.sticky .navbar-default.header-dark .navbar-toggler .icon-bar, header.sticky .navbar-default.header-dark-transparent .navbar-toggler .icon-bar {background: #fff;}

/* hamburger menu */
nav.navbar.bootsnav .btn-hamburger {padding: 0;}
nav.navbar.bootsnav .btn-hamburger .navbar-toggler {margin: 0; top: -2px; padding: 10px 0 10px 10px;}
.hamburger-menu-wrepper {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: -10005; padding: 55px 80px; display: table; opacity: 0; visibility: collapse;}
.menu-middle {height: 100%; width: 65%; margin: 0 auto; opacity: 0;}
.hamburger-menu-links {float: left; list-style: none; margin: 0; padding: 0; width: 100%; font-size: 52px; line-height: 55px; opacity: 0;}
.hamburger-menu-links li{float: left; margin-bottom: 36px; width: 50%;}
.hamburger-menu-links li a{color: #fff; position: relative;}
.hamburger-menu-links li.show > a{color: #ff2149}
.hamburger-menu-links li a:hover, .follow-box a:hover {color: #ff2149}
.animation-box {position: absolute; top: 5%; height: 100%; width: 100%; left:0; transform: perspective(600px) rotateX(-20deg); -weblit-transform: perspective(600px) rotateX(-20deg); -moz-transform: perspective(600px) rotateX(-20deg); -ms-transform: perspective(600px) rotateX(-20deg); -o-transform: perspective(600px) rotateX(-20deg);}
.hamburger-menu.show-menu .hamburger-menu-wrepper {z-index: 10004; opacity: 1; visibility: visible;}
.hamburger-menu.show-menu .animation-box{top: 0; transform: perspective(600px) rotateX(0deg); -webkit-transform: perspective(600px) rotateX(0deg); -moz-transform: perspective(600px) rotateX(0deg); -o-transform: perspective(600px) rotateX(0deg); -ms-transform: perspective(600px) rotateX(0deg); opacity: 1;}
.hamburger-menu.show-menu .hamburger-menu-links,.hamburger-menu.show-menu .menu-middle {opacity: 1;}
.hamburger-menu.show-menu .btn-hamburger .mobile-toggle,.hamburger-menu .btn-hamburger .close-menu {transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0);}
.hamburger-menu.show-menu .btn-hamburger .close-menu,.hamburger-menu .btn-hamburger .mobile-toggle  {transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.hamburger-menu .hamburger-menu-wrepper .btn-hamburger {border-color: #fff; height: 18px; position: absolute; width: 18px; z-index: 99; padding: 0; margin: -27px 0 0 -15px; opacity: 0;}
.hamburger-menu.show-menu .hamburger-menu-wrepper .btn-hamburger {opacity: 1; right: 40px; transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; -ms-transition-delay: 0.2s; -o-transition-delay: 0.2s; padding: 15px;}
.hamburger-menu .close-button-menu {float: none; height: auto; margin: 0; padding: 0; position: inherit; right: -26px; top: 44px; width: auto;}
.hamburger-menu .close-button-menu:after, .hamburger-menu .close-button-menu:before {background: #fff; width: 22px; right: 26px; top: -34px;}
.hamburger-menu-links li.dropdown > a:after{content: "\f107"; display: inline-block; position: absolute; right: -60px; top: 15px; font-family: Font Awesome\ 5 Free; font-weight: 900; font-size: 42px}

/* header style two */
.header-with-topbar .navbar-top, .header-with-topbar .navbar-fixed-top {top: 34px; background: #fff; box-shadow: 0 0 35px rgba(0,0,0,0.1);}
.header-with-topbar.sticky .navbar-top {top: -160px;}
.header-with-topbar.sticky.header-appear .navbar-top {top: 0;}

/* full width light transparent navigation */
header nav.nav-full-width {width: 100%}
.close-button-menu {float: right; padding: 10px; background-color: transparent; color: #232323; border: 0; position: absolute; height: 40px; width: 40px; outline: none; top: 20px; right: 20px}
.full-width-pull-menu .dropdown-toggle {position: relative;}
.full-width-pull-menu span.dropdown-toggle {position: absolute; right: 0; width: 40px; height: 40px; text-align: center; top: 43px; display: inline-block; vertical-align: middle; cursor: pointer; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.full-width-pull-menu .dropdown .dropdown-toggle:before {content: ""; display: block; position: absolute; right: 20px; top: 15px; height: 11px; width: 1px; background: #232323;}
.full-width-pull-menu .dropdown.show .dropdown-toggle:before {height: 0;}
.full-width-pull-menu .dropdown .dropdown-toggle:after {content: ""; display: block; position: absolute; right: 15px; top: 20px; height: 1px; width: 11px; background: #232323; border:none;}
.full-width-pull-menu .dropdown ul {background-color: inherit;}

/* full width navigation style 1 */
.full-width-pull-menu .link-style-1 .link-style-1 ul {list-style: none; padding: 0; margin: 0;}
.full-width-pull-menu .link-style-1 ul li {margin: 20px 0; display: table}
.full-width-pull-menu .link-style-1 ul li a {background:inherit;color: #232323; font-size: 22px; line-height: 26px; position: relative;  padding-left: 35px;}
.full-width-pull-menu .link-style-1 ul li:hover > a, .full-width-pull-menu .link-style-1 ul li.show  > a {color: var(--base-color)}
.full-width-pull-menu .link-style-1 ul li:hover > a:after, .full-width-pull-menu .link-style-1 ul li.show > a:after  {background:var(--base-color)}
.full-width-pull-menu .link-style-1 ul li a:after {background: #dbdbdb; content: ""; display: inline-block; height: 4px; left: 0;  position: absolute; top: 14px; width: 18px;}
.full-width-pull-menu .link-style-1 .dropdown.show ul {display: block;}
.full-width-pull-menu .link-style-1 .dropdown ul {position: inherit; left: 0; right: 0; padding: 10px 30px 0; background-color: inherit; border: 0; float: none; box-shadow: none;  margin: 0;}
.full-width-pull-menu .link-style-1 ul li li a {font-size: 18px; line-height: 22px; padding-left: 30px;}
.full-width-pull-menu .link-style-1 .dropdown ul li a:hover, .dropdown ul li a:focus {background-color: inherit}
.full-width-pull-menu .link-style-1 .dropdown ul li {margin: 5px;}
.full-width-pull-menu .link-style-1 .dropdown ul li:last-child {margin-bottom: 0;}

/* full width navigation style 2 */
.full-width-pull-menu .link-style-2 .link-style-2 ul {list-style: none; padding: 0; margin: 0;}
.full-width-pull-menu .link-style-2 ul li {display: table; width: 100%;}
.full-width-pull-menu .link-style-2 ul li a {background:inherit;color: #232323; font-size: 48px; line-height: 85px; position: relative;}
.full-width-pull-menu .link-style-2 ul li:hover > a, .full-width-pull-menu .link-style-2 ul li.show  > a {color: var(--base-color)}
.full-width-pull-menu .link-style-2 ul li.show > a:after  {background:var(--base-color)}
.full-width-pull-menu .link-style-2 .dropdown ul {display: block !important; height: 0;overflow: hidden}
.full-width-pull-menu .link-style-2 .dropdown ul {position: inherit; left: 0; right: 0; padding:0; background-color: inherit; border: 0; float: none; box-shadow: none;  margin: 0;}
.full-width-pull-menu .link-style-2 .dropdown.show ul {display: block; height: 100%;}
.full-width-pull-menu .link-style-2 .dropdown ul li a{font-size: 14px; line-height: 18px; color: #757575; padding:0; margin: 0; display: block; font-weight: 400;}
.full-width-pull-menu .link-style-2 .dropdown ul li {border-bottom: 1px solid #e3e3e3; padding: 7px 0;}
.full-width-pull-menu .link-style-2 .dropdown ul li:last-child {border-bottom: 1px solid transparent;}
.full-width-pull-menu .link-style-2 .dropdown ul li a:hover, .dropdown ul li a:focus {background-color: inherit}
.full-width-pull-menu .link-style-2 .dropdown ul li ul.sub-menu {padding-left: 15px; padding-top: 2px;}
.full-width-pull-menu .link-style-2 .dropdown ul li ul.sub-menu li {border-bottom: 0; padding: 5px 0 0 0;}
.full-width-pull-menu .link-style-2 .dropdown ul li:last-child {margin-bottom: 0;}
.full-width-pull-menu .link-style-2 .icon-social-medium a:first-child {margin-left: 0;}
.full-width-pull-menu .link-style-2 .icon-social-medium a:last-child {margin-right: 0;}
.close-button-menu:after,.close-button-menu:before {content: ""; display: block; background: #000; height: 2px; width: 18px; position: absolute;}
.close-button-menu:after{transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);}
.close-button-menu:before{transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg);}

/* full navigation */
.show-menu .menu-wrap,.menu-wrap {left:auto}
.show-menu .menu-wrap {transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; opacity: 1; visibility: visible; z-index: 10001;}
.menu-wrap {transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; width: 100%; z-index: -10001; position: fixed; top: 0; right: 0; opacity: 0; visibility: hidden;}

/* container fluid navigation padding */
header nav.nav-box-width {padding: 0 50px;}

/* hamburger menu right side */
.big-menu-right {position: fixed; top: 0; right: 0; width: 40%; height: 100%; padding: 0 5%; opacity: 0; transform: translateX(30%) scaleX(0.6); -webkit-transform: translateX(30%) scaleX(0.6); -moz-transform: translateX(30%) scaleX(0.6); -o-transform: translateX(30%) scaleX(0.6); -ms-transform: translateX(30%) scaleX(0.6); transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -ms-transition-duration: 0.3s; z-index: -1;}
.big-menu-links {list-style: none; margin: 0; padding: 0;}
.big-menu-links li {margin-bottom: 15px; display: block; width: 100%; float: left}
.big-menu-links li a {font-size: 50px;line-height: 1.5; color: #676767; float: left}
.big-menu-links li a:after {width: 0; background: var(--base-color); height: 3px; content: ""; display: block; transition-duration: 0.5s; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; -ms-transition-duration: 0.5s;}
.big-menu-links li a:hover {color: #ddd;}
.big-menu-links li a:hover:after {width: 100px; transition-duration: 0.5s; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; -ms-transition-duration: 0.5s;}
.big-menu-right.show {transform: translateX(0) scaleX(1); -moz-transform: translateX(0) scaleX(1); -webkit-transform: translateX(0) scaleX(1); -o-transform: translateX(0) scaleX(1); -ms-transform: translateX(0) scaleX(1); opacity: 1; z-index: 9999}
.big-menu-close {background: #fff; position: absolute; right: 0; width: 40px; height: 40px; color: #232323;}

/* dropdown menu */
nav.navbar.navbar-default ul.nav > li > a {padding:26px 0; background: transparent; border-color: transparent; font-weight: 500; display: block;}
nav.navbar.navbar-default ul.nav > li.dropdown > a.dropdown-toggle::after, nav.navbar.sidebar-nav ul.nav > li.dropdown > a.dropdown-toggle::after {content: ""; vertical-align: middle; position: relative; top: -1px; margin-top: 0;}
nav.navbar.navbar-default ul li.dropdown ul.dropdown-menu > li:last-child {border-bottom: 0; border-bottom: 0;}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu li > a:hover  {color: #fff; background:  transparent; left: 5px;}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu li.active > a {color: #fff;}
nav.navbar.navbar-default ul.menu-links li.dropdown ul.dropdown-menu li > a:hover, nav.navbar.navbar-default ul.menu-links li.dropdown ul.dropdown-menu li.active > a {color: #232323}
.dropdown ul.second-level {left: 270px; top:0; height: 100%;}
.dropdown ul.third-level {left: 530px; top:0; height: 100%;}
nav.navbar ul.nav .dropdown-menu.second-level .dropdown-menu {margin-top: 0}
.navbar-default ul li li.dropdown ul {display: none}
.navbar-default ul li li.dropdown.on > ul {display: block; position: absolute; left: 100%; margin-top: 0; padding: 0; top: 0;}
.navbar-default ul li li.dropdown.on > ul > li.dropdown.on > ul {display: block; position: absolute; left: 100%; margin-top: 0; padding: 0; top: 0;}
.navbar-default ul li li.dropdown ul.dropdown-menu {position: absolute; left: 100%; margin-top: 0; padding: 0; top: 0; box-shadow: none;}
.navbar-default ul li li.dropdown ul.dropdown-menu li {padding: 0;}
.dropdown-menu .dropdown a {position: relative}

/* navigation left sidebar */
header .menu-wrap .widget {margin-bottom: 30px; display: inline-block; width: 100%}
.nav.navbar-left-sidebar {display: block; transition: all 0s ease-in-out 0s; -webkit-transition: all 0s ease-in-out 0s; -moz-transition: all 0s ease-in-out 0s; -ms-transition: all 0s ease-in-out 0s; -o-transition: all 0s ease-in-out 0s; overflow-y: auto;}
.left-nav-on .sidebar-part2 .sidebar-middle .sidebar-middle-menu .nav {overflow-x: hidden; display: block;}
.nav.navbar-left-sidebar li {display: inline-block; width: 100%; padding: 0 45px;}
.nav.navbar-left-sidebar li a, nav.navbar.bootsnav.navbar-left-sidebar ul.nav > li > a {font-size: 11px; text-transform: uppercase; color: #939393; background: transparent !important; font-weight: 600; border-bottom: 1px solid #e5e5e5 !important; padding:15px 0; margin:0;}
nav.navbar.sidebar-nav .navbar-left-sidebar li.dropdown .third-level a > [class^="ti-"], nav.navbar.sidebar-nav .navbar-left-sidebar li.dropdown .third-level a > [class*=" ti-"] {margin-right: 5px;}
nav.navbar.sidebar-nav .navbar-left-sidebar li.dropdown .third-level li:first-child a > i, nav.navbar.sidebar-nav .navbar-left-sidebar li.dropdown .third-level li:first-child a > i {margin-right: 5px;}
.nav.navbar-left-sidebar li:last-child a {border-bottom:none}
.nav.navbar-left-sidebar li a:hover {color: #fff}
.nav.navbar-left-sidebar li a .nav-caret {height: 35px;text-align: right; width: 35px;}
.nav.navbar-left-sidebar .dropdown .second-level {left: 290px; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.nav.navbar-left-sidebar > li > a {line-height: 20px;}
.nav.navbar-left-sidebar > li .second-level li a {line-height: 1.42857143;}
.navbar-expand-lg .navbar-left-sidebar .dropdown-menu {position: fixed;}
.nav.navbar-left-sidebar .dropdown.on .second-level {transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.nav.navbar-left-sidebar .second-level .dropdown .third-level {left:570px; opacity: 0 !important; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.nav.navbar-left-sidebar .second-level .dropdown.on .third-level {opacity: 1 !important; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; opacity: 1 !important;}
.nav.navbar-left-sidebar .dropdown-menu .dropdown > a:after {display: none}

/* pull left sidebar */
.cbp-spmenu {background: #fff; position: fixed; z-index: 1;}
.cbp-spmenu-vertical {width: 455px;height: 100%;top: 0;	z-index: 10005;}
.cbp-spmenu-right {right: -455px;}
.cbp-spmenu-left {left: -100%;}
.cbp-spmenu-left.cbp-spmenu-open {left: 0;}
.cbp-spmenu-right.cbp-spmenu-open {right: 0px; overflow-x: auto; box-shadow: 0 0 4px rgba(0,0,0,.2);}
.cbp-spmenu-push {overflow-x: hidden; position: relative; left: 0;}
.cbp-spmenu,.cbp-spmenu-push {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

/* custome scrollbar */
.cbp-spmenu-right::-webkit-scrollbar, .navbar-left-sidebar::-webkit-scrollbar {width: 5px;}
.cbp-spmenu-right::-webkit-scrollbar-track, .navbar-left-sidebar::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
.cbp-spmenu-right::-webkit-scrollbar-thumb, .navbar-left-sidebar::-webkit-scrollbar-thumb {background-color: darkgrey; outline: 1px solid slategrey;}

/* sidebar navigation */
nav.navbar.sidebar-nav .container{display: table-cell; height: 75px; position: relative; vertical-align: top;}
nav.navbar.bootsnav.sidebar-nav .navbar-left-sidebar > li > a{color: #626262; border-color: #ededed; padding: 15px 0; display: block; position: relative;}
nav.navbar.sidebar-nav .navbar-left-sidebar li a:hover, nav.navbar.bootsnav.sidebar-nav ul.nav.navbar-left-sidebar li.active > a{color: #000}
.sidebar-nav .logo-holder {text-align: center; min-height: 107px;}
.sidebar-nav .footer-holder {text-align: center}
nav.navbar .toggle-button {background: #000; border: medium none; height: auto; margin: 0; padding: 0; width: auto;}
.sidebar-nav .dropdown-menu {box-shadow: none; height: 100%; left: 270px; padding: 0;position: fixed; top: 0;width: 240px; padding: 80px 0;}
nav.navbar.sidebar-nav li.dropdown ul.dropdown-menu {border: none; margin-top: 0; border-radius: 0;}
nav.navbar.bootsnav.sidebar-nav li.dropdown ul.dropdown-menu {padding-top: 160px;}
.sidebar-nav .dropdown-menu li > a {margin: 0 45px}
nav.navbar.sidebar-nav{border: none; display: inline-table; width: 290px; border-radius:0; position: fixed; top: 0; z-index: 10005; height: 100%; padding: 50px 0px 25px; left: 0}
.sidebar-wrapper{padding-left: 290px;}

/* sidebar navigation style 1 */
.sidebar-nav-style-1 {z-index: -1}
.sidebar-nav-style-1 .dropdown .second-level {top: 0; left: 290px; width: 280px;}
.sidebar-nav-style-1 .dropdown .second-level {background: #fbfbfb;}
.sidebar-nav-style-1 .dropdown .third-level {top:0; left: 570px; width: 280px; background: #f3f3f3;}
.sidebar-nav-style-1 [class*="col-"], .sidebar-nav-style-1 [class^=" col-"] {padding-left: 15px; padding-right: 15px;}

/* sidebar navigation style 2 */
.left-nav-sidebar {padding-left: 90px;transition: all 0.3s ease 0s;}
.left-nav {position: fixed; top: 0; width: auto; left:0; height: 100%; background-color: #fff; z-index: 99999; transition: all 0.3s ease 0s} 
.sidebar-part1 {position: absolute; top: 0; width: 90px;}
.sidebar-part1 .logo img {width: 100%}
.sidebar-part2 {padding: 0 0 0 115px; border-right: 1px solid #dfdfdf;  width: 410px; height: 100%; position: fixed; background-color: #fff; z-index: -1; left: -370px;}
.sidebar-part3 {position: absolute; bottom: 0;}
.left-nav-on .sidebar-part2 {left: 0;}
.sidebar-part2:before {width: 100%; height: 1px; background-color: #dfdfdf; content: ""; position: absolute;bottom: 75px; left: 0; display: inline-block}
.sidebar-part2 .sidebar-middle {padding: 180px 0}
.sidebar-part2 .sidebar-middle-menu {display: table-cell; height: 100%; width: 100%; vertical-align: middle}
.bottom-menu-icon {width:90px; padding: 22px 30px; text-align: center;}
header .sidebar-part2 nav.navbar.bootsnav ul > li > a {font-size: 36px; display: block; padding: 0; color: #0f0f0f; text-transform: none; margin: 0; line-height: 40px; font-weight: 600; position: relative;}
header .sidebar-part2 nav.navbar.bootsnav ul > li > a > .fas {font-size: 25px; top: 10px; position: absolute; right: 18px;}
header .sidebar-part2 nav.navbar.bootsnav ul > li > .second-level > li > a > .fas {font-size: 14px; line-height: 30px;}
.sidebar-part2 ul > li {margin: 0; float: none; padding: 15px 0; width: 291px; word-break: break-all; position:initial;}
.sidebar-part2 ul li a:hover {background-color: inherit;}
.sidebar-part2 nav.navbar.bootsnav {border-bottom: 0; position: inherit;}
.sidebar-part2 .right-bg {position: fixed; height: 100%; left:0; top: 0; background-color: #fff; width: 90px;}
.sidebar-part2 .right-bg:before {background-color: #dfdfdf;bottom: 75px;content: ""; display: inline-block; height: 1px; left: 0; position: absolute; width: 100%;}
.sidebar-part2 .right-bg img{position: absolute; top: 50%; left: 37px; transform: translateY(-100px); -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px);}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li a {font-size: 14px; line-height: 20px; width: 100%; padding: 15px 0; border-bottom: 1px solid #f0f0f0; color: #939393; font-weight: 500;}
header .sidebar-part2 nav.navbar.bootsnav ul li.dropdown > a, .sidebar-nav-style-1 .navbar-left-sidebar li.dropdown > a {padding-right: 40px;}
header .sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {border-bottom: 1px solid var(--base-color); background: inherit}
header .sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:last-child > a:hover {border-bottom: 0;}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li a > i{vertical-align: middle; margin-right: 5px;}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li a:hover{color:var(--base-color)}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li {margin: 0; padding:0 30px;width: 100%; word-break: normal;}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li.dropdown {border-left: 0;}
.sidebar-part2 .dropdown ul.second-level, .sidebar-part2 .dropdown ul.third-level {border-left: 1px solid #eee !important;}
.sidebar-part2 .dropdown ul.second-level {left: 405px; opacity: 0 !important; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.sidebar-part2 .dropdown.on ul.second-level {opacity:1 !important; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.sidebar-part2 .dropdown ul.second-level .dropdown ul.third-level {left:650px; opacity: 0 !important; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.sidebar-part2 .dropdown ul.second-level .dropdown.on ul.third-level {opacity:1 !important; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu {margin-top: 0; border-radius: 0; box-shadow: none; height: 100%; position: fixed; top: 0; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;  width: 250px; padding: 180px 0; background: #fff;}

.bottom-menu-icon a {font-size: 24px; width: 23px; height: 18px; display: inline-block; position: relative;}
header .sidebar-part2 nav.navbar.bootsnav ul.second-level li.active > a, header .sidebar-part2 nav.navbar.bootsnav ul.second-level li.active ul li.active  > a {color: var(--base-color)}
.sidebar-part2 .navbar-collapse.collapse {overflow-y: auto !important;}

.nav-icon span {display: block; position: absolute; height: 2px; width: 23px; background: #232323; border-radius: 0; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.nav-icon:hover span, .nav-icon.active span {background-color: red}
.nav-icon span:nth-child(1) {top: 0px;}
.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {top: 8px;}
.nav-icon span:nth-child(4) {top: 16px;}
.nav-icon.active span:nth-child(1) {top: 8px; width: 0%; left: 50%;}
.nav-icon.active span:nth-child(2) {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.nav-icon.active span:nth-child(3) {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}
.nav-icon.active span:nth-child(4) {top: 8px; width: 0%; left: 50%;}

nav.navbar.brand-center ul.nav > li > a {padding:26px; margin: 0;}
header.sticky nav.navbar.brand-center ul.nav > li > a {padding: 20px; margin: 0 20px;}

.sidebar-middle ::-webkit-scrollbar, .sidebar-nav-style-1 ::-webkit-scrollbar {-webkit-appearance: none;width: 4px;height: 4px;}
.sidebar-middle ::-webkit-scrollbar-thumb, .sidebar-nav-style-1 ::-webkit-scrollbar-thumb {background-color: #9e9f9f;}
.navbar-collapse, .sub-menu {-webkit-overflow-scrolling:auto; -moz--webkit-overflow-scrolling:auto; -ms--webkit-overflow-scrolling:auto; -o--webkit-overflow-scrolling:auto;}
.left-menu-inner {overflow-y: auto; overflow-x: hidden;}
.nav.navbar-left-sidebar > li > ul li a {display: block; font-weight: 500;}

/* navigation widget */
.menu-wrap .widget {display: inline-block; width: 100%}

/* new-menu page */
.menu-new a:after {background: var(--base-color) none repeat scroll 0 0; color: #fff; font-size: 9px; margin-left: 8px; padding: 1px 5px 0 5px; line-height: 14px; position: absolute; content: "New"; margin-top: 5px; text-transform: uppercase;}
.nav.navbar-left-sidebar .menu-new a:after {margin-top: 0;}
.sidebar-part2 .menu-new a:after {margin-top: 3px;}

/* =====================================================
	Main Slider style
===================================================== */

.main-slider {
    position: relative;
    z-index: 10;
    min-height:60vh;
}
.main-slider.style1 {

}
.main-slider .slide{
	position: relative;
	padding: 155px 0px 155px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.main-slider .slide .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}
.main-slider .slide .image-layer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    z-index: -1;
}
.main-slider .active .slide .image-layer{

}
.main-slider .content{
	position:relative;
	z-index:10;
}

.main-slider.style1 .content .icon{
	position: relative;
    display: inline-block;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.main-slider.style1 .content .icon img{
    width: auto;
}
.main-slider.style1 .active .content .icon{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;    
}
.main-slider.style1 .content .text{
	position: relative;
    margin-top: 23px;
    color: #ffffff;
    font-size: 16px;
	line-height: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Poppins', sans-serif;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.main-slider.style1 .active .content .text{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1500ms;      
}
.main-slider.style1 .content .big-title{
	position: relative;
    margin: 24px 0 45px;
	color: #ffffff;
	font-size: 100px;
	line-height: 1.1em;
	font-weight: 800;
    text-transform: none;
    font-family: 'Spectral', serif;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.main-slider.style1 .active .content .big-title{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 2000ms;    
}
.main-slider .content .btn-box{
    position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);    
}
.main-slider .content .btn-box a{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 27px 60px 27px;
    border-radius: 0px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    font-family: 'Poppins', sans-serif;
}
.main-slider .active .content .btn-box{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 2500ms;    
}



.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    background: rgba(255,255,255, 0.2);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-slider .owl-theme .owl-nav .owl-prev:hover{
    background: rgba(255,255,255, 0.35);    
}
.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    background: rgba(255,255,255, 0.2);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-slider .owl-theme .owl-nav .owl-next:hover{
  background: rgba(255,255,255, 0.35);    
}



.step-wizard-list{
  color: #333;
  list-style-type: none;
  border-radius: 10px;
  display: flex;
  padding: 20px 10px;
  position: relative;
  z-index: 10;
}

.step-wizard-item{
  padding: 0 20px;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive:1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.step-wizard-item + .step-wizard-item:after{
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  background: var(--color1);
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  z-index: -10;
}
.progress-count{
  height: 40px;
  width:40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  z-index:10;
  color: transparent;
}
.progress-count:after{
  content: "";
  height: 40px;
  width: 40px;
  background: var(--color1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -10;
}
.progress-count:before{
  content: "";
  height: 10px;
  width: 20px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%) rotate(-45deg);
  transform-origin: center center;
}
.progress-label{
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.current-item .progress-count:before,
.current-item ~ .step-wizard-item .progress-count:before{
  display: none;
}
.current-item ~ .step-wizard-item .progress-count:after{
  height:10px;
  width:10px;
}
.current-item ~ .step-wizard-item .progress-label{
  opacity: 0.5;
}
.current-item .progress-count:after{
  background: #fff;
  border: 2px solid var(--color1);
}
.current-item .progress-count{
  color: var(--color1);
}

.admin-reply{
  background:rgb(221, 221, 221);
  margin: 20px;
  padding:10px 5px;
  border-radius:7px;
}

.admin-reply .admin-title{
  font-weight:600;
  font-size:15px;
  font-style: italic;
}

.admin-reply .admin-message{
  font-size:14px;
  font-style: italic;
}

.star-rating {
  line-height:32px;
  font-size:1.25em;
}

.star-rating .fa-star{
  color: #eb9500;
}

fieldset, label { margin: 0; padding: 0; }

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #eb9500;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #ffc561;  } 

.tooltip {
  z-index:9999;
}