/*Website Name:- website-rescuer
***Index***
1. Homepage
	1.1 Navigation
	1.2 Carousel
	1.3 Welcome Section
	1.4 Features Section 
	1.5 Blue Section
	1.6 Clients Section
	1.7 Services Section
	1.8 Blog Section
	1.9 blue-strip Section
	1.10 home-contact Section
	1.11 Map Section
	1.12 partners Section
	1.13 footer
2. About Us
3. Services 
4. Portfolio
5. Testimonials
6. Contact Us
*/

@font-face {
   font-family: Proxima Nova Alt R;
   src: url(Fonts/PRegular.otf);
}

@font-face {
   font-family: Proxima Nova Alt Rg;
   src: url(Fonts/PBold.otf);
}

@font-face {
   font-family: Proxima Nova Alt N;
   src: url(Fonts/normal.otf);
}

body,
html {
    font-family: sans-serif;
    font-size: 15px;
    color: #090909;
	margin:0;
	  margin-top: 0;
	padding:0;
    min-width: auto !important;
}


.btn,
a
{
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s
}
img {
    max-width: 100%;
    height: auto
}
textarea,
textarea.form-control {
    height: 120px;
    resize: vertical
}
.justify {
    text-align: justify
}
.btn,
button,
input[type=reset],
input[type=submit], .comment-reply-link {
    border: medium none;
    overflow: hidden;
    color: #fff;
    background: #ff5d00;
    border-radius: 2px;
    padding: 13px 36px;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    background-image: none;
    width: auto;
    height: auto;
    font-weight: 600;
    border: 1px solid transparent;
	display:inline-block;
}
.formErrorContent {
    display: none !important;
}
.formError + input {
    border-color: red;
    box-shadow: 0px 0px 14px 1px red;
}
.btn.blank {
    background: none;
    border: 1px solid #006bf6;
    color: #006bf6;
}
.btn.blank:hover , .comment-reply-link:hover{
    color: #fff;
    background: #006bf6;
    border-color: #006bf6
}
input[type="submit"].btn {
    padding: 5px 25px;
    font-size: 1em
}
.btn:hover,
.btn:focus,
.btn-primary:focus,
.btn-primary:hover,
.btn.active,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover, 
.btn.wpcf7-submit.btn-primary:hover {
    color: #fff;
    background: #006bf6;
    border-color: #006bf6;
}
.btn.wpcf7-submit.btn-primary{
	background: #006bf6;
    text-shadow: none;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 20px;
}
.btn:before {
    content: "\f0da";
position: absolute;
font-size: 13px;
color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
left: 70%;
opacity: 0;
top: 30%;
font-family: FontAwesome;
bottom: 0;
margin: auto;
}
.btn:hover:before{
    left: 90%;
    opacity: 1;
}
banner .carousel-caption .btn.blank:before {
	left: 85%;
    opacity: 1;
}
.carousel-indicators{
	margin-bottom:0;
}
p {
    color: #484848;
    font-size: 15px;
    line-height: 1.7;
    margin: 0
}
ul.bullets li{
	position:relative;
	padding-left: 15px;
	margin-bottom:5px;
	color:#272727;
	font-size:16px;
}
ul.bullets li:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	height:4px;
	width:4px;
	border-radius:100%;
	background:#272727;
	position:absolute;
	top:8px;
	left:0;
}
p + p {
    margin-top: 25px
}
section {
    padding: 50px 0px;
    position: relative;
}
a:active,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none
}
.help-block.wpcf7-not-valid-tip {
    display: none
}
.form-control.wpcf7-not-valid {
    border: 1px solid #FF0C0C !important
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.theme-clr {
    color: #006bf6
}
label {
    font-weight: normal
}
.gray-bg {
    background: #f8f8f8
}
.blue-bg {
    background: #2d3341;
}
.container {
		position:relative;
		z-index:2;
    }
@media (min-width: 1200px) {
    .container {
        width: 1180px;
		position:relative;
		z-index:2;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 30px;
	font-family:'Proxima Nova Rg', sans-serif;
}
h1 {
    color: #555;
    font-size: 30px;
    margin: 0
}
h1 .theme-clr {
    font-weight: 600
}
h2 {
    font-size: 26px;
    color: #010101;
    font-weight: 600;
}
h3, h3 a {
    font-size: 20px;
    color: #090909;
    font-weight: 800;
	font-family:'Proxima Nova Alt Rg', sans-serif;
	margin-bottom:15px;
}
.title + .bdr-after{
	max-width:85%;
	margin-left: auto;
	margin-right: auto;
}
.sub-title p {
    color: #221c1c;
    font-size: 16px;
    margin: 0;
}
.blue-bg .sub-title p{
	color:#b0b0b0;
}
.blue-bg h2{
	color:#fff;
}
.sub-title.border:after {
    content: '';
    display: block;
    margin: 20px auto;
    margin-bottom: 22px;
    width: 25%;
    height: 1px;
    background: #353535
}
h4 {
    font-size: 22px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
p strong {
    color: #4e4e4e
}
.clients h2 {
    color: #090909;
}
h2 a {
    font-weight: 300
}
h4,
h4 a {
    font-size: 22px;
    color: #090909; 
}
h4 a:hover {
    color: #090909;
}
h4 a {
    display: block;
    margin-top: 5px
}
h5,
h5 a {
    font-size: 21px;
    color: #1d1f1b
}
.scroll-down {
  margin: auto;
  display: inline-block;
  position: relative;
  font-size: 0.9rem;
      width: 35px;
    height: 60px;
  border-radius: 6em;
  border: 2px solid #fff;
  overflow:hidden;
}
.scroll-down:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
     top: 15px;
    height:8px;
    width: 2px;
  padding-top: 18%;
  background-color: #fff;
  opacity:0;
  -webkit-animation: mouse2 2s infinite ;
    animation: mouse2 2s infinite ;
}
.scroll-down i{
	display:inline-block;
	height:5px;
	width:5px;
	border-radius:100%;
	position: absolute;
	background:#fff;
	top:19px;
	left: 0;
	right: 0;
	margin: auto;
}
.scroll-down:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
     top: 10px;
    height:8px;
    width: 2px;
  padding-top: 18%;
  background-color: #fff;
  opacity:0;
   -webkit-animation: mouse 2s infinite ;
    animation: mouse 2s infinite ;
}


@keyframes mouse {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
	80% {
        opacity: 1;
        transform: translateY(50px);
    }
    100% {
        opacity: 0;
        transform: translateY(100px);
    }
}
@keyframes mouse2 {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }
	80% {
        opacity:1;
        transform: translateY(55px);
    }
    100% {
        opacity: 0;
        transform: translateY(100px);
    }
}

.scroll-down:hover{
	background:#006bf6;
}


.white-box {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;

}
.white-box:hover {
    background: #f7f7f7;
    border-color: rgba(103, 208, 30, 0.57);
}
p.justify {
    text-align: justify
}
.page-header{
	position:relative;
	margin:0;
	padding:0;
	border:none;
	margin-top:86px;
}.page-header::before {     background: rgba(26, 34, 57, 0.5) none repeat scroll 0 0;    content: "";    height: 100%;    left: 0;    position: absolute;    top: 0;    width: 100%;}
.page-header .container{
	position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 160px;
}
.page-header h1, .page-header h1 a{
	color: #fff;
    font-size: 30px;
    font-family: 'Proxima Nova Alt R', sans-serif;
    font-weight: 500;
    text-shadow: 0px 0px 0px #000;
	
}
.page-header h1:after, .entry-content .title:after {
    content:'';
	display: block;
	background:#fff;
	height:2px;
	width:45px;
	margin-top: 12px;
}
.entry-content .title:after{
	height:1px;
	margin-top: 25px;
	width:30px;
}
.entry-content .title{
	color:#090909;
	font-size: 24px;
	font-family: 'Proxima Nova Alt Rg', sans-serif;
	margin-bottom: 22px;
}
.entry-content .title small{
	display: block;
	color: #484848;
    font-size: 15px;
	font-family: 'Lato', sans-serif;
	margin-top:8px;
}

