/*
Credit: http://www.tooplate.com
*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #e3f7ff;
	background-repeat: repeat-x;
	background-position: top;
}
textarea, input[type="text"], input[type="password"], select
{
	border-color: rgb(203, 203, 203);
  font-size: 11px;
  font-family: Arial, Verdana, sans-serif;
  color: rgb(0, 0, 0);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  background-color: rgb(255, 255, 255) !important;
  height:20px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
 background-color: rgb(255, 255, 255) !important;
	
	}
a,a:link,a:visited {
	color: #ff4301;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0;
}

img {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	color: #183544;
}

h1 {
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 5px 0;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;
}

h2 span { /* text-shadow: 1px 1px 1px #555; */
	font-weight: bold;
}

h3 {
	font-size: 21px;
	margin: 0 0 15px 0;
	padding: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}

h5 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #333;
}

h6 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}

.cleaner_h10 {
	clear: both;
	width: 100%;
	height: 10px;
}

.cleaner_h20 {
	clear: both;
	width: 100%;
	height: 20px;
}

.cleaner_h30 {
	clear: both;
	width: 100%;
	height: 30px;
}

.cleaner_h40 {
	clear: both;
	width: 100%;
	height: 40px;
}

.cleaner_h50 {
	clear: both;
	width: 100%;
	height: 50px;
}

.cleaner_h60 {
	clear: both;
	width: 100%;
	height: 60px;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px;
	background: none;
	margin-bottom: 10px;
}

.image_fl {
	float: left;
	margin: 3px 15px 0 0;
}

.image_fr {
	float: right;
	margin: 3px 0 0 15px;
}

blockquote {
	font-style: italic;
	margin-left: 10px;
}

cite {
	font-weight: bold;
	color: #3b3823;
}

cite span {
	color: #696443;
}

em {
	color: #000;
}

.tooplate_list {
	margin: 20px 10px;
	padding: 0;
	list-style: none;
}

.tooplate_list li {
	background: transparent url(../img/tooplate_list.png) no-repeat scroll 0
		0px;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	line-height: 0.8em;
}

.tooplate_list li a {
	color: #fff;
}

.tooplate_list li a:hover {
	color: #ff4301;
}

.btn_more a {
	display: inline-block;
	color: #333;
	padding: 2px 0 2px 23px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/tooplate_more_btn.png) center left no-repeat;
}

.btn_more a:hover {
	color: #3dc8ff;
	text-decoration: none;
}

#tooplate_header_wrapper {
	width: 100%;
	height: 100px;
}

#tooplate_header {
	width: 940px;
	height: 100px;
	padding: 0 10px;
	margin: 0 auto;
	background: url('../img/loginhead.gif');
}

#tooplate_header  #site_title {
	float: left;
	width: 220px;
	text-align: center;
}

#tooplate_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#tooplate_header  #site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#tooplate_header  #site_title a span {
	display: block;
	font-size: 14px;
	color: #cccccc;
	font-weight: normal;
	margin-left: 5px;
}

#tooplate_header #header_right {
	float: right;
	display: inline-block;
}

#social_box {
	display: block;
	margin-bottom: 10px;
}

#social_box ul {
	display: inline-block;
	float: right;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

#social_box li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#social_box li a {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

#search_box {
	width: 220px;
	height: 30px;
	margin: 5px 0 0 0;
	background: url(../img/tooplate_search.png) no-repeat;
}

#search_box form {
	clear: both;
	width: 220px;
	height: 30px;
	padding: 0;
}

#searchfield {
	height: 20px;
	width: 180px;
	padding: 5px;
	color: #fff;
	background: none;
	border: none;
}

#searchbutton {
	height: 30px;
	width: 26px;
	padding: 0 0 5px 0;
	margin: 0;
	cursor: pointer;
	background: none;
	border: none;
}

#tooplate_middle_wrapper {
	height: 150px;
	width: 960px;
	padding: 0px;
	margin: 0px auto;
}

#tooplate_middle {
	height: 180px;
	margin: 0px auto;
	background: #ffffff;
	width: 100%;
	padding: 13px 0px;
}

#tooplate_middle  img {
	float: left;
	border: 1px solid #e1f6ff;
	padding: 4px;
}

#middle_content {
	float: left;
	width: 52%;
	margin: 1% 0 0 2%;
}

#middle_content p {
	margin-bottom: 12px;
	line-height: 18px;
}

#tooplate_middle .wwu_btn a {
	display: block;
	width: 182px;
	height: 42px;
	background: url(../img/btn_wwu.png) no-repeat;
}

#tooplate_middle .wwu_btn a:hover {
	display: block;
	width: 182px;
	height: 42px;
	background: url(../img/btn_wwu_hover.png) no-repeat;
}

/* menu */
#tooplate_menu {
	width: 940px;
	height: 44px;
	padding: 0 10px;
	margin: 0 auto;
	background: url('../img/menuback.gif') repeat-x;
}

#tooplate_menu ul {
	margin: 0;
	padding: 0 2px;
	list-style: none;
}

#tooplate_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#tooplate_menu ul li a {
	float: left;
	display: block;
	width: 130px;
	height: 38px;
	padding: 12px 0 0 0;
	margin: 0 1px 0 0;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	outline: none;
	border: none;
}

#tooplate_menu ul li a:hover,#tooplate_menu ul li .current {
	color: #000000;
	background: url('../img/tooplate_menu_hover.gif');
}

/* end of menu */
#tooplate_content {
	width: 940px;
	margin: 0 auto;
	padding: 0px 10px;
	background: #ffffff;
}

