@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px; 
	color: #000; 
	line-height: 24px;
	margin: 0px; 
	padding: 0px; 
}
a {
	text-decoration: none !important;
}
ul li {
	list-style: none;
}
.bg-red {
	background: #ee2329;
}
.transition {
	transition: 0.5s;
}
.text-red, header .navbar .nav-link:hover, header .navbar .nav-link.active, 
header .navbar .nav-item .dropdown-menu > li > a:hover, header .navbar .nav-item .dropdown-menu > li > a.active {
	color: #ee2329 !important;
}
.section-padding { 
	padding:100px 0px;
}
.sp-top {
	padding-top: 100px;
}
.sp-bottom {
	padding-bottom: 100px;
}
.crossbutton {
	padding: 12px 32px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
}
.crossbutton:hover {
	color: #f05e23 !important;
	background: #fff !important;
}
h2.sectionTitle {
	color: #000;
	font-weight: 900;
	font-size: 40px;
}
.hammButton {
	border-radius: 6px;
	padding: 12px 32px;
	font-weight: 500;
	font-size: 18px;
}
.hammButton:hover, .hammButton:focus, .hammButton.active {
	background: #000 !important;
	box-shadow: none;
	outline: 0;
}
.hammButton.small {
	padding: 8px 20px;
	font-size: 16px;
}

