

.hrcontainer {
  max-width: 50%;  
  margin: 40px auto;
  text-align: center;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
  &:before {
    content: '';
    background: #818078;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  &:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    // this is really the only tricky part, you need to specify the background color of the container element...
    color: #000000;
    background-color: #fcfcfa;
  }
}

/*======================
	Header section 
=========================*/


a{
	text-decoration: none;
}
.header-section{
	padding: 10px 0;
}
.navbar-nav{
	margin-top: 8px;
	margin-left: 25px;
}

.header-section .navbar-nav .nav-link{
	color: #556575;
	font-size: 18px;
	font-weight: 400;
	font-family: 'helvetica';
	margin: 0 7px;		
}
.header-section .navbar-nav .nav-link:hover{
	color: #253642;	
}
.header-section form button{
	background: #0077CC;
	color: #fff;
	border: 1px solid #0077CC;
	padding: 10px 25px;
	font-size: 18px;
	font-weight: 500;
	margin-top: 8px;
}
.header-section form button:hover{
	background: #0077CC;
	color: #fff;
	border: 1px solid #0077CC;
}

.popup{
	padding: 5px;
	width: 600px;
	background: #fff;
}

#SupportContainer{
	display: none;
}

.button-65 {
  appearance: none;
  backface-visibility: hidden;
  background-color: #2f80ed;
  border-radius: 10px;
  border-style: none;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 14px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-65:hover {
  background-color: #1366d6;
  box-shadow: rgba(0, 0, 0, .05) 0 5px 30px, rgba(0, 0, 0, .05) 0 1px 4px;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
  background-color: #0C4490;
}

.button-65:hover:after {
  opacity: .5;
}

.button-65:active {
  box-shadow: rgba(0, 0, 0, .1) 0 3px 6px 0, rgba(0, 0, 0, .1) 0 0 10px 0, rgba(0, 0, 0, .1) 0 1px 4px -1px;
  transform: translateY(2px);
  transition-duration: .35s;
}

.button-65:active:after {
  opacity: 1;
}

@media (min-width: 768px) {
  .button-65 {
    padding: 14px 22px;
    width: 50%;
  }
}

.modal-body{
	padding: 0;
}

.popup h3{
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  font-family: 'helvetica';
  margin-bottom: 15px;
  margin-top: 10px;
}
.popup ul{
	padding: 0;
	margin: 0 0 30px;
	text-align: center;
}
.popup ul li{
	list-style: none;
	display: inline-block;
	margin: 0 5px;
	color: #405261;
	font-size: 15px;
}
.popup ul li i{
	color: #1F97EF;
	margin-right: 8px;
}
label {
	color: #405261;
	font-family: 'helvetica';
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 7px;
}
input{
	margin-bottom: 15px;
}
.form-control:focus{
	box-shadow: none;
}
.button{
	width: 100%;
	padding: 8px;
	background: #1292EE;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0;
}
.button:hover{
	background: #0077CC;
}
.popup .modal-pop{
	color: #556575;
	font-size: 14px;
	text-align: center;
}
.popup .modal-pop a{
	font-size: 14px;
	color: #556575;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: underline;
}
.popup .modal-pop a:hover{
	color: #556575 !important;
}
.header-section form a{
  text-decoration: none;
  color: #253642;
  font-family: 'helvetica';
  margin-top: 19px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 400;
}
.header-section form a:hover{
	color: #253642 !important;
}


/*============================
     Banner Section Section
==============================*/

.banner-section{
	padding: 80px 0;
	background: #f3f3f3bd;
}
.banner-section h1{
	font-family: 'helvetica';
	font-size: 56px;
	color: #1D2B36;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 100px;
}

.banner-section p{
	font-family: 'helvetica';
	color: #556575;
	font-size: 20px;
	letter-spacing: .5px;
	margin-bottom: 30px;
}

.banner-section .client-box img{
	border-radius: 50%;
}

.banner-section .client-box h5{
	font-family: 'helvetica';
	color: #1D2B36;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	margin-left: 14px;
}

.banner-section .client-box p{
	font-family: 'helvetica';
	color: #556575;
	font-size: 14px;
	margin-left: 14px;
}

/*============================
    Carousel Section Section
==============================*/
.carousel-section{
	padding: 80px 0;
}
.title-div{
	box-shadow: 4px 5px 12px 5px rgba(22,51,127,0.1);
	padding: 30px 25px 25px;
	position: relative;

}
.content{
	margin-bottom: 70px;
}
.content2{
	margin-bottom: 44px;
}
.content h4{
	font-family: 'helvetica';
	font-size: 22px;
	color: #1D2B36;
	font-weight: 600;
    margin: 0px 0px 20px;
}
.content p{
	font-family: 'helvetica';
	font-size: 16px;
	font-weight: 500;
	color: #556575;
	line-height: 1.8em;
	letter-spacing: 1px;
}
.content2 h4{
	font-family: 'helvetica';
	font-size: 24px;
	color: #1D2B36;
	font-weight: 600;
    margin: 0px 0px 20px;
}
.content2 p{
	font-family: 'helvetica';
	font-size: 16px;
	font-weight: 500;
	color: #556575;
	line-height: 1.8em;
	letter-spacing: 1px;
}
.ncss{
	text-align: center;
}


.swiper {
    padding: 12px;
}
.swiper-slide{
	background-color: #F9FAFA;
	border-radius: 6px;
	text-align: center;
	color: #556575;
	padding: 16px 0;
}

.swiper-slide:hover {
	background-color: #cccccc;
}

.swiper-slide a {
	color: #fff;
}

.swiper-slide:hover a {
	color: #0000FF;
}


.swiper-slide-active{
    background-color: rgb(20, 89, 144);
	color: #FFF;
}
.swiper-title .month{
    font-size: 13px;
	text-transform: uppercase;
}
.swiper-title .date{
	font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    margin-bottom: 4px;
}
.swiper-title .time{
    font-size: 13px;
	font-style: italic;
}

.swiper-button-next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    margin-top: 0;
	right: -15px;
	background: #fff;
    color: #7b7b7b;
    box-shadow: -34px 0px 8px 0px rgba(255, 255, 2555, 0.46);
    transition: 0.3s ease-in-out;
}
.swiper-button-next:hover {
    color: #fff;
}
.swiper-button-prev{
	left: -6px;
	color: #7b7b7b;
}
.swiper-button-prev:hover{
	color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}

