* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
a.btn:hover{color:#fff !important;}
body {
  font-family: "Roboto", serif;
}

ul li {
  list-style: none;
}


/* home */

/* Dropdown animation */
.dropdown-menu {
  left: -40px !important;
  display: none;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease-in-out, transform 0.6s ease-in-out;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Remove Bootstrap default dropdown caret */
.dropdown-toggle::after {
  display: none !important;
}


.navbar-nav {
  font-size: 12px;

}

body.modal-open {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
  transform: translateY(-150%);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.modal.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.hero {
  position: relative;
 background-color: #D6E3FF;
  height: 726px;
  text-align: center;
  color: white;
}

.hero h1{
  font-size: 71px;
}

.hero-content p {
 
  line-height: 28px;

}

.hero-content {
  padding-top: 90px;
}

.btn-hero {
  background-color: #0F58A5;
}

.main-box {
  position: relative;
  bottom: 0;
  top: 26%;
  left: 7%;
  transform: translateX(-50%);

}

.box-main {
  position: absolute;
}

.service-box {
  background-color:#FFFFFF; transition: transform .2s;
}

.service-box:hover{ transform:translate(0px, -10px);}


.service-box {
  width: 17%;

}

.service-box-active {
  width: 17%;
}

.service-box h5 {

  color: #0F58A5;
}

.circle {
  height: 332px;
  width: 332px;
  background-color: #0F58A5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-blue {
  color: #2D5A7B;
}


.txt-ovgreen {
  color: #0F58A5 !important;
}

.globe {
  background-image: url(../bgimages/globe.png);
  background-repeat: no-repeat;
  background-size: cover;
 
  padding-top:50px;
  padding-bottom: 50px;
  justify-content: center;
  align-items: center;
}

/* .smally {

 font-size: 15px;
} */

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 35px;

}

.img-gap {
  margin: 0 52px;
}

.ptc-300 {
  padding-top: 100px;
}

.ptc-200 {
  padding-top: 40px;
}


.pim p {
  width: 40%;
  line-height: 30px;
}

.val-box {
  background-color: #3ECEB3;
  color: white;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  height: 143px;
  width: 136px;
}

.boxy {
  transition: 0.3s;

}

.txt-ovgreen {
  color: #0F58A5 !important;
}

.boxy:hover {
  transform: scale(1.05);

  cursor: pointer;
}

.btnbl {
  background-color: #0F58A5;
}

.nv-hvr:hover {
  color: #000 !important;
  transition: 0.5s;
}

.active-2 {
  color: #0F58A5 !important;
}

.fs-14 {
  font-size: 14px !important;
}

.btn-ho {
  background-color: #0F58A5;
  color: #fff;
}

.btn-blue {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #0F58A5;
  transition: 0.5s;
  color: #fff;
}



.btn-blue:hover {
  background-color: none !important;
  border: 2px solid #0F58A5 !important;
  color: #000;
}

.btn-blue-2 {
  padding: 10px 20px;
  font-size: 14px;
  border: #0f0e0e solid 2px;
  transition: 0.5s;
  color: #0F58A5 !important;
}

.btn-blue-2:hover {
  background-color: #0F58A5 !important;

}




.btn-outline {
  border: 1px solid #fff;
  transition: 0.5s;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
}

.btn-outline:hover {
  background-color: #3ECEB3 !important;
  border: none !important;
  color: #fff !important;
}


.btn-nav {
  background-color: #2D5A7B;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px !important;

}

.btn-nav:hover {
  background-color: none !important;
  border: 1px solid #2D5A7B;
  border-radius: 5px !important;

}

.social-hvr {
  text-align: center;
  padding: 5px 7px;
  background-color: #0F58A5;
  border-radius: 15%;
  transition: 0.8s;
}


.social-hvr:hover {
  background-color: transparent !important;
  border: 1px solid #0F58A5 !important;


}

.font-49 {
  font-size: 49px;
}

.font-43 {
  font-size: 43px;
}

.gt-button {
  font-size: 12px;
}

.underline {
  background-color: #EAFFFD !important;
}

.section-title {
  color: #17a589;
  font-weight: bold;
  text-align: center;
}

.service-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 15px;
  margin-bottom: 20px;
}

.service-icon img {
  width: 100px;
  height: 100px;
}

.service-title {
  font-weight: bold;
  margin-top: 10px;
  color: #000;
}

.service-text {
  line-height: 32px;
  color: #6c757d;
  font-size: 15px;
  flex-grow: 1;
}


.txt {
  width: 75%;

}

.green {
  color: #3ECEB3;
}

.big {
  background-image: url(../images/big.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 510px;
}

/* / newsectioncss / */

.mar {

  margin-top: 10%;
}

.lorem {
  width: 65%;
}
.lorem2{
  width: 42%;
}

.bg-color {
  background-color: #DAECFF;
}

.py-8 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.fs-26 {
  font-size: 26px !important;
  font-weight: 700;
}

.text-blue {
  color: #2D5A7B;
}

.fs-36 {
  font-size: 36px;
  font-weight: 600;
}

.fs-36-2 {
  font-size: 36px;
  font-weight: 300;
}




.contact-section4 {
  background-image: url(../bgimages/Group\ 353.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.text-blue {
  color: #0F58A5;
}

.btn-green-2 {
  padding: 10px 20px;
  font-size: 14px;
  background-color: #0F58A5;
  transition: 0.5s;
  color: #fff;
}




.active-2 {
  color: #0F58A5 !important;
}

.breadcrumb-item a {
  font-weight: 400;
}

.breadcrumb-item.active {
  color: #B3B2B2;

}

.bg-new {
  background-color: #0F58A5;
}

.fs-16 {
  font-size: 16px;
  font-weight: 700;
}

.fs-57 {
  font-size: 57px;
}

.lorem {
  width: 32%;
}

/* setiom-3 */
.fs-43 {
  font-size: 43px;
}

.fs-22 {
  font-size: 23px;
}

.fs-21 {
  font-size: 14px;
}


/* section-8.1 */
.cover {
  background-image: url(../bgimages/Group\ 233\ \(1\).png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 850px;
}

.fs-24 {
  font-size: 24px;
}

.pass {
  text-indent: -.75em;
  padding-left: 1em;
  margin-bottom: 10px;
}

.fs-17, .fs-28 {
  font-size: 14px;

}

.text-new-2 {
  background-color: #2D5A7B;
}

.fs-11 {
  font-size: 11px;
}

.bg-blue2 {
  background-color: #0F58A5;
}

.line-24 {
  line-height: 32px;
}

.fs-19 {
  font-size: 19px;
  line-height: 20px;
}
.font-19{
  font-size: 19px;
}

.fs-43 {
  font-size: 43px;
}

.font-49 {
  font-size: 49px;
}

.fs-27 {
  font-size: 26px;
}

.fs-18 {
  font-size: 17px;
}

.fs-32 {
  font-size: 34px;
}

.fs-141 {
  font-size: 14px;
}

.line-25 {
  line-height: 50px;
}


.bg-sky-blue-11 {
  background-color: #DAECFF;
}

.bg-sky-blue-12 {
  background-color: #EDF6FF;
}

.bg-blue {
  background-color: #2D5A7B;
}

.action {
  margin-top: 20%;
  background-image: url(../bgimages/blunpc.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;

}

.bg-hara {
  background-color: #3ECEB2
}



.rounded-6 {
  border-radius: 51px;
  transform: translate(-30px, -102px);
}

.zoom {
  transition: transform 0.2s ease-in-out;
}

.zoom:hover {
  transform: scale(1.1);
}

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;

}

.counter {
  font-size: 60px;
  margin-top: 10px;
}

.form-card {
  background-color: #EAFFFD;
}


.texe {
  font-size: 11px;
}

.tex {
  font-size: 8px;
}

.small h5 {
  font-size: 17px;
}

.pricing-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: scale(1.09);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}




.list {
  line-height: 30px;
}

.last {
  background-color: #2D5A7B;

}

.box-img {
  width: 400px !important;
}

.btn-outline-light {
  background-color: #3DCEB1 !important;
}



.fs-60 {
  font-size: 60px;
  font-weight: 400;
}

.fs-25 {
  font-size: 25px;
  font-weight: 700;
}


.offcanvas-body {
  background: white !important;
  height: 420px !important;
}



.val-img {
  background-image: linear-gradient(rgba(22, 3, 197, 0.5), rgba(44, 1, 171, 0.5)), url(../bgimages/val-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 582px;
  display: flex;
  justify-content: center;
  align-items: center;

}





/* about */
.alibes {
  align-items: baseline;
}

a {
  list-style: none;
  text-decoration: none;
}

.navbar-nav {
  font-size: 12px;

}

.padding1 {
  padding-top: 10%;
}

footer,
.fooo {
  font-weight: normal !important;
}

.pad-te {
  padding-left: 28px;
}

.flex-wr {
  flex-wrap: wrap;
}

.btn-green {
  font-size: 12.19px;
  font-weight: 600;
  align-items: center;
  background-color: #3ECEB3;
}

.font-28 {
  font-size: 28px;
}


.contact-section {
  background-image: url(../images/About.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.btn1 {
  background-color: #2D5A7B;
  color: #fff;
}

.btn1:hover {
  background-color: #28a745;
  color: #fff;
}

.content {
  text-align: center;
}

.pad {
  color: #7A7A7A;
  font-size: 12px;
}

.pad1 {
  color: #7A7A7A;

}

.why-us-section {
  background-color: #DAECFF;
  padding: 50px 0;
}

.icon-box i {
  font-size: 40px;
  color: #17a2b8;
}

.icon-title {
  font-weight: bold;
  margin-top: 15px;
}

.breadcrumb {

  display: inline-flex;
  gap: 5px;
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 0 0 0 .5px #fff;

}

.back-col {
  background-color: #DAECFF;
}

.col1 {
  color: #2ABE9E !important;
  font-size: 14px;
}

.bgimag {
  background-image: url(../images/abut-footer\ up.png);
  background-size:100% auto;
  background-repeat: no-repeat;
  width: 100%;

}

.wid {
  width: 55%;
  display: flex;
}

.bgimag1 {
  background-image: url(../images/WhatsApp.png);
  width: 100%;
  height: 600px;
}

.font-64 {
  font-size: 64px;
}

.fs-12 {
  font-size: 14px !important;
}

.font-20 {
  font-size: 20px;
}

.box-img {
  width: 400px !important;
}

.breadcrumb-item a {
  font-weight: 400;
}

.pass {
  text-indent: -.75em;
  padding-left: 1em;
  margin-bottom: 10px;
}

.breadcrumb-item.active {
  color: #B3B2B2;

}

.lorem {
  width: 65%;
}

.green {
  color: #3ECEB3;
}

.skyblue {
  background-color: #F5FEFD;
}

.form-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin: 50px auto;
  padding: 40px;
}

.form-text p {
  color: #6b7280;
}

.btn-submit {
  background-color: #34d399;
  color: #fff;
  border: none;
  padding: 10px 20px;
}

.btn-submit:hover {
  background-color: #059669;
}

footer {
  background-color: #CFDAEB;

}

footer a {
  color: #fff !important;
  font-size: 15px;
}

.fontd {
  font-size: 15px;
}



.crd {
  transition: transform 0.2s ease-in-out;
}

.crd:hover {
  transform: scale(1.1);

}


.social-icons a {
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
}

.footer-title {
  border-bottom: solid 2px #fff;
  position: relative;
  width: 60%;
  padding-bottom: 5px;
}

.footer-title::before {
  content: "";
  position: absolute;
  border-bottom: #0F58A5 solid 3px;
  width: 25%;
  top: 38px;
}

.last {
  background-color: #0F58A5;

}

.display-bl {
  display: none;
}

.dispaly-no {
  display: block;
}

.width-se {
  width: 69%;
}

.width-se1 {
  width: 80%;
}

.btn-outline-light {
  background-color: #28a745 !important;

}

.justy-cen {
  justify-content: end !important;
  display: flex;
}



.widt {
  width: 57%;
}

.after-befor {
  position: relative;
  border-bottom: 2px solid #fff;
}

.after-befor::before {
  content: "";
  border-bottom: red 2px solid;
  position: absolute;
  width: 25%;
  top: 29px;


}

.quote-section {
  background-color: #EAFFFD;
  padding: 60px 0;
}

.quote-title {
  color: #01B980;
  font-size: 18px;
  font-weight: bold;
}

.quote-heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.quote-text {
  font-size: 16px;
  color: #7d7d7d;
}

.form-control {
  background-color: #fff;
}

.btn-get-started {
  background-color: #01B980;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 10px;
  color: white;
}




/* service */


.skyblue {
  background-color: #F5FEFD;
}

.second-section {
  position: relative;
  background-image: url(../bgimages/Group-118.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.second {
  text-align: center;
}

.w-53 {
  width: 53%;
}

.header-accounting {
  background-image: url(../images/bg-accounting.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.header-valuation {
  background-image: url(../images/bg-valuation.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.contact-section1 {
  background-image: url(../images/service.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

/* contact */

.contact-section2 {
  background-image: url(../images/concat.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.contact-section5 {
  background-image: url(../icons/senior-entrepreneur-discussing-with-coworker-holding-documents-conference-briefing-businessman-discussing-ideas-with-colleagues-about-financial-strategy-new-start-up-company.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.contact-section6 {
  background-image: url(../icons/rag-dolls-with-word-tax.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}


.font-48 {
  font-size: 48px;
}

.fs-23{
  font-size: 23px
}

.p-style1{color:#212529 !important;}

.p-style2{color:#9EC6F0 !important;}
a.btn.btn-blue:hover{color:#0F58A5 !important;}
.fs-12{font-size:12px !important;}


.breadcrumbstyle a.btn-blue{background:#0F58A5 !important; color:#fff !important;}
.breadcrumbstyle a.btn-blue:hover{color:#fff !important;}

.breadcrumbstyle a.btn-blue-2{background:none !important; color:#fff !important; border:solid 1px #fff !important;}

.footer-logo{width:200px;}
.navbar-brand  img{width:200px;}
.navbar-brand p{padding-bottom:0px !important; margin-bottom:0px !important ;}

.logoslider div{display: flex; align-items: center;}
.navbar-expand-lg .navbar-nav .dropdown-menu{border: none; border-radius: 0px;}
.navbar-expand-lg .navbar-nav .dropdown-menu a:hover{background: #0F58A5; color: #fff;}
.hide {
  display: none;
}

.email img{width: 30px;}
.font-49, h2.active-2, .pop h1, .globe h2{font-size: 18px !important }
.font-28, .font-20{font-size: 14px !important; line-height: 28px;}
.list-size li{font-size: 14px; line-height: 26px;}

h1.h-title, .globe h2 {font-size: 35px !important;}
.bg-new-header{padding:40px 0px;}
.newdiv h2{padding:0px 20px 20px 20px; color: #fff; font-size: 22px;}
.newdiv ul li a{font-size: 14px; display: block; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between;}

.newdiv ul li a:hover{color: #0F58A5;}
.newdiv{width: 70%;}
/* guurav.css */

.hero-section {
  background-image: url(../bgimages/new-header-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
 padding:50px 0px ;
  

  align-items: center;
  color: white;
}

.fs-77{
  font-size: 77px;
}
.fs-38{ font-size: 38px;}
.fs-27{ font-size: 27px;}
.w-10{ height: 30px;}

.tc-black{color: #404143;}
.bg-new-header{ background-color: #174E96;}
.bg-ng-2{background-color: 0E447E; }

ul{ padding: 0px;}
.mrgn-l{ margin-left: 81px;}
.mrgn-lg{ margin-left: 71px;}
.mrgn-lge{ margin-left: 43px;}
.pe-55{  padding-right: 88px;}
.headding1{font-size: 40px !important;}

nav.navbar ul li a.active-2 {background:#174E96; color:#fff !important; border-radius: 5px !important;}
nav.navbar ul li a{padding:10px 20px !important;}

@media ( max-width:1180px) {
  .mrgn-l{ margin-left: 30px;}
.mrgn-lg{ margin-left: 20px;}
.mrgn-lge{ margin-left: 0px; }
.fs-27{ font-size: 24px !important;}

  
}
@media ( max-width:1024px) {
  .fs-77 {
    font-size: 58px;
}
.fs-18 {
  font-size: 15px;
}
  .mrgn-l{ margin-left: 30px;}
.mrgn-lg{ margin-left: 20px;}
.mrgn-lge{ margin-left: 0px; }
.fs-27{ font-size: 24px !important;}


  
}
@media ( max-width:992px) {
  .fs-77 {
    font-size: 40px;
}
.fs-18 {
  font-size: 13px;
}
  .mrgn-l{ margin-left: 30px;}
.mrgn-lg{ margin-left: 20px;}
.mrgn-lge{ margin-left: 0px; }
.fs-27{ font-size: 21px !important;}
.fs-36{ font-size: 27px !important;}
.just{padding: 10px 20px !important; }


  
}

@media ( max-width:768px) {
  .fs-77 {
    font-size: 37px;
}
.fs-18 {
  font-size: 12px;
}
  .mrgn-l{ margin-left: 30px;}
.mrgn-lg{ margin-left: 20px;}
.mrgn-lge{ margin-left: 0px; }
.fs-27{ font-size: 21px !important;}
.fs-36{ font-size: 27px !important;}
.just{padding: 10px 20px !important; }


  
}


.readmore a:hover{cursor: pointer; color: #0F58A5!important;}
/* guurav.css end*/

@media (max-width:640px) {
  
  .header-accounting, .globe{height:auto; padding:30px 0px ;} 
  .lorem2{width: 90%;}
 
  .btn-blue, .btn-blue-2{padding:8px 20px; font-size:12px}

  .footer-title{width: 100%;}
  .last.fooo{text-align: center;}
  .last.fooo .justy-cen{justify-content:center !important}
  .hero h1{font-size: 30px;}
  .hero-content{padding-top:40px}
  .hero .col-lg-6{margin-top:0px !important ;}
  .hero .col-lg-6 img{width: 100%;}
  .counter-container{padding-left: 0px;}
  .img-gap{margin: 0px;}
  .service-box{width: auto;}
  .position-absolute{position: static !important; top: 0px!important; left: 0px!important;}
  .main-box{position: static !important; display: none; top: 0px!important; left: 0px!important; transform:translateX(0%)}
  .pop .col-md-12.pt-4{padding-top: 0px !important;}
  .headding1{font-size: 26px !important;}
  .home-slider .ms-5{margin-left: 0px !important;}
  .bg-new-header{justify-content: center !important;}
  .newdiv ul li a{border-radius: 50px !important;}
  .newdiv{width: 90%;}
  h1.h-title, .globe h2{font-size: 23px !important;}
  .font-48{font-size: 28px;}
  .lorem{width: 100%;}
  .navbar ul li{width: 100%;}
}