body {

    font-family: "Poppins", sans-serif;

    margin: 0;

    padding: 0;

    background: #eee;

  }

.ui-bar {

    width: 100%;

    display: flex;

    justify-content: flex-end;

    align-items: center;

    background: #1a1e2d;

    height: 40px;
    position: relative;
    z-index: 9;
	padding:0px 15px;
    /* position: fixed; */

}



.ui-menu {

    display: flex;

    margin-left: auto;

    margin-right: 50px;

}



.ui-logo {

    display: flex;

    align-items: center;

    margin-left: 2%;

    height: 100px;

}



.ui-logo img {

    height: 80px;

    width: auto;

}



.ui-menu ul {

    display: inline-flex;

    justify-content: space-between;

    padding: 0;

    margin-right: 15px;

}

.ui-menu ul li {

    display: block;

    margin-right: 15px;

}

.ui-menu ul li:last-child {

    margin-right: 0;

}

.ui-menu ul li a {

        color: #ccc;

        text-decoration: none;

        transition: .2s ease;

}

.ui-menu ul li a:hover {

    color: #fff;

}



.ui-lang ul {

    display: inline-flex;

    justify-content: space-between;

    padding: 0;

    margin-right: 15px;

}

.ui-lang ul li {

    display: block;

    margin-right: 15px;

}

.ui-lang ul li:last-child {

    margin-right: 0;

}

.ui-lang ul li a {

        color: #ccc;

        text-decoration: none;

        transition: .2s ease;

}

.ui-lang ul li a:hover, 

.ui-lang ul li a:active {

    color: rgb(226, 24, 24);

}



  

.ui-search {

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: transparent;

    height: 100px;

    width: 100px;

    cursor: pointer;

    transition: .2s ease;

}

.ui-search i {

    color: #fff;

    font-size: 60px;

}

.ui-search:hover {

    background-color: #9C0101;

}

.ui-search i {

    font-size: 30px;

    }



.ui-search-bar {

    position: absolute;

    right: 100px;

    display: flex;

    align-items: center;

    height: 50px;

    background-color: #fff;

}

.ui-search-bar input {

    display: none;

    border: none;

    background-color: transparent;

    width: 400px;

    height: 50px;

    font-size: 16px;

    padding: 0 10px;

}

.ui-search-bar input:hover {

        outline: none;

}



.section-title h6.left-line::after {

    background: #8dd8fa;

    width: 51px;

    height: 3px;

    right: 0;

}



*,:active{

    outline: none;

  }

  *{

    padding: 0px;

    margin: 0px;

  }

  

  



  .counetrs.mb-30.wow.fadeInUp2.animated {

    display: flex;

    flex-direction: column;

    align-content: center;

    justify-content: center;

    align-items: center;

  }

  

 

 

 





/* required */

/* .calendar{

	position: relative;

	border-radius: 4px;

	overflow: hidden;

	width: 1100px;

	height: 550px;

	left: 35%;

	margin-left: -400px;

	margin-top: 70px;

  margin-bottom: 70px;

	top: 50%;

	background-color: #ffffff;

	color: #333333;

} */

.calendar{

	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 70px;
  margin-bottom: 70px;
	top: 50%;
	background-color: #ffffff;
	color: #333333;
}



.calendar h1, .calendar h2{

	font-weight: 300;

	font-size: 26px;

	line-height: 28px;

	text-transform: uppercase;

	margin: 0px 0px 20px 0px;

}



.calendar h1 span{

	display: block;

}



.calendar .col{

	position: relative;

	float: left;

	height: 100%;

}



.calendar .col .content{

	padding: 40px;

}



.calendar ul{

	margin: 0px;

}



.calendar ul li{

	list-style: none;

}



.calendar .leftCol{

	width: 40%;

	background-color: #a886bd;

}



.calendar .noteList li{

	color: #ffffff;

	margin-bottom: 10px;

}



.calendar .notes p,

.calendar .notes input,

.calendar .noteList li{

	font-weight: 300;

	font-size: 14px;

}



.calendar .notes p{

	border-bottom: solid 1px rgba(255,255,255,0.4);

}



.calendar .notes input{

	background-color: #a886bd;

	color: #ffffff;

	border: none;

	width: 100%;

}