.entry-content h4{
	color:#006bf6;
	font-size: 24px;
    font-weight: 600;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	margin-bottom:20px;
}
.row div.bdr-right{
	border-right:1px solid #cfcfcf;
	padding-right:30px;
}
.row .bdr-right + div{
	padding-left:30px;
}
.dotted-bdr-btm{
	border-bottom:1px dashed #b2b2b2;
	padding-bottom:30px;
	margin-bottom:30px;
}
.quote-section{
	background:#006bf6;
	color:#fff;
	font-size:24px;
	font-weight:600;
	padding:34px 0px;
}
.quote-section a{
	border: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 19px;
    border-radius: 5px;
    padding: 10px 50px;
    margin-left: 20px;
}
.quote-section a:hover {
    background: #fff;
    color: #006bf6;
}

/* ============== 1.1 Header Starts Here ============== */
.top-header{
	background:#006bf6;
	color:#fff;
}
.top-header a{
	color:#fff; 
	text-transform:uppercase;
	font-weight:500;
	font-size:12px;
}
.top-header .row > div.text-right  a{
	font-size:13px;
}
.top-header .row > div > div{
	display:inline-block;
	border-right: 1px solid #95d8d3;
	padding: 10px 15px;
}
.top-header .row > div.text-right > div:last-child{
	border-right:none;
}
.top-header .row > div > div.follow-us{
	border-left: 1px solid #95d8d3;
}
.fa-phone{
	border: 2px solid #fff;
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 100%;
    line-height:19px;
    margin-right: 7px;
}
.tel-border{ border-left: 1px solid;border-right: 0px solid!important;}
body.home .site-header{
	background:none;
}
.site-header.affix, body.home .site-header.affix, .site-header {
    background:rgba(16, 25, 49, 0.9);
	position:fixed;
	top:-5px;
	z-index:99;
	left:0;
	right:0;
}
body.home .site-header { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
	background: rgba(32, 32, 32, 0.98);
	/* border-bottom:1px solid #8b8e98; */
}
/* body.admin-bar .site-header {
    top:-10px;
} */
body.admin-bar .site-header {
    top: 26px;
}
/*Preloader starts here*/


.bdr-after:after{
	content:'';
	margin:auto;
	margin-top:15px;
	display:block;
	width:35px;
	height:1px;
	background:#272727;
}
h3 + .bdr-after{
	margin-top: -15px;
}


#page-loader {
    background-color: #333;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.015) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.015) 50%, rgba(255, 255, 255, 0.015) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-animation: 1s linear 0s normal none infinite running progress-bar-stripes;
    animation: 1s linear 0s normal none infinite running progress-bar-stripes;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.load-logo {
    margin-bottom: 55px;
}
.cs-loader-inner {
    width: 100%;
    color: #006bf6;
    text-align: center;
}
.cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
}
@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        transform: translateX(0px);
    }
    66% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}
@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}
.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}
.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}
/*preloader ends here*/

.navbar-brand {
    height: auto;
    margin: 0 !important;
    padding: 0px
}
.navbar-default {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    min-height: inherit;
    padding: 12px 0;
    position: absolute;
    width: 100%;
    z-index: 4;

}
.navbar-default .navbar-collapse {
    padding: 0
}
/* .navbar-nav>li+li {
    border-left: 1px solid #fff;
} */
.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;	
	font-family: 'Proxima Nova Rg', sans-serif;
    padding: 3px 0px;
	margin:0 15px;
    font-weight: 300;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
	border-bottom:2px solid transparent;
}
.navbar-default .navbar-nav>li:last-child a {
    margin-right: 0
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.current-menu-item a,
.navbar-default .navbar-nav>.current-menu-item>a,
.navbar-default .navbar-nav>.current-menu-item>a:focus,
.navbar-default .navbar-nav>.current-menu-item>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
li.current_page_ancestor a,
li.current-menu-ancestor a,
.current-menu-item a {
    border-color:#db5e30;
	color:#fff;
}
.navbar-nav {
    display: inline-block;
    margin: 0;
    float: right !important;
    margin-top: 15px;
}
.navbar-default li {
    position: relative;
    display: inline-block;
    float: none
}
.navbar-default li:hover > .sub-menu {
    display: inline-block
}
.navbar-default li .sub-menu {
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    display: none;
    z-index: 9;
    width: 185px
}
.navbar-default li .sub-menu li {
    display: block
}
.navbar-default li .sub-menuli .sub-menu {
    left: 100%;
    top: 0
}
ul li.menu-item-has-children:before {
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #fff;
    position: absolute;
    z-index: 9;
    top: 44%;
    right:2px
}
ul li .sub-menu li.menu-item-has-children:before {
    content: '';
    border: 5px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    z-index: 9;
    top: 46%;
    right: 7px
}
.sub-menu li {
    margin-bottom: 1px
}
.sub-menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    background: #006bf6;
    padding: 10px 12px;
}
.sub-menu li a:hover {
    background: #ff5d00;
}
/* ============== 1.1 Header Ends Here ============== */

/* ============== 1.2 Banner Starts Here ============== */
banner {
    position: relative;
    display: block;
}
banner:before {
    content: '';
    display: block;
    TOP: 0;
    BOTTOM: 0;
    LEFT: 0;
    RIGHT: 0;
    MARGIN: AUTO;
    POSITION: ABSOLUTE;
    background: rgba(26, 34, 57, 0.8);
    height: 100%;
    width: 100%;
}
.carousel {
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item {
    height: calc(100vh);
}
body.admin-bar .carousel-inner>.item {
    height: calc(100vh - 32px);
}
.carousel-inner>.item .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
	padding-top: 105px;
}
.carousel-inner>.item .container img {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
banner .carousel-caption {
    position: static;
    padding: 0;
    text-align: left;
}
banner .carousel-caption h4 {
    font-size: 45px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-family:'Proxima Nova Alt Rg', sans-serif;
    line-height: 1.25;
    margin-top: -10px;
    margin-bottom: 40px;
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}
banner .carousel-caption p {
    font-family:'Proxima Nova Alt R', sans-serif;
    color: #fff;
    margin: 0;
    font-size: 17px;
    line-height: 34px;
    color: #fff;
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
	margin-bottom:12px;
}
banner .carousel-caption p span + span:before{
	content:'';
	height:5px;
	width:5px;
	border-radius:100%;
	background:#fff;
	margin:0px 10px;
	display:inline-block;
	vertical-align:middle;
}
banner .carousel-caption .btn {
    font-family: 'Lato', sans-serif;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
banner .carousel-caption .btn.blank {
    border-color: #fff;
    color: #fff;
    margin-left: 15px;
}
banner .carousel-caption .btn.blank:hover {
    border-color: #006bf6;
}
.carousel .glyphicon {
    position: absolute;
    top: 0%;
    text-shadow: none;
    color: #fff;
    font-size: 0px;
    width: 50px;
    height: 60px;
    opacity: 0.9;
    background: url(images/bnr-arow.png) no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);	
    transform: rotate(180deg);
}
.carousel .glyphicon.glyphicon-chevron-left {
   -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}
.carousel-control {
    opacity: 1;
    width: auto;
    left: 0px;
    top: 50%;
    z-index: 9
}
.glyphicon-chevron-right,
.glyphicon-chevron-left {
    background: none
}
.carousel-control.left .glyphicon-chevron-left {
    left: -35px;
    transition: 0.4s all ease-in-out
}
.carousel:hover .carousel-control.left .glyphicon-chevron-left {
    left: 50px;
    transition: 0.4s all ease-in-out
}
.carousel-control.right {
    right: -35px;
    left: auto;
    transition: 0.4s all ease-in-out
}
.carousel:hover .carousel-control.right {
    right: 50px;
    transition: 0.4s all ease-in-out
}
banner .carousel-indicators li,
banner .carousel-indicators li.active {
    background: #ddd;
    border: none;
    height: 8px;
    width: 8px;
    margin: 0 1px;
    transition: 0.3s all ease-in-out;
    border-radius: 100%;
}
banner .carousel-indicators li.active {
    background: #006bf6;
}
.carousel .item:after,
.carousel .item.active:after {
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    width: 0;
    animation-name: my-animation;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    width: 0;
    z-index: 5;
    bottom: 0px;
    background: #ff5d00;
    transition: all 0.5s cubic-bezier(0.47, 0.47, 0.68, 0.72);
}
@keyframes my-animation {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* ============== 1.2 Carousel Ends Here ============== */

/* ============== 1.3 Welcome Section Starts Here ============== */
.about-section:before, .services-section:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}

ul.service-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    flex-flow: row wrap;
	margin-top: 50px;
}
ul.service-box li {
    width: 33.3333333%;
    padding: 15px 25px;
	border:1px solid transparent;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    transition-duration: 0.4s;
}
ul.service-box li:nth-child(3n+1) {
    border-left-color: transparent;
}
ul.service-box li p {
    margin-bottom: 30px;
}

