/*
Author URI: http://webthemez.com/
Note: Licence under Creative Commons Attribution 3.0  
-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Changa:700');
@import url('font-awesome.css');
@import url('animate.css');

body {
	font-family: 'Lato', Arial, sans-serif;
/*	font-weight: 600;*/
	line-height: 1.6em;
/*	color: #0a0909;*/
	font-size: 1.4em;
}

a:active {
	outline:0;

}

.clear {
	clear:both;
}

h1, h2 {
	font-weight: 600;
	line-height: 1.1em;
	color: #333;
	/*margin-bottom: 20px;*/
	text-transform: uppercase;
	font-family: 'lato', Changa, sans-serif;
}
h3, h4, h5, h6 { 
	line-height:1.1em;
	color:#333;
	margin-bottom: 20px;
}
input, button, select, textarea { 
    border-radius: 0px !important;
}

#wrapper{
	width:100%;
	margin:0;	
	padding:0;
}
ul.withArrow{
	
}
ul.withArrow li{
	
}
ul.withArrow li span{
	
margin-right: 10px;
	
font-weight: 700;
	
color: #ffffff;
	
border: 1px solid;
	
padding: 4px 8px;
	
font-size: 11px;
	
border-radius: 50%;
	
height: 20px;
	
width: 20px;
}
.widget {
    color: #858585;
}
.row,.row-fluid {
	margin-bottom:3px;
}

.row .row,.row-fluid .row-fluid{
	margin-bottom:30px;
}

.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}
.about-image {
	background-image: url("~/User/img/B4.jpg");
	width: 80%;

	/* width: 70%;*/
	/*margin-top:5%;*/
}
img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: 10px;
}


	/*  Header
==================================== */
	.site-header .top-header {
		padding: 30px 0;
	}

	#branding {
		float: left;
	}

		#branding .logo, #branding .logo-text {
			display: inline-block;
			vertical-align: middle;
		}

		#branding .logo {
			margin-right: 10px;
		}

		#branding .site-title {
			margin-bottom: 0;
			font-size: 20px;
			font-size: 1.25em;
		}

			#branding .site-title a {
				color: #768089;
			}

	.right-section .phone, .right-section .search-form {
		display: inline-block;
		vertical-align: middle;
		position: relative;
	}

		.right-section .search-form button {
			position: absolute;
			right: 0;
			top: 0;
			background: none;
		}

	.site-header .top-header {
		padding: 30px 0;
	}

	.site-header .bottom-header {
		background-color: #4a4c4e;
		*zoom: 1;
		padding: 20px 0;
	}

		.site-header .bottom-header:after {
			content: " ";
			clear: both;
			display: block;
			overflow: hidden;
			height: 0;
		}

	.main-navigation {
		float: left;
	}

		.main-navigation .menu-toggle {
			border: none;
			background: none;
			color: white;
			font-size: 20px;
			font-size: 1.25em;
			display: none;
			outline: none;
		}

	@media screen and (max-width: 990px) {
		.main-navigation .menu-toggle {
			display: block;
		}
	}

	@media screen and (min-width: 991px) {
		.main-navigation .menu-toggle {
			display: block;
		}
	}

	.main-navigation .menu {
		list-style: none;
		display: inline-block;
		margin-top: 5px;
	}

	@media screen and (max-width: 990px) {
		.main-navigation .menu {
			display: none;
		}
	}

	@media screen and (min-width: 1199px) {
		.main-navigation .menu {
			display: block;
		}
	}

	.main-navigation .menu li {
		display: inline-block;
	}

		.main-navigation .menu li a {
			color: white;
			padding: 0 10px;
			border-right: 1px solid rgba(255, 255, 255, 0.3);
			-webkit-transition: .3s ease;
			transition: .3s ease;
		}

			.main-navigation .menu li a:hover {
				color: #42a8f0;
			}

		.main-navigation .menu li.current-menu-item a {
			color: #1392ec;
		}

	header .navbar {
		margin-bottom: 0;
	}

	.navbar-default {
		border: none;
	}

	.navbar-brand {
		color: #222;
		text-transform: uppercase;
		font-size: 24px;
		font-weight: 700;
		line-height: 1em;
		letter-spacing: -1px;
		/*	margin-top: 10px;*/
		padding: 0 0 0 15px;
	}

	.navbar-default .navbar-brand {
		color: #ef801a !important;
	}

	header .navbar-collapse ul.navbar-nav {
		float: right;
		margin-right: 0;
	}

	header .navbar {
		min-height: 70px;
		padding: 18px 0;
		background: #192F59; /*navbar color*/
	}

	.home-page header .navbar-default {
		background: #0c4270;
		/* position: absolute; */
		width: 100%;
	}

	header .nav li a:hover,
	header .nav li a:focus,
	header .nav li.active a,
	header .nav li.active a:hover,
	header .nav li a.dropdown-toggle:hover,
	header .nav li a.dropdown-toggle:focus,
	header .nav li.active ul.dropdown-menu li a:hover,
	header .nav li.active ul.dropdown-menu li.active a {
		transition: all .3s ease;
	}



	header .navbar-default .navbar-nav > .open > a,
	header .navbar-default .navbar-nav > .open > a:hover,
	header .navbar-default .navbar-nav > .open > a:focus {
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}


	header .navbar {
		min-height: 110px;
		padding: 0;
	}

	@media only screen and (max-width: 768px) {
		header .navbar {
			min-height: 70px;
			padding: 0;
		}

		.logo-img {
			block-size: 55px !important;
		}
	}


	header .navbar-nav > li {
		padding-bottom: 12px;
		padding-top: 12px;
		padding: 0 !important;
	}

		header .navbar-nav > li > a {
			padding-bottom: 6px; 
			 padding-top: 5px; 
			margin-left: 2px;
			line-height: 31px;
			font-weight: 700;
			-webkit-transition: all .3s ease;
			-moz-transition: all .3s ease;
			transition: all .3s ease;
			-o-transition: all .3s ease;
			transition: all .3s ease;
		}


	.dropdown-menu li a:hover {
		color: #fff !important;
		background: #ef801a !important;

	}

	header .nav .caret {
		border-bottom-color: #ffffff;
		border-top-color: #ffffff;
	}

	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		background-color: #fff;
	}

	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color: transparent;
	}

