@import url('https://fonts.googleapis.com/css?family=Calibri');
/* @import url('https://fonts.googleapis.com/css?family=Numans'); */




:root {

	/*--main-bg-color: #6495ED; */
	--main-bg-color: #eeede7;

	--main-bg-txt-color: #FFFFFF;  

	/*--main-color-2: #5E4E38; */
	--main-color-2: #ff585d;

	--main-color-3: #ff5857;  

	--main-color-4: #9c27b0;  

	/* --main-btn-color:#b30600a9; */
	--main-btn-color:#eeede7;

  }

  #csr {

	width: 100%;

}

.error-field {
	border: 1px solid #d96557;
}

body {

	margin: 0;

	padding: 0;

	height: 100vh !important;

	font-family:'Calibri', Calibri;

	font-size: 12px;

	color: #464032;

}

.m-l-5{ margin-left: 5px !important; }

.m-b-5{ margin-bottom: 5px !important; }

.m-t-5{ margin-top: 5px !important; }

.m-r-5{ margin-right: 5px !important; }

.m-l-10 { margin-left: 10px; }

.m-r-10 { margin-right: 10px; }

.m-b-10 { margin-bottom: 10px; }

.m-t-10 { margin-top: 10px; }

.m-r-15 { margin-right: 15px; }

.m-t-20 { margin-top: 20px; }

.m-b-20 { margin-bottom: 20px; }

.m-b-30 { margin-bottom: 30px; }

.m-b-50 { margin-bottom: 50px; }



