/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #eceff1;
  color: #455a64;
  font-family: "Montserrat", 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: "Montserrat", 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: #127CC3;
  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: #127CC3;
  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 #127CC3;
  box-shadow: 0 0 10px #455a64;
  z-index: 3;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;

}

.logobox {
  /* width: 290px;
  padding: 10px 0 */
  width: 420px;
  padding: 10px 0;
}
.logobox h4 {
  font-weight: 800;
}

.nav-link {
  color: #455a64 !important;
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 600
}

.menu .nav-item.active .nav-link {
  color: #127CC3 !important;
}

nav-link:focus, .nav-link:hover, .menu .nav-item.active .nav-link:hover {
  color: #fff !important;
  background-color: #127CC3;
}



/**
* 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;
}

/*--------------------------------------------------------------
# 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/aboutusbanner.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 90px;
  padding: 0;
}

.audit {
  background-image: url("../img/auditbanner.jpg") !important;
  background-position-x: center !important;
  background-position-y: 70% !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/taxbanner.jpg") !important;
  background-position-x: center !important;
  background-position-y: center !important;
  background-size: cover !important;
}

.overseas {
  background-image: url("../img/overseas.jpg") !important;
  background-position-y: 20% !important;
}
.audit::before {
  background: rgba(0, 0, 0, .4) !important;
}

.business {
  background-image: url("../img/businessbanner.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/contactbanner.jpg") !important;
  background-size: cover !important;
}

.careers {
  background-image: url("../img/joinbanner.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 h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Montserrat", 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: 'Montserrat', 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: #127CC3;
  text-align: center;
  line-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onetext:hover, .demoline>a:hover, .demoline2>a:hover {
  color: #127CC3 !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: 40px;
  height: 5px;
  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: cover !important;
  margin-top: 90px !important;
  background-position: 60% !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;
}
.services-section:before {
  background: url(../img/aboutbgresize.png) left top repeat-y;
}

.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: 30px;
}

.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; */
  color: #0774bc;
}

.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;
}

.services-section:after {
    background: url(../img/aboutbg2resize.png) right top repeat-y;
}
.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: 16px;
  line-height: 1.2;
}

.vision li {
  margin: 8px;
}

.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; */
}

.blogs_banner {
  background-image: url('../img/blogsbanner.jpg') !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;
}

.titlecolor {
  color: #127CC3;
  position: relative;
  padding-bottom: 10px;
}
.titlecolor h2:before, .titlecolor:before {
  position: absolute;
  /* left:50%; margin-left:-30px; */
  bottom: 0;
  width: 80px;
  height: 2px;
  content: "";
  background-color: #181616;
}

.highcolor, .highcolor1 {
  color: #08449c;
  /* color: #0d649f; */
}


.highcolor:hover {
  /* color: #08449c; */
  color: #0d649f;
  font-size: 20px;
}

h5.highcolor:hover {
  /* color: #08449c; */
  /* color: #0d649f; */
  /* font-size: 1.4rem; */
}

.textbox {
  width: 600px;
}

.work1 {
  margin: 75px auto;
}

.workname {
  font-size: 20px;
  /* color: #ce2e27; */
  color: #127CC3;
}

.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 #127CC3;
  color: #127CC3;
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 50%;
  position: relative;
  padding-top: 6px;
  margin: auto;
  z-index: 99999;
  text-align: center;
}

.linkedinicon:hover {
  color: #127CC3;
  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
}

.fileName {
  opacity: .5;
  font-weight: 100;
  font-size: 14px;
}

.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 {
  display: none;
}

.error {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Footer
*/
footer {
  /* background-color: #fff; */
  border-top: 2px solid #127CC3;
  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 #127CC3;
  color: #127CC3;
}

.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; */
  width: 400px;
  margin-top: 20px !important;
  margin-bottom: 0px !important;

}

footer .logobox a, footer .logobox a:hover {
  color: #000000 !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: #127CC3;
  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: #127CC3;
    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: #127CC3 !important;
  }

  .dropdown-item, .hrline {
    color: #127CC3 !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;
  }

  .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;
    } */
}




.heroimg {
    overflow: hidden;
    height: 400px;
    object-fit: cover;
    padding: 0
}

.blogmarg {
    margin: 80px 0;
}

.bloginner {
    padding: 30px 30px 30px 0;
}

.bloginner>h1 {
    color: #d12329;
    font-weight: 200;
}
.redbox {
    background-color: #d12329;
    color: #fff;
}

.datebox {
    padding: 15px;
    text-align: center;
}

.bdate {
    font-size: 26px;
    font-weight: 500;
}
.whitebox {
    background-color: #fff;
}

.bloginner > a{
  padding: 0 !important;
}
.bloginner > a:hover {
  text-decoration: none;
}



