body {
    margin: 0;
    color: #606060;
	font-family: "Poppins", serif;
	font-size: 16px;
}
img {
    max-width: 100%;
}
.container {
	width: 1320px;
}
a, a:focus, a:hover {
    color: #606060;
    text-decoration: none;
}
a, a:hover, .btn, .btn:hover, .btn-primary, .btn-primary:hover, button, button:hover {
    transition: 0.3s;
}
a:-webkit-any-link:focus-visible {
	outline: none;
}
button {
    background: none;
    border: none;
    color: #fff;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #22b2e7;
    border-color: #22b2e7;
}
.btn-primary, .btn {
    background-color: #dd6919;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dd6919;
    --bs-btn-border-color: #dd6919;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dd6919;
    --bs-btn-hover-border-color: #dd6919;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dd6919;
    --bs-btn-active-border-color: #dd6919;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dd6919;
    --bs-btn-disabled-border-color: #dd6919;
}
.bg-orange {
	background: #dd6919;
}
.btn:hover, .btn-secondary {
    background-color: #22b2e7;
    border-color: #22b2e7;
}
.bg-blue {
	background: #22b2e7;
}
.btn-secondary:hover {
    background-color: #fff;
	color: #22b2e7;
}
.left-links a:hover, .lgbtn:hover, .screen-box .scrbtn:hover, .sound-box .btn-primary:hover, .search-box .btn-primary:hover {
	opacity: .8;
}
.sound-box .btn-primary:hover, .search-box .btn-primary:hover {
	background: #dd6919;
}

.bg-blue, .bg-orange, .bg-blue a, .bg-orange a {
	color: #fff;
}
.topbartop, .search-box .form-control {
    font-size: 14px;
}
.search-box .form-control {
    padding: 0.2rem 3rem 0.2rem .7rem;
}
.topbartop {
	padding-top: 6px;
	padding-bottom: 6px;
}
.searchbtn {
    top: -10%;
    right: -5%;
    border-radius: 50%;
    border: none;
    width: 34px;
    height: 34px;
}
.btn {
    --bs-btn-padding-x: 0.2rem;
    --bs-btn-padding-y: 0.2rem;
}
.sound-box .btn {
    font-size: 22px;
    height: auto;
    line-height: 16px;
}
.lgbtn {
    padding: 3px 20px;
}
.scrbtn {
    border-right: solid 1px;
    line-height: 10px;
    font-weight: 500;
}
.left-links a {
    border-left: solid 1px #fff;
    padding: 0 20px;
}
.left-links a:first-child {
	border: none;
	padding-left: 0;
}
span.ccpcrtext {
    width: 81%;
}
/**nav**/

.navsec {
    padding: 6px 0;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    margin: 5px;
    padding: 10px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
    line-height: 10px;
    border-radius: 5px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
    background: #22b2e7;
}
.navbar .nav-item .dropdown-menu {
    display: none;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: .5s;
    opacity: 0;
}
.navbar .nav-item:hover>.dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: #22b2e7;
    transition: .5s;
    opacity: 1;
	display: block;
}
.navbar .nav-item .dropdown-menu .submenu {
    left: 100%;
    top: 0;
    position: absolute;
}
.navbar .nav-item .dropdown-menu a {
    border-bottom: dotted 1px #ccc;
}
/**header-carousel**/

.header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s;
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}
.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
}
.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
    margin-top: 50px;
}
.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}
.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 45%;
    transform: translateY(-50%);
    border-radius: 60px;
    background: #22b2e7;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.header-carousel .owl-nav .owl-prev {
    left: 20px;
}
.header-carousel .owl-nav .owl-next {
    right: 20px;
}
.header-carousel .owl-nav .owl-prev:hover, .header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 #dd6919 !important;
    color: #fff !important;
}

/**news**/

.news {
    width: 190px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-right: solid 8px #077aa4;
    line-height: 40px;
}
.news-scroll a {
    text-decoration: none;
    border-right: solid 2px #fff;
    padding: 0 18px;
}

