:root {
  --primary: #AF9453;
  --secondary: #212221;
  --white: #ffffff;
  --light-white: #F6F6F6;
  --black: #000000;
}
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: 'Inter-Regular';
  color: var(--secondary);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-family: 'Berkeley_oldstylebold';
  font-weight: normal;
  color: var(--secondary);
}
h1, .h1 {
  font-size: 77px;
}
h2, .h2 {
  padding-bottom: 30px;
  font-size: 60px;
  line-height: 70px;
}
h3, .h3 {
  font-size: 40px;
}
h4, .h4 {
  font-size: 35px;
}
h5, .h5 {
  font-size: 30px;
}
h6, .h6 {
  font-size: 26px;
}
p {
  margin-bottom: 20px;
  font-family: "brandon-grotesque";
  font-size: 18px;
  line-height: 28px;
  color: var(--secondary);
}
p > strong, a > strong, span > strong {
  font-family: "brandon-grotesque";
  font-weight: 700;
}
div:not(.right-content) > p > a {
	text-decoration: underline;
}
iframe {
	width: 100%;
	border: none;
}
ul {
  margin: 0;
  padding: 0px;
}
ul li {
  list-style-type: none;
}
ul:not(.main-menu, .sub-menu, .contact-info, .footer-menu, .socials, .nav) {
  margin: 0 0 20px;
  padding: 0px;
}
ul:not(.main-menu, .sub-menu, .contact-info, .footer-menu, .socials, .nav) li {
  padding-left: 25px;
  list-style-type: none;
  font-family: "brandon-grotesque";
  font-size: 18px;
  line-height: 28px;
  position: relative;
}
ul:not(.main-menu, .sub-menu, .contact-info, .footer-menu, .socials, .nav) li::before {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 4px;
  height: 4px;
  content: '';
  background-color: var(--secondary);
  border-radius: 30px;
}
ol li {
  padding-bottom: 5px;
  font-family: "brandon-grotesque";
  font-size: 18px;
  line-height: 28px;
}
ol li:last-child {
	padding-bottom: 0;
}
.rll-youtube-player {
	z-index: 1;
	width: 100% !important;
	max-width: 800px !important;
	padding-bottom: 0 !important;
  	height: 450px !important;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: none;
}
a, a:hover {
  color: var(--secondary);
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  color: var(--primary);
}
li:focus-visible,
a:hover,
a:focus,
a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
::-moz-selection {
  color: #fff;
  background: var(--primary);
}
 ::selection {
  color: #fff;
  background: var(--primary);
}
img::selection {
  background: transparent;
}
input:focus, input:focus-visible, button:focus, button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
[class^="icon-"], [class*="icon-"] {
  display: block;
  line-height: 1.2;
}
[class^="icon-"]::before, [class*="icon-"]::before {
  display: inline-block;
}

