@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
html {
	overflow-x: hidden;
}
body {
	font-family: 'Muli', sans-serif;
	color: #000;
	overflow-x: hidden;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4 {
	font-family: 'Poppins', sans-serif;
}

p {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;text-align: justify;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
input:focus, button:focus {
	outline: none;
}
img {
	max-width: 100%;
}
nav.nav {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	top: 0;
}
nav .nav-list {
	text-align: left;
	padding-left: 0;
}
nav .nav-item {
	float: left;
 *display:inline;
	zoom: 1;
	position: relative;
	list-style: none;
}
nav .nav-item a {
    display: block;
    color: #000;
    padding: 49px 16px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
nav .nav-item a:hover {
	color: #fe7642;
	text-decoration: none;
}
.social-icons li a:hover {
	color: #fe7642;
}
nav .nav-item:hover .sub-menu {
    opacity: 1;
    top: 115px;
    visibility: visible;
}
/* Navigation submenu */
nav .sub-menu {
    position: absolute;
    left: 0;
    width: 180px;
    top: 115px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    border-top: 3px solid #FE7642;
    background: #00529b;
    list-style: none;
    padding-left: 0;
}
nav .sub-menu a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 0px solid #FFFFFF;
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 8px;
}
nav .nav-item.current_page_item .sub-menu li a {
    color: #fff;
}
nav .sub-menu a:hover {
	color: #fff;
	background: #FE7642;
	text-decoration: none;
}
/* Mobile navigation */
nav .nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 10px;
}
nav .nav-mobile {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 3px;
	color: #222222;
	font-family: Roboto;
	font-size: 14px;
	padding: 8px 15px;
}
/* Mobile navigation, clickable area for revealing <ul> */
nav .nav-click {
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
}
nav .nav-click i {
	padding: 10px 14px;
	color: #fff
}
nav .nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
nav {
	margin-top: 0;
	z-index: 9999;
	float: right;
}
.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #1365ae;
}
.header-outer {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 20px;
	background: #fff;
	z-index: 99999;
}
.header-outer::before {
    position: absolute;
    left: 0;
    height: 100%;
    background: #fe7642;
    width: 36%;
    content: "";
	z-index: -1;
}

.header-inner {
	float: left;
	width: 100%;
}
.logo-header {
    float: left;
    margin: 10px 0 12px 40px;
    position: relative;
}
/*Client Request*/

.logo-header::before 
{
    content: "";
    top: 0px;
    left:35px;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #FE7642;
   z-index:-9;
}
.logo-header::after
{
    content: "";
    top: 0px;
    left: -35px;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #FE7642;
    z-index:-9;
}