/*---------------------------------------
:::::Header Section
---------------------------------------*/
header {
	z-index: 2;
	background: rgba(255,255,255,0.10);
	box-shadow: 0 0 30px rgba(0,0,0,0.20);
}
header .navbar-brand.logo {
	
}
header .navbar { 
	padding: 10px 0px; 
	z-index: 1;  
}
header .nav-item:last-child { 
	margin-right: 0px; 
}
header .navbar .nav-link {
	color:#000 !important;
	padding: 30px 15px !important; 
	position:relative;
}
header .nav-link:hover, .nav-link.active  { 
	color:#f05e23; 
	cursor:pointer;
}
header .navbar-toggler { 
	right: 15px;
	padding: 5px 5px;
	background: #000;
}
header .navbar-toggler:hover {
	background: #ee2329;
}
header .navbar-toggler > span.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	transition: 0.5s;
}
header .navbar .nav-link.dropdown-toggle {
	padding-right: 30px !important;
}
header .navbar .nav-link.dropdown-toggle::after {
	content: '\f107';
	border: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translate(0,-45%);
}
header .navbar .nav-link::before {
	content: '';
	width: 10px;
	position: absolute;
	height: 20px;
	top: -20px;
	background: url(../images/menu-active.png) no-repeat;
	left: 0;
	margin: auto;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
header .navbar .nav-link:hover::before, header .navbar .nav-link.active::before {
	top: 0;
	opacity: 1;
	visibility: visible;
}
header .social { 
	float:right; 
}
header .social i, footer .social i {
	width: 34px;
	height: 34px;
	color: #000;
	margin-left: 2px;
	font-size: 12px;
}
header .social i:hover {
	color: #fff;
	background:#000 !important;
	border-color: transparent;
}
header .navbar .nav-item .dropdown-menu > li > a {
	padding: 10px 15px;
	border-bottom: 1px dashed rgba(0,0,0,0.70);
	background: transparent;
}
header .navbar .nav-item .dropdown-menu > li:last-child > a {
	border: 0;
}
/*---------------------------------------------------
:::::Banner Section
---------------------------------------------------*/
.bannerSlider {
	background: url(../images/slider-bg.jpg) #dbdbdb no-repeat;
	background-size: cover;
	background-blend-mode: luminosity;
}
.bannerSlider::before {
	content: '';
	width: 50%;
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 1;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background: #ee2329;
	right: 0;
}
.bannerSlider:after, .aboutSection::after, .publicSpeaker::after, .innerBanner::after {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	background: rgba(219,219,219,0.90);
	left: 0;
}
.bannerSlider > #banner_slider .owl-item {
	padding-top: 150px;
}
.bannerSlider > #banner_slider .owl-item > .item > .container {
	left: 0;
	right: 0;
}
.bannerSlider > #banner_slider .owl-item > .item > img {
	width: 700px;
}
.bannerSlider > #banner_slider .contentBox {
	width: 52%;
	transform: translate(0,-30px);
}
.bannerSlider > #banner_slider .contentBox h2 {
	color: #000;
	font-weight: 900;
	font-size: 70px;
	line-height: 68px;
}
.bannerSlider > #banner_slider .contentBox small {
	font-size: 28px;
	color: #172e50;
	font-weight: 900;
}
.bannerSlider .owl-dots {
	position: absolute;
	top: 100px;
	bottom: 0;
	right: 0;
	margin: auto !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 40px;
}
.bannerSlider .owl-dots > .owl-dot {
	width: 100%;
}
.bannerSlider .owl-dots > button > span {
	background: #fff !important;
	border: 1px solid transparent;
	width: 10px !important;
	height: 10px !important;
	margin: 3px !important;
	transition: 0.5s;
}
.bannerSlider .owl-dots > button > span:hover, .bannerSlider .owl-dots > button.active > span {
	border-color: #fff;
	transition: 0.5s;
	background: transparent !important;
	transform: scale(1.8);
}
/*---------------------------------------------------
:::::Book Section
---------------------------------------------------*/
.bookSection, .videoGallery {
	overflow: hidden;
}
.bookSection > .row {
	padding: 0 30px;
}
.bookSection .imgBox {
	border-radius: 15px;
	overflow: hidden;
	border: 6px solid #cccccc;
}
.bookSection .imgBox:hover, .bookSection .imgBox > ul > li > a:hover, .mediaSection .mediaBox a:hover, 
.photoGallery .galleryBox > a:hover {
	background: #000;
}
.bookSection .imgBox:hover > img {
	opacity: 0.5;
}
.bookSection .imgBox > ul > li > a {
	width: 44px;
	height: 44px;
	border-radius: 6px;
	margin: 0 2px;
}
.bookSection .imgBox > ul {
	opacity: 0;
	visibility: hidden;
	transform: translateY(70px);
}
.bookSection .imgBox:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
/*---------------------------------------------------
:::::About Section
---------------------------------------------------*/
.aboutSection {
	background: url(../images/about-bg.jpg) #fff top center no-repeat;
	background-size: cover;
	background-blend-mode: luminosity;
	z-index: 0;
}
.aboutSection::after {
	z-index: -1;
	background: rgba(255,255,255,0.85);
}
.aboutSection h2.sectionTitle > span, .publicSpeaker h2.sectionTitle > span {
	margin-top: -10px;
}
/*---------------------------------------------------
:::::Media Section
---------------------------------------------------*/
.mediaSection {
	background: url(../images/media-bg.jpg) #000 top center no-repeat;
	background-size: cover;
	z-index: 0;
}
.mediaSection::after, footer::after, .goalClass::after {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,0.90);
	left: 0;
	z-index: -1;
}
.mediaSection .container > a {
	margin-top: 0px !important;
}
.mediaSection > .container > .row > [class*="col-"] {
	margin-bottom: 30px;
}
.mediaSection .mediaBox, .publicSpeaker .videoBox, .photoGallery .galleryBox {
	background: #000;
	border-radius: 15px;
	overflow: hidden;
}
.mediaSection .mediaBox:hover img {
	opacity: 0.5;
}
.mediaSection .mediaBox > h6 {
	opacity: 0;
	visibility: hidden;
	bottom: 70px;
	font-weight: 400;
}
.mediaSection .mediaBox:hover > h6 {
	opacity: 1;
	visibility: visible;
	bottom: 10px;
}
.mediaSection .mediaBox a, .photoGallery .galleryBox > a {
	width: 40px;
	height: 40px;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
}
.mediaSection .mediaBox:hover a, .photoGallery .galleryBox:hover > a {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.mediaSection .container > a:hover, .publicSpeaker .videoBox > a:hover {
	color: #000 !important;
	background: #fff !important;
}

.mediaSection.mediapage{ background:#fff; }

.mediaSection.mediapage:after{ display:none; }

.mediaSection.mediapage .mediaBox{ border-radius:0; }


/*---------------------------------------------------
:::::Public Speaker Section
---------------------------------------------------*/
.publicSpeaker {
	background: url(../images/public-speaker-bg.jpg) #fff top center no-repeat;
	background-size: cover;
	background-blend-mode: luminosity;
	z-index: 0;
}
.publicSpeaker::before {
	content: '';
	width: 50%;
	position: absolute;
	height: 100%;
	top: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background: #ee2329;
	right: 0;
}
.publicSpeaker::after {
	z-index: -1;
	background: rgba(255,255,255,0.85);
}
.publicSpeaker > .mainSpeaker::before {
	content: '';
	width: 160px;
	position: absolute;
	height: 120px;
	top: 0;
	clip-path: polygon(100% 0px, 0% 100%, 0% 0%);
	background: #ee2329;
	left: 0;
}
.publicSpeaker .videoBox > img {
	opacity: 0.7;
}
.publicSpeaker .videoBox > a {
	width: 60px;
	height: 60px;
	font-size: 22px;
}
/*---------------------------------------------------
:::::Photo Gallery Section
---------------------------------------------------*/
.photoGallery .galleryBox > a {
	box-shadow: 0 0 20px rgba(238,35,41,1);
}
.photoGallery .galleryBox > a:hover {
	box-shadow: 0 0 20px rgba(0,0,0,1);
}
.photoGallery .galleryBox:hover > img {
	opacity: 0.3;
}
.photoGallery > .container > .row > [class*="col-"] {
	/*max-width: 32.600% !important;
	margin: 0 10px 10px 0;*/
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}
.photoGallery > .container > .row > [class*="col-"]:nth-child(3n) {
	margin-right: 0;
}


/*---------------------------------------------------
:::::Video Gallery Section
---------------------------------------------------*/
.videoGallery #video_slider .owl-stage {
    padding: 52px 0;
}
.videoGallery .owl-item {
    opacity: 0.4;
    transition: 1s;
}
.videoGallery .owl-item.active.center .videogalleryBox {
    transform: scale(1.7);
    transition: 1s;
}
.videoGallery .owl-item.active.center {
    position: relative;
    z-index: 222;
    opacity: 1;
}
.videoGallery .owl-nav.disabled {
    display: block !important;
}
.videoGallery .owl-nav > button:first-child {
    margin-left: 15px;
}
.videoGallery .owl-nav > button:last-child {
    margin-right: 15px;
}
.videoGallery .owl-item .videogalleryBox > a {
    display: none;
}
.videoGallery .owl-item.active.center .videogalleryBox > a {
    display: flex;
	transform: translateX(-50%) translateY(-50%) scale(0.6);
	align-items: center;
	justify-content: center;
}
.videoGallery .owl-item.active.center .videogalleryBox .textBox {
    display: block;
}
.videoGallery .owl-item.active.center .videogalleryBox > a > i, .videoArea > .videoBox i {
    transform: translateX(-3px);
	z-index: 2;
	font-size: 35px;
}

.videoGallery.videopage .videogalleryBox > a > i {
    transform: translateY(4px);
	z-index: 2;
	font-size: 35px;
}

.videoGallery.videopage .videogalleryBox{ margin-bottom:30px; }

.videoGallery .owl-nav {
    position: absolute;
    max-width: 100% !important;
    pointer-events: none;
    width: 1140px;
}
.videoGallery .owl-nav > button {
    pointer-events: auto;
    width: 50px;
    height: 50px;
    display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50% !important;
	background: rgba(255,255,255,0.32) !important;
	transition: 0.5s;
}
.videoGallery .owl-nav > button > span {
    display: none;
}
.videoGallery .owl-nav > button:first-child {
    float: left;
    margin-left: 50px;
}
.videoGallery .owl-nav > button:last-child {
    float: right;
    margin-right: 50px;
}
.videoGallery .owl-nav > button:after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	color: #000;
	transition: 0.5s;
}
.videoGallery .owl-nav > button.owl-prev:after {
	content: '\f060';
}
.videoGallery .owl-nav > button.owl-next:after {
	content: '\f061';
}
.videoGallery .owl-nav > button:hover {
	background: #ee2329 !important;
}
.videoGallery .owl-nav > button:hover::after {
	color: #fff;
}
.video-play-button {
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	padding: 18px 20px 18px 28px;
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #fa183d;
	border-radius: 50%;
	transition: 0.5s;
}
.video-play-button:hover:after {
	background: #000;
}
.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all ease 500ms;
}
.video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1;
}
.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
}
.video-overlay-close:hover {
	color: #fa183d;
}
.video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
/*---------------------------------------------------
:::::Partners Section
---------------------------------------------------*/
.partnerSec, .connectWith {
	background: #ededed;
}
.partnerSec .sectionTitle {
	margin-bottom: -10px !important;
}
.partnerSec .partnerBox {
 	padding: 15px 30px;
}
.partnerSec > .container > .row > [class*="col-"] {
	margin-top: 30px;
}
.partnerSec .partnerBox > img {
	transform: scale(0.9);
}
/*---------------------------------------------------
:::::Connect With Us Section
---------------------------------------------------*/
.connectWith .connectUs {
	padding: 40px 30px;
	transform: translateY(50%);
	z-index: 2;
}
.connectWith .connectUs .sectionTitle > span, .goalClass .sectionTitle > span {
	color: #000;
}
.connectWith .connectUs form input {
	padding: 12px 15px;
	border-radius: 6px;
	outline: 0;
	width: 28%;
}
.connectWith .connectUs form button {
	padding: 12px 34px;
	background: #000;
	border-radius: 6px;
	font-size: 18px;
}
.connectWith .connectUs form button:hover, footer .contactus > li > a:hover > i {
	color: #000 !important;
	background: #fff;
}
/*---------------------------------------------------
:::::Footer Section
---------------------------------------------------*/
footer {
	background: url(../images/footer-bg.jpg) #000 no-repeat;
	background-blend-mode: luminosity;
	z-index: 0;
	padding: 150px 0 0;
}
footer::after {
	background: rgba(0,0,0,0.96);
}
footer .social {
	border-top: 1px solid rgba(255,255,255,0.20);
	margin-top: 25px;
	padding-top: 25px;
}
footer .social i {
	margin-right: 5px;
}
footer .social i:hover {
	color: #000 !important;
	background: #fff;
}
footer h4 {
	margin-bottom: 25px;
}
footer .quickLinks > li, footer .affiliates > li, footer .contactus > li {
	margin-bottom: 12px;
}
footer .quickLinks > li:last-child, footer .affiliates > li:last-child, 
footer .contactus > li:last-child {
	margin-bottom: 0;
}
footer .quickLinks > li > a:hover, footer .affiliates > li > a:hover, 
footer .contactus > li > a:hover {
	color: #ee2329 !important;
}
footer .contactus > li > a > i {
	width: 46px;
	height: 46px;
	top: -10px;
	left: 0;
}
footer .contactus > li > a {
	padding-left: 56px;
}
footer .contactus > li:nth-child(2) > a {
	margin: 10px 0 20px;
}
footer .contactus {
	padding-top: 11px !important;
}
footer .copyRight a {
	font-weight: 500;
}
footer .copyRight {
	margin-top: 40px;
	padding: 18px 0;
}
footer .copyRight a:hover {
	color: #000 !important;
}
/*---------------------------------------------------
:::::Inner Banner Section
---------------------------------------------------*/
.innerBanner {
	background: url(../images/inner-banner-back.jpg) #fff top center no-repeat;
	background-size: cover;
}
.innerBanner::before {
	width: 42%;
}
.innerBanner::after {
	background: rgba(255,255,255,0.85)
}
.innerBanner h1 {
	font-weight: 900;
	transform: translateY(50px);
}
.innerBanner img {
	margin: 90px 50px 0 0;
}
.innerBanner h1, .innerBanner img {
	z-index: 2;
}

