	/* Designed & Handcrafted by Titan Digital
***************************************************************************

        1.  Color Guide
        2.  HTML and Body styles
        3.  Anchor Styles
        4.  Heading Styles
        5.  Custom Fonts
        6.  Generic styles
        7.  Header Style
       
        
/* 1. Color Guide
***************************************************************************
        White         : #FFF
        Blue (light)  : #6cccde
        Blue (dark)   : #0b3550


/* 2. HTML and Body styles
***************************************************************************/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #676764;
}
/* 3. Anchor Styles
***************************************************************************/
a {
    text-decoration: none;
}
a:visited {
}
a:focus {
    outline: none;
    text-decoration: none;
}
a:hover {
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    text-decoration: none;
}
a:active {
}
/* 4. Heading Styles
***************************************************************************/
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
h1 {
    font-size: 36px;
    color: #333;
}
h2 {
    font-size: 30px;
    color: #0b3550;
}
h3 {
    font-size: 26px;
    color: #0b3550;
}
h4 {
}
h5 {
}
h6 {
}
.servce-title {
	background:#072B43;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  padding:2px 10px 8px;
  outline:none;
  cursor:pointer;
}
/* 5. Custom Fonts
***************************************************************************/


/* 6. Generic styles
***************************************************************************/
textarea {
    resize: none;
}
li {
    list-style: none;
}
ol, ul {
    display: initial;
    padding: 0;
}
.content-left li, .inroduction li, .contact-page-content li {
    margin-left: 16px;
    color: #00253b;
}
.content-left ul li, .inroduction ul li, .testimonial ul li, .contact-page-content ul li {
    margin-left: 0;
    float: left;
    width: 48%;
}
.content-left ul li{
	margin-left: 10px;
    width: 47%;	
	padding-bottom:7px;
}
.content-left ol li, .inroduction ol li, .testimonial ol li, .contact-page-content ol li {
    list-style: inherit;
}
.content-left ul:after, .inroduction ul:after, .testimonial ul:after, .contact-page-content ul:after {
    content: " ";
    display: block;
    clear: both;
}
.content-left ul li, .testimonial ul li, .inroduction ul li, .contact-page-content ul li {
    background: url("../images/li-bg.png");
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 15px;
}
img {
    border: 0;
}
p {
    font-size: 16px;
    line-height: 24px;
    color: #676764;
}
input {
    outline: 0;
}

ul {
    padding: 0;
}
/* 7. Header styles
***************************************************************************/
header {
    background: url(../images/header-bg.png) repeat;
    min-height: 120px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
}
header .logo {
    margin-top: 18px;
}
.phone-numbers ul li {
    float: left;
    font-size: 18px;
    line-height: 33px;
    height: 33px;
}
.phone-numbers ul li a {
    color: #fff;
}
.phone-numbers ul li a img {
    vertical-align: middle;
    padding-right: 5px;
}
.phone-numbers ul li{
    background: #6cccde;
    padding: 0 10px;
}
.phone-numbers ul li:first-child {
    background: #0b3550;
    padding: 0 10px;
}
.get-a-quote-header{
    font-size: 15px;
}
.call-us-number, .call-us-number:hover{
    color: #0b3550;
}
.vertical-seperator {
    color: white;
    position: relative;
    top: -2px;
}
.navbar {
    margin-bottom: 0;
}
.navbar-inverse {
    background: none;
    border: 0;
    margin-left:0px;
    margin-top:15px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li:hover > a, .navbar-nav > li.current-menu-item > a {
    color: #6cccde;
    border-bottom: 2px solid;
}
.nav > li > a {
    padding: 0px;
}
.nav > li  {
    padding: 10px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background: none;
    color: #6cccde;
}
.nav .dropdown-menu .dropdown-menu {
    left: 100%;
    position: absolute;
    top: -13px;
}
.dropdown-menu li a {
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}
#main-menu .dropdown-menu {
    background: rgba(11,50,76,0.8);
    padding: 10px 0px;
}
#main-menu > .menu-item-has-children > .dropdown-menu {
    transform: translate(-50%, 0px);
    left: 50%;
    right: auto;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #6cccde;
    background: none;
}
ul.dropdown-menu li {
    position: relative;
}
.nav li.menu-item-has-children:hover > .dropdown-menu {
    display: block;
}
.slicknav_menu .dropdown-menu{
    float: none;
    position: inherit;
    background: rgba(11,50,76,0.8);
}

