/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #eceff1;
  color: #455a64;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px
}

a {
  color: #1bac91;
  text-decoration: none;
}

a:hover {
  color: #22d8b6;
  text-decoration: none;
}

@font-face {
  font-family: 'Futura', Arial, sans-serif;
  /* src: url("./futurah.otf") format("opentype"); */
  src: url("./futurah.ttf") format("truetype")
}

@font-face {
  font-family: "Segoe UI", Arial, sans-serif;
  /* src: url("./futurah.otf") format("opentype"); */
  src: url("./segoeui.ttf") format("truetype")
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI", Arial, sans-serif;
}

.sectionimg {
  height: 38vh;
  width: 100%;
}

.img {
  height: 100%;
  width: 100%;
  background-image: url('../img/team/cs-subrahmanyam.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.img1 {
  height: 100%;
  width: 100%;
  background-image: url('../img/team/ramana.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.img2 {
  height: 100%;
  width: 100%;
  background-image: url('../img/team/murali.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #003E99;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #003E99;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
header {
  background-color: #fff;
  border-bottom: 2px solid #003E99;
  box-shadow: 0 0 10px #455a64;
  z-index: 999999999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0
}

.logobox {
  width: 290px;
  padding: 10px 0
}

.nav-link {
  color: #455a64 !important;
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 600
}

nav-link:focus, .nav-link:hover {
  color: #fff !important;
  background-color: #003E99;
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
  background-color: #013A60;
}

.dropdown-menu {
  margin-top: 0;
}

.dropdown-item {
  color: #fff !important;
}

.dropdown-menu>li {
  padding: 10px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #eed338 !important;
  background-color: transparent;
}

.dropdown-toggle::after {
  vertical-align: 0.155em;
}
.buttongroup {
position: relative;
z-index:9999999;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/loader.gif) center no-repeat #fff;
  background-size: 200px
}
#hero {
  width: 100%;
  height: 362px;
  background: url("../img/about-us.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 100px;
  padding: 0;
}

.audit {
  background-image: url("../img/audit.jpg") !important;
  background-position-x: center !important;
  background-position-y: center !important;
  background-size: cover !important;
}

.experience {
  background-image: url("../img/experience.jpg") !important;
}

.audit::before {
  background: rgba(0, 0, 0, .4) !important;
}

.tax {
  background-image: url("../img/tax.png") !important;
  background-position-x: center !important;
  background-position-y: center !important;
  background-size: cover !important;
}

.audit::before {
  background: rgba(0, 0, 0, .4) !important;
}

.business {
  background-image: url("../img/business.jpg") !important;
  background-position-x: center !important;
  background-position-y: center !important;
  background-size: cover !important;
}

.business:before {
  background: rgba(0, 0, 0, .4) !important;
}

.alumni {
  background-image: url("../img/alumni_banner.png") !important;
  /* background-position-x: center !important;
background-position-y: center !important;*/
  background-size: cover !important;
  /* height: 317px !important; */
}

.alumni:before {
  background: rgba(0, 0, 0, .1) !important;
}

.contact_banner {
  background-image: url("../img/contact_banner.jpg") !important;
  background-size: cover !important;
}

.careers {
  background-image: url("../img/joinus.jpg") !important;
  background-position-y: center !important;
  background-size: cover !important;
}

.careers:before {
  background: rgba(0, 0, 0, 0.3) !important;
}

.hrline {
  color: #eceff1;
  margin: 2px auto;
  width: 95%;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  border-color: #1bac91;
  background: #1bac91;
}

.mobilebanner {
  display: none !important;
}


@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/****************
# Hero end
*****************/
/* Home Banner */
.home {
  width: 100%;
  height: 100vh;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat
}

.homeimg {
  width: 900px;
  flex: none;
  position: absolute;
  bottom: -40px;
  right: 0;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, .2)
}

.one {
  background-image: url('../img/main7re.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.two {
  background-image: url('../img/main2re.gif');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center
}

.three {
  background-image: url('../img/main3.jpg');
  background-position: center;
  background-size: 100%;
}

.homebox {
  display: flex;
  position: relative;
  margin: 0 auto;
  height: calc(100vh - 27px);
}

.hometext {
  position: absolute;
  font-size: 56px;
  line-height: 60px;
  font-weight: 600;
  font-family: 'Futura', Arial, sans-serif;
  opacity: 0;
}

.hometext a:hover {
  color: #fff;
}

.twotext {
  left: auto;
  right: 0;
  height: 335px;
  width: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
}

.onetext {
  color: #003E99;
  text-align: center;
  line-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onetext:hover, .demoline>a:hover, .demoline2>a:hover {
  color: #003E99 !important;
}

.firsttext {
  /* opacity: 1; */
  color: #226b71 !important;
}

.firsttext:hover {
  color: #226b71 !important;
}

.topleft {
  width: 300px;
  height: 30px;
  top: 38%;
  right: 24%;
  font-size: 75px;
  -webkit-animation: load 1.5s ease;
  animation: load 1.5s ease;
  animation-fill-mode: forwards;
}

.bottomright {
  top: 45%;
  right: 14%;
  font-size: 82px;
  -webkit-animation: load 1.5s 1.5s ease;
  animation: load 1.5s 1.5s ease;
  animation-fill-mode: forwards;
}

.center {
  bottom: 0;
  top: 33%;
  left: 13%;
  /* right: 0; */
  /* margin: auto; */
  font-size: 100px;
  -webkit-animation: load 1.5s 4.5s ease;
  animation: load 1.5s 4.5s ease;
  animation-fill-mode: forwards;
}

.bottomleft {
  bottom: 14%;
  right: 22%;
  transform: rotate(-90deg);
  font-size: 50px;
  -webkit-animation: load1 1.5s 3s ease;
  animation: load1 1.5s 3s ease;
  animation-fill-mode: forwards;
}

.position1 {
  width: 20%;
  height: 50px;
  top: 25%;
  left: 10%;
  -webkit-animation: appear 3s linear;
  animation: appear 3s linear;
}

.position2 {
  width: 20%;
  height: 50px;
  bottom: 15%;
  right: 10%;
  -webkit-animation: appear 3s 2s linear;
  animation: appear 3s 2s linear;
}

.position3 {
  width: 20%;
  height: 50px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: appear 3s 4s linear;
  animation: appear 3s 4s linear;
}

.position4 {
  width: 20%;
  height: 50px;
  top: 25%;
  bottom: 0;
  left: 10%;
  -webkit-animation: appear 3s 6s linear;
  animation: appear 3s 6s linear;
}

.topcenter {
  width: 20%;
  height: 50px;
  top: 25%;
  right: 10%;
  -webkit-animation: appear 3s 8s linear;
  animation: appear 3s 8s linear;
}

.centerright {
  width: 20%;
  height: 50px;
  bottom: 35%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: appear 3s 10s linear;
  animation: appear 3s 10s linear;
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }

  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}

@keyframes load {
  from {
    opacity: 0;
    transform: scale(1, 1);
  }

  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@keyframes load1 {
  from {
    opacity: 0;
    transform-origin: center;
  }

  to {
    opacity: 1;
    transform: rotate(-90deg);
  }
}

/* change transition duration to control the speed of fade effect */
/* .carousel-item {
  transition: transform 1s ease-in-out;
} */

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 1s;
}

/* .carousel-item {
  transition: transform 2s ease-in-out;
} */

.home .carousel-indicators {
  background-color: transparent;
}

.carousel-indicators [data-bs-target] {
  position: relative;
  width: 60px;
  height: 6px;
  border: none;
  border-radius: 24px;
}

.carousel-indicators [data-bs-target] span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #7952b3;
  border-radius: inherit;
}

/*--------------------------------------------------------------
# Home End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.aboutbanner {
  height: 317px !important;
  background-size: 100% auto !important;
  margin-top: 100px !important;
}

.about h3 {
  font-weight: 400;
  font-size: 34px;
  color: #21413c;
}

.about .icon-box {
  margin-top: 44px;
}

.about .icon-box i {
  font-size: 48px;
  float: left;
  color: #1bac91;
}

.about .icon-box h4 {
  font-size: 22px;
  font-weight: 500;
  margin-left: 60px;
  color: #21413c;
}

.about .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about-section-two {
  position: relative;
  /* padding: 95px 0px 60px; */
  padding: 40px 0px 0px 0px !important;
}

.about-section-two:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/aboutbg.png) left top no-repeat;
}

