.delay-1s {
  animation-duration: 1s;
  animation-delay: .5s;
  animation-iteration-count: 1;
}
.delay-2s {
  animation-duration: 1s;
  animation-delay: 1s;
  animation-iteration-count: 1;
}
.delay-3s {
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
}
.Roboto{
	font-family: "Roboto";
}
.Roboto-Bold{
	font-family: "Roboto";
	font-weight: bold;
}
.UTMBeba{
	font-family: "UTMBebas";
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
._first_letter{
	line-height: 25px;
}
._first_letter::first-letter { 
  font-size: 250%;
  font-weight: bold;
}
.navbar-brand>img{
	max-width: 280px;
	height: auto;
}
.bg-light {
    background-color: rgba(244,244,244,1)!important;
}
.dropdown-menu {
    background-color: rgba(244,244,244,0.8)!important;
}
.text-apes-blue{
	color: #186fb6;
}
.border-group{
	border: 1px solid #6f6f6f !important;
}
.noresize{
	resize: none;
}
ul.info_header {
    color: #c0972e;
    padding-left: 0px;
    padding-right: 0px;
}
ul.info_header>li{
	list-style: none;
	display: inline-block;
}
ul.info_header>li>a.nav-link{
	color: #354050;
	font-family: "Roboto";
	font-weight: normal; 
	font-size: 11pt;
}
ul.info_header>li:nth-of-type(1),ul.info_header>li:nth-of-type(2){
	padding: 0px 15px;
}
ul.info_header>li>a.nav-link{
	padding: 0px;
}
.dropdown-divider {
    border-top: 1px solid #6f6f6f;
}
.dropdown-menu .dropdown-divider:last-child {
    display: none;
}
.dropdown-menu{
	left: 25px;
	border: 0px solid rgba(0,0,0,0);
}
.dropdown-item{
    font-family: "Roboto";
	font-size: 10pt;
	font-weight: bold;
	color: #186fb6;
	padding:.25rem 1rem;
}
.removecaret.dropdown-toggle::after {
    display: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #186fb6;
    text-decoration: none;
    background-color: rgba(244,244,244,0);
}
.dropdown-item{
    font-family: "Roboto";
	font-size: 10pt;
	font-weight: bold;
	color: #186fb6;
}
.navbar-light .navbar-nav .nav-link {
	color: #186fb6;
	font-family: "Roboto";
	font-size: 12pt;
	font-weight: bold;	
	background: url(../../images/under_line_text.png) no-repeat;
	background-position: 9px bottom;
	background-size: 0px 4px;

	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;

}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #186fb6;	
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #186fb6;
    background: url(../../images/under_line_text.png) no-repeat;
	background-position: 9px bottom;
	background-size: 40px 4px;
}
/*Banner*/
.fix_respone{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 220px
}
.carousel-indicators > li {
    border-radius: 18px;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
}
.carousel-indicators > li.active {
    background-color: #186fb6;
}
.carousel-inner>.carousel-item>img{
	width: 100% !important;
	height: auto;
}
.carousel-inner>.carousel-item>.carousel-caption{
	left: 0%;
	right: 0%;
}
/*End Banner*/
.fix_lineheight{
	line-height: 0.7;
}
.UTMBeba.up{
	color: #FFFFFF;
	font-size: 70pt;
	text-shadow: 2px 2px rgba(0,0,0,.61);
}
.UTMBeba.down{
	color: #186fb6;
	font-size: 70pt;
	text-shadow: 2px 2px rgba(0,0,0,.61);
}
.btn._first{
	background-color: #186fb6 !important;
	border: 3px solid #186fb6;
	color: #FFFFFF;
	font-family: "Roboto";
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: unset;
	margin-left: 10px;
}
.btn._second{
	background-color: transparent !important;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	font-family: "Roboto";
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: unset;
	margin-left: 10px;
}
.btn._first:hover{
	background-color: #FFFFFF !important;
	color: #186fb6;
}
.btn._second:hover{
	background-color: #186fb6 !important;
	color: #FFFFFF;
}
.btn._send_contact{
	background-color: transparent !important;
	border: 3px solid #186fb6;
	color: #186fb6;
	font-family: "Roboto";
	font-weight: bold;
	border-radius: unset;
	width: 100%;
	text-align: center;
}
.btn._send_contact:hover{
	background-color: #186fb6 !important;
	color: #FFFFFF;
}
.btn._date{
	background-color: #186fb6 !important;
	color: #FFFFFF;
	font-family: "Roboto";
	font-weight: bold;
	border-radius: unset;
	text-align: center;
}
.bg_portfolio_content{
	bottom:0px; right:0px;left: 0px;
	background-color: rgba(0,0,0,.2);
}
.apes_gray{
	color: #454443;
}
.apes_blue{
	color: #186fb6;
}
.apes_dark_light{
	color: #040404;
}
.apes_dark_light1{
	color: #636363;
}
.line_display_4{
	line-height: 0.6;
}
.apes_bg_blue{
	background-color: #186fb6;
}
.apes_bg_gray{
	background-color: #f2f2f2;
}
.bg_contact_page{
	background-image: url("../../images/bg_contact.png");
  	background-repeat: repeat-y;
  	background-position: center center;
}
.bg_event_services_page{
	background-color: #383838;
	background-image: url("../../images/bg_event_services.png");
  	background-repeat: repeat-y;
  	background-position: center center;
}
.bg_event_services_left{
	background-color: transparent;
}
.bg_event_services_right{
	background-color: #f4f2f2;
}
.bg_contact_our_client{
	background-color: #f2f2f2;
}
.bg_footer{
	background-color: #f2f2f2;
}
.size_40px{
	font-size: 40px;
}
.size_32px{
	font-size: 32px;
}
.size_31px{
	font-size: 31px;
}
.size_28px{
	font-size: 28px;
}
.size_25px{
	font-size: 25px;
}
.size_24px{
	font-size: 24px;
}
.size_23px{
	font-size: 23px;
}
.size_22px{
	font-size: 22px;
}
.size_21px{
	font-size: 21px;
}
.size_20px{
	font-size: 20px;
}
.size_18px{
	font-size: 18px;
}
.size_16px{
	font-size: 16px;
}
.size_14px{
	font-size: 14px;
}
.bg_portfolio_content{
	bottom:0px; right:0px;left: 0px;
	background-color: rgba(0,0,0,.2);
}
.bg_abouts_home{
	background-image: url("../../images/bg_about_home.png");
  	background-repeat: no-repeat;
  	background-position: top left;
  	width: 100%;
  	height: 100%;
}
.pr-6{
	padding-right: 4rem!important;
}
figure>.services_modal{
	bottom:0px; 
	right:0px;
	left: 0px;
	top: 0px;
	background-color: rgba(24,111,182,0);
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer;
    opacity: 0;
  	filter: alpha(opacity=0); /* For IE8 and earlier */
}
figure:hover>.services_modal{
	opacity: 1;
  	filter: alpha(opacity=100); /* For IE8 and earlier */
	background-color: rgba(24,111,182,.8);
}
._calendar_top{
	background-color: #186fb6 !important;
	color: #FFFFFF;
	font-family: "Roboto";
	font-weight: bold;
	border-radius: unset;
	text-align: center;
	top:10px; 
	left: 10px;
	position: absolute;
	line-height: 1.2;
}
._calendar{
	background-color: #186fb6 !important;
	color: #FFFFFF;
	font-family: "Roboto";
	font-weight: bold;
	border-radius: unset;
	text-align: center;
	bottom:10px; 
	left: 10px;
	position: absolute;
	line-height: 1.2;
}
.bg_portfolio_home_lasted{
	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: cover;
  	position: relative;
}
.bg_portfolio_home_lasted>.content_bottom{
	color: #FFFFFF;
	font-family: "Roboto";
	bottom:0px; 
	left: 0px;
	right: 0px;
	position: absolute;
}
.menu-drop{
	margin-top: 0px;
}
/*-Custom toggler nv-*/
#btn-bar.navbar-toggler,#btn-bar.navbar-toggler:hover,#btn-bar.navbar-toggler:focus,#btn-bar.navbar-toggler:active,#btn-bar.navbar-toggler:visited {
  border: none !important;
  background: transparent !important;
  padding: 0px !important;
  outline: none !important;
}
.icon-bar {
	width: 41px; 
	height: 5px;
	background-color: #454443;
	display: block;
	transition: all 0.2s;
	margin-top: 5px;
}

