@charset "utf-8";
/* CSS Document */

html, body {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

body {
	font-family: 'Nunito Sans', sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
.wrapper-menu {
	/*position: absolute;*/
	top: 0px;
	width: 100%;
}
.hadder-info-right {
	display: inline-block;
	width: 100%;
	text-align: right;
}
.hadder-info-right .hadder-top ul li {
	display: inline-block;
	margin-left: 11px;
	color: #fff;
}
.hadder-info-right .hadder-top ul li a {
	color: #fff;
	font-size: 16px;
}
.hadder-info-right .hadder-top {
	margin-top: 7px;
}
.top-banner {
	background: url(../images/bg.png);
	background-size: cover;
	/* padding-top: 61px; */
	padding-bottom: 0;
}
.top-banner-text h3 {
	font-size: 54px;
	color: #fff;
	font-weight: 800;
}
.top-banner-text p {
	font-size: 17px;
	color: #fff;
	line-height: 27px;
}
.top-banner .wrapper-btn a {
	border: solid 2px #fff;
	padding: 7px 15px;
	display: inline-block;
	text-decoration: none;
}
.top-banner .wrapper-btn a {
	border: solid 2px #fff;
	padding: 8px 38px;
	display: inline-block;
	border-radius: 50px;
	background: #fff;
	font-weight: bold;
	color: #ffa500;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.wrapper-menu.fixed {
	background: #50418a;
	z-index: 9999;
	position: fixed !important;
}
.wrapper-menu {
	/* position: absolute !important; */
	background: #fd9b00;
	background: none;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.top-wrapper-bg {
	position: absolute;
	z-index: 999;
	top: 0px;
	width: 100%;
	border-bottom: solid 1px #ffffff;
}
.top-wrapper-bg:after {
	content: "";
	background-image: linear-gradient(#1b9de2, #ffff0000);
	position: absolute;
	top: 0;
	height: 250px;
	width: 100%;
	z-index: -1;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
    /* background: url(../images/bg2.jpg); */
    background-size: cove margin-bottom: 49px;
}
.post-img-wrapper .post-img-row {
	position: relative;
	overflow: hidden;
}
.img-box:hover .post-img-wrapper .post-img-row img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.post-img-wrapper .post-img-row img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.img-box {
	margin-bottom: 31px;
	border: solid 1px #cccccc;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img-box:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 80%;
	left: 0;
	text-align: left;
	background: #222f69;
	z-index: 2;
	padding: 15px 10px;
	z-index: 10;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
}
.menu-bar ul.menu.open {
	left: 0;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	margin: 0;
	text-align: right;
	display: block;
	position: absolute;
	right: 15px;
	top: 24px;
	z-index: 9999;
	background: #e2182b;
	width: 38px;
	text-align: center;
	height: 38px;
	line-height: 38px;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #fff;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
@media (min-width: 992px) .menu-bar {
 background: #8fba52;
 width: 100%;
 z-index: 9;
 float: left;
 width: 100%;
 padding-top: 9px;
 padding-bottom: 9px;
}
.nav_area > ul > li {
	display: inline-block;
	padding: 0 10px;
}
.nav_area ul li a {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	font-weight: 700;
	padding: 5px 3px;
	text-decoration: none;
}
span.arrow {
	display: inline-block;
	padding-left: 5px;
	color: #fde200;
}
.nav_area > ul > li ul.sub-menu {
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	transition: transform 0.3s, opacity 0.3s;
	display: block;
}
ul.sub-menu {
	min-width: 150px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
	padding: 0px 0 !important;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #fde200;
	z-index: 555;
	text-align: left;
	padding: 10px 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	transform: scaleY(1) translateZ(0);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: -20px;
	width: 100%;
}
ul.sub-menu li a {
	color: #fff;
	line-height: 20px;
	padding: 7px 10px 7px 10px;
	font-size: 15px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	width: 100%;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	color: #ffffff;
	/*background: #e6d21f;*/
	padding-left: 15px !important;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.mobile-menu.wrapper-menu {
	z-index: 9999;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.baner-section {
	position: relative;
	border-bottom: solid 10px #fde200;
	width: 100%;
	float: left;
}
.baner-title {
	width: 100%;
	float: left;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 41px;
	padding: 0px 15px;
}
.baner-title h3 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}
#sliderhome {
	float: left;
	width: 100%;
}
#sliderhome .owl-nav {
	display: none;
}
#sliderhome .owl-dots {
	bottom: 8px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #1b9de2;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
.home-news-section {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    background-image: linear-gradient(rgba(19 76 187 / 75%), rgba(19 76 187 / 75%)), url(../images/newa-back-img.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.heading-wrapper {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 65px;
	padding-top: 20px;
}
.heading-top-icon {
	background-color: #fff;
	width: 75px;
	height: 75px;
	line-height: 75px;
	display: inline-block;
	border-radius: 50%;
	border: solid 4px #5ab0ec;
}
.heading-wrapper h3 {
	color: #fff;
	position: relative;
	font-size: 41px;
	padding-top: 20px;
}
.heading-wrapper h3::after {
	content: "";
	border-bottom: solid 3px #fde200;
	width: 50px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -12px;
	margin: 0px auto;
}
.news-img img {
	border: solid 3px #e0e0dc;
	border-radius: 20px;
}
.news-title h5 {
	background-color: #e2182b;
	padding: 9px 13px;
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.news-title h3 {
	font-size: 23px;
	color: #ffffff;
	font-weight: 900;
	margin-bottom: 13px;
	padding-top: 6px;
}
.news-title a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.news-box {
	margin-bottom: 80px;
}
.news-btn {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 55px;
}
.news-btn a {
	background-color: #fff;
	padding: 10px 35px;
	text-decoration: none;
	border-radius: 30px;
	color: #333b62;
	font-size: 18px;
	font-weight: bold;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.news-btn a:hover {
	background: #e2182b;
	color: #fff;
}
.view-gallery-wrapper {
	width: 100%;
	float: left;
}
.view-gallery-wrapper .col-md-3 {
	padding: 0px;
	max-width: 20%;
}
.view-gallery-wrapper .row {
	width: 100%;
	margin: auto;
}
.view-gallery-wrapper .row .col-md-3 {
	padding: 0px;
}
.view-gallery-img {
	position: relative;
	overflow: hidden;
}
.view-gallery-img img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.view-gallery-img:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.acitivity-section {
	width: 100%;
	float: left;
	padding-bottom: 60px;
	background-image: linear-gradient(rgba(190 231 250 / 75%), rgba(190 231 250 / 75%)), url(../images/Product-back-img.jpg);
	background-size: cover;
	padding-top: 20px;
	background-position: center;
}
.acitivity-box {
	background-color: #fff;
	position: relative;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	margin-bottom: 35px;
}
.acitivity-title {
	padding: 20px 20px 15px;
}
.acitivity-title h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.acitivity-title a {
	font-size: 18px;
	font-weight: bold;
	color: #1b9de2;
	text-decoration: none;
}
.acitivity-section .heading-wrapper h3 {
	color: #283268;
}
.acitivity-section .heading-wrapper h3::after {
	content: "";
	border-bottom: solid 3px #1b9de2;
}
.acitivity-section .news-btn {
	padding-top: 20px;
	padding-bottom: 10px;
}
.acitivity-img {
	position: relative;
	overflow: hidden;
}
.acitivity-img img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.acitivity-box:hover .acitivity-img img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
#acitivity-slider .owl-dots {
	top: -40px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#acitivity-slider .owl-dots button.active span {
	background-color: #1b9de2;
}
#acitivity-slider .owl-dots button span {
	background-color: #ffffff;
}
#acitivity-slider .owl-dots button {
	outline: 0;
}
.date-info {
	position: absolute;
	top: 0px;
}
.date-info h3 {
	margin-bottom: 0px;
	display: inline-block;
	padding: 15px 25px 25px 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	background-image: url(../images/dater-back-img.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.date-info h3 span {
	display: block;
	font-size: 15px;
}
.award-section {
	width: 100%;
	float: left;
	padding-bottom: 60px;
	background-image: linear-gradient(rgba(50 81 150 / 70%), rgba(50 81 150 / 70%)), url(../images/award-back-img.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 20px;
}
.award-section .heading-wrapper h3::after {
	content: "";
	border-bottom: solid 3px #1b9de2;
}
.award-section .acitivity-title h3 {
	margin-bottom: 0px;
}
.award-top-logo {
	position: absolute;
	top: 0px;
}
.award-section .news-btn {
	padding-top: 30px;
}
#awardslider .owl-dots {
	top: -40px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#awardslider .owl-dots button.active span {
	background-color: #1b9de2;
}
#awardslider .owl-dots button span {
	background-color: #ffffff;
}
#awardslider .owl-dots button {
	outline: 0;
}
.award-section .owl-carousel .owl-nav button span {
	background: #fff;
	width: 44px;
	height: 44px;
	display: inline-block;
	color: #325197;
	font-size: 33px;
	line-height: 42px;
	border-radius: 50px;
	opacity: 0.8;
}
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -5%;
	top: 36%;
	box-shadow: none !important;
	outline: none !important;
}
.owl-carousel .owl-nav button span {
	background: #40afe7;
	width: 44px;
	height: 44px;
	display: inline-block;
	color: #fff;
	font-size: 33px;
	line-height: 42px;
	border-radius: 50px;
}
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 36%;
	right: -5%;
	box-shadow: none !important;
	outline: none !important;
}
.owl-carousel .owl-nav button {
	border-radius: 100% !important;
}
.logo-section {
	width: 100%;
	float: left;
	background-color: #efefef;
	padding: 50px 0px;
}
.logo-img {
	width: 100%;
	float: left;
}
.logo-img ul li {
	display: flex;
	margin-bottom: 10px;
}
.logo-img ul li img {
	margin-right: 8px;
	width: 220px;
}
.footer-section {
	background-color: #d8e1e6;
	width: 100%;
	float: left;
	padding-bottom: 25px;
	padding-top: 52px;
}
.map-img-wrapper img {
	border: solid 5px #b3d6e8;
}
.footer-info .heading-wrapper h3 {
	color: #2b467f;
}
.footer-info .heading-wrapper h3::after {
	content: "";
	border-bottom: solid 3px #e2182b;
}
.footer-info .heading-wrapper {
	padding-bottom: 55px;
}
.footer-info {
	width: 100%;
	float: left;
}
.footer-details {
	width: 100%;
	float: left;
}
.footer-details ul li {
	line-height: 52px;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}
.footer-details ul li i.fa.fa {
	font-size: 26px;
	color: #2b467f;
}
.footer-details ul li a {
	text-decoration: none;
	color: #000000;
}
.footer-details ul li span {
	padding-left: 5px;
}
.footer-details ul li.phone-icon {
	float: right;
}
.footer-details ul li span.btn-footer a {
	background-color: #e2182b;
	padding: 5px 25px;
	border-radius: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.footer-details ul li span.btn-footer a:hover {
	background: #222f6a;
}
.footer-details ul li.map {
	float: left;
	padding-right: 15px;
}
.footer-logo-info {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 30px;
	border-top: solid 1px #8193b2;
	margin-top: 65px;
}
.footer-logo-info p {
	margin-bottom: 0px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	padding-top: 15px;
}
/*>>>>>>>>>>>>>>>>>>>>> index-2 >>>>>>>>>>>>>*/

.baner-title.baner2 h3 {
	position: revert;
}
.baner-title.baner2 h3::after {
	content: "";
	border-bottom: solid 3px #1b9de2;
	width: 50px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -12px;
	margin: 0px auto;
}
.footer-section.footerin {
	padding-top: 0px;
}
.footer-section.footerin .footer-logo-info {
	margin-top: 0px;
}
.innerpage-section {
	width: 100%;
	float: left;
	background-color: #e1f2fb;
}
.inner-headion h3 {
	margin-bottom: 0px;
	font-size: 36px;
	font-weight: bold;
	border-left: solid 9px #1b9de2;
	line-height: 35px;
}
.inner-headion h3 span {
	display: inline-block;
	margin-left: 10px;
}
.inner-headion {
	width: 100%;
	float: left;
	border-bottom: solid 1px #86ccf0;
	padding-bottom: 23px;
	margin-bottom: 32px;
}
.inner-info-text p {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.inner-info-text p span {
	padding-top: 28px;
	display: inline-block;
	margin-bottom: 20px;
}
.innerimg2 {
	padding-top: 30px;
}
/*>>>>>>>>>>>>>> index-3 >>>>>>>>>>>*/
ul.pagination {
	padding-top: 22px;
	text-align: right;
	width: 100%;
	float: left;
	display: inline-block;
}
ul.pagination li.page-item {
	display: inline-block;
}
ul.pagination li.page-item a.active {
	background: #1b9de2;
	color: #fff;
}
ul.pagination li.page-item a:hover {
	background: #1b9de2;
	color: #fff;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 18px;
	width: 33px;
	height: 33px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
}
ul.pagination li.page-item a {
	background: none;
	border: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
/*>>>>>>>>>>> index-4 >>>>>>>>>>>*/


.owl-item.synced.active .item-slider-images:after {
	background: #000;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	left: 0px;
	content: "";
	opacity: 0.5;
}
.row-owl-carousel-wrapper {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.row-slider-owl-wrapper {
	padding-left: 80px;
	padding-right: 80px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -75px;
	top: 50%;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	Right: -75px;
	top: 50%;
}
#sync1 .owl-nav button span {
	font-size: 52px;
	line-height: 29px;
	width: 35px;
	display: inline-block;
	border-radius: 50px !important;
	background: #e97c80;
	color: #fff;
	height: 35px;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button i.fa {
	width: 40px;
	height: 40px;
	border: solid 2px #96b686;
	line-height: 37px;
	border-radius: 100%;
	color: #96b686;
	font-size: 22px;
}
#sync1 .owl-nav button i.fa:hover {
	background: #96b686;
	color: #fff;
	border: solid 2px #b0d69d;
}
.back-img {
	width: 96%;
	float: left;
	text-align: right;
}
.news-details-heading {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 15px;
}
.news-details-heading h3 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}
.news-details-heading h5 {
	font-size: 21px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 23px;
	padding-top: 10px;
}
.news-details-heading h5 img {
	margin-top: -6px;
	padding-right: 8px;
}
.news-details-heading p {
	text-align: left;
	font-size: 18px;
	color: #000000;
	border-top: solid 1px #68bdeb;
	padding-top: 26px;
	margin-bottom: 40px;
}
.news-details-heading p span {
	display: block;
}
/*>>>>>>>>>>>>>> index-5 >>>>>>>>>>*/

.new-top {
	padding-top: 35px;
	text-align: center;
	padding-bottom: 25px;
	width: 100%;
	float: left;
}
.new-top select:hover {
	border: solid 1px #e2182b;
}
.new-top select {
	border: solid 1px #afafaf;
	padding: 5px 19px;
}
.row.row-news {
	margin-top: 25px;
	align-items: center;
	border-bottom: solid 1px #6abfec;
	padding-bottom: 25px;
}
.row.row-news .col-md-2 {
	padding-left: 0px;
}
.row.row-news .col-md-3 {
	padding-right: 0px;
}
.btn-aa {
	text-align: center;
}
.btn-aa a {
	padding: 7px 28px;
	border-radius: 48px;
	text-decoration: none;
	color: #333b62;
	font-size: 18px;
	transition: 0.5s;
	border: solid 2px #86c9ed;
	font-weight: bold;
	background-color: #fff;
}
.btn-aa a:hover {
	background: #e2182b;
	color: #fff;
}
.announ-text h2 i.fa.fa {
	padding-right: 8px;
}
.pdf-img {
	text-align: center;
}
.news-index h3 {
	color: #000;
}
ul.pagination.news-index {
	text-align: center;
}
.innerpage-bg {
	background: url(../images/container-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 35px;
	padding-bottom: 40px;
	float: left;
	width: 100%;
}
#sync1 .owl-nav button img {
	max-width: 100%;
}
#sync1 .owl-nav button {
	width: 45px;
	opacity: 0.5;
}
#sync1 .owl-nav button:hover {
	opacity: 1;
}
.acitivity-title a:hover {
	color: #e2182b;
}
.left-side-bar-menu ul li a {
	line-height: 42px;
	padding: 0px 12px;
	width: 100%;
	display: inline-block;
	position: relative;
	border-bottom: solid 1px #b8e1f6;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.left-side-bar-menu ul li a.lv1cate:after {
	/*content: "\f105";*/
    	content: "\f061";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 13px;
	top: 11px;
	/*font-size: 19px;*/
	font-size: 16px;
}
.left-side-bar-menu {
	background: #fff;
	border-top: solid 7px #57c0f4;
	padding-top: 3px !important;
	padding: 0px 19px;
	padding-bottom: 20px;
}
.left-side-bar-menu ul li a:hover {
	color: #57c0f4;
	padding-left: 18px;
}
.left-side-bar-menu ul li:last-child a {
	border-bottom: none;
}
.logo-img ul li {
	margin-bottom: 10px;
	width: 19%;
	display: inline-block;
	padding: 0px 4px;
}
#awardslider {
	float: left;
	width: 100%;
}
#acitivity-slider {
	float: left;
	width: 100%;
}



.heading-top-icon {
	 -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
	
	
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
}


.home-news-section .news-btn {
    padding-top: 0px;
}

.news-section-graphic {
    position: absolute;
    bottom: 52px;
    max-width: 116px;
}
.left-side-bar-for-mobileview {
    display: none;
}


















.left-side-bar-for-mobileview .toggle-mobileview {
    background: #57c0f4;
    color: #fff;
    padding: 10px 15px;
    font-size: 17px;
    position: relative;
}
.left-side-bar-for-mobileview .toggle-mobileview i.fa {
    position: absolute;
    right: 18px;
    font-size: 27px;
}


/********* Mobile Layout *********/
@media only screen and (max-width: 767px) {
.left-side-bar.desktopview {
    display: none;
}
.left-side-bar-for-mobileview {
    display: block;
    margin-bottom: 38px;
}


	
	
	
	
.hadder-info-right {
	text-align: center;
}
.logo-img ul li {
	margin-bottom: 10px;
	width: 32%;
}
.footer-details ul li.map {
	float: left;
	padding-right: 0px;
	width: 100%;
}
.baner-section .owl-stage-outer .baner-imgs img {
	height: 320px;
	object-fit: cover;
}
.top-wrapper-bg:after {
	height: 110px;
}
.baner-title {
	padding: 0px 15px;
}
.baner-title h3 {
	font-size: 31px;
}
.home-news-section .news-box .col-md-5 {
	max-width: 103px;
}
.home-news-section .news-box .col-md-7 {
	max-width: 67%;
}
.home-news-section .news-box .news-title h3 {
	font-size: 14px;
	margin-bottom: 6px;
}
.news-box {
	margin-bottom: 18px;
}
.news-title h5 {
	background-color: #e2182b;
	padding: 6px 12px;
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}
.news-title a {
	font-size: 13px;
}
.news-img img {
	border-radius: 0px
}
.baner-section .baner-imgs img {
	height: 198px;
	object-fit: cover;
}
.home-logo-top {
	max-width: 76%;
}
.left-side-bar {
	margin-bottom: 36px;
}
.innerimg2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}
.inner-info-text {
	padding: 0px 15px;
}
.inner-imgs {
	margin-bottom: 24px;
}
ul.pagination {
	text-align: center;
}
ul.pagination li.page-item a {
	font-size: 18px;
	width: 28px;
	height: 28px;
	line-height: 9px;
}
.acitivity-box .acitivity-img img {
	width: 100%;
}
.row-slider-owl-wrapper {
	padding-left: 22px;
	padding-right: 22px;
}
#sync1 .owl-nav button.owl-prev {
	left: -31px;
	top: 41%;
}
#sync1 .owl-nav button.owl-next {
	Right: -31px;
	top: 41%;
}
.news-details-heading h3 {
	font-size: 25px;
}
.back-img {
	width: 100%;
	float: left;
	text-align: center;
}
.innerpage-section .row-news {
	padding: 0px 1px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 27px;
	text-align: center;
}
.innerpage-section .row-news h3 {
	font-size: 18px;
}
}
/********* Tablet Layout *********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.baner-section .owl-stage-outer .baner-imgs img {
	height: 320px;
	object-fit: cover;
}
.top-wrapper-bg:after {
	height: 110px;
}
.news-title h3 {
	font-size: 19px;
	margin-bottom: 13px;
	padding-top: 6px;
}
.news-title a {
	font-size: 15px;
}
.news-box {
	margin-bottom: 40px;
}
.acitivity-section .owl-carousel .owl-nav button.owl-prev {
	left: -19px;
	top: 28%;
}
.acitivity-section .owl-carousel .owl-nav button.owl-next {
	right: -19px;
	top: 28%;
}
.award-section .owl-carousel .owl-nav button.owl-prev {
	left: -19px;
	top: 28%;
}
.award-section .owl-carousel .owl-nav button.owl-next {
	right: -19px;
	top: 28%;
}
.baner-title {
	padding: 0px 15px;
}
.baner-title h3 {
	font-size: 31px;
}
.baner-section .baner-imgs img {
	height: 240px;
	object-fit: cover;
}
.inner-info-text p {
	font-size: 14px;
}
.left-side-bar-menu ul li a {
	padding: 0px 0px;
	font-size: 14px;
}
.inner-info-text {
	padding: 0px 15px;
}
.innerpage-section .row-news {
	padding: 0px 1px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 27px;
}
.news-title h5 {
	margin-bottom: 2px;
}
}



















