/* Theme Name: Intertaxaccounting */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');
@font-face {
	font-family: 'Conv_FontsFree-Net-proxima_nova_reg-webfont';
	src: url('fonts/FontsFree-Net-proxima_nova_reg-webfont.eot');
	src: local('☺'), url('fonts/FontsFree-Net-proxima_nova_reg-webfont.woff') format('woff'), url('fonts/FontsFree-Net-proxima_nova_reg-webfont.ttf') format('truetype'), url('fonts/FontsFree-Net-proxima_nova_reg-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_FontsFree-Net-proxima_nova_bold-webfont';
	src: url('fonts/FontsFree-Net-proxima_nova_bold-webfont.eot');
	src: local('☺'), url('fonts/FontsFree-Net-proxima_nova_bold-webfont.woff') format('woff'), url('fonts/FontsFree-Net-proxima_nova_bold-webfont.ttf') format('truetype'), url('fonts/FontsFree-Net-proxima_nova_bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_FontsFree-Net-Proxima-Nova-Thin';
	src: url('fonts/FontsFree-Net-Proxima-Nova-Thin.eot');
	src: local('☺'), url('fonts/FontsFree-Net-Proxima-Nova-Thin.woff') format('woff'), url('fonts/FontsFree-Net-Proxima-Nova-Thin.ttf') format('truetype'), url('fonts/FontsFree-Net-Proxima-Nova-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Conv_FontsFree-Net-proxima_nova_reg-webfont';
}
input, textarea, select, ol, ul, li, a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-decoration: none;
	outline: none;
}
a, a:hover, a:focus {
	cursor: pointer;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	text-decoration: none;
	outline: none;
	text-decoration: none;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header {
	margin: 0;
	padding: 0px;
}
.sticky {
	position: fixed;
	z-index: 999;
	top: 0;
}
header, .main-sel, footer {
	float: left;
	width: 100%;
}
.main-sel ul {
	padding: 0;
}
.main-sel ul li {
	list-style: none;
}
header .navbar-default {
	margin: 0;
	border: none;
	background: none;
}
.main-slider .carousel-inner .item > img {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
	width: 100%;
}
@-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1, 1);
}
to {
	-webkit-transform: scale(1.5, 1.5);
}
}
 @keyframes zoom {
 from {
 transform: scale(1, 1);
}
to {
	transform: scale(1.5, 1.5);
}
}


