/*-----------------------------------------------------------------------------------

	Theme Name: water 911
	Theme URI: http://digitalsuntech.com	
	Author: Ram parvesh
	Author URI: http://digitalsuntech.com	

-----------------------------------------------------------------------------------*/
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
	background: #0a4976;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #0a4976; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #0a4976; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	line-height: 30px;
	color: #787878;
	font-family: 'Raleway', sans-serif;;
	margin:0px; padding:0px;
}

a {
	text-decoration: none !important;
	color: #ffffff;
}

a:hover { color: #fcf731; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 10px 0;
	font-family: 'Raleway', sans-serif;;
}



h1 { font-size: 50px; color:#333; font-weight:400; }

h2 { font-size: 40px; color:#333; font-weight:400;  }

h3 { font-size: 30px; font-weight:400 !important; }

h4 { font-size: 24px; color:#333; font-weight:400; }

h5 { font-size: 20px; font-weight:400; }

h6 { font-size: 12px; font-weight:normal !important; }


h5,
h6 { font-weight: bold; }

p, h6{margin-bottom: 10px !important;
    line-height: 24px; color:#464646; }

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #221e1f; }


pre,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 30px; }

small { font-family: 'Raleway', sans-serif;; }

.uppercase { text-transform: uppercase !important; }

.lowercase { text-transform: lowercase !important; }

.capitalize { text-transform: capitalize !important; }

.nott { text-transform: none !important; }

.tright { text-align: right !important; }

.tleft { text-align: left !important; }

.fright { float: right !important; }

.fleft { float: left !important; }

.fnone { float: none !important; }

.ohidden {	position: relative;	overflow: hidden !important;}

.nomargin {margin: 0 !important; }

.noleftmargin { margin-left: 0 !important; }

.norightmargin { margin-right: 0 !important; }

.notopmargin { margin-top: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }



.inline-block {	float: none !important;	display: inline-block !important;}

.center { text-align: center !important; }






/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/


#header {position: relative; background-color: #fff; border-top: 12px solid #000066;}


/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	float: left;
	margin:20px 0px;
	
	
}

#logo a {
	display: block;
	color: #000;
}

#logo img {
	display: block;
	max-width: 100%;
	width:100%;
	transition: all 0.4s ease;
}

#logo a.standard-logo { display: block; }

/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/


#primary-menu {float: right;padding-top:12px;}

#header.full-header #primary-menu > ul {
	float: left;
	/* padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #EEE; */
}

#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0,0,0,0.1); }

#primary-menu-trigger,
#page-submenu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color:#1e4b7d;
}

#primary-menu-trigger i,
#page-submenu-trigger i{color:#0090c2; font-size:25px;}

#primary-menu ul {
	list-style: none;
	height: 100px;
	margin: 0;
}

#primary-menu > ul { float: left; }

#primary-menu ul li {
	position: relative;
	float: left;
	margin-left:15px;
}

#primary-menu ul li.mega-menu { position: inherit; }

#primary-menu ul li:first-child { margin-left: 0; }

#primary-menu ul li a {
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0 15px;
	color: #333;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;;
	-webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
	-o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
	transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}

#primary-menu ul li span { display: none; }

#primary-menu ul li i {
	position: relative;
	font-size: 14px !important;
	top: 1px;
	line-height: 99px;
	width: 14px;
	text-align: center;
	margin-right: 6px;
	-webkit-transition: line-height .4s ease;
	-o-transition: line-height .4s ease;
	transition: line-height .4s ease;
}


#primary-menu > ul > li:hover a,
#primary-menu > ul > li.current a { color: #333; }

#primary-menu > ul > li.sub-menu > a > div { }

#primary-menu ul ul,
#primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	width: 220px;
	background-color: #FFF;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	border: 1px solid #EEE;
	border-top: 2px solid #ad172b;
	height: auto;
	z-index: 199;
	top: 100px;
	left: 0;
	margin: 0;
}

#primary-menu ul ul ul {
	top: -2px !important;
	left: 218px;
}

#primary-menu ul ul.menu-pos-invert,
#primary-menu ul li .mega-menu-content.menu-pos-invert {
	left: auto;
	right: 0;
}

#primary-menu ul ul ul.menu-pos-invert { right: 218px; }

#primary-menu ul ul li {
	float: none;
	margin: 0;
}

#primary-menu ul ul li:first-child { border-top: 0; }

#primary-menu ul ul a {
	font-size: 12px;
	font-weight: 600;
	height: auto !important;
	line-height: 22px !important;
	color: #666 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border: 0 !important;
	letter-spacing: 0;
	font-family: 'Raleway', sans-serif;;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#primary-menu ul ul li:hover > a {
	background-color: #F9F9F9;
	padding-left: 18px;
	color: #000 !important;
}

#primary-menu ul ul i { line-height: inherit; }

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
	background-image: url("img/submenu.png");
	background-position: right center;
	background-repeat: no-repeat;
}


/* ----------------------------------------------------------------
	Mega Menu
-----------------------------------------------------------------*/


#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content { width: 400px; }

#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
	margin: 0 15px;
	width: 1140px;
	top: 100px;
}

.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
	margin: 0;
	width: 1220px;
}

body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 60px; }

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 30px; }

#primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0 10px; }

#primary-menu ul li .mega-menu-content ul {
	display: block;
	position: relative;
	top: 0;
	min-width: inherit;
}

#primary-menu ul li .mega-menu-content > ul { float: left; }

#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
	display: block !important;
	opacity: 1 !important;
	top: 0;
	left: 0;
}

#primary-menu ul li .mega-menu-content.col-2 > ul,
#primary-menu ul li .mega-menu-content.col-3 > ul,
#primary-menu ul li .mega-menu-content.col-4 > ul,
#primary-menu ul li .mega-menu-content.col-5 > ul {
	width: 50%;
	margin: 0;
	border-left: 1px solid #F2F2F2;
}