/**content**/
.title-text {
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
}
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}
.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    margin-right: -110px;
    border: 1px solid #fff !important;
}
.aboutsec {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.pd-right {
    padding-right: 10%;
    padding-left: 2%;
}
.linkbtn {
    padding: 6px 16px;
}
.govenmentbox {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.govenmentbox p {
	width: 100%;
	text-align: center;
}
.govenmentbox .name {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.govenmentbox img {
    box-shadow: 0 9px 14px 0px rgba(0,0,0,.2);
}
p.position {
    margin-bottom: 25px;
}

/**cta**/

.ctatitle {
    border-right: solid #22b2e7 8px;
    padding: 7px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.ctabody, .ctafooter, .videosec, .light-bg {
	background: #e5f8ff;
}
.ctabody, .ctafooter {
    text-align: center;
}
.ctabody {
    padding: 30px;
}
.ctafooter .btn {
	margin: 0 0 20px;
}
.ctabody a {
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #ccc;
    padding: 8px 12px 8px 24px;
    background: url('../images/arrow.png') no-repeat;
    background-position: 0px 15px;
} 
.title-color {
	color: #2b2b2b;
}
.videobox iframe {
	height: 300px;
}
.pgallry {
	bottom: 0;
	left: 0;
	opacity: 0.8;
	font-size: 14px;
}
.p-heading {
    text-transform: uppercase;
    font-size: 22px;
    color: #2b2b2b;
    font-weight: 600;
}
.p-heading:hover {
    color: #22b2e7;
}
p.contactno {
    font-size: 67px;
    font-weight: 600;
    line-height: 67px;
    margin: 0;
}
p.toptext {
    font-size: 32px;
    color: #c5efff;
    font-weight: 600;
}
.infobtn {
    font-size: 22px;
    padding: 2px 30px;
    margin: 5px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.infobtn:hover {
	background: #22b2e7;
	color: #fff;
	opacity: .8;
}
/* Slider */
 .testimonial .owl-carousel .owl-dots.disabled, .testimonial .owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    color: #fff;
    padding: 7px;
    border: 1px solid #f47822;
    background: #f47822;
    border-radius: 50px;
    transition: 0.5s;
    width: 40px;
    height: 40px;
    text-align: center;
}
.testimonial-carousel .owl-nav .owl-next {
    right: -4%;
}
.testimonial-carousel .owl-nav .owl-prev {
    left: -4% !important;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/* footer */
.footer {
	background: #0777a0;
}
.copyright, .copyright .btn {
	 font-size: 14px;
}
.copybtn {
    padding: 2px 8px;
}
.copyright {
    margin-top: 1px;
}
.copyright a {
    border-left: solid 2px #fff;
    padding: 0 8px;
    margin: 0;
}
.copyright a:hover {
	text-decoration: underline;
}
.copyright a:first-child {
	border: none;
}
.map {
    height: 240px;
    width: 100%;
}
.iconf, .smm a {
    width: 35px;
    height: 35px;
    line-height: 28px;
}
.rightf {
    width: 84%;
}
a.footer-link {
    width: 100%;
    display: inline-block;
    border-bottom: dotted 1px #5151a1;
    padding: 4px 0px 4px 22px;
    background: url('../images/arrow.png') no-repeat;
    background-position: 0px 15px;
    color: #fff;
    line-height: 20px;
}
a.footer-link:hover {
	text-decoration: underline;
	color: #dd6919;
}
.footer-item h4 {
    border-left: solid 4px #dd6919;
    padding: 0 8px;
}
.search-wrapper {
    width: 230px;
}
.sound-box {
    width: 32px;
}
.screen-box {
    width: 98px;
}
.lang-box {
    width: 92px;
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 32px;;
}
.back-to-top, .back-to-top:focus {
    color: #fff;
}
.bg-breadcrumb {
    position: relative;
    padding: 145px 0 50px 0;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .6)), url(../images/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.text-primary {
    color: #22b2e7!important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.tollfree {
    font-size: 27px;
}
@media(min-width:0px) and (max-width:767px) {
	.container {
    width: 100%;
}
.navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.left-links, .topright, .mainlogo, .rimg {
	justify-content: center;
}
.topright {
    align-items: center;
}
.sound-box {
    width: 32px;
    margin: 10px 16px;
}
.rimg {
    text-align: center;
    margin: 16px 0 0;
}
.news {
    font-size: 14px;
    line-height: 24px;
}
.pd-right {
    padding: 30px;
}
.title-text {
    line-height: 30px;
}
.govenmentbox {
    padding: 40px 20px;
}
.mTop {
	margin-top: 20px;
}
p.toptext {
    font-size: 22px;
    line-height: 26px;
}
p.contactno {
    font-size: 39px;
    line-height: 40px;
    margin: 0 0 20px;
}
.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    top: 6%;
}
nav.py-3 {
    padding: 0!important;
    box-shadow: none!important;
}
.navbar .nav-item .dropdown-menu {
    display: none!important;
}
.navbar .nav-item  .dropdown-menu.show {
    display: block!important;
}
.navbar-light .navbar-nav .nav-link {
    margin: 3px 5px;
}
.nav-item>.nav-link, a.nav-item {
    border-bottom: dotted 1px #ccc;
}
button.navbar-toggler {
    margin: 2px 6px;
	cursor: pointer;
}
.navbar-collapse {
    margin-top: 10px;
    max-width: 100%;
}
.dropdown-item {
    white-space: normal;
}
.navbar .nav-item .show .dropdown .submenu  {
    display: none !important;
    transform: rotateX(75deg);
    visibility: hidden;
    opacity: 0;
}
.navbar .nav-item .show .dropdown .submenu {
    display: block !important;
    position: static;
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    background: #22b2e7;
    padding: 0;
}
.navbar .nav-item .show .dropdown .dropdown-toggle::after {
	display: none;
}
.rimg {
    display: none;
}
}

/*20*/

.ctabody marquee {
    height: 420px;
    overflow: hidden;
}
.ctabody a {
    padding: 8px 12px 8px 24px!important;
}
.event-item>.position-relative {
    overflow: hidden;
}
.event-item>.position-relative, .event-item>.position-relative img {
    height: 300px;
}
.event-item>.position-relative img {
    width: 100%;
	object-fit: cover;
}
.event-item a.h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-item p.mb-4 {
    height: 48px;
    overflow: hidden;
}
.videobox {
    background: #e5f8ff;
    border-radius: 0.375rem;
}
.videobox label {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 20px 2px;
}