/* Button CSS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11.5px 14px;
  font-family: 'Inter-Regular';
  font-size: 16px;
  color: var(--light-white);
  text-transform: uppercase;
  background-color: var(--primary);
  border: none;
  border-radius: 0;
  position: relative;
}
.btn:hover {
  color: var(--white);
  background-color: var(--primary);
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  content: '';
  background-color: var(--secondary);
  transition: all 0.5s ease;
	pointer-events: none;
  z-index: 1;
}
.btn:hover::before {
  left: 0;
  width: 100%;
}

.btn-white-border {
  border: 1px solid #FFF;
}
.btn-white-border:hover {
  border-color: var(--secondary);
}

.close-icon {
  display: block;
  padding: 0;
  width: 33px;
  min-width: 33px;
  height: 30px;
  background-color: var(--primary);
  background-image: none;
  border-radius: 0;
  position: relative;
  opacity: 1;
  z-index: 99999;
}
.close-icon:hover {
  background-color: var(--secondary);
}
.close-icon::after, .close-icon::before {
  width: 15px;
  height: 2px;
  background: var(--white);
  display: inline-block;
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.close-icon::before {
  transform: translateY(-50%) rotate(45deg);
}
.close-icon::after {
  transform: translateY(-50%) rotate(-45deg);
}


#list-example {
    position: sticky;
    top: 205px;
}
.modal {
	z-index: 1000001;
}
.modal-backdrop {
	z-index: 1000000;
}
.gform-theme--framework.ui-datepicker .ui-datepicker-header {
  align-items: stretch !important;
  display: flex !important;
  margin-block: unset !important;
  margin-inline: unset !important;
  padding-block: 0 !important;
  padding-inline: 0 !important;
  position: unset !important;
}
.gform-theme--framework.ui-datepicker .ui-datepicker-next::before, .gform-theme--framework.ui-datepicker .ui-datepicker-prev::before {
	content: '' !important;
    border-left: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
    transform: rotate(45deg) !important;
    width: 10px !important;
    height: 10px !important;
}
.gform-theme--framework.ui-datepicker .ui-datepicker-next::before {
	border-left: none !important;
    border-bottom: none !important;
	border-right: 2px solid #000!important;
    border-top: 2px solid #000!important;
}


/* header CSS */
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  padding-left: 30px;
  padding-right: 30px;
}
.navigation-menu {
  padding: 33px 0 0;
  justify-content: flex-end;
}
.menu-wrap .btn-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
.main-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 63px;
}
.navigation-menu ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.navigation-menu ul li a {
  padding: 23px 0 40px;
  font-family: 'Gotham-Light';
  font-size: 18px;
  color: var(--secondary);
  position: relative;
  transition: font-weight .4s ease-in-out;
}
.navigation-menu ul li > a:hover, .navigation-menu ul li:hover > a {
  color: var(--primary);
	font-family: 'Gotham-Bold';
}
.navigation-menu ul li.current-menu-item > a, .navigation-menu ul li.current-menu-parent > a, .navigation-menu ul li.current-menu-ancestor > a {
  color: var(--primary);
  font-family: 'Gotham-Bold';
}
.navigation-menu .sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  z-index: 2;
}


.navigation-menu .sub-menu .sub-menu {
	left: 100%;
}
.navigation-menu ul li .sub-menu li:hover > .sub-menu {
	top: 0;
}
.navigation-menu ul li:nth-last-child(2) .sub-menu, .navigation-menu ul li:last-child .sub-menu {
	left: -120px;
}


.navigation-menu ul li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
.navigation-menu ul.sub-menu li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.navigation-menu ul.sub-menu li:last-child {
  border-bottom: none;
}
.navigation-menu ul.sub-menu li::after {
  display: none;
}
.navigation-menu ul.sub-menu li a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
}
.navigation-menu ul.sub-menu li a::before {
  display: none;
}
.navigation-menu ul.sub-menu li a:hover, .navigation-menu ul.sub-menu li.current-menu-item > a {
  color: var(--primary);
}

.sticky-header .header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background: #fff;
  transition: 0.3s ease all;
  -webkit-animation: sticky-menu 0.8s forwards;
  -ms-animation: sticky-menu 0.8s forwards;
  -o-animation: sticky-menu 0.8s forwards;
  animation: sticky-menu 0.8s forwards;
  display: initial;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes sticky-menu {
  from {
    top: -50%;
  }
  to {
    top: 0;
  }
}
@keyframes sticky-menu {
  from {
    top: -50%;
  }
  to {
    top: 0;
  }
}
body.sticky-header {
  padding-top: 170px;
}
.header {
	position: relative;
}
.open-menu .header {
	z-index: 100000111111;
}

.banner {
/*   height: calc(100vh - 170px); */
  background-position: 11% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner .video-wrap > div {
  padding: 50% 0 0 0 !important;
  position: relative;
}
.banner iframe {
  pointer-events: none;
}

.about-brc {
  padding: 50px 0;
  background-color: #575555;
}
.white-box {
  padding: 51px 100px 41px;
  text-align: center;
  background-color: var(--light-white);
}
.white-box .btn-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.white-box .btn-block .btn {
  margin: 10px 5px 9px;
}
.white-box .btn-block .btn:last-child {
  margin-right: 0;
}

.contact-us {
  padding: 80px 0;
}
.home .contact-us .content {
	background: #424342 !important;
}
.contact-us .content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #424342;
  padding: 165px 40px;  
  position: relative;
}
.contact-us .content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: var(--secondary);
  opacity: 0.65;
}
.home .contact-us .content:before {
	display: none
}
.contact-us .h3 {
  max-width: 760px;
  margin-right: 54px;
  color: #fff;
  line-height: 60px;
  position: relative;
}
.contact-us .btn {
  font-family: 'Inter-Bold';
  font-size: 20px;
  padding: 17px 34px;
}