#primary-menu ul li .mega-menu-content.col-3 > ul { width: 33.33%; }

#primary-menu ul li .mega-menu-content.col-4 > ul { width: 25%; }

#primary-menu ul li .mega-menu-content.col-5 > ul { width: 20%; }

#primary-menu ul li .mega-menu-content > ul:first-child { border-left: 0; }

#primary-menu ul li .mega-menu-content ul a {
	height: 42px;
	line-height: 42px;
}

#primary-menu ul li .mega-menu-content ul {
	width: 100%;
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

#primary-menu ul li .mega-menu-content.style-2 > ul { padding: 30px 20px; }

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title { margin-top: 20px; }

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:first-child { margin-top: 0; }

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;;
	letter-spacing: 1px;
	text-transform: uppercase !important;
	margin-bottom: 15px;
	color: #444 !important;
	padding: 0 !important;
	height: auto !important;
	line-height: 1.3 !important;
}
 
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a {
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	color: #444 !important;
}

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover { color: #000 !important; }

#primary-menu ul ul i { line-height: inherit; }

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title.sub-menu > a,
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title.sub-menu:hover > a { background: none; }

#primary-menu ul li .mega-menu-content.style-2 li { border: 0; }

#primary-menu ul li .mega-menu-content.style-2 ul a {
	padding-left: 5px;
	height: auto !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	line-height: 22px !important;
}

#primary-menu ul li .mega-menu-content.style-2 ul a:hover { padding-left: 12px; }


/* Primary Menu - Style 3
-----------------------------------------------------------------*/

#primary-menu.style-3 > ul > li > a {
	height: 44px;
	line-height: 44px;
	margin: 28px 0;
	border-radius: 5px;
}

#primary-menu.style-3 > ul > li > a i { line-height: 43px; }

#primary-menu.style-3 > ul > li:hover > a {
	color: #444;
	background-color: #e7f5fe;
}

#primary-menu.style-3 > ul > li.current > a {
	color: #444;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border:1px solid #016e9c;
	background:#fff;
}


#menu_bg{background:#221e1f;}

/* ----------------------------------------------------------------
	body
-----------------------------------------------------------------*/

#body{padding-top:40px; width:100%; background:#fff; position:relative;}

/* ----------------------------------------------------------------
	footer
-----------------------------------------------------------------*/

#footer{
    padding-top: 70px;
    position: relative;
    background-image: url('../img/footer-bkg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #25272e;
	margin:0px !important;
	z-index:500;
	/* border-top:5px solid #f6d300;*/
}
.footer-wrapper p{color:#bcc0c4 ; font-size:13px;}


.footer-wrapper p, 
.footer-wrapper a{   
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; 
}

.footer-wrapper a{
    color: #fff;}

.footer-wrapper h6{
    color: #fff;
    font-size: 13px;
	font-weight:400 !important;
	font-family: 'Raleway', sans-serif;;
}

.text-big{
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.footer-wrapper h5{
    color: #fff;
    font-size: 20px;
	font-weight:600;
	font-family: 'Raleway', sans-serif;;
	text-transform:uppercase;
}

.footer-wrapper h4{
    color: #fff;
    font-size: 25px;
	font-weight:500;
	font-family: 'Raleway', sans-serif;;
}

.copyright-container .row{    
    /* border-top: 1px solid #384653; */
    padding: 20px 0 15px 0;
	/* margin-top:30px; */
    
}


.copyright-container{background:#1d1f24 !important;}


.copyright-container a, 
.copyright-container p{
    font-size: 15px;
    line-height: 24px;
	
}



/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #221e1f; }

.blu_bar{background:#16284c; text-align:center; color:#fff; padding:25px 0px; font-size:40px; font-weight:400; position:relative;}

.blu_bar:after{content: "";
    display: block;
    position: absolute;   
     border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid #16284c ;
	border-bottom-color: #0090c2 ;
    bottom: -25px;
    left: 48%;
    width: 0;
    height: 0;
    }

.side_arrow h5{position:relative;}

.side_arrow h5:after{content: "";
    display: block;
    position: absolute;   
     border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #f6d300 ;
	border-bottom-color: #f6d300 ;
    bottom: -12px;
    left: 43%;
    width: 0;
    height: 0;
    }

.light_blk{background:rgba(0, 0, 0, 0.73); padding:10px 20px;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;}

.light_blk h3{font-size:46px; color:#fff; }

.light_blk h4{font-size:35px; color:#fff; font-weight:normal; }

.light_grey{background:#e2e2e2; padding:25px;}

#slider-img{background:url(../img/main_img.jpg) no-repeat top center; background-size:cover; padding:270px 0px;}

h3 span{background:#df8500; color:#fff !important; position:relative; padding:0px 5px; top:-2px; left: 2px; margin-right: 12px;}
	
.service_cont_bg{background:#acb3b9 url(../img/srvice_bg.jpg) right top no-repeat; padding:40px 0px 30px 0px; margin-top:40px;background-size:cover; }

.img_rel{position:relative; top:-36px;}

.service_cont_bg p{color:#404040;}

.feature_bg{background:url(../img/bg1.jpg) top center no-repeat; background-size:cover; padding:10px 0px 20px;}

.how_blk{background:rgba(0, 0, 0, 0.65); padding:35px 0px;}

.header_call {font-size:25px; float: right; padding-top:25px; font-weight:bold; color:#333;}
.header_call a {color:#000066;}

.blu_bg {background-color:#1f4395;}
.li_check {list-style-image:url(../img/check.png); padding:0px 17px; color:#fff;}

