body, html {
	font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #4795d1;
	background-color: #FFFFFF;
}
h1, h2, h3, h4 {
	font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif;
	color: #62646f;
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	margin: 0;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	font-size: 24px;
	font-weight: 400;
}
h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}
a {
	color: #777;
}
a:hover, a:focus {
	text-decoration: none;
	color: #4795d1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
.img-centered {
	margin: 0 auto;
}
/* Navigation *//*
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
    
	background-image: url(../img/logo-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 46px;
}
#menu a.navbar-brand i.fa {
	color: #4795d1;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #4795d1;
}
.on {
	background-color: #494b55 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #4795d1;
	border-color: #4795d1;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
*/
/* Navigation2 */
#menu {
	padding: 20px;
	transition: all 0.8s;
	background-color: transparent;
}
#menu.navbar-default {
	
	background-color: transparent;
	color: #c9cbce;
    border-color: transparent;
}


#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}

#menu .brand {
	font-weight: 700;
	color: #4795d1;
}

@media (max-width: 603px) {
    #menu a.navbar-brand {
        font-size: 16px;
    }
}

#menu a.navbar-brand i.fa {
	color: #27a386;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #eff0f1;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #19B5FE;
}
.on {
	background-color: #727A80 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #19B5FE;
	border-color: #19B5FE;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  /*border-color: rgb(255,102,203);*/
} 

/* Home Style */
header {
	background: url(../img/header-bg5.jpg) no-repeat bottom center;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
}
header p {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 60px;
	letter-spacing: 2px;
}
.intro-text {
	position: relative;
	padding-right: 0;
	padding-left: 0;
}
.intro-text h1 {
	font-size: 50px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 500;
}

.intro-text .brand {
	font-weight: 700;
	color: #4795d1;
}

.btn-default {
	color: #fff;
	background-color: transparent;
	border: 3px solid #4795d1;
	margin: 0 8px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #4795d1;
	border: 2px solid #4795d1;
	color: #fff;
}
.section-title {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 80px;
}

.services-icon{
    width:64px;
    height:64px;
}

.icon-wrap{
margin: auto;
    display: inline-block;
}

.icon-wrap .inline-text{
    display: inline-block;
}

header .services-text p{
    color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
    letter-spacing: 0.5px;
	margin-bottom: 40px;
    margin-left: 30px;
}

header h2 {
	font-weight: 700;
    font-size: 32px;
    color: #ffffff !important;
    line-height: 1.2em;
    padding-bottom: 40px;
}
 header .icon{
        color: #fff;
        width: 64px;
height: 64px;
vertical-align: middle;
text-align: center;
    }



@media (max-width: 603px) {
  .intro-text h1 {
      padding-top: 20%;
	font-size: 24px;
    text-align:center;
    }  
    
    header p {
	font-size: 14px;
	margin-bottom: 20px;
    text-align:center;
}

header .services-header{
    display: none;
}

    header .services-text p{
        
        font-size: 12px;
        margin-bottom: 20px;
        
    display: initial;
    }

    header h2 {
        font-weight: 600;
        font-size: 16px;
        color: #ffffff !important;
        line-height: 1.2em;
        padding-bottom: 20px;
        padding-top:30%;
        text-align:center;
    }
    
   
    .services-icon{
        width:32px;
        height:32px;
    }
    
    
    .btn-default {
        color: #fff;
        background-color: transparent;
        border: 2px solid #4795d1;
        margin-left: 25%;
        margin-right: auto;
        font-size: 14px;
        text-align:center;
        letter-spacing: 1px;
        border-radius: 0;
    }
    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
        background-color: #4795d1;
        border: 4px solid #4795d1;
        color: #fff;
    }
    .section-title {
        padding-top: 10px;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 40px;
    }
    
    .intro-text .brand {
	
  text-shadow: 1px 2px 4px #000;
}

header .icon{
        width: 32px;
height: 32px;
font-size:2em;
    }
    
}



@media  (min-width: 604px) and (max-width: 1189px) {
 
 header .services-header{
    display: none;
}
 
 
}
@media  (min-width: 1190px) and (max-width: 1560px) {
 
header .icon{
        width: 2px !important;
height: 24px !important;
font-size:1.5em !important;
    }
 header .services-text p {
    margin-bottom: 20px;
}
 header .services-header{
    padding-right: 0px;
    padding-leftt: 0px;
}
}

/* About Section */
#about-section {
	 
}

#about-section .section-title h2 {
	color: #fff;
}
#about-section .section-title hr {
	background: #4795d1;
}

#about-section h3 {
	color: #eee;
}
#about-section p {
	color: #eee;
	margin-top: 20px;
    font-size: 16px;
}


video {
    
    position: absolute;
right: 0;
bottom: 0;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-size: 100% 100%;
background-color: black;
background-image: ;
background-position: center center;
background-size: contain;
object-fit: cover;
z-index: 1;
}
/*
video { 
   /* position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('/img/file.mp4') no-repeat;
  background-size: cover;
  transition: 1s opacity;*/
    /*
    background-size: cover;
  background-position: center; 
    height:100%;
}*/
.stopfade { 
   opacity: .5;
}

#about-section .floating-block{
   position:absolute;
  top:30%;
  left: 20%;
  z-index:3;
}


@media (max-width: 603px) {
    #about-section .floating-block{
   left: 10%;
   right: 10%;
  top:10%;
  text-align:center
    }
  #about-section .section-title {
        padding-top: 40px;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 40px;
    }


#about-section .section-title h2 {
	text-align:center;
    line-height: 1.3em;
    font-size: 20px;
}

    
}


@media  (min-width: 604px) and (max-width: 990px) {
    
    
      #about-section .floating-block{
   left: 10%;
   right: 10%;
  top:10%;
  text-align:center
}

