@charset "UTF-8";
/**
 * TheBombayDalal reset
 * =================================
 * We use normalize.css for the bulk of our 'reset'
 */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 * {
  font: inherit;
}

*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/***********
  margins
  paddings
 **********/
html {
  box-sizing: border-box;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
nav,
select,
textarea,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

/*********
  hovers
 ********/
a,
button,
input[type=submit] {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover,
button:hover,
input[type=submit]:hover {
  cursor: pointer;
}

/**************
  decorations
 *************/
a,
button,
input,
select,
textarea {
  background: none;
  color: inherit;
  border: none;
  text-transform: none;
  text-decoration: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


p {
    font-family: "Poppins", serif;
  font-size: 16px;
}

h1 {
    font-family: "Poppins", serif;
  font-size: 80px;
  font-weight: 600;
  color: #3C2876;
}

h2 {
    font-family: "Poppins", serif;
  font-size: 44px;
  font-weight: 600;
  color: #3C2876;
}

h3 {
    font-family: "Poppins", serif;
  font-size: 40px;
  font-weight: 600;
  color: #3C2876;
}

h4 {
    font-family: "Poppins", serif;
  font-size: 34px;
  font-weight: 500;
  color: #3C2876;
}

h5 {
    font-family: "Poppins", serif;
  font-size: 22px;
  font-weight: 400;
  color: #3C2876;
}

h6 {
    font-family: "Poppins", serif;
  font-size: 18px;
  font-weight: 500;
  color: #3C2876;
}

* + h1,
* + .h1,
* + .alpha,
* + h2,
* + .h2,
* + .beta,
* + h3,
* + .h3,
* + .gamma,
* + h4,
* + .h4,
* + .delta {
  margin-top: 0px;
}

.section-heading {
  margin-bottom: 60px;
}
.section-heading h6 {
  font-size: 14px;
  color: #EFBE00;
}
.section-heading h4 {
  color: #16213e;
}
.heading-h6 {
  color: #EFBE00;
  font-size: 14px;
}

.heading-h2-bs {
  color: #16213e;
  margin-top: 10px;
  line-height: 64px;
}

.heading-h1-bs {
  color: #16213e;
} 

.description-p {
  font-size: 17px !important;
  color: #41444b !important;
  line-height: 28px !important;
}

.widget-list-content {
  max-width: 250px;
}

.section-padding {
  padding: 80px 0px;
}

.articles-card {
  border-top: 7px solid #EFBE00;
  padding: 40px 50px;
  box-shadow: 0px 2px 25px #d8d8d8;
  margin-top: 50px;
  background-color: #fff;
  max-width: 400px;
  z-index: 9999;
  position: relative;
}

.pdf-wrapper {
  background-color: #f3f3f3;
}
.pdf-wrapper .display-6 {
  font-size: 20px;
  font-weight: 500;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Poppins", serif;
  font-size: 16px;
  cursor: pointer;
  border: none;
  margin: 0;
  line-height: 18px;
  padding: 18px 30px;
  overflow: visible;
  text-align: center;
  border-radius: 5px;
  user-select: none;
  background-color: #EFBE00;
  transition: all 0.5s ease;
}
.btn, .btn:link, .btn:visited {
  color: #fff;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #cca50a;
}
.btn, .btn:hover, .btn:active, .btn:focus, .btn:visited {
  text-decoration: none;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}
.btn.white-btn {
  background-color: #ffffff;
  color: #00395c;
  padding: 9px 0px;
  width: 55px;
  height: 55px;
  line-height: 38px;
  font-size: 22px;
}
.btn.white-btn:hover, .btn.white-btn:active, .btn.white-btn:focus {
  background-color: #e6e6e6;
}
.btn.white-btn, .btn.white-btn:link, .btn.white-btn:visited {
  color: #00395c;
}
.btn.lg-btn-white {
  background-color: #ffffff;
  color: #00395c;
}
.btn.btn-transparent {
  background-color: transparent;
  height: auto;
  font-size: 14px;
  padding: 5px 0px;
  color: #005b94 !important;
  line-height: 14px;
}
.btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent:focus {
  background-color: transparent;
  color: #FE0000 !important;
}
.btn.btn-transparent, .btn.btn-transparent:link, .btn.btn-transparent:visited {
  text-decoration: none;
}
.btn.btn-arrow {
  width: 55px;
  height: 55px;
  color: #00395c !important;
  padding: 14px 0px;
}
.btn.btn-pickle {
  width: 55px;
  height: 55px;
  padding: 4px 0px;
}
.btn.btn-blue {
  background-color: #3C2876;
  width: 55px;
  height: 55px;
  padding: 4px 0px;
}
.btn.btn-blue, .btn.btn-blue:link, .btn.btn-blue:visited {
  color: #fff;
}
.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus {
  background-color: #291b50;
}
.btn.btn-blue, .btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus, .btn.btn-blue:visited {
  text-decoration: none;
}
.btn.btn-blue:active, .btn.btn-blue:focus {
  outline: none;
}
.btn.btn-blue.disabled, .btn.btn-blue[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}

.btn--primary {
  background-color: #00ff00;
}
.btn--primary, .btn--primary:link, .btn--primary:visited {
  color: #fff;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  background-color: #00cc00;
}

.btn--block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn--block + .btn--block {
  margin-top: 10px;
}
input[type=submit].btn--block,
input[type=reset].btn--block,
input[type=button].btn--block {
  width: 100%;
}
.slick-dots {
  bottom: -50px;
}
.slick-dots li {
  margin: 0px 4px;
    width: auto;
}
.slick-dots li button{
  background-color: #fbe899;
  height: 10px;
  border-radius: 20px;
  padding: 0;
  width: 10px;
}

.slick-dots li button::before{
  display: none;
}
.slick-dots li.slick-active button{
  width: 24px;
  background-color: #EFBE00;
}



.inner-wrapper {
  background-size: cover;
  padding: 80px 0px;
  height: 400px;
  position: relative;
  z-index: 9;
}
.inner-wrapper:before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.inner-wrapper .inner-widget {
  padding-top: 60px;
}
.inner-wrapper .inner-widget h1 {
  color: #16213E;
}
.inner-wrapper .inner-widget .breadcrumb a,
.inner-wrapper .inner-widget .breadcrumb li {
  color: #41444B;
  font-size: 17px;
}

.main-footer {
  padding: 80px 0;
  background-color: #000000;
  position: relative;
  z-index: 9;
  background-size: cover;
}
.main-footer .f-widget .f-logo {
  max-width: 250px;
  margin-bottom: 15px;
}
.main-footer .f-widget p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
}
.main-footer .f-widget h4 {
  color: #3C2876;
}
.main-footer .f-widget h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
}
.main-footer .f-widget .f-list li {
  padding-left: 23px;
  position: relative;
}
.main-footer .f-widget .f-list li::after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: solid 1px #EFBE00;
  left: 0;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  top: 11px;
}
.main-footer .f-widget .f-list li::before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: solid 1px #EFBE00;
  left: 4px;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  top: 11px;
}
.main-footer .f-widget .f-list li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  padding: 3px 0px;
  display: inline-block;
  font-weight: 400;
}
.main-footer .f-widget .f-list li a:hover {
  color: #EFBE00;
}
.main-footer .f-widget .contact-list li {
  display: flex;
  align-items: baseline;
  color: #ffffff;
  margin-left: 0;
  padding: 0;
}
.main-footer .f-widget .contact-list li p, .main-footer .f-widget .contact-list li a {
  overflow-wrap: break-word;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
}
.main-footer .f-widget .f-widget-last-news {
  margin-top: 15px;
  margin-bottom: 20px;
}
.main-footer .f-widget .f-widget-last-news p {
  color: #d4d7dd;
    font-family: "Poppins", serif;
  font-size: 18px;
  max-width: 238px;
  line-height: 20px;
}
.main-footer .f-widget .f-widget-last-news .post-date {
  color: #ebecee;
  font-size: 14px;
  font-weight: 200;
}
.main-footer .f-b-widget-left {
  margin-top: 50px;
  max-width: 331px;
}
.main-footer .f-b-widget-left p {
  font-size: 17px;
  color: #ebecee;
  margin: 0;
}
.main-footer .f-b-widget-right {
  margin-top: 60px;
}
.main-footer .f-b-widget-right p {
  font-size: 17px;
  color: #d4d7dd;
  margin: 0;
}
.main-footer .f-widget .contact-list li i{
  color: #ffffff;
  background-color: #efbe03;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-write {
  background-color: #121212;
  padding: 15px 0px;
  text-align: center;
}
.copy-write p {
  color: #ffffff;
}