.main-nav {background: #fff;}

.main-nav .logo img {
    width: 100px;
}

.sticky .main-nav {
    border-bottom: 2px solid #005294;
}

.logo {
	position: relative;
	z-index: 123;
	padding: 10px;
	font: 18px;
	color: #ffffff;
	float: left;
	width: 15%
}
.logo a {
	color: #ffffff;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	margin: 0px auto;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {display: none;}
#cssmenu {font-family: 'Roboto Condensed', sans-serif;  background: #fff;}
#cssmenu > ul > li {float: left;}
#cssmenu > ul > li > a {
	padding: 35px 12px;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #000;
	font-family: 'Conv_FontsFree-Net-proxima_nova_bold-webfont';
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {color: #005294;}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	/* background: #448D00!important; */
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {padding-right: 30px;}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 36px;
	right: 11px;
	width: 10px;
	height: 6px;
	display: block;
	font-family: "Font Awesome 5 Free";
	content: '\f0d7';
	vertical-align: middle;
	font-weight: 900;
}

#cssmenu > ul > li.has-sub:hover > a:before {top: 23px;	height: 0;}
#cssmenu ul ul {position: absolute; left: -9999px;}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #333;
	transition: all .25s ease;
	z-index: 1;
}

#cssmenu li:hover > ul {left: auto;}
#cssmenu li:hover > ul > li {height: auto;}
#cssmenu ul ul ul {	margin-left: 100%;	top: 0;}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	padding: 11px 15px;
	width: 200px;
	font-size: 14px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {border-bottom: 0;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {color: #005294;}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 10px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	font-family: "Font Awesome 5 Free";
	content: '\f0d7';
	vertical-align: middle;
	font-weight: 900;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333;
}

.more-sevr .serviceBox{
    text-align: center;
    margin: 0 -15px;
}
.more-sevr .serviceBox img{
    width: 100%;
    height: auto;
}
.more-sevr .serviceBox .service-content{
    position: relative;
    background: #005294;
    color: #fff;
    padding: 50px 30px 30px;
	height: 280px;
}

.more-sevr .serviceBox .service-icon{
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.more-sevr .serviceBox .service-icon i{
    font-size: 30px;
    line-height: 70px;
    color: #005294;
    transform: rotate(-45deg);
	font-weight: bold;
}
.more-sevr .serviceBox .title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.more-sevr .serviceBox .description{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.more-sevr .serviceBox .read-more{
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #005294;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.more-sevr .serviceBox .read-more:hover{
    color: #005294;
    background: #fff;
    text-decoration: none;
}
.more-sevr .serviceBox.middle .service-content{
    padding: 30px 30px 50px;
}
.more-sevr .serviceBox.middle .service-icon{
    bottom: -35px;
    top: auto;
}

.wt-txt-hed>h1::after {
    background: #005294 none repeat scroll 0 0;
    bottom: -21px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
}

.wt-txt-hed h1::before {
    background: #666 none repeat scroll 0 0;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 150px;
}

.wt-txt-hed h1 {
    letter-spacing: 0;
    margin: 20px 0px 30px 0px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.wt-txt-hed h1 span {
    color: #005294;
	font-weight:bold;
}


.inrpbmbx {
    background: url(images/iner-bg1.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.overlay {
    background: rgb(0 82 148 / 50%);
    padding: 150px 0px;
}

.inrpbmbx hr {
    width: 10%;
}

.inrpbmbx h1 {
		font-family: 'Conv_FontsFree-Net-proxima_nova_bold-webfont';
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
}

.inrpbmbx h2 {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}


.nb-footer {
	background: #1d2226;
	padding-bottom: 30px;
}
.nb-footer .footer-single {
	margin-top: 30px;
}
.nb-footer .footer-title {
	display: block;
	margin: 10px 0 25px 0;
	border-bottom: 1px dotted #e4e9f0;
}
.nb-footer .footer-single a {
	text-decoration: none;
}
.nb-footer .footer-single h2 {
	color: #eee;
	font-size: 18px;
	font-weight: 200;
	display: inline-block;
	border-bottom: 2px solid #005294;
	padding-bottom: 5px;
	margin-bottom: -2px;
}
.nb-footer .footer-single li {
	border-top: solid 1px #353535;
}
.nb-footer .footer-single li:first-child {
	border-top: none;
}
.nb-footer .footer-single li a {
	color: #979797;
	font-size: 12px;
	padding: 6px 0px;
	display: block;
	transition: all 0.4s ease-in-out;
}
.nb-footer .footer-single li a:hover {
	color: #005294;
}
.nb-footer .footer-single li a:hover i {
	color: #005294;
}
.nb-footer .dummy-logo {
	margin-top: 11px;
	padding-bottom: 9px;
}
.nb-footer .dummy-logo .icon {
	margin-right: 10px;
	border-radius: 20px;
	margin-top: 24px;
}
.nb-footer .brand {
	background: #005294;
}
.nb-footer .dummy-logo i {
	font-size: 50px;
	color: #fff;
	padding: 5px;
}
.nb-footer .dummy-logo p {
	color: #999;
	font-size: 12px;
}
.nb-footer .dummy-logo h2 {
	font-size: 24px !important;
	border-bottom: none;
	color: #696969;
	padding: 5px 0;
}
.nb-footer .btn-footer {
	border: 1px solid #005294;
	margin-top: 10px;
	color: #999;
}
.nb-footer .btn-footer:hover {
	background: #005294;
	color: #fff;
	transition: all 0.4s ease-in-out;
}
/* .nb-footer .useful-links li a {
	text-transform: uppercase;
} */
.nb-footer .footer-project a {
	font-size: 13px;
}
.nb-footer .footer-project img {
	margin-bottom: 20px;
	border: 1px solid #666;
	border-radius: 6px;
	padding: 1px;
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
}
.nb-footer .footer-project img:hover {
	opacity: 1.0;
	cursor: pointer;
}
.nb-footer .footer-project .footer-title {
	margin-top: 0;
}
.nb-footer .footer-single p, .footer-single address {
	color: #979797;
	font-size: 12px;
	margin-top: 5px;
	line-height: 22px;
}
.nb-copyright {
	background: #005294;
	padding-bottom: 10px;
}
address a {
	color: #979797;
}
address a:hover {
	color: #005294;
}
.nb-copyright .copyrt {
	margin-top: 22px;
	font-size: 12px;
	color: #fff;
}
.nb-copyright .copyrt a {
	color: #005294;
}
.nb-copyright .footer-social {
	margin-top: 10px;
}
.nb-copyright .footer-social i {
	padding: 5px 5px;
	color: #fff;
	margin-top: 10px;
	font-size: 20px;
	border-radius: 5px;
	transition: all 0.4s ease-in-out;
}
.nb-copyright .footer-social i:hover {
	background: #005294;
	color: #fff;
}
.nb-copyright .footer-social .fa-facebook {
	padding: 5px 14px;
}
.list-ul-rt {
	text-align: right;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	background: #005294;
    color: #fff;
	z-index: 1;
}


.icnagnt {
    text-align: center;
}

.icnagnt li {
    width: 33.33%;
    float: left;
    list-style: none;
}

.icnagnt li img {
    width: 70px;
}

.icnagnt li {
    border-top: none !important;
}

.icnagnt{padding:0px;}


.serviceboxs {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
    margin-bottom: 21px;
}

.serviceboxs .service-icon {
    width: 78px;
    height: 78px;
    border-radius: 3px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.serviceboxs:hover .service-icon {
    transform: rotate(45deg);
}

.serviceboxs .service-icon span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    background: #008bcb;
    font-size: 30px;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.serviceboxs .service-icon span i {
    transition: all 0.3s ease-out 0s;
}

.serviceboxs:hover .service-icon span i {
    transform: rotate(-45deg);
}

.serviceboxs .service-content {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 55px 15px;
    position: relative;
	height: 370px;
}

.serviceboxs .service-content:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin: 0 auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}

.serviceboxs:hover .service-content:before {
    transform: rotate(45deg);
}

.serviceboxs .title {
    font-size: 17px;
    font-weight: 500;
    color: #324545;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.serviceboxs:hover .title {
    color: #008bcb;
}

.serviceboxs .description {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

.serviceboxs .read-more {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #c4c2c2;
    margin: 0 auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.serviceboxs .read-more:hover {
    border: 1px solid #008bcb;
    color: #008bcb;
    text-decoration: none;
}

.serviceboxs.green .service-icon span {
    background: #005294;
}

.serviceboxs.blue .service-icon span {
    background: #3498db;
}

.serviceboxs.orange .service-icon span {
    background: #faa51a;
}

.serviceboxs.green {
    color: #005294;
}

.serviceboxs.blue {
    color: #3498db;
}

.serviceboxs.orange {
    color: #faa51a;
}

.serviceboxs:hover .read-more {
    border: 1px solid #008bcb;
    color: #008bcb;
}

.serviceboxs.green:hover .read-more {
    border: 1px solid #005294;
    color: #005294;
}

.serviceboxs.blue:hover .read-more {
    border: 1px solid #3498db;
    color: #3498db;
}

.serviceboxs.orange:hover .read-more {
    border: 1px solid #faa51a;
    color: #faa51a;
}

.gray-bg {
	background: #EDF4FD none repeat scroll 0 0;
}

.serviceboxs h3 {
    font-size: 20px;
}

.serviceboxs p {
    font-size: 16px;
    color: #000;
	padding:10px 0px;
}

.txtwvmbx h2 {
    color: #005294;
    text-transform: uppercase;
    font-weight: 300;
}

.txtwvmbx ul li {
    margin: 5px 0px;
    font-size: 18px;
    color: #999;
	padding-left: 25px;
/*     background: url(/dev/wp-content/uploads/2021/01/f-icon.png) no-repeat;
    background-size: 16px;
    background-position: left center; */
	position: relative;
}
.txtwvmbx ul li:before {
    content: '';
    position: absolute;
    background: url(/dev/wp-content/uploads/2021/01/f-icon.png);
    background-position: left;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 4px;
}

.txtwvmbx ul {
    margin: 20px 0px;
}

.txtwvmbx img {
    width: 100%;
}

.txtwvmbx p {
    font-size: 16px;
    padding: 10px 0px;
    line-height: 24px;
    color: #999;
}
/**tax blogs page***/



.section {
	padding: 50px 0px;
}
.postmain {
	border-bottom: 1px dashed #005294;
	float: left;
	margin: 10px 0;
	padding-bottom: 25px;
	width: 100%;
}
.txtwvmbx {
	font-family: 'Source Sans Pro', sans-serif;
}
.postmain h2 {
	color: #000000;
	font-size: 26px;
	font-weight: 300;
}
.postmain h2 a, .postmain a  {
	color: #005294;
}
.txtwvmbx h2, .txtwvmbx h3 {
	margin-bottom: 15px;
}
.postmain span {
	color: #3a2e2b;
	float: left;
	margin: 10px 0;
	width: 100%;
}
.postmain span a{
	color: #005294;
}

.blog-sidebar {
	background: #0091d3;
	float: left;
	margin: 10px 0;
	padding: 15px;
	width: 100%;
}
.sidetxtwbox {
	float: left;
	margin: 0 0 15px;
	width: 100%;
}
.blog-sidebar .search-form {
	margin-bottom: 10px;
	width: 100%;
	font-size: large;
}
.blog-sidebar .search-form input {
	background: #fff;
	border: medium none;
	box-shadow: 0 1px 2px #ccc inset;
	color: #404040;
	float: left;
	margin: 3px 0;
	padding: 6px;
	width: 100%;
}
.blog-sidebar .search-form input[type="submit"] {
	background: #0075ab;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	text-transform: uppercase;
	width: auto;
}
.blog-sidebar section {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.blog-sidebar h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.blog-sidebar ul li {
	float: left;
	margin: 2px 0;
	width: 100%;
}
.blog-sidebar ul li a {
	color: #000;
	float: left;
	font-size: 13px;
	width: 100%;
}

.visonbox{
    text-align: center;
    padding: 30px;
    margin: 0 -15px;
    overflow: hidden;
    position: relative;
}
.visonbox .service-content{
    border: 4px double rgba(255,255,255,0.6);
    padding: 40px 30px 20px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
	height: 284px;
}
.visonbox:hover .service-content{
    border: 4px double rgb(255,255,255);
}
.visonbox .service-content i{
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.visonbox:hover .service-content i{
    transform: rotate(360deg);
}
.visonbox .title{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.visonbox .description{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.visonbox .icon-bg{
    font-size: 250px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 120px;
    position: absolute;
    bottom: 0;
    right: -30px;
    transition: all 0.3s ease-in-out 0s;
}
.visonbox:hover .icon-bg{
    transform: rotate(360deg);
}
.visonbox.grey{ background: #3498db; }
.visonbox.greens{ background: #005294; }
.visonbox.orange{ background: #faa51a; }

.post-img {
    padding: 0px 10px;
}



/**contact page**/

.map-box {
	margin-bottom: -5px;
}
.cop-info ul li {
	margin: 5px 0px;
	font-size: 18px;
	color: #999;
	font-family: 'Source Sans Pro', sans-serif;
}
.cop-info ul li i{
	margin-right:10px;
	color: #005294;
}
.cop-info ul li  a{
	color: #0092d6;
}
.cop-info h2 {
	color: #005294;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom:15px;
}
.cntinfo form label {
	color: #fff;
}
.cntinfo form input, .cntinfo form textarea {
	width: 100%;
	border: 1px solid #fff;
	padding: 6px;
	border-radius: 2px;
}
.cntinfo form input[type="submit"] {
	background: #005294;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 8px 40px;
	text-transform: uppercase;
	width: auto;
}
.cntinfo iframe {
	width: 100%;
	border: 5px solid #ddd;
	height: 300px;
}


.prict-tabel .pricingTable{
    text-align: center;
    border:1px solid #e7e7e7;
    transition: all 0.2s ease-in-out 0s;
}
/* .pricingTable:hover{
    margin-top: -20px;
} */
.prict-tabel .pricingTable > .pricingTable-header{
    color:#fff;
}
.prict-tabel .pricingTable-header > .heading{
    display: block;
    padding: 50px 0px;
    background: #3498db;
}
.heading > h3{
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.prict-tabel .pricingTable-header > .price-value{
    background: #3498db;
    display: block;
    padding: 5px 0 50px 0;
    color:#fff;
    font-size: 70px;
    font-weight: bold;
    line-height: 70px;
}
.prict-tabel .pricingTable > .pricingContent{
    color:#888888;
}
.prict-tabel .pricingTable > .pricingContent > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.prict-tabel .pricingTable > .pricingContent > ul > li{
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.prict-tabel .pricingTable > .pricingContent > ul > li:nth-child(even){
    background: #F8F8F8;
}
.prict-tabel .pricingTable-sign-up{
    padding: 15px;
    background: #F8F8F8;
}
.prict-tabel .pricingTable-sign-up > .btn-block{
    background: #faa51a;
    color:#fff;
    text-transform: uppercase;
    width:45%;
    margin: 0 auto;
    padding: 8px 0;
    border: 0px none;
    font-weight: bold;
}
.prict-tabel .pricingTable-sign-up > .btn-block:hover{
    background: #005294;
}
.prict-tabel .mid .heading, .prict-tabel .mid .price-value{
    background: #005294;
}
.prict-tabel .mid .price-value{
    color: #fff;
}

.prict-tabel .mids .heading, .prict-tabel .mids .price-value{
    background: #faa51a;
}
.prict-tabel .mids .price-value{
    color: #fff;
}

.prict-tabel .pricingTable{
        margin-bottom: 40px;
    } 
	
/**bookkeeoing page****/	
.srvcs {
	border: 1px solid #eee;
	box-shadow: 3px 3px 0 #ddd;
	padding: 15px;
}
.srvcs ol li {
	border-top: 1px solid #eee;
	color: #999;
	font-size: 15px;
	margin: 5px 0;
	padding: 5px 0;
}
.xero-table td {
	padding: 10px;
}
.txtwvmbx {
	font-family: 'Source Sans Pro', sans-serif;
}
.cntinfo form label {
	width: 100%;
}
.search-form{
	padding: 20px 0;
}
.search-form label {
	padding: 0 15px 0 0;
}
.search-form .search-field {
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
}
.search-form .search-submit{
	background: #005294;
	border: none;
	color: #fff;
	padding: 10px 35px;
	font-weight: 600;
}

.owl-controls {
  margin: 0px 0px 20px 0px;
  text-align: center;
}
.owl-nav {
      display: none;;
}

.owl-dots {
  height: 20px;
  display: table;
  margin: 20px auto;
}
.owl-dots .owl-dot {
    border: 1px solid #faa51a;
    display: inline-block;
    height: 15px;
    margin: 0 2px;
    width: 15px;
    color: #faa51a;
    border-radius: 20px;
    line-height: 18px;
	font-size: 12px;
}
.owl-dot.active{
	background:#faa51a;
	color:#fff;
	}
	
.bordr-btm hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d8d8d8;
}	

.hed-txt h1 {
    color: #005294;
	text-transform: uppercase;
}
	
.hed-txt p {
    color: #666;
    font-size: 16px;
    padding: 10px 0px;
	line-height: 24px;
    }
	
.form_main {
    background: #005294;
    padding: 0px 20px;
	border-radius: 5px;
}

.cntinfo {
    padding: 20px 0px;
}

.cntinfo-hed h3 {
    text-align: center;
    color: #fff;
    padding-top:15px;
}


.prices-tble .pricingTable{
    padding: 25px 10px 70px;
    /* margin: 0 15px; */
    text-align: center;
    z-index: 1;
    position: relative;
}
.prices-tble .pricingTable:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0% 85%, 0 0);
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0% 85%, 0 0);
}
.prices-tble .pricingTable:after{
    content: "";
    width: 70px;
    height: 30px;
    background: #005294;
    margin: 0 auto;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.prices-tble .pricingTable .title{
    padding: 15px 0;
    margin: 0 -20px 30px;
    background: #005294;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.prices-tble .pricingTable .title:before{
    content: "";
    border-top: 15px solid #51836d;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.prices-tble .pricingTable .title:after{
    content: "";
    border-top: 15px solid #51836d;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    right: 0;
}
.prices-tble .pricingTable .price-value{
    margin-bottom: 25px;
    color: #005294;
}
.prices-tble .pricingTable .currency{
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
    margin-top: 8px;
}
.prices-tble .price-value .amount{
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
}
.prices-tble .price-value .month{
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.prices-tble .pricingTable .pricing-content{
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #8f8f8f;
    margin-bottom: 25px;
}
.prices-tble .pricingTable .pricing-content li {
    font-size: 17px;
    color: #8f8f8f;
    line-height: 24px;
    border-bottom: 1px solid #8f8f8f;
    padding: 10px 0px;
}
.prices-tble .pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 10px 30px;
    background: #005294;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.7s ease 0s;
}
.prices-tble .pricingTable .pricingTable-signup:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translate(0,100%);
    transition: all 0.6s ease-in-out 0s;
}
.prices-tble .pricingTable .pricingTable-signup:hover:before {
    opacity: 1;
    transform: translate( 0,-100%);
}

.prices-tble .pricingTable.blue:after,
.prices-tble .pricingTable.blue .title,
.prices-tble .pricingTable.blue .pricingTable-signup{ background: #49b0ca; }
.prices-tble .pricingTable.blue .title:after,
.prices-tble .pricingTable.blue .title:before{ border-top: 15px solid #407a88; }
.prices-tble .pricingTable.blue .price-value{ color: #49b0ca; }
.prices-tble .pricingTable.pink:after,
.prices-tble .pricingTable.pink .title,
.prices-tble .pricingTable.pink .pricingTable-signup{ background: #faa51a; }
.prices-tble .pricingTable.pink .price-value{ color: #faa51a; }
.prices-tble .pricingTable.pink .title:after,
.prices-tble .pricingTable.pink .title:before{ border-top: 15px solid #773667; }


.price-txtp p {
    font-size: 18px;
    text-align: center;
    color: #000;
	padding-bottom: 20px;
}


@media (max-width: 1024px){
.serviceboxs .service-content {height: 430px;}
.more-sevr .serviceBox .description {
    line-height: normal;
}
.more-sevr .serviceBox .title {
    font-size: 16px;
}
}

@media (max-width: 991px){
	.visonbox .service-content {height: auto;}
	.visonbox{ margin-bottom: 30px; }
	
	.more-sevr .serviceBox .service-content {height: auto;}
	
}



@media (min-width: 768px) and (max-width: 991px) {

#cssmenu > ul > li > a {

    padding: 28px 6px;
font-size: 12px;} 	 	 
 
.main-nav .logo img {
    width: 130px;

} 

#cssmenu > ul > li.has-sub > a::after {top: 28px; }
 

}

@media only screen and (max-width: 990px){
    .visonbox{ margin-bottom: 30px; }
	.prict-tabel .pricingTable-header > .heading{
        padding-top: 30px;
    }
    .prict-tabel .pricingTable-header > .price-value{
        font-size: 50px;
        padding-bottom: 30px;
    }
    .prict-tabel .pricingTable-sign-up > .btn-block{
        width: 60%;
    }
	.prices-tble .pricingTable{ margin-bottom: 30px; }
}



 @media screen and (max-width:767px) {
#cssmenu > ul > li > a {padding: 16px 15px;} 	
.main-nav .logo img {width: 110px;} 
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	text-align: left;
	padding: 6px 0 0 13px;
	float: none;
}
.logo2 {	display: none;}

#cssmenu {width: 100%;}
#cssmenu ul {	width: 100%; display: none;}
#cssmenu ul li {width: 100%; border-top: 1px solid #444;
}
#cssmenu ul li:hover {background: #363636;}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {	height: auto;}
#cssmenu ul li a, #cssmenu ul ul li a {width: 100%;	border-bottom: 0;}
#cssmenu > ul > li {float: none;}
#cssmenu ul ul li a {padding-left: 25px;}
#cssmenu ul ul li {background: #005294!important;}
#cssmenu ul ul li:hover {background: #363636!important}
#cssmenu ul ul ul li a {padding-left: 35px;}
#cssmenu ul ul li a {color: #fff; background: none;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {color: #fff;}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu #head-mobile {
	display: block;
	padding: 23px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700;
}
.button {
	width: 55px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
}
.button:after {
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #005294;
	border-bottom: 2px solid #005294;
	content: '';
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #005294;
	content: '';
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #005294;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button.menu-opened:before {
	top: 23px;
	background: #005294;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #444;
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {background: transparent;}
#cssmenu ul ul .submenu-button {height: 36px; width: 36px;}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 17px;
	right: 19px;
	display: block;
	font-family: "Font Awesome 5 Free";
	content: '\f0d7';
	font-weight: 900;
    color: #005294;
    vertical-align: middle;
}
#cssmenu ul ul .submenu-button:after {top: 10px; right: 13px; color:#fff;}

#cssmenu ul ul .submenu-button:before {top: 12px; right: 16px;}
#cssmenu .submenu-button.submenu-opened:before {	display: none;}
#cssmenu ul ul ul li.active a {border-left: none;}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none;
}
.main-nav .container {padding: 0px;}
.txtwvmbx h2 { padding-top: 15px;}
.serviceboxs .service-content {
    height: auto;
}

.list-ul-rt, .nb-copyright {
    text-align: center;
}

}

@media (max-width: 480px) {
}

.addr {
    margin-bottom: 6px;
}
