@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
.f-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.f-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.f-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.f-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.f-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
body a:hover {
  text-decoration: none;
  color: #fff;
}
body li {
  list-style: none;
}
.f-light {
  font-weight: 300;
}
.f-regular {
  font-weight: 400;
}
.f-medium {
  font-weight: 500;
}
.f-semibold {
  font-weight: 600;
}
.f-bold {
  font-weight: 700;
}
.f-Extrabold {
  font-weight: 800;
}
.f-black {
  font-weight: 900;
}
p {
  font-weight: 300;
}
a {
  text-decoration: none;
}

/* service section start here */
.about-service-section {
  padding: 60px 0;
}
.init-service-header {
  font-size: 45px;
  color: #023e60;
  font-weight: 600;
}
.ft-25 {
  font-size: 25px;
}
.about-service-section li {
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
}
.about-service-section li::before,
.service-llp-under li::before,
.entity-content li::before,
.dots-content li::before,
.services-registration-section li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #63ac4c;
  top: 6px;
  left: -15px;
}
.types-content-content li{
    position: relative;
    margin-bottom: 10px;
}
/* Type of company registration section */
.services-different-types-regis-section {
  background: url(Image/different-types-regis-bg.png) no-repeat;
  background: url(Image/different-types-regis-bg.jpg) no-repeat;
  padding: 100px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 560px;
}
.service-business-setup-section {
  /* background: url(Image/different-types-regis-bg.png) no-repeat; */
  padding: 100px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.services-sub-header {
  font-size: 26px;
  font-weight: 500;
}
.types-content-div {
  background: #fff;
  box-shadow: 0px 13px 36px #0a1b2f19;
}
.types-content-content {
  padding: 45px 90px;
}
.ft-600 {
  font-weight: 600;
}
.about-different-content img {
    width: 38%;
}
/* benefit section */
.services-benefit-section {
  background: #fff;
  padding: 60px 0px;
  position: relative;
}
.llp-under {
  margin-top: 45px;
}
.ft-18 {
  font-size: 18px;
}
.llp-under-single {
  width: 45%;
  border: 1px solid #c8cad0;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.llp-single-content {
  display: flex;
  padding: 20px 16px;
  align-items: center;
}
.benefit-right-content {
  display: flex;
  flex-wrap: wrap;
}
.llp-single-content img {
  width: 55px;
  margin-right: 12px;
}
.llp-under-single:hover {
  background-color: #023e60;
  color: #fff;
}
.llp-under-single:hover p {
  color: #fff;
}
.llp-under-single:hover img {
  filter: invert(6%) sepia(0%) saturate(6561%) hue-rotate(140deg)
    brightness(325%) contrast(1058%);
}
.service-llp-under {
  padding: 60px 0;
  background-color: #ecf2f5;
}
.service-llp-under li,
.entity-content li {
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
}
.partnership-section {
  padding: 60px 0px;
}
.partner-different-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  box-shadow: 0px 13px 36px #0a1b2f19;
  padding: 40px 30px;
  cursor: pointer;
  transition:all 0.3s ease-in-out;
}
.partnership-section img {
  width: 70px;
  margin-bottom: 20px;
}
.benefit-over-div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.test-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 10px;
    text-align: center;
    width: 100%;
    justify-content: center;
    height: 100%;
}.test-img {
  opacity: 0;
  transition: all 0.5s;
}
.services-single:hover .test-img {
  opacity: 1;
}
.services-single:hover .test-content img {
  filter: invert(6%) sepia(0%) saturate(6561%) hue-rotate(140deg)
    brightness(325%) contrast(1058%);
}
.services-single:hover h4,
.services-single:hover a.init-read-more {
  color: #fff;
}
.services-single a.init-read-more {
  color: #000;
}
.test-content img {
  margin-bottom: 12px;
}
.initial-header {
  font-size: 18px;
}
.text-green {
  color: #63ac4c;
}
.text-dark {
  color: #000000;
}
.about-team-section.modal .modal-dialog {
  transform: none;
  max-width: 60%;
}
.about-team-section button.btn-close {
  position: absolute;
    right: 0;
    z-index: 11;
    color: #000;
    opacity: 1;
    font-size: 28px;
    background: none;
}
.about-team-section .modal-body.teams-content {
  display: flex;
  padding: 40px 40px;
}
.img-container::before {
  content: "";
    position: absolute;
    position: absolute;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    z-index: -1;
    background-image: linear-gradient(to bottom, #63ac4c 50%, #eff4f5 50%);
}
.random {
  float: right;
}
.border {
  display: none;
}
.service-business-intro,
.service-business-indian-entity {
  padding: 60px 0;
}
.init-mb-20 {
  margin-bottom: 20px;
}
.init-mt-20 {
  margin-top: 20px;
}
/*.text-fit {
  text-align: justify;
}*/
.business-indian-entity,
.business-foreign-entity {
  background: #fff;
  box-shadow: 0px 13px 36px #0a1b2f19;
  border-radius: 4px;
}
.business-indian-entity {
  margin-bottom: 40px;
  margin-top: 40px;
}
.entity-content {
    padding: 20px 20px;
}
.services-business-section {
  background-color: #ecf2f5;
  padding: 60px 0px;
}
.ft-400 {
  font-weight: 400;
}
.entity-content li,
.service-registration-under li {
  margin-left: -16px;
  margin-bottom: 10px;
}
.services-registration-section li.f-light.ft-400.text-fit.blue {
  position: relative;
  margin-left: -16px;
}
.services-registration-section {
  padding: 100px 0px;
  position: relative;
}

.advantages-over-div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -72%);
}
.service-registration-under {
  margin-top: -280px;
}
.service-gst {
  background: url(Image/different-types-regis-bg.png) no-repeat;
   background: url(Image/different-types-regis-bg.jpg) no-repeat;

  padding: 100px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 560px;
}