.social-icon li a {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #efbe03;
}


.form-select,
.form-control {
  border: solid 2px #d4d7dd;
  border-radius: 0;
  min-height: 50px;
  color: #41444b;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}
.inner-banner {
  padding: 120px 0px;
  background-size: cover;
}
textarea.form-control {
  height: auto;
  min-height: 125px;
}
.inner-banner .inner-heading h3 {
  color: #fff;
}
.bg-gray-light {
  background-color: #f7f7f7;
}

label {
  line-height: 18px;
  color: #41444b;
  max-width: 260px;
  font-size: 14px;
  display: block;
}
.main-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0px;
}
.main-navbar__navbar-brand {
  max-width: 200px;
}
.main-navbar .main-menu ul {
  display: flex;
  justify-content: end;
}
.main-navbar .main-menu ul li {
  list-style: none;
  display: inline-block;
}
.main-navbar .main-menu ul li:hover ul.dropdown{
  display: flex;
  flex-direction: column;
}
.main-navbar .main-menu ul li ul.dropdown {
  flex-direction: column;
  position: absolute;
  background-color: #ffeaea;
  max-width: 290px;
  width: 100%;
  z-index: 999;
  border: solid 1px #e89979;
  border-radius: 1px;
  display: none;
}
.main-navbar .main-menu ul li ul.dropdown li a{
  display: block;
}
.main-navbar .main-menu ul li a {
  font-size: 16px;
  color: #767676;
  font-weight: 500;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
}
.main-navbar .main-menu ul li a:hover {
  border-bottom: solid 2px #EFBE00;
  color: #000000;
}
.main-navbar .main-menu ul li a:hover svg path {
  fill: #ffffff;
}
.main-navbar .main-menu ul li a.active {
  border-bottom: solid 2px #EFBE00;
  color: #000000;
}

