﻿/*------------------------------------------
:::::GLOBAL CSS SECTION
------------------------------------------*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #6a6a6a;
    line-height: 24px !important;
    font-weight: 400;
}
button:focus{
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none !important;
}
.btn:hover, .btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.readMore {
    background: #0066a6;
    border-radius: 30px;
    border: 2px solid transparent;
    padding: 6px 6px 6px 30px;
    font-size: 17px;
    transition: 0.3s;
}
.readMore i {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #242424;
    line-height: 30px;
    border-radius: 50%;
    margin-left: 15px;
    transition: 0.3s;
}
.readMore:hover {
    background: transparent;
    border-color: #0066a6;
    color: #0066a6 !important;
}
.readMore:hover i {
    color: #0066a6;
    margin-left: 5px;
}
.secTitle h2 {
	font-size: 45px;
    color: #0066a6;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px;
}
.secTitle h2 small {
    display: block;
    font-size: 35px;
    color: #242424;
    text-transform: none;
}
.section-padding {
    padding: 100px 0;
}
.sp-top {
    padding-top: 100px;
}
.sp-bottom {
    padding-bottom: 100px;
}
/*------------------------------------------
:::::HEADER SECTION
------------------------------------------*/
header .topHeader {
	background: #0066a6;
	padding: 8px 0;
	text-align: right;
}
header .topHeader ul li, footer ul.socialIcon li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	z-index: 1;
}
footer ul.socialIcon li {
    margin-bottom: 8px;
}
header .topHeader ul li:last-child {
    margin-right: 0;
}
header .topHeader ul li i, footer ul.socialIcon li i {
	width: 40px;
	height: 40px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
	transition: 0.3s;
}
header .topHeader ul li:hover i, footer ul.socialIcon li:hover i {
	background: #fff;
	color: #0066a6;
}
header .logo {
    position: relative;
    margin-top: -50px
}
header .navbar-expand-lg .navbar-nav {
    text-align: right;
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active, 
header .navbar-expand-lg .navbar-nav .nav-link:hover, 
header .navbar-expand-lg ul.navbar-nav li.nav-item > ul > a:hover, 
header .navbar-expand-lg ul.navbar-nav li.nav-item > ul > a.active {
    color: #0066a6;
}
header .navbar-expand-lg .navbar-nav .nav-link:focus {
    color: #0066a6;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    color: #242424;
    font-size: 15px;
    padding: 8px 15px 5px;
    border: 1px solid transparent;
    margin: 0 5px;
    border-radius: 30px;
    transition: 0.5s;
    font-weight: 400;
    position: relative;
}
header .navbar-expand-lg .navbar-nav .nav-link::before {
    content: '';
    width: 15px;
    position: absolute;
    height: 15px;
    bottom: 0;
    background: #0066a6;
    left: 0;
    border-radius: 50%;
    right: 0;
    box-shadow: 0 2px 9px #989898;
    margin: auto;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover::before, 
header .navbar-expand-lg .navbar-nav .nav-link.active::before {
    opacity: 1;
    bottom: -28px;
}
header .navbar-expand-lg .navbar-collapse {
    flex-flow: row-reverse;
}
header .navbar-toggler {
	display: none;
}
header nav#navbar {
    padding-right: 0;
}
header .navbar-expand-lg ul.navbar-nav li:last-child a {
    margin-right: 0;
    padding-right: 0;
}
header .navbar-expand-lg ul.navbar-nav li.nav-item a.dropdown-toggle::after {
    border: 1px solid #242424 !important;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) !important;
    border-top: 0 !important;
    border-left: 0 !important;
    margin-left: 8px;
}
header .navbar-expand-lg .navbar-nav .nav-link a.dropdown-toggle::after {
    top: 100%;
    padding-top: 20px;
}
header .navbar-expand-lg ul.navbar-nav li.nav-item > ul > a {
    padding: 10px;
    background: transparent;
    color: #000;
}
/*------------------------------------------
:::::BANNER SECTION
------------------------------------------*/
.banner {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    display: flex;
    align-items: center;
}
.banner video {
  position: absolute;
  top: 70%;
  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%);
}
.banner > iframe#yt-player {
    width: 100%;
    height: 100%;
}
.banner .container {
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 0;
    right: 0;
}
.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.0;
  z-index: 1;
}
.banner h1 {
    font-size: 40px;
    display: inline-block;
    padding: 12px 22px;
    background: rgba(0, 102, 166, 0.80);
    margin-bottom: 15px;
}

