/*fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove (internal value);
}
.border-right{
 border-right: 2px dotted #000;   
    
}
.row{
    border-bottom: 1px solid antiquewhite;
padding-bottom: 10px;
}*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html, body {
  overflow-x: hidden;
}

body{ 
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

label{
    display: block;
}
.navbar-nav > li > a{
    line-height: 40px;
}

@media (min-width:900px) {
  #node-client-edit-form, #node-client-form, #node-visit-report-form, #node-visit-report-form, #node-daily-report-form{
    max-width: 60%;
  }
/*  .field--name-field-client-node-reference, .field--name-field-gst-number, .field--name-field-gst-state-registered, .field--name-field-month, .field--name-field-year{
   max-width: 50%; 
   }*/
}

#edit-field-gst-number-0-value{
    text-transform: uppercase;
}
/*.form-inline .form-group, #views-exposed-form-content-page-1{
 display: table-cell;
 padding: 2px;
}*/
.form-group:last-child, .panel:last-child, .popover ol:last-child, .popover ul:last-child, p:last-child{
    vertical-align: bottom;
}

.filter-wrapper{
    display: none;
}
.small-border{
    border:1px solid #CCC;
}
.tabledrag-handle{
   margin: 0px;
padding: 5px; 
}
.tabledrag-toggle-weight{
    display: none;
}
#edit-field-gst-return-details-wrapper .table-striped > tbody > tr:nth-of-type(2n+1){
    border: 2px solid gray !important;
}
#edit-field-gst-return-details-wrapper .table-striped > tbody > tr:nth-of-type(2n+2){
    border: 2px solid gold !important;
}
/*.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ebdef0;
}
.table-striped > tbody > tr:nth-of-type(2n+2) {
    background-color:#F5F5F5;
}*/
/*.field--name-field-phone-number{
  display: table-caption;  
}*/