ul.service-box li:nth-child(n+4) {
    border-bottom-color: transparent;
}
ul.service-box li h3 {
    margin: 15px 0px 20px 0px;
	font-size: 21px;
}
ul.service-box li p {
   color: #484848;
    font-size: 15px;
}
ul.service-box li .service {
    position: relative;
    overflow: hidden;
    margin: -15px;
    padding: 15px;
    padding-bottom: 0;
}
ul.service-box li .service {
    margin: -15px;
    overflow: hidden;
    padding: 15px;
    position: relative;
}
ul.service-box li:hover{
    border: 1px solid #ff5d00;
}
ul.service-box li h3 a{
	color:#272727;
}
ul.service-box li:hover h3 a{
    color:#ff5d00;
}
ul.service-box li .thumb {
    height: 90px;
    width: 90px;
    background: rgba(255, 255, 255, 0.0);
    text-align: center;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
ul.service-box li:hover .thumb {
    background: rgba(255, 255, 255, 1);
}
.services-section .service p{margin-bottom:4px!important;}
.services-section .more{color:#090909 }
.services-section .more:hover{color:#ff5d00 }
.all-services ul.service-box li:nth-child(3n+1) {border-left-color: transparent;}
/* .all-services ul.service-box li:nth-child(n+4){border-bottom-color:#dfdfdf;} */
.all-services ul.service-box li:last-child{ border: 1px solid #dfdfdf;border-bottom-color: transparent; border-top-color: transparent;}
.all-services ul.service-box li:last-child {
    border-right: 0 none;
}
.all-services ul.service-box li:hover{border-color:#ff5d00;}
.all-services ul.service-box{justify-content:center;}







section.feature-provides:before{
	content: '';
    display: block;
    TOP: 0;
    BOTTOM: 0;
    LEFT: 0;
    RIGHT: 0;
    MARGIN: AUTO;
    POSITION: ABSOLUTE;
    /* background: rgba(242, 242, 242, 0.96); */
    height: 100%;
    width: 100%;
}
.feature-provides .row{
	display: flex;
    justify-content: center;
    align-items: center;
}
.feature-provides h2{
	margin-bottom:4px;
}
.feature-provides h3 {
    margin-bottom: 4px;
    margin-top: 14px;
}
.feature-provides h3.panel-title{
	margin:0;
}
.feature-provides h2, .feature-provides h3{	
	color:#090909;
	font-size:26px;
}
.fetures-section{
	margin-top:25px;
}
.fetures-section .feature{
	margin-bottom:10px;
	position:relative;
}

/* section.testimonials:before{
	content: '';
	display: block;
	TOP: 0;
	BOTTOM: 0;
	LEFT: 0;
	RIGHT: 0;
	MARGIN: AUTO;
	POSITION: ABSOLUTE;
	background: rgba(255, 255, 255, 0.96);
	height: 100%;
	width: 100%; 
} */
section.testimonials .nav-tabs{
	border:none;
	text-align:center;
}
section.testimonials .nav-tabs:before, section.testimonials .nav-tabs:after{
	content:'';
	display:inline-block;
	width:90px;
	height:1px;
	vertical-align:middle;
	background:#bebebe;
}
section.testimonials .nav-tabs>li{
	float: none;
	vertical-align:middle;
	display:inline-block;
	margin:0 3px;
}
section.testimonials .nav-tabs>li:first-child{
	margin-left:15px;
}
section.testimonials .nav-tabs>li:last-child{
	margin-right:15px;
}
section.testimonials .nav-tabs>li a{
	border:1px solid #a8a8a8;
	text-transform: uppercase;
	color:#a8a8a8;
	padding:6px 20px;
	background:#f9f9f9;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 13px;
	border-radius:50px;
}
section.testimonials .nav-tabs>li.active>a, section.testimonials .nav-tabs>li.active>a:focus, section.testimonials .nav-tabs>li.active>a:hover{
	background:#31c8ba;
	border:1px solid #31c8ba;
	color:#fff;
	
}
section.testimonials .btn, .theme-btn.mt{
	padding: 8px 20px;
	margin-top: 20px;
}
section.testimonials h4{
	margin-bottom:15px; 
	color: #090909;
	font-family:'Proxima Nova Alt R', sans-serif;
	font-size:18px;
}
section.testimonials h4 small{
	display: block;
	font-family: sans-serif;
	margin-top: 15px;
	color: #8d8d8d;
	text-transform: capitalize;
	font-size: 14px;
}
.tab-content{
	margin-top:45px;
}

section.blue-strip{
	background:#006bf6;
	padding:10px 0px;
}
section.blue-strip .row>div {
    padding: 18px 25px;
}
section.blue-strip .row>div + div{
	border-left:1px solid #47bbb2;
}
.blue-strip h3{
	color: #fff;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-left: 15px;
	font-size: 20px;
}


section.home-contact{
	/* box-shadow:0px 5px 5px -2px rgba(0, 0, 0, 0.72); */
	z-index:1;
}
section.home-contact:before{
	content: '';
    display: block;
    TOP: 0;
    BOTTOM: 0;
    LEFT: 0;
    MARGIN: AUTO;
    POSITION: ABSOLUTE;
    background:rgba(26, 34, 57, 0.8);
    height: 100%;
    width: 50%; 
}
section.home-contact:after{
	content: '';
    display: block;
    TOP: 0;
    BOTTOM: 0;
    RIGHT: 0;
    MARGIN: AUTO;
    POSITION: ABSOLUTE;
    background: rgba(26, 34, 57, 0.9);
    height: 100%;
    width: 50%; 
}

section.home-contact h3, section.home-contact h3{
	color:#fff;
	margin-bottom: 30px;
}
section.home-contact h3.bdr-after:after{
	margin-left: 0;
}
section.home-contact label{
	text-transform:uppercase;
	color:#cecece;
	font-size:13px;
}
section.home-contact .form-box:nth-child(4){
	float:left;
	width:49%;
}
section.home-contact .form-box:nth-child(5){
	float:right;
	width:49%;
}

section.home-contact p{
	color:#cecece;
}
section.home-contact .address h3{
	margin-bottom: 5px;
	font-family: 'Proxima Nova Alt R', sans-serif;
}
section.home-contact .address{
	margin-bottom:20px;
}
section.home-contact .address.bdr-after:after{
	margin-top: 20px;
}
section.home-contact .follow-us{
	display:inline-block;
	border:4px solid #000;
}
section.home-contact .follow-us {
    display: inline-block;
    border: 5px solid rgba(103, 111, 132, 0.68);
    width: auto;
    border-radius: 5px;
}
section.home-contact .follow-us a i {
    height: 40px;
    width: 52px;
    color: #fff;
    margin-right: -3px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition-duration: 0.4s;
    font-size: 16px;
}
section.home-contact .follow-us a:last-child i {
    margin-right: 0px;
}
section.map{
	padding:0;
}
section.map iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
section.map iframe.clicked{
	pointer-events: auto;
}



div.wpcf7-validation-errors{ 
	color:#fff;
}

.owl-controls{
	margin-top:30px;
}
#testimonials .owl-nav {
    display: none
}
#testimonials .owl-dot {
    background:#cecece;
    border: none;
    height: 8px;
    width: 8px;
    margin: 1px 2px;
    display: inline-block;
    border-radius: 100%;
	vertical-align:middle;
}
#testimonials .owl-dot.active {
 	background: #006bf6;
    border: none;
    height: 8px;
    width: 8px
}
#testimonials .item p{
	 color: #484848;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    max-width: 90%;
    margin: auto;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
}
#testimonials{
	background: #fafafa;
}