.aboutre {
  padding-bottom: 25px !important;
}

.auto-container {
  position: static;
  /* max-width: 1320px; */
  padding: 0px 15px;
  margin: 0 auto;
}

.about-section-two .content-column {
  position: relative;
  /* margin-bottom: 55px; */
}

.audit-section .content-column, .tax-section .content-column, .business-section .content-column, .exper_section .content-column, .career-top .content-column {
  margin-bottom: 25px;
}

.services-section .content-column {
  margin-bottom: 40px;
}

.about-section-two .content-column .inner-column {
  position: relative;
  padding-left: 40px;
  z-index: 1;
}

.services-section .content-column .inner-column {
  padding-left: 20px;
}

.about-section-two .content-column .inner-column h3 {
  position: relative;
  color: #FCCD04;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 25px;
}

.about-section-two .content-column .inner-column h3 span {
  color: #013a60;
}

.about-section-two .content-column .inner-column .text {
  position: relative;
  margin-bottom: 25px;
}

.about-section-two .content-column .inner-column .text p {
  position: relative;
  /* color: #1a1e66; */
  font-size: 18px;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.tax-section .content-column .inner-column .text p {
  line-height: 1.5em;
}

.about-section-two:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/aboutbg2.png) right top no-repeat;
}

.partners .about-section-two, .leader .about-section-two {
  padding: 0 !important;
}

.leader .profiles .partimg {
  padding-top: 2.7rem !important;
}

.partners .about-section-two:before {
  background-size: 29%;
}

.partners .about-section-two:after {
  background-size: 33%;
}

/* Values */
.hm-serv {
  padding: 0px 0;
  background: url(../img/valuesbg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.left-panel h2 {
  color: #fff;
  font-weight: 700;
  text-transform: inherit;
  padding-top: 20px;
  margin-left: 20px;
}

.values .left-panel h2 {
  color: #013a60 !important;
  padding-top: 0px;
}

.valuesvision {
  color: #f5f2f2 !important;
}

.right-panel {
  margin-top: 20px;
  padding-bottom: 15px;
}

.serv-bx {
  margin: 0 0.5% 28px;
  float: left;
  /* border: 1px solid #fff; */
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: 3% 3% 1.5%;
  color: #fff;
  text-align: center;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
  width: 29%;
  margin-bottom: 20px;
}

.serv-bx::before {
  background: #013a60 none repeat scroll 0 0;
  content: "";
  height: 100%;
  right: -8%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  width: 8%;
  z-index: -1;
}

.serv-bx::before {
  right: 0;
  opacity: 1;
  z-index: 1;
}

.serv-bx:hover::before {
  right: 0;
  width: 100%;
}

.serv-bx .ser-img, .ser-cnt {
  z-index: 2;
  position: relative;
}

.serv-bx img {
  -webkit-filter: inherit;
  -moz-filter: inherit;
  filter: inherit;
  transition: 0.5s;
}

.serv-bx .ser-img, .ser-cnt {
  z-index: 2;
  position: relative;
  padding: 5px;
}

.serv-bx h3 {
  font-size: 22px;
  font-weight: 500;
  color: hsl(0, 0%, 20%);
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 15px;
}

.serv-bx h3:after {
  background: hsl(0, 0%, 20%) none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 70px;
}

.serv-bx p {
  text-align: center;
  color: hsl(0, 0%, 20%);
  font-weight: 300;
}

.serv-bx .rd-mr {
  margin-top: 13px;
}

.serv-bx::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -92%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  width: 92%;
  z-index: -1;
}

.serv-bx::after {
  left: 0;
  opacity: 1;
  z-index: 1;
}

.serv-bx:hover:after {
  left: -100%;
}

.serv-bx:hover h3, .serv-bx:hover p {
  color: hsl(0, 0%, 100%);
}

.serv-bx:hover h3:after {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
}

.serv-bx:hover img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transform: rotate(360deg);
  transition: 0.5s;
}

