@font-face {
	font-family: 'Baloo Bhai';
	font-style: normal;
	font-weight: 400;
	src: local('Baloo Bhai'), local('Baloo Bhai'), url(../fonts/BalooBhai.ttf) format('TrueType');
}

@font-face {
  font-family: 'Patua One';
  font-style: normal;
  font-weight: 300;
  src: local('Patua One'), local('Patua One'), url(../fonts/PatuaOne-Regular.ttf) format('TrueType');
}

@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 100;
	src: local('Overpass'), local('Overpass'), url(../fonts/overpass-100.otf) format('OpenType');
}

@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 200;
	src: local('Overpass'), local('Overpass'), url(../fonts/overpass-200.otf) format('OpenType');
}

@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 300;
	src: local('Overpass'), local('Overpass'), url(../fonts/overpass-300.otf) format('OpenType');
}

@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 400;
	src: local('Overpass'), local('Overpass'), url(../fonts/overpass-400.otf) format('OpenType');
}

@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 500;
	src: local('Overpass'), local('Overpass'), url(../fonts/overpass-500.otf) format('OpenType');
}

@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 600;
	src: local('Overpass'), local('Overpass'), url(../fonts/overpass-600.otf) format('OpenType');
}

@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 700;
	src: local('Overpass'), local('Overpass'), url(../fonts/overpass-700.otf) format('OpenType');
}

@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 800;
	src: local('Overpass'), local('Overpass'), url(../fonts/overpass-800.otf) format('OpenType');
}

* {
	font-family: 'Overpass', sans-serif;
	font-weight: 400;
    -webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	position: absolute;
	min-height: 100%;
	width: 100% !important;
}

b {
	font-weight: 700;
}


table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

input::-moz-focus-inner {
	border: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999999;
	font-style: italic;
	font-size: 12px;
	font-weight: 300;
}

input:-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #999999;
	font-style: italic;
	font-size: 12px;
	font-weight: 300;
}