#tooplate_content p {
	margin-bottom: 10px;
}

#services {
	clear: both;
	height: 10px;
}

}
#services h3 {
	height: 24px;
	padding-left: 32px;
}

#services .service1 {
	background: url(images/onebit_15.png) center left no-repeat;
}

#services .service2 {
	background: url(images/onebit_16.png) center left no-repeat;
}

#services .service3 {
	background: url(images/onebit_18.png) center left no-repeat;
}

.content_box {
	clear: both;
	border-bottom: 1px solid #b2c9d2;
	margin-bottom: 20px;
	padding-bottom: 2px;
}

.content_box_last {
	border-bottom: none;
	margin: -1% 0 0 5%;
}

.col_w300 {
	float: left;
	width: 279px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #b2c9d2;
}

.col_w460 {
	float: left;
	width: 419px;
	padding-right: 40px;
	margin-right: 20px;
	border-right: 1px solid #b2c9d2;
}

.last_col {
	margin-right: 0;
	border-right: none;
}

/* gallery */
#gallery {
	clear: both;
}

#gallery a {
	border: none;
}

.g_box {
	float: left;
	display: block;
	width: 280px;
	padding: 8px;
	margin: 0 20px 20px 0;
	border: 1px solid #fff;
	background: #f3fbfe;
}

.g_box a img {
	width: 280px;
	height: 140px;
	margin-bottom: 10px;
}

.rm_col {
	margin: 0 0 20px 0;
}
/* end of gallery */
#contact_form {
	width: 412px;
	padding: 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 300px;
	padding: 5px;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 13px;
}

#contact_form form textarea {
	width: 400px;
	height: 200px;
	padding: 5px;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn {
	margin: 5px 0px;
	padding: 3px 14px;
	font-weight: bold;
	border: 1px solid #dfdfdf;
	background: #F3F3F3;
}

/* footer */
#tooplate_footer_wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	border-top: 1px solid #fff;
	padding-top: 1px;
	background: #16712D;
}

#tooplate_footer {
	margin: 0 auto;
	padding: 15px 35px;
	text-align: center;
	color: #ffffff;
}

#tooplate_footer a {
	color: #b4d8ee;
}

.loginbx {
	background: url('../img/login_back.png') no-repeat;
	width: 418px;
	height: 275px;
	float: left;
	margin-left:3%;
}

.footer_manipur {
	width: 260px;
	height: 50px;
	margin-left: 5px;
	float: left;
	background: url('../img/footer_manipur.png');
}

.footer_india {
	width: 229px;
	height: 50px;
	margin: -5% 0 0 0;
	float: right;
	background: url('../img/footer_india.png');
}

.latest_update {
	background: url('../img/updateback.png') no-repeat;
	width: 418px;
	height: 275px;
	float: left;
}

.lgnbutton {
	border: 1px solid #15aeec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #FFFFFF;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019),
		color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019',
		endColorstr='#cf0404', GradientType=0); /* IE6-9 */
}

.lgnbutton:hover {
	border: 1px solid #0380ba;
	background: #cc0000; /* Old browsers */
	background: -moz-linear-gradient(top, #cc0000 0%, #cc0000 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc0000),
		color-stop(100%, #cc0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc0000 0%, #cc0000 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc0000 0%, #cc0000 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc0000 0%, #cc0000 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #cc0000 0%, #cc0000 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000',
		endColorstr='#cc0000', GradientType=0); /* IE6-9 */
	cursor: pointer;
}

.lgnbutton:active {
	position: relative;
	top: 1px;
}


body {
    padding-top: 60px;
    overflow-x: hidden;
    font-family: 'Muli', "Century Gothic";
    font-size: 15px;
    top: 0 !important;
}
body {
    font-family: Arial, Tahoma, Verdana, FreeSans, sans-serif;
}
.paddingButtom40 {
    padding-bottom: 40px;
}
.marginTop20 {
    margin-top: 20px !important;
}

.icons-faq {
    background-position: -194px -66px;
    width: 58px;
    height: 67px;
}
[class^="icons-"], [class*=" icons-"] {
    display: inline-block;
    margin-top: 0px;
    vertical-align: middle;
    background-image: url("../img/icons.png");
    background-position: -10px 5px;
    background-repeat: no-repeat;
}
.faqHeadings {
    font-size: 25px;
}


.line-margin {
    margin: 30px 0;
    width: 100%;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli'), url(https://fonts.gstatic.com/s/muli/v7/z6c3Zzm51I2zB_Gi7146Bg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* -------------------------------------------------------------- 

	Theme Name: Magic Software
	Theme URI: 
	Description: Design and Developed by Mohit Kumar Gupta
	Author: Mohit Kumar Gupta
	Author URI: http://mkginfo.visitkalpi.com
	Version: 0.1
	Tags: portfolio, theme, wordpress, jquery, roundabout
	General comments/License Statement if any.

-------------------------------------------------------------- */
@import "lib/BootstrapImageGallery/css/blueimp-gallery.min.css";
@import "lib/BootstrapImageGallery/css/bootstrap-image-gallery.css";
@import "lib/bootstrap3/css/bootstrap.min.css";
@import "assets/css/style.css";
@import "assets/css/smk-accordion.css";
@import "assets/css/easy-responsive-tabs.css";
@import "assets/fonts/century-gothic/Century-Gothic.css";

/* html to pdf plugin css */

#pf-content img, #pf-content img.smallImage {
	clear: none !important;
	float: none !important;
	margin: 0 !important;
}
#theContentDiv ol li{
	padding: 10px 0;
}