@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	font-family: 'Roboto Condensed', sans-serif;

	text-rendering: optimizeLegibility;

	-webkit-font-smoothing: antialiased;

	-moz-font-smoothing: antialiased;

	margin: 0;

	padding: 0;

	outline: 0;

}

.trs {

	-webkit-transition: all .3s ease-in-out;

	-moz-transition: all .3s ease-in-out;

	-ms-transition: all .3s ease-in-out;

	-o-transition: all .3s ease-in-out;

	transition: all .3s ease-in-out;

}
a{ color: #000; }
.contact_us_address i{ padding-right: 5px; }
.placeholder {

	color: #666;

	opacity: 1 !important;

	font-size: 14px;

}

::-webkit-input-placeholder {

 	color: #666;

 	opacity: 1 !important;

	font-size: 14px;

}

:-moz-placeholder {

 	color: #666;

 	opacity: 1 !important;

	font-size: 14px;

}

::-moz-placeholder {

 	color: #666;

 	opacity: 1 !important;

	font-size: 14px;

}

:-ms-input-placeholder {

 	color: #666;

	font-size: 14px;

}

:focus {

	outline: none !important;

}

a:hover {

	text-decoration: none;

	color: inherit;

}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {

 	transition: background-color 5500s ease-in-out 0s;

}

select {

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	border: 1px solid #999;

	background-image: url('../images/arrow.png') !important;

	background-color: #fff;

	background-repeat: no-repeat;

	background-position: right center;

	padding: 0 15px 0 5px !important;

	cursor: pointer !important;

}

select::-ms-expand {

 	display: none;

}

input[type="text"], input[type="email"], input[type="password"], textarea, select {

	border-radius: 0px !important;

	height: 40px;

}

select {

	height: 26px !important;

}

textarea {

	resize: none;

	padding: 0;

	height: 125px;

}

.nothing_display {
    width: 100%;
    padding: 80px 0;
    margin: 10px 0 20px 0;
    background: #f1f1f1;
    float: left;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ee1c24;
    border: solid 7px #e3e2e2;
}



/*****************************header*****************************/

.top {

	width: 100%;

	float: left;

	background-image: linear-gradient(to right, #fff 0%, #fff 2%, #172E54 3%, #172E54 100%);

}

.top_ph {

	font-size: 14px;

	font-weight: 400;

	background: #172E54;

	text-align: center;

	float: right;

	cursor: pointer;

	border-left: 1px solid #000;

}

.top_ph a {

	color: #fff;

	text-align: center;

	text-decoration: none;

	padding: 3px 15px;

	float: left;

}

.top_ph:hover {

	background: #181b30;

	text-decoration: none;

}

.top_ph a i {

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	margin: 0 8px 0 0;

}

.top_ph:hover a i {

	-webkit-transform: scale(1.3) rotate(12deg);

	transform: scale(1.3) rotate(12deg);

}

.navbar {

	padding: 0;

}

.navbar-collapse {

	padding: 0;

}

.navbar-header {

	float: right;

	background: none;

}

.head {

	width: 100%;

	float: left;

	background: rgba(255, 255, 255, .9);

	border-radius: 0px !important;

	padding: 0;

	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);

	position: absolute;

	z-index: 9999;

	top: 30px;

}

.navbar-nav > li > a {

	padding: 17px 16px 16px 16px !important;

	text-transform: uppercase;

	color: #333;

	font-size: 14px;

	font-weight: 400;

}

.nav > li > a:hover, .nav > li > .active {

	text-decoration: none;

	background-color: #d10101 !important;

	color: #fff !important;

}

.navbar-toggler-icon {

	background: url(../images/menuicon.png) no-repeat;

}

.sticky {

	position: fixed;

	top: 0;

	width: 100%;

}

.sticky + .banner, .sticky + .inner_banner {

	padding-top: 0px;

}

.logo {

	float: left;

	position: relative;

	z-index: 9999;

	margin: -32px 0 0 0;

	background: #fff;

	padding: 3px 10px;

}

.sticky .logo {

	margin: 0;

	background: none;

	width: 120px;

}

.dropdown-menu a {

	text-transform: uppercase;

	color: #fff;

	font-size: 14px;

	font-weight: 400;

	padding: 5px 10px;

	float: left;

	width: 100%;

}

.dropdown-menu a:hover, .dropdown-menu .active {

	background-color: #d10101;

	color: #fff;

}

.dropdown-menu {

	padding: 0;

	min-width: 190px;

	text-align: left;

	background: #182f53;

}

/***************************** Banner *****************************/

.banner {

	width: 100%;

	float: left;

	margin: 54px 0 0 0;

	padding: 0;

	display: block;

	border-bottom: 1px solid #FFF;

	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);

	position: relative;

	z-index: 90;

}