.header-menu-outer {
	float: right;
	padding-left: 25px;
}
.header-menu {
	float: left;
	width: 100%;
}
.header-contact-outer {
	float: left;
	position: relative;
}
.menu-nav {
	float: left;
	padding-right: 20px;
}
nav .nav-item.current_page_item a {
	color: #fe7642;
}
.header-contact-outer .social-icons li {
    float: left;
    margin: 46px 25px 0 0;
}
.header-contact-outer .social-icons li:last-child {
    margin-right: 0;
}
.header-contact-outer .social-icons li a {
    font-size: 16px;
    color: #000;
}
.header-contact-outer .social-icons li a:hover {
    color: #fe7642;
}
.slider {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 90px;
}
.slider::before {
    position: absolute;
    left: 0;
    height: 100%;
    background: #fe7642;
    width: 36%;
    content: "";
    z-index: -1;
}
.home-about {
    float: left;
    width: 100%;
    padding: 60px 0;
}
.about-sec-right {
    position: relative;
}
.about-sec-right::before {
    background-image: url("../images/abt-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
}
.abt-inner-right h4 {
    color: #fe7642;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
	margin-bottom: 0;
}
.abt-inner-right h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 50px;
    margin-top: 0;
}
.abt-inner-right .read-more {
    float: left;
    width: 100%;
}
.abt-inner-right .read-more .abt-btn {
    font-size: 16px;
    background: #00529b;
    padding: 11px 40px 13px 30px;
    float: left;
    border-radius: 5px;
    margin-top:40px;
    color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
.read-more .abt-logo {
    float: left;
    width: 230px;
    margin-left: 50px;
}
.abt-inner-right .read-more .abt-btn svg {
    font-size: 16px;
    position: relative;
    top: 2px;
    left: 15px;
}
.home-blog {
    float: left;
    width: 100%;
	padding: 50px 0 60px;
	position: relative;
	z-index: 0;
	background-size: cover;
    background-image: url("../images/blog-bg.jpg");
}
.home-blog::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}
.home-blog .blog-title {
    color: #fff;
    text-align: center;
}
.blog-title p {
    text-align: center;
    width: 600px;
    display: table;
    margin: 0 auto;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
}
.blog-title h1 {
    font-size: 36px;
    font-weight: 700;
	margin-top:0;
    text-transform: uppercase;
	text-align: center;
}
.blog-outer-sec {
    float: left;
    width: 100%;
    padding: 40px 0 0;
}
.blg-cmts-outer .blg-share {
    float: left;
    margin-right: 18px;
}
.blg-share .blg-cmt {
    color: #fff;
}
.blg-title h3 a {
    color: #000;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
.blg-title h3 a:hover {
    color: #FE7642;
}
.blg-cmts-outer {
    float: left;
    width: 100%;
    background: #fe7642;
    padding: 12px 20px 13px;
    color: #fff;
	font-size: 14px;
}
.blg-cont-outer {
    float: left;
    width: 100%;
    background: #fff;
}
.blg-inner-hme {
    float: left;
    width: 100%;
}
.blog-date {
    float: left;
    background: #fe7642;
    padding: 0 15px;
}
.blog-date h4 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 0 6px 4px;
}
.blog-date p {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
    line-height: normal;
    padding-top: 2px;
}
.blog-date {
    float: left;
    background: #fe7642;
    padding: 25px 13px 13px;
}
.blg-title h3 {
    display: table;
    margin: 0;
    font-size: 20px;
    line-height: 34px;
    padding: 13px 25px;
}
.blg-cont-outer .blog-cnt {
    float: left;
    width: 100%;
    padding: 10px 20px 25px 13px;
}
.blog-cnt p {
    font-size: 16px;
    line-height: 24px;
}
.blg-cont-outer .blog-cnt a.abt-btn {
    font-style: italic;
    font-size: 14px;
    background: #fe7642;
    color: #fff;
    padding: 8px 25px 10px;
    text-transform: capitalize;
    display: table;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 500;
	z-index: 0;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
}
.orange .hvr-shutter-out-horizontal::before {
    background: #333;
}
.blg-cmts-outer span {
    margin-left: 4px;
}
.blg-cmts-outer .blg-share:last-child {
    margin: 0;
}
.gray .blog-date , .gray .blg-cmts-outer, .gray .blg-cont-outer .blog-cnt a.abt-btn{
    background: #3e3c3f;	
}
.blue .blog-date , .blue .blg-cmts-outer, .blue .blg-cont-outer .blog-cnt a.abt-btn{
    background: #00529b;
}
.home-services {
    float: left;
    width: 100%;
    padding: 50px 0;
	position: relative;
	background-image: url("../images/serv-pattern.jpg");
}
.blog-title.service-title  h1 span {
    color: #00529b;
}
.blog-title.service-title p {
    color: #707070;
    width: 70%;
}
.home-request {
    float: left;
    width: 100%;
    background-image: url("../images/form-bg.jpg");
    background-size: cover;
	height: 520px;
	position:relative;
}
.left-req-form {
    float: left;
    width: 500px;
    background: #3e3c3f;
    position: absolute;
    left: 70px;
    padding: 30px 40px;
	top: 60px;
	background: rgba(0,0,0,0.8);
}
.left-req-form .req-title h1 {
    color: #fe7642;
    font-size: 20px;
    margin: 0 0 30px;
}
.left-req-form .req-title h1 span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.left-req-form .req-title h1 {
    color: #fe7642;
    font-size: 20px;
    margin: 0 0 40px;
    line-height: 45px;
    text-transform: capitalize;
}
.form-address li input, .form-address li select {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 100%;
	padding-bottom: 15px;
}

.form-address li select {
    background-image: url("../images/arrow.png");
    background-position: top 8px right 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
}
.form-address li textarea:focus {
    outline: none;
}
.form-address li select:focus {
    outline:none;
}
.form-address li select option {
    background: #000;
    border: 0;
}
.form-address li textarea {
	background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 100%;
	padding-bottom: 15px;
	resize:none;
	height: 75px;
}
.form-address li {
    float: left;
    width: 47%;
    margin-bottom: 45px;
}
.form-address li:nth-child(2n) {
    float: right;
}
.form-address li.comments {
    width: 100%;
}
.left-req-form .req-form-sec {
    float: left;
    width: 100%;
}