.page-header .live-edit-button{
	top:50%;
}
.live-edit-button, footer.site-footer .follow-us .live-edit-button{
	background: #006bf6;
	color:#fff;
	border:none;
	box-shadow:none;
	transition-duration:0.4s;
	opacity:0;
}
section:hover .live-edit-button, footer:hover .live-edit-button, banner:hover .live-edit-button{ 
	opacity:1;
}
.live-edit-button:after{
	content: "\f040";
	color:#fff;
	font-size:12px;
	display:inline-block;
	margin-left:5px;
	vertical-align:middle;
	font-family:FontAwesome;
}
.live-edit-button:hover, footer.site-footer .follow-us .live-edit-button:hover{
	background:#0a8c83;
	color:#fff;
}


/* 2. About Us Starts here */
section.why-choose *{
	color:#fff !important; 
}
section.why-choose .services{
	margin-top: 60px;
	position: relative;
}
section.why-choose .services .title{
	font-size: 21px;
}
section.why-choose .bdr-after:after{
	background:#fff;
}
section.why-choose .services  .thumb img{
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.team-row{
	margin-top: 45px;
	text-align:left;
}
.row.team-row>div:nth-child(5) ~ div {
    margin-top: 35px;
}
.t-member img{
	border-radius:4px;
	width:100%;
}
.t-member h4, .t-member h4 a{
	font-weight: 800;
	color:#090909;
	font-size: 16px;
	font-family: 'Proxima Nova Alt Rg', sans-serif;
	margin:0;
}
.t-member h4 small{
	font-size:12px;
	color:#006bf6;
	margin-top:8px;
	text-transform:uppercase;
	display: block;
	/*font-family: 'Proxima Nova Alt Rg', sans-serif;*/
	font-family: 'Lato', sans-serif;
	font-weight:600;
}
.t-member .thumb{
	position:relative;
	display: block;
	overflow:hidden;
}

.t-member:hover .thumb:before{
	opacity:1;
	transform: scale(1);
}
.t-member:hover .thumb:before{
	top:40%;
}
.t-member:hover .thumb img{
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
.t-member .thumb:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(56,116,188, 0.47);
	border-radius:4px;
	opacity:0;
	transition-duration:0.25s;
}
.t-member:hover .thumb:after{
	opacity:1;
}

.t-member .hover{
	position:relative;
	margin-bottom:12px;
	overflow:hidden;
}
.t-member .hover .follow-us{
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
	opacity:0;
	transition-duration:0.4s;
}
.t-member:hover .hover .follow-us{
	bottom:30px;
	opacity:1;
}
.t-member .btn{
	    padding: 8px 24px;
    font-size: 12px;
	margin-top:20px;
	    background: none;
    border-color: #fff;
}
.t-member .hover .content{
	position:absolute;
	top:-10px;
	left:0;
	right: 0;
	margin:auto 12px;
	color:#fff;
	opacity:0;
	text-align:center;
	transition-duration:0.4s;
	    line-height: 20px;
}
.t-member:hover .hover .content{
	opacity:1;
	top:20px;
}
.t-member .hover .follow-us a i{
	height: 30px;
    width: 30px;
    margin-right: 1px;
    line-height: 30px;
    font-size: 20px;
}

.testimonials img{
	height:100px;
	width:100px !important;
	border-radius:100%;
	margin:0 auto;
}
.testimonials h4{
	margin:15px 0px 20px 0px;
}

.testimonial.t-list{
	background: #f4f4f4;
    padding: 15px;
    margin-bottom: 25px;
    clear: both;
    text-align: justify;
	min-height:130px;
}
.testimonial.t-list img{
	padding: 2px;
    background: #fff;
    border: 1px solid #d2d7d6;
    margin-bottom: 12px;
    border-radius: 100%;
	float:left;
	height:105px;
	width:105px;
}
.single-testimonials .post-thumbnail{padding:2px; border-radius:100%;}
.testimonial.t-list h4{
	margin-bottom:12px;
}
.testimonial.t-list .test-content{
	/* margin-left:130px; */
}

section.about-section{
	margin:-50px 0px;
	z-index:5;
}
section.about-section .container{
	position:relative;
	z-index:2;
}
.collapse-menu  .panel-group .panel-heading+.panel-collapse>.panel-body{
	border:none;
}
.collapse-menu  .panel-group .panel+.panel {
    margin-top: 15px;
	box-shadow:none;
}
.collapse-menu  .panel-body {
    padding: 15px;
    font-size: 14px;
    color: #272727;
    line-height: 1.8;
}
.entry-content h3.panel-title{
	margin:0;
}
.collapse-menu .panel-default{
	border:none;
	box-shadow:none;
	background:none;
}
.collapse-menu .panel-heading{
	padding:0;
}
.collapse-menu .panel-default>.panel-heading{
	background:none;
	border:none;
	color:#000;
}
.collapse-menu .panel-title>a{
	font-size:16px;
	color:#000;
	background:#fff;
	cursor:pointer;
	padding:10px 12px;
	position:relative;
	padding-right:35px;
	transition-duration:0.4s;
	display:block;
	font-weight:300;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.0);
	font-family:'Proxima Nova Alt R', sans-serif;
	border:1px solid #dcdcdc;
}
.collapse-menu .panel-title>a:hover{
	background: #f5f5f5;
}
.collapse-menu .panel-title>a:after{
	content: "\f054";
	display:inline-block;
	background:#e7e7e7;
	height:28px;
	width:28px;
	text-align:center;
	border-radius:100%;
	color:#ccc;
	font-family: FontAwesome;
	font-size: 0.7em;
    font-weight: 300;
    line-height: 30px;
	position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.collapse-menu .panel-title>a.active{
	background:#fff;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.09);
	border-color:transparent;
}
.collapse-menu.faq .panel-title>a{
	background:#404040;
	color:#fff;
	font-weight:normal;
}
.collapse-menu.faq  .panel-body{
	background:#fff;
}
.collapse-menu.faq .panel-title>a.active{
	background:#006bf6;
	box-shadow:none;
}
.collapse-menu .panel-title>a.active:after{
	background:#e7e7e7;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	transform:rotate(90deg);	
	padding-left: 3px;
}
.blue-section{
	background:#006bf6;
	color:#fff;
}
.blue-section h1{
	margin-bottom:8px ;
}
.blue-section .title, .blue-section p, .clients-section .title{
	color:#fff;
}
.clients-section .title{
	margin-bottom:30px;
}
.blue-section p{
	max-width:75%;
	margin:0px auto 25px auto;
    font-size: 15px;
}
.blue-section .btn{
	background:#fff;
	color:#006bf6;
	text-transform:uppercase;
	border:1px solid transparent;
}
.blue-section .btn:hover{
	background:#006bf6;
	color:#fff;
	border-color:#fff;
}
.blue-section:after{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -58px;
	left: 0;
	right: 0;
	margin: auto;
	border: 30px solid transparent;
	border-top: 30px dashed #006bf6;
	width: 30px;
	z-index: 9;
}

body.home .clients-section{
	padding-top: 70px;
}
ul.clients {
	display: flex;
    height: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.clients li{
	border:1px solid #4f5360;
	padding: 20px;
    display: flex;
    height: 110px;
    justify-content: center;
    align-items: center;
	width: 16%;
}
ul.clients li:nth-child(6) ~ li {
	margin-top: 10px;
}

.partners ul.clients{
	justify-content: center;
}
.partners ul.clients li{
	width: auto;
	padding:0;
	border:none;
} 
.partners ul.clients li + li{
	margin-left: 5px;
}
section.partners{
	color:#fff;
	padding: 30px 0px;
}
body.home section.partners{
    box-shadow:0 -12px 10px -5px rgba(0, 0, 0, 0.25);
	margin-top: -5px;
}
section.partners:after{
	display: none;
}
section.partners .title{
	color: #fff;
	margin-bottom:10px;
}
section.partners .title:after{
	background-color:#fff;
}


.featured_image_down{
	position:static;
}
.featured_image_down img{
	position:absolute;
	bottom:-100px;
}
/* About Us End here */

/* 3. Service Page Start Here */

section.services .container-fluid{
	padding:0; 
	padding-top:80px;
	margin-top:-80px; 
	clear:both;
	overflow:hidden;
}
section.services .container-fluid .entry-content{
	padding:30px;
	clear:both;
}
section.services .container-fluid .content{
	float:right;
}
section.services .container-fluid:nth-child(odd)  .entry-content{	
	background:#efefef;
}
section.services .container-fluid:nth-child(odd) .content{
	float:left;
}
section.services .container-fluid h4{
	border-bottom:1px solid #c7c7c7;
	padding-bottom:12px;
	margin-bottom:20px;
}
section.services .container-fluid p,section.services .container-fluid{
	font-size:16px;
	color:#838181;
	font-family: 'Lato', sans-serif;
	text-align:justify;
}
.services  .thumb{
	display: block;
	margin-bottom:25px;
	height:85px;
}
.btn.black{
	background:#000;
	color:#fff;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	text-transform:none;
	font-weight:normal;
	padding: 7px 27px;
	border-radius:4px;
}
.btn.black:hover{
	background:#006bf6;
	border-color:#006bf6;
}
section.services .container-fluid .btn.black{
	margin:30px 0px;
}


/* Single Service Page */
.service-features{
	background:#f6f6f6;
	font-size: 15px;
	color:#484848;
}
.service-features h2{
	color:#006bf6;
}
.service-features h2 ~ *{ margin-top:30px;}
.service-features ul li{
	float:left; 
	position:relative;
	width:45%;
	padding-left:25px;
	margin-bottom:10px;
	clear:left;
}
.service-features ul li:nth-child(even){
	float:right;	
	clear:right;
}
.service-features .ft-image{margin:-30px 0px;}
.row.margin-top{margin-top:35px;}
.service-features ul li:before{content: "\f178 "; color:#006bf6; display:inline-block; position:absolute; left:0px; top:2px;font-family: FontAwesome; transition-duration:0.4s;}
.service-maincontent{}
.service-maincontent .row, .service-maincontent .row>div{position:static;min-height:220px;}
.service-maincontent .page-thumb{position:absolute; bottom:-50px; left:15px;}
.blue-section.project:after{
	content: '';
    display: inline-block;
    position: absolute;
    bottom: -60px;
    border: 30px solid transparent;
    border-top: 30px dashed #242939;
}
section.process{
	padding-top:70px;
	  display: none;
}
.process-box .process{padding:0 25px;}
.process-box{display: flex; justify-content: center; align-items: center; text-align:center; }
.process-box:after{
	content: '';
	height:1px;
	width:100%;
    display: inline-block;
    position: absolute;
    top: 40%;
	left:0;
	right:0;
	background:#d1d1d1;
	z-index:-1;
}
.process-box .thumb{
	height:130px;
	width:130px;
	border:6px solid #fff;
	border-radius:100%;
	overflow:hidden;
	background:url(images/process-bg.png) no-repeat;
	background-size:100% 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	margin:auto;
	margin-bottom:15px;
	position:relative;
	transition-duration:0.4s;
	box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0);
}
.process-box .process:hover .thumb{
	box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.26);
}
.process-box h4{
	font-size: 18px;
    color: #4a4a4a;
    font-weight: 600;
	margin-bottom:10px;
}

/* Service Page End Here*/

/* 4. Portfolio Page Start Here */
.portfolio{
	padding-top:0;
}
.portfolio .project-box{
	background:url(images/port-dots.png) no-repeat #f6f6f6;  
	background-position: 6px 6px;
	padding:20px 12px;
	display:block;
	border-radius:4px;
	margin-bottom:30px;
	position:relative;
	-webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; 
	-webkit-box-shadow: 0px 22px 17px -20px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 22px 17px -20px rgba(0, 0, 0, 0.02);
}
.project-box:hover{
	-webkit-box-shadow: 0px 22px 17px -20px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 22px 17px -20px rgba(0, 0, 0, 0.38);
}
.project-box .thumb {
    display: block;
    height: 250px;
    overflow: hidden;
}
.project-box img{
	width:100%;
	max-width:100%;
}
.project-box .title{
	font-size: 17px;
    color: #444;
    margin-top: 15px; 
	display:block;
	margin-bottom:0;
}
.project-box:after{
	content:'';
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(58, 64, 63, 0.47);
	background-position:50% 50%;
	border-radius:4px;
	z-index:4;
	opacity:0;
	transition-duration:0.4s;
}
.project-box:before{
	content:'';
	display:block;
	position:absolute;
	top:20px;
	left:12px;
	bottom:12px;
	right:12px;
	/* border:1px dashed #1cf9ea; */
	opacity:0;
	z-index:5;
	transition-duration:0.4s;
}
.project-box .btn{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 100px;
    height: 38px;
    z-index: 9;
    padding: 7px 0px;
	opacity:0;
	text-transform:none;
	transition-duration:0.4s; 
	transform:scale(0.8);
}
.project-box:hover:before, .project-box:hover:after, .project-box:hover .btn {
    opacity: 1;
}
.project-box:hover .btn{
	transform:scale(1);
}
/* Portfolio Page End Here */


/*6. Contact Us Start Here */
.contact-box{
	background:#eceff3;
	border-radius:10px;
	padding:20px;
}
.contact-box .logo{
    display: inline-block;
    padding: 10px;
    background: #333;
    border-radius: 5px;
    margin-bottom: 15px;
}
.contact-box p, .contact-box p a{
	font-size:16px;
	color:#272727;
}
 .contact-box p a:hover{
	color:#006bf6;
}
.contact-box p{
	margin:0;
	margin-bottom:12px;
}

.contact-box label{
	font-size:15px;
	color:#000;
	display:block;
}
.contact-box .form-control{
	box-shadow:none;
	border-color:transparent;
}
.contact-box .form-box{
	float:right;
	width:49%;
	margin-bottom:15px;
}
.contact-box .form-box:nth-child(even){
	float:left;
}
.contact-box .form-box:last-child, .contact-box .form-box:nth-child(6), .form-box.clear{ 
	float:none;
	clear:both;
	width: 100%;
}
.form-box.other{
	display:none;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
	background:#f7e700;
	color:#000;
}
.wpcf7-recaptcha.form-control{
	background:none;
	padding:0;
	height:auto;
	border:none;
}
.contact-box  input[type=submit]{
	background:#006bf6;
	border-radius: 5px;
    padding: 10px 25px;
}

.map iframe{
	width:100%;
	height:400px;
	pointer-events:none;
}
section.address .address{position: relative;padding-left: 24px;margin-top: 25px;}
section.address .address:before{
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/add-sprt.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size: 16px;
    background-position: 0px 2px;
}
section.address .address.email:before{
	 background-position: 0px -30px;
}
section.address .address.phone:before{
	 background-position: 0px -63px;
}
section.address .address.hours:before{
	 background-position: 0px -94px;
}
body.home ::-webkit-input-placeholder { color: white; }
body.home  ::-moz-placeholder {color: white; }
body.home  :-ms-input-placeholder { color: white; } 
body.home  :-o-input-placeholder{ color: white; }

body.page-template-contact form label{display:none;}
body.page-template-contact  .form-control{
	border: none;
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0; 
}
body.page-template-contact .form-box:nth-child(2), body.page-template-contact .form-box:nth-child(4){float:left; width:48%;}
body.page-template-contact .form-box:nth-child(3), body.page-template-contact .form-box:nth-child(5){float:right; width:48%;}
body.page-template-contact .wpcf7-recaptcha.form-control{border:none; display:inline-block;}
body.page-template-contact ::-webkit-input-placeholder {color:#434447; font-weight:600;font-size: 14px;} 
body.page-template-contact  ::-moz-placeholder {color: #434447; font-weight:600;font-size: 14px;} 
body.page-template-contact  :-ms-input-placeholder { color: #434447;  font-weight:600;font-size: 14px;} 
body.page-template-contact  :-o-input-placeholder{ color: #434447;  font-weight:600;font-size: 14px;} 
body.page-template-contact  section.map{border-top:2px solid #959595; font-weight:600;font-size: 14px;} 
body.page-template-contact .form-box .form-group { margin-bottom: 35px; font-weight:600;font-size: 14px;} 

/* Contact Us End Here */











.error-404 h1 {
    font-size: 2.5em;
    color: #006bf6;
}
.error-404 h1:after{display:none;}
.error-404 h1 strong {
    font-size: 4em;
    color: #006bf6;
	display:block;
}
.error-404 p {
    font-size: 1.45em;
}
a.bck-home {
    display: inline-block;
    background: #09bfb3;
    color: #fff;
    padding: 4px 19px;
    border-radius: 4px;
    font-size: 18px;
    position: relative;
    padding-right: 45px;
}
a.bck-home:hover {
    background: #006bf6;
    color: #fff;
}
a.bck-home i {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -15px;
    background: #006bf6;
    padding: 10px 5px;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    margin: auto;
    box-shadow: 0px 0px 0 3px #fff;
}
section.error-404 {
    padding: 110px 0px;
}
#image-navigation .nav-links div {
    display: inline-block;
    margin: 10px 4px;
}
#image-navigation .nav-links div a {
    display: inline-block;
    padding: 7px 15px;
    color: #006bf6;
    border: 1px solid #006bf6;
}
#image-navigation .nav-links div a:hover {
    color: #fff;
    background: #006bf6;
}
.post-thumbnail {
    float: left;
    margin-right: 25px;
    max-width: 420px;
}
.entry-attachment.post-thumbnail{float:none; max-width:100%; margin:25px auto;    display: inline-block;}
body.single-post .post-thumbnail{float:none; margin:0 auto; text-align:center; display:inline-block; max-width:100%;}
body.single-post h1{margin:25px 0; font-size:20px;}
/* .post-thumbnail + .entry-content{
	text-align:justify;
} */
.post-thumbnail {
    padding: 8px;
    background: #fff;
    border:1px solid #d2d7d6;
    margin-bottom: 12px;
	border-radius: 2px;
}


/* comments */
#comments{
	background: #f4f4f4;
    padding: 15px;
	margin-top: 25px;
}
#comments .comments-title{font-family:'Proxima Nova Alt R', sans-serif; font-weight:normal; font-size:20px;}
#comments h1{margin-bottom:15px; font-size: 22px;}
#comments input, #comments textarea, .search-field{
	border-radius:3px;
	padding:6px 12px;
	display:block;
	width:100%;
	vertical-align:top;
	border:1px solid #ddd;
}
#comments input[type="submit"]{width:auto;}
.comment-list + #respond, .comment-list li #respond{margin: 0 -15px;
    padding: 15px;
    background: #ececec;
    margin-bottom: -15px; margin-top:15px;}