.banner-wrapper .item{
  background-size: cover;
  padding: 180px 0px;
  position: relative;
}
.banner-wrapper .widget h1{
  color: #ffffff;
  font-size: 64px;
}
.banner-wrapper .widget h4{
  color: #ffffff;
  font-weight: 200;
}
.banner-wrapper .widget p{
  color: #ffffff;
}


.customer-care-wrapper {
  position: relative;
  z-index: 9;
}
.customer-care-wrapper:before {
  position: absolute;
  content: '';
  clip-path: polygon(0% 100%, 92.5% 100%, 100% 0%, 0% 0%);
  background-color: #EFBE00;
  width: 55%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.customer-care-wrapper:after {
  position: absolute;
  content: '';
  background-image: url(../images/customer.jpg);
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -2;
}
.customer-care-wrapper .widget{
  padding: 50px 0px;
}
.customer-care-wrapper .widget h3 {
  margin-bottom: 10px;
  color: #fff;
}
.customer-care-wrapper .widget p{
  color: #ffffff;
}

.service-wrapper .widget {
  border: solid 1px #E3E3E3;
  border-radius: 5px;
  height: 100%;
  padding: 30px;
  text-align: center;
}
.service-wrapper .widget .content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #313131;
  margin: 10px 0px;
}
.why-choose-wrapper .icon-widget {
  text-align: center;
  padding: 32px 0px;
  margin-top: 40px;
}
.why-choose-wrapper .icon-widget h5 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
}
.counter-wrapper {
  background-size: cover;
  padding: 80px 0px;
}
.counter-wrapper .counter-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.counter-wrapper .counter-box .counter {
  font-size: 28px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 18px;
}
.counter-wrapper .counter-box img.img-fluid {
  height: 50px;
  margin-bottom: 10px;
}
.counter-wrapper .counter-box p {
  color: #fff;
}
.faq-wrapper .widget h4,
.service-wrapper .section-heading h3,
.why-choose-wrapper h4 {
  color: #efbe03;
  font-weight: 600;
  text-align: left;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffca005c;
  box-shadow: inset 0 0px 0 rgba(0, 0, 0, .125);
}
.contact-wrapper .widget-contact {
  text-align: center;
  background-color: #FAFAFA;
  padding: 30px 25px;
  height: 100%;
}
.contact-wrapper .widget-contact h4 {
  font-size: 24px;
  margin: 5px 0px;
  margin-top: 20px;
  color: #000000;
}
@media only screen and (max-width: 1399.98px) {
  p {
    font-size: 18px;
  }
  h3 {
    font-size: 34px;
  }
  h2 {
    font-size: 45px;
  }
  h4 {
    font-size: 30px;
  }
  .main-footer:before {
    width: 34vw;
  }
}
@media only screen and (max-width: 1600px) {
  .main-footer:before {
    width: 33vw;
  }
}
@media only screen and (max-width: 1100px) {
  .our-organization-wrapper .row {
    justify-content: center;
  }
  .our-organization-wrapper .col {
    width: 33.333% !important;
    max-width: 33.333% !important;
    flex: auto;
  }
}