input::-webkit-input-placeholder , textarea::-webkit-input-placeholder { 
  opacity: 1;
  color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
   opacity: 1;
   color: #fff;
}
input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #fff;
}
form div.wpcf7-mail-sent-ok {
    border: 0;
    margin: 0 auto;
    color: #fff;
    background: #398f14;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.form-address li.submit {
    width: 100%;
	margin-bottom: 10px;
}
.form-address li.submit button {
    color: #fff;
    text-transform: uppercase;
    background: #00529b;
    border: 0;
    padding: 17px 15px;
    width: 100%;
    font-weight: 500;
    font-family: poppins;
}
.home-testimonials {
    float: left;
    width: 100%;
    padding: 120px 0 65px;
    background-image: url(../images/test-pattern.jpg);
}
.testimonial-outer {
    padding-top: 55px;
    float: left;
    width: 100%;
    padding-bottom: 40px;
    overflow: hidden;
}
.testimonial-item {
    padding: 0 10px;
}
.testimonial-details::after {
    font-family: FontAwesome;
    content: "\f10e";
    position: absolute;
    bottom: -5px;
    right: -2px;
    font-size: 22px;
    background: #fff;
    color: #e84b3a;
    line-height: 24px;
    padding-left: 10px;
    padding-top: 7px;
}
.testimonial-details::before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    top: -5px;
    left: -2px;
    font-size: 22px;
    background: #fff;
    color: #e84b3a;
    line-height: 24px;
    padding-right: 10px;
    padding-bottom: 7px;
}
.testimonial-details {
    position: relative;
    padding: 30px;
    border: 2px solid #e84b3a;
    border-radius: 8px;
    margin-bottom: 14px;
}
.testimonial-details h4 {
    font-size: 20px;
    color: #e84b3a;
}
.testimonial-details img {
    position: absolute;
    bottom: 0px;
    left: 30px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.owl-carousel .owl-item .testimonial-details img {
    width: auto;
}
.testimonial-image {
    height: 80px;
    width: 80px;
    border: 4px solid #e84b3a;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
}
.testimonial-details p {
    font-size: 16px;
    color: #707070;
    line-height: 24px;
}
.footer {
    float: left;
    width: 100%;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    position: relative;
    padding: 60px 0 20px;
	z-index: 0;
}
.footer::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
	left:0;
    z-index: -1;
}
.footer::after {
    position: absolute;
    content: "";
    background-image: url(../images/footer-top.png);
    height: 4px;
    width: 100%;
    top: -4px;
}
.footer-outer {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dashed #383838;
    margin-bottom: 10px;
}
.foot-hours {
    width: 27%;
}
.foot-contact{
	width: 23%;
}
.footer-sec-inner .loc-ico {
    float: left;
    margin-right: 25px;
}
.footer-sec-inner .loc-cont {
    display: table;
}
.footer-sec-inner .loc-cont h3 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.footer-sec-inner p {
    color: #fff;
    line-height: 24px;
        text-align: left;
}
.foot-loc .footer-sec-inner p {
    padding-right: 40px;

}
.footer-sec-inner p span{
	display:block;
}
.footer-sec-inner a {
    font-size: 18px;
    color: #fff;
	display: block;
    float: left;
    margin-bottom: 10px;
}
.footer-sec-inner a:hover {
    color: #fe7642;
}
.footer-sec-inner .social-icons li {
    float: left;
    margin-right: 10px;
}
.footer-sec-inner .social-icons a {
    color: #fe7642;
    border: 2px solid #fe7642;
    padding: 5px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
.footer-sec-inner .social-icons a:hover {
    background: #fe7642;
    color: #fff;
}
.footer-menu-sec {
    float: left;
    width: 100%;
}
.foot-menu li {
    float: left;
}
.foot-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 15px 60px 20px 0;
    text-transform: uppercase;
    display: block;
}
.foot-menu li a:hover {
    color: #FE7642;
}
.foot-menu {
    display: table;
    margin: 0 auto;
}
.footer-copyright {
    float: left;
    width: 100%;
}
.footer-copyright p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
	float:left;
	margin-top: 20px;
}
.footer-copyright img {
    float: right;
}
.slider #rev_slider_1_1_wrapper {
    width: 100% !important;
    right: 0 !important;
    left: auto !important;
}