/*...............custom dropdowmn css.....*/
/*.dropdown-menu {
	display: none;
	position: absolute;
	background-color: mintcream;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	top: 100%;
	left: 0;
	min-width: 160px;
	padding: 0;
}

	.dropdown:hover .dropdown-menu {
		display: block;
	}
	.dropdown-menu {
		box-shadow: none;
		border-radius: 0;
		border: none;
	}

	.dropdown-menu li:last-child {
		padding-bottom: 0 !important;
		margin-bottom: 0;
	}*/
/*header .nav li .dropdown-menu {
		padding: 0;
	}

		header .nav li .dropdown-menu li a {
			line-height: 28px;
			padding: 3px 12px;
		}
*/
/* --- menu --- */
.flex-caption p {
	line-height: 22px;
	font-weight: 300;
	color: #2F3A58;
}

	header .navigation {
		float: right;
	}

	header ul.nav li {
		border: none;
		margin: 0;
	}

		header ul.nav li a {
			font-size: 13px;
			border: none;
			font-weight: 600;
			text-transform: uppercase;
		}

		header ul.nav li ul li a {
			font-size: 14px;
			border: none;
			font-weight: 500;
			text-transform: uppercase;
		}


	.navbar .nav > li > a {
		color: #f1f1f1;
		text-shadow: none;
		border: 1px solid rgba(255, 255, 255, 0) !important;
		/*background: #ef801a;*/
	}

	.navbar .nav a:hover {
		background: none;
		color: #ef801a;
	}

	.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
		background: none;
		font-weight: 700;
	}

		.navbar .nav > .active > a:active, .navbar .nav > .active > a:focus {
			background: none;
			outline: 0;
			font-weight: 700;
		}

	.navbar .nav li .dropdown-menu {
		z-index: 2000;
	}

	header ul.nav li ul {
		margin-top: 1px;
	}

		header ul.nav li ul li ul {
			margin: 1px 0 0 1px;
		}

	.dropdown-menu .dropdown i {
		position: absolute;
		right: 0;
		margin-top: 3px;
		padding-left: 20px;
	}

	.navbar .nav > li > .dropdown-menu:before {
		display: inline-block;
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-bottom-color: none;
		content: none;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #FFFFFF;
		background: #ef801a;
		border-radius: 0;
	}

	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #ef801a;
		background-color: transparent;
	}

	ul.nav li.dropdown a {
		z-index: 1000;
		display: block;
	}

	select.selectmenu {
		display: none;
	}

	.pageTitle {
		color: #fff;
		/*margin: 30px 0 3px;*/
		display: inline-block;
		
	}

	#banner {
		width: 100%;
		background: #000;
		position: relative;
		margin: 0;
		padding: 0;
	}

	/*  Sliders
==================================== */
	/* --- flexslider --- */
	#main-slider:before {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(43, 150, 204, 0.1);
		z-index: 1;
		position: absolute;
	}

	.flex-direction-nav a {
		display: none;
	}

	.flexslider {
		padding: 0;
		background: #fff;
		position: relative;
		zoom: 1;
	}

	.flex-direction-nav .flex-prev {
		left: 0px;
	}

	.flex-direction-nav .flex-next {
		right: 0px;
	}

	.flex-caption {
		zoom: 1; /* bottom: 198px; */
		background-color: transparent;
		color: #fff;
		margin: 0;
		padding: 2px 25px 0px 30px;
		position: absolute;
		left: 0;
		text-align: right;
		margin: 0 auto;
		right: 0px;
		display: inline-block;
		width: 100%;
		right: 0 !important;
		border-radius: 15px 15px 0 0;
		bottom: 10%;
	}

		.flex-caption h3 {
			color: #2F3A58;
			letter-spacing: 0px;
			margin-bottom: 8px;
			text-transform: uppercase;
			font-size: 36px;
			font-weight: 400;
			font-family: 'Changa', sans-serif;
		}

		.flex-caption p {
			margin: 12px 0 18px;
			font-size: 19px;
			font-weight: 600;
		}

		.skill-home {
			margin-bottom: 50px;
			background: #192F59;
			padding: 30px;
			font-weight: 600;
		}

	.c1 {
		border: #ed5441 1px solid;
		background: #ed5441;
	}

	.c2 {
		border: #24c4db 1px solid;
		background: #24c4db;
	}

	.c3 {
		border: #1891EC 1px solid;
		background: #1891EC;
	}

	.c4 {
		border: #609cec 1px solid;
		background: #609cec;
	}

	.skill-home .icons {
		padding-top: 38px;
		width: 116px;
		height: 116px;
		color: #fff;
		font-size: 42px;
		font-size: 38px;
		text-align: center;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 0;
		display: inline-table;
		border: 2px solid #ef801a;
		color: #ef801a;
		background: transparent;
		border-radius: 50%;
		background: #ffffff;
	}

	.skill-home h2 {
		padding-top: 20px;
		font-size: 36px;
		font-weight: 700;
	}

	.testimonial-solid {
		padding: 50px 0 60px 0;
		margin: 0 0 0 0;
		background: #FFFFFF;
		text-align: center;
	}

	.testi-icon-area {
		text-align: center;
		position: absolute;
		top: -84px;
		margin: 0 auto;
		width: 100%;
	}

		.testi-icon-area .quote {
			padding: 15px 0 0 0;
			margin: 0 0 0 0;
			background: #ffffff;
			text-align: center;
			color: #1891EC;
			display: inline-table;
			width: 70px;
			height: 70px;
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			font-size: 42px;
			border: 1px solid #1891EC;
			display: none;
		}

		.testi-icon-area .carousel-inner {
			margin: 20px 0;
		}

	.carousel-indicators {
		bottom: -30px;
	}

	.text-center img {
		margin: auto;
	}

	.aboutUs {
		padding: 40px 0;
		background: #F2F2F2;
	}

	img.img-center {
		margin: 0 auto;
		display: block;
		max-width: 100%;
	}

	.home-about {
		padding: 60px 0 0px;
		background: #e3e3e3;
	}

		.home-about hr {
			padding: 0;
			margin: 0;
		}

		.home-about .info-box {
		}
	/* Testimonial
----------------------------------*/
	.testimonial-area {
		padding: 0 0 0 0;
		margin: 0;
		background: url(../img/low-poly01.jpg) fixed center center;
		background-size: cover;
	}

	.testimonial-solid p {
		color: #000000;
		font-size: 16px;
		line-height: 30px;
		font-style: italic;
	}

	section.hero-text {
		background: #F4783B;
		padding: 50px 0 50px 0;
		color: #fff;
	}

		section.hero-text h1 {
			color: #fff;
		}

	/* Content
==================================== */

	#content {
		position: relative;
		background: #fff;
		padding: 50px 0 0px 0;