.gst-special-section {
  height: 460px;
}

.gst-partner-common,
.section-color {
  background-color: #ecf2f5;
}
.tax-income-over-div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -78%);
}

.tax-nri-over-div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -73%);
}

.gst-income-tax-special {
  height: 265px;
}
.init-ml-18 {
  margin-left: 18px;
}
.tax-nri-tax-special {
  height: 300px;
}
.init-header-special {
  font-size: 30px !important;
}
.tax-invest {
  padding: 0px 0px 60px 0;
}
.init-mb-60 {
  margin-bottom: 60px;
}
.ft-22px {
  font-size: 22px !important;
}
.service-audit-over-div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
}
.init-mb-30 {
  margin-bottom: 30px;
}
.service-audit-over-div a:hover {
  opacity: 0.7;
  color: #0d6efd;
}
.bg-white {
  background-color: #fff !important;
}

.navbar-mob .nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
}
.navbar-mob .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 8px 10px;
  color: #fff;
  display: block;
 /* text-transform: capitalize;*/
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}
.navbar-mob .dropdown-menu {
  position: absolute;
  padding: 0;
  border-top: 4px solid rgba(5, 121, 168, 0.7215686274509804);
  border-radius: 0;
  top: 90%;
}
.home-numbers h4 {
    text-transform: uppercase;
}
.initial-header{
  text-transform: uppercase;
}