.banner p{ background: rgba(0, 102, 166, 0.90); padding:15px 22px 18px; }

.banner a.readMore:hover {
    background: #fff;
    border-color: transparent;
}
/*------------------------------------------
:::::ABOUT SECTION
------------------------------------------*/
.about img {
    border-radius: 0 0 240px 240px;
}
.about .contSec h2 {
    font-size: 40px;
    font-weight: 700;
    color: #0066a6;
    text-transform: uppercase;
}
.about .contSec h2 small {
    color: #242424;
    font-weight: 400;
    font-size: 28px;
    text-transform: none;
}
/*------------------------------------------
:::::EVENTS SECTION
------------------------------------------*/
.events {
	background: url(../images/events-back.jpg) no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.events::before {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	background: rgba(0, 102, 166, 0.80);
	z-index: -1;
}
.events .secTitle h2 {
	color: #fff;
}
.events .secTitle h2 small {
	color: #bae2ff
}
.events .boxMain {
    background: #fff;
    border-radius: 180px 180px 0 0;
}
.events .boxMain .imgBox {
    box-shadow: 0px 6px 8px #0066a6;
    border-radius: 50%;
}
.events .boxMain .imgBox img {
    width: 100%;
}
.events .boxMain .contentBox {
	padding: 50px 20px 30px;
}
.events .boxMain .contentBox h3 {
	font-size: 22px;
	text-transform: uppercase;
	color: #242424;
	font-weight: 600;
}
.events .boxMain .contentBox p {
	margin: 15px 0 30px;
}
/*------------------------------------------
:::::DVD SECTION
------------------------------------------*/
#DVDSlider .dvdBody h4 {
    font-size: 28px;
    color: #242424;
    margin-bottom: 20px;
}
#DVDSlider .dvdBody h4 strong {
    font-size: 50px;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    color: #0066a6;
}
#DVDSlider .dvdBody a.readMore {
    margin-top: 10px;
}
#DVDSlider .owl-nav {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    margin: 0;
    padding: 0 15px;
}
#DVDSlider .owl-nav .owl-prev {
    margin-right: 10px !important;
}
#DVDSlider .owl-nav .owl-prev, #DVDSlider .owl-nav .owl-next {
    margin: 0;
    background: #c7c7c7;
    width: 34px;
    height: 34px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 30px;
    line-height: 0px;
    position: relative;
    transition: 0.3s;
}
#DVDSlider .owl-nav .owl-prev span, #DVDSlider .owl-nav .owl-next span {
    transform: translate(-50%, 0);
    top: 0;
    left: 50%;
    position: absolute;
    line-height: 25px;
}
#DVDSlider .owl-nav .owl-prev:hover, #DVDSlider .owl-nav .owl-next:hover {
	background: #0066a6;
}
/*------------------------------------------
:::::VIDEO PLAY SECTION
------------------------------------------*/
.videoPlay {
    background: url(../images/vidoe-playBack.jpg) no-repeat;
    background-position: bottom;
    height: 615px;
    /*background-size: contain;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.videoPlay .videoBox h6 {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px;
}
.videoPlay .videoBox h6 small {
    display: block;
    text-transform: none;
    font-size: 32px;
}
.videoPlay .videoBox .animated-button i {
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-left: 4px;
    font-size: 20px;
}
.videoPlay .videoBox .animated-button {
    width: 60px;
    height: 60px;
    background: #0066a6;
    position: relative;
    margin: auto;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.videoPlay .videoBox .animated-button:after, .videoPlay .videoBox .animated-button:before {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0066a6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 102, 166, 0.6);
          box-shadow: 0 0 0 0 rgba(0, 102, 166, 0.6);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.videoPlay .videoBox .animated-button:after {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*------------------------------------------
:::::PARTNER SECTION
------------------------------------------*/
.partner {
	background: url(../images/partner-back.jpg) no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.partner::before {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	background: rgba(0, 102, 166, 0.80);
	z-index: -1;
}
.partner .secTitle h2 {
	color: #fff;
}
.partner .secTitle h2 small {
	color: #bbe2ff;
}
.partner .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.partner .owl-carousel .owl-item .item {
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner .owl-carousel .owl-item .item img {
    width: 62%;
}
.partner .owl-theme .owl-nav {
    position: absolute;
    top: 0 !important;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    pointer-events: none;
}
.partner .owl-carousel .owl-nav button.owl-prev, 
.partner .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 38px;
    height: 38px;
    font-size: 32px;
    line-height: 32px;
    background: #fff;
    border-radius: 0;
    margin: 0;
    display: flex;
    align-items: center;
    transition: 0.3s;
    pointer-events: auto;
}
.partner .owl-carousel .owl-nav button.owl-next {
    right: -45px;
}
.partner .owl-carousel .owl-nav button.owl-prev {
    left: -45px;
}
.partner .owl-carousel .owl-nav button.owl-prev span, 
.partner .owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    color: #fff;
    font-size: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #242424;
    transform: rotate(45deg);
    transition: 0.3s;
    transition: 0.3s;
}
.partner .owl-carousel .owl-nav button.owl-next span {
    border-left: 0;
    border-bottom: 0;
    right: 15px;
}
.partner .owl-carousel .owl-nav button.owl-prev span {
    border-right: 0;
    border-top: 0;
    left: 15px;
}
.partner .owl-carousel .owl-nav button.owl-prev:hover, 
.partner .owl-carousel .owl-nav button.owl-next:hover {
	background: rgba(0, 0, 0, 0.20);
}
.partner .owl-carousel .owl-nav button.owl-prev:hover span, 
.partner .owl-carousel .owl-nav button.owl-next:hover span {
	border-color: #fff;
}
/*------------------------------------------
:::::FOOTER SECTION
------------------------------------------*/
footer {
    background: #1b1b1b;
    padding: 100px 0 50px;
}
footer .footerLogo img {
	width: 100%;
}
footer h6 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}
footer ul.quickLink li a {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 20px;
    transition: 0.3s;
}
footer ul.quickLink li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    color: #0066a6;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 20px;
}
footer ul.socialIcon li i {
    line-height: 42px;
	background: #0066a6;
}
footer ul.address li {
	margin-bottom: 15px;
}
footer ul.address li img {
	margin-right: 10px;
}
footer ul.address a {
	color: #fff;
	transition: 0.3s;
}
footer ul.address a:hover, footer ul.quickLink li a:hover, footer ul.quickLink li a.active {
	color: #0066a6;
}
.copyright {
	background: #000;
	padding: 20px 0;
}
.copyright p {
	color: #fff;
	margin: 0;
}
.copyright p a {
	color: #0066a6;
	transition: 0.3s;
}
.copyright p a:hover {
	color: #fff;
}
/*------------------------------------------
:::::BACK TO TOP SECTION
------------------------------------------*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    background: #0066a6;
    text-decoration: none;
    display: none;
    z-index: 999;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 13px;
    font-size: 19px;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
}
/*------------------------------------------
:::::INNER BANNER SECTION
------------------------------------------*/
.innerBanner {
    position: relative;
}
.innerBanner .container {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
}
.innerBanner .container h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.innerBanner .container ul.bradCamp {
    background: #0066a6;
    display: inline-block;
    border-radius: 30px;
    padding: 15px 30px;
    border-top: 2px solid #fff;
    position: relative;
    bottom: -28px;
}
.innerBanner .container ul.bradCamp li {
    display: inline-block;
    position: relative;
}
.innerBanner .container ul.bradCamp li:nth-child(2n+1) {
    padding-right: 30px;
}
.innerBanner .container ul.bradCamp li a {
    font-size: 18px;
    color: #86d0ff;
    transition: 0.3s;
}
.innerBanner .container ul.bradCamp li a:hover, .innerBanner .container ul.bradCamp li a.active {
    color: #fff;
}
.innerBanner .container ul.bradCamp li:nth-child(2n+1)::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
/*------------------------------------------
:::::ABOUT PAGE SECTION
------------------------------------------*/
.secondSec {
    margin-top: 30px;
}
.secondSec img {
    border-radius: 100px;
}
.secondSec .secImg {
    margin-bottom: 30px;
}
/*------------------------------------------
:::::GALLERY PAGE SECTION
------------------------------------------*/
.galleryPage {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.galleryPage .imgBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
}
/*.galleryPage .imgBox::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: url(../images/zoom.png) no-repeat rgba(51, 90, 157, 0.80);
    transform: scale(0);
    transition: 0.3s;
    background-position: center;
}*/
.galleryPage .imgBox > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.galleryPage .imgBox > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea0202;
    font-size: 18px;
    transition: 0.5s;
    background-position: top;
    height: 100%;
}
.galleryPage .imgBox img {
    height: 100%;
}
.galleryPage .imgBox:hover  a {
    background: url(../images/zoom.png) no-repeat rgba(51, 90, 157, 1);
    background-position: center;
    z-index: 1;
    transition: 0.5s;
}
.galleryPage .imgBox:hover img {
    opacity: 0.1;
}
/*.galleryPage .imgBox > a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea0202;
    font-size: 18px;
    transform: scale(1.5);
    opacity: 0;
    transition: 0.3s;
}*/