/*		font-weight: 400;*/
		
	}

	.cta-text {
		text-align: center;
		margin-top: 10px;
	}


	.big-cta .cta {
		margin-top: 10px;
	}

	.box {
		width: 100%;
	}

	.box-gray {
		background: #f8f8f8;
		padding: 20px 20px 30px;
	}

		.box-gray h4, .box-gray i {
			margin-bottom: 20px;
		}

	.box-bottom {
		padding: 20px 0;
		text-align: center;
	}

		.box-bottom a {
			color: #fff;
			font-weight: 700;
		}

			.box-bottom a:hover {
				color: #eee;
				text-decoration: none;
			}


	/* Bottom
==================================== */



	/* page headline
==================================== */

	#inner-headline {
		background: #ef801a;
		position: relative;
		margin: 0;
		padding: 0;
		color: #1891EC;
	}


		#inner-headline h2.pageTitle {
			color: #FFFFFF;
			/*padding: 5px 0;*/
			display: block;
		}

		/* --- breadcrumbs --- */
		#inner-headline ul.breadcrumb {
			margin: 40px 0;
			float: left;
		}

			#inner-headline ul.breadcrumb li {
				margin-bottom: 0;
				padding-bottom: 0;
			}

			#inner-headline ul.breadcrumb li {
				font-size: 13px;
				color: #fff;
			}

				#inner-headline ul.breadcrumb li i {
					color: #dedede;
				}

				#inner-headline ul.breadcrumb li a {
					color: #fff;
				}

	ul.breadcrumb li a:hover {
		text-decoration: none;
	}
	/* --- search form --- */
	.search {
		float: right;
		margin: 35px 0 0;
		padding-bottom: 0;
	}

	#inner-headline form.input-append {
		margin: 0;
		padding: 0;
	}

	.about-text h3 {
		font-size: 22px;
/*		padding-bottom: 10px;*/
		margin-top: 0 !important;
		font-weight: bold;
		color: red;
	}

.about-text p {
/*	font-size: 1.2em;
	text-align: justify;*/
	text-align: justify;
	font-family: 'lato',Calibri;
	font-size: 16.5px;
/*	color: #121212;*/
	line-height: 23px;
}

	.about-text .btn {
		margin-top: 20px;
		font-size: 15px;
		text-align: justify;
		/* background: #0e8dce; */
	}

	.about-image img {
		padding: 10%;
		/*width: 68%;*/
		/*margin-top: 5%;*/
	}

	.about-text ul {
		margin-top: 30px;
		padding: 0;
	}

	.about-text li {
		margin-bottom: 10px;
		font-weight: bold;
		list-style: none;
	}


	.about-text-2 img {
		border: 5px solid #ddd;
		margin-bottom: 20px;
	}

	.about-text-2 p {
		margin-bottom: 20px;
		font-size: 1.5em;
	}

	#call-to-action {
		background: url(../images/bg/about.jpg) no-repeat;
		background-attachment: fixed;
		background-position: top center;
		padding: 100px 0;
		color: #fff;
	}

	.call-to-action h3 {
		font-size: 40px;
		letter-spacing: 15px;
		color: #fff;
		padding-bottom: 30px;
	}

	.call-to-action p {
		color: #999;
		padding-bottom: 20px;
	}

	.call-to-action .btn-primary {
		background-color: transparent;
		border-color: #999;
	}

		.call-to-action .btn-primary:hover {
			background-color: #151515;
			color: #999;
			border-color: #151515;
		}

		#call-to-action-2 {
		background-color: #192f59;
		padding: 50px 0;
		}

		#call-to-action-2 h3 {
			color: #fff;
			font-size: 28px;
			font-weight: 400;
		}

		#call-to-action-2 p {
			color: #fff;
			font-size: 15px;
		}

		#call-to-action-2 .btn-primary {
			border-color: #FFFFFF;
			background: transparent;
			margin-top: 50px;
			color: #fff;
		}

			#call-to-action-2 .btn-primary:hover {
				background: #ef801a;
				border: solid 1px #ef801a;
			}

	section.section-padding.gray-bg {
		background: #0c4270;
		padding: 60px;
		color: #ffffff;
	}

		section.section-padding.gray-bg h2 {
			color: #fff;
		}

	#accordion-alt3 .panel-heading h4 {
		font-size: 13px;
		line-height: 28px;
	}

	.panel .panel-heading h4 {
		font-weight: 400;
	}

	.panel-title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 15px;
		color: inherit;
	}

	.panel-group .panel {
		margin-bottom: 0;
		border-radius: 2px;
	}

	.panel {
		margin-bottom: 18px;
		background-color: #e3e3e3;
		border: 1px solid #cccccc;
		border-radius: 2px;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
		box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	}

	#accordion-alt3 .panel-heading h4 a i {
		font-size: 17px;
		line-height: 18px;
		width: 18px;
		height: 18px;
		margin-right: 8px;
		color: #A0A0A0;
		text-align: center;
		border-radius: 50%;
		margin-left: 6px;
		font-weight: bold;
	}

	.progress.pb-sm {
		height: 6px !important;
	}

	.progress {
		box-shadow: inset 0 0 2px rgba(0,0,0,.1);
	}

	.progress {
		overflow: hidden;
		height: 18px;
		margin-bottom: 18px;
		background-color: #f5f5f5;
		border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
		box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	}

		.progress .progress-bar.progress-bar-red {
			background: #ed5441;
		}

		.progress .progress-bar.progress-bar-green {
			background: #51d466;
		}

		.progress .progress-bar.progress-bar-lblue {
			background: #32c8de;
		}
	/*responsive method*/

	@media (max-width: 768px) {
		#inner-headline ul.breadcrumb {
			margin: 20px 0;
			text-align: center; /* Center the breadcrumb on smaller screens */
		}

			#inner-headline ul.breadcrumb li {
				display: inline-block;
				margin-right: 10px; /* Space between breadcrumb items */
			}

				#inner-headline ul.breadcrumb li a {
					font-size: 12px; /* Slightly smaller font on smaller screens */
				}
	}

	@media (max-width: 480px) {
		#inner-headline ul.breadcrumb {
			margin: 15px 0;
		}

			#inner-headline ul.breadcrumb li {
				font-size: 11px; /* Even smaller font for very small screens */
			}

				#inner-headline ul.breadcrumb li i {
					font-size: 10px; /* Adjust icon size */
				}

				#inner-headline ul.breadcrumb li a {
					font-size: 11px; /* Adjust link size for better fit */
				}
	}

	/* --- pullquotes --- */

	.pullquote-left {
		display: block;
		color: #a2a2a2;
		font-family: 'Noto Serif', serif;
		font-size: 14px;
		line-height: 1.6em;
		padding-left: 20px;
	}

	.pullquote-right {
		display: block;
		color: #a2a2a2;
		font-family: 'Noto Serif', serif;
		font-size: 14px;
		line-height: 1.6em;
		padding-right: 20px;
	}

	/* --- button --- */
	.btn {
		text-align: center;
		color: #FFFFFF;
		padding: 12px 25px;
		border-radius: 0;
		background: #ef801a;
		border-color: #ef801a;
	}

	.btn-theme {
		color: #fff;
		background: transparent;
		border: 1px solid #fff;
		padding: 12px 30px;
		font-weight: bold;
	}

		.btn-theme:hover {
			color: #ef801a;
		}

	/* --- list style --- */

	ul.general {
		list-style: none;
		margin-left: 0;
	}

	ul.link-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		ul.link-list li {
			margin: 0;
			padding: 2px 0 2px 0;
			list-style: none;
		}



	.box-area {
		padding: 15px;
		background: #ffffff;
		margin-top: -21px;
		font-weight: 600;
	}

	.mt_5 {
		margin-top: 5px;
	}

	.box-area h3 {
		font-size: 17px;
		font-weight: 600;
	}
	/* --- flickr --- */
	.widget .flickr_badge {
		width: 100%;
	}

		.widget .flickr_badge img {
			margin: 0 9px 20px 0;
		}

	footer .widget .flickr_badge {
		width: 100%;
	}

		footer .widget .flickr_badge img {
			margin: 0 9px 20px 0;
		}

	.flickr_badge img {
		width: 50px;
		height: 50px;
		float: left;
		margin: 0 9px 20px 0;
	}

	/* scroll to top */
	.scrollup {
		position: fixed;
		width: 32px;
		height: 32px;
		bottom: 0px;
		right: 20px;
		background: #ef801a;
	}

	a.scrollup {
		outline: 0;
		text-align: center;
	}

		a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
			opacity: 1;
			text-decoration: none;
		}

		a.scrollup i {
			margin-top: 10px;
			color: #fff;
		}

			a.scrollup i:hover {
				text-decoration: none;
			}




	.absolute {
		position: absolute;
	}

	.relative {
		position: relative;
	}

	.aligncenter {
		text-align: center;
	}

		.aligncenter span {
			margin-left: 0;
		}

	.floatright {
		float: right;
	}

	.floatleft {
		float: left;
	}

	.floatnone {
		float: none;
	}

	.aligncenter {
		text-align: center;
	}

	img.pull-left, .align-left {
		float: left;
		margin: 0 15px 15px 0;
	}

	.widget img.pull-left {
		float: left;
		margin: 0 15px 15px 0;
	}

	img.pull-right, .align-right {
		float: right;
		margin: 0 0 15px 15px;
	}

	article img.pull-left, article .align-left {
		float: left;
		margin: 5px 15px 15px 0;
	}

	article img.pull-right, article .align-right {
		float: right;
		margin: 5px 0 15px 15px;
	}
	/* ============================= */

	.clear-marginbot {
		margin-bottom: 0;
	}

	.marginbot10 {
		margin-bottom: 10px;
	}

	.marginbot20 {
		margin-bottom: 20px;
	}

	.marginbot30 {
		margin-bottom: 30px;
	}

	.marginbot40 {
		margin-bottom: 40px;
	}

	.clear-margintop {
		margin-top: 0;
	}

	.margintop10 {
		margin-top: 10px;
	}

	.margintop20 {
		margin-top: 20px;
	}

	.margintop30 {
		margin-top: 30px;
	}

	.margintop40 {
		margin-top: 40px;
	}

	.flex-control-paging li a {
		width: 28px;
		height: 14px;
		border-radius: 7px;
		background: #ef801a;
		text-indent: -110px !important;
		overflow: hidden;
	}

	.btn:hover, .btn:focus {
		color: #FFF;
		text-decoration: none;
		background: #187FB3;
		border-color: #187FB3;
	}
	/*  Media queries 
============================= */

	@media (min-width: 768px) and (max-width: 979px) {

		a.detail {
			background: none;
			width: 100%;
		}



		footer .widget form input#appendedInputButton {
			display: block;
			width: 91%;
			-webkit-border-radius: 4px 4px 4px 4px;
			-moz-border-radius: 4px 4px 4px 4px;
			border-radius: 4px 4px 4px 4px;
		}

		footer .widget form .input-append .btn {
			display: block;
			width: 100%;
			padding-right: 0;
			padding-left: 0;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			margin-top: 10px;
		}

		ul.related-folio li {
			width: 156px;
			margin: 0 20px 0 0;
		}
	}

	@media (max-width: 767px) {
		.navbar-default .navbar-collapse {
			border-color: none;
			background: #0c4270;
		}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #868686;
			border-radius: 0;
		}

		.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
			background-color: rgba(221, 221, 221, 0);
		}

		.navbar-default .navbar-collapse, .navbar-default .navbar-form {
			border-color: rgba(255, 255, 255, 0.58);
			margin-top: 15px;
		}

		body {
			padding-right: 0;
			padding-left: 0;
		}

		.navbar-brand {
			margin-top: 10px;
			border-bottom: none;
		}

		.navbar-header {
			/* margin-top: 20px; */
			border-bottom: none;
			block-size: 70px;
		}

		.navbar-nav {
			border-top: none;
			float: none;
			width: 100%;
		}

		.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
			background: none;
			font-weight: 700;
			color: #FFFFFF;
		}

		header .navbar-nav > li {
			padding-bottom: 2px;
			padding-top: 3px;
		}

		header .nav li .dropdown-menu {
			margin-top: 0;
		}

		/*.dropdown-menu {
			position: absolute;
			top: 27px;
			left: 78px;
			z-index: 1000;
			display: none;
			float: left;
			min-width: 160px;
			padding: 5px 0;
			margin: 2px 0 0;
			font-size: 13px;
			list-style: none;
			background-color: #fff;
			background-clip: padding-box;
			border: 1px solid #f5f5f5;
			border: 1px solid rgba(0, 0, 0, .15);
			border-radius: 0;
			-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		}*/



		li.active {
			border: none;
			overflow: hidden;
			background: #ef801a;
		}


		.box {
			border-bottom: 1px solid #e9e9e9;
			padding-bottom: 20px;
		}

		.flexslider .slide-caption {
			width: 90%;
			padding: 2%;
			position: absolute;
			left: 0;
			bottom: -40px;
		}


		#inner-headline .breadcrumb {
			float: left;
			clear: both;
			width: 100%;
		}

		.breadcrumb > li {
			font-size: 13px;
		}


		ul.portfolio li article a i.icon-48 {
			width: 20px;
			height: 20px;
			font-size: 16px;
			line-height: 20px;
		}


		.left-sidebar {
			border-right: none;
			padding: 0 0 0 0;
			border-bottom: 1px dotted #e6e6e6;
			padding-bottom: 10px;
			margin-bottom: 40px;
		}

		.right-sidebar {
			margin-top: 30px;
			border-left: none;
			padding: 0 0 0 0;
		}


		/*@media (max-width: 480px) {
		.bottom-article a.pull-right {
			float: left;
			margin-top: 20px;
		}


		.search {
			float: left;
		}

		.flexslider .flex-caption {
			display: none;
		}


		.cta-text {
			margin: 0 auto;
			text-align: center;
		}

		ul.portfolio li article a i {
			width: 20px;
			height: 20px;
			font-size: 14px;
		}
	}*/
	}

	/*..............contact us table.........*/

	.table table, tr, td {
		border: 1px solid;
	}

	.table th {
		background-color: #192F59;
		color: #fff;
		/*text-align:center;*/
	}

		.hone {
			display: flex;
			justify-content: center;
		}

		.main-heading {
			color: red !important;
		
		}

		/*....................//TABLE BODY START//.................................*/

		.table-container {
			overflow-x: auto; /* Makes the table horizontally scrollable */
			-webkit-overflow-scrolling: touch; /* Smooth scrolling for mobile */
			margin: 20px;
			/*background-color:aqua;*/
		}

	tr:nth-child(even) {
		background-color: #bfbebd;
	}

	/*....................//TABLE BODY END//.................................*/