.opacity {
  opacity: 0;
}
.registration-half-div {
  background: url(Image/different-types-regis-bg.png) no-repeat;
    background: url(Image/different-types-regis-bg.jpg) no-repeat;
  padding: 60px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 560px;
}
.tax-gst-lower {
  background: url(Image/tax-gst-bg.png) no-repeat;
   background: url(Image/tax-gst-bg.jpg) no-repeat;
  padding: 60px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 560px;
}
.company-reg-lower {
  background: url(Image/different-types-regis-bg.png) no-repeat;
  background: url(Image/different-types-regis-bg.jpg) no-repeat;
  padding: 60px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 560px;
}
.tax-gst-overlay {
  padding: 60px 0;
  margin-top: -400px;
  position: relative;
}
.company-reg-overlay {
  padding: 60px 0;
  margin-top: -363px;
  position: relative;
}
.registration-overlay {
  padding: 60px 0;
  margin-top: -342px;
  position: relative;
}
.service-registration-under {
  margin-top: 45px;
}
.registration-lower {
  background: url(Image/registration-bg.png) no-repeat;
   background: url(Image/registration-bg.jpg) no-repeat;
  padding: 60px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 560px;
}
.tax-income-tax-lower {
  background: url(Image/tax-income-tax-bg.png) no-repeat;
   background: url(Image/tax-income-tax-bg.jpg) no-repeat;
  padding: 60px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 560px;
}
.tax-income-tax-overlay {
  padding: 60px 0;
  margin-top: -350px;
  position: relative;
}
.tax-nri-tax-lower {
  background: url(Image/nri-bg.png) no-repeat;
    background: url(Image/nri-bg.jpg) no-repeat;
  padding: 60px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 560px;
}
.tax-nri-tax-overlay {
  padding: 60px 0;
  margin-top: -350px;
  position: relative;
}
.service-auditing-lower {
  background: url(Image/auditing-bg.png) no-repeat;
    background: url(Image/auditing-bg.jpg) no-repeat;
  padding: 60px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 560px;
}
.service-auditing-overlay {
  padding: 60px 0;
  margin-top: -470px;
  position: relative;
}
.for-ul ul{
    padding-left: 16px;
}
.contact {
  padding: 60px 0px;
}
.contact-lists {
  padding-right: 60px;
}
.contact-address {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  border-bottom: 1px solid #7070703b;
  padding-bottom: 18px;
  padding-top: 6px;
}
.contact-address span {
  color: #023e61;
  margin-right: 10px;
}
.contact .form-group .form-control {
  border: 0px;
  background: #F5F6F8;
  padding: 13px 20px;
}
.contact-address .fa {
  font-size: 23px;
}
.contact .social-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin, .social-box .pinterest{
    color: #fff;
    font-size: 29px;
    margin-right: 15px;
    padding-left: 0px;
}

.contact .social-box .twitter, .contact .social-box .insta, .contact .social-box .facebook, .contact .social-box .linkedin, .contact .social-box .pinterest{
  color:#023e61;
}
.contact .form-group {
  margin-bottom: 25px;
}
.contact .common-btn {
  /* background: transparent;
  color: #1ba9e3;
  border: 1px solid #1ba9e3; */
  margin-top: 20px;
  border: none;
}
.contact .common-btn span{
  color:#fff;
}
.contact-content a {
  color: #000;
}
.contact-content a:hover {
  color: #000;
}
.client-slider .item {
  border-radius: 20px;
  border: 1px solid #EAEBEB;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  transition: all 0.3s ease-in-out;
    margin: 20px 10px 20px;
}
.client-slider .item:hover {
  border: 0px;
  box-shadow: 0px 2px 20px #483e741a;
}
.client-slider .owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    /* width: 226px!important;
    margin-right: 26px!important; */
}
.client-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -35%;
  display: inline-flex;
  transform: translate(-50%, -50%);
}
.new-content-data h3 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom:0px;
    /*height: 45px;*/
  
    color:#000;
}
.service-auditing-overlay.dots-content.audits li {
    margin-bottom: 10px;
}
.top-arrow:hover {
    background: #013b61;
}
.new-content-data button.date {
    border-top: 1px solid #dedede;
    width: 100%;
   text-align: left;
    padding-top: 10px;
}
/* .teams-content .teamsec.scrollbar {
  overflow: scroll;
} */
.about-team-section .modal-body.teams-content p{
  font-weight: 400;
}
.about-team-img{
  border: 8px solid #f1f1f1;
  border-radius: 50%;
  width: 110px!important;
  height: 110px!important;
}
.col-margin{
  margin-right: 20px;
}
#career-form .contact{
  padding:0;
}
.modal-body.teams-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.num-div{
  display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 40px 30px 0px;
    cursor: pointer;
}
.num-div p {
    margin-bottom: 0px;
}
.breadcum {
    margin-top: 85px;
    position:relative;
}
.saying-img{
  padding: 8px;
}
.form-content .form-control:focus{
  outline: 0;
  box-shadow: none;
  border-bottom: 2px solid #63ac4c;
}
.map{
  padding-top: 40px;
}
.job-btn{
  margin-top: 0!important;
}
.news-single a:hover {
  color: #023e60;
}

.service-auditing-overlay a:hover {
  color: #0d6efd;
}
#home-client .owl-nav{
  width: 100%;
  position: absolute;
}
#home-client .owl-nav .owl-prev{
  left: -45px;
    position: absolute;
    top: -24px;
}
#home-client .owl-nav .owl-next{
  right: -45px;
    position: absolute;
    top: -24px;
}

