html {
	height: 100%;
}
body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 13px;
	color:#424958;
	font-weight: 400;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	background-color: #eaecf1 !important;
	height: 100%;
}

.image-preview-item {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.image-preview-item img {
    width: 100px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.image-preview-item .remove-image {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.white { color:#fff !important;}
/* .myheader {
	background-color: #132235;
	height: 82px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.myheader .logo-place img {
	padding: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100px;
} */

.cus-head { background-color: #fff !important; overflow: hidden; height: 100px;}
.logo-place { margin-top:6px }
.logo-place a { font-size: 20px; color:#1a2530; text-transform: uppercase; font-weight: 700; margin-top: 30px; line-height: 18px; }
.logo-place a span {   position: absolute; top:39px;  }
.logo-place a span span {   position: absolute; top:35px; width: 100%; font-size: 12px; left:0px; font-weight: 300; color:#6b8084 !important; }

.logo-place a img {
	padding: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100px;
	float: left;
	margin-right: 0px;
}
.cus-bold {
	font-weight: 500 !important;
}
.bluebg {
	background-color: #11274e !important;
}
.crunchify-top:hover {
	color: #fff;
	background-color: rgba(3,146,206,1);
	text-decoration: none;
}
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	color: #fff;
	right: 1rem;
	padding: 10px;
	line-height: 3.2rem;
	font-size: 12px;
	z-index: 11111;
	background-color: rgba(3,146,206,.7);
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
#bar {
	position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: 9999 !important;
}
.thin {
	font-weight: 100 !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #283845 !important;
	text-transform:inherit;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
}
h1 {
	line-height: 36px !important;
}
h2 {
	line-height: 30px !important;
}
.upper {
	text-transform: uppercase !important;
}


p {
	font-family: 'Open Sans', sans-serif !important;
	color: #7e8995 !important;
	font-size: 13px !important;
	font-weight: 500;
	text-align: justify;
}
a {
	outline: 0 !important;
}

.menu-bar { margin-top: 30px; float: right;}


.btn-primary { background-color: #3469f0 !important; border-radius: 10px; color:#fff !important; padding: 14px 20px; border:none; font-size: 14px; font-weight: 500; text-align: center; }
.btn-secondary { background-color: #eaecf1 !important; border-radius: 10px; color:#3e424c !important; 
	padding: 15px 20px; border:none;  font-size: 13px; font-weight: 500;  text-align: center; }


	.btn-white { background-color: #fff !important; border-radius: 10px; color:#2d3237 !important; padding: 14px 20px; border:none; font-size: 14px; font-weight: 500; text-align: center; }
	.btn-white i { margin-right: 5px;}
.btn-third { background-color: #3469f0 !important; border-radius: 10px; color:#fff !important; padding: 10px 20px; border:none;  font-size: 13px; font-weight: 500; text-align: center;  }

.act-btn { margin: 20px 0px 10px 0px;}

.head-margin { margin-top: 100px;}

.cst-pads { padding: 20px 0px;}

.featured-article { background-color: #000; border-radius: 10px;
}


.farticle-image-settings {
	width: 100% !important;
	height: 500px !important;
	webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	z-index: 1;
	background-position: 80% 50%;
	background-color: #000;
	opacity: .6;
	border-radius: 10px;



}

.slider-margin2 {
			top: 100px;
			position: absolute;
			width: 100%;
			background-color: #fff;
			z-index: 11 !important;
		}

.custom-pads-in { padding: 10px 0px 60px 0px;}

.sec-heading { margin: 20px  0px 20px 0px;}

.custom-col {
  margin-bottom: 15px; /* only vertical margin */
}

/* Box styling - independent of Bootstrap */
.category-box {
  background-color: #ffffff;
  border: 1px solid black;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Image handling */
.category-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}

.category-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


.category-title {
  /*font-size: 1.2em;
  margin-bottom: 10px;*/
  font-size: 12px;
  margin-top: 24px;
  color: #333333;
}

.category-description {
  font-size: 0.95em;
  color: #666666;
}
/* Compact image upload styles */
.image-upload-container {
    margin-top: 10px;
}

.image-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.image-preview-item {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.image-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.image-preview-item .remove-image {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    font-size: 12px;
    background: #ff4444;
    border: none;
    color: white;
}

.custom-file-label::after {
    content: "Browse";
}
.farticle-content-area { position: absolute; top:0px; padding: 40px; width: 80%;}
.farticle-top-title { top:0px; position: relative; color:#fff;}
.farticle-details { position: absolute; top:320px; color:#fff;   }
.farticle-title {  font-size: 28px; font-weight: 800;  }
.farticle-sub { margin: 20px 0px;}
.farticle-sub li { list-style: none; display: inline; margin: 10px 10px 10px 0px; font-size: 12px;}
.farticle-sub li i { margin-right: 5px;}

.cst-margins { margin:0px 20px !important;}

.poll-question { background-color: #fff; padding: 40px; border-radius: 10px; margin-bottom: 30px;}
.poll-question ul li { list-style: none; font-size: 24px; color:#1e2225; font-weight: 600; }
.poll-question ul li span { display: block; font-size: 13px; font-weight: 300; margin-top: 5px; color:#768384;}
.poll-q { color:#535863 !important; font-size: 11px !important; display: inline-block; margin: 10px 0px; background-color: #eaecf1; padding: 5px 10px; border-radius: 10px;}
.poll-ql { color:#535863 !important; font-size: 11px !important; display: inline-block; margin: 10px 0px; background-color: #fff; padding: 5px 10px; border-radius: 10px;}




.sepl { border-bottom:2px solid #3469f0; margin: 10px 0px; width: 10px; display: block; }

.inputGroup {
	background-color: #fff;
	display: block;
	margin: 10px 0;
	position: relative;
	width: 100%;
  }

  
  .inputGroup label {
	padding: 12px 20px 12px 50px;
	width: 100%;
	display: block;
	border-radius: 10px;
	text-align: left;
	color: #3c454c;
	cursor: pointer;
	position: relative;
	z-index: 2;
	-webkit-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
	overflow: hidden;
	font-weight: 500;
	font-size: 14px;
	background-color: #eaecf1;
	border:2px solid #eaecf1;

  }

  .inputGroup label:before {
	
	height: 10px;
	border-radius: 50%;
	content: "";
	background-color: #3bacc0;
	position: absolute;

	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
			transform: translate(-50%, -50%) scale3d(1, 1, 1);
	-webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
  }
  .inputGroup label:after {
	width: 28px;
	height: 28px;
	content: "";
	border: 1px solid #d1d7dc;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: 1px 2px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
  }
  .inputGroup input:checked ~ label {
	color:#3469f0;
	border:2px solid #3469f0;
	background-color: #fff;
	
  }
  .inputGroup input:checked ~ label:before {
	-webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
			transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
  }
  .inputGroup input:checked ~ label:after {
	background-color: #3469f0;
	border-color: #3469f0;

  }
  .inputGroup input {
	width: 32px;
	height: 32px;
	-webkit-box-ordinal-group: 2;
			order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
  }
  
  .form {
	padding: 0 16px;
	max-width: 550px;
	margin: 50px auto;
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
  }
  .polls { margin: 20px 0px 10px 0px;}
  .polls ul li { list-style: none;}

  .hideme { display: none;}
  .showme { display: block !important;}
  

  .act-btns button { margin:0px 0px 10px 0px;}
  .results { margin: 20px 0px 15px 0px;}
  .results ul li { font-size: 14px;    }
  .results ul li span { display: block;}

  .prg-custom { height: 44px !important; background-color: #e9eff1 !important; margin: 10px 0px !important; border-radius: 10px !important; margin: 10px;}
  .progress-bar { padding: 20px; height: 44px !important;}
  .display-value { position: absolute; right:70px; padding: 12px; font-size: 14px !important; font-weight: 600 !important; }
  .poll-qr { position: absolute; left:60px; color: #3c454c; padding: 12px 20px;

	font-weight: 500 !important;
	color:#fff !important;
	font-size: 14px !important; }

	.progress-bar { background-color: #10aab4 !important; border-radius: 10px !important;}

	.btn-line { background-color: transparent; border:1px solid #d0dbdf; padding: 10px; color:#607376; border-radius: 10px; font-size: 12px;  }
	.btn-line  i { margin-right: 10px;}
	.btn-text  i { margin-right: 5px;}
	.btn-text { padding: 15px 10px; color:#607376; border-radius: 10px; font-size: 13px; border:none; background-color: transparent;}
	.rightme { float: right;}

	.qs-box { padding: 20px 20px; background-color: #eaecf1;  margin: 20px 0px 10px 0px; border:1px solid #eaecf1; border-radius: 10px; }

	.qs-box ul li { font-size: 16px;}


.timer {overflow: hidden; border-radius: 10px;}

.timer-title { float: left; padding: 30px; font-weight: 600;}
.time-counts { float: right; padding: 10px;}

	#days { float: left; padding: 10px; font-weight: 600;}
	#days span { display: block; font-weight: normal !important; font-size:12px;}


	#hours { float: left; padding: 10px; font-weight: 600;}
	#hours span { display: block; font-weight: normal !important; font-size:12px;}

	#minutes { float: left; padding: 10px; font-weight: 600;}
	#minutes span { display: block; font-weight: normal !important; font-size:12px;}

	
	#seconds { float: left; padding: 10px; font-weight: 600;}
	#seconds span { display: block; font-weight: normal !important; font-size:12px; }

	.sec-head i { color:#535863 !important; font-size: 16px !important; margin: 0px 10px 0px 0px; background-color: #eaecf1; padding: 5px 10px; border-radius: 10px; float: left; }


	.article-box { background-color: #fff; border-radius: 10px; margin: 0px 0px 20px 0px; height: 350px; }
	.article-box ul li { list-style: none; padding: 0px 0px;}
	.post-thumb img { width: 100%; border-top-left-radius: 10px; border-top-right-radius: 10px; height: 180px; object-fit: cover;}
	.article-box ul li.post-title { font-size: 16px; font-weight: 600; padding: 25px 35px 10px 35px;}
	.article-box ul li.post-desc { font-size: 13px; padding: 2px 35px; color:#6d7379 !important;}
	.article-box ul li.post-details { font-size: 12px; padding: 10px 35px 20px 35px;}
	.article-box ul li.post-details  span { margin: 0px 10px 0px 0px; color:#8d949c; font-size: 12px;}
	.article-box ul li.post-details  span i { margin-right: 3px;}
	.article-box ul li.post-details i { font-size: 12px; color:#8d949c; }


	.article-box ul li.post-link { padding: 5px 35px 35px 35px; }

	.btn-sm { padding: 10px 20px !important;}

	.feedback-box {background-color: #ffffff;
		padding: 60px 60px 10px 60px; border-radius: 10px;}

		.sm-head { font-style: italic; color:#717880; font-size: 16px; margin-bottom: 10px; font-weight: 400 !important; font-family: Georgia, 'Times New Roman', Times, serif;}
		.big-head { font-size: 34px; color:#283845; font-weight: 600; line-height: 40px;}

		.sep-b { border-bottom: 4px solid #1d52da; width: 5%; margin: 20px 0px;}
		.sep-bw { border-bottom: 4px solid #fff; width: 5%; margin: 20px 0px;}
		.sep-bwc { border-bottom: 4px solid #fff; width: 5%; margin: 20px auto; text-align: center;}
		.sm-title { color:#283845; }

		.cst-select {
			
			border-color: #283845 !important;
			background-color:transparent !important;
			border: none !important;
			height: 50px !important;
			border-radius: 5px !important;
			
			
		}

		.text { font-weight: 600 !important; padding:8px !important; }

	
	
		.inner li a:hover { background-color: #eaecf1 !important; }
		.cst-grp { width: 100%;}

		.custom-control { color:#283845 !important; font-weight: 600; border-radius: 5px !important; height: 50px !important; background-color: transparent !important; border:1px solid #b9c1ca !important; border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important;  }

		.form-start { margin: 30px 0px;}

		.btn-custom { background-color:transparent !important; color:#283845 !important; padding: 12px !important; font-weight: 600 !important; }

		.cst-addon {  background-color: #283845;  } 

		.cst-textarea {  color:#283845 !important; font-weight: 600; border-radius: 5px !important;  background-color: transparent !important; border:1px solid #b9c1ca !important; padding: 20px !important;}
		.cst-mar { margin: 20px 0px;}

		.file { background-color: #eaecf1 !important; padding: 14px !important; border-radius: 5px !important; color:#2d3237 !important; width: 100% !important;}

		.btn-block { width: 100% !important ; display: block !important;}

		.p-box { background-color: #1dabda; padding: 100px 60px; border-radius: 10px; text-align: center; }
		.p-icon { margin: 0px auto 20px auto; text-align: center;}

		.p-icon i { font-size: 26px; border:2px solid #1180a4; padding: 4px 8px; border-radius: 50%; height: 40px; width: 40px; color:#1180a4; }

		.phead { font-size: 26px; color:#fff; line-height: 34px; font-weight: 600;}
		.pdesc { font-size: 17px; color:#fff; line-height: 22px; font-weight: 400; margin: 10px 0px; opacity: .8; margin: 20px 0px 40px 0px;}

		.news-box { padding: 40px; background-color: #fff; border-radius: 10px; margin: 30px 0px;}

		.news-box ul li { list-style: none; font-size: 14px; font-weight: 600;}
		.news-box ul li span { float: left;}
		.news-box ul li span img { width: 140px; height: 140px; border-radius: 5px; object-fit: cover; }

		.sec-head { font-size: 20px; font-weight: 600; margin: 10px 0px;}

	
		.news-item { height: 350px; width: 100%; margin: 30px 0px; }
		.news-image {  width: 100%; height: 350px; z-index: -1; background-color: #000; border-radius: 10px;  }
		.news-image img { width: 100%; height: 350px; object-fit: cover; border-radius: 10px; opacity: .6; transition: 0.3s; }
		.news-image img:hover {  opacity: 1; }
		.news-title { position: absolute; bottom:50px; padding: 40px; font-size: 18px; font-weight: 600; color:#fff;  }
		.news-title span  {display: block; font-size: 12px; font-weight: 400; margin: 5px 0px;}
		.news-sub-title { position: absolute; top:60px; left:30px; padding: 5px 10px; font-size: 12px; font-weight: 600;  background-color: #fff; color:#161f28; border-radius: 10px;  }

		.contact-box { padding: 40px 0px; background-color: #fff; margin: 30px 0px; border-radius: 10px;}
		.sec-head-contact { font-size: 26px; font-weight: 600; color: #283845 !important; text-align: center;   }
		.sec-head-contact span { font-size: 14px; display: block; margin: 5px 0px; font-weight: 400;}
		.c-list { margin: 40px 0px;}
		.c-list li { text-align: center; margin: 0px auto; padding: 2px 0px;  list-style: none; color:#57595b; font-size: 12px;  }
		.c-list li img { width: 90px; height: 90px; object-fit: cover; border-radius: 50%; text-align: center; margin: 0px auto;}
		.c-list li span { font-weight: 600;}
		.c-title { font-size: 18px; text-transform: uppercase; text-align: center; font-weight: 600; margin: 10px 0px !important; 	color: #283845 !important; }


		