@media only screen and (max-width: 991.98px) {
  .js-header .container {
    max-width: 100%;
  }
  .js-header .container .top-bar__menu {
    display: none;
  }
  .js-header .container .main-navbar__navbar-brand {
    padding: 8px 0px;
  }
  .js-header .container .main-navbar {
    padding: 0px;
  }
  .js-header .container .top-bar__social-icon {
    display: none;
  }
  .js-header .container .main-navbar {
    position: fixed;
    width: 250px;
    background-color: #ffffff;
    left: -250px;
    z-index: 999;
    height: 100vh;
    top: 0;
    padding: 15px 0px;
    overflow: auto;
    display: block;
    transition: all 0.4s ease-in-out;
  }
  .js-header .container .main-navbar.open {
    left: 0;
  }
  .js-header .container .main-navbar__navbar-brand {
    max-width: 200px;
    padding: 10px 15px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon {
    display: block;
    padding: 0px 10px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li {
    display: inline-block;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li.social-logo {
    margin-right: 0px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li.social-logo a {
    width: 80px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li a {
    border: 0;
    width: 30px;
    padding: 3px 5px;
  }
  .js-header .container .main-navbar .main-menu .top-bar__menu {
    display: block;
  }
  .js-header .container .main-navbar .main-menu .top-bar__menu ul li {
    padding: 0;
  }
  .js-header .container .main-navbar .main-menu ul {
    display: block;
  }
  .js-header .container .main-navbar .main-menu ul li {
    display: block;
  }
  .js-header .container .main-navbar .main-menu ul li a {
    color: #444444;
    font-weight: 500;
    display: block;
    padding: 12px 15px;
    border-bottom: solid 1px rgba(70, 70, 70, 0.16);
    font-size: 16px;
  }
  .js-header .container .top-bar {
    padding: 10px 0px;
  }
  .js-header .container .top-bar .menu-btn {
    text-align: right;
    display: block;
    width: 40px;
    height: 40px;
    padding: 2px 4px;
    float: right;
  }
  .js-header .container .top-bar .menu-btn .toggle-icon {
    background-color: #3c2876;
    height: 3px;
    margin: 7px 0px;
    width: 100%;
  }
  h4 {
    font-size: 24px;
  }
  .main-footer {
    padding: 40px 0px;
    background-size: cover;
  }
  .main-footer .f-widget {
    text-align: left;
  }
  .main-footer .f-widget .f-logo {
    margin: 0 auto;
  }
  .main-footer .f-widget .f-social-icon {
    justify-content: center;
    margin-bottom: 30px;
  }
  .main-footer .f-widget h5 {
    margin-top: 30px;
  }
  .main-footer .f-widget .f-widget-last-news p {
    margin: 0 auto;
    max-width: 100%;
  }
  .main-footer .f-b-widget-left {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
  }
  .main-footer .f-b-widget-right {
    text-align: center;
    margin-top: 10px;
  }
  h1 {
    font-size: 60px;
  }
  .main-footer.second-footer .f-widget {
    max-width: 100%;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 991.98px) {
  .js-header .top-bar .main-navbar__navbar-brand {
    display: none;
  }
  .js-header .main-menu .main-navbar__navbar-brand {
    display: none;
  }
  .js-header .main-menu .top-bar__social-icon {
    display: none;
  }
  .js-header .main-menu .top-bar__menu {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  h3 {
    font-size: 26px;
  }
  h2 {
    font-size: 34px;
  }
  h1 {
    font-size: 40px;
  }
  .banner-wrapper {
    height: auto;
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 600px) {
  .our-organization-wrapper .col {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .btn {
    font-size: 16px;
    line-height: 3;
    height: 50px;
    padding: 1px 30px;
  }
  p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .our-organization-wrapper .col {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */
