@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');
 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;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: "Lato", serif;
  font-size: 16px;
}

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

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

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

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

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

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

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

.section-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.section-heading h6 {
  font-size: 14px;
  color: #FE0000;
}
.section-heading h4 {
  color: #16213e;
}
.heading-h6 {
  color: #FE0000;
  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 #FE0000;
  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: "Lato", serif;
  font-size: 16px;
  cursor: pointer;
  border: none;
  margin: 0;
  line-height: 18px;
  height: 40px;
  padding: 10px 25px;
  overflow: visible;
  text-align: center;
  border-radius: 5px;
  user-select: none;
  background-color: #061750;
  transition: all 0.5s ease;
}
.btn, .btn:link, .btn:visited {
  color: #fff;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #061750;
}
.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: #061750 !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;
}
/* the slides */
.product-wrapper .slick-slide {
  margin: 0 10px;
}
/* the parent */
.product-wrapper .slick-list {
  margin: 0 -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: #6da5ad;
  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: #061750;
}



.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: #ffffff;
  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: #1B1C1E;
  margin-bottom: 5px;
}
.main-footer .f-widget h4 {
  color: #3C2876;
}
.main-footer .f-widget h5 {
  color: #101828;
  margin-bottom: 10px;
  font-weight: 500;
}
.main-footer .f-widget .f-list li {
  list-style: disc;
  margin-left: 15px;
}
.main-footer .f-widget .f-list li a {
  font-size: 16px;
  color: #1B1C1E;
  text-decoration: none;
  padding: 3px 0px;
  display: inline-block;
  font-weight: 400;
}
.main-footer .f-widget .f-list li a:hover {
  color: #3C2876;
}
.main-footer .f-widget .contact-list li {
  display: flex;
  align-items: baseline;
}
.main-footer .f-widget .contact-list li a {
  overflow-wrap: break-word;
  width: 89%;
  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: "Lato", 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: #004C8D;
}

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

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


.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;
}