/*hover*/
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  background: #FE7642;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.serv-ico-inner h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0 0;
}
.service-section .serv-left {
    float: left;
    width: 60%;
}
.serv-right {
    float: right;
    width: 35%;
}
.service-section .at-accordion-or-tabs.at-tabs li section {
    padding: 50px 20px 20px 40px;
    border: 0;
    margin: 0;
}
.home-services .service-section .at-accordion-or-tabs.at-tabs {
    border: 2px solid #eeeeee;
}
.serv-left .abt-btn {
    font-size: 16px;
    background: #617eb8;
    padding: 11px 35px 13px;
    float: left;
    border-radius: 5px;
    margin-top: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.home-services .tab_list li {
    background: #D9531E;
    color: #fff;
    border: 0;
    margin: 0;
    width: 20%;
    height: 145px;
	text-align: center;
	padding: 20px 15px;
}
.home-services .tab_list li::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    border-top: 18px solid #D9531E;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    z-index: 9;
	opacity:0;
}

.home-services .tab_list li.active::before {
	opacity:1;
}
.home-services ul.tab_list {
    border: 0;
}
.serv-acc-img {
    height: 58px;
}
.service-section {
    float: left;
    width: 100%;
    padding: 20px 10px 20px 30px;
}
.home-services .tab_list li:nth-child(2) {
    background: #00529B;
}
.home-services .tab_list li:nth-child(2)::before {
	border-top: 18px solid #00529B;
}
.home-services .tab_list li:nth-child(3) {
    background: #617EB8;
}
.home-services .tab_list li:nth-child(3)::before {
	border-top: 18px solid #617EB8;
}
.home-services .tab_list li:nth-child(4) {
    background: #3E3C3F;
}
.home-services .tab_list li:nth-child(4)::before {
	border-top: 18px solid #3E3C3F;
}
.home-services .tab_list li:nth-child(5) {
    background: #FE7642;
}
.home-services .tab_list li:nth-child(5)::before {
	border-top: 18px solid #FE7642;
}
.home-services .blog-title.service-title {
    margin-bottom: 30px;
}
.home-services .tab_wrapper .content_wrapper {
    border: 0;
}
.home-services .tab_wrapper.demo {
    border: 3px solid #eeeeee;
}
.home-services .tab_wrapper.demo {
    border: 3px solid #eeeeee;
    margin: 0 0 15px;
}
.home-services .tab_content {
    background: #fff;
    float: left;
    width: 100%;
}
.serv-left p {
    line-height: 33px;
}
#outer-section {
    float: left;
    width: 100%;
}
#outer-section .home-testimonials {
    padding: 30px 0 0;
}
#outer-section {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.testimonials #outer-section {
    padding-top: 0;
}
#outer-section .testimonial-item {
    margin-bottom: 50px;
}
.bannerimage {
    float: left;
    width: 100%;
    height: 300px;
    background-position: center center;
	position: relative;
	z-index: 0;
}
.bannerimage:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
    z-index: -1;
}
.banner_title {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    top: 50%;
}
.banner_title h1{
    margin: 0;	    text-align: center;
	color: #fff;
}
#outer-section .home-request {
    margin-bottom: 90px;  background-repeat: no-repeat !important;
    background-size: cover !important;
}
form .wpcf7-response-output.wpcf7-validation-errors {
    float: left;
    width: 100%;
    margin: 0;
    background: #ef0000;
    color: #fff;
    border: 0;
    text-align: center;
    padding: 8px 10px;
}
form span.wpcf7-not-valid-tip {
    display: none;
}
.form-address li input.wpcf7-not-valid {
    border-color: #f00;
}
#outer-section .home-about {
    padding-top: 0;
}
.about-sec-left {
    float: right;
    width: 40%;
    margin: 0 0 10px 15px;
}

.accordion-section-content {
    padding: 0 30px 20px;
	display: none;
}

.accordian_faq_cont a.accordion-section-title {
    margin-bottom: 20px;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    color: #353535;
    cursor: pointer;
    display: block;
    font-weight: 500;
    line-height: normal;
    padding: 20px 30px;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    border: 1px solid #dcdcdc;
}

.accordian_faq_cont a.accordion-section-title::before {
    content: "\f3d1";
    cursor: pointer;
    display: block;
    font-size: 22px;
    line-height: 38px;
    padding: 3px 6px 2px;
    position: absolute;
    right: 20px;
    top: 6px;
	font-family: ionicons;
}

.accordian_faq_cont a.accordion-section-title.active::before {
    content: "\f3d0";
}
.accordian_faq_cont a.accordion-section-title.active {
    background: #FE7642 none repeat scroll 0 0;
    color: #fff;
}
.accordian_faq_cont a.accordion-section-title:hover {
    background: #FE7642 none repeat scroll 0 0;
    color: #fff;
}

.header-outer.sticky {   
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-name: fadeInDown;
    animation-timing-function: linear;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    left: 0;   
    position: fixed;
    top: 0;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    width: 100%;
    z-index: 999; 
 }
 .contact-page h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
	color: #FE7642;
}
.contact-page h1 {
    font-size: 65px;
    width: 530px;
    line-height: 80px;
    padding-bottom: 20px;
    margin: 0 0 50px;
    position: relative;
    font-weight: 600;
}
.contact-page h1::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #FE7642;
    color: #FE7642;
    width: 50px;
    bottom: 0;
    left: 0;
}
.contact-area-main .form-cont li input , .contact-area-main .form-cont li select , .contact-area-main .form-cont li textarea {
    padding: 15px 20px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #ccc;
}
.contact-area-main .form-cont li input.wpcf7-not-valid {
    border-color: #f00;
}
.contact-area-main ul.form-cont li {
    float: left;
    width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.contact-area-main ul.form-cont li.co-comments , .contact-area-main ul.form-cont li.submit {
    width: 100%;
}

.contact-area-main ul.form-cont li select {
    background-image: url("../images/arrow-black.png");
    background-position: top 22px right 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
}

.contact-area-main ul.form-cont li.submit button {
    color: #fff;
    text-transform: uppercase;
    background: #00529b;
    border: 0;
    padding: 17px 35px;
    font-weight: 500;
    font-family: poppins;
    display: table;
    margin: 0 auto;
	border-radius: 5px;
}
.contact-area-main ul.form-cont li input::-webkit-input-placeholder , .contact-area-main ul.form-cont li textarea::-webkit-input-placeholder { 
  opacity: 1;
  color: #333;
}
.contact-area-main ul.form-cont li input::-moz-placeholder, .contact-area-main ul.form-cont li textarea::-moz-placeholder { 
   opacity: 1;
   color: #333;
}
.contact-area-main ul.form-cont li input::placeholder, .contact-area-main ul.form-cont li textarea::placeholder {
  opacity: 1;
  color: #333;
}
.contact-area-main .form-cont li textarea {
    height: 140px;
    resize: none;
}
.contact-map-sec {
    float: left;
    width: 100%;
    margin: 80px 0 0;
    position: relative;
}
.map-section iframe {
    width: 100%;
    height: 480px;
}
.contact-inner-section {
    position: absolute;
    z-index: 99;
    right: 7%;
    background: #FE7642;
    padding: 40px 40px;
    top: -50px;
	width:540px;	
}
.contact-inner-section::before {
    position: absolute;
    content: "";
    border-right: 25px solid #DE5622;
    left: -25px;
    top: 0;
    border-top: 50px solid transparent;
}
.cont-ico {
    float: left;
    width: 40px;
    text-align: center;
    margin-right: 10px;
}
.cont-addr {
    display: table;
    color: #fff;
}
.cont-addr .contact-operating p span{
      font-size: 14px;
}
.cont-addr span {

    font-size:18px;
    font-weight: 600;
    width: 100%;
    float: left;
}
.cont-addr p, .cont-addr a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: left;
}
.cont-addr a:hover {
    color: #000;
}
.contact-inner-section .address-contact {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFA672;
    margin-bottom: 25px;
}
.contact-inner-section .contact-area-hours.address-contact {
    margin-bottom: 0;
    border: 0;
    padding: 0;
}
.contact-us #outer-section {
    padding-bottom: 0;
}

.single-outer-page .single-image {
    float: left;
    margin-right: 30px;
}

.testimonial-outer .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.therapist-title a {
    color: #fe7642;
}
nav .sub-menu .nav-item.current_page_item a {
    color: #ffffff;
}
.therapist-main:nth-child(3n+1) {
    clear: left;
}

.therapist-area .therapist-main {
    margin: 0 0 30px;
}

.single-therapists .single-outer-page .single-image {
    width: 440px; margin-bottom: 10px;
}

.single-therapists .single-outer-page {
    margin: 20px 0 40px;
}
.single .single-outer-page .single-content ul li {
    font-size: 18px;
    padding-bottom: 13px;
}