.comment-list{list-style-type:none; padding:0;}
.comment-list .children{list-style-type:none;}
.comment-list #respond + .children{margin-top:35px;}
.comment-list>li>.comment-body, .comment-list .children li{
	    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    border-radius: 3px;
}
.comment-list .children li {
    background: #f7f7f7;
    margin-top: 15px;
}
.comment-metadata {
    display: inline-block;
    background: #f4f4f4;
    padding: 4px 8px;
    margin-top: 10px;
    color: #090909 ;
    border: 1px solid #eae8e8;
    border-radius: 2px;
}
.comment-metadata  a{color:#090909 ;}
.comment-reply-link{text-transform:none; padding:6px 12px; margin-top:12px;}
#cancel-comment-reply-link{color: rgba(230, 44, 44, 0.66);}
.fn{text-transform:capitalize; margin-left: 10px;}

.post_info{border: 1px solid #ddd; padding:8px; background:#f7f7f7; border-radius:2px; margin-top:30px;}
.post_info span{display:inline-block; margin:0; margin-right:25px;margin-right: 15px;border-right: 1px solid #8d8d8d;padding-right: 15px;}
.post_info span:last-child{border:none;}
.post_info span, .post_info span i{color:#8d8d8d;}
.post_info span i{margin-right:5px;}



footer.site-footer {
    background: #006bf6;
    padding: 9px 0px;
	color: #fff;
	position: relative;
}
footer.site-footer a{
	color: #fff;
}
.copyright {
    text-align: right;
    font-size: 15px;
    color: #fff;
	margin-top: 15px;
}
.follow-us{
	position:relative;
}
.follow-us a i{
	background:#4a4a4a;
	height:22px;
	width:22px;
	color:#fff;
	margin-right:7px;
	display:inline-block;
	text-align:center;
	line-height:23px;
	transition-duration:0.4s;
}
.follow-us .live-edit-button{
	height:auto;
	width:auto;
	border-radius: 3px;
	color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 9px 14px;   
}
.follow-us a i.fa-facebook{
	background:#3c5a99;
}
.follow-us a i.fa-twitter{
	background:#28a9e0;
}
.follow-us a i.fa-linkedin{
	background:#0085af;
}
.follow-us a i.fa-google-plus{
	background:#dd4b39; 
}
.follow-us a i.fa-youtube{
	background:#bb0000; 
} 
.follow-us a i.fa-pinterest-p{
	background:#cb2027; 
}
.follow-us a i.fa-instagram{
	background:#a137b5;
}
/*.scroll-top{
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 99;
	height:35px;
	width:35px;
	line-height:36px;
	border-radius:100%;
	color:#fff;
	background:#006bf6;
	text-align:center;
    transition: 0.5s all ease-in-out;
}*/

.scroll-top{
	position: absolute;
    top: -20px;
    z-index: 99;
    height: 30px;
    width: 37px;
    /* line-height: 36px; */
    /* border-radius: 100%; */
    color: #fff;
    background: #ff5d00;
    text-align: center;
    transition: 0.5s all ease-in-out;
    right: 0;
    margin: auto;
    left: 0;
}
.scroll-down{
	position:absolute;
	bottom:60px;
	left:0;
	right:0;
	margin:auto;
}
#scroll-down{
	padding-top: 110px;
    margin-top: -60px;
}
.scroll-top:active, .scroll-top:hover, .scroll-top:focus,
.scroll-down :active, .scroll-down :hover, .scroll-down:focus{
	color:#fff;
	background:#ff5d00;
}

#searchform input{border:1px solid #e6e6e6; border-radius:4px; padding:6px 12px; display:block; width:100%; margin-bottom:40px;}
.gray-sidebar{background:#f4f4f4; padding:15px;}
.gray-sidebar h4:after{margin-left:0;}
.gray-sidebar h4{margin-bottom: 12px; }
.gray-sidebar .services li a:before{content: ""; border-radius:100%; display:inline-block; vertical-align:middle; height:5px; width:5px; margin-right:12px; background:#484848;}
.gray-sidebar .services li a:after{content: "\f178 "; color:#006bf6; display:inline-block; position:absolute; right:15px; top:7px;font-family: FontAwesome; transition-duration:0.4s;}
.gray-sidebar .services li a{border-bottom:1px solid #dfdfdf; display:block; font-size:15px; color:#484848; padding:7px 0; position:relative;  transition-duration:0.4s;  }
.gray-sidebar .services li a:hover:after{right:10px;}
.gray-sidebar .services li a:hover{ color:#006bf6;}
.gray-sidebar .services{margin-bottom: 40px;}
.gray-sidebar .recent_post h4{margin:0;}
.gray-sidebar .recent_post h4 a{color:#090909; font-family:'Proxima Nova Alt Rg', sans-serif; margin:0; font-size:15px;} 
.postinfo{text-transform:uppercase; font-size:14px; display:block; margin-top:10px; font-weight:bold;}
.postinfo a{color:#006bf6;font-family:'Proxima Nova Alt Rg', sans-serif;}
.date{display:block; text-transform:uppercase; color:#8d8d8d;font-family:'Proxima Nova Alt R', sans-serif; font-size:15px; margin:15px 0px; margin-bottom:3px;}
.recent_post{margin-bottom:15px;}
.recent_post .date{margin:0;}
.testimonials-list>div{margin-bottom:25px;}
.testimonials-list>div h3{margin-bottom:10px;}
.testimonials-list article:hover h3 a{
	color:#13bbb0;
}
.testimonials-list .thumb{overflow:hidden; display:block; position:relative;}
.testimonials-list .thumb:before{
	    content: "\f0c1";
    display: inline-block;
    font-family: FontAwesome;
    color: #ffffff;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: rgb(19, 187, 176);
    font-size: 21px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    line-height: 42px;
    z-index: 5;
    transition-duration: 0.7s;
    transform: scale(0.2);
    opacity: 0;
    box-shadow: 0px 0px 4px 2px rgba(27, 230, 217, 0.45);
}
.testimonials-list .thumb:after{
	content: "";
    display: inline-block;
    background: rgba(19, 162, 154, 0.42);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
	transform: scale(0.8);
    transition-duration: 0.4s;
}
.testimonials-list article:hover .thumb:before, .testimonials-list article:hover:hover .thumb:after {
    opacity: 1;
    transform: scale(1);
}
.testimonials-list .thumb img{
	    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}
.testimonials-list article:hover .thumb img{
    -moz-transform: scale(1.5) rotateZ(-5deg);
    -webkit-transform: scale(1.5) rotateZ(-5deg);
    -o-transform: scale(1.5) rotateZ(-5deg);
	transform: scale(1.5) rotateZ(-5deg);
}

.wp-pagenavi a, .wp-pagenavi span{    border: 1px solid #ddd;
    display: inline-block;
    padding: 8px 16px;
    color: #666;
	font-size: 13px;
    margin: 0px;
    margin-right: -1px;}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
    font-weight: normal;
	background:#ebebeb;
	border:1px solid #ddd;
	color:#666;
}
.wp-pagenavi>a:first-child, .wp-pagenavi>span:first-child{
	border-radius:4px 0px 0px 4px;
}
.wp-pagenavi>a:last-child, .wp-pagenavi>span:last-child{
	border-radius:0px 4px 4px 0px;
}
.tagcloud h2{display:none;}
.tagcloud a{background: #fff;
    padding: 8px 15px;
    margin-right: 2px;
    display: inline-block;
    border: 1px solid #e6e5e5;
    border-radius: 2px;
    color: #8d8d8d;
    margin-bottom: 5px;
    font-size: 13px !important;}

body.search-results article{background: #f4f4f4;padding: 15px; margin-bottom:25px; clear:both; text-align:justify;}
body.search-results article .entry-footer{clear:both; height:0; overflow:hidden;}
body.search-results article h2 a{color: #101830;  font-size: 24px; font-family: 'Proxima Nova Alt R', sans-serif;}

.no-results.not-found{text-align:center; padding:0;}
.no-results.not-found .page-header{margin:0;}
.no-results.not-found .page-header h1:after{margin-left:auto; margin-right:auto;}
.no-results.not-found p{margin:25px auto;}
.no-results.not-found label{width:500px;}
.no-results.not-found .btn, .no-results.not-found button{padding:7px 15px;}
/*************new****************/
.blue-strip span.newsletter {
    color: #fff;
    float: left;
    font-size: 28px;
	padding-top:22px
}
.blue-strip .widget_wysija_cont {
    float: right;
    width: 80%;
	  padding-top: 0 !important;
}
p.wysija-paragraph{
    float: left;
    margin-right: 10px;
    margin-top: 0;
	  margin-bottom: 18px;
    width: 100%;
}
p.wysija-paragraph:last-child{
 
    margin-right: 0px;
  
}
p.wysija-paragraph input.form-control{     background-color: transparent;
height: 50px;
 color: #fff;}

.affix .navbar-default, .inner-header .navbar-default{position: relative;}
.inner-header .navbar-brand > img, .affix .navbar-brand > img{
    display: block;
    height: auto;
    width: 44%;
}
.widget_wysija_cont .wysija-submit {
    background: #ff5d00 none repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    margin-top: 20px;
    padding: 12px 9px;
}
.home-contact .bdr-after::after {
    background: #fff none repeat scroll 0 0;
   
}
.left-class{float:right;}
.service-features.white-bg{background: #fff none repeat scroll 0 0;}
/********pricing*********/
.rpt_plan {
    float: left;
    margin-right:7px!important;
    width: 24%!important;
}
.rpt_title {
    font-size: 20px !important;
    padding: 4px 18px !important;
    text-align: center;
}
.rpt_style_basic .rpt_plan .rpt_head .rpt_price {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    line-height: 50px;
    padding: 6px 7px;
    text-align: center;
    text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.6);
}
.rpt_style_basic .rpt_plan .rpt_title {
    background: #ff5d00 none repeat scroll 0 0;
    border-bottom: 1px solid #111;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    font-size: 26px;
    line-height: 48px;
    padding: 14px 18px;
}
div#sasa-1 div.package_details li.button-6 a.action_button {
    background: #ff5d00 none repeat scroll 0 0!important;
    border: 1px solid #ff5d00!important;
    color: #ffffff;
}
div.wrc_pricing_table div.package_details li.pricing_table_button a.action_button:hover {
    background: #ff5d00;
    color: #fff;
}
div#sasa-1 div.package_details li.button-6 a.action_button:hover {
   background: #ff5d00!important;
    color: #fff!important;
}
/**********new***********/
.aboutus .post-thumbnail {
    border: 1px solid #eee;
    margin-bottom: 25px;
	 margin-top: 25px;
	 margin-right: 0 !important;
    padding: 10px;
    text-align: center;
	 max-width: 100%;
}
.aboutus .post-thumbnail img {
    height: auto;
    max-width: 100%;
}
.single .post-thumbnail {
    float: left;
    margin-right: 25px;
    max-width: 100%;
}
.aboutus .post-thumbnail + .entry-content {
    margin-top: 0;
}
 .entry-content {
    float: left;
    width: 100%;
}
.aboutus p{
    font-size: 15px;
	  line-height: 28px;
	    text-align: justify;
}
.aboutus .body-content, .aboutus .body-sidebar {
    margin: 15px 0;
}
.body-sidebar section {
    background: white none repeat scroll 0 0;
	  padding: 0;
}
.widget-title {
    color: #090909 ;
    font-size: 1.5em;
    margin-bottom: 0;
    text-transform: capitalize;
}
.body-content article {
    background: white none repeat scroll 0 0;
    padding: 1px 25px 25px;
	float:left;
	width: 100%;
}
.serv-list li {
    background-position: left 15px center;
    border-top: 1px solid #e2e2e2;
    font-weight: 400;
    padding: 7px 0 7px 40px;
}
.inner-about{
	 background: #eef0f3 none repeat scroll 0 0;
}
.body-content .entry-title {
    margin-bottom: 30px;
    margin-top: 20px;
}
.body-sidebar h2 {
    
    padding-bottom: 22px;
    padding-left: 0px;
    padding-top: 20px;
    text-align: left;
}
.serv-list{ margin-bottom: 10px;  padding-bottom: 10px;
}
.body-sidebar .icon-list li {
    background: rgba(0, 0, 0, 0) url("images/licon.png") no-repeat scroll left 19px center;
    padding-left: 40px;
}
.body-sidebar section + section {
    margin-top: 15px;
	  padding: 0;
}
.body-sidebar .social-list li {
    display: inline-block;
    margin-bottom: 15px;
}
.body-sidebar .social-list li a {
    align-items: center;
    /* background: #333 none repeat scroll 0 0; */
    color: #fff;
    display: flex;
    font-size: 21px;
    height: 45px;
    justify-content: center;
    width: 45px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
margin-top:10px;
}
/****links********/
.facebook{background: #3c5a99 none repeat scroll 0 0;}
.twitter{background: #28a9e0 none repeat scroll 0 0;}
.linkedin{background: #0085af none repeat scroll 0 0;}
.youtube{background: #bb0000 none repeat scroll 0 0;}
.google{background: #dd4b39 none repeat scroll 0 0;}
.instagram{background: #a137b5 none repeat scroll 0 0;}
.pinterest{background: #cb2027 none repeat scroll 0 0;}

/***********packages*************/

div#compare_packages_prices_ex_gst-1 div.package_caption {
    margin-right: 1px;
    width: 27%!important;
}
div#compare_packages_prices_ex_gst-1 div.package_details {
   width: 12%!important;
}

span.plan{display:none;}
.package_caption ul li:first-child{
	display:none;
}
.package_caption ul li:nth-child(2){
	height: 100px!important;
    
}
.page-id-429 .entry-content{text-align:left!important;}
.wrcpt_container {
    margin: 0 auto;
    max-width: 100%!important;
}
div#monthly_maintenance_packages_prices_ex_gst-2 div.package_caption {
 
    width: 35%!important;
}
div#monthly_maintenance_packages_prices_ex_gst-2 div.package_details {

    width: 16%!important;
}
.wrcpt_content h2.caption {
    color: #010101!important;
    font-size: 26px!important;
     padding: 18px 27px!important;
}
.package_details ul li:nth-child(2){background:#006bf6!important;}
.package_details ul li:first-child{background:#217ef7!important;}
.package_details ul li:last-child{background:#217ef7!important;}
section.inner-contact {
    box-shadow: none;
   
}
.serv-list a{color: #484848;}
p.wysija-paragraph input.form-control {
    
    border: 1px solid;
    
}

.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
/*******footer*********/

footer .follow-us{
	display:inline-block;
	border:4px solid #000;
}
footer .follow-us {
    display: inline-block;
    border: 5px solid rgba(252, 252, 253, 0.68);
    width: auto;
    border-radius: 5px; 
}
footer .follow-us a i {
    height: 40px;
    width: 52px;
    color: #fff;
    margin-right: -4px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition-duration: 0.4s;
    font-size: 16px;
}
footer .follow-us a:last-child i {
    margin-right: 0px;
}
.feature-content > p {
    text-align: justify;
}
.home-contact h2{color:#fff;    margin-bottom: 7px;}
.home-contact h3.bdr-after{font-size:26px;}
.breadcrumb{padding:10px 0}
.page-id-512 .body-content article {
    background: white none repeat scroll 0 0;
    float: left;
    padding: 25px;
    width: 100%;
	margin-bottom:15px;
}
.page-id-512 .team-member .thumb {
    float: left;
   /*  margin-bottom: 20px; */
    margin-right: 20px;
	 border: 1px solid #eee;
	  padding: 10px;
}
.t-box h2, #testimonials h2{margin-bottom:10px;}
.body-sidebar {
    background: #fff none repeat scroll 0 0;
}
.single-our-service .entry-content > ul {
    list-style: inside none disc;
}
.single-our-service .entry-content li {
    color: #484848;
    font-size: 15px;
    line-height: 28px;
}
.archive.category-blogs .blog-list article {
    float: left;
    margin-bottom: 30px;
}
.page-id-570 .entry-content img{
padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
display:block;
margin:auto;
margin-bottom:25px;
}
.wsite-section-elements ol{
padding: 0;
    list-style-position: inside;
}
.wsite-section-elements ol li{
margin-bottom:10px;
}
.page-id-570 iframe{  border: 1px solid #ddd;
    width:100%;
min-width:300px;
}

.page-id-570 form#_form_2_{
max-width:500px;
margin:auto;
margin-top:25px;
   /* padding: 15px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;*/
}
.page-id-570 form#_form_2_ label{
width: 100px;
    text-align: left;
margin:0;
  display: inline-block;
vertical-align: middle;
}
.page-id-570 form#_form_2_ label + br{
display:none;
}
.page-id-570 form#_form_2_ .form-control {
    display: inline-block;
    width: calc(100% - 120px);
vertical-align: middle;
}
.page-id-570 form#_form_2_ ._form_element{
margin-bottom:15px;
}
.page-id-570 .entry-content{
     text-align: justify;
}
.page-id-570 .wsite-background-7.wsite-custom-background,
.page-id-570 .wsite-background-1.wsite-custom-background{
background:#ffc438;
padding:20px 0px;
display:inline-block;
margin-top:25px;
}
.page-id-570 .wsite-background-7.wsite-custom-background p,
.page-id-570 .wsite-background-1.wsite-custom-background p{
color:#000;
}

.page-id-570 iframe body, 
 body.page-id-570 {
    min-width: auto !important;
}

@media (max-width: 360px){
.page-id-570 iframe{  border: 1px solid #ddd;
    width:90%;
min-width:300px;
}
.page-id-570 .container{
    overflow: hidden;
padding:0 12px;
}
}