.partner-different-content:hover p,  .partner-different-content:hover h5{
  color: #ffff;
}
.partner-different-content:hover {
  background: #013b61;
  /* color: #fff; */
}

.services-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-]{
  background-color:transparent;
}
.services-slider .owl-nav{
  width:100%;
}
.services-slider .owl-prev {
    left: -4%;
    position: absolute;
}

.services-slider .owl-next {
    right: -4%;
    position: absolute;
}
.item.item-test {
    position: relative;
    margin-top: 9%;
    margin-bottom: 0%;
}
.social-box a:before {
    display: none;
}
.address-wrapper a {
    padding-left: 0px;
}

.address-wrapper a:before {
    display:none;
}

.error-page img {width: 15%;}
.error-btns {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
.errors {
  font-size: 13px;
  color: #f00;
  margin: 10px 0 0;
  font-weight: 400;
  padding-left: 20px;
}
.testimonial-text-content p {
    font-size: 16px;
}

.testimonial-content p.date.text-center {
    color: #000;
}

.categories .recent-post-wrapper {
    background-color: #63ac4c14;
    padding: 30px;
    margin-top: 22px;
}
.recent-post {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 12px 3px;
}
.recent-post img {
    width: 38%;
}
.recent-post .text {
    padding-left: 17px;
}

.recent-post .text p {
    color: #000;
    margin-bottom: 10px;
}
.recent-post .text h5 {
    font-size: 15px;
    color: #023e60;
}

.recent-post-wrapper .recent-post:last-child {
    border-bottom: 0px;
}

.caption-left ul{
  display:flex;
  color:#fff;
  padding-left: 15px;
}

.caption-left li {
    list-style-type: disc;
    margin-right: 30px;
    color: #013b61;
}
.service-content {
    text-align: center;
}

.facebook:hover {
    color: #4267B2 !important;
}
.linkedin:hover {
    color: #0072b1!important;
}
.twitter:hover {
    color: #1da1f2 !important;
}
.whatsapp:hover{
  color:#00e676 !important;
}

.career-numbers-content h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.about-different-section .init-flex-center {
    padding: 0px;
}

.about-different-section .col-sm-12.col-md-6.col-lg-6.col-xl-3.init-flex-center:last-child .about-different-content {
    border-right: 0px;
}


.categories-list a {
    background: #023e60;
    display: block;
    color: #fff;
    margin-bottom: 9px;
    padding: 12px 16px;
    font-size: 13px;
}
.categories-list {
    margin: 15px 0;
}
.categories-list a:hover{
  color: #fff;
}
.categories-list a span {
    float: right;
}
.categories h3 {
    font-size: 22px;
}

.nopost.text-center{
  margin-top:20px;
}
.nos{
  display:flex;
}
.about-service-section .services-right-content h5 {
    margin-bottom: 25px;
}
.service-content .text-left{
  text-align:left;
}


.about-service-section.tds .services-right-content h5 {
    margin-bottom: 6px;
}

.audit-para{
  margin-top:60px;
}


.tabs-right .nav-tabs .nav-link.active {
    border: 0px;
    background: #013b61;
    border-radius: 0px;
    color: #fff;
}

.tabs-right .nav-tabs .nav-link:focus, .tabs-right .nav-tabs .nav-link:hover{
  border:0px;
}
.tabs-right h5, .tabs-right h5 a {
    background: #fff;
    padding: 10px;
   /* background: #013b61;*/
    color: #000;
    margin-top: 15px;
    font-size:16px;
    transition:all 0.3s ease-in-out;
}
.tabs-right h5:hover, .tabs-right h5 a:hover {
   background: #013b61;
   color:#fff;
}

.tabs-right .nav-tabs .nav-link{
  border:0px;
  border-radius:0px;
  color:#000;
  padding: 10px 25px;
}
.news-tab h4 {
    font-size: 18px;
}
.tabs-right .news-tab {
    padding: 15px;
    border-bottom: 1px solid #cccccc38;
}
.tabs-right .news-tab:last-child{
  border-bottom:0px;
}
.date-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.date-wrapper a {
    color: #000;
    font-size: 14px;
}

.date-wrapper h6{
  font-size: 14px;
  color:#023e60;
}

.tabs-right {
    box-shadow: 0 4px 16px rgb(0 0 0/10%);
    /* padding: 10px; */
}

.news-tab{
  padding:15px;
}

.news-main .categories{
  padding-left:0px;
}

#search-blog {
    /*width: 30%;*/
    position: relative;
    border: 1px solid #cccc;
    border-radius: 30px;
}
.categories {
    margin-top: 30px;
}
.services-right-tab .accordion-item h2.accordion-header {
    padding: 0px;
}
.services-right-tab .accordion-body ul {
    padding-left: 0px;
    margin-bottom:0px;
}
.services-right-tab .accordion-body {
    padding: 0px;
}
.services-right-tab .accordion-body li {
    border-bottom: 1px solid #cccccc80;
    padding:10px;
}
.services-right-tab .accordion-button{
  padding:10px;
}
.services-right-tab .accordion-body li:last-child {
    border-bottom: 0px;
}
.services-right-tab .accordion-item h2 {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0px;
}
.blog-sidebar form, .knowledge form {
    position: relative;
}
.searchbar {
    border: none;
    border-radius: 30px;
    padding: 10px 2.5rem 8px 15px;
    width: 100%;
    margin-bottom: 2rem;
}
#search-blog .searchbar {
    margin-bottom: 0;
    padding-right: 2.5rem;
}