.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #FFF;
	background-color: #127CC3;
	border-color: #127CC3;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #127CC3;
}

.simple-pagination .prev.current:hover,
.simple-pagination .next.current:hover {
  background: #D12329;
}
.cat li
{
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  padding-top: 12px;
  float: left;
}



.formname {
    margin: 0;
    text-transform: capitalize;
}
.blogc{
  display: inline-block;
  height: auto;
  padding: 5px;
  cursor: pointer;
}

.blogc:hover {
  color: #127CC3;
}

input[type=checkbox]:checked+.blogc {
    background-color: #d12329;
    color: #fff;
}


input[type=radio] {
    visibility:hidden;
}

input[type=radio]:checked + label {
    color: #ff0000;
    font-weight: 600;
}




.blog-container {
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 2px -2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  margin: 48px auto;
  width: 20rem;
}
@media screen and (min-width: 480px) {
  .blog-container {
    width: 28rem;
  }
}
@media screen and (min-width: 767px) {
  .blog-container {
    width: 40rem;
  }
}
@media screen and (min-width: 959px) {
  .blog-container {
    width: 50rem;
  }
}

.blog-container a {
  color: #4d4dff;
  text-decoration: none;
  transition: 0.25s ease;
}
/* .blog-container a:hover {
  border-color: #ff4d4d;
  color: #ff4d4d;
} */

.blog-cover {
  /* background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/17779/yosemite-3.jpg"); */
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 5px 5px 0 0;
  height: 20rem;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0 64px 64px 16px;
}

.blog-author,
.blog-author--no-cover {
  margin: 0 auto;
  padding-top: 0.125rem;
  width: 80%;
}

.blog-author h3 {
  color: #fff;
  font-weight: 100;
}

.blog-author--no-cover h3 {
  color: #999999;
  font-weight: 100;
}


.blog-body {
  margin: 0 auto;
  width: 80%;
}

.video-body {
  height: 100%;
  width: 100%;
}

.blog-title h1 a {
  color: #127cc3;
      font-weight: 500;
      text-transform: capitalize;
      font-size: 32px;
}

.blog-title h1 a:hover {
  color: #D12329;
}

.blog-summary p {
  color: #4d4d4d;
}

.blog-tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.blog-tags li + li {
  margin-left: 0.5rem;
}

.blog-tags a {
  /* border: 1px solid #999999; */
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  padding: 0 0.5rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 5rem;
}

.blog-footer {
  border-top: 1px solid #e6e6e6;
  margin: 0 auto;
  padding-bottom: 0.125rem;
  width: 80%;
}

.blog-footer ul {
  list-style: none;
  display: flex;
  flex: row wrap;
  justify-content: flex-end;
  padding-left: 0;
}

.blog-footer li:first-child {
  margin-right: auto;
}

.blog-footer li + li {
  margin-left: 0.5rem;
}

.blog-footer li {
  color: #999999;
  font-size: 0.75rem;
  height: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
.blog-footer li a {
  color: #999999;
}

.comments {
  margin-right: 1rem;
text-transform: capitalize !important;
color: #000000 !important;
}
.link {
  color: #ff0000 !important;
}

.published-date {
  /* border: 1px solid #999999;
  border-radius: 3px; */
  padding: 0 0.5rem;
  color: #000000 !important;
  font-weight: 600;
}

.numero {
  position: relative;
  top: -0.5rem;
}


.tag {
  background: #127CC3;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

/* .tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
} */

.tag::after {
  background: #fff;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #127cc3;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: crimson;
  color: white;
}

.tag:hover::after {
   border-left-color: crimson;
}



/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/
.maincarousel {
  height: 95vh !important;
  margin-top: 2.4%;
}
@keyframes kenburns {
  0% {
    transform: scale(1);
    transition: transform 20000ms linear 0s;
  }

  100% {
    transform: scale(1.4);
    transition: transform 20000ms linear 0s;
  }
}

/* Carousel Wrapper */
.kb-carousel {
  overflow: hidden;

}

.carousel-item {
  position: relative !important;
}
.carousel-item img {
  object-fit: cover;
  height: 100%;
}


/* Carousel Items */
.kb-carousel .carousel-item {
  transition: transform .8s ease-in-out 0s, opacity ease-in-out .8s;
}

.kb-carousel .carousel-item.active {
  transition: transform .8s ease-in-out 0s, opacity ease-in-out .8s;
}

.kb-carousel > .carousel-inner > .carousel-item > img,
.kb-carousel > .carousel-inner > .carousel-item > a > img {
  opacity: 0.8;
  animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
  z-index: 0;
  opacity: 0;
}

/* .carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(250,140,50, 0.6);
} */

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5)); */
background-color: rgba(0,0,0,0.30);
/* background: transparent url("http://i.imgur.com/8B7UFiv.png") repeat; */
/* z-index: 1 */
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
}


/* Carousel Captions */
.kb-caption {
  right: 7%;
  left: 7%;
  bottom: 25%;
  padding: 0;
  width: 90%;
  /* z-index: 10;
      text-shadow: 1px 1px 0 rgba(0,0,0,.75); */
}

.kb-caption-left {
  margin-right: auto;
}

.kb-caption-right {
  margin-left: auto;
}

.kb-caption-center {
  margin: auto;
}

.kb-caption h1,
.kb-caption h6 {
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.kb-caption h1 {
  animation-delay: 1s;
  color: #127CC3;
  /* color: #ffffff; */
  background: #fff;
  text-transform: capitalize;
  /* font-size: 49px; */


}

.kb-caption h6 {
  animation-delay: 1.5s;
  color: #fff;
background: rgba(0 0 0 / 0.6);
font-weight: 400;
line-height: 1.6;
letter-spacing: 1px;
font-size: 1.15rem;
}

@media (min-width: 768px) {
  .kb-caption {
    bottom: 37%;
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .kb-caption {
    bottom: 45%;
  }
}

/* Controls */
.kb-control-prev,
.kb-control-next {
  width: 3.5rem;
  height: 3.5rem;
  margin: auto 0;
  opacity: 0;
  color: #fff;
  background: rgba(0 0 0 / 0.7);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
  opacity: 1;
}

.kb-control-prev {
  left: 1%;
}

.kb-control-next {
  right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
  color: #fff;
  background: rgba(0 0 0 / 1);
}

/* Support for dark mode */
[data-bs-theme = "dark"] .carousel .carousel-control-next-icon,
[data-bs-theme = "dark"] .carousel .carousel-control-prev-icon {
  filter: none;
}


.fancybox-container {
  z-index: 9999999999;
}

.partners .innerimg {
  width: 300px;
height: 300px;
margin: auto;
}
 .partners .innerimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    padding-top: 0 !important;
}

.partners .innerimg:hover {
  transform: scale(1.06);
  cursor: zoom-in;
}
.partners .innerimg:hover img {
  box-shadow: 6px 6px 6px rgb(18 124 195 / 21%);
}
/* .blogmain {
  position: relative;
  width: 100%;
  height: 100%;
}

.blogmain:before {
  content: "";
  display: block;
   position: absolute;

   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
  width: 100%;
  height: 100%;
  background: url('../img/aboutbg2.png') right repeat-y;

}
.blogmain:after {
  content: "";
  display: block;
   position: absolute;

   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
  width: 100%;
  height: 100%;
  background: url('../img/aboutbg.png') left repeat-y;

} */
.form-control.is-valid {
  background: 0 0 !important
}

.form-control.is-valid:focus {
  border-color: none
}

.invalid-feedback {
  color: #f44336;
  font-size: 15px;
  font-weight: 300
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all .2s;
  opacity: .5;
  font-size: 14px;
}

.form-control.is-valid+.form-control-placeholder, .form-control.is-valid:focus+div .form-control-placeholder, .form-control:focus+.form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1
}


/* serives page */

.servcard {
  max-width: 32%;
  background-color: #c0dbe8ba;;
  border: 0;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.18);
  margin: 1em auto;
  border-radius: 16px;
  z-index: 2;
}



.servcard:hover {
  box-shadow: 0 10px 10px rgba(0,0,0,0.60);
    transform: scale(1.02);
    background-color: #02070acc;
    color: #fff !important;
}

.servcard:hover .titlecolor, .servcard:hover span{
  color: #fff !important;
}

.servcard:hover .titlecolor:before {
  background-color: #127CC3;
}
.close {
  background: transparent;
    border: none;
    right: 0;
    position: absolute;
  transform: scale(1.5)
}


.login {
  padding: 6px 20px;
  border-radius: 20px;
  background: none;
  border: 2px solid #FAB87F;
  color: #FAB87F;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}
.login:hover {
  background: #FAB87F;
  color: #fff;
}

.modal-backdrop.show {
    opacity: .75;
}

.modal .modal-content {
           padding: 20px 20px 20px 20px;
           -webkit-animation-name: modal-animation;
           -webkit-animation-duration: 0.5s;
           animation-name: modal-animation;
           animation-duration: 0.5s;
           font-size: 16px;
           line-height: 1.8;
       }

       @-webkit-keyframes modal-animation {
           from {
               top: -100px;
               opacity: 0;
           }
           to {
               top: 0px;
               opacity: 1;
           }
       }

       @keyframes modal-animation {
           from {
               top: -100px;
               opacity: 0;
           }
           to {
               top: 0px;
               opacity: 1;
           }
       }