.cl {
  clear: both;
}

.ser-img img {
  width: 70px;
  height: 70px;
}

/* Vision */
.hm-about-inner {
  margin-top: 0px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.hm-about-inner:hover {
  transition: 0.5s;
  color: #fff;
}

.hm-about-inner:before {
  content: "";
  right: -100%;
  top: 45px;
  width: 50%;
  height: 100%;
  background: #013a60;
  transition: 0.5s;
  position: absolute;
}

.hm-about-inner:hover:before {
  opacity: 1;
  right: 0%;
  transition: 0.4s;
}

h4.box-fa {
  margin-bottom: -40px !important;
  z-index: 9;
  position: relative;
  width: 75px;
  height: 75px;
  background: #013a60;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  line-height: 60px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 4px #999;
  font-weight: inherit;
  padding-top: 0px;
  text-align: center;
  /* align-items: center; */
  margin: auto;
}

h4.box-fa img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.hm-about-cnt {
  border: 1px solid #ccc;
}

.hm-about-cnt {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  text-align: center;
  height: 425px;
}

.hm-about-inner h3 {
  margin-top: 50px;
}

.hm-about p {
  text-align: center;
}

.hm-about-inner:hover p {
  color: #fff;
  transition: 0.4s;
}

.hm-about-inner:after {
  content: "";
  left: -100%;
  top: 45px;
  width: 50%;
  height: 100%;
  background: #013a60;
  transition: 0.5s;
  position: absolute;
}

.hm-about-inner:hover:after {
  opacity: 1;
  left: 0%;
  transition: 0.4s;
}

.vision {
  text-align: justify;
  padding: 30px;
  font-size: 18px;
}

.vision li {
  margin: 10px;
}

.partners .vision, .leader .vision {
  padding: 0px;
  padding-left: 30px;
}

.audit-section .vision {
  text-align: inherit;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-section {
  padding: 50px 0 0;
  color: #080808 !important;
}

.services-section .vision {
  padding: 0;
  /* padding-top: 30px; */
}

.innerlist {
  list-style: square;
}

.exp-subtext {
  color: #08449c;
  margin-top: 30px;
}

.lessmargin {
  margin-top: 10px;
}

.exp-right {
  padding-left: 105px;
}

.exp-finalmargin {
  margin-top: 110px !important;
}

.exper_section .vision {
  padding-top: 10px;
}

.exper_section:after {
  background-repeat: repeat-y;
}

.exper_section:before {
  background-repeat: repeat-y;
}

.alumni-section {
  position: inherit;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background-image: url('../img/team_banner.jpg') !important;
  background-size: cover !important;
  /*background-repeat: no-repeat;
  background-position: bottom;
  background-position-x: center !important;
  background-position-y: center !important; */
  /* height: 317px !important; */
}

.partners_banner {
  background-image: url('../img/partners.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  /*background-repeat: no-repeat;
  background-position: bottom;
  background-position-x: center !important;
  background-position-y: center !important; */
  /* height: 317px !important; */
}

.our_banner {
  background-image: url('../img/ourteam.jpg') !important;
  background-size: 100% 100% !important;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #1bac91;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

.highlight {
  color: #08449c;
  font-style: oblique;
}

.highcolor, .highcolor1 {
  color: #08449c;
}

.highcolor:hover {
  color: #08449c;
  font-size: 20px;
}

h5.highcolor:hover {
  color: #08449c;
  font-size: 1.5rem;
}

.textbox {
  width: 600px;
}

.work1 {
  margin: 75px auto;
}

.workname {
  font-size: 20px;
  color: #ce2e27;
}

.worklink {
  color: #ce2e27;
  font-weight: 300;
}

.innerimg {
  width: 50%;
  height: 300px;
  margin: auto;
}

.defaultimg {
  width: 38%;
}

.innerimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-bg {
  background-color: #cde0ee;
}

.linkedinicon {
  background: transparent;
  border: 1px solid #003E99;
  color: #003E99;
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 50%;
  position: relative;
  padding-top: 6px;
  margin: auto;
  z-index: 99999;
}

.linkedinicon:hover {
  color: #003E99;
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
div.upload {
  position: relative
}

div.upload:hover {
  opacity: .95
}

div.upload input[type=file] {
  display: input-block;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0
}

.uploadButton {
  background-color: #f26112;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  box-sizing: content-box;
  float: right
}

.upload+.uploadButton {
  height: 38px
}

.notetext {
  font-size: 10px;
}
.notetext2 {
  font-size: 12px;
}

.fileName {
  opacity: .5;
  font-weight: 100
}

.activefile {
  opacity: 1 !important;
  font-weight: 400
}

div.upload input[type=file] {
  display: input-block;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0
}

.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #1bac91;
  float: left;
  width: 44px;
  height: 44px;
  background: #e1f0ee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #21413c;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #43857a;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #1bac91;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #1bac91;
  color: #fff;
}

.field-set input, .field-set textarea {
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
  color: #212121;
  border: solid 1px #cccccc;
  background: none;
  height: auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.field-set textarea.form-control {
  height: 165px;
}

a.btn-custom:hover, .btn-custom:hover {
  color: #fff;
  opacity: .8;
  -webkit-box-shadow: 8px 8px 40px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 8px 40px 0px rgb(0 0 0 / 30%);
}

.btn-custom {
  background: linear-gradient(to right, #eb3349, #f45c43);
  border-radius: 40px;
  padding: 10px 30px 10px 30px;
  min-width: 120px;
  transition: .5s;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}

.id-color {
  color: #eb3349;
}

.footinfo {
  font-size: 14px;
}

.address {
  background-color: #fff;
}

.card a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-tabs {
  border: 0;
  padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
  color: #ffffff !important;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 16px;
  padding: 11px 23px;
  line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
  background-color: transparent;
  color: #eed338 !important;
}

.nav-tabs>.nav-item>.nav-link.active {
  background: linear-gradient(to right, #eb3349, #f45c43);
  border-radius: 30px;
  color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
  color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
  background: linear-gradient(to right, #eb3349, #f45c43);
  color: #ffffff;
}

.card {
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.card .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.card[data-background-color="orange"] {
  background-color: #013A60;
}

[data-background-color="orange"] {
  background-color: #013A60;
}

[data-background-color]:not([data-background-color="gray"]) {
  color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) p {
  color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
  color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
  color: #FFFFFF;
}

.cont-font {
  font-weight: 700;
}

.panel-set, .panel-set1, .panel-set2, .panel-set3 {
  display: none;
}

.error {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Footer
*/
footer {
  /* background-color: #fff; */
  border-top: 2px solid #003E99;
  box-shadow: 0 0 10px #455a64;
  z-index: 99999;
  width: 100%;
}

footer .footmenu {
  /* margin-bottom: 30px; */
  display: inline-flex;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: relative;
  padding-top: 6px;
}

.footer-07 .ftco-footer-social li a {
  background: transparent;
  border: 1px solid #003E99;
  color: #003E99;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ion-logo-twitter:before {
  content: "\f2b0";
}

.ion-logo-facebook:before {
  content: "\f236";
}

.ion-logo-instagram:before {
  content: "\f23e";
}

footer .logobox {
  width: 300px;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}

.carousel-indicators {
  background-color: black;
}

.address {
  position: relative;
  padding: 47px 25px 50px 25px;
}

.address::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/aboutbg.png) left top no-repeat;
}

.address::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/aboutbg2.png) right top no-repeat;
}

.contact-section .card-body {
  padding: 0;
}

.demoline, .demoline2 {
  display: inline-block;
  width: 180px;
  text-align: left;
  height: 36px;
  vertical-align: -2px;
}

.demoline a, .demoline2 a {
  color: #003E99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* right: initial; */
  text-align: center;
  line-height: 80px;
  height: 250px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  opacity: 0;
  margin-left: -30px;
  position: absolute;
}

/* careers */
.gray-box {
  background: #f8f8f8;
  margin: 0;
  padding: 40px 0 1px 0;
  width: 100%;
}

.Positions {
  margin: 0;
  padding: 0;
}

.headding11 {
  font-weight: 700;
  /* text-transform: uppercase; */
  /* color: #333; */
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 35px;
  margin-top: -10px;
}

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: -5px;
  margin-top: 40px;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
}

#accordion .panel-title a {
  display: block;
  padding: 20px 70px 20px 20px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #4aa3f0;
  border-bottom: 1px solid #4aa3f0;
  position: relative;
}

#accordion .panel-title a.collapsed {
  color: #1d2e3b;
}

#accordion .panel-title a:after, #accordion .panel-title a:before {
  content: "";
  width: 3px;
  height: 10px;
  background: #e6720d;
  font-size: 15px;
  position: absolute;
  top: 20px;
  right: 35px;
  transform: rotate(-45deg);
  transition: all .3s ease-in-out 0s;
}

#accordion .panel-title a.collapsed:before {
  transform: rotate(45deg);
  background: #1d2e3b;
}

#accordion .panel-title a:after {
  right: 29px;
  transform: rotate(45deg);
}

#accordion .panel-title a.collapsed:after {
  transform: rotate(-45deg);
  background: #1d2e3b;
}

#accordion .panel-collapse {
  background: #fff;
}

#accordion .panel-body {
  padding: 10px 20px;
  background: 0 0;
  border-top: none;
  font-size: 15px;
  /* color: #fff; */
  line-height: 25px;
}

.Manager {
  /* width: 80%; */
  margin: 0;
  padding: 0;
  float: left;
}

.Manager ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Manager li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 15px;
  color: #455a64;
}

.Manager .bi::before {
  /* color: #777; */
  /* padding-left: 5px; */
  margin-right: 12px;
  padding: 0;
  line-height: 40px;
}

.manager .apply-now {
  margin: 0;
  padding: 0;
  float: left;
}

.clr-fix {
  clear: both;
}

#accordion .panel-title a.collapsed:hover {
  color: #4aa3f0;
}

#accordion .panel-title a.collapsed:hover:after,
#accordion .panel-title a.collapsed:hover:before {
  background: #e6720d
}

.extraclass {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
}

.extraclass1 {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.career-top {
  padding-top: 47px !important;
}

@media (min-width: 1400px) {
  .extracontainer {
    max-width: 1140px;
  }
}

.partimg {
  padding-top: 75px;
}

.profiles .partimg {
  padding-top: 3rem !important;
}

#text2, #text3, #text4, #text5 {
  display: none;
}

