@charset "utf-8";

/* CSS Document */






@font-face
{
	font-family: 'Playball';
	src: url('../fonts/Playball-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Raleway-100';
	src: url('../fonts/Raleway-100.ttf');
	font-weight: 100;
}

@font-face
{
	font-family: 'Raleway-200';
	src: url('../fonts/Raleway-200.ttf');
	font-weight: 200;
}

@font-face
{
	font-family: 'Raleway-300';
	src: url('../fonts/Raleway-300.ttf');
	font-weight: 300;
}

@font-face
{
	font-family: 'Raleway-400';
	src: url('../fonts/Raleway-400.ttf');
	font-weight: 400;
}

@font-face
{
	font-family: 'Raleway-500';
	src: url('../fonts/Raleway-500.ttf');
	font-weight: 500;
}

@font-face
{
	font-family: 'Raleway-600';
	src: url('../fonts/Raleway-600.ttf');
	font-weight: 600;
}

@font-face
{
	font-family: 'Raleway-700';
	src: url('../fonts/Raleway-700.ttf');
	font-weight: 700;
}

@font-face
{
	font-family: 'Raleway-800';
	src: url('../fonts/Raleway-800.ttf');
	font-weight: 800;
}

@font-face
{
	font-family: 'Raleway-100';
	src: url('../fonts/Raleway-100.ttf');
	font-weight: 800;
}

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, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 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
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */


















article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

body
{
	background-color: #fff;
	color: #323232;
	font-family: 'Raleway-400';
	font-size: 14px;
	line-height: 20px;
}

html *
{
	outline: none;
}

ol, ul, li
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

a
{
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.3s;/* Safari */
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

outline
{
	border: 0;
}

.lft
{
	float: left;
}

.rgt
{
	float: right;
}

.clear
{
	clear: both;
	line-height: 0;
	font-size: 0;
}

img
{
	max-width: 100%;
	height: auto
}

a:hover, a:focus
{
	text-decoration: none !important;
	outline: none !important
}

/********* Class wise css starts ************/






.logo
{
	padding: 80px 20px;
}

.top-head
{
	background: #114874;
	padding: 5px;
}

.top-head p
{
	float: left;
	margin: 0px;
	color: #fff;
	margin-left: 10px;
}

.top-head p a
{
	color: #fff
}

.top-head p .fa
{
	margin-right: 10px;
	background: #2095f2;
	height: 30px;
	border-radius: 50%;
	width: 30px;
	text-align: center;
	line-height: 29px;
	font-size: 14px;
}

.item img
{
	width: 100%;
}

.banner-block
{
	position: relative
}

.social
{
	position: absolute;
	bottom: 0;
	right: 0;
}

.social li a
{
	padding: 25px 20px;
	display: block;
	color: #fff;
	background: #000;
	font-size: 22px;
	text-align: center;
	margin-bottom: 3px;
	position: relative
}

.social li a:hover
{
	left: -10px;
}

.menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	background: rgba(255,255,255,0.7);
	height: 100%;
	text-align: center
}

.menu ul li a
{
	padding: 20px 0px;
	display: block;
	color: #363636;
	font-size: 14px;
	text-transform: uppercase;
 font-family:;
	font-weight: 600;
	border-bottom: 1px dashed #737473;
}

.menu ul li a:hover
{
	background: #114874;
	text-decoration: none;
	color: #fff;
	border-color: #114874;
}

.about-section h2, .services h2, .contact-form h2
{
	text-align: center;
	font-size: 35px;
	font-family: 'Playball';
}

.border
{
	text-align: center;
	margin: 10px;
}

.about-section
{
	background: url('../images/about-bg.png');
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	background-attachment:fixed;
	box-shadow: 0px 0px 8px #dadada inset;
}

.about-section h3
{
	color: #2095f2;
	font-weight: bold;
	font-size: 16px;
}

.about-section h3 span
{
	color: #000;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Raleway-400';
}

.box-relative
{
	position: relative;
	width: 410px;
	max-width: 100%;
	float: right;
	margin-top: 20px;
}

.box-relative img
{
	border: 6px solid #000;
	width: 100%;
	position: relative;
	z-index: 99;
}

.box-move
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #004f8e;
	left: 30px;
	top: -30px;
	z-index: 9;
}