.innerBanner h1 span{ color:#ee2329; }

/*---------------------------------------------------
:::::Acting Page Section
---------------------------------------------------*/
.hamm-details {
	padding: 15px 0;
}
.hamm-details ul > li {
	font-size: 18px;
}
.hamm-details ul > li > strong {
	margin-left: 20px;
}
.hamm-details ul > li > strong:first-child {
	margin-left: 0;
}
.hamm-resume .resumeBox {
	margin-top: 40px;
}
.hamm-resume .resumeBox h5 {
	width: fit-content;
	border-radius: 12px 12px 0 0;
	padding: 12px 70px 12px 20px;
}
.hamm-resume table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 0 15px 15px;
	overflow: hidden;
	box-shadow: 0 0 50px rgba(0,0,0,0.10);
}
.hamm-resume tr:nth-of-type(2n) {
	background: #e1e1e1;
}
.hamm-resume td {
	padding: 18px 20px;
	border-left: 1px solid #b9b9b9;
	text-align: left;
	font-weight: 300;
	width: 33.333%;
}
.hamm-resume td:first-child {
	border: 0;
}
.trainingSec ul li {
	padding-left: 40px;
	margin-bottom: 15px;
}
.trainingSec ul li:last-child {
	margin-bottom: 0;
}
.trainingSec ul li::before {
	content: '\f061';
	font-family: 'Font Awesome 6 Free';
	width: 30px;
	position: absolute;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ee2329;
	color: #fff;
	border-radius: 50%;
	font-weight: 600;
	top: -3px;
	left: 0;
	font-size: 12px;
}
.videoArea > .videoBox i {
	transform: translate(2px,5px);
}
.goalClass {
	background: url(../images/classes-bg.jpg) #ee2329 no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	z-index: 0;
}
.goalClass::after {
	background: rgba(237,35,41,0.85);
}
.goalClass .classes {
	background: #000;
	padding: 70px 40px;
}
/*---------------------------------------------------
:::::Biography Page
---------------------------------------------------*/
.bio_sec , .biopic { position:relative; }
.bio_sec:after
{
	content:"";
	background:#ee2329;
	width:45%;
	height:500px;
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
}
.biopic:before
{
	content:"";
	background:#b2b2b2;
	width:100px;
	height:100px;
	position:absolute;
	bottom:-30px;
	left:-30px;
	z-index:-1;
}


/*---------------------------------------------------
:::::Back To Top Section
---------------------------------------------------*/
.back-to-top {
    visibility: hidden;
    background: #000;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 90;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .5s;
    box-shadow: 0 0 15px rgba(255,255,255,0);
}
.back-to-top i {
    font-size: 16px;
    color: #fff;
    transition: all .5s;
}
.back-to-top:hover {
    background: #ee2329;
	box-shadow: 0 0 15px rgba(0,0,0,0.50);
    opacity: 1
}
.back-to-top.show {
    visibility: visible;
    bottom: 35px;
    opacity: 1;
}
/*---------------------------------------------------
:::::Responsive Section
---------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.section-padding { 
		padding: 70px 0px;
	}
	.sp-top {
		padding-top: 70px;
	}
	.sp-bottom {
		padding-bottom: 70px;
	}
	h2.sectionTitle {
		font-size: 35px;
	}
	header .navbar-brand.logo {
		width: 210px;
	}
	header .navbar .nav-link {
		padding: 22px 10px !important;
		font-size: 14px;
	}
	header .navbar .nav-link.dropdown-toggle {
		padding-right: 25px !important;
	}
	header .navbar .nav-link.dropdown-toggle::after {
		font-size: 10px;
		top: 48%;
	}
	header .navbar .nav-item .dropdown-menu > li > a {
		padding: 6px 15px;
		font-size: 14px;
	}
	.bannerSlider > #banner_slider .contentBox {
		width: 42%;
	}
	.bannerSlider > #banner_slider .contentBox h2 {
		font-size: 55px;
		line-height: 52px;
	}
	.bannerSlider > #banner_slider .contentBox small {
		font-size: 25px;
	}
	.aboutSection h2.sectionTitle > span, .publicSpeaker h2.sectionTitle > span {
		margin-top: -6px;
	}
	.videoGallery .owl-nav > button:first-child {
	    margin-left: 80px;
	}
	.videoGallery .owl-nav > button:last-child {
	    margin-right: 80px;
	}
	.connectWith .connectUs form input {
		width: 27%;
	}
	footer h4 {
		font-size: 20px;
	}
	.innerBanner::before {
		width: 38%;
	}
	.innerBanner h1 {
		transform: translateY(40px);
	}
	.innerBanner img {
		margin: 70px 50px 0 0;
		width: 300px;
	}
}
@media all and (min-width: 992px) {
	header .navbar .dropdown-menu-end {
		left: 0;  
	}
	header .navbar .nav-item .dropdown-menu {  
		display: block; 
		opacity: 0;  
		visibility: hidden; 
		transition: .3s; 
		margin-top: 0;
		background: rgba(255,255,255,0.30);
		box-shadow: 0 5px 15px rgba(0,0,0,0.12);
	}
	header .navbar .dropdown-menu.fade-down { 
		top: 100%; 
		transform: rotateX(-75deg); 
		transform-origin: 0% 0%; 
	}
	header .navbar .dropdown-menu.fade-up{ 
		top: 180%;  
	}
	header .navbar .nav-item:hover .dropdown-menu { 
		transition: 0.3s; 
		opacity: 1; 
		visibility: visible; 
		top: 100%; 
		transform: rotateX(0deg); 
	}
}
@media only screen and (max-width: 991px) {
	.section-padding { 
		padding: 50px 0px;
	}
	.sp-top {
		padding-top: 50px;
	}
	.sp-bottom {
		padding-bottom: 50px;
	}
	h2.sectionTitle {
		font-size: 30px;
	}
	header .navbar-brand.logo {
		padding: 5px 0 !important;
	}
	header #main_nav {
		position: absolute;
		top: 100%;
		width: 96%;
		border-radius: 0 0 15px 15px;
		background: #ee2329;
		left: 0;
		right: 0;
		margin: auto;
		box-shadow: 0 15px 30px rgba(0,0,0,0.50);
	}
	header .navbar .nav-link {
		color:#fff !important;
	}
	header #main_nav > .navbar-nav {
		padding: 30px 0;
	}
	header .navbar .nav-item.dropdown > .dropdown-menu {
		width: fit-content;
		margin: auto;
		text-align: center;
	}
	header .navbar-brand.logo {
		width: 200px;
	}
	header .navbar .nav-link {
		font-size: 16px;
		padding: 12px 10px !important;
		width: max-content;
		margin: auto;
		color: #fff;
	}
	header .navbar .nav-link:hover {
		color: #000 !important;
	}
	header .navbar .nav-item .dropdown-menu {
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	}
	header .social {
		transform: translate(-62px,0px);
	}
	.bannerSlider > #banner_slider .contentBox {
		width: 48%;
		transform: translate(0,-50px);
	}
	.bannerSlider > #banner_slider .owl-item > .item > img {
		width: 500px;
	}
	.bannerSlider > #banner_slider .contentBox h2 {
		font-size: 45px;
		line-height: 42px;
	}
	.bannerSlider > #banner_slider .contentBox small {
		font-size: 20px;
	}
	.bookSection h4 {
		font-size: 18px;
	}
	.mediaSection .mediaBox, .publicSpeaker .videoBox, .photoGallery .galleryBox {
		border-radius: 10px;
	}
	.publicSpeaker::before {
		width: 500px;
		height: 350px;
		top: auto;
		bottom: 0;
	}
	.publicSpeaker .videoBox {
		margin-bottom: 20px;
	}
	.photoGallery > .container > .row > [class*="col-"] {
		max-width: 31.600% !important;
	}
	.sp8 img { height:162px; object-fit:cover; oject-position:top; }
	.connectWith .connectUs form input {
		width: 25%;
		font-size: 14px;
	}
	.connectWith .connectUs form button {
		font-size: 16px;
	}
	footer {
		padding-top: 80px;
	}
	footer > .container > .row > [class*="col-"] {
		margin-top: 50px;
	}
	.innerBanner h1 {
		font-size: 32px;
	}
	.innerBanner img {
		margin: 70px 0 0;
		width: 250px;
	}
	.hamm-details img {
		width: 90%;
	}
	.hamm-details ul > li:first-child {
		width: 210px;
	}
	.hamm-details ul > li {
		font-size: 14px;
	}
	.hamm-resume td {
		font-size: 14px;
	}
	.goalClass .classes {
		padding: 40px 25px;
	}
	.bio_sec:after { display:none; }
}
@media only screen and (max-width: 767px) {
	.section-padding { 
		padding: 40px 0px;
	}
	.sp-top {
		padding-top: 40px;
	}
	.sp-bottom {
		padding-bottom: 40px;
	}
	h2.sectionTitle {
		font-size: 25px;
	}
	.bannerSlider::before {
		width: 100%;
		height: 80%;
		top: auto;
		bottom: 0;
	}
	.bannerSlider > #banner_slider .owl-item > .item {
		display: block !important;
	}
	.bannerSlider > #banner_slider .owl-item > .item > .container {
		position: relative !important;
	}
	.bannerSlider > #banner_slider .contentBox {
		width: 100%;
		transform: translate(0,0px);
		margin-bottom: 20px;
	}
	.bannerSlider > #banner_slider .owl-item {
		padding-top: 100px;
	}
	.bannerSlider > #banner_slider .contentBox h2 {
		font-size: 35px;
		line-height: 32px;
	}
	.bannerSlider > #banner_slider .contentBox h2 > span {
		display: inline-block !important;
	}
	.bannerSlider > #banner_slider .owl-item > .item > img {
		width: 100%;
	}
	.bannerSlider > #banner_slider .contentBox p {
		margin: 5px 0 !important;
		font-size: 14px;
		line-height: 20px;
	}
	.bannerSlider .owl-dots {
		top: auto;
		left: 0;
		height: 50px;
		justify-content: center;
	}
	.bannerSlider .owl-dots > .owl-dot {
		width: fit-content;
	}
	.bannerSlider .owl-dots > button > span {
		margin: 0 5px !important;
	}
	.bookSection > .row > [class*="col-"], .trainingSec .row > [class*="col-"]:first-child {
		margin-bottom: 30px;
	}
	.bookSection > .row > [class*="col-"]:last-child {
		margin-bottom: 0px;
	}
	.bookSection h4 {
		font-size: 22px;
	}
	.mediaSection .mediaBox, .publicSpeaker .videoBox, .photoGallery .galleryBox {
		border-radius: 8px;
	}
	.publicSpeaker::before {
		width: 358px;
		height: 250px;
	}
	.photoGallery > .container > .row > [class*="col-"] {
		max-width: 49% !important;
	}
	.photoGallery > .container > .row > [class*="col-"]:nth-child(3n) {
		/*margin-right: auto;*/
	}