.pb75 {
  padding-bottom: 75px;
}

.mobileview {
  display: none;
}

.desktopview {
  display: block;
}

.smmobileview {
  display: none;
}

.smdesktopview {
  display: block;
}

#steps {
  padding: 25px 0 45px 0 !important;
  ;
}

.partners .partimg {
  padding-top: 45px !important;
}

.innerbox {
  padding-bottom: 25px !important;
}

.desktopbanner {
  display: block !important;
}

@media (min-width:1920px) and (max-width:2560px) {
  .container {
    max-width: 80%
  }

  .tax {
    background-position-y: top !important;
  }

  .topleft {
    right: 28%;
    font-size: 132px;
  }

  .bottomright {
    top: 47%;
    right: 13.5%;
    font-size: 138px;
  }

  .bottomleft {
    bottom: 18%;
    right: 23%;
    font-size: 80px;
  }

  .center {
    font-size: 170px;
    top: 30%;
  }
}

@media(max-width:1920px) {
  .topleft {
    right: 24%;
    font-size: 100px;
    top: 38%;
  }

  .bottomright {
    top: 45%;
    right: 13%;
    font-size: 104px;
  }

  .bottomleft {
    bottom: 14%;
    right: 22%;
    font-size: 76px;
  }

  .center {
    font-size: 120px;
    top: 32%;
  }
}
@media(max-width:1920px) and (max-height:1080px) {
  .center {
    font-size: 130px;
    top: 26%;
  }
  .bottomleft {
      bottom: 18%;
      right: 21%;
      font-size: 70px;
  }
  .bottomright {
      top: 46%;
      right: 12%;
      font-size: 108px;
  }
  .topleft {
      right: 25%;
      font-size: 104px;
    }
}

@media(max-width:1900px) {
  .tax {
    background-position-x: left !important;
  }
}

@media(max-width:1600px) {
  .topleft {
    right: 24%;
    font-size: 82px;
  }

  .bottomright {
    font-size: 86px;
  }

  .bottomleft {
    font-size: 50px;
  }

  .center {
    font-size: 105px;
  }
}

@media(max-width:1536px) {
  .topleft {
    right: 23%;
  }
  .bottomright {
    right: 12%;
  }
  .bottomleft {
    bottom: 18%;
    right: 22%;
  }
  .center {
    top: 26%;
  }
}
@media (max-width: 1536px) and (max-height: 820px){
  .bottomright {
      top: 45%;
    }
    .bottomleft {
      right: 22%;
    }
    .center {
      top: 28%;
    }
}
@media (max-width: 1536px) and (max-height: 750px){
  .bottomright {
      top: 45%;
    }
    .bottomleft {
      right: 22%;
      bottom: 15%;
    }
    .center {
      top: 30%;
    }
}
@media (max-width: 1536px) and (max-height: 720px) {
  .bottomleft {
    bottom: 13%;
    right: 22%;
  }
  .center {
    top: 30%;
  }
  .bottomright {
    top: 45%;
  }
  .topleft {
    right: 23%;
  }
}

@media(max-width:1440px) {
  .topleft {
    right: 23%;
    font-size: 76px;
  }

  .one {
    background-size: 100% 100% !important;
  }

  .bottomright {
    font-size: 78px;
  }

  .bottomright {
    top: 44%;
    right: 13%;
  }

  .bottomleft {
    bottom: 15%;
    right: 19%;
    font-size: 60px;
  }

  .center {
    font-size: 97px;
    left: 13%;
    top: 30%;
  }

  .aboutbanner {
    height: 295px !important;
    margin-top: 98px !important;
  }
}

@media(max-width:1370px) {
  .one {
    background-size: cover !important;
  }

  .topleft {
    right: 22%;
    font-size: 70px;
  }

  .bottomright {
    font-size: 74px;
    /* font-size: 65px; */
    top: 45%;
  }

  .bottomleft {
    bottom: 17%;
    right: 21%;
    font-size: 48px;
  }

  .center {
    font-size: 90px;
    left: 13%;
    top: 26%;
  }
}

@media(max-width:1280px) and (max-height: 1024px) {}

@media(max-width:1280px) and (max-height: 800px) {
  .topleft {
    right: 16%;
  }

  .bottomright {
    right: 10%;
  }

  .bottomleft {
    right: 18%;
    font-size: 50px;
  }

  .center {
    left: 10%;
  }
}

@media(max-width:1280px) and (max-height: 720px) {
  .topleft {
    font-size: 63px;
  }

  .bottomright {
    right: 6%;
  }

  .bottomleft {
    right: 16%;
    font-size: 44px;
    bottom: 15%;
  }

  .center {
    left: 8%;
    font-size: 70px;
    top: 28%;
  }
}

@media(max-width:1200px) {}

