@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #fff none repeat scroll 0 0;
  font-family: 'Roboto', sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

li,
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  outline: none !important;
  text-decoration: none !important;
}

input {
  outline: none !important;
  text-decoration: none !important;
}

i {
  vertical-align: middle;
}


/* all */

::-webkit-input-placeholder {
  color: #888888 !important;
}
::-moz-placeholder {
  color: #888888 !important;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #888888 !important;
}
/* ie */
input:-moz-placeholder {
  color: #888888 !important;
}


.error::-webkit-input-placeholder {
  color: #f75959 !important;
}
.error::-moz-placeholder {
  color: #f75959 !important;
}
/* firefox 19+ */
.error:-ms-input-placeholder {
  color: #f75959 !important;
}
/* ie */
input.error:-moz-placeholder {
  color: #f75959 !important;
}

button,
label,
a {
  outline: none !important;
}

.verifiedSeal_icon{
}
.verifiedSeal_icon .verifiedSeal_img img{
  width: 100%;
  max-width: 20px;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  margin-top: -3px;
}

.topWrap {
  background: #4782eb;
  color: #fff;
  padding:60px 0px 0px;
}
.user_img img {
  -webkit-border-radius:  50%;
  -moz-border-radius:  50%;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 7px rgba(0,0,0,.12);
  -moz-box-shadow: 4px 4px 7px rgba(0,0,0,.12);
  box-shadow: 4px 4px 7px rgba(0,0,0,.12);
}
.user_info h1 {
  text-shadow: 5px 5px 5px rgba(0,0,0,.17);
}
.user_info h1 p{
  margin: 0;
}
.user_info h1 .item_title_part_0{
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
}
.user_info h1 .item_title_part_1{
  font-size: 112px;
  font-weight: 300;
  line-height: 109px;
  margin-bottom: 20px;
}
.user_info {
  margin-top: 3rem;
}
p.item_title_part_1 span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  /*text-align: right;*/
  line-height: 0;
  position: relative;
  /*right: 34%;*/
  top: 24px;
}
i.fa.fa-facebook.icon {
  background: #3a5999;
}
i.fa-twitter.icon {
  background: #2ca9df;
}
i.fa-linkedin.icon {
  background: #0072b1;
}
ul.social_media {
  display: flex;
}
.social_media .icon {
  width: 40px;
  border-radius: 50% !important;
  font-size: 22px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 15px;
  transition: all 0.3s ;
}
.social_media .icon:hover{
  transform: scale(1.1);
  transition: all 0.3s ;
}
.top_social p {
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 16px;
}
.top_social {
  position: absolute;
  top: 0;
  right: 0;
}
.user_info h5 {
  font-weight: normal;
  margin: 0;
  font-size: 17px;
  margin-top: 50px;
  color: #4ce8fc;
  text-shadow: 5px 5px 5px rgba(0,0,0,.17);
}
.user_action{
  text-align: center;
}
ul.navbar li a {
  color: rgba(255,255,255,.46);
  position: relative;
  padding:20px 15px 40px;
  font-size: 20px;
  display: inline-block;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.navbar {
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}

.navbar li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 0 solid #ffd641;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.navbar li a:hover,
.navbar li a.active{
  color: #fff ;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
ul.navbar li {
  padding: 0px 5px;
}
.navbar li a.active:after,
.navbar li a:hover:after {
  border-width: 5px;
}
.navWrap{
  background: #4782eb;
  color: #fff;
  box-shadow: 0 5px 5px rgba(0,0,0,.2);
}
section.aboutWrap {
  padding: 65px 0px;
}
.headingView{
  color: #4882ed;
  font-size: 56px;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 27px;
}
.aboutSection p {
  margin: 0;
  font-size: 19px;
}



footer {
  padding: 50px 0px;
  box-shadow: none !important;
  background: #ebe8e8;
  border-top: 1px solid #D1D1D1;
}

footer h3 {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}

ul.social {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.sitemap li a {
  color: #8c8c8c;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}

.sitemap li a:hover {
  color: #ed5929;
}

footer p {
  font-size: 18px;
  line-height: 23px;
}

.company_img ul {
  display: flex;
  justify-content: center;
}

.company_img {
  margin-top: 50px;
}

.company_img ul li {
  margin: 0px 10px;
}

.company_img ul li img {
  max-width: 100%;
}

footer h3 {
  padding-left: 55px;
}
ul.sitemap {
  padding-left: 55px;
}
.footerLogo {
  margin-left: 55px;
  margin-bottom: 30px;
}
.whatWrap{

}
.infoItem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.infoItem > img {
  width: 85px;
  height: 85px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.infoItemView h3 {
  font-size: 17px;
  margin-bottom: 15px;
}
ul.infoList {
  display: flex;
  flex-wrap: wrap;
}
ul.infoList li {
  width: 50%;
  color: #888;
  font-size: 14px;
  line-height: 24px;
}
.infoItemView {
  flex: 0 80%;
}
ul.infoTag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
ul.infoTag li a {
  color: #fff;
  display: inline-block;
  background: #7bcdfd;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}
ul.infoList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
ul.insList h4 {
  font-size: 15px;
  color: #888;
  margin-bottom: 3px;
}
ul.insList p {
  color: #888;
  font-size: 14px;
}
ul.insList {
  display: flex;
  flex-wrap: wrap;
}
ul.insList li {
  width: 33%;
}
ul.insList p img {
  width: 14px;
  margin-top: -3px;
}
.infoItemView p {
  margin: 0;
  color: #888;
  text-align: justify;
  font-size: 15px;
}
ul.insList li {
  width: 33%;
  margin-bottom: 15px;
  padding-right: 10px;
}
.infoItem.tagItem {
  margin-left: 100px;
}
.view_map {
  margin: 30px 15px 0px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 6px #d6d6d6;
}
.officeTime {
  margin: 30px 0px;
}
.officeTime ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 15px;
}
.detailsWrap {
  margin: 30px 0px 40px;
}
.officeTime ul li {
  text-align: center;
  margin-bottom: 10px;
}
.officeTime ul li p {
  font-size: 14px;
  margin: 0;
}
.officeTime ul li span{
  background: #4781ec;
  color: #fff;
}
.officeTime ul li span {
  background: #4781ec;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 4px 25px;
  border-radius: 24px;
  margin-bottom: 10px;
}
.officeTime ul li.closed span {
  background: #ec4012;
  color: #fff;
}
.officeTime ul li.closed p {
  color: #ec4012;
  font-weight: 500;
}
.officeTime h5{
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  color: #4781ec;
}
.detailsItem {
  /*background: #ffd541;*/
  color: #fff;
  background: #4782eb;
  padding: 15px;
  min-height: 475px;
  margin: 0px 10px;
  border-radius: 5px;
}
.detailsItem.career{
  /*background: #363f46;*/
  background: #4782eb;
}
.detailsItem.recognitions{
  /*background: #f75958;*/
  background: #4782eb;
}
.detailsItem h3 {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}
.detailsItem.career h3,
.detailsItem.recognitions h3{
  color: #fff;
}
.detailsItem ul li {
  /*color: #000;*/
  color: #fff;
  margin-bottom: 20px;
  line-height: 20px;
}
.detailsItem.career ul li,
.detailsItem.recognitions ul li {
  color: #fff;
}
.detailsItem h3 {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 35px;
}
.detailsItem h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.detailsItem p{
  margin: 0;
  font-weight: 500;
}
.detailsItem span{
  font-size: 15px;
}

.recommendationsWrap{
  background: #4781ec;
  padding:35px 0px;
  margin-top: 35px;
}
section.recommendationsWrap h3 {
  font-size: 31px;
  color: #fff;
  margin-bottom: 30px;
}
.recommendationsItem h4{
  font-size: 18px;
  color: #ffd541;
}
.recommendationsItem i{
  color: #ffd541;
  font-size: 18px;
  margin-right: 5px;
}
.recommendationsItem p a {
  color: #ffd541;
  font-size: 14px;
}
.recommendationsItem h6 {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  color: #ffd541;
}
.recommendationsItem p {
  color: #fff;
  min-height: 125px;
}
section.contactformWrap {
  background: #363f46;
  padding: 35px 0px;
}
section.contactformWrap h3 {
  font-size: 31px;
  color: #fff;
  margin-bottom: 30px;
}
.contactForm .form-control {
  background: transparent !important;
  border: 1px solid #58636b;
  font-size: 14px;
  min-height: 40px;
  resize: none;
  color: #888888;
  font-weight: normal;
}
.privacy a{
  color: #58636b;
  font-size: 14px;
}
p.text-center.privacy img {
  display: block;
  margin: 15px auto;
}
.privacy button {
  padding: 8px 30px;
}
a.email_tooltip {
  position: absolute;
  top: 7px;
  right: 25px;
  font-size: 16px;
  color: #8e9396;
}
a.email_tooltip:hover{
  color: #ed5929;
}
.sticky section.navWrap{
  transition: all 0.3s;
}
.sticky_item section.navWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}
.sticky_item section.navWrap ul.navbar li a {
  padding: 0px 15px 30px;
  transition: all 0.3s;
}

.navMobile {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 15px 15px;
  display: none;
  box-shadow: 0 5px 5px rgba(0,0,0,.2);
  z-index: 99;
}
.navMobile a {
  display: inline-block;
  font-size: 23px !important;
  color: #333;
  line-height: 0px;
  margin-right: 15px;
  float: left;
}
.navMobile p {
  color: #333;
  margin: 0;
  font-size: 20px;
  margin-top: -4px;
}

.form-control.error {
  border: 1px solid #ca0000;
  color: #f75959;
}

.form-error {
  margin: 0 auto;
  color:#f75959;
  font-size:12px;
  width: 175px;
  margin-top:10px;
  margin-bottom:10px;
}
.g-recaptcha {
  margin: 0 auto;
  display: block;
  width: 300px;
  border: none;
}
button#btnSend {
  margin: 0 auto;
  display: block;
  width: 90px;
}

/*for demo stripe*/
.alert.alert-warning.text-center {
  background: #fdf500;
  border: none;
  border-radius: 0;
}

@media(max-width: 766px){
  .alert.alert-warning.text-center {
    margin-top: 55px !important;
  }
}

/*AM*/
.footer_terms ul {
  display: flex;
  justify-content: center;
  color:#666;
  font-size:14px;
}

.footer_terms a {
  text-decoration:underline !important;
}

.footer_terms {
  margin-top: 30px;
}

.footer_terms ul li {
  margin: 0px 10px;
}

.footer_terms ul li img {
  max-width: 100%;
}
/*AM*/


@media (max-width:767px) {
  .footerLogo {
    margin-left: 0;
  }
  footer h3 {
    padding-left: 0;
    margin-top: 30px;
  }
  ul.sitemap{
    padding-left: 0;
  }
  .navWrap,
  .sticky_item section.navWrap {
    position: fixed;
    left: 0;
    top: 55px;
    z-index: 9;
    transition: all 0.3s;
    height: 100%;
    width: 275px;
    background: #fff;
    margin-left: -275px;
    transition: all 0.3s ;
  }
  section.navWrap.showNav{
    margin-left:0px;
    transition: all 0.3s;
  }
  .navMobile i.fa.fa-bars{
    transition: all 0.3s;
    width: 20px;
  }
  .navMobile i.fa.fa-bars.fa-long-arrow-right{
    transition: all 0.3s;
    transform:rotate(180deg);
  }
  ul.navbar {
    display: block;
    margin-top: 0;
  }
  ul.navbar li a {
    display: block !important;
    color: #4782eb;
    position: relative;
    padding:15px 15px 15px;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-align: left;
  }
  .sticky_item section.navWrap ul.navbar li a {
    transition: all 0.3s;
  }
  ul.navbar li {
    padding: 0;
  }
  .navbar li a:hover, .navbar li a.active {
    color: #fff;
    background: #4782eb;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .navbar li a:after{
    display: none;
  }
  .navWrap .col-lg-12 {
    padding: 0;
  }
  .navMobile {
    display: block !important;
  }
  .user_img {
    text-align: center;
  }
  .user_info h1 {
    text-align: center;
  }
  .user_info h5 {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  p.item_title_part_1 span {
    right: 15%;
  }
  .top_social {
    top: 0;
    right: 0;
    text-align: center;
    position: unset;
  }
  ul.social_media {
    display: flex;
    justify-content: center;
  }
  .user_img {
    margin-top: 20px;
  }
  .headingView {
    font-size: 30px;
  }
  section.aboutWrap {
    padding: 30px 0px;
  }
  ul.insList li {
    width: 100%;
    margin-bottom: 10px;
  }
  .aboutWrap .col-md-12,
  .whatWrap .col-md-12,
  .locationWrap .col-md-12 {
    padding: 0;
  }
  .officeTime ul {
    display: flex;
    justify-content: flex-start;
  }
  .officeTime ul li span {
    margin-right: 5px;
  }
  .officeTime ul li {
    margin-right: 5px;
  }
  .detailsItem {
    margin-bottom: 15px;
  }
  .user_info h1 .item_title_part_1 {
    font-size: 85px;
  }
}


/*dba logo dba name */
.dba-logo-name-address{
  display: flex;
  flex-direction: column;
}
.dba-logo-name-address p.dba-name{ font-weight: 600!important;  
  font-weight: 500;
  font-size: 18px;
  color: var(--secondary);
}
/*.dba-logo-sqr, .dba-logo-rect{
  background: #fff;
  padding: 10px 12px;
  border-radius: 5px;
}*/
.dba-logo-sqr img{
  max-height: 80px;
  width: auto;
}
.dba-logo-rect img{
  max-width: 200px;
  height: auto;
}

/*years of experience*/
.yrs-of-exp small{
  font-size: 16px;
  font-weight: 500;
  background: var(--primary);
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.yrs-of-exp{
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  margin: 0;
  padding: 5px 15px 5px 40px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  background: #baccdf;
  color: #fff;
  text-transform: none!important
}

/*lookup*/
.btns-lookup .btn:focus{
  box-shadow: none
}
.btns-lookup .btn{
  padding: 7px 10px;
  line-height: 1;
  border-radius: 30px;
  font-weight: normal;
  text-transform: none;
  font-size: 11px;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(255,255,255,0.3);
  border: 1px solid rgba(0,0,0,0.2);
  color: rgba(0,0,0,0.6);
  transition: ease-in-out 0.1s;
  min-height: 24px;
}
.btns-lookup .btn:hover{
  border: 1px solid rgba(0,0,0,0.4);
  color: rgba(0,0,0,0.8)
}
/*lookup light*/
.btns-lookup.light .btn{
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.4);
}
.btns-lookup.light .btn:hover{
  border: 1px solid rgba(255,255,255,0.6);
  color: rgba(255,255,255,0.6)
}
@media screen and (max-width: 574px) {
  .fdc-575{
    flex-direction: column!important;
  }
}

/* consultation button */
.consultation_btn{  
  position: absolute;
  right: 0;
  border-radius: 6px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 6px 10px;
  transition: all .3s ease;
  color: #124370;
  background-color: #fff;
  border: 1px solid #a7a9aa;
	display: none;
}
.consultation_btn:hover{
  color: #fff;
  background-color: #8bc3e1;
  border-color: #9a7300;
}
.consultation_btn i{
  position: relative;
  top: -1px;
}

.container_schedule_demo, .position-relative{position: relative}


@media screen and (max-width: 991px) {
  .consultation_btn{
    position: unset;
    margin-bottom: 20px;
  }
}