.c-red {  color: #f44336!important; }

.c-teal { color: #009688!important; }

.c-blue { color: #2196f3!important; }

.c-light-blue { color: #03a9f4!important; }

.c-pink { color: #e91e63!important; }

.c-brown { color: #795548!important; }

.c-orange { color: #ff9800!important; }

.c-deep-orange { color: #ff5722!important; }

.c-deep-purple { color: #673ab7!important; }

.c-indigo { color: #3f51b5!important; }

.c-purple {  color: #9c27b0!important; }



  /*------------------------login page starts------------------------------------------ */

.login-container {

	height: 100vh !important;

	width: 100%;

	margin: 0 auto;

}



.container-login100 {

	width: 100%;  

	min-height: 100vh; 
	
	display: -webkit-box;

	display: -webkit-flex;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

	padding: 15px;

	background:#eeede7;

  }



  .container-login100-form-btn {

	width: 100%;

	display: -webkit-box;

	display: -webkit-flex;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

  }



  .wrap-login100 {

	height:auto;

	width: 1170px;

	background-color: #eeede7 !important; 

	overflow: hidden;

	display: -webkit-box;

	display: -webkit-flex;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;

	flex-wrap: wrap;

	align-items: stretch;

	flex-direction: row-reverse;

  

  }

  .login100-more {

	width: 50%;

	position: relative;

	z-index: 1;

  }

  

  .login100-more::before {

	content: "";

	display: block;

	position: absolute;

	z-index: -1;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background: rgba(0,0,0,0.3);

  }



  .login100-form {
	/* background-color: #D6F9F3 !important; */
	background-color: #fff !important;


	width: 50%;

	height: calc(100vh - 30px) !important;

	display: -webkit-box;

	display: -webkit-flex;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;

	flex-wrap: wrap;

	padding: 30px 65px 140px 65px;
	margin-right: 25%;

  }

  

.login100-form-title {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: #555555;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 8px;
    text-transform: uppercase;
    font-size: 20px !important;
    text-align: center;
    border-radius: 27px;
    margin-top: 20px;
    background: #EAF1F9;
    height: 60px;
    /* padding-top: 20px; */
}



  .wrap-input100 {

	width: 100%;

	position: relative;

  }

  

  .rs1-wrap-input100,

  .rs2-wrap-input100 {

	width: 100%;

  }

  

  .rs2-wrap-input100 {

	border-style: solid #eeede7;

  }

  

  

  .input100 {

	display: block #666666;
	
	width: 100%;

	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

	font-size: 18px;

	line-height: 1.2;

	border-bottom-style:solid;

  }

  

  input.input100 {

	height: 50px;

	width: 450px;

  }



  .focus-input100 {

	position: absolute;

	display: block;

	width: calc(100% + 225px);

	height: calc(100% + 2px);

	top: -1px;

	left: -1px;

	pointer-events: none;

	border: none;  

	visibility: hidden;

	opacity: 0;  

	-webkit-transition: all 0.4s;

	-o-transition: all 0.4s;

	-moz-transition: all 0.4s;

	transition: all 0.4s;  

	-webkit-transform: scaleX(1.1) scaleY(1.3);

	-moz-transform: scaleX(1.1) scaleY(1.3);

	-ms-transform: scaleX(1.1) scaleY(1.3);

	-o-transform: scaleX(1.1) scaleY(1.3);

	transform: scaleX(1.1) scaleY(1.3);

  }

  

  .input100:focus + .focus-input100 {

	visibility: visible;

	opacity: 1;  

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	transform: scale(1);

  }



  .login100-form-btn {

	display: -webkit-box;

	display: -webkit-flex;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;

	justify-content: center;

	align-items: center;

	padding: 0 20px;

	width: 100%;

	height: 50px;

	border-radius: 15px;

	background: #00ad5f;  

	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

	font-size: 12px;

	color: #fff;

	line-height: 1.2;

	text-transform: uppercase;

	letter-spacing: 1px;  

	-webkit-transition: all 0.4s;

	-o-transition: all 0.4s;

	-moz-transition: all 0.4s;

	transition: all 0.4s;

  }

  

  .login100-form-btn:hover {

	background: #790509 !important;

  }



  .txt1 {

	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

	font-size: 15px;

	line-height: 1.4;

	color: #999999;

	font-weight: bold;

  }

  

  .txt2 {

	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

	font-size: 15px;

	line-height: 1.4;

	color: var(--main-color-4);

	font-weight: bold;

  }

  

  .txt3 {

	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

	font-size: 15px;

	line-height:7;

	color: var(--main-color-4);

	text-transform: uppercase;

	font-weight: bold;

  }



  .w-full {width: 100%;}

  .p-t-27 {padding-top: 27px;}

  .p-b-34 {padding-bottom: 27px;}



/*  .login-container input {

	outline: none;

	border: none;

}*/

.login-container input {
    outline: none;
    border: none;
    input: focus;
    border: 1px solid #790509;
    box-shadow: 0 0 2px rgb(121 5 9);
}	

.login-container input:focus{

	border-color: transparent !important;

}



input::-webkit-input-placeholder { color: #999999;}

input:-moz-placeholder { color: #999999;}

input::-moz-placeholder { color: #999999;}

input:-ms-input-placeholder { color: #999999;}



.logo-container {

	text-align:center;

	width:100%;

	position: top left;

}







.carousel-item {

	height: calc(100vh - 30px);

	min-height: 350px;

	background: no-repeat center center scroll;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: 100% 100%;

  }



  .carousel-control-next-icon, 

  .carousel-control-prev-icon {

	display: none;

}

  



  /*------------------------------------------------------------------

[ Responsive ]*/

@media (max-width: 992px) {

	.login100-form {

	  width: 60%;

	  padding-left: 30px;

	  padding-right: 30px;

	}

  

	.login100-more {

	  width: 40%;

	}
.container-login100 {
    min-height: 60vh;

}

.login100-form {
    /* background-color: #D6F9F3 !important; */
    background-color: #fff !important;
    height: calc(40vh - 30px) !important;

  }
}
  

  @media (max-width: 768px) {

	.login100-form {

	  width: 100%;

	}

  

	.login100-more {

	  width: 100%;

	}
.container-login100 {
    min-height: 60vh;

}

.login100-form {
    /* background-color: #D6F9F3 !important; */
    background-color: #fff !important;
    height: calc(40vh - 30px) !important;

  }
  }

  

  @media (max-width: 576px) {

	.login100-form {

	  padding-left: 15px;

	  padding-right: 15px;

	  padding-top: 150px;
	  margin-right: 0%;

	}

  

	.rs1-wrap-input100,

	.rs2-wrap-input100 {

	  width: 100%;

	}

  

	.rs2-wrap-input100 {

		border-style: solid #eeede7;

	}
.container-login100 {
    min-height: 60vh;

}

.login100-form {
    /* background-color: #D6F9F3 !important; */
    background-color: #fff !important;
    height: calc(40vh - 30px) !important;

  }	

  }

    /*-----------------------------------login page ends------------------------------- */



  

h1, h2, h3 {

	margin: 0;

	padding: 0;

	font-weight: normal;

	color: #333333;

}



h1 {

	font-size: 2em;

}



h2 {

	font-size: 2.4em;

}



p, ul, ol {

	margin-top: 0;

	line-height: 180%;

}



ul, ol {

}



a {

	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

	font-size: 14px;

	line-height: 1.7;

	margin: 0px;

	transition: all 0.4s;

	-webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

}



a:focus {

	outline: none !important;

}



a:hover {

	text-decoration: none;

  color: #333333;

}





.wrapper, #wrapper {

	width: 98% !important;

	margin: 0 auto;

	padding: 0;	

}



.container{

	height: 100%;

	align-content: center;

}



/* Header */



#header {

	height: 100px;

	margin: 0 auto;

}



/* Logo */



#logo {

	float: left;

	height: 100%;

	width: 250px;

	margin: 0;

	background: url(images/logo.png) no-repeat left top;

	padding-top: 30px;

	color: #000000;

}



#header-content p {

	float: right;

	margin: 0;

	padding: 26px 0 0 10px;

	font:normal 14px calibri;

	font-style: italic;

	color: var(--main-color-2);

} 



/* Search */



#search {

	float: right;

	width: 250px;

	height: 60px;

	padding: 20px 0px 0px 0px;

	background: #E9E3CB;

	border-bottom: 4px solid var(--main-bg-txt-color);

}



#search form {

	height: 41px;

	margin: 0;

	padding: 10px 0 0 20px;

}



#search fieldset {

	margin: 0;

	padding: 0;

	border: none;

}



#search-text {

	width: 170px;

	padding: 6px 5px 2px 5px;

	border: none;

	background: var(--main-bg-txt-color);

	text-transform: lowercase;

	font:normal 11px 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

	color: #464032;

}



#search-submit {

	width: 50px;

	height: 23px;

	border: 1px solid #AC9A79;

	background: #AC9A79;

	font-weight: bold;

	font-size: 10px;

	color: var(--main-bg-txt-color);

}



/* Menu */



.navbar {

	color: var(--main-bg-txt-color);

	background-color: var(--main-bg-color);	

	height: 100px;

}

  

.navbar-toggler {

	background-color: var(--main-bg-txt-color);	

	color: var(--main-bg-txt-color) !important;

  }


.navbar a {

	color: var(--main-bg-txt-color) !important;

	font-weight: bold;

}



.navbar-brand {

	padding: 0px;

}

.navbar-brand>img {

	height: 10px;

	width: 10px;

}

.container {

    max-width: 100% !important;

}



.form-inline .form-control {

	margin-right: 5px !important;

}

.form-control-password {

	margin-right: 5px !important;

}

.form label {

	font-weight: bold;

}

.error {

	font-weight: bold;

}

.form .col-md-12 {

	padding-left: 0px !important;

	padding-right: 0px !important;

}



#menu {

	height: 36px;

	margin: 0 auto;

	padding: 0;

	background-color: #9D151A;

}



#menu ul {

	margin: 0px 0px 0px 10px;

	padding: 0;

	list-style: none;

	line-height: normal;

}



#menu li {

	float: left;

}



#menu a {

	display: block;

	height: 26px;

	margin-right: 2px;

	margin-bottom: 10px;

	padding: 10px 20px 0px 20px;

	text-decoration: none;

	text-align: center;

	text-transform: uppercase;

	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: var(--main-bg-txt-color);

	border: none;

}



#menu a:hover, #menu .current_page_item a {

	background: var(--main-bg-txt-color);

	text-decoration: none;

	color: #333333;

}



#menu .current_page_item a {

	background: var(--main-bg-txt-color);

	color: #333333;

}



