* {
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body.popup {
	overflow:hidden;
}
.container {
	width: 100%;
	max-width:1200px;
	padding: 0;
	margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a {
	color: inherit;
	transition: all 0.4s ease-in-out 0s;
}
a:hover, .btn:hover {
	transition: all 0.4s ease-in-out 0s;
}
a:focus, .btn:focus {
	/*outline: none !important;*/
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
	transition: all 0.4s ease-in-out 0s;
}
input, button, select, textarea {
	border-radius: 0;
}
input:focus, button:focus, select:focus, textarea:focus {
	outline: none !important;
}
select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* to change arrow fill color, add %23 infront of hex color */
select.one {
	background:url(../images/santa-arrow-down.svg) no-repeat;
	background-color:#fff;
	background-position: calc(100% - 10px) 50%;
	background-size:17px;
}
/* to change arrow fill color, add %23 infront of hex color */
select.two {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%237ab84e'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
}
/* to change arrow fill color, add %23 infront of hex color */
select.three {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23d35400 '><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height: normal !important;
}
 [type="date"]::-webkit-inner-spin-button {
 display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
 opacity: 0;
}
p {
	font-size: 17px;
	line-height: 1.6em;
}
p.margin {
	margin-bottom: 20px;
}
p.section_quote {
	color: #475766;
}
p.section_heading {
	color: #6a7a83;
}
b {
	color: #0e0000;
}
figcaption {
	line-height: 24px;
}
.form-control {
	font-weight: 400;
	color: #000;
}
 .form-control::placeholder {
 color:#9A9A9A;
 font-size:14px;
 opacity: 1;
font-weight: 400;
letter-spacing:1px;
font-size: 16px !important;
}
 .form-control::-moz-placeholder {
 color:#9A9A9A;
 font-size:14px;
 opacity: 1;
font-weight: 400;
letter-spacing:1px;
font-size: 16px !important;
}
textarea.form-control {
	resize: none !important;
	height: 125px;
}
label {
	display: block;
}
.center {
	text-align: center;
}
.align_center {
	text-align:center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
iframe {
	max-width: 100%;
	width: 100%;
	z-index: 1;
	margin-bottom:-4px;
}
address, article {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin-bottom: 0;
}
/*title css starts*/

.inline_title {
	display: inline-block;
	vertical-align: middle;
}
.title_center {
	margin: 25px auto;
	text-align: center;
}
.title_bar {
	margin-bottom: 20px;
}
/*clear css starts*/

.clear {
	clear: both;
}
.clear_tp {
	margin-bottom: 30px;
}
.clear_bt {
	margin-top: 30px;
}
.clear_lt {
	padding-left: 0;
}
.clear_rt {
	padding-right: 0;
}
/* image css starts*/
img {
	max-width: 100%;
	object-fit: cover;
}
.img-circle {
	border-radius: 0;

}
.img-circle img {
	border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 172px;
	height: 172px;
}
author {
	font-weight: 500;
	font-size: 14px;
	display: block;
}
author span {
display: block;
font-weight: 400;
margin: -5px 0 0;
opacity: 0.9;
}
span.time {
	display: block;
}
author small {
	font-size: 14px;
	font-weight: 500;
}
.txt_wrapper {
	line-height: 26px;
}
.section_wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
.inner_content {
	margin: 30px auto;
}
.row_holder {
	margin: 30px -15px;
}
.pad_tp {
	padding-top: 30px;
	padding-bottom: 0;
}
.pad_bt {
	padding-bottom: 30px;
	padding-top: 0;
}
.space_tp {
	margin-top: 30px;
	margin-bottom: 0;
}
.space_bt {
	margin-bottom: 30px;
	margin-top: 0;
}
.flt_lft {
	float: left;
	margin-right: 20px;
}
.flt_rht {
	float: right;
	margin-left: 20px;
}
/*figure css starts*/
.col-img-50 {
	max-width: 50%;
}
.col-img-50.flt_rht {
	margin-left: 40px;
}
.col-img-50.flt_lft {
	margin-right: 40px;
}
.thumbnail_image {
	max-width: 360px;
	max-height: 400px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.thumbnail_full {
	max-height: 340px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.thumbnail_full img {
	width: 100%;
}
.main-row {
}
.sub-row {
}
.table-row {
	display:table;
	width:100%;
}
.table-row .col {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.header .table-row .col {
	padding:0;
}
/*-------BUTTON CSS STARTS---------*/

.btn:focus, button:focus, input[type="submit"]:focus {
	opacity: 0.7;
	color: #fff;
}
.btn {
	text-transform: uppercase;
	color: #244e82;
	display: inline-block;
	text-shadow: none;
	padding: 10px 30px;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid transparent;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	position: relative;
}
.btn-tp {
	margin-top:15px;
}
.btn_white {
	color: #fff;
}
.btn_white:hover {
	color: #fff;
	opacity: 0.7;
}
.btn:hover {
	border: 1px solid transparent;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.btn-default {
	margin-top: 20px;
}
.slide-text .slide_btn {
	border: 1px solid transparent;
	font-weight: 500;
	margin-top: 30px;
	position:relative;
	background-color: #e5ecf0;
	color:#244e82;
	border-radius: 10px;
	margin: 10px;
	font-weight: 600;
}
.slide-text .slide_btn:after {
	font-family: 'FontAwesome';
	content: "\f105";
	padding-left:10px;
}
.slide-text .slide_btn:hover {
	background-color: #ddd;
	color:#0D0C0C;
}
.view_btn {
	background-color: #fff;
	border-radius: 0;
	color: #222;
	border: 1px solid transparent;
	font-weight: 500;
	margin: 30px auto;
}
.view_btn:hover {
	color: #fff;
}
.button_bar {
	margin: 30px 0;
}
.btn_center {
	text-align: center;
}
.btn-submit {
	display: block;
	width: auto;
	font-size: 14px;
	padding: 10px 20px;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	border: 1px solid #f96922;
	color: #f96922;
}
.btn-submit:hover {
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	background-color: #f96922;
	color: #fff;
	border: 1px solid transparent;
}
/*----------BUTTON CSS ENDS-------------*/


/*---HEADING TITLE CSS STARTS------*/

h1, h2, h3, h4 {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 10px 0;
}
h5, h6, li, b, p, strong, div, button, input, date, figcaption, textarea, i, em, label, small, time, span, a, td, th {
	font-family: 'Roboto Condensed', sans-serif;
}
h1 {
	font-size: 36px;
	font-weight: 700;
}
h2 {
	font-size: 30px;
	font-weight: 600;
}
h3 {
	font-size: 24px;
	font-weight: 500;
}
h4, .h4 {
	font-size: 18px;
	font-weight: 400;
}
h5, .h5 {
	font-size: 14px;
	font-weight: 400;
}
h2.sub_title {
	text-transform: uppercase;
	color: #001727;
	position: relative;
	padding: 0 0 10px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
	overflow: hidden;
}
h2.sub_title:after {
	content: "";
	position: absolute;
	left: 0;
	height: 7px;
	width: 55px;
	bottom: 0px;
	background-color: #204b80;
}
h2.center:after {
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
h1.page_title {
}
h1.section_title {
}
h2.section_title {
}
.white_txt {
	color: #fff !important;
}
h1.dash {
	position: relative;
	color: #0f1254;
	display: inline-block;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	padding: 0 100px;
	text-align: center;
}
h1.dash::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	width: 75px;
	background-color: #b52500;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
h1.dash::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height: 2px;
	width: 75px;
	background-color: #b52500;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
h1.breadCrumb_title {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
h2.breadCrumb_title {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.breadCrumbNav .breadCrumb_link:hover {
	opacity:0.8;
}
h1.section_title {
	color: #4b4b4b;
	position: relative;
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto 50px;
}
h1.section_title.center::after {
	left: 50%;
	transform: translateX(-50%);
}
h1.section_title::after {
	content: "";
	position: absolute;
	left: 50%;
	height: 2px;
	width: 50px;
	bottom: 0px;
	border-bottom: 1px solid #00acc1;
	transform: translateX(-50%);
}
h1.section_title.left, h1.section_title.left:after {
	left:0;
	transform:none;
}
/*---HEADING TITLE CSS ENDS------*/



/*Table css starts*/
table {
	border: 1px solid #d5d5d5;
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
table thead th, table tbody td {
	vertical-align: top;
	font-size: 14px;
	border: 1px solid #dddddd;
	padding: 10px;
	text-align: center;
}
table tbody td:nth-child(2n+1) {
/*background-color: #ca0404;*/
}
table tbody td:nth-child(1), .table_content thead th:nth-child(1) {
/*    background-color: #ddd;
    max-width: 20px;
    text-align: center;*/
}
/*Table css ends*/


/*grid col css starts*/

.grid {
	padding:0;
}
.grid-2 {
}
.grid-3 {
}
.grid-4 {
}
.grid-6 {
}
.grid-8 {
}
.grid-9 {
}
.two_equal .col {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-bottom: 30px;
	padding: 0 15px;
	position: relative;
}
.three_equal .col {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin-bottom: 30px;
	padding: 0 15px;
	position: relative;
}
.four_equal .col {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-bottom: 30px;
	padding: 0 15px;
	position: relative;
}
.five_equal .col {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	margin-bottom: 30px;
	padding: 0 15px;
	position: relative;
}
.six_equal .col {
	display: inline-block;
	vertical-align: top;
	width: 16%;
	margin-bottom: 30px;
	padding: 0 15px;
	position: relative;
}
/*------------push up style starts-------------*/

#back-top {
	bottom: 30px;
	position: fixed;
	right: 20px;
	z-index: 99;
}
#back-top a {
	border-radius: 50%;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}
#back-top a:hover {
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}
#back-top i {
	font-size: 24px;
	color: #ccc;
}
/*-----------push up style ends----------*/

.fixNav {
	position: fixed;
	top: 0;
	transition: all 0.9s ease-in-out 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	width: 100%;
	z-index: 999;
}
.animatable {
	visibility: hidden;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}


/*-----MAP CSS STARTS------*/

.map {
/*	padding: 10px;
	margin-top:0;
	border: 1px solid #c4c4c4;
	border-radius:0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	background: none repeat scroll 0 0 #fff;*/
	margin-bottom: -5px;
}
.gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: auto;
	width: auto;
}
.map iframe {
	width: 100%;
	/*height: 310px;*/
}


/*-------MAP CSS ENDS------*/
/*>>>>>>>>>>>>>HEADER CSS STARTS<<<<<<<<<<<<*/

.logo_holder img {
	max-width: 200px;
	display:inline-block;
	vertical-align:middle;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

/*>>>>>>>>>>>>>HEADER CSS ENDS<<<<<<<<<<<<*/

/*--------COPYRIGHT CSS STARTS-------*/

.copyright {
	border-top: 1px solid #ddd;
	padding: 15px 0;
	overflow: hidden;
	padding: 15px;
}
.copyright p {
	margin-bottom: 0;
	font-size:15px;
	color: #333;
}
.copyright p span, .copyright p .company_link {
	font-weight: 600;
}
.copyright p .company_link:hover {
	text-decoration: underline !important;
}
/*--------COPYRIGHT CSS ENDS-------*/


/*------POPUP ONLOAD IMAGE STYLE STARTS--------*/


.modal:after {
	background-color: rgb(0, 0, 0, 0.5);
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.modal-dialog {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important;
	text-align: center;
	width:auto;
	max-width: 900px;
}
.modal .modal-logo {
	margin:30px auto;
	text-align:center;
}
.modal-dialog .modal_image {
}
.modal .modal-dialog button.close {
	position: absolute;
	top: -10px;
	right: -10px;
	float: none;
	font-weight: 400;
	opacity: 0.8;
	margin: 0;
	text-shadow: none;
	height: 35px;
	width: 35px;
	line-height: 35px;
	border-radius: 50%;
	z-index: 999999999;
	color: #333;
	font-size: 30px;
	background: #fff;
	font-weight: 400;
}
/*------POPUP ONLOAD IMAGE STYLE ENDS--------*/




.breadCrumbNav {
	position: absolute;
	z-index:1;
	width:auto;
	left:auto;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