@media(max-width:1030px) {

  /* .desktopbanner {
    display: none !important;
  } */
  .one {
  background-image: url('../img/home1024.gif');
    /* background-position-x: 30%; */
    /* background-size: 100% 100% !important; */
  }
  .two {
    /* background-size: cover; */
    background-position: top;
  }

  .three {
    background-size: cover;
  }

  .demoline, .demoline2 {
    width: 100%;
    text-align: center;
  }

  .navbar-collapse {
    margin-top: 10px;
    margin-bottom: 32px;
    height: 80vh;
  }

  .menu {
    text-align: center;
    background-color: #003E99;
    height: 100%;
  }

  .menu .dropdown-toggle::after {
    margin-left: 0.55em;
    vertical-align: middle;
  }

  .nav-link {
    padding: 1rem;
    color: #fff !important;
  }

  .nav-link:hover {
    color: #eed338 !important;
  }

  .dropdown-menu {
    background-color: #eceff1 !important;
    color: #003E99 !important;
  }

  .dropdown-item, .hrline {
    color: #003E99 !important;
  }

  .dropdown-item:focus, .dropdown-item:hover {
    color: #455a64 !important;
    font-weight: 600;
  }

  footer .nav-link {
    color: #455a64 !important;
  }

  .hm-about-cnt {
    height: 480px;
  }

  .contact_banner {
    background-size: auto !important;
    background-position: bottom left !important;
    margin-top: 80px !important;
  }

  .careers, .audit, .tax, .business, .partners_banner, .our_banner, .aboutbanner, .team {
    background-size: cover !important;
    background-position: bottom center !important;
    margin-top: 80px !important;
  }

  .tax {
    background-position: bottom left !important;
  }

  .aboutbanner {
    background-image: url('../img/aboutus1200.jpg') !important;
  }

  .alumni {
    background-image: url('../img/alumni1200.jpg') !important;
    background-position: bottom left !important;
    margin-top: 80px !important;
  }

  .leader .innerimg, .partners .innerimg {
    width: 100%;
  }

  .leader .textbox, .partners .textbox {
    width: 100%;
  }

  .about-section-two {
    padding-top: 36px !important;
  }

  .about-section-two .content-column {
    margin-bottom: 0;
    padding-bottom: 36px;
  }

  .aboutre .content-column {
    padding-bottom: 0px !important;
  }

  .gray-box {
    padding: 36px 0 5px 0;
  }

  .highcolor1 {
    margin-bottom: 38px !important;
  }

  .career-top {
    margin-bottom: 5px;
  }

  .mt-md-30 {
    margin-top: 2rem !important;
  }

  .exper_section .content-column {
    padding-bottom: 15px;
  }

  .exper_section .exp-subtext {
    margin-top: 20px;
  }

  .audit-section, .tax-section, .business-section {
    background-size: 50%;
  }

  .partimg {
    padding-top: 50px;
  }

  .work1 {
    margin: 50px auto;
  }

  /* .partners {
    margin-bottom: 40px;
  } */
  .exp-finalmargin {
    margin-top: 90px !important;
  }

  .teamres h1 {
    font-size: 44px !important;
  }

  .center {
    left: 10%;
    font-size: 76px;
  }

  .bottomleft {
    right: 19%;
    bottom: 13%;
    font-size: 40px;
  }

  .bottomright {
    right: 8%;
    top: 44%;
  }
}

@media(max-width:1030px) and (max-height:768px) {
  .topleft {
    right: 11%;
    font-size: 62px;
  }
  .bottomright {
    right: 2%;
    top: 45%;
    font-size: 60px;
  }
  .bottomleft {
    right: 6%;
    bottom: 16%;
    font-size: 45px;
  }
  .center {
    left: 10%;
    font-size: 90px;
  }
}

@media(max-width:991px) {
  .one {
    background-position-x: center;
  }
}