/*infrastructure header section,use <script src="https://cdn.jsdelivr.net/npm/lightbox2@2.11.3/dist/js/lightbox.min.js"></script> */
.campus_img {
	display:flex;
	flex-wrap:wrap;
}

.campus_class {
	padding: 2px;
}

.hostel_class {
	padding: 2px;
}

.library_class {
	padding: 2px;
}

.act_img {
	display: flex;
	flex-wrap: wrap;	
}

.activities_class {
	padding: 20px;
/*	border: 1px solid black;	*/
/*	margin:1rem 2rem;*/
}
.transition:hover {
	transition: 0.8s ease-in-out;
	transform: scale(1.03);
	position: relative;
	z-index: 1;
	border-radius: 10px;
	border: 2px solid white;
	box-shadow: 3.1px 3.1px 20px black;
}
.fb-page {
	width: 100% !important;
}
@media (max-width: 767px) {
	.fb-page {
		height: 300px; /* Or adjust as needed */
	}
}

/*@media (max-width: 1326px) {
	.fb-page {
		display:flex;
		flex-wrap:wrap;*/
		 /* Or adjust as needed */
	/*}
}*/
	/* End Footer */

	/*.......sub-footer.........*/

	#sub-footer {
		background-color: black;
	}

	.text {
		color: white;
		font-weight: 600;
		font-size: 13px;
	}

	.copyright {
		color: white;
	}

	.hoverme {
		text-align: center;
	}
	/*..............................................*/

	#pagestyle_objective {
		font-size: 1.6em;
		line-height: 1.428571429;
	}

	#pagestyle_Infrastructure {
		font-size: 1.4em;
		line-height: 1.428571429;
		text-align: justify;
	}

	/*..................trnasition on campus............................*/


	.activities_class img {
		transition: transform 0.3s ease-in-out;
	}

		.activities_class img:hover {
			transform: scale(1.1);
		}

	/*..................footer new............................*/
	/* Ensures iframe responsiveness for all embedded elements */
	/*.responsive-iframe {
	width: 100%;
	max-width: 100%;
	height: auto;
}*/

	/* Footer mobile responsiveness */
	/*@media (max-width: 768px) {
	.fh5co-footer-widget h3 {
		font-size: 1.5em;
	}

	.col-12.col-md-4 {
		margin-bottom: 20px;
	}
}*/
	/*.fb-page {
	width: 100% !important;*/ /* Make sure it uses the full width of its container */
	/*max-width: 500px;*/ /* Optional: Set a max-width to avoid it becoming too wide */
	/*margin: 0 auto;*/ /* Center the Facebook widget */
	/*}
@media (min-width: 768px) {
	.col-md-5 {
		max-width: 500px;*/ /* Limit the width for large screens */
	/*}
}

@media (max-width: 767px) {
	.col-12 {
		padding-left: 0;
		padding-right: 0;
	}
}*/

/*.........footer.....*/

#fh5co-footer {
	background-color: black !important;
}

.cnt {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.frow {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*.fadr {
	margin-right: 1rem;
}*/
.fyt {
	text-align: center;
	margin-right: 1rem;
}
.ffb {
	text-align: center;
	margin-right: 1rem;
	width:auto;
}
.finsta {
	text-align: center;
	width:auto;
}

/* cusom css chatbox */
body {
	font-family: Arial, sans-serif;
}

.chatbox {
	position: fixed;
	bottom: 50px;
	left: 0px;
	cursor: pointer;
	z-index: 5000;
}

.chat-icon {
	z-index: 5000;
	background-color: #007bff; /* Default blue color */
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	animation: blink 1s infinite; /* Blinking animation */
}
/* Blinking Animation */
@keyframes blink {
	0% {
		background-color: #007bff; /* Blue */
	}

	50% {
		background-color: #ff0000; /* Red */
	}

	100% {
		background-color: #00ff00; /* Green */
	}
}

.icons-area {
	display: none;
	position: absolute;
	bottom: 50px;
	right: 0;
	background-color: transparent; /* No background */
	border-radius: 25px;
	padding: 10px;
}

	.icons-area .icon {
		display: block;
		margin-bottom: 10px;
		font-size: 30px;
		text-decoration: none;
		background-color: transparent; /* No background */
	}

#phoneIcon {
	color: #007bff; /* Blue color for the phone icon */
}

#whatsappIcon {
	color: #25d366; /* Green color for the WhatsApp icon */
}