#about-section .section-title h2 {
	text-align:center;
    padding-top: 8%;
}
    
}


/* Services Section */
#services-section {
	background: #f6f6f6 url(../img/mountains3.png) bottom no-repeat;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	background: #4795d1;
	border-radius: 50%;
	color: #ffffff;
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 84px;
	text-align: center;
	margin-bottom: 20px;
}
#services-section .icon{
    padding-bottom: 30px;
}
#services-section p{
    
    padding-left: 10%;
    padding-right: 10%;
}



@media (max-width: 603px) {
    #services-section .icon{
        display:none;
    }
    .space {
	margin-top: 0px;
}
#services-section h2{
    padding-top: 20%;
    font-size:24px;
}
#services-section h4{
    font-size:16px;
}
   #services-section br{
    display: none;
}
#services-section p{
    
    padding-left: 5%;
    padding-bottom:5%;
        font-size: 14px;
    line-height: 20px;
}

#services-section .section-title {
        padding-top: 40px;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 40px;
    }
}


@media  (min-width: 604px) and (max-width: 990px) {
    
    #services-section br{
    display: none;
    }
    #services-section .icon{
        display:none;
    }
#services-section p{
    
    padding-left: 5%;
    padding-bottom:5%;
        font-size: 14px;
    line-height: 20px;
}
}


/* Achivements Section */
#contact-title {
	padding: 80px 0 100px 0;
	background: url(../img/contact-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

#contact-title .section-title {
	padding-left: 20%;
    padding-right: 10%;
}

#contact-title  h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
    text-shadow: 1px 1px #000000;
    text-align: left;
}

#contact-title  p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
    text-shadow: 1px 1px #000000;
    text-align:left;
    padding-bottom:20px;
}

#contact-title hr {
	color: #4795d1;
}

#contact-title .btn {
	margin-bottom:30px;
    
}


/* Contact Section */
#contact-section {
	padding: 0px 0 0px 0;
	 background: rgb(3,49,105);
background: -moz-linear-gradient(0deg, rgba(3,49,105,1) 0%, rgba(71,149,209,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(3,49,105,1) 0%, rgba(71,149,209,1) 100%);
background: linear-gradient(0deg, rgba(3,49,105,1) 0%, rgba(71,149,209,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#033169",endColorstr="#4795d1",GradientType=1); 
}


#contact-section {
	padding: 0px 0 0px 0;
	/*background: url(../img/contact-bg.jpg);
	background-size: cover;
	background-attachment: fixed;*/
}

#contact-section .section-title {
	padding-left: 20%;
    padding-right: 10%;
}

#contact-section  h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
    text-shadow: 1px 1px #000000;
    text-align: left;
}

#contact-section  p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
    text-shadow: 0px 0px #000000;
    text-align:left;
}

#contact-section hr {
	color: #4795d1;
}

#contact-section .btn {
	margin-bottom:30px;
    
}


#contact-section .section-title h2 {
	color: #fff;
}
#contact-section h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}


@media  (min-width: 604px) and (max-width: 990px) {
    #contact-section .section-title {
	display:none;
}
    #contact-section .contact-subtitle{
        
        padding-top:10%;
    }
    #contact-section form {
    padding: 10px 0;
}

#contact-section h3 {
	font-size: 16px;
	text-transform: inital;
}

#contact-section .space {
	margin-top: 0px;
}
  .fa-2x {
     font-size: 1em; 
}
    
}

@media (max-width: 603px) {
    

#contact-section .section-title {
        display: none;
    }
    
#contact-section p{
    font-size: 16px;
}

#contact-section form {
    padding-top: 0px !important;
padding-bottom: 0px !important;
}
}


#contact-section form {
	padding: 30px 0;
}
#contact-section i.fa {
	color: rgba(253,253,253,0.3);
	margin-right: 20px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #ddd;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background: transparent;
	border: 2px solid #fff;
	padding: 10px 20px;
	margin-top: 20px;
	margin-left: 0;
	color: #fff;
	font-size: 15px;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #fff;
	color: #4795d1;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Social Section */
.social-section {
	padding: 35px 0 25px 0;
	background-color: #f6f6f6;
	text-align: center;
}
.social-section .social ul li {
	display: inline-block;
	margin: 0 30px;
}
.social-section .social i.fa {
	color: #4795d1;
	font-size: 26px;
	padding: 8px 0;
	width: 40px;
	height: 40px;
	transition: all 0.5s;
}
.social-section .social i.fa:hover {
	color: #fff;
	background: #4795d1;
}
/* Footer */
.footer {
	background: #f6f6f6;
	padding: 0px 0 0 0;
}
#contact-section .footer p {
	font-size: 13px;
	margin-top: 10px;
	color: #999;
    text-align:center;
    
    text-shadow: 0px 0px #000000;
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.3);
}
}

@media (max-width: 603px) {
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 0;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}

.footer .social-media-tab {
	background-color: #35647C;
}
.footer .mega-dry-tab {
	background-color: #297698;
}
.footer .vortex-plumbing-tab {
	background-color: #4795d1;
}
.footer .web-design-tab {
	background-color: #033169;
}
.footer .tab {
	height: 25vh;
}

.footer .tab p{
	
	color: #fff !important;
	font-weight: 600;
  vertical-align: middle; 
  text-align: center;
  padding-top: 4%;
}
.footer .tab a{
	
	color: #fff !important;
	
	font-weight: 400;
  vertical-align: middle; 
  text-align: center;
}


.footer ul#social li {
  display:inline;
}

.footer i {
	width: 24px;
	text-align: center;
}

@media (max-width: 603px) {
.footer .tab p{
	
	padding-top: 10%;
}
}
