
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,800;0,900;1,200;1,300;1,400;1,600&display=swap'); */


.bg-info {
    background-color: #0084cc!important;
}
.bg-foot {
    background-color: #006ca7;
}

.preloader {
    background-color: #006ca7;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
}


h1, .h1 {
    font-size: 40px;
    font-weight: 700;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}

.navbar-light .navbar-toggler-icon{
	filter: brightness(0) invert(1);
}


.calendar_tr .vertical-timeline::before{
	font-family: FontAwesome;
	content: "\f1db";
	left: 105px;
}
.calendar_tr .vertical-timeline::after{
	left: 109px;
	height: 55%;
}

.overlay-secondary::before {
    background-color: rgb(12 25 62 / 21%);
}

.form-control[readonly]{
	background: #fff;
}
.parsley-errors-list{
	display:none !important;
}
.parsley-success{
	border: 1px solid green !important;
}
.parsley-error{
	border: 1px solid red !important;
}
.parsley-errors-list.filled{
	color: red;
	position: absolute;
}
div.message-alert,
div.message-alert2 {
    margin: 0 0 10px;
    background-color: #c9f7b2;
    color: #61a600;
    padding: 18px 30px 18px 20px;
    font-size: 14px;
    border: none;
	display:none;
}
div.message-alert2.mess-errors,
div.message-alert.mess-errors {
    background-color: #ffd9d9;
    color: red;
}
.file_list{}
.file_list .thums{position:relative}
.file_list .thums video{
	max-width: 100%;
}
.file_list .s-trash{
	position: absolute;
    left: -20px;
    top: -35px;
	color: red;
}

.navbar .navbar-nav li > ul.dropdown-menu{
	min-width: 224px;
}
.dropdown-menu .dropdown-menu .dropdown-item{
	line-height: 1.3;
    white-space: normal;
    padding: 8px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: bold;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.calendar{
	padding-top:24px;
	padding-bottom:20px;
	font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial, sans-serif;
	font-weight:400;
}
.calendar.content{
	font-weight:500;
}
.calendar.content h6{
	font-weight:500;
	color:#2E75B6
}
.calendar.ctitle{
	font-size: 1.3em;
    color: #ffffff;
    background: #2782cc;
}
.calendar.row:not(.ctitle):nth-child(odd){
	font-size: 1em;
    color: #333;
}
.calendar.row:not(.ctitle):nth-child(even){
	font-size: 1em;
    color: #333;
	background:#eee;
}

#cal_reg {
    padding: 5px 20px;
    display: inline-block;
    font-weight: normal;
	font-size:.8em;
    border: 2px solid #2782cc;
    background-color: #2782cc;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
	color:#fff;
	margin-top: -4px;
	transition:.5s;
}
#cal_reg.active,
#cal_reg:hover,
#cal_reg:active,
#cal_reg:focus
{
    border: 2px solid #2782cc;
    background: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
	color:#2782cc;
}

/********/
.calendar .status {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 0 35px;
	font-size: 15px;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
}
.calendar .status:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18.0px 0 18.0px 11.0px;
}
.calendar .purple {
	background-color: #5347a2;
}
.calendar .purple:after {
	border-left-color: #5347a2;
	border-color: transparent transparent transparent #5347a2;
}
.calendar .green {
	background-color: #14a756;
}
.calendar .green:after {
	border-left-color: #14a756;
	border-color: transparent transparent transparent #14a756;
}
.calendar .red {
	background-color: #c5151b;
}
.calendar .red:after {
	border-left-color: #c5151b;
	border-color: transparent transparent transparent #c5151b;
}
.calendar i {
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
}

.bg-liner{
	background: linear-gradient(to right,rgb(39 130 204) 0,rgb(98 185 255) 100%) !important;
}

.gallery img, .thumb-blog-overlay .post-image{
	border: 1px solid rgb(0 0 0 / 20%);
}

.navbar-nav li{
	position: relative;
}

.content-s p{
	margin-bottom: 0;
    display: block;
    width: 100%;
    position: static;
}
.content-s ol,
.content-s ul{
	list-style: inherit;
    margin: 1rem 0 !important;
	padding-left: 40px;
}


/*mobile*****/

@media screen and (max-width: 992px){
	.nav-logo {
		top: -35px;
		max-width: 222px;
	}
	
	.dropdown-item{
		color: rgba(255,255,255,.5) !important;
	}
	.dropdown-item:focus, .dropdown-item:hover {
		background-color: transparent;
		border: 1px solid;
	}
}

@media only screen and (max-width: 500px){

	.mmr-0{
		margin-right: 0 !important;
	}

}

.transparent{
	opacity: 0;
}

.imgs-mode{
	background-position: center;
    background-size: cover;
}

body {
	line-height: 1.7;
    font-size: 15px;
	/* font-weight: 500 !important; */
}

.dropdown-item{
	font-weight: 500 !important;
	
}

.nav-on-top{
	font-weight: 500;
}
#page_wrapper {
    /* background-color: transparent; */
}

.font-medium {
    font-weight: 500;
}

.footer-logo img {
    width: 100%;
}

.footer-widget li {
    margin-bottom: 0;
}

.clie{
	line-height: 110px;
    padding: 5px;
    box-sizing: border-box;
}

.call-me{
	/* animation: skew-y-shaking 0.75s linear infinite;  */
  animation: shake 2s cubic-bezier(.36,.07,.19,.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}



.whatsapp-ico {
    fill: white;
    width: 40px;
    height: 40px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 9999;
  
    -webkit-animation: pulse2 1.5s infinite;
}

    .whatsapp-ico:hover {
        box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
    }


@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
        background-color:none;
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
        background-color: none;
    }
}



.contact-ico {
    fill: white;
    width: 40px;
    height: 40px;
    padding: 3px;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 9999;
    -webkit-animation: pulse2 1.5s infinite;
}

    .contact-ico:hover {
        box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
    }

@-webkit-keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
        background-color:none;
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
        background-color: none;
    }
}


#whatsapp {
    margin: 4em auto;
    background: none;
    color: white;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    border: none;
    position: fixed;
    bottom: 60px;
    left: 5px;
    margin: 0px;
    z-index: 9999;
    border-radius: 30px;
    width: 100px;
    height: 40px;
    line-height: 38px;
}


#contactForm {
    padding: 2em;
    width: 370px;
    text-align: center;
    background: #fff;
    position: fixed;
    bottom: 3%;
    left: 2.5%;
    margin: 0px;
    border-radius:20px;
}

/*07.11.23 changelog*/

.bg-blue{
	background: #06f!important;
}
.bg-black{
	background: #000;
}
.filter-white{
	filter: brightness(0) invert(1);
}

.bg-info {
    background-color: #06f!important;
}
.bg-foot {
    background-color: #000;
}

.brightness-110{
	filter: brightness(110%);
}
.brightness-110:hover{
	filter: brightness(130%);
}

a.hover-text-primary:hover,
.hover-text-primary:hover *,
.calendar.content h6{	
	color: #06f !important;
}

/*07.11.23 changelog*/