.service-each
{
	overflow: hidden;
}

.service-each > .row > img {
	width: 100%;
	height: 330px;
	border: 1px solid #ededed;
	object-fit: cover;
}

.service-each:hover .service-info
{
	top: 0
}

.service-info
{
	position: absolute;
	z-index: 9;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	padding: 20px;
	left: 0;
	color: #fff;
	text-align: center;
	top: 80%;
	-webkit-transition: all ease-in-out 0.3s;/* Safari */
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.service-info h3
{
	text-align: center;
	font-size: 29px;
	font-family: 'Playball';
	margin: 0px 0px 20px 0px;
}

.service-block
{
	margin-top: 20px
}

.contact-form
{
	background: url("../images/contact-bg.jpg");
	background-size: cover;
	padding: 30px !important;
	text-align: center;
	height:	auto !important;
}

.contact-form input[type="text"], .contact-form input[type="email"]
{
	width: 100%;
	float: left;
	margin: 0px 15px 5px;
	border-bottom: 1px solid #707674;
	border-top: none;
	border-left: none;
	border-right: none;
	background: none;
	padding: 10px;
}

.contact-form textarea
{
	width: 100%;
	float: left;
	margin: 0px 15px 5px;
	border-bottom: 1px solid #707674;
	border-top: none;
	border-left: none;
	border-right: none;
	background: none;
	padding: 10px;
}

.contact-form input[type="submit"]
{
	padding: 10px 30px;
	float: left;
	margin: 10px 15px;
	background: #2095f2;
	border: 2px solid #2095f2;
	color: #fff;
	text-transform: capitalize;
	font-size: 17px;
}

.contact-form input[type="submit"]:hover
{
	background: none;
	color: #2095f2
}

.footer {
	background: #111111;
	padding: 20px 0 0 0;
	position: relative;
}
.ssl-img {
	position: absolute;
	top: 15px;
	right: 25%;
}

.f-menu li
{
	display: inline-block;
}

.f-menu li a
{
	display: inline-block;
	border-right: 1px solid #fff;
	margin: 0px 10px 0 0;
	padding: 0px 10px 0 0;
	color: #fff;
	line-height: 14px;
}

.f-menu li:last-child a
{
	border: none
}

.footer p
{
	color: #888;
}

.footer p a
{
	color: #888;
}

.menu-toggle
{
	position: fixed;
	top: 10px;
	right: 20px;
	color: #fff;
	font-size: 30px;
	background: #114874;
	padding: 4px 10px;
	z-index: 999999;
	display: none;
	cursor: pointer
}
.contact-form p a{
	color: #114874;
	line-height: 24px;
}
.contact-form p a:hover, .contact-form p a:focus{
	text-decoration:none;	
	color: #114874;
}
.contact-content {
	background: #def0ff;
	padding:30px;
}
.contact-content ul li i {
	float: left;
	padding-right: 10px;
	color: #000;
}
.contact-content ul li {
	list-style: initial;
	padding-right: ;
}
.contact-section {
	background: #def0ff;
}
.about-section ul li i {
	float: left;
	font-size: 10px;
	line-height: 18px;
	padding-right: 10px;
}
/*.about-section ul li p{
	float: left;
	width: 90%;
	margin-left: 20px;
}*/

.contact-content {
    padding-top: 24%;
}
.abt-contant {
    font-weight: normal !important;
    line-height: 25px;
}
.contact-content p {
    font-weight: 900 !important;
    line-height: 24px;
}
.form-text {
    font-size: 12px !important;
    text-align: left;
    font-weight: 800 !important;
}
.cnct-para {
    padding: 130px 30px 0;
}
.modal-header .close {
    margin-top: -32px !important;
    font-size: 40px;
}
.btn-secondary {
    background: #0066ab;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
#exampleModalLongTitle {
    font-weight: 900;
    color: #f00;
}
#exampleModalLongTitle span{
    color:#000;
}
.modal-body p span {
    color: #f00;
    font-weight: 600;
    display: block;
}