.carousel, .carousel-inner, .carousel-inner .carousel-item img {

	height: auto;

	width: 100%;

	cursor: -webkit-grab;

	cursor: -moz-grab;

	cursor: -o-grab;

	cursor: -ms-grab;

}

.banner_img {

	position: absolute !important;

	top: 0px;

}

.carousel-fade .carousel-item {

	display: block;

	position: relative;

	opacity: 0;

	transition: opacity .75s ease-in-out;

}

.carousel-fade .carousel-item.active {

	opacity: 1;

	display: block;

}

.carousel-control-next, .carousel-control-prev {

	width: 5% !important;

}

.banner_text {

	color: #fff;

	font-size: 16px;

	padding: 5px 10px;

	position: absolute;

	bottom: 40%;

	left: 10%;

	text-align: left;

	text-transform: uppercase;

	font-weight: 400;

	background: rgba(0, 0, 0, .6);

	text-shadow: 1px 1px 2px #000;

}

.banner_text p {

	font-size: 28px;

	text-transform: capitalize;

}

/***************************** welcome *****************************/

.welcome {

	width: 100%;

	float: left;

	padding: 54px 0px 0px 0px;

	position: relative;

	z-index: 9;

}

.welcome:before {

	position: absolute;

	top: 0;

	left: 0;

	content: "";

	width: 100%;

	height: 100%;

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

	opacity: .5;

}

.welcome h1 {

	font-family: 'Raleway', sans-serif;

	font-weight: 500;

	text-align: right;

	font-size: 23px;

	color: #212121;

	margin: 0px 0px 11px 0px;

	line-height: 25px;

	text-transform: uppercase;

	margin-bottom: 15px;

}

.welcome span {

	font-family: 'Raleway', sans-serif;

	font-size: 30px;

	padding: 15px 0px;

	font-weight: 900;

	margin-bottom: 0;

	text-transform: uppercase;

	float: left;

	width: 100%;

}

.welcome p {

	width: 100%;

	margin: 0;

	padding: 10px 0px;

	text-align: justify;

	list-style: none;

	color: #333;

	font-size: 16px;

	line-height: 30px;

}

.btn_comn {

	background: #333;

	color: #fff;

	border: 0;

	font-size: 14px;

	-webkit-transition: .6s;

	transition: .6s;

	overflow: hidden;

	text-transform: capitalize;

	padding: 9px 25px;

	margin: 15px 0;

	float: right;

}

.btn_comn:focus {

	outline: 0;

}

.btn_comn:before {

	content: '';

	display: block;

	position: absolute;

	background: rgba(255, 255, 255, 0.5);

	width: 60px;

	height: 30%;

	left: 0;

	top: 65%;

	opacity: .5;

	-webkit-filter: blur(30px);

	filter: blur(30px);

	-webkit-transform: translateX(-100px) skewX(-15deg);

	transform: translateX(-100px) skewX(-15deg);

}

.btn_comn:after {

	content: '';

	display: block;

	position: absolute;

	background: rgba(255, 255, 255, 0.2);

	width: 30px;

	height: 100%;

	left: 30px;

	top: 0;

	opacity: 0;

	-webkit-filter: blur(5px);

	filter: blur(5px);

	-webkit-transform: translateX(-100px) skewX(-15deg);

	transform: translateX(-100px) skewX(-15deg);

}

.btn_comn:hover {

	background: #e30613;

	cursor: pointer;

	color: #fff;

	text-decoration: none;

}

.btn_comn:hover:before {

	-webkit-transform: translateX(300px) skewX(-15deg);

	transform: translateX(300px) skewX(-15deg);

	opacity: 0.6;

	-webkit-transition: .7s;

	transition: .7s;

}