.galleryPage a.readMore {
    color: #fff;
    padding: 10px 6px 10px 30px;
} 
.galleryPage a.readMore i {
    line-height: 33px;
}
.moreLoad {
    width: 100%;
    margin-top: 30px;
}
/*.galleryPage a.load-more__btn {
    color: #fff;
    background: #ea0202;
    padding: 10px 20px;
    margin-top: 30px;
    border: 2px solid transparent;
    display: inline-block;
    transition: 0.3s;
}
.galleryPage a.load-more__btn:hover {
    background: transparent;
    color: #ea0202;
    border-color: #ea0202;
}*/
.galleryPage .container-fluid .row [class*="col-"] {
    padding: 0;
}
/*------------------------------------------
:::::PRODUCT PAGE SECTION
------------------------------------------*/
.productPage .container .row [class*="col-"] {
    margin-bottom: 30px;
}
.productPage .imgSec {
    border: 8px solid #b0b0b0;
}
.productPage .imgSec img {
    width: 100%;
}
.productPage .moreLoad {
    margin-top: 0;
}
/*------------------------------------------
:::::CONTACT PAGE SECTION
------------------------------------------*/
.contDetails .contBox .imgBox {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid transparent;
    overflow: hidden;
    margin-right: 15px;
    position: relative;
    z-index: 0;
    transition: 0.3s;
}
.contDetails .contBox .imgBox::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: #0066a6;
    top: 0;
    left: 0;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: 0.3s;
}
.contDetails .contBox .imgBox img {
    -webkit-filter: drop-shadow(0px -121px 0px #fff);
    -moz-filter: drop-shadow(0px -104px 0px #fff);
    -o-filter: drop-shadow(0px -104px 0px #fff);
    padding-top: 245px;
}
.contDetails .contBox a, .contDetails .contBox p {
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    margin: 0;
    transition: 0.3s;
}
.contInformation .formMain input, .contInformation .formMain textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    background: #eff6f9;
    border: 0;
    box-shadow: 0 1px 2px #d8d8d8;
    outline: 0;
    box-shadow: none;
}
.contInformation .formMain button.readMore {
    color: #fff;
}
span#nameResponse, span#emailResponse, span#subjectResponse, span#messageResponse {
    color: #f00;
    font-size: 12px;
}
.contInformation img {
    width: 100%;
}
.contInformation .formMain button.readMore:hover {
    cursor: pointer;
}
.contDetails .contBox:hover .imgBox {
    border-color: #0066a6;
    transition: 0.3s;
}
.contDetails .contBox a:hover, .contDetails .contBox p:hover {
    color: #0066a6;
}
.contDetails .contBox:hover .imgBox::before {
    width: 0%;
    height: 0%;
    transition: 0.3s;
    background: transparent;
}
.contDetails .contBox:hover .imgBox img {
    -webkit-filter: drop-shadow(0px -121px 0px #0066a6);
    -moz-filter: drop-shadow(0px -104px 0px #0066a6);
    -o-filter: drop-shadow(0px -104px 0px #0066a6);
}
.map-responsive {
    overflow:hidden;
    padding-bottom: 30%;
    position:relative;
    height:0;
    background: #0066a6;
    height: 100%;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    opacity: 0.9;
}

.videosPage .row [class*="col-"] {
    margin-top: 30px;
}


/*------------------------------------------
:::::RESPONSIVE SECTION
------------------------------------------*/
@media only screen and (max-width: 1199px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding: 8px 10px 5px;
    }
    header .navbar-expand-lg .navbar-nav .nav-link:hover::before, 
    header .navbar-expand-lg .navbar-nav .nav-link.active::before {
        bottom: -16px;
    }
	.banner h1 {
	    font-size: 35px;
	    margin-bottom: 10px;
	}
    .banner video {
        top: 60%;
    }
	.videoPlay {
	    height: auto;
	    background-size: contain;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.videoPlay .videoBox h6 {
	    font-size: 32px;
	}
	.videoPlay .videoBox h6 small {
	    font-size: 22px;
	}
	.partner .owl-carousel .owl-nav button.owl-prev, 
	.partner .owl-carousel .owl-nav button.owl-next {
		background: #dcdcdc;
	}
	.partner .owl-carousel .owl-nav button.owl-next {
	    right: -30px;
	}
	.partner .owl-carousel .owl-nav button.owl-prev {
	    left: -30px;
	}
	footer h6 {
	    font-size: 24px;
	}
    #DVDSlider .owl-nav {
        margin: 10px 0 0;
    }
	/*header .topHeader ul li i, footer ul.socialIcon li i {
	    width: 32px;
	    height: 32px;
	    font-size: 12px;
	    line-height: 32px;
	}*/
    .secondSec img {
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (max-width: 991px) {
    header .navbar-expand-lg .navbar-nav .nav-item {
        border-bottom: 1px solid #f1f1f1;
    }
    header .navbar-expand-lg .navbar-nav .nav-item:last-child {
        border-bottom: 0;
    }
    header .navbar-expand-lg .navbar-nav .nav-link:hover::before, 
    header .navbar-expand-lg .navbar-nav .nav-link.active::before {
        bottom: -15px;
    }
	header > .container .row [class*="col-"]:first-child {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	header .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	header a.navbar-brand img {
		width: 70px;
		margin-top: 15px;
	}
	header .logo img {
		width: 200px;
	}
	header .navbar-toggler {
		z-index: 99;
		display: block;
	}
	header .sociaLinks {
		position: absolute;
		top: 13px;
		right: 15px;
		border: 0;
		margin: 0;
		padding: 0;
	}
  	header #navbarSupportedContent {
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 999;
		background: #fff;
  	}
  	header #navbar {
		float: none;
		padding: 0;
  	}
  	header .navbar-expand-lg .navbar-nav {
		text-align: center;
  	}
  	header .navbar-expand-lg .navbar-nav .nav-link {
		padding: 5px 20px;
		display: inline-block;
		margin: 6px 0;
		color: #242424;
  	}
    header .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
        margin-top: 15px;
    }
    header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        margin-bottom: 15px;
    }
    .about .contSec h2 {
	    font-size: 30px;
	}
	.events .boxMain .contentBox {
	    padding: 30px 10px 20px;
	}
	.events .boxMain .contentBox h3 {
	    font-size: 18px;
	}
	.events .boxMain .contentBox p {
	    margin: 5px 0 15px;
	    line-height: 18px;
	    font-size: 14px;
	}
	#DVDSlider .dvdBody h4 {
	    font-size: 23px;
	    margin-bottom: 10px;
	}
	#DVDSlider .dvdBody h4 strong {
	    font-size: 30px;
	}
	#DVDSlider .dvdBody p {
	    margin-bottom: 10px;
	    font-size: 14px;
	    line-height: 20px;
	}
	#DVDSlider .dvdBody a.readMore {
	    margin-top: 0px;
	}
	#DVDSlider .owl-nav {
		text-align: center;
	}
	.videoPlay .videoBox h6 {
	    font-size: 28px;
	}
	.videoPlay .videoBox h6 small {
	    font-size: 18px;
	}
    footer ul.quickLink {
        margin-bottom: 50px;
    }
    footer ul.socialIcon {
        margin-bottom: 50px;
    }
    .contDetails .contBox .imgBox {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .contDetails .contBox .imgBox img {
        width: 18px;
    }
    .contDetails .contBox a, .contDetails .contBox p {
        font-size: 14px;
        line-height: 16px;
    }
    .contInformation img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .map-responsive {
        padding-bottom: 40%;
    }
    .about, .secondSec {
        text-align: center;
    }
    .aboutPage img {
        margin-bottom: 30px;
    }
    .secondSec img {
        width: 100%;
        margin: 15px 0 30px;
    }
    .banner h1 {
        font-size: 32px;
    }
    .banner video {
        top: 50%;
    }
}
@media only screen and (max-width: 767px) {
	header .logo img {
	    width: 150px;
	}
	.banner {
	    height: 340px;
	    min-height: 340px;
	}
	.about .contSec {
	    text-align: center;
	    margin-top: 30px;
	}
	.events .boxMain {
	    border-radius: 260px 260px 0 0;
	    margin-bottom: 30px;
	}
	.events .container .row [class*="col-"]:last-child .boxMain {
		margin-bottom: 0;
	}
	.section-padding {
	    padding: 30px 0;
	}
	.sp-top {
	    padding-top: 30px;
	}
	.sp-bottom {
	    padding-bottom: 30px;
	}
	#DVDSlider .dvdBody {
		text-align: center;
	}
	.videoPlay {
	    background-size: cover;
	    height: 300px;
	}
	footer {
	    padding: 30px 0 20px;
	}
    #DVDSlider .dvdBody h4 {
        margin-top: 15px;
    }
    .innerBanner .container h1 {
        font-size: 40px;
    }
    .contDetails {
        margin-top: 30px;
    }
    .contDetails .contBox {
        justify-content: flex-start !important;
        margin-bottom: 15px;
    }
    .contInformation .formMain {
        margin-top: 30px;
    }
    .aboutPage img {
        margin-bottom: 0px;
    }
    .banner video {
        top: 62%;
    }
    .videosPage .row [class*="col-"]:first-child {
        margin-top: 0;
    }
}
@media only screen and (max-width: 575px) {
	header .logo {
	    margin-top: -40px;
	}
	header .logo img {
	    width: 145px;
	}
	header .topHeader ul li {
	    margin-right: 0;
	}
	header .topHeader ul li i {
	    width: 25px;
	    height: 25px;
	    font-size: 10px;
	    line-height: 25px;
	}
	.banner {
	    height: 300px;
	    min-height: 240px;
	}
    .banner video {
        top: 50%;
    }
	.banner h1 {
	    font-size: 20px;
	}
	.banner p {
		display: none;
	}
	.about .contSec h2 {
	    font-size: 20px;
	}
	.about .contSec h2 small {
	    font-size: 18px;
	}
    #DVDSlider .dvdBody h4 {
        font-size: 18px;
    }
    #DVDSlider .dvdBody h4 strong {
        font-size: 20px;
    }
	.videoPlay {
	    height: 165px;
	}
	.videoPlay .videoBox h6 {
	    font-size: 15px;
	}
	.videoPlay .videoBox h6 small {
	    font-size: 10px;
	}
	.videoPlay .videoBox .animated-button {
	    width: 40px;
	    height: 40px;
	}
	.videoPlay .videoBox .animated-button:after, .videoPlay .videoBox .animated-button:before {
	    width: 40px;
	    height: 40px;
	}
	.videoPlay .videoBox .animated-button i {
	    margin-left: 2px;
	    font-size: 12px;
	}
	.partner .owl-carousel .owl-nav button.owl-next {
	    right: -15px;
	}
	.partner .owl-carousel .owl-nav button.owl-prev {
	    left: -15px;
	}
	.partner .owl-carousel .owl-nav button.owl-prev, 
	.partner .owl-carousel .owl-nav button.owl-next {
		width: 28px;
	}
	.partner .owl-carousel .owl-nav button.owl-next span {
	    right: 10px;
	}
	.partner .owl-carousel .owl-nav button.owl-prev span {
	    left: 10px;
	}
	footer .footerLogo img {
	    width: auto;
	    margin: 0 auto 50px;
	    display: block;
	}
    #return-to-top {
        bottom: 88px;
        right: 0;
    }
    .innerBanner .container h1 {
        font-size: 25px;
        margin-bottom: -18px;
    }
    .innerBanner .container ul.bradCamp {
        padding: 6px 20px;
        bottom: -19px;
    }
    .innerBanner .container ul.bradCamp li:nth-child(2n+1) {
        padding-right: 20px;
    }
    .innerBanner .container ul.bradCamp li a {
        font-size: 14px;
    }
    .innerBanner .container ul.bradCamp li:nth-child(2n+1)::after {
        top: 10px;
        right: 6px;
        width: 8px;
        height: 8px;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
    .secTitle h2 {
        font-size: 25px;
    }
    .secTitle h2 small {
        font-size: 20px;
    }
    .secondSec img {
        border-radius: 50px;
    }
}