.register{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.register_btn{
	width: 100%;
    border: none;
	display: block;
	color: #005CA4;
	font-weight: 600;
    background: #F3FBFF;
    border-top: 1px solid #D6EDFF;
	padding: 16px 0;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}
.register_btn:hover{
     background: #E0F2FF;
}
.register .fa-angle-right{
	font-size: 14px;
	margin-left: 2px;
	transition: all 0.3s ease-in-out;
}
.register:hover .fa-angle-right{
	margin-left: 8px;
}


/*=================
	Video section
===================*/
.video-section {
    padding: 10px 0 10px 0;
}
.video-section h2{
	color: #1D2B36;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	font-family: 'helvetica';
	margin-bottom: 20px;
}
.video-section p{
	  color: #556575;
	  text-align: center;
	  font-size: 18px;
	  font-weight: 400;
	  font-family: 'helvetica';
	  line-height: 30px;
	  margin-bottom: 0px;
}
.video-card {
    position: relative;
    display: inline-block;
    border: 1px solid #474747;
    border-radius: 5px;
    margin-bottom: 30px;
}
.videopop img{
	border-radius: 10px;
	transition: 0.3s ease-in-out;
}
.videopop img:hover{
	transform: scale(1.2);
  border: 5px solid;
  padding: 0px;
  z-index: 999;

}
.c_padding{
	padding: 0 18px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.play-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1100px;
}       
.video-section .video-content h4{
	color: #1D2B36;
	font-family: 'helvetica';
	font-size: 22px;
	font-weight: 500;
	margin: 40px 0 10px;
	text-align: left;
}
.video-section .video-content p{
	color: #556575;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}


.video-section ol, ul {
    padding-left: 0rem;
    padding-right: 0rem;
}

.media-wrapper-16\:9 li:hover{border-color: blue}

/*==============
	Get section
================*/
.get-section {

}
.get-section {

}
.get-section h2{

}
.get-section p{

}

.get-section a{
  box-shadow: inset 0 0 0 0 #54b3d6;
  color: #54b3d6;
  margin: 0 .25rem;
  padding: 0 .25rem;
  transition: color .2s ease-in-out, box-shadow .2s ease-in-out;
}
.get-section a:hover{
  box-shadow: inset 700px 0 0 0 #54b3d6;
  color: white;
}

/*=================
	Footer section
===================*/
footer {
	background: #1D2B36;
	padding: 80px 0 20px;
}
footer .separator{
	border-bottom: 1px solid #93A1B0;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
footer h3 {
    color: #fff;
    font-family: 'helvetica';
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 30px;
    letter-spacing: 0.5px;
}
footer ul{
	padding: 0;
	margin: 0;
}
footer ul li{
	list-style: none;
}
footer ul li p{
	color: #AFAFAF;
	font-family: 'helvetica';
	font-size: 15px;
	margin-bottom: 10px;
}
footer ul li a{
	color: #AFAFAF;
	font-family: 'helvetica';
	text-decoration: none;
	font-size: 16px;
}

footer .widget-1 h4{
	color: #fff;
	font-family: 'helvetica';
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .8px;
	margin-bottom: 12px;
}
footer .widget-1 ul{
	padding: 0;
	margin: 0;
}
footer .widget-1 ul li{
	list-style: none;
	display: block;
	margin-right: 0px;
}
footer .widget-1 ul li a{
	text-decoration: none;
	color: #AFAFAF;
	font-size: 15px;
	line-height: 28px;
}
footer .widget-1 ul li a:hover{
	color: #fff;
}


footer .widget-2 h4{
	color: #fff;
	font-family: 'helvetica';
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .8px;
	margin-bottom: 12px;
}
footer .widget-2 ul{
	padding: 0;
	margin: 0;
}
footer .widget-2 ul li{
	list-style: none;
	display: block;
	margin-right: 0px;
}
footer .widget-2 ul li a{
	text-decoration: none;
	color: #AFAFAF;
	font-size: 15px;
	line-height: 28px;
}
footer .widget-2 ul li a:hover{
	color: #fff;
}


footer .widget-3 h4{
	color: #fff;
	font-family: 'helvetica';
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .8px;
	margin-bottom: 12px;
}
footer .widget-3 ul{
	padding: 0;
	margin: 0 ;
}
footer .widget-3 ul li{
	list-style: none;
	display: block;
	margin-right: 0px;
}
footer .widget-3 ul li a{
	text-decoration: none;
	color: #AFAFAF;
	font-size: 15px;
	line-height: 28px;
}
footer .widget-3 ul li a:hover{
	color: #fff;
}



footer .widget-4 h4{
	color: #fff;
	font-family: 'helvetica';
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .8px;
	margin-bottom: 12px;
}
footer .widget-4 ul{
	padding: 0;
	margin: 0 ;
}
footer .widget-4 ul li{
	list-style: none;
	display: block;
	margin-right: 0px;
}
footer .widget-4 ul li a{
	text-decoration: none;
	color: #AFAFAF;
	font-size: 15px;
	line-height: 28px;
}
footer .widget-4 ul li a:hover{
	color: #fff;
}
footer .widget-4 ul li a .span{
	background: #314351;
	padding: 1px 5px;
	margin-left: 3px;
}
footer .icons ul{
	padding: 0;
	margin: 0;
}
footer .icons ul li{
	list-style: none;
	display: inline;
	margin: 0 10px 0 0;
}
footer .icons ul li a i{
	color: #93A1B0;
	font-size: 22px;
}
footer .copy-right p{
	color: #AFAFAF;
	font-size: 16px;
	font-weight: 500;
	margin-left: 14px;
	text-align: right;
}


@media (min-width: 32px) and (max-width: 576px){
	.navbar-nav { margin-left: 0; }
	.navbar-toggler { background:#fff; }
	.header-section form a { margin-right: 40px; }
	.banner-section {padding: 24px 0;}
	.banner-section h1 { font-size:32px; font-weight:600; text-align:center; margin-top: 0}
	.banner-section p { text-align:center; font-size:18px; }
	.image { text-align:center; margin-bottom:10px; }
	.banner-section .client-box h5 { text-align: center; }
	.carousel-section { padding: 30px 0; }
	.content h4 { font-size: 20px; text-align: center; }
	.content p { text-align: center; line-height: 22px; }
	.content2 h4 { font-size: 20px; text-align: center; }
	.content2 p { text-align: center; line-height: 22px; }
	.title-div { margin-bottom: 25px; }
	.video-section { padding: 0;}
	.video-section .video-content p { margin-bottom:40px; text-align:center; }
	.video-section .video-content h4 { text-align:center; font-size: 20px }
	.get-section { padding:40px 0; }
	.get-section h2 { font-size: 26px; text-align: center; font-weight: 500; margin-bottom: 15px; }
	.get-section p { font-size:16px; line-height:24px; }
	footer { padding: 40px 0 10px; text-align:center; }
	footer h3 { font-size: 22px; line-height: 26px; margin: 10px 0 25px; }
	footer .widget-1 h4 { margin-top:35px; }
	footer .widget-2 h4 { margin-top:35px; }
	footer .widget-3 h4 { margin-top:35px; }
	footer .widget-4 h4 { margin-top:35px; }
	footer .icons ul { margin-bottom:15px; }
	.footer-1 { margin-bottom:14px; }
	footer .copy-right p { text-align:center; }
}