.sp8 img { height:190px; }
	.photoGallery > .container > .row > [class*="col-"]:nth-child(2n) {
		margin-right: 0;
	}
	.videoGallery .owl-nav > button:first-child {
	    margin-left: 0px;
	}
	.videoGallery .owl-nav > button:last-child {
	    margin-right: 0px;
	}
	.connectWith .connectUs form input {
		width: 32%;
		margin-bottom: 8px;
	}
	footer {
		padding-top: 100px;
	}
	.back-to-top {
		bottom: 65px;
		right: 15px;
	}
	.back-to-top.show {
		bottom: 15px;
	}
	.innerBanner h1 {
		font-size: 25px;
	}
	.innerBanner::before {
		width: 48%;
		height: 100%;
	}
	.hamm-details ul > li {
		line-height: 16px;
	}
	.hamm-details ul > li > strong:last-child {
		margin-left: 0;
	}
	.hamm-resume .resumeBox:nth-child(2) {
		margin-top: 20px;
	}
	.text-white.text-uppercase.font-weight-bold.bg-red.mb-0 {
		font-size: 16px;
		padding: 10px 50px 10px 15px;
	}
	.hamm-resume table {
		width: 100%;
	}
	.hamm-resume table,
	.hamm-resume tbody,
	.hamm-resume td,
	.hamm-resume tr {
		display: block;
	}
	.hamm-resume tr {
		border-bottom: 2px solid #000;
	}
	.hamm-resume tr:last-child {
		border-bottom: 0;
	}
	.hamm-resume td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50px;
	}
	.hamm-resume td:before {
		position: absolute;
		top: 50%;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		content: attr(data-column);
		color: #000;
		font-weight: bold;  
		transform: translateY(-50%);
	}
	.hamm-resume td {
		width: 100%;
		font-size: 16px;
	}
	.videoArea > .videoBox > img {
		height: 280px;
		object-fit: cover;
	}
		.biopic { margin-bottom:20px; }
	.biopic:before { display:none; }
}
@media only screen and (max-width: 575px) {
	.section-padding { 
		padding: 30px 0px;
	}
	.sp-top {
		padding-top: 30px;
	}
	.sp-bottom {
		padding-bottom: 30px;
	}
	header .navbar-brand.logo {
		margin-left: 12px;
	}
	header .social {
		transform: translate(0,0px);
		display: none !important;
	}
	.bannerSlider::before {
		height: 50%;
	}
	.bannerSlider > #banner_slider .contentBox h2 {
		font-size: 30px;
		line-height: 26px;
	}
	.hammButton {
		padding: 8px 20px;
		font-size: 14px;
	}
	.bannerSlider .owl-dots {
		height: 40px;
	}
	.bookSection h4 {
		font-size: 20px;
	}
	.publicSpeaker > .mainSpeaker::before {
		width: 150px;
		height: 105px;
	}
	.publicSpeaker::before {
		width: 243px;
		height: 170px;
	}
	.photoGallery > .container > .row > [class*="col-"] {
		max-width: 100% !important;
		margin-right: 0;
	}
	.photoGallery > .container > .row > [class*="col-"]:last-child {
		margin-bottom: 0;
	}
	.photoGallery > .container > .row > [class*="col-"]:nth-child(3n) {
		margin-right: auto;
	}
	.photoGallery > .container > .row > [class*="col-"]:nth-child(2n) {
		margin-right: 0;
	}
		.sp8 img { height:300px; }
	.videoGallery #video_slider .owl-stage {
		padding: 40px 0;
	}
	.videoGallery .owl-item.active.center .videogalleryBox > a {
		transform: translateX(-50%) translateY(-50%) scale(0.4);
	}
	.connectWith .connectUs form input {
		width: 100%;
	}
	footer {
		padding-top: 170px;
	}
	footer > .container > .row > [class*="col-"] {
		margin-top: 30px;
	}
	footer h4 {
		margin-bottom: 12px;
	}
	footer .copyRight {
		margin-top: 30px;
		padding: 15px 0;
		font-size: 14px;
		line-height: 16px;
	}
	.innerBanner::before {
		width: 38%;
		height: 80%;
	}
	.innerBanner img {
		width: 200px;
	}
	.hamm-details {
		padding: 5px 0;
	}
	.hamm-details ul > li {
		font-size: 10px;
		line-height: 14px;
	}
	.hamm-details ul > li > strong {
		margin-left: 0px;
	}
	.videoArea > .videoBox > img {
		height: 220px;
	}
	.videoArea > .videoBox .video-play-button {
		transform: translateX(-50%) translateY(-50%) scale(0.7);
	}
}
