* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}


html,
body {
	scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;

}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;

}

p {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;


}

p:last-child {
	margin-bottom: 0;
}


img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	/* font-family: '2NF'"Anton", sans-serif; */
	overflow-x: hidden;
}


.custom-container {
	padding: 0px 80px;
}

.default-btn {
	font-family: Poppins;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1%;
	padding: 20px 25px;
	transition: all 0.3s ease;
	display: inline-flex;
	width: fit-content;
}


.blue-butn {
	background: #fff;
	border: 2px solid #29ABE3;
	color: #29ABE3;

}


.blue-butn:hover {
	background: #29ABE3;
	border: 2px solid #29ABE3;
	color: #fff;


}


.yelw-butn {
	background: #FEB000;
	border: 1px solid #FEB000;
	color: #000000;
}

.yelw-butn:hover {
	background: #fff;
	border: 1px solid #FEB000;
	color: #000000;
}


.wht-butn {
	background: #28566c;
	border: 2px solid #fff;
	color: #fff;
}

.wht-butn:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #28566c;
}


/* ================================================================== */
/* header - top */
/* ==================================================================  */


.header-top {
	background: #29ABE3;
	padding: 0px;
	margin: 0px;
}


.header-top-left .marquee {
	display: inline-block;
	white-space: nowrap;
	animation: marquee 12s linear infinite;
	max-width: 1000px;
	margin: 0px auto;
}


.header-top-left p {
	font-weight: 500;

	font-size: 18px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	padding: 17px 0px;
	margin: 0px;
}

.header-top-left p span {
	color: #FF0100;
}


/* 
@keyframes marquee {

	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
} */


.header-top-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0px;
}

.header-top-right p {
	text-align: center;
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
	padding: 18px 40px;
	margin: 0px;
}

.header-social-icon {
	background: #2392c1;
	padding: 10px 40px;
}


.header-social-icon ul {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 20px;
}


.live-chanel {
	background: #F53D25;
	padding: 0px;
	margin: 0px;
	width: fit-content;
	position: relative;
	overflow: hidden;
	;

}

.live-chanel::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #0A0C10;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.live-chanel:hover::before {
	width: 100%;
	opacity: 1;
}


.latest-news {
	background: #183872;
	padding: 0px;
	margin: 0px;
	width: fit-content;
}

/* ================================================================== */
/* header - top */
/* ==================================================================  */

/* ================================================================== */
/* header - section */
/* ==================================================================  */

.header-section {
	background: #cccccc;
	padding: 10px 0px;
	position: relative;
}

.header-section.scroll {
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: #cccccc;
	background-size: cover;
	background-repeat: no-repeat;
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	padding: 6px 0px;
}