.slicknav_menu {
    background: none;
}
.slicknav_nav {
    background: rgba(0,0,0,0.6);
}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover{
    color: #6cccde;
    background: none;
}
.social-networks {
    margin-top: 22px;
    min-height: 20px;
    /*margin-right: -10px;*/
}
.social-networks li {
    float: left;
}
.social-networks li a i {
    color: #6cccde;
    font-size: 25px;
    margin-right: 9px;
}
/* 8. Slider styles
***************************************************************************/
.slider {
    position: relative;
}
.slider .carousel-inner .item img {
    height: 770px;
    width: 100%
}
.sub-slider {
    min-height:120px;
    overflow:hidden;
}
.sub-slider .carousel-inner .item img {
    height: 120px;
}
.carousel-control.left, .carousel-control.right, .carousel-indicators {
    display: none;
}
.carousel-caption {
    left: 0;
    right: 0;
    bottom: 243px;
}
.carousel-caption h3 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 60px;
    font-weight: 600;
}
.carousel-caption p {
    background: #6cccde;
    color: #fff;
    display: inline-block;
    text-shadow: none;
    font-size: 18px;
    line-height: 50px;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 20px;
}
.carousel-caption p span a {
    color: #0b3550;
}
.img-wrap{
    float: left;
    margin-right: 20px;
}
/* 8. Services styles
***************************************************************************/
.services {
    padding-bottom: 15px;
}
.services-page li {
    /*width: 100%;*/
}
.cta {
    position: relative;
    margin-top: -78px;
}
.cta .ctas {
    background: #0b3550;
    min-height: 78px;
    line-height: 78px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 35px;
    display: block;
}
.cta .ctas i {
    color: #6cccde;
    padding-right: 12px;
}
.cta .ctas:hover, .get-a-quote:hover a {
    background: #05263b !important;
}
.cta .get-quote {
    background: #6cccde;
}
.cta .get-quote:hover i, .get-a-quote:hover a i {
    color: #6cccde !important;
}
.cta .get-quote i {
    color: #0b3550;
    padding-right: 12px;
}
.inroduction {
    background: #fff;
    font-size: 16px;
    color: #676764;
    margin-top: 75px;
}
.inroduction h1 {
    text-align: center;
    color: #333;
    padding: 40px 0 20px 0;
}
.inroduction h2, .inroduction h3, .inroduction h4, .inroduction h5, .inroduction h6{
    text-align: center;
}
.inroduction p {
    text-align: center;
    line-height: 24px;
    color: #676764;
}
.button {
    width: 225px;
    margin: 30px auto 50px;
    display: block;
    background: #5dd3e3;
    min-height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.button:hover {
    background: #05263b !important;
    color: #fff;
}
.gallery {
    background: #eff3f3;
    padding: 80px 0 0 0;
}
.gallery h2.h1tag {
    text-align: center;
    padding: 0;
    margin: 0 0 30px 0;
}
.gallery img {
    margin-bottom: 30px;
}
.ngg-galleryoverview br {
    display: none;
}
.ngg-fancybox > img {
    margin: 0 auto;
    width: 100%;
}
.ngg-gallery-thumbnail-box {
    margin-bottom: 12px !important;
    margin-right: 12px !important;
    float:left;
}
.ngg-gallery-thumbnail img:hover, .ngg-album-compactbox .Thumb:hover, .ngg-thumbnail img:hover {
    border: 2px solid #5dd3e3 !important;
}
.ngg-gallery-thumbnail img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.ngg-navigation .current {
    background: none repeat scroll 0 0 #ebebeb;
    padding: 15px 21px;
    margin: 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.ngg-navigation {
    height: 51px;
    padding: 55px 0 !important;
}
.ngg_displayed_gallery{
    width: 157px;
    margin-right: 6px;
    height: 118px
}
.ngg-navigation .page-numbers {
    background: none repeat scroll 0 0 #6cccde;
    border: 0 none !important;
    color: white;
    padding: 15px 21px !important;
    margin: 0 !important;
    font-size: 14px;
    font-weight: bold;
}
.ngg-navigation .page-numbers:hover {
    background-color: #eee !important;
    color: #23527c !important;
}
.ngg-navigation .prev, .ngg-navigation .next {
    display: none;
}
.ngg-album-compactbox:before, .ngg-album-compactbox:after, .ngg-album-compactbox {
    border: 0 !important;
}
.ngg-album-compactbox .Thumb{
    border: 0;
    width: 157px;
    height: 118px;
}
.ngg-thumbnail img {
    width: 157px;
    height: 118px;
}
.ngg-album-gallery-image-counter {
    font-size: 11px;
}
section.gallery .ngg-gallery-thumbnail-box {
    margin-bottom: 18px;
    margin-right: 18px;
}
section.gallery .ngg-galleryoverview {
    clear: both;
    display: table !important;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}
.services {
    background: #0c475f url(../images/services-bg.png) no-repeat top left;
    background-size: 100% 100%;
    position: relative;
    min-height: 331px;
}
.services h2.h1tag {
    color: #fff;
    text-align: center;
    padding: 70px 0 0 0;
    margin: 0;
}
.services p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.services ul li {
    float: left;
    font-size: 18px;
    padding-top: 10px;
    width: 30%;
    margin-right: 3%;
}
.services ul li.border-top-skyblue1, .services ul li.border-top-skyblue2, .services ul li.border-top-skyblue3 {
    border-top: 3px solid #5dd3e3;
}
.services ul li a {
    color: #fff;
}
.services ul li a i {
    color: #5dd3e3;
    padding-right: 15px;
}
.testimonials {
    background: #fff;
    padding: 45px 0 0 0;
}
.testimonials h2.h1tag {
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0;
}
.testimonials .testimonial {
    position: relative;
    padding-left: 80px;
    padding-right: 60px;
    padding-bottom: 20px;
}
.testimonials .testimonial img {
    position: absolute;
    top: 0;
    left: 0;
}
.testimonials .testimonial p {
    font-size: 16px;
    color: #676764;
    line-height: 24px;
}
.testimonial .name {
    text-align: left;
    font-size: 16px;
    color: #6cccde;
    font-weight: bold;
}
.testimonial .company {
    text-align: left;
    font-size: 14px;
    color: #6cccde;
}
.testimonials .testimonial * {
    text-align: left;
}
.testimonials-page {
    margin-top: 20px;
}
.testimonials-page .testimonial {
    min-height: 275px;
}
.content {
    background: #fff;
    padding: 50px 0;
}
.h1tag {
    font-size: 36px;
    color: #333;
}
.content h1 {
    padding:0;
    margin:0;
}
.content-left h1 {
    padding: 0 0 20px 0;
    margin: 0;
}
.sidebar ul li {
    width: 100%;
    background: #00253b;
    line-height: 70px;
    float: left;
    font-size: 22px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.sidebar ul li:hover > a, .sidebar ul li.current-menu-item > a{
    color: #6cccde;
}
.sidebar ul li a {
    color: #fff;
    display: block;
    padding-left: 35px;
}
.sidebar ul li a.parent-menu-item {
    padding-left: 0px;
}
.sidebar ul li ul {
    padding: 0;
    margin: 0;
    border-top: 3px solid #6cccde;
}
.sidebar ul li ul li {
    background: #002b45;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0 !important;
    font-size:18px;
}
.sidebar ul li ul li:hover a {
    color: #6cccde;
    background: #05263b;
}
.sidebar ul li ul li:nth-child(2) {
    background: #0b3550;
}
.sidebar ul li ul li i {
    padding-right: 12px;
    color: #6cccde;
}
.sidebar ul li.get-a-quote {
    background: #6cccde;
}
.sidebar ul li.get-a-quote i {
    color: #0b3550;
    padding-right:12px;
}
.call-us-now {
    background:#6cccde;
    min-height:50px;
    line-height:50px;
    text-align:center;
    color:#fff;
    font-size:18px;
}
.call-us-now span {
    color:#0b3550;
}
.services-page .heading {
    background:#6cccde;
    color:#fff;
    width:200px;
    line-height:60px;
    padding-left:20px;
    font-size: 24px;
    text-transform: uppercase;
}
.services-page h3.service-title {
    border-bottom: 2px solid #6cccde;
    height: 65px;
    overflow: hidden;
    padding-bottom: 15px;
}
.gallery-list {
    float:left;
    width:100%;
}
.gallery-list li {
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius:0;
    border-top-right-radius: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.pagination li span.current, .pagination li span.current:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ebebeb;
    border: none;
    color: #fff;
}
.pagination > li > a, .pagination > li > span {
    background-color: #6cccde;
    border: none;
    color: #fff;
    float: left;
    padding: 15px 21px;
    font-weight: bold;
}
.pagination > li {
    width: auto;
}
.pagination li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    padding: 0 !important;
    width: inherit !important;
}
.news {
    margin-bottom:50px;
}
.news .text h3 {
    border-bottom:2px solid #6cccde;
    padding:0 0 10px 0;
    margin:0; 
}
.news .text p {
    padding-bottom:10px;
}
.news .text .date {
    padding:5px 0;
    display:block;
    color:#0b3550;
    font-size:14px;
}
.news .text .read-more {
    background:#6cccde;
    text-align:center;
    font-size:16px;
    color:#fff;
    padding:15px 38px;
    text-transform:uppercase;
    font-weight: bold;	
}
.news .text .read-more:hover {
    background:#05263b;
}
.services-page .read-more {
    background:#6cccde;
    text-align:center;
    font-size:16px;
    color:#fff;
    padding:15px 38px;
    text-transform:uppercase;
    font-weight: bold;
	display:inline-block;
}
.content-left{
	position:relative;	
}
.service-sigle-img{
	width: 45%;
	float:left;
		
}
.go-back {
    color: black;
    font-size: 20px;
}
.titan-breadcrumb {
    margin: 0 0 15px;
}
.titan-breadcrumb i {
    margin: 5px;
}
.titan-breadcrumb *{
    color: #333;
}
.titan-breadcrumb .current{
    color: #6cccde;
}
.form {
    margin-top:40px;
}
.form label {
    font-size:22px;
    font-weight:300;
    color:#0b3550;
}
.form textarea {
    height:174px !important;
}
.form .form-control, input, textarea {
    background-color: #f8f8f8;
    border:none;
    border-bottom: 2px solid #6cccde;
    border-radius: 0;
    box-shadow: none;
    height: 36px;
    width: 100%;
}
.form  .form-group .btn, .gform_footer.top_label input[type="submit"] {
    background:#6cccde;
    color:#fff;
    border:0;
    border-radius:0;
    text-transform:uppercase;
    height:55px;
    font-size:18px;
    padding:0 30px;
    width: auto;
    font-weight: normal;
    margin: 0;

}
.form  .form-group .btn:hover {
    background:#0b3550;
}
.gform_validation_container {
    display: none;
}
.validation_error, .validation_message {
    color: red;
    font-size: 12px;
}
li.gfield {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
li.full-width-field {
    float: none;
    width: 100%;
}
.gfield_description.validation_message {
    position: absolute;
}
.gform_footer.top_label {
    float: right;
}
.padding-right-30{
    padding-right: 30px;
}
.contact-info {
    margin-top:42px;
}
.contact-info .info h3 {
    font-size:22px;
    padding:0;
    margin:0;
}
.contact-info .info {
    margin-bottom:20px;
}
.contact-info .map iframe {
    width:100%;
    height:225px;
    border:0;
}
.call-us-now a {
    color: #0b3550;
}
footer {
    background: #eff3f3;
    padding: 35px 0;
    font-family: arial;
}
footer .copyright {
    color: #15375c;
    font-size: 12px;
}
footer .privacy {
    padding: 0 !important;
}
footer .privacy ul {
    padding: 0 !important;
    margin: 0;
}
footer .privacy ul li {
    font-size: 12px;
    float: left;
    color: #506787;
    padding: 0 8px 0 0;
    list-style: none;
}
footer .privacy ul li a {
    color: #15375c;
    padding: 0 8px 0 0;
}
footer .privacy ul li a:hover {
    color: #1474f7;
}
footer .developed-by {
    color: #15375c;
    text-align: right;
    font-size: 12px;
}
footer .developed-by img {
    vertical-align: middle;
    padding: 0 0 0 15px;
}
.developed-by a {
    color: #15375c;
}
.servce-desc {
  padding-left: 15px;
}
.servce-title::after {
  content: "+";
  float: right;
  padding-right: 15px;
}
.ui-state-active.servce-title::after {
  content: "-";
  float: right;
  padding-right: 15px;
}
.services-page {
  float: left;
  padding-right: 15px;
}