/* Footer CSS */
footer {
  padding-bottom: 80px;
}
footer .content {
  background: #AF9453;
  padding: 97px 40px;
  color: #fff;
}
footer p, footer ul li a, footer ul li span {
  font-family: "brandon-grotesque";
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
footer ul {
  padding-left: 100px;
}
footer ul li {
  margin-bottom: 30px;
}
footer ul li:last-child {
  margin-bottom: 0;
}
.footer-menu li {
  margin-bottom: 12px;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu li a {
  font-size: 16px;
  text-transform: uppercase;
}
footer ul li a:hover, footer ul li.current-menu-item > a {
  color: var(--secondary);
}
footer ul li a:hover img {
  filter: brightness(0);
}
.socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0;
}
.socials li {
  margin: 0 8px;
}
.socials li:last-child {
  margin-right: 0;
}
.socials li [class*="icon-"]{
  font-size: 0;
}
.socials li [class*="icon-"]::before {
  font-size: 30px;
}
.socials li a:hover > [class*="icon-"]::before {
  color: var(--secondary);
}
.copyright .content {
  padding: 28px 40px;
  border-top: 1px solid rgba(229, 229, 229, 0.5);
}
.copyright p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
}
.copyright .row [class*="col-"]:last-child p {
  text-align: right;
}
.footer-logo-left img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.designby {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 18px;
}
.designby img {
  width: 126px;
  margin-left: 26px;
}

/* Back to top CSS */
.backToTop {
  display: inline-block;
  background-color: var(--secondary);
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 60px;
  right: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 1;
}
.backToTop:after {
  content: "";
  position: absolute;
  top: 15px;
  left: calc(50% - 7px);
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.backToTop.active {
  opacity: 1;
  visibility: visible;
  bottom: 80px;
}
.backToTop:hover {
  background: #464646;
}

.error-404 {
	padding-top: 80px;
	text-align:center;
}
.search-form .search-field {
  width: 100%;
  height: 46px !important;
  padding: 0 15px;
  font-family: 'Gotham-Regular' !important;
  font-size: 18px !important;
  color: var(--secondary) !important;
  border: 1px solid var(--primary) !important;
  background-color: #E8E8E8 !important;
  border-radius: 0 !important;
}
.search-form .search-field:focus {
  border: 1px solid var(--secondary) !important;
  background-color: #E8E8E8 !important;
  box-shadow: none !important;
}
.search-form .search-submit {
	height: 46px;
  padding: 10px 14px !important;
  font-family: 'Inter-Regular' !important;
  font-size: 16px !important;
  color: var(--light-white) !important;
  text-transform: uppercase !important;
  background-color: var(--primary) !important;
  border: none;
  border-radius: 0 !important;
}
.search-form .search-submit:hover {
  background-color: var(--secondary) !important;
}


.banner.inner-banner {
  height: 370px;
  position: relative;
}
.banner.inner-banner .video-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.70);
	z-index: 1;
}
.inner-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
/*   min-height: 370px; */
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.inner-banner .h1 {
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
}
.banner.inner-banner .video-wrap {
	position: relative;
}
.banner.inner-banner .video-wrap > div {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-40%);
}

.our-values {
  padding: 80px 0;
}