.chosen-single{
    margin: -7px -13px;
    height: 34px !important;
    border-radius: 0px;
    padding: 3px 0 0 10px !important;
}
.chosen-container-single .chosen-drop{
    margin: 0px -12px;
}
.chosen-container-single .chosen-single div b{
    background: none !important;
}
.homeheaders{
    background: #f36f27;
    color: white;
    padding-left: 5px;
    line-height:1.6;
}
.chosen-container-multi .chosen-choices{
    margin: -7px 0px 0px -12px !important;
    width: 108% !important;
    border-radius: 5px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    height: 29px !important;
}
.chosen-drop {
    margin: 0 -9px;
}
.home_services article{ 
    border: 1px solid #00BFFF !important;
    margin-top: 30px;
    height: 395px;
    /*transition: all 0.3s;*/
    border-radius: 10px;
    background: #F4F4F4;
    padding:15px;
}
.home_services article:hover {
    box-shadow: 0px 3px 10px #cccccc;
    /*transform: scale(1.1);*/
}
section#block-headercontactaddress span a {
    color: #000;
    text-decoration: none;
}
.node-readmore a{ 
background: -webkit-linear-gradient(#5dbb47, #03a750);
background: -o-linear-gradient(#5dbb47, #03a750);
background: -moz-linear-gradient(#5dbb47, #03a750);
background: linear-gradient(#5dbb47, #03a750);
border: none;
padding: 7px 15px;
font-size: 13px;
color: #fff;
border-radius: 5px;
text-transform: uppercase;
margin-top: 13px;
}

.home_services .content .field--name-field-image img {
display: block;
margin: 0px auto;
border-radius: 4%;
border: 1px solid #5FCF80;
padding: 5px;
width: 200px;
height: 200px;
}
.region-footer-bottom{
    text-align: center;
    clear: both;
    background: #222222;
    padding:10px 0px; overflow:hidden; color:#ffffff;
}
.footer{
 
	background: #f36f27;
    padding-bottom: 0px !important;
   
}
/*.footer{
background: #333333;
margin-top: 0px;
border-top: 1px solid #E5E5E5;
padding-bottom: : 0px;
}*/

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    width: 240px;
    padding:0px !important;
}
.navbar-default .navbar-nav > li > a:before, .dropdown-menu > li > a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #F36F27;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; 
} 
.navbar-default .navbar-nav > li > a:hover:before, .dropdown-menu > li > a:hover:before{
  visibility: visible;
  -webkit-transform: scaleX(1); 
  transform: scaleX(1);
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
/*color: #000000;
background-color: #5FCF80;*/
background: -webkit-linear-gradient(#7C9640,#7C9640);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 600;
}
/*.navbar-default .navbar-nav > li > a {
  background: -webkit-linear-gradient(#5dbb47, #03a750);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}*/
.dropdown-menu > li > a{
box-shadow: 0px 0px 1px #cccccc;
background: #f5f5f5;
color:#777;
}
.dropdown-menu > li > a{
    line-height: 2.429;
}
.region-footer-first h2, .h2 {color: #ffffff !important;}
.region-footer-second h2, .h2 {color: #ffffff !important;}
.region-footer-third h2, .h2 {color: #ffffff !important;}
.region-footer-fourth h2, .h2 {color: #ffffff !important;}
.region-footer-inner {clear: both; max-width: 1180px; margin: auto;}
#block-footercolumn1 .nav li, #block-footercolumn2 .nav li{
margin: 0px;
padding: 0px;
float: none;
border-bottom: 1px dashed #454545;
display: block;
}
#block-footercolumn1 .nav li a, #block-footercolumn2 .nav li a, .region-four-column4, .region-four-column1, .region-four-column3{
    color:#ffffff;
    font-weight:400;
}
.region.region-footer-fourth.col-md-3, .region.region-footer-third.col-md-3, .region.region-footer-fourth, .region.region-footer-first.col-md-3{
    width:33.333% !important;
}
body.navbar-is-fixed-top{
    margin-top: 100px;
}
a.active-trail {
    color: #7C9640 !important;
}
.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a{
 font-weight: 600; 
 color: #000;
}
.region.region-four-column3 a, .region.region-four-column4 a{
    color:#ffffff;
}
.h1, h1{
    font-size: 25px;
}
td, th{
    padding: 5px !important;
}
table{margin:0px;}
.page-header{
    font-weight: 600;
    color: #7C9640;
    text-transform: capitalize;
margin-top:10px;
}
.bottom-right{
 float: right;
}
.carticles_view {
    border-bottom: 1px dashed blue;
    padding-bottom: 20px;
    padding-top: 20px;
}

.h1, .h2, .h3, h1, h2, h3{
    margin-top: 8px;
    margin-bottom: 8px;
}


.home_services article h2{
   background: gray;
text-align: center;
color: white;
-webkit-text-fill-color: white !important;
padding: 6px;
font-weight: 600;
}
.home_services article h2 > a{
    color:white;
}
.accordion-toggle{
    display:block;
}
/*#edit-field-gst-number-value {
    width: 140px;
}*/

#edit-created, #edit-created-1{
    width: 155px;
}
.edtsgstreturns li {
    display: inline-flex;
}
/*.edtsgstreturns ol, ul {
    padding-left: 1px !important;
}*/
.edtsgstreturns{
width: 190px;
}

.view-content .swap-view{padding-bottom:30px;}
.view-content .swap-view:last-child{ border-bottom:0px;}
@media screen and (min-width: 970px) {
	.swap-view .views-row-odd div:first-child {
		left: 50%;
	}
	.swap-view .views-row-odd div:last-child {
		right: 50%;
	}
}
#home_header_title {text-align: center; }
#home_header_main {text-align: center; float: none !important; overflow: hidden; clear: both; padding: 0px 100px; font-size: 16px;}

.views-row-even{ background: #f5f5f5; overflow: hidden; clear: both; padding:45px; height: auto; }

.views-row-odd{ color:#FFFFFF; background: #fff; padding:45px; height: auto; overflow: hidden; clear: both; }

.swap-view .swc_image{ margin-top: 20px; }
.swc_title a{ color: #4CB748; font-weight: 400; font-size: 28px; text-decoration: none; }
.swc_title a:hover{ color: #4CB748; font-size: 28px; font-weight: 400; text-decoration: none; }

.swc_body { font-size: 16px; line-height: 30px; color: #666; text-align: justify; }

.home_services_read_more_button {padding: 10px 0px; }
.home_services_read_more_button a{ background: #4CB748; padding: 10px 15px; text-align: left; font-size: 15px; border-radius: 4px; color: #ffffff; border: 0px;
cursor: pointer; margin: auto; font-weight: normal; display: inline-block; text-decoration: none; }

@media only screen and (max-width: 768px) {
.views-row-even{ background: #f5f5f5; overflow: hidden; clear: both; height: auto; padding:5px; }
.views-row-odd{ color:#FFFFFF; background: #fff; height: auto; overflow: hidden; clear: both; padding:5px; }
}


.dir_images {
    float: left;
    padding-right: 14px;
    text-align: center;
}
.about_avi {
	height:425px;
    border: 1px solid #e3e3e3;
    padding: 15px;
    background: #f3f7f8;
    border-radius: 5px;
}
/*.about_founders_desc h4 {
    font-size: 30px;
    margin-top: 20px;
}
.about_founders_desc {
    height: 150px;
    text-align: center;
    background: gainsboro;
    margin-bottom: 15px;
}*/
section#block-headercontactaddress span{
    display: block;
}
.about_founders_desc h4 {
text-align: center;
margin-top: 62px;
font-size: 35px;
color: #4CB748;
font-weight: 600;
font-size: 28px;
text-decoration: none;
background-color: transparent;
margin-bottom: 20px;
}
sub {
    vertical-align: sub; 
    font-size: 11px;
	font-style: italic;
}


.nav > li > a{
padding: 10px 10px !important;
}
.expert_det{ float: left; display: inline-grid; font-size: 16px; font-weight: 600; color: #4CB748; background-color: transparent; }

.taxserve_goals.expertcls { height: 600px; }

.taxserve_goals { height: 320px; position: relative; border-radius: 5px; background: #f3f7f8; margin-bottom: 20px; width: 100%; 
box-shadow: 0px 0px 5px 0px rgba(24, 24, 24, 0.25); }

.taxserve_box_header { display: block; padding: 20px 15px 15px 30px; position: relative; border-radius: 5px 5px 0px 0px; border-bottom: 1px solid #c7c7c7; 
background: rgb(255, 255, 255); background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(227, 227, 227) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0); box-sizing: border-box; }

.taxserve_box_body{ border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; padding: 20px;
position: relative; box-sizing: border-box; }

  .about_taxserve, .what_we_do{
      padding-bottom: 30px;
  }
  .home_slogan_2{
font-size: 16px;
font-weight: 700;
  }
  h4{
      font-weight: 600;
  }
 .faq_cat, .art_title{
 font-weight: 400;
font-size: 20px;
background: -webkit-linear-gradient(#5dbb47, #03a750);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }
 .art_title {
      font-weight: 900;
font-size: 24px;
  }
.faq_question {
    color:#8A734F !important;
}
.js-form-type-entity-autocomplete{
    width: 250px !important;
}
.ui-datepicker td{
    padding:1px !important;
}
.taxserver_followus img {
    margin-right: 10px;
}
.taxserver_kp{
 margin-bottom: 5px;
 background: white;
padding: 10px;
}
.swc_image img {
    height: 270px !important;
}

.home_service_grid a{
/*    border: 1px solid #efefef;
    padding: 16px;
    font-size: 17px;*/
    text-align: center;
}
.home_service_grid {
    text-align: center;
}
.taxserve_goals:hover{
box-shadow: 0px 3px 10px #cccccc;
}



.greyBg{ background:#f5f5f5; overflow:hidden;}

/*----- ANIMATION--------*/
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(-50px, 0px, 0px);
  -webkit-transform: translate3d(-50px, 0px, 0px);
  -o-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate3d(-50px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity:1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(50px, 0px, 0px);
  -webkit-transform: translate3d(50px, 0px, 0px);
  -o-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate3d(50px, 0px, 0px);
}
.animation-element.slide-right.in-view {
  opacity:1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.bounce-up4 {
  opacity: 0;
  -moz-transition: all 1000ms ease-out;
  -webkit-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-up3 {
  opacity: 0;
  -moz-transition: all 900ms ease-out;
  -webkit-transition: all 900ms ease-out;
  -o-transition: all 900ms ease-out;
  transition: all 900ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-up2 {
  opacity: 0;
  -moz-transition: all 800ms ease-out;
  -webkit-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-up1 {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-down {
  opacity: 0;
  -moz-transition: all 1000ms ease-out;
  -webkit-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-up.in-view, .bounce-up1.in-view, .bounce-up2.in-view, .bounce-up3.in-view, .bounce-up4.in-view, .bounce-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*Banner
#banner { display: -ms-flexbox; -ms-flex-pack: center; -ms-flex-align: center; -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center;
align-items: center; display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-justify-content: center; 
-webkit-justify-content: center; -ms-justify-content: center; justify-content: center; background-image: url("/sites/default/files/tax-serve-banner.jpg");
background-position: center; background-size: cover; background-repeat: no-repeat; border-top: 0; min-height: 100vh; height: 100vh !important; width: 100%;
position: relative; text-align: center; overflow: hidden; }*/

#banner { display: -ms-flexbox; -ms-flex-pack: center; -ms-flex-align: center; -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center;
align-items: center; display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-justify-content: center; 
-webkit-justify-content: center; -ms-justify-content: center; justify-content: center; background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), rgba(0,0,0,0.55) url('/sites/default/files/tax-serve-banner.jpg') no-repeat center; background-size: cover; background-attachment: fixed; color: #fff; text-align: center; text-rendering: optimizeLegibility; margin: 0; min-height: 100vh; height: 100vh !important; width: 100%; }
 

#banner .inner { -moz-transform: scale(1.0); -webkit-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); 
-moz-transition: opacity 1s ease, -moz-transform 1s ease; -webkit-transition: opacity 1s ease, -webkit-transform 1s ease; 
-ms-transition: opacity 1s ease, -ms-transform 1s ease; transition: opacity 1s ease, transform 1s ease; opacity: 1; position: relative; z-index: 2; }

#banner h1 { font-size: 4rem; margin-bottom: 1rem; color: #fff; }

#banner p { color: #fff; font-size: 2.6rem; padding: 0px 190px; }

#banner a { color: #fff; text-decoration: none; }

.taxserve_banner{ padding:0px; margin-top:-15px; overflow-x: hidden; }
.team_profile_img{height:240px; width: 200px}
.home-aboutus {
    padding: 2em 3em 2em 3em;
}
.home-services {
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 2em;
}
h1.home-services-title {
    text-align: left;
    font-size: 1.7em;
}
@media only screen and (max-width: 768px) {
#banner p { color: #fff; font-size: 2.6rem; padding: 0px; }	
.about_avi { height: auto; }
.taxserve_goals.expertcls { height: 640px; }
.taxserve_goals { height: 350px; }
.team_profile {padding:20px;}
.team_profile_img{height:180px; width: 150px}
}
.clearfix.contact_form_button {
    margin-top: 10px;
}
.contact_form_submit{
margin-top:-16px !important;
}

fieldset{
    display: block;
    margin-left: 2px;
  margin-right: 2px;
    border: 1px solid silver !important;
    border-radius: 4px;
    padding: .35em .625em .75em !important;
    
}


.module-section{
    margin-bottom: 30px;
}
.module-row {
    padding-top: 2em;
padding-left:1px !important;
}

.module-verified-checkbox { width: auto;  margin-right: 15px;  display: inline-block; }

input[type="file"]{ height:auto !important;}
.my-audit-form-table > thead > tr > th, .table-bordered > thead > tr > td{background: gray;color: #fff !important;}
.my-audit-form-table > tbody > tr:nth-of-type(2n+1){ background-color : #fff !important;}
.my-audit-form-table > tbody > tr:hover {
    background-color: #fff !important;
}
.my-audit-form-table .select-wrapper select {
    width: auto !important;
}
.form-type-checkbox {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
ul.menu.menu--main.nav.navbar-nav {
    margin-top: 15px;
}
.buttons.audit-submit { margin-top: 15px;}
.my-audit-form-table label{font-weight:400 !important;}
.fixed-module-select-menu{height: 65vh; overflow-y: scroll; }
.fixed-module-select-menu > li > a {box-shadow: none !important; border: 1px solid #f5f5f5 !important; background: #fff !important;}
.fixed-module-select-menu > li > a:hover{-webkit-text-fill-color:#000; }
.fixed-module-select-menu > li > a:hover::before{visibility: hidden;}
.select-wrapper::after{z-index:0 !important;}

.navbar-default {
    background: #fff;
    border-color: #F36F27;
    border-width: 0 0 3px;
}
.navbar-fixed-top{
	border-width: 0 0 4px;
}
@media (min-width: 768px)
.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}