.logo {
	width: 280px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.logo img {
	width: 100%;
}


.header-section.scroll .logo img {
	width: 60%;
}


.main-nav.scroll .logo {
	width: 148px;
	margin: 13px 0px;
}

.main-nav.scroll .rightlink {
	margin: 0px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: transparent;
	transition: all 0.1s ease 0s;
	z-index: 999;
	position: absolute;
}


.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.stellarnav>ul>li>a {
	font-family: Poppins;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #000;
	padding: 12px 20px !important;
	border-bottom: none;
	border-radius: 5px;
}

.stellarnav .menu-toggle span.bars span {
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 6px;
	background: #000;
	margin: 0 0 5px;
}

.stellarnav>ul>li>a:hover {

	background: linear-gradient(180deg, #2AABDD 0%, #6CC3E5 54.33%, #55C7F3 100%);
	color: #fff !important;

}

.stellarnav>ul>li>a.active {
	background: linear-gradient(180deg, #2AABDD 0%, #6CC3E5 54.33%, #55C7F3 100%);
	color: #fff !important;

}
.stellarnav>ul>li.current-menu-item>a {
	background: linear-gradient(180deg, #2AABDD 0%, #6CC3E5 54.33%, #55C7F3 100%);
	color: #fff !important;

}


.stellarnav.mobile ul {
	background: linear-gradient(180deg, #2AABDD 0%, #6CC3E5 54.33%, #55C7F3 100%);
	color: #fff !important;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;

}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

/* .stellarnav li.has-sub a {
	padding-right: 0px !important;
} */

.main-nav .stellarnav li li a:hover {
	background: #0170B9;
	color: #fff;
}

.main-nav .stellarnav li li a.active {
	background: #0170B9;
	color: #fff;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}


.stellarnav.mobile.right>ul,
.stellarnav.mobile.left>ul {
	max-width: 600px;
}


.nav-butn-row {
	display: flex;
	margin: 50px 50px;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

.stellarnav.mobile li a {
	border-bottom: 0px solid rgba(255, 255, 255, .15);
}

.stellarnav .icon-close {
	width: 25px;
	height: 25px;
}

.stellarnav .icon-close::before {
	content: '';
	display: block;
	width: 25px;
	height: 0px;
	border-bottom: solid 3px #fff;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}


.stellarnav .icon-close::after {
	content: '';
	display: block;
	width: 25px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #fff;
	position: absolute;
	transform: rotate(-45deg);
}


.stellarnav ul ul {
	top: 49px;
	width: 200px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #fff;
	left: 40px;
}

.stellarnav li li {
	display: block !important;
	width: 100% !important;
}


.stellarnav li li a {
	font-size: 16px;
}

.stellarnav li li a:hover {
	color: #E8677C;
}


.rightlink {
	display: flex;
	align-items: center;
	gap: 0px;
	justify-content: end;
	margin: 0px;
	height: 100%;
}


.sreach-box {
	background: #29ABE4;
	border-radius: 10px;
	padding: 12px 20px;
	margin: 0px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.sreach-box:hover {
	background: #000;
}

/* ================================================================== */
/* header - top */

/* ==================================================================  */


/* ================================================================== */
/* banner section */
/* ==================================================================  */

.banner-section {
	margin: 0px;
	padding: 0px;
	height: 900px;
	overflow: hidden;
	position: relative;
}

.banner-section img {
	height: 900px;
	width: 100%;
	object-fit: cover;
}


.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 0px;

}

.banner-text {
	position: absolute;
	top: 0px;
	width: 60%;
	padding: 0px 0px;
	left: 0px;
	height: 100vh;
	display: inline;
	background: #29ABE366;
	clip-path: polygon(0 0, 57% 0, 100% 59%, 0% 95%);
}

.banner-text-inner {
	padding: 0px 80px;
	width: 80%;
	height: 100vh;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: left;
}

.banner-text-inner h6 {
	font-family: Ruda;
	font-weight: 400;

	font-size: 40px;

	line-height: 40px;
	letter-spacing: 3%;
	text-transform: capitalize;
	color: #EEEEEE;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.banner-text-inner h1 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;

	font-size: 60px;

	line-height: 70px;
	letter-spacing: 8%;

	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.banner-text-inner h1 span {
	font-weight: 600;
	font-style: italic;
}


.banner-text-inner p {
	font-family: Poppins;
	font-weight: 500;

	font-size: 22px;

	line-height: 32px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	color: #ffff;
	max-width: 66%;
}


/* ==================================================================*/
/* banner section */
/* ==================================================================*/


/* ==================================================================*/
/* about section */
/* ==================================================================*/

.about-section {
	padding: 100px 0px;
	margin: 0px;
	background: #ffffff;
}


.about-section-img {
	padding: 0px;
	margin: 0px;
}

/* 
.about-section-img img { width: 100%; height: 100%; animation: swing 1s infinite;
    animation-name: swing;} */


.about-section-text {
	padding: 0px;
	margin: 0px;
}


.about-section-text h6 {
	font-family: Port Lligat Slab;
	font-weight: 400;

	font-size: 24px;

	line-height: 40px;
	letter-spacing: 3%;
	text-transform: capitalize;
	color: #2A2A2A;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.about-section-text h2 {
	font-family: Rajdhani;
	font-weight: 700;

	font-size: 60px;

	line-height: 60px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #000000;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	position: relative;
}

.about-section-text h2 span {
	color: #29ABE3;
}


.about-section-text h2::before {
	position: absolute;
	left: -79px;
	top: 0;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 70px;
	color: #29ABE3;
}

.about-section-text p {
	font-family: Poppins;
	font-weight: 500;

	font-size: 18px;

	line-height: 40px;
	letter-spacing: 0%;
	color: #596780;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


/* ==================================================================*/
/* about section */
/* ==================================================================*/


/* ==================================================================*/
/* services-section */
/* ==================================================================*/


.services-section {
	background: #204251;
	padding: 100px 0px;
	margin: 0px;
}


.services-section-tittle {
	text-align: center;
	margin: 0px 0px 100px 0px;
	padding: 0px;
}


.services-section-tittle h2 {
	font-family: Rajdhani;
	font-weight: 700;

	font-size: 60px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.services-section-tittle p {
	font-family: Port Lligat Slab;
	font-weight: 400;

	font-size: 28px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #DEDEDE;
	padding: 0px;
	margin: 0px;
}


.services-section-body {
	margin: 0px;
	padding: 0px;
}


.services-box {

	padding: 0px;
	margin: 0px 0px 30px 0px;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
}

.services-box:hover {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	-webkit-transform: translateY(-5px) !important;
	-ms-transform: translateY(-5px) !important;
	transform: translateY(-14px) !important;
}


.services-box-img {
	width: 100%;
	height: 424px;
	overflow: hidden;
	border: 18px solid #fff;
	position: relative;
}

.services-box-img img {
	transition: 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.services-box-img::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #0916368c;
	transition: 0.5s;
}


.services-box-img:hover img {
	transform: scale(1.2);
}

.services-box:hover .services-box-im::after {
	width: 100% !important;
	height: 100% !important;
}


.services-box-text {
	text-align: center;
	margin: 20px 0px;
	padding: 0px;
}


.services-box-text h5 {
	font-family: Poppins;
	font-weight: 600;

	font-size: 22px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px;
	padding: 0px;
}


/* ==================================================================*/
/* services-section*/
/* ==================================================================*/


/* ==================================================================*/
/* logo-slider-section*/
/* ==================================================================*/

.logo-slider-section {
	padding: 70px 0px;
	margin: 0px;
	background: #F0F0F0;
	height: 270px;

}


.brand-logo {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.brand-logo img {
	width: 50% !important;
	height: auto;
	object-fit: cover;
}


.brand-logo-carousel .owl-nav {
	display: none;
}

.brand-logo-carousel .owl-dots {
	display: none;
}


/* ==================================================================*/
/* logo-slider-section*/
/* ==================================================================*/


/* ==================================================================*/
/* gallery-news-section*/
/* ==================================================================*/


.gallery-news-section {
	padding: 100px 0px;
	margin: 0px;
	background: #ffff;
}

.gallery-section {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	border-right: 1px solid #7D7D7D;
}

.gallery-section-tittle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.gallery-section-tittle-text {
	width: 75%;
}

.gallery-section-tittle-butn {
	width: 25%;
	display: flex;
	justify-content: end;
}

.gallery-box {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	height: 300px;
}

.gallery-box img {
	transition: 0.5s;
}

.gallery-box:hover img {
	transform: scale(1.2);
}

.gallery-box::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #0916368c;
	transition: 0.5s;
}


.gallery-box:hover .gallery-box::after {
	width: 100% !important;
	height: 100% !important;
}


.gallery-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.gallery-news-section h2 {
	font-family: Rajdhani;
	font-weight: 700;

	font-size: 60px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.gallery-news-section p {
	font-family: Port Lligat Slab;
	font-weight: 400;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0%;
	color: #525252;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.gallery-section-tittle p {
	width: 90%;
}

.hover-show-text {
	position: absolute;
	bottom: 1px;
	background: #00000080;
	height: 40px;
	width: 100%;
	color: #fff;
	padding: 8px 20px;
}

.hover-show-text p {
	color: #fff;
	font-size: 16px;
	padding: 0px 0px;
	line-height: 26px;
}









.news-section {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.news-section-body {
	margin: 0px;
	padding: 0px;

}

.news-row {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 40px;
	border-bottom: 1px solid #7D7D7D;
	padding: 20px 0px;
	margin: 0px;
}

.news-row:last-child {
	border-bottom: none;
}

.news-row-img {
	width: 170px;
	height: 120px;
	border-radius: 10px;
	overflow: hidden;
}

.news-row-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	transition: 0.5s;
}

.news-row-img:hover img {
	transform: scale(1.2);
}

.news-row-text {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.news-row-text h4 {
	width: 78%;
	font-family: Poppins;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px 0px 9px 0px;
	margin: 0px;
}

.news-row-text-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-row-text-info h5 {
	font-family: Port Lligat Slab;
	font-weight: 400;

	font-size: 28px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #525252;
	padding: 0px;
	margin: 0px;
}


.news-row-text-info h5 span {
	margin-right: 10px;
}

.arrow {
	font-size: 25px;
	background: #ccc;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding: 6px 0px;
	color: #3C3C3C;
}

.arrow:hover {
	background: #204251;
	color: #fff;
}


/* ==================================================================*/
/* gallery-news-section*/
/* ==================================================================*/


/* ==================================================================*/
/* Animated Video-section*/
/* ==================================================================*/


.animated-video-section {
	padding: 100px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/animated-video-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 675px;
}

.animated-video-section-inner {
	text-align: left;
}


.animated-video-section-inner h2 {
	font-family: Rajdhani;
	font-weight: 700;

	font-size: 180px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.animated-video-section-inner-text {
	max-width: 830px;
	float: left;
}


.animated-video-section-inner h3 {
	font-family: Rajdhani;
	font-weight: 400;

	font-size: 40px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.animated-video-section-inner p {
	font-family: Poppins;
	font-weight: 400;

	font-size: 24px;

	line-height: 40px;
	letter-spacing: 0%;
	margin: 0px;
	padding: 0px;
	color: #fff;
}


/* ==================================================================*/
/* Animated Video-section*/
/* ==================================================================*/


/* ==================================================================*/
/* utube-video-section*/
/* ==================================================================*/


.utube-video-section {
	padding: 100px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/utube-video-bg.png) no-repeat;
	background-size: 100% 100%;
}


.utube-video-section-inner {
	text-align: right;
}


.utube-video-section-inner h2 {
	font-family: Rajdhani;
	font-weight: 700;

	font-size: 180px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #FE2729;
	padding: 0px 0px 80px 0px;
	margin: 0px;
}


.utube-video-section-inner h2 span {
	color: #fff;
}


.utube-video-section-inner-text {
	max-width: 830px;
	float: right;
}


.utube-video-section-inner h3 {
	font-family: Rajdhani;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	text-align: left;
}


.utube-video-section-inner p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #FEFEFE;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	max-width: 830px;
	float: right;
	text-align: left;
}


/* ==================================================================*/
/* utube-video-section*/
/* ==================================================================*/


/* ==================================================================*/
/* Animators-section*/
/* ==================================================================*/


.animation-section {
	padding: 100px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/animation-bg.png) no-repeat;
	background-size: 100% 100%;
}


.animation-section-img {
	width: 100%;
	height: 100%;
	animation: swing 5s infinite;
	animation-name: swing;
}


.animation-section-text {
	margin: 0px;
	padding: 100px 0px 0px 0px;
}

.animation-section-text h6 {
	font-family: Rajdhani;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 14%;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 55px 0px;
}


.animation-section-text h2 {
	font-family: Rajdhani;
	font-weight: 500;

	font-size: 140px;

	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.animation-section-text h2 span {
	margin-left: 19px;
	font-size: 70px;
	line-height: 70px;
	position: relative;
	top: -14px;
}


.animation-section-text p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #9C9C9C;
	padding: 0px;
	margin: 50px 0px;
	max-width: 90%;
}


.animation-section-text h3 {
	font-family: Rajdhani;
	font-weight: 400;

	font-size: 40px;

	line-height: 100%;
	letter-spacing: 14%;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


/* ==================================================================*/
/* Animators-section*/
/* ==================================================================*/


/* ==================================================================*/
/* Award-section*/
/* ==================================================================*/

.award-section {
	background: #26576C;
	padding: 100px 0px;
	margin: 0px;
}

.award-section-text {
	padding: 0px 100px 0px 0px;
	margin: 0px;
}

.award-section-text h2 {
	font-family: Rajdhani;
	font-weight: 700;

	font-size: 60px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}


.award-section-text p {
	font-family: Poppins;
	font-weight: 500;

	font-size: 24px;

	line-height: 40px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}


.award-section-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* ==================================================================*/
/* Award-section*/
/* ==================================================================*/


/* ==================================================================*/
/* recent-post-section*/
/* ==================================================================*/


.recent-post-section {
	background: #0F111A;
	padding: 100px 0px 200px 0px;
	margin: 0px;
}


.recent-post-section-tiitle {
	padding: 0px;
	margin: 0px 0px 100px 0px;
	text-align: center;
}


.recent-post-section-tiitle h2 {
	font-family: Rajdhani;
	font-weight: 600;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -1%;
	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.recent-post-section-tiitle p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 8%;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.recent-post-section-body {
	background: #fff;
	padding: 0px;
	margin: 0px auto;
	display: grid;
	grid-template-columns: repeat(5, 0fr);
	gap: 10px;
	max-width: 1720px;
}

.recent-post-box {
	width: 336px;
	height: 336px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}


.recent-post-hover-text {
	/* display: none; */
	position: absolute;
	left: 0;
	right: 0;
	top: 226px;
	bottom: 0;
	background: #00000082;
	padding: 30px;
	z-index: 8;
	transform: translateY(100%);
	transition: all 300ms ease-in-out;
	opacity: 0;
	text-align: center;
    color: #fff;
    font-size: 30px;
}

.recent-post-hover-text h4 { text-align: center;
    color: #fff;
    font-size: 30px; }


.recent-post-box:hover .recent-post-hover-text {
	/* display: block; */
	transform: translateY(0);
	transition: all 300ms ease-in-out;
	opacity: 1;
}





.recent-post-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.recent-post-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* ==================================================================*/
/* recent-post-section*/
/* ==================================================================*/


/* ==================================================================*/
/* blog-section*/
/* ==================================================================*/

.blog-Inquary-section {
	background: #fff;
	padding: 100px 0px;
	margin: 0px;
}

.blog-section {
	padding: 0px 100px 0px 0px;
	margin: 0px;
}

.blog-section-tittle {
	margin: 0px 0px 60px 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.blog-section-tittle h2 {
	font-family: Rajdhani;
	font-weight: 700;

	font-size: 60px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px;
}

.blog-section-body {
	padding: 0px;
	margin: 0px;
}


.enquary-frm {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.enquary-frm-inner {
	position: absolute;
	top: -171px;
	background: #26637D;
	border-radius: 10px;
	padding: 40px 80px;
	margin: 0px;
	width: 100%;
}

.enquary-frm-inner h2 {
	font-family: Rajdhani;
	font-weight: 700;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	text-align: center;
}

.quoteform {
	padding: 0px;
	margin: 0px;
}


.frm-box {
	position: relative;
}

.enquary-frm-inner .quoteform .form-control {
	display: block;
	width: 100%;
	padding: 16px 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin: 0px 0px 20px 0px;
}


.frm-icon {
	position: absolute;
	right: 41px;
	top: 14px;
	font-size: 20px;
}

.quoteform p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -1%;
	text-transform: capitalize;
	color: #fff;
}


.default-btn.sky-butn {
	background: #29ABE3;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	border: none;
	border-radius: 5px;
}


.default-btn.sky-butn:hover {
	background: #0F111A;
}


/* ==================================================================*/
/* blog-section*/
/* ==================================================================*/


/* ==================================================================*/
/* newsletter-section*/
/* ==================================================================*/


.newsletter-section {
	background: url(../images/news-bg.png) no-repeat;
	height: 100%;
	min-height: 600px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
}


.newsletter-section-tittle {
	margin: 0px 0px 60px 0px;
	padding: 0px;
	text-align: center;
}


.newsletter-section-tittle h2 {
	font-family: Rajdhani;
	font-weight: 700;

	font-size: 75px;

	line-height: 60px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.newsletter-section-tittle p {
	font-family: Poppins;
	font-weight: 500;

	font-size: 35px;

	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 0px;
}


.newsletter-section-frm {
	margin: 0px auto;
	padding: 0px;
	max-width: 1000px;
}

.newsletter-section-frm .form-control {
	border: 2px solid #FFFFFF;
	background: transparent;
	padding: 10px 20px;
	margin: 0px 0px 20px 0px;
	font-family: Poppins;
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #fff;
	position: relative;
}


.newsletter-section-frm .frm-box {
	color: #fff;
}

.newsletter-section-frm .default-btn.sky-butn {
	width: fit-content;
	gap: 15px;
}


/* ==================================================================*/
/* Newsletter-section*/
/* ==================================================================*/


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/


.footer {
	padding: 50px 0px 0px;
	margin: 0px auto;
	position: relative;
	height: 100%;
	background: url(../images/footer-bg.png) no-repeat;
	background-size: cover;
	text-align: center;
} 


.footer-top {

	margin: 0px;
	padding: 60px 0px;
}


.footer-logo {
	padding: 0px;
	margin: 0px;
}


.footer-logo p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	color: #CCCCCC;
	padding: 0px;
	margin: 30px auto;
	max-width: 34%;
}


.footer-social-icon {
	margin: 30px auto;
	text-align: center;
}


.footer-social-icon ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}


.footer-social-icon ul li {
	background-color: #2B2D36;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding: 10px 10px;
	transition: 0.3s ease-in-out;
}

.footer-social-icon ul li:hover {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	-webkit-transform: translateY(-5px) !important;
	-ms-transform: translateY(-5px) !important;
	transform: translateY(-10px) !important;
}

.footer-menu {
	margin: 0px;
	padding: 0px;
}

.footer-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}


.footer-menu ul li {
	list-style-type: none;
}

.footer-menu ul li a {
	font-family: Poppins;
	font-weight: 500;

	font-size: 18px;

	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #DDDDDD;
	padding: 0px;
	margin: 0px;
}


.footer-menu ul li a:hover {
	color: #96C3FF;
}


.footer-info {
	margin: 30px auto 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}


.footer-info p {
	font-weight: 400;

	font-size: 18px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.footer-info p span {
	margin-right: 10px;
}


.footer-info p a {
	color: #fff;
}


.footer-info p a:hover {
	color: #96C3FF;
}


/* =================================== */

.footer-butm {

	text-align: center;
	padding: 20px 0px;
	border-top: 1px solid #4D4D4D;

}


.footer-butm p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}

.footer-butm p a {
	color: #96C3FF;
}

.footer-butm p a:hover {
	color: #fff;
}

/*==================================================================*/
/*footer - section*/
/* ==================================================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50px;
	background-color: #29ABE3;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/

.inner-banner-section {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.inner-banner-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.inner-banner-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(289.97deg, rgba(0, 0, 0, 0) 11.7%, rgba(0, 0, 0, 0.25) 99.75%);
}
.inner-banner-section-text {
    position: absolute;
    top: 135px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.inner-banner-section-text h1 {
	text-align: center;
	color: #fff;
	font-family: Rajdhani;
	font-size: 70px;
	font-weight: 700;
	text-transform: capitalize;
	padding-bottom: 20px;
	line-height: 4vw;
	padding-bottom: 100px;
}

.inner-pages {
    padding: 65px 0px;
}

.aboutuspage-text h2 {
  font-family: Rajdhani;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}

.aboutuspage-text {
	padding-right: 100px;
}

.inner-pages p {
   font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #596780;
  padding: 0px 0px 30px 0px;
  margin: 0px;
}

.aboutrightimg {
	margin: 22px 0px 22px 0px;
	position: relative;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	height: 500px;
}

.aboutrightimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.gallery-section-body .hover-show-text p {
	color: #fff;
	font-size: 16px;
	padding: 0px 0px;
	line-height: 26px;
}



/*******BLOG PAGE************/

.blog_detail .nav-previous, .blog_detail .nav-next {
    color: #fff !important;
} 

/*.blog_main{background:#f2f2f2; padding-top: 40px;}*/
.blog_left {
    width: 64%;
    padding: 0 30px;
    float: left;
} 

.blog_right {
	width: 30%;
	padding: 0;
	margin-left: 40px;
	float: left;
	margin-top: 0px;
}

.blog_title{color: #333333;font-size: 30px; text-align: center;position: relative;display: inline-block;margin:0;}
.blog_title:before{content: '';position:absolute;border-top:2px solid #f2ad1d;width: 100%;top: 0;}
.blog_tags,.blog_post{
    margin-bottom:25px;
}

.blog_category {
	margin: 0px 0px 50px 0px;
}

.detailcontent img{
    width:100%;
}

.blog_category h2 {

	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 0%;
	color: #0B1C3F;
	font-family: Rajdhani;
}

.blog_category ul li{border-bottom: 1.3px dashed #0F6D4B; list-style: none;} 

.blog_category ul li:hover a,.blog_category ul li.active a{color: #f21d1d;}

.blog_category ul li a {

	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #212121;
	display: block;
	padding: 8px 0;
}  

.blog_category ul li a span.lower{
   
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #0F6D4B; 
    float: right; 
}

.blog_category ul {
    margin-bottom: 0;
    margin-top: 20px;
} 
.blog_tagh2{padding: 14px 0px 0px;font-size: 26px;  font-weight: 700; line-height: 24px;margin:0;} 

.blog_tags ul{padding: 20px 15px}
.blog_tags li{display: inline-block;border:1px solid #e1e1e1;border-radius: 20px;margin: 5px 3px}
.blog_tags li.active,.blog_tags li:hover{border:1px solid #40a2d5;}
.blog_img img {max-width: 100% !important;margin: 0 0 20px 0 !important;}
.blog_tags li.active a,.blog_tags li:hover a,.blog_post a{color: #40a2d5;display: block;}
 
.blog_post a{color: #0B1C3F;display: block;} 

.blog_post a:hover{text-decoration: underline}
.blog_tags li a{font-size: 13px;  line-height:26px;text-align: center;color: #969696;text-transform:uppercase;display:block;padding: 2px 21px;}

.blog_post li {
    border-bottom: 1.3px dashed #0F6D4B;  
    padding: 25px 0px; 
    list-style: none !important;
}

.blog_post .row{margin: 0}
.blog_post p{color:#6e6e6e;font-size: 12px;line-height: 20px;margin-bottom: 0;}

.postcontent{float: left;width: 75%;padding: 0 15px}

.postimg {
	width: 130px;
	overflow: hidden;
	float: left;
	padding: 0px;
	border-radius: 10px;
}

.postimg img {
    
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    margin: 0px !important;
} 
    
.postcontent p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #0B1C3F;
	margin: 0 !important;
	text-align: left;
	font-family: Poppins;
	padding: 0px;
} 

.postcontent p.list-date {
    
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #0F6D4B;
    margin-top: 10px !important;
}

.footer_menu li.current_page_item a {color: #4d920c;}
.fc-view table tr td {text-align:center !important;}
.comment-form input[type="submit"] {padding: 10px 20px;
    background: #40a2d5;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #40a2d5;
    display: block;
    height: 50px;}
.blog_detail {margin: 50px 0 30px;padding-top: 33px;}
.blog_detail .nav-next svg, .blog_detail .nav-previous svg {display:none !important;}
.blog_detail .navigation h2 {display:none;}
.nav-links span.nav-subtitle, .nav-links span.nav-title {display:none;}
.blog_detail .nav-links {width: 100%;
    display: inline-block;}
  .blog_detail .nav-previous {
    width: auto;
    float: left;
    margin: 10px 10px;
    background: #621A4A;
    padding: 7px;
   color: #fff;
}
.blog_detail .nav-links a{
    color:#fff;
}
  .blog_detail .nav-next {
    width: auto;
    float: right;
    margin: 10px 10px;
    background: #621A4A;
    padding: 7px;
    }
.comments-area {width:100%;margin:30px 0 0;}
.comments-area label {width:100%;display:block;}
.comments-area input[type="text"], .comments-area input[type="tel"], .comments-area input[type="email"], .comments-area input[type="password"] {width:100%;}
.comments-area textarea {width:100%;resize:none;height:135px;}
.gallery_box {width:100%;border:1px solid #ccc;padding:15px;margin: 0 0 25px 0;}
.gallery_box img {width: 100% !important;
    max-width: 100% !important;
    margin: 0!important;
    float: none !important;
    height: 300px;
    object-fit: cover;}
.gallery_box h3 {color: #424242;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;font-family: 'Alegreya Sans', sans-serif;margin: 20px 0 0;}
  .evntpic img {max-width:100%  !important;width:100% !important;margin:0  !important;}
  .evntpic_info {margin: 0 0 35px;}

.blog_list {
    background: #fff;
    box-shadow: 0px 0px 1px 1px #D3CEC6; 
    display: block;
    padding: 20px;
    border-radius: 20px; 
}  

.list_content {
	padding: 20px 0;
	min-height: 200px;
}

.blog_img {
	text-align: center;
	height: 250px;
	border-radius: 20px;
	overflow: hidden;
} 

.blog_img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.list_content h2 {
	font-family: Rajdhani;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #0B1C3F;
	margin: 0px;

}

.list_content .datetxt {
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0%;
	color: #596780;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}



.title2{color: #9C9B9B;font-size: 14px;line-height: 24px;margin-bottom: 5px}

.title3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #212121;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	font-family: Poppins;
}

.smalltxt{color: #2E2E2E;font-size: 14px;font-weight: 600;  line-height: 20px;margin-bottom: 0; margin: 15px 0 0 0 !important;}
.color1 {color:#170654;}

.datetxt i{margin-right:6px}
.iconfav{border:1px solid #e1e1e1;border-radius: 20px;display: inline-block;color: #ABABAB;font-size: 14px;line-height: 14px;padding: 5px 13px;margin:0 4px}
.iconfav span{border-left:1px solid #e1e1e1;display: inline-block;padding-left: 10px;}
.blog_bottom{padding: 20px 18px;}

.blog_left .blogborder {
   margin-bottom: 30px;
} 

.blog_left .blogborder:before{position: absolute;content: '';border-top: 1px solid #fff;top: -1px;width: 96%;left: 0}
.blog_left .blogborder:nth-child(odd):before,.blog_left .blogborder:nth-child(odd):after{right:0;left: auto}
.blog_left .blogborder:nth-child(1):before,.blog_left .blogborder:nth-child(1):after,.blog_left .blogborder:nth-child(2):before,.blog_left .blogborder:nth-child(2):after{content: none}
.blog_left .blogborder:after{position: absolute;content: '';border-top: 1px solid #e1e1e1;top:0px;width: 96%;left: 0}
.blog_search .input-group {
  display: flex;
}
.blog_search .form-control{border-radius: 30px;border-color:#4d920c;height: 50px;padding: 6px 20px;box-shadow: none !important;z-index: 0;border-right:none}
.blog_search{margin-bottom: 30px}
.blog_search .input-group-addon:before{position: absolute;content: '';background:#170654;top:0;bottom: 0;width: 1px;height:84%;margin: auto;left:0}
.blog_search .input-group-addon {
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  border: 1px solid #4d920c;
  color: #888;
  padding: 0;
  position: relative;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_fix .fix_list li img {width:100%;}
.detailcontent,.detailcontent1,.detailcontent2{background: #fff;padding: 25px 35px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);width: 100%;
display: inline-block;}
.blog_detail .blog_right{margin-top: 0}
.detailcontent .blog_tags{box-shadow: none;margin-bottom:15px;border-bottom: 1px solid #e1e1e1;padding-bottom: 15px}
.detailcontent .blog_tags ul{padding: 5px 0;margin-bottom: 0}
.detailtitle{color: #333;font-size:20px;font-weight: 700; line-height: 32px;margin: 8px 0 10px;font-family: 'Alegreya Sans', sans-serif;}
.detailimg1{border-top:1px solid #e1e1e1;padding-top: 25px;margin-top: 15px;margin-bottom: 25px}
.imgbox img{border: 6px solid #dad7d7;
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.detailtxt{color: #5C5C5C;font-size: 15px;line-height: 24px;margin: 5px 0 18px}
.txtunderline{text-decoration: underline}
.detailcontent1,.detailcontent2{border-top:1px solid #e1e1e1;}
.detailcontent1 img{max-width: 100%}
.imgbox1{overflow: hidden;max-height: 412px}
.bloglink li{display: inline-block;border:1px solid #999;border-radius: 3px;margin: 2px}
.linkcount{border-left: 1px solid #e1e1e1;padding-left: 5px;margin-left: 5px;}
.bloglink li a{color:#999;font-weight: 600;display: block;padding: 6px 10px;font-size: 14px}
.bloglink li:hover a{color:#f2ad1d;}
.bloglink li:hover{border:1px solid #f2ad1d;}
.commentbox{background: #fff;padding: 30px 35px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);margin-top: 30px}
.commentbox label{color: #5C5C5C;font-size: 15px; line-height: 24px;display: block;font-weight: normal;margin-bottom:8px}
.btncomment{border: 1px solid #f2ad1d;  background-color: #fff;color: #f2ad1d;font-size: 14px;  line-height: 22px;text-transform: uppercase;width:100%;text-align:left}
.btncomment:hover{background-color:#f2ad1d;color:#fff }
@media screen and (max-width: 1200px) {
    .blog_bottom,.blog_post li,.blog_tags ul,.list_content {padding: 10px;}
    .blog_category ul li a{font-size: 14px;line-height: 36px;padding:6px 10px}
    .title1{font-size: 14px;line-height: 18px}
    .title3{font-size: 13px}
    .blog_post p,.detailtxt{font-size: 13px;line-height: 18px}
    .blog_right{margin-left: 0;margin-top: 30px}
    .blog_left{width: 67%}
    
    .blog_left .blogborder{padding-top: 20px;margin-bottom: 20px}
    .blog_tagh2,.blog_category h2{font-size: 20px;line-height: 20px;padding: 12px 10px}
    .blog_tags li a{padding: 2px 14px}
    .blog_tags li{margin: 5px 1px}
    .postimg{width:36%;}
    .blog_category, .blog_tags, .blog_post,.blog_search{margin-bottom: 20px}
    .detailcontent, .detailcontent1, .detailcontent2{padding: 20px 15px}
     .blog_bottom .datetxt{margin:7px 0 0}
  
}

/*.blog_detail h2 {*/
/*    font-size: 23px;*/
/*    font-weight: 200;*/
/*}*/ 

@media screen and (max-width: 992px){
    .blog_left,.blog_right{width: 100%;float: none}
    .blog_right{width: 100%;margin:0 auto}
    .commentbox{margin-bottom: 30px}
    .postimg{width: 112px}
    
    .postcontent{width: 75%}
}
@media screen and (max-width: 767px){
    .favtxt{text-align: left !important;margin-top:7px} 
    .detailcontent, .detailcontent1, .detailcontent2{padding: 15px}
     .postimg{width: 36%}
    .postcontent{width: 75%} 
}
@media screen and (max-width:500px){ 
    .blog_right{width:100%;margin-top: 30px}
    .blog_left .blogborder{width: 100%;float:none;margin-bottom: 0}
    .blog_left .blogborder:before,.blog_left .blogborder:after{content: none}
}

.blog_detail h1 {
    text-align: left;
    color: #1E1E1E;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.blog_detail h4 {
    text-align: left;
    color: #1E1E1E;
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 20px;
}

/*.single-post .blog_detail h2 {
    font: normal normal 600 18px Poppins !important;
    padding: 0 0 15px 0;
    margin: 0;
    color: #170654;
    text-align: left;
        font-size: 32px !important;
}*/

.single-post .blog_detail h3 {
    font: normal normal 500 18px Poppins !important;
    padding: 0 0 15px 0;
    margin: 0;
    color: #9f0fce;
    text-align: left;
   font-size: 23px !important;
}


a.blog_lst {
     background: #9f0fce;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 1px 0 0 0;
}

.blog_post h2 {
	font-family: Rajdhani;
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 0%;
	color: #0B1C3F;
	margin: 0px 0px 20px 0px;
}

div#comments {
    display: none !important;
}

.detailcontent p{
  font-size: 1vw;
  color: #666;
  line-height: 34px;
  text-align: left;  
}
#main_body {
    padding: 40px 0;
}

.hover-show-text p a{
    color: #fff;
}

.aboutuspage-text h1{
     font-family: Rajdhani;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    padding: 0px;
    margin: 0px 0px 30px 0px;   
}
/*****BLOG END*********************************/

.contact-us-sec {
    padding: 40px 0;
}
.contact-us-inn .addresscard {
    margin: 0px 0px;
    padding: 40px 15px;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    min-height: 260px;
    box-shadow: 0px 4px 50px 0px #C4C4BB4D;
}

.addresscard-icon {
    margin: 5px auto;
    padding: 10px 0px;
    background: top;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addresscard-icon img {
    width: 26px;
}

.contact-us-inn .addresscard h5 {
    margin: 0px 0px;
    padding: 7px 0px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #29ABE3;
    text-transform: uppercase;
    width: 100%;
}
.contact-us-inn .addresscard p {
    margin: 0px 0px;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #161413;
    width: 100%;
}

.addresscard p a {
    color: #161413;
    text-decoration: none;
}
.contact_section2 h3 {
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px 35px 0px;
    font-family: "Playfair Display", serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0%;
    color: #0B1C3F;
}

.contact_right .form-group label {
    display: inline-block;
    margin-top: 10px;
    float: left;
}
.contact_right .form-group input {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: 45px;
}
.contact_section2 {
    margin-top: 60px;
}

.contact_section2 h3 {
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px 35px 0px;
    font-family: "Playfair Display", serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0%;
    color: #0B1C3F;
}

.contact_right .form-group textarea {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #adaba9;
    background: #fff;
    height: 95px;
    resize: none;
    font-family: 'Arial';
    border-radius: 20px;
}

.contact_right .contact_button {
    margin: 33px 0px 0px 0px;
    padding: 10px 25px;
    position: relative;
    border: #000 1px solid;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    color: #fff;
    background: #000;
    display: block;
    width: 154px;
    text-align: center;
    font-family: 'Inter';
}

/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/

/*=============	Modal Area CSS =============*/
.modal {
	z-index: 9999;
	top: 100px;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 12px 65px 41px 65px;
}

.modal-cardtext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	z-index: 9;
}

.modal-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: #29ABE3 !important;
	border: 1px solid transparent;
	padding: 18px 32px;
	font-size: 19px;
	border-radius: 0px 33px 33px 0px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-cardtext .form-control {
	display: block;
	padding: 21px 36px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 33px;
	border-top-right-radius: 33px;
	border-bottom-right-radius: 33px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*=============	Modal Area CSS End =============*/




.detailcontent h1 {
	font-family: Rajdhani;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #000000;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
