#EnquiryIcon {
	color: red!important;
}

.icons-area .icon:hover {
	opacity: 0.8; /* Slightly fade on hover */
}

.chatbox:hover .icons {
	display: block;
}

.dialog {
	z-index: 5000;
	display: none;
	position: fixed;
	bottom: 190px;
	left: 31px;
	background-color: navajowhite;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
}

.dialog-content {
	position: relative;
}

.close {
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	font-size: 25px;
	color: #000;
	opacity: 0.5;
}
/*............footer section..................*/
.fh5co-footer-widget a:hover {
	color: #ffcc00; /* Change link color on hover */
}

.fh5co-footer-widget i:hover {
	transform: scale(1.2); /* Scale icons on hover */
	transition: transform 0.3s ease;
}
/* Example CSS to modify YouTube player iframe styles */
.youtube-player iframe {
	border-radius: 10px;
	border: 2px solid #ccc;
}

/* Ensure the parent container uses Flexbox */
.container cnt {
	display: flex;
	justify-content: center; /* Center all items horizontally */
	align-items: center; /* Center items vertically */
	flex-wrap: wrap; /* Allow items to wrap to the next line on smaller screens */
}

/* Style for your columns */
.row frow {
	display: flex;
	justify-content: space-around; /* Space out the items */
	width: 100%;
	flex-wrap: wrap; /* Allow wrapping */
}

