@font-face {
  font-family: Roboto-Bold;
  src: url("../assets/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: Roboto-Light;
  src: url("../assets/fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: Roboto-Medium;
  src: url("../assets/fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: Roboto-Regular;
  src: url("../assets/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: RobotoCondensed-Bold;
  src: url("../assets/fonts/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: RobotoCondensed-Regular;
  src: url("../assets/fonts/RobotoCondensed-Regular.ttf");
}
a {
  text-decoration: none;
}
html,
body {
  overflow-x: hidden;
}
.font-reg {
  font-family: Roboto-Regular;
}
.font-bold {
  font-family: Roboto-Bold;
}
.font-light {
  font-family: Roboto-Light;
}
.font-medium {
  font-family: Roboto-Medium;
}
.font-con-Bold {
  font-family: RobotoCondensed-Bold;
}
.font-con-reg {
  font-family: RobotoCondensed-Regular;
}
.text-right{
	text-align:right;
}
/* buttons css */
.primary-btn {
  border: none;
  outline: none;
  padding: 10px 35px;
  background-color: #126cb5;
  border-radius: 25px;
  color: white;
  text-transform: uppercase;
}
.primary-btn:hover {
  background-color: #f28336;
}
.primary-btn:focus {
  background-color: #394551;
}

.secondary-btn {
  border: none;
  outline: none;
  padding: 10px 35px;
  background-color: transparent;
  border-radius: 25px;
  color: white;
  text-transform: uppercase;
  border: 2px solid white;
  display:inline-block
}
.secondary-btn:hover {
  background-color: #f28336;
  border: 2px solid #f28336;
}
.secondary-btn:focus {
  background-color: #394551;
  border: 2px solid #394551;
}

.orange-btn {
  border: none;
  outline: none;
  padding: 10px 35px;
  background-color: #f28336;
  border-radius: 25px;
  color: white;
  text-transform: uppercase;
}
.orange-btn {
  border: none;
  outline: none;
  padding: 10px 50px;
  background-color: #f28336;
  border-radius: 25px;
  color: white;
  text-transform: uppercase;
}
.orange-btn:hover {
  background-color: #126cb5;
}
.orange-btn:focus {
  background-color: #394551;
}

.gray-btn {
  border: none;
  outline: none;
  padding: 10px 50px;
  background-color: #394551;
  border-radius: 25px;
  color: white;
  border: 2px solid #394551;
}
.gray-btn:hover {
  color: #394551;
  background-color: white;
  border: 2px solid #394551;
}
.gray-btn:focus {
  background-color: #394551;
  border: 2px solid #394551;
  color: white;
}

.white-btn {
  border: none;
  outline: none;
  padding: 7px 50px;
  background-color: #fff;
  border-radius: 0px;
  font-size: 14px;
  color: #394551;
  border: 1px solid #394551;
}
.white-btn:hover {
  color: white;
  background-color: #394551;
  border: 1px solid #394551;
}
.white-btn:focus {
  background-color: #394551;
  border: 1px solid #394551;
  color: white;
}


/* text color */
.text-blue {
  color: #126cb5 !important;
}
.text-white {
  color: white !important;
}
.text-gray {
  color: #474747 !important;
}
.text-orange {
  color: #f28336 !important;
}
.fw-600 {
  font-weight: 600;
}
.mb-35 {
  margin-bottom: 35px;
}
.f-18 {
  font-size: 18px!important;
}
.f-20 {
  font-size: 20px!important;
}
.f-30{
  font-size: 30px;
}
.f-24 {
  font-size: 24px !important;
}
.f-25 {
  font-size: 25px !important;
}
.f-28 {
  font-size: 28px !important;
}
.f-40{
  font-size: 40px;
}
.mr-20{
  margin-right: 20px; 
}
/* header css */

.header-bar {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  left: 0;
}
.active-nav {
  border-bottom: 3px solid #f28336;
}
.active-sub {
  color: #f28336;
}

#sub .dropdown-item {
  text-transform: uppercase;
  font-size: 14px;
}
.navbar-light .navbar-nav .nav-link {
  font-family: Roboto-Regular !important;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
  font-size: 14px;
}

.header-bar .navbar-light .navbar-nav .nav-link:focus, .header-bar .navbar-light .navbar-nav .nav-link:hover {
  color: #f28336;
}
.header-title {
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 1;
}
.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 0px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

/*.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}*/
.video-background-holder video {
  width: 100vw;
  height: 100vh;
  object-fit: fill;

}
.video-background-content {
  position: relative;
  z-index: 2;
}

/* .video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
} */

/* our partner */
.section-heading {
  text-transform: uppercase;
  font-family: RobotoCondensed-Regular;
  font-weight: 600;
  color: #474747;
}
.our-partner {
  padding: 50px 15px;
}
.our-partner a{padding: 0 25px;}
.our-partner .row {
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
}


#footer {
  background: #1769b2;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .title {
  font-size: 15px;
  color: white;
}
#footer .address {
  font-size: 14px;
  color: white;
  line-height: 1.8;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #1769b2;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: #e6573f;
}
#footer .footer-top {
  background: #1769b2;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  font-family: RobotoCondensed-Bold;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a i:hover {
  color: #004c91;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ec7f6d;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-family: Roboto-Regular;
}
/* #footer .footer-top .footer-links ul a:hover {
  color: #e96b56;
} */
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.meadia-img {
  max-width: 170px;
  width: 100%;
}
.header-bar .nav-item {
  margin: 0px 8px;
}
.active-nav .nav-link {
  color: #f28336 !important;
}
.header-bar .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: -2px;
  box-shadow: 0px -1px 0px rgb(199 196 196 / 75%);
  border-radius: 0px;
}
.header-bar .dropdown-item{
  font-family: Roboto-Regular !important;
}
.modal-body .btn-close{position: absolute; right:20px; font-size: 30px;}
.vertical-center{
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.vertical-center .primary-btn{width:fit-content}
.dropdown-menu .active-nav {
    border-bottom: none;
}
#spinner{  
    height:110px;
	width: 110px;
    position: fixed;
    top: 50%;
    left: 50%;
    animation: spin 1s linear infinite;
    color:#126cb5;
}
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-top: 16px;
}
.navbar{
  padding-bottom: 0;
}
}
@media screen and (max-width: 991px) {
 
  /* header-media-query */
  .active-nav {
    border: none;
  }

}
@media screen and (max-width: 768px) {
  .hide-for-mobile{
    display: none;
  }
  .header-bar .dropdown-menu[data-bs-popper]{
    box-shadow: none;
    border-radius: 0px;
    border: none;
  }
	.responsive-content{display:flex; flex-direction:column}
	.responsive-content .img-contr{order:1}
.responsive-content .cont-contr{order:2; margin-top:20px} 
  /* footer */
  .rights {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
  }
  #footer {
    padding: 0px 15px;
  }
  #footer .footer-top .footer-links ul li {
    justify-content: flex-start;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 15px;
  }
  #footer .invisible{
   display: none;
  }
  .header-title {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1;
  }
  .about-banner {
    height: 240px !important;
  }
  .pd {
    padding: 0px 10px  !important;
}
.navbar-collapse{
  background-color: #fff;
  position: absolute;
  top: 72px;
  left: -12px;
  right: -12px;
  box-shadow: 0 8px 6px -6px black;
  z-index: 1;
}
.header-bar .nav-item {
  margin: 0px 15px;
}
button:focus:not(:focus-visible) {
  box-shadow: none;
  outline: 0;
}
#sub .dropdown-item {
  text-transform: uppercase;
  font-size: 14px;
  color: #636363;
}
.row-reverse{
  flex-direction: column-reverse!important;

}
}