.video-poster {
  height: 100%;
  position: relative;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 81px;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.play-btn:hover svg circle {
  fill: var(--primary);
}
.play-btn:hover svg path {
  fill: var(--white);
}

.video-modal .modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.video-modal .close-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.video-modal .modal-body {
  padding: 0;
}
.video-modal iframe {
  display: block;
  width: 100%;
  height: 450px;
}
.modal-backdrop.show {
  opacity: 0.8 !important;
}

.main-page {
	padding-top: 50px;
}

.single article .entry-header, .single .post-thumbnail {
	margin-bottom: 30px;
}
.single .entry-footer {
	padding-bottom: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #9F8443 !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent !important;
}

.single .post-thumbnail img {
	width: auto;
	height: 400px;
	object-fit: cover;
	object-position: center center;
}
.single article .time {
	display: block;
  margin-bottom: 10px;
  font-family: brandon-grotesque;
  font-size: 18px;
  line-height: 28px;
  color: var(--secondary);
}
p:empty {
	display: none;
}

.single .main-page + .contact-us, .page-id-274 .main-page + .contact-us, .page-id-276 .main-page + .contact-us, .page-id-278 .main-page + .contact-us {
	padding-top: 55px;
}
.iframe-wrap iframe {
	max-width: 800px;
	height: 450px;
}
.table-light {
	--bs-table-bg: #e8e9ea !important;
}
.table tr th, .table-light td {
	font-family: 'Inter-Bold';
	text-transform: uppercase;
}
.rll-youtube-player {
	width: 100%;
}
ul li a {
	display: inline-block;
}

/* Responsive CSS */
@media(min-width:1200px) {
	.navigation-menu ul.sub-menu li > .menu-arrow {
		margin-top: 0;
		width: 40px;
		height: 44px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 1;
	}
	.navigation-menu ul.sub-menu li > .menu-arrow::before {
		position: absolute;
		right: 18px;
		top: 17px;
		width: 10px;
		height: 10px;
		content: '';
		border-right: 1px solid var(--secondary);
		border-bottom: 1px solid var(--secondary);
		transform: rotate(-45deg);
  }
}
@media(min-width:1440px){
  .small-container {
    max-width: 1194px;
  }
  .campus-img {
    background-attachment: fixed;
  }
}

@media(min-width:1920px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .large-container {
    max-width: 1760px;
  }
  .medium-container {
    max-width: 1400px;
  }
	
  .banner {
    height: calc(100vh - 170px);
  }
}

@media screen and (min-device-width: 1500px) and (max-device-width: 1919px) {
  .large-container {
    max-width: calc(100% - 136px);
  }
}

@media(max-width:1799px) {
  .menu-wrap .btn-block {
    gap: 35px;
  }
  .main-menu {
    gap: 50px;
  }
}

@media(max-width:1599px) {
  .header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu-wrap .btn-block {
    gap: 20px;
  }
  .main-menu {
    gap: 25px;
  }

  h1, .h1 {
    font-size: 70px;
  }
  h2, .h2 {
    font-size: 50px;
    line-height: 60px;
  }
  h3, .h3 {
    font-size: 35px;
  }
  h4, .h4 {
    font-size: 30px;
  }
  h5, .h5 {
    font-size: 28px;
  }
  h6, .h6 {
    font-size: 24px;
  }

  .contact-us .h3 {
    max-width: 665px;
    margin-right: 40px;
    line-height: 50px;
  }

  footer .content {
    padding: 60px 40px 45px;
  }
  footer ul {
    padding-left: 50px;
  }
	.banner.inner-banner .video-wrap > div {
		top: 25%;
		transform: translateY(-25%);
	}
}

@media(max-width:1399px) {
	body.sticky-header {
		padding-top: 127.5px;
	}
	::after, ::before, a {
		transition: none !important;
	}
	.btn:hover {
		background-color: var(--secondary);
	}
	.btn:before {
		display:none;
	}
	
	#list-example {
    	top: 155px;
	}
  .header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .brand {
    max-width: 280px;
  }
  .navigation-menu {
    padding-top: 15px;
  }
  .menu-wrap .btn-block {
    gap: 15px;
  }
  .main-menu {
    gap: 18px;
  }
  .navigation-menu ul li a {
    padding: 18px 0 22px;
    font-size: 17px;
  }

/*   .banner {
    height: calc(100vh - 83px);
  } */

  h1, .h1 {
    font-size: 60px;
  }
  h2, .h2 {
    padding-bottom: 20px;
    font-size: 45px;
    line-height: 55px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 26px;
  }
  h5, .h5 {
    font-size: 24px;
    line-height: normal;
  }
  h6, .h6 {
    font-size: 22px;
  }

  .contact-us .h3 {
    max-width: 570px;
    line-height: 40px;
  }
  .contact-us .btn {
    font-size: 18px;
  }

  footer ul {
    padding-left: 20px;
  }
  .designby {
    padding-bottom: 10px;
  }
  .designby img {
    margin-left: 15px;
  }

  .banner.inner-banner {
    height: 300px;
  }
  .banner.inner-banner .video-wrap > div {
    top: 35%;
    transform: translateY(-35%);
  }
}