/* Content */



.content {

	margin-left: 250px;

	padding: 1px 16px;

	height: 100%;

	

}

.content.sidebar-close{

	margin-left: 20px !important;

}

.post {

	margin-bottom: 15px;

}



.post-bgtop {

}



.post-bgbtm {

}



.post .title {

	margin-bottom: 10px;

	padding: 12px 0 0 0px;

	letter-spacing: -1px;

	color: #000000;

}



.post .title a {

	text-transform: lowercase;

	color: #333333;

	border: none;

}



.post .meta {

	height: 30px;

	background: linear-gradient(-45deg, #ffffff 16px, var(--main-bg-color) 0), linear-gradient(45deg, #ffffff 16px, var(--main-bg-color) 0);

	background-size: cover;

	margin: 10px 0px;

	padding: 0px 20px 0px 20px;

	text-align: left;

	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

	font-size: 13px;

	font-weight: bold;

}



.post .meta .date {

	float: left;

	height: 24px;

	padding: 3px 0px;

	color: var(--main-bg-txt-color);

}



.post .meta .posted {

	float: right;

	height: 24px;

	padding: 3px 15px;

	border-left: 1px solid var(--main-bg-txt-color);

	color: var(--main-bg-txt-color);

}



.post .meta a {

	color: var(--main-bg-txt-color);

}



.post .entry {

	padding: 0px 0px 20px 0px;

	padding-bottom: 20px;

	text-align: justify;

}



.links {

	padding-top: 20px;

	font-size: 12px;

	font-weight: bold;

}



/* Sidebar */



#sidebar {

	float: left;

	width: 250px;

	padding: 0px;

	color: #787878;

	position: relative;

	min-height: calc(100vh - 80px);

	border-right: 1px solid #E9E3CB;



	position: fixed;

    right: 0;

    left: 0;

}