.btn_comn:hover:after {

	-webkit-transform: translateX(300px) skewX(-15deg);

	transform: translateX(300px) skewX(-15deg);

	opacity: 1;

	-webkit-transition: .7s;

	transition: .7s;

}



/***************************** hm_news *****************************/

.hom_news {

	width: 100%;

	height: auto;

	padding: 30px 0;

	float: left;

	background: #000 url(../images/products_bg.jpg) no-repeat;

	-webkit-background-attachment: fixed;

	-moz-background-attachment: fixed;

	-o-background-attachment: fixed;

	background-attachment: fixed;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

	-webkit-background-position: center;

	-moz-background-position: center;

	-o-background-position: center;

	background-position: center;

}

.hom_news img {

	padding: 20px 50px;

}

.hom_news h3 {

	width: 100%;

	float: left;

	font-size: 18px;

	font-weight: 400;

	color: #fff;

	text-align: center;

}



/***************************** services *****************************/

.services {

	width: 100%;

	float: left;

	padding: 30px 0;

}

.grid {

	float: left;

	width: 100%;

	padding: 8px;

}

.grid figure {

	position: relative;

	overflow: hidden;

	height: auto;

	background: #3085a3;

	text-align: center;

}

.grid figure img {

	position: relative;

	display: block;

	width: 100%;

	max-width: 100%;

	opacity: 0.8;

}

.grid figure figcaption {

	width: 100%;

	padding: 0;

	color: #fff;

	font-size: 1.25em;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	position: absolute;

	display: flex;

	align-items: center;

	justify-content: center;

}

.grid figure figcaption::before, .grid figure figcaption::after {

	pointer-errors: none;

}

.grid figure figcaption, .grid figure figcaption > a {

	background: url(../images/dot.png) center 0;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.grid figure figcaption > a {

	z-index: 1000;

	text-indent: 200%;

	white-space: nowrap;

	font-size: 0;

	opacity: 0;

}

figure.effect-jazz {

	background: #000;

}

figure.effect-jazz img {

	opacity: 0.8;

}

figure.effect-jazz figcaption::after, figure.effect-jazz img, figure.effect-jazz p {

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

}

figure.effect-jazz figcaption::after {

	position: absolute;

	top: 15px;

	right: 15px;

	bottom: 15px;

	left: 15px;

	box-shadow: 0 0 0 30px rgba(255,255,255,.2);

	content: '';

	opacity: 0;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: scale3d(1.4, 1.4, 1);

	transform: scale3d(1.4, 1.4, 1)

}

figure.effect-jazz h6 {

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	color: #fff;

	font-size: 19px;

	font-weight: 400;

	word-wrap: break-word;

	text-shadow: 2px 2px 2px #000000;

	width: 100%;

	float: left;

}

figure.effect-jazz p {

	width: 80px;

	text-transform: none;

	font-size: 12px;

	opacity: 0;

	border: 1px solid #fff;

	font-weight: 400;

	margin: 5px auto;

	padding: 4px;

	position: absolute;

	float: left;

	display: block;

	left: 0;

	right: 0;

}

figure.effect-jazz:hover p {

	opacity: 1;

}

figure.effect-jazz:hover img {

	opacity: 0.5;

	-webkit-transform: scale3d(1.1, 1.1, 1);

	transform: scale3d(1.1, 1.1, 1);

}

figure.effect-jazz:hover figcaption::after {

	opacity: 1;

	-webkit-transform: scale3d(1, 1, 1);

	transform: scale3d(1, 1, 1)

}



/***************************** footer *****************************/

.footer {

	width: 100%;

	height: auto;

	padding: 30px 0 0 0;

	float: left;

	background: #000 url(../images/bg.jpg) no-repeat;

	-webkit-background-attachment: fixed;

	-moz-background-attachment: fixed;

	-o-background-attachment: fixed;

	background-attachment: fixed;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

	-webkit-background-position: center;

	-moz-background-position: center;

	-o-background-position: center;

	background-position: center;

}

.footer h3 {

	width: 100%;

	float: left;

	font-size: 20px;

	font-weight: 400;

	color: #000;

	text-align: center;

	padding: 0 0 30px 0;

	text-shadow: 2px 2px 2px #FFFFFF;

}

.footer h4 {

	width: 100%;

	float: left;

	font-size: 16px;

	font-weight: 400;

	color: #333;

	text-align: center;

	line-height: 30px;

	padding: 20px;

}

.footer_link {

	width: auto;

	float: none;

	color: #333;

	text-align: center;

	text-decoration: none;

	padding: 5px 15px;

	margin: 0 auto;

	display: inline-block;

}

.footer_link:hover {

	color: #e30613;

}

.footer_link i {

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	margin: 0 8px 0 0;

}

.footer_link:hover i {

	-webkit-transform: scale(1.3) rotate(12deg);

	transform: scale(1.3) rotate(12deg);

}

.line_btn {

	background: #fff !important;

	color: #e30613 !important;

	border: 1px solid #e30613 !important;

}

.line_btn:hover {

	background: #e30613 !important;

	color: #fff !important;

}

.go_btn {

	background: #e30613;

	color: #fff;

	border: none;

	text-align: center;

	font-size: 16px;

	padding: 8px 20px;

	transition: all 0.5s;

	cursor: pointer;

	margin: 0px auto;

}

.go_btn span {

	cursor: pointer;

	display: inline-block;

	position: relative;

	transition: 0.5s;

}

.go_btn span:after {

	content: '\00bb';

	position: absolute;

	opacity: 0;

	top: 0;

	right: -20px;

	transition: 0.5s;

}

.go_btn i {

	color: #fff !important;

}

.go_btn:hover span {

	padding-right: 25px;

	color: #fff;

}

.go_btn:hover span:after {

	opacity: 1;

	right: 0;

}

.footer_social {

	width: 100%;

	float: none;

	margin: 0 auto;

	display: block;

	text-align: center;

	padding: 0 0 20px 0;

}

.footer_social a:hover {

	text-decoration: none;

}

.trs2 {

	-webkit-transition: 0.7s ease-in-out;

	-moz-transition: 0.7s ease-in-out;

	-ms-transition: 0.7s ease-in-out;

	-o-transition: 0.7s ease-in-out;

	transition: 0.7s ease-in-out;

	padding: 5px;

}

.twt:hover img {

	-webkit-transform: rotateY(360deg);

	-moz-transform: rotateY(360deg);

	-o-transform: rotateY(360deg);

	-ms-transform: rotateY(360deg);

	transform: rotateY(360deg);

}



/*****************************inner*****************************/

.inner_banner {

	width: 100%;

	height: auto;

	float: left;

	margin: 0;

	padding: 0;

	display: block;

	border-bottom: 2px solid #FFF;

	position: relative;

	z-index: 90;

	-webkit-box-shadow: 1px 1px 6px 3px rgba(0,0,0,.1);

	box-shadow: 1px 1px 6px 3px rgba(0,0,0,.1);

}

.inner_banner img {

	width: 100%;

}

.inner_bg {

	width: 100%;

	height: auto;

	float: left;

	background: #fff;

	padding: 40px 0 20px 0;

	margin: 0;

}

.inner_white_head {

	min-width: 250px;

	font-size: 23px;

	font-weight: 400;

	color: #fff;

	display: inline-block;

	position: relative;

	border-bottom: 1px solid #fff;

	padding-bottom: 10px;

}

.inner_white_head:before {

	display: block;

	content: "";

	position: absolute;

	left: 50%;

	bottom: -4px;

	background: #fff;

	width: 80%;

	height: 1px;

	max-width: 300px;

	-webkit-transform: translateX(-50%);

	-moz-transform: translateX(-50%);

	-ms-transform: translateX(-50%);

	-o-transform: translateX(-50%);

	transform: translateX(-50%);

}

.inner_white_head:after {

	display: block;

	content: "";

	position: absolute;

	width: 10px;

	height: 10px;

	-webkit-transform: rotate(-45deg);

	-ms-transform: rotate(-45deg);

	-o-transform: rotate(-45deg);

	transform: rotate(-45deg);

	background: white;

	border: 1px solid #000;

	-webkit-box-shadow: 0 0 0 3px white;

	box-shadow: 0 0 0 3px white;

	left: 50%;

	margin-left: -5px;

	bottom: -7px;

}

.inner_black_head {

	min-width: 250px;

	font-size: 23px;

	font-weight: 400;

	color: #333;

	display: inline-block;

	position: relative;

	border-bottom: 1px solid #172E54;

	padding: 10px;

	margin: 0 0 30px 0;

}

.inner_black_head:before {

	display: block;

	content: "";

	position: absolute;

	left: 50%;

	bottom: -4px;

	background: #172E54;

	width: 80%;

	height: 1px;

	max-width: 300px;

	-webkit-transform: translateX(-50%);

	-moz-transform: translateX(-50%);

	-ms-transform: translateX(-50%);

	-o-transform: translateX(-50%);

	transform: translateX(-50%);

}

.inner_black_head:after {

	display: block;

	content: "";

	position: absolute;

	width: 10px;

	height: 10px;

	-webkit-transform: rotate(-45deg);

	-ms-transform: rotate(-45deg);

	-o-transform: rotate(-45deg);

	transform: rotate(-45deg);

	background: #172E54;

	border: 1px solid #fff;

	-webkit-box-shadow: 0 0 0 3px #172E54;

	box-shadow: 0 0 0 3px #172E54;

	left: 50%;

	margin-left: -5px;

	bottom: -7px;

}



/***************************** about *****************************/

.about h4 {

	font-size: 16px;

	color: #333;

	font-weight: 400;

	text-align: justify;

	line-height: 31px;

	word-wrap: break-word;

}

.about h4 p {

	margin: 0 0 5px 0;

}

.about_img {

	width: 300px;

	float: left;

	margin: 0 40px 0 0;

	padding: 0;

}



/***************************** services *****************************/

.services h4 {

	font-size: 16px;

	color: #333;

	font-weight: 400;

	text-align: justify;

	line-height: 31px;

	word-wrap: break-word;

}

.services h4 p {

	margin: 0 0 5px 0;

}

.services_img {

	width: 390px;

	float: left;

	margin: 0 10px 0 0;

	padding: 0;

}



/***************************** Careers *****************************/

.careers h2 {

    width: 100%;

	font-size: 16px;

	float: left;

	color: #333;

	padding: 0 0 20px 0;

	line-height: 30px;

	text-align: justify;

}

.careers ul {

	list-style-position: inside;

}

.careers h4 {

    width: 100%;

    font-size: 16px;

    float: left;

    color: #333;

    padding: 0 0 10px 0;

    line-height: 28px;

	text-align: justify;

}

.careers h3 {

    width: 100%;

    font-size: 16px;

    float: left;

    color: #333;

    padding: 0 0 10px 0;

    line-height: 28px;

	text-align: left;

	font-weight: 700;

}

.careers h3 a {

	color: #d10101;

}

.card-body ul {

	width: 100%;

	float: left;

	background: #fff;

	margin: 0 0 10px 0;

}

.card-body li {

	width: 100%;

	float: left;

	padding: 10px 0;

	border-bottom: 1px dotted #9d9d9d;

	font-size: 15px;

	list-style: none;

}

.card-body li span {

	width: 50%;

	float: left;

}

.card {

	margin: 10px 0 0 0;

}

.card-header {

    padding: 0;

}

.card-body {

    padding: 8px;

}

.card-link {

    width: 100%;

	float: left;

	color: #333;

	font-size: 15px;

	padding: 10px 15px;

	font-weight: 700;

}

.card > .card-header a:before {

	content: "";

  	position: relative;

  	top: 6px;

  	display: inline-block;

  	font-family: "Font Awesome 5 Free";

	font-weight: 900;

  	font-style: normal;

  	line-height: 1;

  	font-size: 10px;

    color:#333;

  	float: right;

  	transition: transform .25s linear;

  	-webkit-transition: -webkit-transform .25s linear;

}

.card > .card-header a[aria-expanded="true"]:before {

  	content: "\f068";

  	-webkit-transform: rotate(180deg);

  	transform: rotate(180deg);

}

.card > .card-header a[aria-expanded="false"]:before {

  	content: "\f067";

  	-webkit-transform: rotate(90deg);

  	transform: rotate(90deg);

}



/***************************** News & Events *****************************/

.news_box {

	width: 100%;

	height: 100%;

	float: left;

	padding: 10px 10px 30px 10px;

    background: #fff;

	border: 1px solid #efefef;

}

/* .news h2 {

    font-size: 17px;

    color: #333;

    font-weight: 500;

    margin: 0 0 10px 0;

} */
.news h2 {
    font-size: 17px;
    /* color: #333; */
    font-weight: 500;
    margin: 0 0 0 0;
/*     background: #ccc; */
    
    min-height: 50px;
    float: left;
    width: 100%;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news h3 {

    font-size: 13px;

    color: #333;

    font-weight: 500;

    margin: 0 0 10px 0;

    line-height: 20px;

}

.news h3 i {

    padding: 0 6px 0 0;

}

.news h4 {

  font-size: 15px;
    color: #333;
    font-weight: 400;
    padding: 0 0 10px 0;
    line-height: 28px;
    word-wrap: break-word;
    float: left;
    width: 100%;
    min-height: 66px;

}

.news h4 p {

    margin: 0 0 10px 0;
    float: right;
}
/* .clr { float: left; width: 100%; height: 5px; }
.float_l{ float: left; } */
.news_box_img {

    width: 100%;

    float: left;

    /* margin: 0 0 10px 0; */

}

.news_details_img {

	width: 430px;

    float: left;

    margin: 0 10px 0 0;

    border: 1px solid #ccc;

}



/***************************** contact *****************************/

.contact h3 {

	width: 100%;

	float: left;

	font-size: 20px;

	font-weight: 400;

	color: #000;

	text-align: center;

	padding: 0 0 30px 0;

	text-shadow: 2px 2px 2px #fff;

}

.contact h4 {

	width: 100%;

	float: left;

	font-size: 16px;

	font-weight: 400;

	color: #333;

	text-align: center;

	line-height: 30px;

	padding: 20px;

}

.contact_map {

	width: 100%;

	float: left;

}



/***************************** copyright *****************************/

.copyright {

	width: 100%;

	float: left;

	padding: 10px 0;

	background: #001636;

}

.copyright h2 {

	width: 100%;

	float: left;

	font-size: 14px;

	font-weight: normal;

	color: #8b9cbf;

	text-align: center;

	line-height: 25px;

}

.copyright h2 a {

	color: #8b9cbf;

	text-decoration: none;

}

.copyright h2 a:hover {

	color: #fff;

}

.copyright h2 a:focus {

	color: #8b9cbf;

}

.hm_map{ margin-top: 15px; }
@media screen and (min-width: 768px) {

.mr_0{ margin-right: 0 !important; }
.ml_0{ margin-left: 0 !important;}

}
@media (min-width: 768px) and (max-width: 991px) {
.contact_us_address_box {
    min-height: 260px  !important;
}
}
@media (min-width: 200px) and (max-width: 991px) {
.f_box {
    min-height: 100px !important;
}
	.welcome {

		padding: 15px 0;

	}

	.welcome:before {

		opacity: .2;

	}

	.btn_comn {

		float: none;

		margin: 0 auto;

		max-width: 130px;

		text-align: center;

		margin-top: 15px;

	}

	.welcome h1 {

		text-align: center;

	}

	.welcome p {

		text-align: justify;

	}

	.ser_padding {

		padding: 5px 8px 8px 8px;

	}

	.navbar-nav {

		width: 100%;

		margin: 0;

		height: 255px;

		overflow-y: auto;

		float: left;

		position: relative;

		display: block;

	}

	.nav-item {

		width: 100%;

		float: left;

	}

	.navbar-nav > li > a {

		border-bottom: 1px dotted #333;

		padding: 10px 15px !important;

	}

	.dropdown-menu {

		margin: 0;

		padding: 0;

		border: none;

		min-width: 190px;

		text-align: left;

		background: #fff;

	}

	.dropdown-menu a {

    	color: #333;

		padding: 10px 10px 10px 20px;

		border-bottom: 1px dotted #333;

	}

}



@media (min-width: 200px) and (max-width: 767px) {
	.top {
    padding: 1px 0 !important;
}
	.contact_us_address_box {
    width: 100% !important;
    min-height: auto !important;
    padding: 30px 0 !important;
}
	.f_box2 {
    width: 100%  !important;
}
	.f_box {
    min-height: auto !important;
}
	.f_box {
    width: 100% !important;
    justify-content: center !important;
}

	.top_ph span {

		display: none;

	}

	.top_ph a i {

		margin: 0;

	}

	.go_btn {

		width: 100%;

		float: left;

	}

	.hm_map {

		margin: 30px 0 0 0;

	}

	.news_details_img {

		width: 100%;

		margin: 10px 0;

	}

}



@media (min-width: 200px) and (max-width: 575px) {

	.banner_text {

		display: none;

	}

	.about_img, .services_img {

		margin: 0 auto 10px auto;

		float: none;

		display: block;

	}

}









.pagination form {

    float: right;

    width: 200px;

    margin-top: -27px;

}

.pagination form p {

    float: left;

    margin-right: 10px;

}

.pagination_inner {

    float: left;

    width: 100%;

}

.holder {

	text-align: left !important;

    float: left;

    width: 100%;

}

.breadcrumb_container{
    float: left;
    width: 100%;
    background: #e6e6e6;
}
ul.breadcrumb {
    padding: 5px 0px;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background: no-repeat;
}
ul.breadcrumb li {
    display: inline;
    font-size: 16px;
    color: #2e6987;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #2e6987;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #000;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}


.news_box_details{
	float: left;
	width: 100%;

}

.in_side h5 {
    text-transform: uppercase;
    margin: 10px 0 5px 0;
    color: #940100;
}
.in_side h6 {
    margin: 7px 0 5px 0;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.f_container{
	    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;}
.f_box {
    color: #920100;
    flex: auto;
    height: auto;
    width: 23%;
    margin: 1%;
    position: relative;
    padding: 10px;
    min-height: 68px;
    box-shadow: 0 0 10px 3px rgba(204, 204, 204, .6);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Clear_class{ float:left; width:100%; clear:both; height:1px; }
.no_gutter{ padding:0 ;}






@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1091 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  display: inline-block;
/*   margin: 10px; */
  min-width: 220px;
  max-width: 310px;
  max-height: 310px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1091 * {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.snip1091 img {
  opacity: 0.25;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

figure.snip1091 figcaption {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  -webkit-transform: rotate(0deg) translateY(-50%) scale(1);
  transform: rotate(0deg) translateY(-50%) scale(1);
  -webkit-transform-origin: center 0;
  transform-origin: center 0;
}

figure.snip1091 figcaption h2 {
    top: 50%;
    letter-spacing: -1px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0;
    font-weight: 400;
    text-align: center;
    font-size: 30px;
}

figure.snip1091 figcaption h2 span {
  font-weight: 800;
}

figure.snip1091 figcaption:before,
figure.snip1091 figcaption:after {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.snip1091 figcaption:before {
  left: 0;
  top: 0;
}

figure.snip1091 figcaption:after {
  bottom: 0;
  right: 0;
}

figure.snip1091.blue {
  background: #091b27;
}

figure.snip1091.red {
  background: #2e0e0a;
}

figure.snip1091.yellow {
  background: #4f3204;
}

figure.snip1091.green {
  background: #061c10;
}

figure.snip1091.navy {
  background: #000000;
}

figure.snip1091 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1091:hover img,
figure.snip1091.hover img {
  opacity: 1;
}

figure.snip1091:hover figcaption,
figure.snip1091.hover figcaption {
  -webkit-transform: rotate(-45deg) translateY(-50%) scale(0.9);
  transform: rotate(-45deg) translateY(-50%) scale(0.9);
}

figure.snip1091:hover figcaption:before,
figure.snip1091.hover figcaption:before,
figure.snip1091:hover figcaption:after,
figure.snip1091.hover figcaption:after {
  width: 200%;
}





.f_container2 {
	    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;}
.f_box2 {
    color: #920100;
    flex: auto;
    height: auto;
    width: 23%;
    margin: 1%;
    position: relative;
   /*  padding: 10px;
    min-height: 68px;
    box-shadow: 0 0 10px 3px rgba(204, 204, 204, .6);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center; */
}



.contact_us_address {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.contact_us_address_box {
	text-align: center;
    color: #222;
    flex: auto;
    height: auto;
    width: 23%;
    margin: 1%;
    position: relative;
    padding: 10px;
    min-height: 232px;
    /* background: #38b5e6; */
    box-shadow: 0 0 10px 3px rgba(204, 204, 204, .6);
}

.contact_us_address_box  h3 {
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}