@media(max-width:1199px) {
	body.sticky-header {
		padding-top:83px;
	}
	#list-example {
    	top: 110px;
	}
  .open-menu, .open-menu body {
    overflow: hidden;
  }
  .header .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .brand, .mobile-logo {
    display: block;
    max-width: 280px;
  }
  .menu-btn {
    position: relative;
    width: 30px;
    height: 21px;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
  }
  .menu-btn span {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: var(--secondary);
    transition: .4s;
    border-radius: 3px;
  }
  .menu-btn span::before, .menu-btn span::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--secondary);
    content: "";
    z-index: 1;
    top: -8px;
    left: 0;
    border-radius: 3px;
  }
  .menu-btn span::after {
    top: 8px;
  }
  .navigation-menu {
    padding-top: 0;
  }
  .menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .navbar-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    flex-direction: column !important;
    background-color: #fff;
    transition: all ease-in 0.3s;
    overflow-y: auto;
    z-index: 2;
  }
  .open-menu .navbar-nav {
    left: 0;
  }
  .menu-wrap .btn-block {
    padding: 10px 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .main-menu {
    gap: 0;
    flex-direction: column;
  }
  .navigation-menu ul li a {
    display: inline-block;
    padding: 10px 15px;
  }
  .navigation-menu ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  .navigation-menu .sub-menu {
    display: none;
    position: static;
    pointer-events: all;
    opacity: 1;
    box-shadow: none;
    width: 100%;
    transition: none;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
  }
  .navigation-menu ul.sub-menu li a {
    padding: 10px 25px;
  }
	.navigation-menu ul.sub-menu li ul.sub-menu li a {
		padding-left: 35px;
	}
  .menu-item-has-children .menu-arrow {
    margin-top: 0;
    width: 40px;
    height: 45.5px;
    position: absolute;
    right: 8px;
    top: 0;
    cursor: pointer;
    z-index: 1;
  }
  .menu-item-has-children .menu-arrow::before {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 10px;
    height: 10px;
    content: '';
    border-right: 1px solid var(--secondary);
    border-bottom: 1px solid var(--secondary);
    transform: rotate(45deg);
  }


  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  h4, .h4 {
    font-size: 22px;
  }
  h5, .h5 {
    font-size: 22px;
  }

  .contact-us .content {
    padding: 80px 15px;
  }
  .contact-us .h3 {
    max-width: 495px;
    margin-right: 25px;
    line-height: 35px;
  }
  .contact-us .btn {
    padding: 14px 20px;
    font-size: 16px;
  }

  footer .content {
    padding: 50px 25px 35px;
  }
  footer ul {
    padding-left: 0;
  }
  footer p, footer ul li a, footer ul li span {
    font-size: 18px;
    line-height: 28px;
  }
  .footer-menu li a {
    font-size: 15px;
  }
  .copyright .content {
    padding: 20px 30px;
  }
  .designby img {
    width: 100px;
  }

  .banner.inner-banner {
    height: 250px;
  }
  .banner.inner-banner .video-wrap > div {
    top: 42%;
    transform: translateY(-42%);
  }
	
  .iframe-wrap .rll-youtube-player {
    height: 337px !important;
  }
  body .iframe-wrap iframe {
	  max-width: 100% !important;
	  width: 100% !important;
	  height: 337px;
  }
  .rll-youtube-player img {
    height: 100% !important;
    object-fit: cover;
  }
}

@media(max-width:991px) {
	body.sticky-header {
		padding-top: 74px;
	}
	#list-example {
		position: static;
	}
  .brand, .mobile-logo {
    max-width: 240px;
  }