#search-blog button{
    position: absolute;
    right: 4px;
    top: 3px;
    width: 35px;
    height: 35px;
    border: none;
    padding: 2px;
    background: transparent;
    border-radius: 50%;
    color: #5b168b;
}

.services-right-tab .accordion-button {
    padding: 10px;
    background: #043f63;
    color: #fff;
}
.services-right-tab .accordion-body li a{
  width: 100%;
  color: #000;
}
.services-right-tab .accordion-item h2{
background: #043f63;
    color: #fff;
}
.services-right-tab .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    content: "\f106";
    font-family: 'FontAwesome';
    transform: initial;
    background-image: none;
    font-size: 28px;
    position: absolute !important;
    top: 2px !important;
    right: 7px !important;
    font-weight: 500 !important;
}
.services-right-tab .accordion-button::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    content: "\f106";
    font-family: 'FontAwesome';
    transform: initial;
    background-image: none;
    position: absolute;
    top: 17px;
    right: 10px;
    color: #fff !important;
    /* background: #fff; */
    transform: rotate(180deg);
    font-size: 27px;
}
.services-right-tab {
    margin-top: 30px;
}
/*.services-right-tab .accordion-button::after {
    position: absolute;
    top: 23px;
    right: 20px;
}*/
.services-right-tab .accordion-item h2 a{
  color:#fff;
  width:100%;
}

.services-right-tab .accordion-header button:focus{
box-shadow:none !important;
}

.services-right-tab h3{
  font-size:22px;
}

.social-icon-fix ul {
    padding-left: 0px;
}

.social-icon-fix {
    position: fixed;
    right: 0%;
    top: 30%;
    padding-left: 0px;
    z-index:1;
}

.social-icon-fix a,  .social-icon a{
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition:all 0.3s ease-in-out;
    position:relative;
    z-index:9999;
}
.social-icon-fix a:hover, .social-icon a:hover{
  color:#fff !important;
}
.social-icon-fix .facebook, .social-icon .facebook{
  background-color:#4267B2;
  color:#fff;
}
.social-icon-fix .linkdin, .social-icon .linkdin{
  background-color:#0077b5;
  color:#fff !important;
}

.social-icon-fix .whatsapp, .social-icon .whatsapp{
  background-color:#1bd741;
  color:#fff !important;
}

.social-icon-fix .phone, .social-icon .phone{
  background-color:#65aa4c;
  color:#fff !important;
}

.social-icon-fix li{
  transition:all 0.3s ease-in-out;
}
.social-icon-fix li:hover {
    margin-left: -20px;
}

.home-industry .industry-single {
    width: 18.9%;
    background: #fff;
    margin: 6px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-item span {
    font-size: 9px;
    float: right;
    margin-top: 5px;
}

.news-single .img-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 170px;
    height: 180px;
}