@media(max-width:768px) {
  .one {
    /* background-image: url('../img/test1re.jpeg'); */
    /* background-image: url('../img/home1800reg.jpg'); */
    /* background-image: url('../img/home1700re.gif'); */
      background-image: url('../img/home768.gif');
    /* background-position: bottom; */
  }

  .two {
    background-image: url('../img/home3800.gif');
    /* background-size: 100% 100%; */
    background-position: center;
  }

  .three {
    background-image: url('../img/home2800.jpg');
    /* background-position: bottom; */
  }

  .desktopbanner {
    display: none !important;
  }

  .mobilebanner {
    display: none !important;
  }

  .audit {
    background-image: url('../img/auditsmall.jpg') !important;
  }

  .experience {
    background-image: url('../img/experiencesmall.jpg') !important;
  }

  .tax {
    background-image: url('../img/taxsmall.jpg') !important;
  }

  .desktopview {
    display: none;
  }

  .mobileview {
    display: flex;
  }

  .footinfo {
    margin-bottom: 34px;
    padding-left: 0;
  }

  .address {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .address::before, .about-section-two:before {
    background: url(../img/aboutbg.png) !important;
    /* background-size: contain !important; */
  }

  .address::after, .about-section-two::after {
    background: none !important;
  }

  .id-color {
    margin-top: 0px !important;
  }

  .resid {
    margin-top: 5% !important;
  }

  .our_banner {
    background-size: 130% 100% !important;
  }

  .form-floating>label {
    font-size: 16px;
  }

  .extracontainer .highcolor1 {
    margin-bottom: 0 !important;
  }

  .exper_section .content-column {
    padding-bottom: 5px;
  }

  .exp-right {
    padding-left: 40px;
  }

  .exper_section .vision {
    margin-left: 30px !important;
    text-align: left;
  }

  .exp-finalmargin {
    margin-top: 95px !important;
  }

  .exper_section {
    padding-bottom: 36px !important;
  }

  .audit-section, .tax-section, .business-section {
    background-size: 50%;
  }

  .resptext {
    margin-bottom: 0 !important;
  }

  .content-column .inner-column .text p:last-child {
    margin-bottom: 8px !important;
  }

  .serv-bx {
    margin-right: 3px;
    width: 49%;
  }

  .hm-about-cnt {
    padding: 0px 10px;
    height: 510px;
  }

  .innersteps .vision {
    text-align: left;
    padding: 1px 20px;
  }

  .innersteps .vision li {
    margin: 10px;
  }

  .hm-about-inner:before, .hm-about-inner:after {
    top: 35px;
  }

  .innersteps {
    padding: 30px 0 50px 0
  }

  .partimg1 {
    padding-top: 25px;
  }

  .leader .pb75 {
    padding-bottom: 0;
  }

  .partners .pb75 {
    padding-bottom: 10px !important;
  }

  .partners .partimg {
    padding-top: 20px;
  }

  .partners .work1 {
    margin: 45px auto;
  }

  /* .partners {
    margin-bottom: 40px;
  } */
  .footer-07 .mt-3 {
    margin-top: 0 !important;
  }

  .footer-07 .logobox {
    margin-top: 5px !important;
  }

  footer .footmenu {
    margin-bottom: 0.5rem;
  }

  .alumni {
    background-image: url('../img/alumni600.jpg') !important;
    background-position: center !important;
    margin-top: 80px !important;
  }

  .profiles {
    display: block !important;
  }

  .alternatebg {
    background-color: #cde0ee;
  }

  .profiles .my-3 {
    padding-bottom: 48px !important;
  }

  .leadershipres .profiles .my-3 {
    padding-bottom: 28px !important;
  }

  .audit-section .d-flex, .business-section .d-flex {
    display: block !important;
  }

  .teamres h1 {
    font-size: 36px !important;
  }

  .center {
    left: 10%;
    font-size: 70px;
    top: 15%;
    bottom: 0;
    -webkit-animation: load 1.5s 4.5s ease;
    animation: load 1.5s 4.5s ease;
    animation-fill-mode: forwards;
  }

  .bottomleft {
    font-size: 40px;
    bottom: 10%;
    /* width: 135px; */
    right: auto;
    transform: rotate(-90deg) !important;
    -webkit-animation: load 1.5s 1.5s ease;
    animation: load 1.5s 1.5s ease;
    animation-fill-mode: forwards;
  }

  .topleft {
    right: 0% !important;
    top: 52%;
    bottom: 0%;
    transform: rotate(-90deg) !important;
    font-size: 38px;
    width: 225px;
    height: auto;
    -webkit-animation: load1 1.5s 3s ease;
    animation: load1 1.5s 3s ease;
    animation-fill-mode: forwards;
  }

  .bottomright {
    bottom: 0% !important;
    left: 0%;
    right: 0%;
    font-size: 62px;
    top: auto !important;
    line-height: 70px;
    -webkit-animation: load 1.5s ease;
    animation: load 1.5s ease;
    animation-fill-mode: forwards;
  }

  .mobilebanner .homeline p {
    margin-bottom: 0 !important;
  }
}

@media(max-width:650px) {
  .team .bannertext {
    display: inline !important;
  }

  .subbantext {
    padding-top: 10px !important;
  }

  .one {
    background-image: url('../img/home650.gif');
    /* background-image: url('../img/home1450.jpg'); */
    /* background-size: 100% 100%; */
    /* background-position: center; */
  }

  .two {
    background-image: url('../img/home34501.gif');
  }

  .three {
    background-image: url('../img/home2450.jpg');
  }

  .bottomright {
    top: auto !important;
    font-size: 38px;
    bottom: 23% !important;
  }

  .topleft {
    top: 15%;
    font-size: 22px;
    width: 95px;
  }

  .bottomleft {
    font-size: 25px;
    top: 40%;
    width: 75px;
  }

  .center {
    left: 5%;
    font-size: 45px;
    top: 0%;
    bottom: 8%;
  }

  .threetext, .twotext {
    width: 100%;
    font-size: 62px;
  }

  .demoline2 {
    height: auto;
  }

  .home {
    height: 94vh;
  }

  .logobox {
    width: 220px;
  }

  footer .logobox {
    width: 255px;
    margin-top: 10px !important;
  }

  footer .footmenu {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  }

  .footmenu .nav-link {
    display: inline-block;
    padding: 0.4rem !important;
  }

  .copyright {
    font-size: 16px;
  }

  .copy {
    margin-top: 5px !important;
  }

  .ftco-footer-social {
    margin: 5px;
  }

  .mobileview {
    display: block !important;
  }

  .footinfo .id-color {
    margin-top: 5% !important;
  }

  .contact_banner {
    margin-top: 70px !important;
    background-image: url(../img/contact_bannerre.jpg) !important;
    background-size: cover !important;
    background-position: top center !important;
  }

  .alumni {
    background-image: url(../img/alumnismall.jpg) !important;
    background-position: center right !important;
  }

  .careers {
    background-image: url('../img/joinussmall.jpg') !important;
  }

  .tax {
    background-size: 110% 100% !important;
  }

  .business {
    background-size: 100% 100% !important;
  }

  .team {
    background-image: url('../img/team_bannersmall.png') !important;
    background-position: center !important;
  }

  .our_banner {
    background-image: url('../img/ourteam.jpg') !important;
    background-position: bottom center !important;
  }

  .aboutbanner {
    background-image: url(../img/aboutsusres.jpg) !important;
    background-position: initial !important;
  }

  .aboutbanner::before {
    background: rgba(0, 0, 0, 0.1) !important;
  }

  .contactform .field-set input, .field-set textarea {
    background: #fff;
  }

  .address::before, .about-section-two:before {
    background: url(../img/aboutbgres.png) !important;
    /* background-size: contain !important; */
  }

  .address {
    padding-top: 10px;
    padding-bottom: 28px;
  }

  .address::after, .about-section-two::after {
    background: none !important;
  }

  .about-section-two .content-column .inner-column {
    padding-left: 0;
  }

  .marginb {
    margin-bottom: 15px;
  }

  .alumniform .mb-3 {
    margin-bottom: 15px !important;
  }

  .alumniform .exp-subtext {
    margin-bottom: 2rem !important;
  }

  .buttongroup {
    margin-top: 2rem !important;
position: relative;
z-index: 9999999;
  }

  .extraclass {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .Positions {
    margin-top: 30px;
    text-align: center;
  }

  .careerres .Positions {
    margin-top: 0px;
  }

  #accordion .panel {
    margin-top: 25px;
  }

  #accordion .panel-title a {
    padding-right: 64px;
  }

  #accordion .panel-title a:after, #accordion .panel-title a:before {
    top: 30px;
  }

  .exp-right {
    padding-left: 20px;
  }

  .exp-finalmargin {
    margin-top: 20px !important;
  }

  .audit-section .content-column .inner-column .text, .tax-section .content-column .inner-column .text, .business-section .content-column .inner-column .text {
    margin-bottom: 20px;
  }

  .auto-container {
    padding: 0 25px;
  }

  .vision {
    margin-right: 20px !important;
    text-align: left;
  }

  .about-section-two {
    padding-top: 23px !important;
  }

  .exper_section {
    padding-bottom: 0px !important;
  }

  .about-section-two .content-column {
    padding-bottom: 26px;
  }

  .partners {
    margin-bottom: 0px;
  }

  .partners .container {
    padding: 0 25px;
  }

  .partners .innerimg, .leader .innerimg {
    height: 300px;
  }

  .partners .work1, .leader .work1 {
    margin: 20px auto;
  }

  .smmobileview {
    display: block;
  }

  .smdesktopview {
    display: none;
  }

  .serv-bx {
    width: 90%;
    padding: 3% 6% 1.5%;
  }

  #steps {
    padding-top: 5px !important;
  }

  .innersteps {
    padding: 20px 20px 40px 20px !important;
  }

  .innersteps .vision {
    text-align: left;
    padding: 1px 0px 1px 28px;
    margin-right: 0px !important;
  }

  .leader .container {
    padding: 25px !important;
  }

  .partimg {
    padding: 0px !important;
  }

  .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem;
  }

  .audit-section, .tax-section, .business-section {
    background-size: 80%;
  }

  #hero, .aboutbanner {
    height: 286px !important;
  }

  .profiles .my-3 {
    margin-bottom: 0px !important;
  }

  .partner-bg .innerbox {
    padding-bottom: 10px !important;
  }
}