/*   .banner {
    height: calc(100vh - 74px);
  } */
	.backToTop.active {
		bottom: 40px;
	}
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .about-brc {
    padding: 25px 0;
  }
  .white-box {
    padding: 41px 25px 31px;
  }

  .contact-us {
    padding: 40px 0;
  }
  .contact-us .content {
    padding: 50px 15px;
    flex-wrap: wrap;
  }
  .contact-us .h3 {
    max-width: 495px;
    margin-right: 0;
    padding-bottom: 20px;
    line-height: 35px;
    text-align: center;
  }

  footer {
    padding-bottom: 40px;
  }
  footer .content {
    padding: 40px 15px 40px;
  }
  footer .row [class*="col-"] {
    padding-bottom: 25px;
  }
  footer .row [class*="col-"]:last-child {
    padding-bottom: 0;
  }
  footer .row [class*="col-"] p:last-child {
    margin-bottom: 0;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  .socials {
    justify-content: flex-start;
  }
  .socials li {
    margin: 0 4px;
  }
  .socials li:first-child {
    margin-left: 0;
  }

  .copyright, .copyright .row [class*="col-"]:last-child p {
    text-align: center;
  }
  .copyright .content {
    padding: 20px 15px;
  }
  .copyright .row [class*="col-"] {
    padding-bottom: 13px;
  }
  .designby {
    padding-bottom: 5px;
    justify-content: center;
  }
  .designby img {
    margin-left: 8px;
  }

/*   .banner.inner-banner {
    height: 210px;
  } */
  .banner.inner-banner .video-wrap > div {
    top: 25%;
    transform: translateY(-25%);
  }

  .play-btn, .play-btn svg {
    width: 50px;
    height: 50px;
  }
	
  .main-page {
	padding-top: 25px;
  }
	
  .error-404 {
	padding-top: 40px;
  }
	
  .rll-youtube-player {
	max-width: 600px !important;
  	height: 337px !important;
  }
	
  
  .single .main-page + .contact-us, .page-id-274 .main-page + .contact-us, .page-id-274 .main-page + .contact-us {
	padding-top: 12px;
  }
}

@media(max-width:767px) {
	body.sticky-header {
		padding-top: 69.5px;
	}
  .brand, .mobile-logo {
    max-width: 220px;
  }
  .menu-wrap .btn-block .btn {
    width: 100%;
  }

/*   .banner {
    height: calc(100vh - 70px);
  } */

  h1, .h1 {
    font-size: 38px;
  }
  h2, .h2 {
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
   h3, .h3 {
    font-size: 22px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  p {
    margin-bottom: 10px;
    line-height: 26px;
	  font-size: 17px;
  }
  .white-box {
    padding: 31px 15px 21px;
  }

  .contact-us .h3 {
    line-height: 30px;
  }
	
  .single article .entry-header, .single .post-thumbnail {
	margin-bottom: 15px
  }
	
  .rll-youtube-player {
	max-width: 515px !important;
  	height: 289px !important;
  }
	
  .single .main-page + .contact-us, .page-id-274 .main-page + .contact-us, .page-id-274 .main-page + .contact-us {
	padding-top: 25px;
  }
	
  .iframe-wrap iframe {
	max-width: 510px;
	  width: 510px !important;
	height: 287px;
  }
  
}

@media(max-width:575px) {
/* 	.ginput_recaptcha > div {
		margin-left: -45px;
	} */
	.about-brc, .contact-us {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.white-box {
      padding: 12px 12px 3px;
    }
	
  .white-box .btn-block .btn {
    width: 100%;
	  margin: 6px 0 6px;
  }
	
	
  .backToTop.active {
	bottom: 60px;
  }
  footer {
    padding-bottom: 12px;
	  text-align: center;
  }
   footer .content {
    padding: 30px 12px;
  }
  .socials {
    justify-content: center;
  }
/*   .banner.inner-banner .container {
    min-height: 180px;
  }	 */
	
  .banner.inner-banner .video-wrap > div {
    top: 5%;
    transform: translateY(-5%);
  }
	
  .copyright .row [class*="col-"] {
    padding-bottom: 20px;
  }
  .single .main-page + .contact-us, .page-id-274 .main-page + .contact-us, .page-id-274 .main-page + .contact-us {
	padding-top: 15px;
  }
}

@media(max-width:480px) {
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 35px;
  }
	.backToTop.active {
	bottom: 75px;
  }
	
  .rll-youtube-player {
  	height: 219px !important;
  }
	
  .banner.inner-banner {
    height: 200px;
  }
  .banner.inner-banner .video-wrap > div {
    top: 0;
    transform: translateY(0);
  }
	
  .iframe-wrap iframe {
	height: 211px;
	  width: 100% !important;
  }
}

@media(max-width:399px) {
  .banner.inner-banner {
    height: 160px;
  }
	.inner-banner .h1 {
		font-size: 22px;
	}
  .iframe-wrap iframe {
	height: 168px;
  }
}

.page-id-1000 .slider-no-current {
    display: none !important;
}