textarea.form-control {
  height: auto;
  min-height: 125px;
}

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;*/
  padding: 10px 0px 10px 0px;
}
.main-navbar__navbar-brand {
  max-width: 250px;
}
.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: #dde1e3;
  max-width: 260px;
  width: 100%;
  z-index: 999;
  /*border: solid 1px #e89979;
  border-radius: 1px;*/
  border-top: solid 2px #e89979;
  display: none;
}
.main-navbar .main-menu ul li ul.dropdown li a{
  display: block;
  margin: 0px;
}
.main-navbar .main-menu ul li a {
  font-size: 16px;
  color: #061750;
  font-weight: 500;
  padding: 5px 15px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  margin: 0px 10px;
}
.main-navbar .main-menu ul li a:hover {
  background-color: #061750;
  color: #ffffff !important;
}
.main-navbar .main-menu ul li a:hover svg path {
  fill: #ffffff;
}
.main-navbar .main-menu ul li a.active {
  background-color: #061750;
  color: #ffffff !important;
}
.main-navbar .main-menu ul li ul.dropdown li a:hover{
	border-radius: 0px;
	margin: 0px;
}
.banner-wrapper {
	height:90vh;
	max-height:90vh;
	overflow:hidden;
}
.banner-wrapper .item{
  background-size: cover;
  padding: 190px 0px;
  position: relative;
}
.banner-wrapper .widget h1{
  color: #ffffff;
  font-size: 44px;
  margin-top: 80px;
}
.banner-wrapper .widget h1.dark-clr {
	color:#000;
}
.banner-wrapper .widget h3{
  color: #ffffff;
  font-size: 40px;
  margin-top: 80px;
}
.product-wrapper {
  background-color: #F6F6F6;
}
.product-wrapper .widget {
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 30px;
  border-radius: 16px;
  background-color: #ffffff;
}
.product-wrapper .widget .widget-icon {
  width: 150px;
  margin-right: 20px;
}
.product-wrapper .widget .widget-content h4 {
  color: #101828;
  font-size: 24px;
  margin-bottom: 13px;
}
.product-wrapper .widget .widget-content p {
	font-size: 15px;
}
.our-organization-wrapper {
  background-size: cover;
}
.our-organization-wrapper .widget {
  background-color: #061750;
  /*background-color: rgb(25, 54, 68);*/
  text-align: center;
  padding: 55px 20px;
  border: solid 1px #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out; /* Smooth transition */
  position: relative;
}
.our-organization-wrapper .widget:hover {
  border-radius: 4px 4px 80px 80px;
  /*background: linear-gradient(180deg, #8484EE 0%, #4C4CB3 100%);*/
  background: linear-gradient(180deg, #6da5ad -33.43%, #426f6e);
  background: linear-gradient(180deg, #00baf1 -33.43%, #26475a);
}
.our-organization-wrapper .widget h4 {
  font-size: 22px;
  color: #ffffff;
}
.our-organization-wrapper .widget p {
  color: #ffffff;
  font-size: 16px;
  /*line-height: 1;*/ /* Sets line spacing to minimum */
  display: block; /* Ensures proper block-level behavior */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
}
.our-organization-wrapper .widget:hover p {
  opacity: 1;
  visibility: visible;
  position: static;
}

.why-choose-wrapper {
  background-size: cover;
}
.why-choose-wrapper .widget {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
  height: 100%;
}
.why-choose-wrapper .widget .icon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #CDCACF;
  padding-bottom: 20px;
  min-height: 85px;
}
.why-choose-wrapper .widget .icon img {
  width: 50px !important;
  height: 50px;
}
.testimonial-wrapper {
  background-color: #FFF4EB;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}
.testimonial-wrapper:before {
  position: absolute;
  content: '';
  background-color: #f2fefdb8;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.testimonial-wrapper .testimonial-slide .slick-list {
  margin: -10px;
}
.testimonial-wrapper .testimonial-slide .slick-list .item {
  padding: 10px;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide {
  background-color: #FFE2CA;
  border-radius: 8px;
  padding: 24px;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide p {
  font-size: 16px;
  font-weight: 400;
  color: #1B1C1E;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating i {
  color: #FFC402;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating-owner {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating-owner .icon {
  margin-right: 10px;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating-owner .title h4 {
  font-size: 20px;
  font-weight: 500;
  color: #3C2876;
}
.testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating-owner .title p {
  font-size: 14px;
  color: #7A7A7A;
  margin: 0;
}
.testimonial-wrapper .slick-prev {
  background-color: #3C2876;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  top: -100px;
  right: 70px;
  left: auto;
}
.testimonial-wrapper .slick-prev:before {
  display: none;
}
.testimonial-wrapper .slick-next {
  background-color: #3C2876;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  top: -100px;
  right: 0;
}
.testimonial-wrapper .slick-next:before {
  display: none;
}
.calculator-wrapper .emi-widget {
  background-color: #EBEBEB;
}
.calculator-wrapper .emi-widget h3 {
  padding: 15px 15px;
  font-size: 18px;
  background-color: #010066;
  color: #fff;
}
.calculator-wrapper .emi-widget .calculator-widget {
  padding: 30px;
}
.calculator-wrapper .emi-widget .calculator-widget .form-group label {
  font-size: 18px;
  color: #101828;
  margin-bottom: 10px;
}
.calculator-wrapper .emi-widget .calculator-widget .form-group .input-group .input-group-text {
  width: 50px;
  background-color: #F4F4F4;
  border-radius: 8px 0px 0px 8px;
  border: solid 1px #ccc;
  justify-content: center;
}
.calculator-wrapper .emi-widget .calculator-widget .form-group .input-group .form-control {
  border-radius: 8px;
  border: solid 1px #ccc;
  font-style: normal;
}
.calculator-wrapper .emi-widget .calculator-widget .form-group .input-group .yr-mo-widget {
  border-radius: 6px !important;
  overflow: hidden;
  margin-left: 10px !important;
}
.calculator-wrapper .emi-widget .calculator-widget .form-group .input-group .yr-mo-widget label {
  background-color: #3433CE;
  color: #fff;
  padding: 15px 10px;
  margin: 0;
  font-size: 16px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.calculator-wrapper .emi-widget .calculator-widget .form-group .input-group .yr-mo-widget input {
  display: none;
}
.calculator-wrapper .emi-widget .calculator-widget .form-group .input-group .yr-mo-widget input:checked ~ label {
  background-color: #010066;
}


.calculator-wrapper .widget .widget-loan {
  text-align: center;
  border: solid 1px #ccc;
  padding: 31px 20px;
}
.calculator-wrapper .widget .widget-loan h5 {
  font-size: 18px;
  color: #727987;
}
.calculator-wrapper .widget .widget-loan h3 {
  font-size: 24px;
  color: #101828;
  margin-top: 10px;
}
.calculator-wrapper .widget .chart-container h4{
  text-align: center;
  font-size: 24px;
    color: #101828;
    margin-bottom: 30px;
}
#myPieChart {
  width: 300px !important;
  height: 300px !important;
  margin: 0 auto;
}
.product-slider .item {
	height: 250px;
	min-height: 250px;
}
.product-wrapper .widget {
	height: 100%;
}
.banner-wrapper .slick-next {
	right: 0px;
	width: 45px;
    height: 45px;
}
.banner-wrapper .slick-prev {
	left: 0px;
	width: 45px;
    height: 45px;
	z-index: 999;
}
.slick-prev:before, .slick-next:before {
	font-size: 35px;
}
/* CSS update Version 2 (Start) */
.inner-banner {
  padding: 100px 0px;
  background-size: cover;
  background-position: right;
}

.simplify-wrapper .widget h4 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.simplify-wrapper .widget p {
	font-size: 15px;
}
.inner-banner .widget h3 {
  color: #fff;
  font-size: 40px;
}
.inner-banner .widget p {
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 25px;
}
.inner-banner .widget a.btn {
  background-color: #fff;
  color: #000;
  padding: 16px 30px;
  height: auto;
}
.product-wrapper.product-page {
	background-image: url('../assets/images/why-choose-bg.png');
	background-size: cover;
}
.product-wrapper.product-page .widget {
  padding: 0px;
  height: auto;
}
.product-wrapper.product-page .widget-icon {
  width: 35%;
}
.product-wrapper.product-page .widget-content {
  padding: 30px 0px;
  width: 65%;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.various-wrapper .widget {
  box-shadow: 0px 4px 24px 0px #00000017;
  border-radius: 10px;
  padding: 45px 15px 30px 15px;
  text-align: center;
  height: 100%;
  background-color: #FFFFFF;
}
.various-wrapper .widget img {
  max-width: 60px;
  height: 60px;
}
.various-wrapper .widget h4 {
  font-size: 18px;
  color: #101828;
  margin-top: 15px;
  text-transform: capitalize;
}
.wood-capital-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 220px;
  padding: 30px 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px #00000017;
  border-radius: 10px;
}
.wood-capital-wrapper .content h4 {
  font-size: 20px;
}
.wood-capital-wrapper {
  background-size: cover;
  background-position: center;
}
.product-wrapper.product-page .widget-icon img {
  height: 219px;
}
.whte-clr-bg {
	background-color: #FFFFFF !important;
}
.dark-clr-bg {
	background-color: #F6F6F6 !important;
}
.various-wrapper .section-heading {
	margin-bottom: 30px;
}
.various-wrapper .section-heading h3 {
	font-size: 30px;
	color: #000000;
}
.product-wrapper.product-page .section-heading {
	margin-bottom: 30px;
	max-width: 100%;
}
.product-wrapper.product-page .section-heading h4 {
	font-size: 30px;
	color: #000000;
}
.product-wrapper.product-page .widget .widget-content h4 {
	font-size: 22px;
}
.bul-lst {list-style: disc !important; font-family: "Lato", serif; font-size: 16px;}
span.hghlt-txt {font-weight: 600;}
h3.cnt-txt-head {
	font-family: "Lato", serif;
	font-size: 30px;
    color: #000000;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 10px;
}
.form-process {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: transparent;
}
.form-widget label {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
.form-group {
    margin-bottom: 1rem;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 10px 25px;
    font-size: 0.875rem;
    background-color: #061750;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	width: auto;
}
.wdth-45-per {
	width: 45%;
}
h4.sub-txt-head {
	font-family: "Lato", serif;
	font-size: 22px !important;
    color: #000000;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 10px;
}
.sec-bg-clr{ background-color: #F6F6F6; }
.blog-pic {height: 200px; width: 100%; overflow: hidden;}
.blog-pic img {height: 200px; width: auto;}
.blog-pic-lrge {max-height: 450px; width: 100%; overflow: hidden;}
.blog-pic-lrge img {max-height: 450px; width: auto; text-align: center;}
.blog-txt-hlder h6{color: #101828; font-size: 24px; margin-bottom: 13px;}
.blog-txt-hlder p{font-size:15px;}
p.sm-txt{font-size:12px; margin-bottom: 5px;}
.pdng-btm-40 {padding-bottom:40px !important;}
.mrg-btm-40 {margin-bottom:40px !important;}
.section-padding-half {padding: 40px 0px;}
.side-pic-hlder{background-image: url('../images/simplify-journey-v3.jpg'); height:100%; background-repeat: no-repeat; background-size:cover; border-radius: 25px; min-height:270px;}
.job-desc-txt td {border-width: thin;}
/* CSS Update Version 3 (End) */
@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;
  }
  .product-wrapper .widget .widget-content h4 {
    font-size: 24px;
  }
}



@media only screen and (max-width: 991.98px) {
  .js-header .container {
    max-width: 100%;
  }
  .js-header .top-bar__menu {
    display: none;
  }
  .js-header .main-navbar__navbar-brand {
    padding: 8px 0px;
  }
  .js-header .main-navbar {
    padding: 0px;
  }
  .js-header .top-bar__social-icon {
    display: none;
  }
  .js-header .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 .main-navbar.open {
    left: 0;
  }
  .js-header .main-navbar__navbar-brand {
    max-width: 200px;
    padding: 10px 0px;
  }
  .js-header .main-navbar .main-menu .top-bar__social-icon {
    display: block;
    padding: 0px 10px;
  }
  .js-header .main-navbar .main-menu .top-bar__social-icon ul li {
    display: inline-block;
  }
  .js-header .main-navbar .main-menu .top-bar__social-icon ul li.social-logo {
    margin-right: 0px;
  }
  .js-header .main-navbar .main-menu .top-bar__social-icon ul li.social-logo a {
    width: 80px;
  }
  .js-header .main-navbar .main-menu .top-bar__social-icon ul li a {
    border: 0;
    width: 30px;
    padding: 3px 5px;
  }
  .js-header .main-navbar .main-menu .top-bar__menu {
    display: block;
  }
  .js-header .main-navbar .main-menu .top-bar__menu ul li {
    padding: 0;
  }
  .js-header .main-navbar .main-menu ul {
    display: block;
  }
  .js-header .main-navbar .main-menu ul li {
    display: block;
  }
  .js-header .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 .top-bar {
    padding: 10px 0px;
	padding: 0px;
  }
  .js-header .top-bar .menu-btn {
    text-align: right;
    display: block;
    width: 40px;
    height: 40px;
    padding: 2px 4px;
    float: right;
  }
  .js-header .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;
  }
  .various-wrapper .row {
    justify-content: center;
}
  .various-wrapper .row .col {
    flex: auto;
    max-width: 33.33%;
    margin-bottom: 30px;
}
.simplify-wrapper .widget h4 {
	margin-top:1rem!important;
}
.why-choose-wrapper .widget .icon {min-height:auto;}
}
@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: 0px 0px 60px 0px;
  }
  .banner-wrapper .banner-slider.res-ver {
	  height: 100vh;
  }
  .banner-wrapper .banner-slider.res-ver .item{
	  height: 100vh;
	  padding:40px 15px 0px;
  }
  .banner-wrapper .banner-slider.res-ver .widget h3 {
	 font-size: 30px; 
  }
  .banner-wrapper .widget h3{
	  margin-top: 40px;
	}
	.inner-banner .widget h3 {
    font-size: 36px;
}
.product-wrapper.product-page .widget {
  flex-direction: column;
  overflow: hidden;
}
.product-wrapper.product-page .widget-icon {
width: 100%;
height: 200px;
}
.product-wrapper.product-page .widget-icon img {
object-fit: cover;
height: 100%;
width: 100%;
}
.product-wrapper.product-page .widget-content {
width: 100%;
padding: 15px; 
}
.product-wrapper.product-page .item {
height: auto;
}
.simplify-wrapper {
	padding: 20px 0px;
}
.various-wrapper {
	padding: 30px 0px;
}
.various-wrapper .section-heading h3 {
	font-size: 25px;
}
.various-wrapper .row .col {
	max-width: 50%;
}
.product-wrapper.product-page {
	padding: 30px 0px;
}
.product-wrapper.product-page .section-heading h4 {
	font-size: 25px;
}
}
@media only screen and (max-width: 600px) {
  .our-organization-wrapper .col {
    width: 33.33% !important;
    max-width: 33.33% !important;
  }
  .various-wrapper .row .col {
    flex: auto;
    max-width: 50%;
    margin-bottom: 30px;

}
}
@media only screen and (max-width: 600px) {
  .our-organization-wrapper .col {
    width: 33.33% !important;
    max-width: 33.33% !important;
  }
  .our-organization-wrapper .widget {
	  padding: 30px 10px;
  }
  .our-organization-wrapper .col img {
		width: 100%;
	}
	.our-organization-wrapper .widget h4 {
		font-size: 16px;
	}
	.our-organization-wrapper .widget p {
		font-size: 14px;
	}
	.section-padding {
		padding: 40px 0px;
	}
	.section-heading {
		margin-bottom: 30px;
	}
	.product-slider .item {
		height: 330px;
	}
}

@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;
  }
  .various-wrapper .row .col {
    max-width: 50%;
    flex: auto;
    margin-bottom: 30px;
}
.inner-banner .widget h3 {
  font-size: 32px;
}
.our-organization-wrapper .col img {
	width: 100%;
}
}

@media only screen and (min-width: 1399px) {
	.product-slider .item {
		height: 235px;
		min-height: 235px;
	}
}