/* Adjust the width of the Facebook section based on screen size */
.ffb {
	width: 100%; /* Full width on small screens */
	max-width: 300px; /* Limit the width on larger screens */
	flex: 1 1 auto; /* Flex grow and shrink */
	box-sizing: border-box;
}

/* Optional: Style for spacing */
.fh5co-footer-widget h3 {
	font-size: 1.8em;
	text-align: center;
	text-decoration: underline;
	color: navajowhite;
	font-family: 'Georgia', Times, serif;
	font-weight: bold;
	font-style: italic;
}

/*..... css for contact us page............*/

:root {
	--primary-color: #4361ee;
	--primary-hover: #3a56d4;
	--text-color: #2b2d42;
	--light-gray: #f8f9fa;
	--border-color: #e9ecef;
	--shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	--transition: all 0.3s ease;
}

.contact-container {
	max-width: 700px;
	margin: 3rem auto;
	padding: 0 15px;
}

.contact-card {
	background: lightblue;
	border-radius: 10px;
	box-shadow: var(--shadow);
	overflow: hidden;
	padding: 2.5rem;
}

.contact-header {
	text-align: center;
	margin-bottom: 2.5rem;
}

	.contact-header h2 {
		color: var(--primary-color);
		font-weight: 700;
		margin-bottom: 0.5rem;
	}

.subtitle {
	color: #6c757d;
	font-size: 1.1rem;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.form-group {
	position: relative;
}

.floating-label {
	position: relative;
}

	.floating-label label {
		position: absolute;
		top: 15px;
		left: 15px;
		color: #6c757d;
		pointer-events: none;
		transition: var(--transition);
		background: white;
		padding: 0 5px;
	}

	.floating-label input:focus ~ label,
	.floating-label input:not(:placeholder-shown) ~ label,
	.floating-label textarea:focus ~ label,
	.floating-label textarea:not(:placeholder-shown) ~ label {
		top: -10px;
		left: 10px;
		font-size: 0.85rem;
		color: var(--primary-color);
	}

.form-control {
	width: 100%;
	padding: 1rem;
	border: 1px solid var(--border-color);
	border-radius: 5px;
	font-size: 1rem;
	transition: var(--transition);
}

	.form-control:focus {
		border-color: var(--primary-color);
		box-shadow: 0 0 0 0.2rem rgba(67, 97, 238, 0.25);
		outline: none;
	}

textarea.form-control {
	min-height: 150px;
	resize: vertical;
}

.btn-submit {
	width: 100%;
	padding: 12px;
	border-radius: 5px;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: var(--transition);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

	.btn-submit:hover {
		background-color: var(--primary-hover);
		transform: translateY(-2px);
	}

.text-danger {
	color: #dc3545;
	font-size: 0.85rem;
	margin-top: 5px;
	display: block;
}




