main {
  padding-top: 56px;
}

.px-5 {
  padding-right: 15px!important;
  padding-left: 15px!important;
}

.px-5 .row {
  margin-right: -15px!important;
  margin-left: -15px!important;
}

.mp-top .text-wrap {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar {
  background : #0082e1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat";
  font-weight: 400;
}

.nav-link {
	color: #EEE;
}

.consult-link {
	margin-left : 15px;
	font-size : 14px;
	margin-top: 4px;
	font-weight : 600;
}

.btn {
	font-family: "Montserrat";
}

.grey-bg {
	background : #201f1e;
}

.bot-logo img {
	height : 40px;
	width : auto;
	margin-bottom : 0px;
}

.bot-logo-text {
  font-size: 11px;
  font-family: "Montserrat";
}

footer {
	padding-top : 20px;
	padding-bottom : 15px;
}

footer .consult-link {
	margin-bottom : 10px;
}

.text-right {
	text-align : right;
}

footer .text-right {
  font-size: 14px;
  font-family: "Montserrat";
}

.testimonial-fio {
	font-family: "Montserrat";
}

footer .text-right a {
	text-decoration : none;
}

.mp-top {
	background : url("../images/bg0.jpg") center center no-repeat;
	background-size : cover;
}

.modal-footer .btn {
	min-height : 58px;
	padding-left : 40px;
	padding-right : 40px;  
}

.modal-body input {
	margin-top : 20px;
}

.modal-body {
  padding-bottom: 25px;
  padding-top: 15px;
}

.modal-footer {
  padding-top: 15px;
}

iframe.mainvideo {
	width : 100%;
	height : 100%;
}

.swiper-slide img {
	max-height : 300px;
	width : auto;
}

.owl-next {
  right: 0;
  left: auto;
  width: 60px;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  transition: .3s;
}

.owl-carousel .owl-item img {
  /* max-height : 350px;  */
}

.video-link {
	position : relative;
	display : block;
	width : 100%;
	max-width : 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	transition: .3s;
	border-radius : 5px; 
}

.vertical-video {
	aspect-ratio : 0.56; 
}

.horizontal-video {
	aspect-ratio : 1.77;
}

.video-link img {
	width : 100%;
	height : auto;
}

.video-link-title a {
	text-decoration : none;
	color: var(--bs-body-color);
	transition: .3s;
}

iframe, .video-link {
	/* border-radius : 5px; */
}

.video-link-item:hover .video-link-title a {
	color : #000;
	transition: .3s;
}

.video-link-item:hover .video-link {
	opacity : 0.9;
	transition: .3s;
	border-radius : 5px;
}

.video-link:after {
	content : "\f144";
	display : flex;
	position : absolute;
	left : 0;
	right : 0;
	top : 0; 
	bottom : 0; 
	font-size : 4rem;
	color : #FFF; 
	opacity : 0.3;
	align-content: center;
	align-items: center;
	justify-content: center;
	transition: .3s;
	font-family: 'Font Awesome 6 Pro';
}

.video-link-item:hover .video-link:after {
	opacity : 0.9;
}

.email-form-pd {
	text-align : center;
}

.email-form-pd a {
	color: rgba(255, 255, 255, 0.75) !important;
}

..email-form-wrap span {
	color : #FFF;
}

.video-tags {
	font-family: "Montserrat";
}

.video-tags a {
	text-decoration : none;
}

.related-video-img {
  width: 80px;
  height: 80px;
  display: block;
  margin-right : 10px;
  flex: 0 0 auto;
  position : relative;  
  transition: .3s;
}

.related-video-item {
	display : flex;
	align-items : center;
}

.related-video-info a {
	font-family: "Montserrat";
	font-size : 12px;
	color : #000;
	text-decoration : none;
	font-weight : 600; 
}

.related-video-img:after {
	content : "\f144";
	display : flex;
	position : absolute;
	left : 0;
	right : 0;
	top : 0; 
	bottom : 0; 
	font-size : 2rem;
	color : #FFF; 
	opacity : 0.6;
	align-content: center;
	align-items: center;
	justify-content: center;
	transition: .3s;
	font-family: 'Font Awesome 6 Pro';
}

.related-video-item:hover .related-video-img:after {
	opacity : 1;
	transition: .3s;
}