.navbar-toggler .top-bar {
  transform: rotate(40deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-40deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

 /*--End toggler*/
@media screen and (max-width:1199px){
	.dropdown-menu{
		left: 8px;
		border: 0px solid rgba(0,0,0,0);
	}
}
@media screen and (max-width:991px){
	.navbar.navbar-expand-lg.navbar-light {
	    position: fixed;
	    top: 0px;
	    right: 0px;
	    left: 0px;
	    z-index: 1030;
	}
	.container{
		max-width: 100%;
	}
	.menu-drop{
		margin-top: 90px;
	}
	.navbar-brand>img{
		max-width: 200px;
	}
	.dropdown-menu{
		left: 0px;
		border: 0px solid rgba(0,0,0,0);
	}
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
	    color: #186fb6;
	    background: url(../../images/under_line_text.png) no-repeat;
		background-position: 0px bottom;
		background-size: 40px 4px;
	}
	.bg_contact_page{
		background-image: none;
	}
	.UTMBeba.up{
		font-size: 50pt;
	}
	.UTMBeba.up.fix_lineheight{
		line-height: 0.6;
	}
	.UTMBeba.down{
		font-size: 50pt;
	}
	.UTMBeba.down.fix_lineheight{
		line-height: 0.6;
	}
	.btn._first{
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0px;
	}
	.btn._second{
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0px;
	}
}
@media screen and (max-width:767px){
	.menu-drop{
		margin-top: 67px;
	}
	.carousel-caption{
		bottom: 0px;
	}
	.navbar-brand>img{
		max-width: 150px;
	}
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
	    color: #186fb6;
	    background: url(../../images/under_line_text.png) no-repeat;
		background-position: 0px bottom;
		background-size: 40px 4px;
	}
	.bg_event_services_page{
		background-color: transparent;
		background-image: none;
	}
	.bg_event_services_left{
		background-color: #383838;
	}
	.UTMBeba.up{
		font-size: 30pt;
	}
	.UTMBeba.up.fix_lineheight{
		line-height: 0.5;
	}	
	.UTMBeba.down{
		font-size: 30pt;
	}
	.UTMBeba.down.fix_lineheight{
		line-height: 0.5;
	}
	.btn._first{
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0px;
		font-size: 12px;
	}
	.btn._second{
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0px;
		font-size: 12px;
	}
	ul.info_header>li:nth-of-type(1),ul.info_header>li:nth-of-type(2){
		padding: 0px 5px;
	}
	.pr-6 {
	    padding-right: 1rem!important;
	    margin-right: 35px;
	}
	.fixSmall.size_40px{
		font-size: 35px!important;
	}
}
@media screen and (max-width:500px){
	.pr-6 {
	    padding-right: 1rem!important;
	    margin-right: 35px;
	}
	.fixSmall.size_40px{
		font-size: 30px!important;
	}
	.fixSmall.size_25px{
		font-size: 20px!important;
	}
}