.calendar .addNote,

.calendar .removeNote{

	float: right;

	color: rgba(255,255,255,0.4);

	font-weight: bold;

	margin-left: 20px;

}



.calendar .addNote:hover,

.calendar .removeNote:hover{

	color: #ffffff;

}



.calendar .addNote{

	font-size: 16px;

}



.calendar .leftCol h1{

	color: #ffffff;

	margin-bottom: 40px;

}



.calendar .rightCol{

	width: 60%;

}



.calendar .rightCol h2{

	color: #C7BEBE;

	text-align: right;

	margin-bottom: 70px;

}



.calendar .months li,

.calendar .weekday li,

.calendar .days li{

	float: left;

	text-transform: uppercase;

}



.calendar .months li a,

.calendar .weekday li a,

.calendar .days li a{

	display: block;

	color: #747978;

}



.calendar .months li a{

	font-size: 10px;

	color: #C7BEBE;

	text-align: center;

	width: 32px;

	margin-bottom: 20px;

}



.calendar .months li .selected{

	font-weight: bold;

	color: #747978;

}



.calendar .weekday li a{

	width: 55px;

	text-align: center;

	margin-bottom: 20px;

	font-size: 12px;

}



.calendar .days li{

	width: 75px;

}



.calendar .days li a{

	width: 36px;

	height: 30px;

	text-align: center;

	margin: auto auto;

	font-size: 20px;

	font-weight: bold;

	border-radius: 12px;

	margin-bottom: 10px;

}





.calendar .days li a:hover{

	background-color: #EEEDE9;

}



.calendar .days li .selected{

	background-color: #a886bd!important;

	color: #ffffff;

  width: 60px;

}



.calendar .days li .event{

	color: #a886bd;

}





/* placeholder color */

::-webkit-input-placeholder {color: #ffffff; }

:-moz-placeholder {color: #ffffff; }

::-moz-placeholder {color: #ffffff; }

:-ms-input-placeholder {color: #ffffff; }


/*theme padding left*/

/* .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {

  padding-left: 0px !important;

} */



::-webkit-input-placeholder { 

  font-size: 20px;

  }



  .custom-cal {

    font-size: 55px;

    text-align: center;

    padding-bottom: 50px;

}



.sub-custom {

  font-size: 36px;

  text-align: center;

  padding-bottom: 50px;

  

}



h2.year {

  font-size: 35px;

}



.calendar h1, .calendar h2 {

font-size: 33px;

}



.calendar .months li a {

font-size: 18px;

width: 45px;

}



.calendar .notes p {

  font-weight: 300;

  font-size: 19px;

}



.calendar .weekday li a {

  font-size: 18px;

  width: 75px;

}



.calendar .notes p, .calendar .notes input, .calendar .noteList li {

  font-size: 20px;

}



footer .ui-logo {

  margin-top: -30px;

  margin-left: -15px;

  margin-bottom: 30px;

}



.foot-about {

  color: #fff;

  font-size: 20px;

  padding-bottom: 15px;

}



/* .about-img__style-text {

  display: none;

} */



/*.project-back {

  background-image: url(../img/blog/blog-background.jpg);

  margin-left: -30px;

  margin-right: -30px;

  overflow-x: hidden;

  

} */



.scroll-target {

  display: none;

}



.cta-wrapper .section-title h2 b {

  font-weight: 700;

}

.blog-area {

  background: #fff;

}

.about-area-02 .section-title h2 {

  font-size: 50px;

}

@media only screen and (max-width: 767px) {
  .calendar .rightCol {
    width: 100%;
  }

  .calendar .leftCol {
    width: 100%;
  }

  .calendar .col {
    height: auto;
  }

  .calendar .col .content {
    padding: 40px 15px;
  }
	
	.about-area-02 .section-title h2 {
		font-size: 46px;
	}
	
	.wpml-ls-legacy-list-horizontal a {
		padding: 5px 7px;
	}
	
	.ui-menu {
		margin-right: 10px;
		width: 100%;
		justify-content: flex-start;
	}
	
	.ui-menu ul {
		margin-right: 0px;
	}
	
	.ui-search {
		justify-content: flex-end;
		width: auto;
	}

}