#sidebar.sidebar-close {

	width: 0px !important;

	display:none !important;

}





#wrapper {

	position: relative;

	top: 66px;

}



#sidebar-wrap{

	padding-top: 10px;

	padding-bottom: 50px;

}



#sidebar ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#sidebar li {

	margin: 0;

	padding: 0;

}



#sidebar li ul {

	margin: 0px 0px;

	padding-bottom: 30px;

}



#sidebar li li {

	line-height: 35px;

	border-bottom: 1px dotted #E5E0C6;

	margin: 0px 10px;

	border-right: none;

}



#sidebar li li span {

	margin-top: -20px;

	padding: 10px;

	font-size: 14px;

	font-style: italic;

}



#sidebar h2 {

	background: url(images/img02.jpg) no-repeat left top;

	padding-left: 30px;

	padding-top: 6px;

	padding-bottom: 6px;

	letter-spacing: -.5px;

	font-size: 16px;

	font-weight: bold;

	color: var(--main-bg-txt-color);

}



#sidebar p {

	margin: 0 0px;

	padding: 10px 30px 20px 30px;

	text-align: justify;

}



#sidebar a {

	border: none;

	color: #464032;

}



#sidebar li li:hover, #sidebar li li:hover span i, #sidebar li li:hover a, #sidebar a:hover {

	text-decoration: none;

	background-color: var(--main-bg-color)  !important;

	color: var(--main-bg-txt-color) !important;

	cursor: pointer;

}

.btn-primary  {

	border: none;

	/*background-color:var(--main-btn-color) !important;*/
	background-color: #7fbd6e;

	color: var(--main-bg-txt-color) !important;

	font-size: x-large;

	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}



/* Calendar */



#calendar {

}



#calendar_wrap {

	padding: 20px;

}



#calendar table {

	width: 100%;

}



#calendar tbody td {

	text-align: center;

}



#calendar #next {

	text-align: right;

}



/* Footer */



#footer {

	height: 50px;

	margin: 0 auto;

	border-top: 3px solid var(--main-bg-color);

	border-right: 1px solid #E9E3CB;

	position: absolute;

	bottom: 0;

	width: 250px;

	background-color: white;

}



#footer p {

	margin: 0;

	padding-top: 20px;

	line-height: normal;

	font-size: 10px;

	text-transform: uppercase;

	text-align: center;

	color: #444444;

}

body{
	background-color:#eeede7;
	/*background-color:#fafffe;*/
	/*background-color:#fafffe;*/
}

#footer a {

	color: #464032;

}