input::placeholder, textarea::placeholder{
	color: #999999;
	font-style: italic;
	font-size: 12px;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

button:hover,
input[type=submit]:hover,
input[type=checkbox]:hover,
input[type=radio]:hover,
a:hover {
	cursor: pointer;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email] {
	display: block;
    width: 100%;
	max-width: 500px;
    height: 2.1875rem;
    padding: 0.5rem 0;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.33;
    color: #4E5155;
    background-color: transparent;
    background-clip: padding-box;
	border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(24, 28, 33, 0.1);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=email]:disabled {
	color: rgba(53, 53, 53, 0.75);
	background: #FAFAFA;
	font-style: italic;
	font-weight: normal;
	padding: 0.5rem 5px;
}

input[type=text]:read-only,
input[type=password]:read-only,
input[type=number]:read-only,
input[type=email]:read-only {
	color: rgba(53, 53, 53, 0.75);
	background: #FAFAFA;
	font-style: italic;
	font-weight: normal;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus {
	border-bottom: 2px solid #34699E;
}

textarea {
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 0;
	border: 0;
    border-bottom: 2px solid rgba(24, 28, 33, 0.1);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.5rem 0;
	color: #353535;
	font-size: 12px;
	width: 100%;
	max-width: 700px;
	min-height: 250px;
}

textarea:focus {
	border-bottom: 2px solid #34699E;
}

textarea::-webkit-scrollbar {
	width: 5px;
	background: rgba(24, 28, 33, 0.1);
}

textarea::-webkit-scrollbar-track {
	background: rgba(24, 28, 33, 0.1);
	border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb {
	background: #34699E;
}

@media screen and (min-width: 993px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { position: relative; float: left; margin: 0; }
	
	.col-lg-12 { width: 100%; }
	.col-lg-11 { width: 91.66666667%; }
	.col-lg-10 { width: 83.33333333%; }
	.col-lg-9 { width: 75%; }
	.col-lg-8 { width: 66.66666667%; }
	.col-lg-7 { width: 58.33333333%; }
	.col-lg-6 { width: 50%; }
	.col-lg-5 { width: 41.66666667%; }
	.col-lg-4 { width: 33.33333333%; }
	.col-lg-3 { width: 25%; }
	.col-lg-2 { width: 16.66666667%; }
	.col-lg-1 { width: 8.33333333%; }
	.col-lg-0 { display: none; }
	.lg-hide { display: none; }
}

@media screen and (min-width: 641px) and (max-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { position: relative; float: left; margin: 0; }
	
	.col-md-12 { width: 100%; }
	.col-md-11 { width: 91.66666667%; }
	.col-md-10 { width: 83.33333333%; }
	.col-md-9 { width: 75%; }
	.col-md-8 { width: 66.66666667%; }
	.col-md-7 { width: 58.33333333%; }
	.col-md-6 { width: 50%; }
	.col-md-5 { width: 41.66666667%; }
	.col-md-4 { width: 33.33333333%; }
	.col-md-3 { width: 25%; }
	.col-md-2 { width: 16.66666667%; }
	.col-md-1 { width: 8.33333333%; }
	.col-md-0 { display: none; }
	.md-hide { display: none; }
}


@media screen and (min-width: 481px) and (max-width: 640px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { position: relative; float: left; margin: 0; }
	
	.col-sm-12 { width: 100%; }
	.col-sm-11 { width: 91.66666667%; }
	.col-sm-10 { width: 83.33333333%; }
	.col-sm-9 { width: 75%; }
	.col-sm-8 { width: 66.66666667%; }
	.col-sm-7 { width: 58.33333333%; }
	.col-sm-6 { width: 50%; }
	.col-sm-5 { width: 41.66666667%; }
	.col-sm-4 { width: 33.33333333%; }
	.col-sm-3 { width: 25%; }
	.col-sm-2 { width: 16.66666667%; }
	.col-sm-1 { width: 8.33333333%; }
	.col-sm-0 { display: none; }
	.sm-hide { display: none; }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { position: relative; float: left; margin: 0; }
	
	.col-xs-12 { width: 100%; }
	.col-xs-11 { width: 91.66666667%; }
	.col-xs-10 { width: 83.33333333%; }
	.col-xs-9 { width: 75%; }
	.col-xs-8 { width: 66.66666667%; }
	.col-xs-7 { width: 58.33333333%; }
	.col-xs-6 { width: 50%; }
	.col-xs-5 { width: 41.66666667%; }
	.col-xs-4 { width: 33.33333333%; }
	.col-xs-3 { width: 25%; }
	.col-xs-2 { width: 16.66666667%; }
	.col-xs-1 { width: 8.33333333%; }
	.col-xs-0 { display: none; }
	.xs-hide { display: none; }
}

.wrapper {
	display: block;
	margin: 0 auto;
	width: 96%;
	max-width: 1350px;
	position: relative;
}

.row {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.wrapper:after,
.row:after {
	content: "";
	display: table;
	clear: both;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.btn {
	font-size: 13px;
	padding: 6px 9px;
	margin: 0;
	text-decoration: none;
	display: inline-block;
	-webkit-appearance: none;
	border: 0;
	border-radius: 3px;
	font-weight: 300;
	transition: background 0.3s ease-out;
	color: #FFFFFF;
}

.btn-primary {
	background: #34699E;
	border-bottom: #2B5683;
}

.btn-purple {
	background: #AA77B3;
	border-bottom: 2px solid #9A5FA5;
}

.btn-blue {
	background: #00928D;
	border-bottom: 2px solid #007470;
}

.btn-red {
	background: #D92219;
	border-bottom: 2px solid #BC1C14;
}

.btn-yellow {
	background: #EEA800;
	border-bottom: 2px solid #CA8F00;
}

.btn-green {
	background: #88B218;
	border-bottom: 2px solid #729515;
}

.bg-purple {
	background: #C389CE;
	border-bottom: 3px solid #AC7AB5;
}

.bg-blue {
	background: #00A19A;
	border-bottom: 3px solid #00908B;
}

.bg-red {
	background: #E63027;
	border-bottom: 3px solid #D62118;
}

.bg-yellow {
	background: #F9B000;
	border-bottom: 3px solid #EAA500;
}

.bg-green {
	background: #94C11A;
	border-bottom: 3px solid #8AB418;
}

.alert {
	width: 100%;
	min-height: 30px;
	font-weight: normal;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
}

.alert-error {
	background: #F2DEDF;
	border: 1px solid #ECCCD1;
	color: #AC4242;
}

.alert-success {
	background: #E0EFD8;
	border: 1px solid #D7E8C6;
	color: #3A773C;
}

.alert-warning {
	background: #FDF8E4;
	border: 1px solid #FAEBCC;
	color: #A56D3A;
}

.alert-info {
	background: #D9EDF6;
	border: 1px solid #BCE8F1;
	color: #306F8E;
}

.notification {
	display: none;
}

.modal {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal .modal-container {
    position: relative;
    background: #FFFFFF;
	width: 70%;
	max-width: 600px;
	margin: 75px auto 0;
	display: block;
    padding: 0;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5);
}

.modal .modal-container .modal-header {
	padding: 15px 20px;
	display: block;
	background: #34699E;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}

.modal .modal-container .modal-content {
	display: block;
	padding: 25px 20px;
	background: #FFFFFF;
	font-size: 14px;
	color: #4E5155;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.modal .modal-container .modal-footer {
    padding: 15px 20px;
    text-align: right;
}

.modal .modal-container .modal-footer button {
	font-size: 13px;
	padding: 6px 9px;
	margin: 0;
	text-decoration: none;
	display: inline-block;
	-webkit-appearance: none;
	border: 0;
	border-radius: 3px;
	font-weight: 400;
	transition: background 0.3s ease-out;
	border: 2px solid #34699E;
	background: #34699E;
	color: #FFFFFF;
}