.news-single .img-wrapper img {
    transition: all 0.5s;
    height: 100%;
    /* width: 100%; */
    object-fit: cover;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent ! important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 25px !important;
}

.intl-tel-input.separate-dial-code .selected-flag{
  background-color:transparent !important;
}

.home-contact .intl-tel-input.separate-dial-code .selected-dial-code{
  color:#fff;
}

.home-contact .intl-tel-input .selected-flag .iti-arrow{
  border-top: 4px solid #fff;
}

.contact-content h6 {
    font-size: 18px;
}

.address-wrapper .fa {
    font-size: 22px !important;
    color: #cad5d9;
}
.contact-lists .contact-address:last-child {
    border-bottom: 0px;
}
.news-slider .news-content .img-wrapper{
  position: relative;
    overflow: hidden;
    min-height: 170px;
    height: 180px;
}

.news-slider .news-content .img-wrapper img {
    transition: all 0.5s;
    height: 100%;
    /* width: 100%; */
    object-fit: cover;
}

.intl-tel-input {
    width: 100%;
}

.contact-content img {
    width: 13%;
}

.address-wrapper.address-content .fa {
    padding-right: 5px;
    font-size: 17px !important;
}

.text-center.btn-div {
    margin-top: 22px;
}


.social-icon {
    display: none;
}

.slider-section{
margin-top:70px;
}
.msg-wrap{
display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-services .services-wrapper .services-single img.main-img.test-img {
    height: 100%;
}
.home-services .services-wrapper .services-single img.main-img {
    /* width: 65px; */
    height: 65px;
}

.address-wrapper img {
    width: 21px;
    padding: 0px;
    margin-right: 5px;
}
.address-wrapper a img {
    padding: 0px;
    width: 20px;
    margin-right: 5px;
}
.address-wrapper i {
    width: 25px;
}
.address-wrapper img {
    padding: 0px !important;
    width: 21px;
    margin-right: 5px;
}

.column:nth-child(2) .address-wrapper:last-child i {
    padding-right: 0px;
    font-size: 20px !important;
    width: 20px !important;
}

.mobile-viewbr{
  display: none;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
}
#loading-image {
  z-index: 100;
}

header .navbar-expand-md .navbar-nav .nav-item.dropdown.about-dropdown ul {
    left: -40%;
}


.spinner-wrapper {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #fff;
 z-index: 999999;
}

.sk-folding-cube {
 position: absolute;
 top: 48%;
 left: 48%;
 width: 40px;
 height: 40px;
 -webkit-transform: rotateZ(45deg);
 transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
 float: left;
 width: 50%;
 height: 50%;
 position: relative;
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #013b61;
 -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
 animation: sk-foldCubeAngle 2.4s infinite linear both;
 -webkit-transform-origin: 100% 100%;
 -ms-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
 -webkit-transform: scale(1.1) rotateZ(90deg);
 transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
 -webkit-transform: scale(1.1) rotateZ(180deg);
 transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
 -webkit-transform: scale(1.1) rotateZ(270deg);
 transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
 -webkit-animation-delay: 0.3s;
 animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
 -webkit-animation-delay: 0.6s;
 animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
 -webkit-animation-delay: 0.9s;
 animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
 0%,
 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
  transform: perspective(140px) rotateX(-180deg);
  opacity: 0;
 }
 25%,
 75% {
  -webkit-transform: perspective(140px) rotateX(0deg);
  transform: perspective(140px) rotateX(0deg);
  opacity: 1;
 }
 90%,
 100% {
  -webkit-transform: perspective(140px) rotateY(180deg);
  transform: perspective(140px) rotateY(180deg);
  opacity: 0;
 }
}

@keyframes sk-foldCubeAngle {
 0%,
 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
  transform: perspective(140px) rotateX(-180deg);
  opacity: 0;
 }
 25%,
 75% {
  -webkit-transform: perspective(140px) rotateX(0deg);
  transform: perspective(140px) rotateX(0deg);
  opacity: 1;
 }
 90%,
 100% {
  -webkit-transform: perspective(140px) rotateY(180deg);
  transform: perspective(140px) rotateY(180deg);
  opacity: 0;
 }
}


.view-div {
    display: flex;
    justify-content: center;
    display: none !important;
}

.caption-heading.services-headings h2 {
    color: #023e60;
}