.cust-sep-tab-list a {
    background: #fe7642 none repeat scroll 0 0;
    border: 2px solid #af4612;
    box-shadow: 2px 2px 4px -1px #bcbcbc;
    color: #000000;
    float: left;
    margin: 0 0 10px;
    padding: 15px 20px;
    text-align: center;
    width: 100%;  transition: all 0.5s ease 0s;
        font-weight: 700;
    font-size: 16px;
}


.cust-sep-tab-list a:hover { background: #fff; border-color: #fe7642; }
.single .prac-service-pic {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
}

.single .prac-content ul li {
    font-size: 18px;
    padding: 0 0 10px;
}

.single .prac-content ul li, .single .prac-content ul, .inner-common-page ul li, .inner-common-page ul,  .single-blog-content ul li  {
    list-style: inside  disc;
}

.main-practice {
    margin: 0 0 50px;
}

.inner-common-page ul li {  padding: 0 0 10px; font-size: 18px; }

.inner-common-page {
    padding: 0 0 50px;
}

.prac_list_services {
    margin-top: 10px;
}

.cust-sep-tab-list .active a {
    background: #ffffff none repeat scroll 0 0;
    border-color: #fe7642;
}

.space-block {
    float: left;
    height: 100px;
    width: 100%;
    background-image: url("../images/serv-pattern.jpg");
}

/*--blo--*/

.single-blog-content ol li {
    font-size: 18px;
    line-height: 30px;   padding-bottom: 10px;
}

#categories-2 ul li a {
    font-size: 18px;
    line-height: 30px;
   color: #fe7642;

}
#categories-2 {
    margin-bottom: 35px;
}
#archives-2 ul li a {
    font-size: 18px;
    line-height: 30px;
    color: #fe7642;

}

#categories-2 ul li a:hover {
    color: #000;
    transition: 0.2s;
}


#archives-2 ul li a:hover {
    color: #000;
    transition: 0.2s;
}

.col-sm-8.blog-outer .blg-inner:nth-child(3) {
    clear: left;
}

 #sidebar {
    margin-left: 60px;
}

.req_bid ul {
    margin-left: 40px;
}

.req_bid ul li::before {

    content: '\f178';
    position: absolute;
    font-family: "FontAwesome";
    left: -25px;
    top: 6px;
}


.req_bid ul li {

    position: relative;

}

#commentform ul li input {
    width: 50%;
    padding: 10px 10px;
}

.postcomments h3 {
    margin-bottom: 25px;
}

.postcomments small {

    font-size: 15px;
    margin-left: 20px;

}

.inner-single-page a {
    color: #fe7642;
}

.single-blog-page .comment-but input {
    background-color: #fe7642;
    color: #fff;
    font-size: 19px;
    border: none;
}

.comment-text textarea {
    margin-bottom: 15px;
    width: 100%;
    resize: none;
}

.error {
    color: red;
    width: 40%;
    padding-left: 15px;
}

#commentform ul li {
    margin-bottom: 15px;
}

.cptch_span input {
    padding: 11px 11px;
}

.single-post .inner-single-page .single-blog-content ul li {
font-size: 18px;
    line-height: 30px;
    margin-left: 40px;
    padding-bottom: 10px;   text-indent: -15px;

}

.heateor_sss_sharing_title {
    display: none;
}

.blog-img .admin {
    margin-right: 10px;
}

.wpcf7-response-output {
    float: left;
    width: 100%; text-align: center; 
}

.req-form-sec .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}

.req-form-sec .wpcf7 form.invalid .wpcf7-response-output, 
.req-form-sec .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
} 


/*13-08-2021 design*/


.address-contact label {
    margin-top: 11px;
    padding: 0 0 9px 0;
    border-bottom: 1px solid #FFA672;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

.footer-sec-inner .loc-cont label {
   color: #fe7642;
    font-weight: 600;
    text-transform: capitalize;
     border-bottom: 1px solid #FFA672;
     padding: 0 0 9px 0;
         font-size: 20px;
         width: 100%;

}

.cont-addr .contact-address:last-child {
    margin: 0;
}
.cont-addr .contact-address {
    width: 48%;
    float: left;
    margin-right: 15px;
}

.cont-addr .contact-phone{

    width: 48%;
    float: left;
    margin-right: 15px; 
}

.cont-addr .contact-phone:last-child {
    margin: 0;
}

.cont-addr .contact-operating{

      width: 48%;
    float: left;
    margin-right: 15px; 
}

.cont-addr .contact-operating:last-child {
    margin: 0;
}

.footer-sec-inner .loc-cont span {
    float: left;
    width: auto;
    color: #fff;
    padding: 4px 3px;

}