 
html,body{  
  font-family: "Montserrat", sans-serif; 
  font-style: normal; 
  overflow-x: hidden;
  overflow-y: auto;
}
.bg-danger{
  background-color: #EE1D22 !important;
}
.text-blue{
  color: #213A81;
}
.btn{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn-danger{
  background-color: #EE1D22 ;
  border-color: #EE1D22 ;
}
.btn-danger:hover{
  background-color: #7E2828 ;
  border-color: #7E2828 ;
}
.text-danger{
  color: #FF3338 !important;
}
a{
    text-decoration: none;
}
.section-bg-danger{
  background-image: url('/assets/bg-img.png');
  background-size: cover;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 700;
} 
.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.section-heading h2:not(.no-underline)::after {
  content: '';
  width: 125px;
  border-bottom: 4px solid red;
  display: block;
  margin: 20px auto 0;
}
.section-img{
  text-align: center;
}
/* header */
header{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
header .navbar{
  transition: 0.5s all;
}
header.headerSticky .navbar {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  background: #fff;
}

/* Navbar */
.navbar-nav .nav-item .nav-link { 
  font-weight: 600;
  font-size: 20px;
  padding: 10px 50px 10px 0 ;
  position: relative;
  cursor: pointer;
}
.headerSticky  .navbar-nav .nav-item .nav-link{
  font-size: 18px;
}

/* Hero section */
.hero-section{
  background-size: cover;
  position: relative;
  height: 800px;
  max-height: 100vh;
  padding: 10vh 0;
  display: flex;
  align-items: center;
}

.hero-section .hero-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hero-section .hero-img img{
  max-height: 90vh;
  max-width: 40vw;
  object-fit: cover;
}

.hero-content h1 { 
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
.hero-content h2{ 
font-size: 32px;
font-weight: 700;
line-height: 1.1; 
color: #213A81; 
}

.hero-section h2::after{
  content: '';
  width: 165px;
  border-bottom: 3px solid #28994A;
  display: block;
  margin-top: 24px;
  margin-bottom: 20px;
}

.hero-content .subtitle { 
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  max-width: 412px;
  color: #213A81; 
}

.hero-content .subtitle strong {
  display: inline-block;
}

.hero-content .btn {
  width: 240px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Hero accent */
.hero-accent-sec{
  margin-top: -80px;
  margin-bottom: 80px;
  position: relative;
}

.h-accent-exp {
  background: #213A81;
  text-align: center;
  color: #fff;
  padding: 24px;
  height: 100%;
}

.h-accent-exp > strong {
  font-size: 59px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.h-accent-exp > span {
  display: block;
  font-weight: 700; 
  font-size: 14px; 
  line-height: 1;
  text-align: center; 
}

.h-accent-exp > span span {
  display: block;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.h-accent-action {
  background: #28994A;
  padding: 6px;
  height: 100%;
}
.h-a-con {
  padding: 50px 0px 50px 50px;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.h-a-con strong {
  display: block;
}
.h-a-action {
  height: 100%;
  background-color: #fff;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.h-a-action a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
/*About Section */
.section-content h2{ 
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2; 
  color: #213A81;

}
.about-section .section-content h2 span {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  max-width: max-content;
  border-bottom: 2px solid #213A81;
  padding-bottom: 12px;
  margin-bottom: 12px;
  color: #2E2E2E;
}

.section-content P{
  font-size: 18px;
}

/* Services  */
.service-item{
  height: 100%;
  padding: 20px 28px 35px;
  border: 4px solid #213A81;
  transition: 0.3s all;
}
.service-item:hover{
  background: #213A81; 
}
.service-item .service-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  color: #213A81;
}


.service-item .service-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.service-item-header img{
  width: 60px;
  height: 60px;
}

.service-item-body p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  color: #213A81;
}
.service-body-action .service-action {
  background: #000000;
  display: block;
  padding: 13px 20px;
  color: #fff;
  transition: 0.3s all;
  text-align: center;
}

.service-body-action .service-action svg {
  margin-left: 20px;
}

.service-item:not(:hover) svg path  {
  fill: #fff;
}

.service-item:hover  .service-title,.service-item:hover .service-item-body p {
  color:#fff;
}
.service-item:hover .service-body-action .service-action{
  background-color: #fff;
  color: #213A81;
}
.service-item:hover .service-body-action .service-action svg path{
  fill: #213A81 !important;
}
.service-item:hover .service-item-header img{
  filter: invert(1) brightness(3) saturate(1); 
}

 
/* Best section */
.best-section .section-content h2{ 
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;  
  color: #000000;
}
.best-section .section-content h2::after{
  content: '';
  width: 65%;
  border-bottom: 3px solid red;
  display: block;
  margin: 20px 0 20px;
}

/* Why us section */
.why-section{
  background-image: url('../images/why-bg.jpg'); 
  background-blend-mode: color;
  background-size: cover;
}

.why-section .section-heading h2::after{
  display: none;
}
.why-section .section-content{
  max-width: 1040px;
  margin: 20px auto;
}
.why-section .section-content p{
  font-size: 16px; 
}
.why-action{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.why-action::after, .why-action::before{
  content: '';
  width: 40px;
  border-bottom: 1px solid #fff;
}
.why-action .btn{
  font-weight: bold;
  color:#213A81 ;
  
}
.stats-item{
  text-align: center;
  color: #213A81;
  background-color: #fff;
  padding: 24px;
  max-width: 230px;
  margin: 0 auto;
}
.stats-item strong{ 
  font-size: 65px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  text-align: center;
}

/* Blog-section */
.blog-item hr{
  border-width: 2px;
  opacity: 1;
  border-color: #000000  ;
}
.blog-content{ 
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;  
  background-color:#213A81 ;
  padding: 20px;
}

/* Contact section */
.contact-content span {
  font-size: 20px;
  line-height: 1.2;
}

.contact-content h2{ 
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3; 
  max-width: 600px;
}

.contact-action .btn {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #EE1D22;
  max-width: 260px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-action .btn:hover{
  background-color: #213A81;
  border-color: #213A81;
  color: #fff;
}

/* Footer */
.footer-content{
  max-width: 350px;
}
.footer-list-wrapper{
  margin-top: 50px;
}
.footer-list-wrapper h5{
  margin-bottom: 20px;
}
.footer-list{
  padding: 0;
  list-style-type: none;
}

.footer-list li a{
  display: block;
  color: #fff;
  padding: 5px 0;
}
.contact-info li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
}

/* Inner pages common */
.inner-page{
  margin-top: 130px;
}
.page-header{
  margin-bottom: 60px;
}
.page-header h2{ 
  font-size: 96px; 
  line-height: 1.3;  
}
.page-header h2.underline::after{
  content: '';
  display: block;
  max-width: 250px;
  border-bottom: 6px solid #EE1D22;
  margin: 0 auto;

}

/* Services page */

.service-page-list{

}
.service-page-item{
  
}

.service-page-item .service-icon{
  margin-bottom: -90px;
  position: relative;
  text-align: center;
}

.service-thumb img{
  aspect-ratio: 8/7;
}
.service-heading{
  margin-bottom: 30px;
}
.service-heading::before{
  content: '';
  display: block;
  border-bottom: 2px solid #213A81;
  max-width: 330px;
  margin: 20px auto;
}

.service-heading h2{
  text-align: center;
  background-color: #213A81;
  color: #fff; 
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  padding: 16px;
}

/* Faq Section */
.faq-wrapper .accordion-header .accordion-button{
  background-color: #213A81 ;
  color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end; 
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2; 
  box-shadow: none !important;

}
.faq-wrapper .accordion-header .accordion-button::after{
  margin-left: 0;
  margin-right: 20px; 
  transform: scale(1.1);
  background-image: url('../images/plus.png') !important;  
}
.faq-wrapper .accordion-header .accordion-button:not(.collapsed):after{  
  background-image: url('../images/minus.png') !important;
}

.faq-wrapper .accordion-body {
  border: 1px solid #121212;
  margin: 20px 0 0;
}

.faq-wrapper  .accordion-item:not(:last-child){
  margin-bottom: 20px;
}

/* Highlight-section */
.highlight-wrapper{
  background-color: #213A81;
  padding: 80px 0 100px;
  margin-bottom: 80px;
}
.highlight-wrapper .section-heading{
  margin-bottom: 60px;
}
.advantage-item{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.advantage-item h5{
  color: #fff;  
  font-weight: 600; 
}


/* team section */
.team-item{
  max-width: 265px;
  margin: 0 auto;
  text-align: center;
}
.team-item .team-img{ 
  margin-bottom: 24px;
}

.team-item h3{ 
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2; 
  color: #213A81;
  margin-bottom: 0;
}

/* Contact page */
.flex-contact{
  display: flex; 
  margin: 120px 0 100px;

}
.flex-contact .floating-info{
  background-color: #EE1D22;
  padding: 60px 60px 100px;
  max-width: 420px;
}
.floating-info .contact-info li a {
  font-size: 16px;
}
.flex-contact .form-area{
  background-color: #213A81;
  flex-grow: 1 ; 
  padding:50px 60px 30px ;
  position: relative;
}
.flex-contact .form-area::before{
  content: '';
  position: absolute;
  z-index: -1;
  background-color: #213A81;
  height: calc(100% + 100px);
  width: calc(100% + 140px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.flex-contact .form-area form{
  max-width: 480px;
  margin: 0 auto;
}

.form-area .form-control{
  border-radius: 0;
  min-height: 40px;
}

.form-area h5{  
  font-weight: 600;  
  margin-bottom: 20px;
}

.form-area button[type="submit"]{
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 8px 40px; 
  font-size: 16px;
  font-weight: 700; 
  color: #213A81;
  width: 240px;
}

/* Single blog page */

.single-blog-wrapper{
  margin-top: 150px;
}
.single-blog-title {
  margin-bottom: 50px;
}
.single-blog-title h1 {
  color: #213A81;
}
.single-blog-thumbnail {
  margin-bottom: 50px;
}
.single-blog-desc {
  margin-bottom: 50px;
}

/* Footer */
footer .row {
  margin-left: -5px;
  margin-right: -5px;
}

footer .row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.modal-form button[type="submit"] {
  padding: 10px 30px;
}

/* Responsive starts here */


@media screen and (max-width:1400px) and (min-width:1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }
}

@media screen and (min-width:1199px) {
  .hero-accent-sec .container {
    max-width: 1024px;
  }
  .container-1080{
    max-width: 1080px;
  }
}


@media screen and (max-width:1199px) {
  .hero-content h1 {
    font-size: 50px; 
  }
  .hero-content h2 {
    font-size: 28px; 
  }
  .hero-content .subtitle {
    font-size: 30px; 
  }
  .h-a-con {
    padding: 30px 0px 30px 2%; 
    font-size: 20px; 
}
.hero-accent-sec { 
  margin-bottom: 50px; 
}
}

@media screen and (max-width:1024px) {
  .hero-accent-sec { 
    margin-bottom: 40px; 
}
.section-content h2, .section-heading h2 {
  font-size: 36px; 
}
.page-header h2 {
  font-size: 70px; 
}
}

@media screen and (max-width:992px){
  .hero-section{
    flex-wrap: wrap;
    height: auto;
    max-height: 100%;
    padding-top: 120px;
    padding-bottom: 80px;
  } 
  .hero-section .hero-img {
    position: static; 
    transform: none; 
    margin-left: auto;
    margin-top: 20px;
  }
  .hero-section .hero-img img { 
    max-width: 400px; 
} 
.navbar-nav-scroll{
  max-height: 100%;
}
header .navbar{
  background-color: #fff;
}
.blog-content {
  font-size: 18px; 
  padding: 15px;
}
.contact-content h2 {
  font-size: 30px; 
}
.flex-contact .floating-info {
  padding: 40px 30px 70px;
  max-width: 100%;
}
.flex-contact .form-area { 
  padding: 30px; 
}
.flex-contact {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin: 30px 0 50px;
}
.flex-contact .form-area::before{
  display: none;
}
.faq-wrapper .accordion-header .accordion-button { 
  font-size: 18px; 
}
}

@media screen and (max-width:768px) {
  .hero-section .hero-img img {
    max-width: 340px;
} 
.section-content h2, .section-heading h2{
  font-size: 32px; 
}
.about-section .section-content h2 span{
  font-size: 24px;
}
.stats-item { 
  padding: 20px; 
}
.contact-content h2 {
  font-size: 24px; 
}
.highlight-wrapper { 
  padding: 40px 0 60px;
  margin-bottom: 50px;
}
}

@media screen and (max-width:767px) {
  .h-a-action{
    clip-path: none;
    padding: 20px;
  }
  .h-a-con, .h-a-action {
    text-align: center;
}
.section-content h2, .section-heading h2 {
  font-size: 30px; 
}
.about-section .section-content h2 span{
  font-size: 20px;
}
.section-content P{
  font-size: 16px;
}
.stats-item strong {
  font-size: 40px; 
}
.stats-item {
  padding: 20px;
  height: 100%;
}
.contact-content h2 {
  font-size: 20px; 
}
.hero-content h1 {
  font-size: 45px;
}
.hero-content h2 {
  font-size: 24px;
}
.hero-content .subtitle {
  font-size: 20px;
}
.hero-accent-sec {
  margin-bottom: 00px;
}
.footer-list-wrapper {
  margin-top: 20px;
}
.page-header h2 {
  font-size: 50px; 
}
.service-heading h2 { 
  font-size: 28px; 
}
.page-header h2.underline::after { 
  max-width: 170px; 
}
.highlight-wrapper { 
  padding: 30px 0 50px;
  margin-bottom: 40px;
}
.contact-text h3 {
  font-size: 18px;
}
.faq-wrapper .accordion-header .accordion-button { 
  font-size: 16px; 
}
}