@media(max-width:420px) {
  .one {
    background-image: url('../img/home420.gif');
    background-position: center;
    background-size: cover;
  }

  .two {
    background-image: url('../img/home34501.gif');
    /* background-size: 100% 110%; */
    /* background-position: center; */
  }

  .three {
    background-image: url('../img/home2450.jpg');
    background-size: cover;
  }

  .aboutbanner {
    background-size: 100% 100% !important;
    background-position: top center !important;
    background-image: url(../img/aboutussmall.jpg) !important;
  }

  .center {
    left: 5%;
    font-size: 40px;
    top: 0%;
    bottom: 6%;
  }

  .bottomleft {
    font-size: 25px;
    top: 34%;
    width: 75px;
  }

  .topleft {
    top: 15%;
    font-size: 22px;
    width: 82px;
  }

  .bottomright {
    top: auto !important;
    font-size: 34px;
    bottom: 26% !important;
  }

  .twotext, .threetext {
    font-size: 52px;
    width: 100%;
  }

  .demoline2 a {
    margin-left: 0 !important;
  }

  .carousel-indicators [data-bs-target] {
    width: 45px;
  }

  .hm-about-cnt {
    height: 580px;
  }

  .partners .container {
    padding: 0px;
  }

  .audit-section .vision, .tax-section .vision, .business-section .vision {
    margin-left: 30px !important;
  }

  #hero h1 {
    font-size: 24px;
  }

  /* .about-section-two .content-column {
    padding-bottom: 0px;
  } */
  .exper_section .exp-subtext {
    margin-top: 15px;
  }

  .career-top {
    margin-bottom: 25px;
  }

  .gray-box {
    padding-top: 20px;
  }

  .extracontainer .highcolor1 {
    padding-bottom: 35px !important;
  }

  .careerres .extracontainer .headding11 {
    padding-bottom: 0px !important;
  }

  .careerres .career-top {
    margin-bottom: 0px;
  }

  .services-section {
    padding-bottom: 36px !important;
  }

  .exper_section {
    padding-bottom: 20px !important;
    padding-top: 15px !important;
  }

  .alumni {
    margin-top: 45px !important;
  }
}



@media(max-width:380px) {
  .services-section {
    padding-bottom: 15px !important;
  }
}

@media(max-width:320px) {
  .center {
    font-size: 33px;
    bottom: 6%;
  }

  .bottomleft {
    font-size: 25px;
    width: 56px;
  }

  .topleft {
    width: 70px;
  }

  .bottomright {
    font-size: 28px;
    bottom: 28% !important;
  }

  .team {
    background-position: right center !important;
  }

  .logobox {
    width: 200px;
  }

  .navbar-toggler {
    padding: 0.25rem 0.5rem;
  }

  footer .logobox {
    width: 215px;
  }

  .nav-link {
    font-size: 14px;
  }

  #hero {
    margin-top: 60px !important;
  }

  .dropdown-menu .dropdown-item {
    padding: 0.25rem 0rem;
  }

  /* .one {
    background-image: url('../img/home1450ress.jpg');
    background-position: center;
    } */
}
