/*theme.css*/

/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/*@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-face {
    font-family: "Bradley";
    src: url("../fonts/bradley.TTF");
}

@font-face {
    font-family: "Gabriola";
    src: url("../fonts/Gabriola.ttf");
}

body{
  font-family: 'Poppins', sans-serif;
}
   #top-menubar-sec > .container {
  align-items: unset !important;
}

#top-menubar-sec> .container> ul.navbar-nav {
  align-items: center;
}

.language-dropdown {
  margin-left: 20px;
  cursor: pointer;
}
.language-dropdown:hover {
  background: #24356e;
}

.slected-flag {
  height: 100%;
  display: flex;
  align-items: center;
}
.slected-flag img {
  max-width: 45px;
  height: 25px;
  margin: auto 10px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: #dce4fa;
  z-index: 1;
  cursor: pointer;
}
.language-dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content .option {
  padding: 7px 10px;
  cursor: pointer;
  font-weight: bold;
  color: #24356e;
}
.dropdown-content .option:hover {
  background: #24356e;
  color: #fff;
}
.dropdown-content img {
  height: 25px;
  width: 45px;
  margin-right: 5px;
  border: solid 2px #dce4fa;
  border-radius: 3px;
}
.dropdown-content label {
  cursor: pointer;
}
.language-dropdown.active .dropdown-content {
  display: block;
}
.language-dropdown.active {
  background: #24356e;
}
#mobile-menu .language-dropdown{
  width: 60px;
  height: 35px;
  margin-top: -5px;
  margin-right: 10px;
  position: relative;
}
#mobile-menu .language-dropdown .dropdown-content{
  right: 0px;
  width: 200px;
}

.hide {
  display: none;
}
a {
  color: #3A519E;
  font-weight: bold;
}
.bg-l-blue{
  background-color: #DCE4FA;
}

.text-color-dark-blue
{
  color:#24356E;
}

.flex-v-align-center{
    align-items: center;
}
#special-top-link {
  background-color: #24356E;
  /*margin-left: 20px;*/
  padding: 10px 20px;
}
#special-top-link a {
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
  line-height: 1;
}
#special-top-link i {
  margin-left: 8.5px;
}

#main-menubar-sec .nav-item {
  margin-left: 50px;
}

#main-menubar-sec .link-sub-title {
  font-size: 14px;
text-align: right;
color: #5D5D5D;
margin-top: 2px;
line-height: 18px;
text-transform: capitalize;
display: block;
font-weight: normal;
}
.dropdown-menu .link-sub-title {
  text-align: left !important;
  font-size: 0.8rem !important;
  line-height: 0.8rem !important;
}
#main-menubar-sec .nav-link {
  text-align: right;
  font-size: 22px;
  color: #213472;
  font-weight: 600;
  line-height: 26px;
  padding: 0px;
  padding-top: 8px;
  text-transform: capitalize;
}
#main-menubar-sec .navbar-brand > img {
  width: auto;
  height: 45px;
}
#main-menubar-sec .navbar-brand {
  padding: 0px;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-item {
  /*text-transform: capitalize;*/
  color: #405086;
  font-weight: bold;
}



#top-menubar-sec .nav-link {
  color: #24356E;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
  /*height: 21px;*/
  min-height: 21px;
  padding: 0px;
  line-height: 21px;
}
#top-menubar-sec .container {
  /*  height: 40px;*/
    min-height: 40px;
}
@media only screen and (max-width: 1200px) {
/*  #top-menubar-sec .container {*/
/*  max-width: unset;*/
/*  text-align: center;*/
/*  justify-content: center !important;*/
/*}*/

.process_flow_flex_header{
    width: 100% !important;
}
  }
#top-menubar-sec {
  min-height: 40px;
  padding: 0px;
}
#top-menubar-sec .nav-item {
  margin-left: 30px;
  text-align: left;

}

.navbar-nav .nav-item.active a {
  color: #5D5D5D !important;
}


/*mobile menu*/

@media only screen and (min-width: 992px) {
  #mobile-menu {
    display: none;
  }
}
#mobile-menu .navbar-brand img {
  height: 30px;
}
#main-menubar-sec {
  /*height: 120px;*/
  padding: 20px 0px;
  background-color: #fff;
}
#main-menubar-sec .navbar-brand {
  text-align: left;
}

#menu-open-btn {
  font-size: 25px;
  line-height: 25px;
  color: #3A519E;
}

#mobile-menu-list-sec {
  position: fixed;
  top: 0px;
  background: #24356E;
  width: 324px;
  right: 0px;
  height: 100vh;
  transition-duration: 0.3s;
  overflow-x: hidden;
  width: 0px;
  z-index: 99;
}
#mobile-menu-list-sec.open {
  width: 324px !important;
}

#mobile-menu-list {
  padding: 15px 30px;
}
#mobile-list-title {
  display: flex;
  margin-top: 25px;
  align-items: center;
  margin-bottom: 30px;
}
#mobile-list-title .navbar-brand > img {
  height: 38px;
  width: auto;
  /*filter: contrast(0) brightness(2);*/
}

#menu-open-btn>img{
  color: #3A519E;
  font-size: 25px;
}

#menu-close-btn {
  margin-left: auto;
  font-size: 22px;
  color: #fff;
}

#mobile-list-items {
  list-style: none;
  padding-left: 0px;
}

#mobile-list-items li {
  height: 50px;
  border-bottom: solid 1px #3A519E;
  padding-top: 15px;
}
#mobile-list-items .mobile-menu-link {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  padding: 0;
  height: 20px;
  line-height: 18px;
  text-transform: capitalize;
}

#mobile-list-items .mobile-menu-link::after {
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  float: right;
}


/*footer*/
#footer-widgets {
  background: #DCE4FA;
  padding: 60px 30px 30px 30px;
}

.navbar-brand.footer-log > img {
  max-height: 40px;
  max-width: 100%;

}

.foorer-text p {
  margin-bottom: 0px;
}

.foorer-text {
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0px;
  color: #5D5D5D;
}
.footer-social-link img {
  height: 40px;
  width: 40px;
  margin-right: 16px;
}

.footer-copyright-text {
  font-size: 12px;
  line-height: 20px;
  margin-top: 15px;
  color: #5D5D5D;
}
.footer-copyright-text p{
  margin-bottom: 5px;
  }
.footer-type-0 .footer-nav-link {
  text-align: right;
  font-size: 1.2rem;
  color: #213472;
  font-weight: 500;
  line-height: 26px;
  padding: 0px;
  padding-top: 0px;
  padding-top: 0px;
  padding-top: 8px;
  text-transform: capitalize;
}
.footer-nav-item {
  margin-bottom: 10px;
  list-style: none;
}

/*.footer-type-1 .link-sub-title {*/
/*  display: none !important;*/
/*}*/
/*.footer-type-1 .footer-nav-link {*/
/*  font-size: 14px;*/
/*  font-weight: bold;*/
/*  color: #3A519E;*/
/*  text-transform: capitalize;*/
/*}*/
ul.footer-navbar-nav {
  padding-left: 0px;
}
.footer-navbar-nav a {
  text-decoration: none;
}

.footer-navbar-nav .link-sub-title {
  font-size: 14px;
  color: #5D5D5D;
  margin-top: 0px;
  line-height: 14px;
  text-transform: capitalize;
  display: block;
  font-weight: normal;
  text-align: left;
}

#footer-bt-address-sec {
    background: #484cb4;
    color: #fff;
    text-align: center;
}

#footer-bt-reg-sec {
    text-align: center;
    color: #484cb4;
}

@media only screen and (max-width: 768px) {
  .mobile-align-center{
    text-align:center;   
  }
  .widget.widget_links {
      margin: 30px 0px;
  /*display: none !important;*/
}
  }
.footer-copyright-text a {
  font-size: 14px;
  font-weight: bold;
  color: #3A519E;
  text-transform: capitalize;
  text-decoration: none;
}
/*footer end*/
    .blue-car-4col {
  background-color: #213472;
  padding: 30px;
  color: #fff !important;
  border-radius: 6px;
  margin-bottom: 15px;
    margin-top: 10px;
}
.blue-car-4col-title {
  font-size: 22px;
color: #75f2ff;
font-weight: bold;
line-height: 24px;
min-height: 52px;
margin-top: 22px;
margin-bottom: 5px;
}

.blue-car-4col p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  /*height: 80px;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 4;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
}
.blue-car-4col-icon {
  width: 48px;
  height: 48px;
}
.blue-car-4col-icon > img {
  width: 100%;
}
.banner-style1-big{
  height: 650px;
}
.banner-img-container > img {
  width: calc(100% + 240px);
  margin-left: -120px;
  position: absolute;
  border-radius: 20px;
  height: 650px;
}
.banner-mini-img-container > img {
  width: calc(100% + 240px);
  margin-left: -120px;
  position: absolute;
  border-radius: 20px;
  height: 300px;
  object-fit: cover;
}

.custom-btn-yellow {
	text-decoration: none;
	height: 45px;
	background: transparent linear-gradient(180deg, #ffdcbe 0%, #ffc847 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	display: inline-block;
	border-radius: 30px;
	text-transform: uppercase;
	padding: 10px 25px;
	text-align: center;
	color: #002e6f !important;
	margin-top: 10px;
	padding-right: 32px;
	font-weight: 600;
	overflow: hidden;
	border: unset;
	cursor: pointer;
}

.custom-btn-yellow:hover {
	background: transparent linear-gradient(180deg, #fffaf6 0%, #fdb121 100%) 0% 0% no-repeat padding-box;
}

.custom-btn-yellow::after {
	content: " ";
	height: 47px;
	background: transparent;
	opacity: 1;
	display: block;
	border-right: solid 10px #fdfdfd;
	border-radius: 30px;
	transform: rotate(5deg);
	margin-right: -27px;
	margin-top: -20px;
}


@media only screen and (max-width: 1538px) {
    .banner-style1-big .banner-img-container > img,.banner-mini-img-container>img {
  width: calc(100% + 100px);
  margin-left: -50px;
  
}
}
.banner-img-container {
  position: relative;
}
.banner-inner {
  display: flex;
  justify-content: end;
}

.banner-right-bluebox {
  width: 453px;
  background: #182550b0;
  color: #fff;
  border-radius: 10px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 40px 50px;
  height: 533px;
  margin-top: 60px;
}
.bluebox-row {
  display: flex;
  margin-bottom: 44px;
}
.bluebox-row img {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}
.bluebox-head-title {
  font-size: 28px;
  height: 33px;
  line-height: 28px;
  font-weight: bold;
}
.bluebox-detail-sec > p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0px;
}
.banner-btn {
  padding: 12px 30px;
  font-size: 18px;
  line-height: 21px;
  color: #3A519E;
  font-weight: bold;
  border-radius: 6px;
}
.card-on-section {
  min-height: 100px;
  max-width: 330px;
  text-decoration: none;
  color: #5d5d5d;
}

.image-with-button > img {
  width: 100%;
  max-width: 608px;
  margin: 0px auto;
}

.image-with-button {
  text-align: center;
}
.image-with-button a {
  margin: 30px auto;
  position: relative;
  display: block;
}
.image-with-button button {
  background: #213472;
  color: #fff;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  border-radius: 6px;
  border: solid 1px #707070;
}

.banner-style2-big {
  height: 494px;
}
.banner-style2-big .banner-img-container {
  position: relative;
}
.banner-style2-big .banner-img-container > img{
  width: calc(100% + 60px);
  margin: 0px -30px;
  position: absolute;
  border-radius: 20px;
  height: 494px;
}
.banner-style2-big .banner-inner {
  display: flex;
  justify-content: end;
}
.banner-style2-big .banner-right-bluebox {
  width: 453px;
  background: #182550b0;
  color: #fff;
  border-radius: 0px 20px 20px 0px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 40px 50px;
  height: 494px;
  margin-right: -30px;
  margin-top: 0px;
  padding-top: 65px;
}

.banner-style2-big  .video-banner {
  width: calc(100% + 60px);
  margin: 0px -30px;
  position: absolute;
  border-radius: 20px;
  height: 494px;
  overflow: hidden;
}
.banner-style2-big  .video-banner video {
  width: 100%;
}
.banner-right-bluebox a {
  color: #fff;
  text-decoration: none;
}

.banner-right-bluebox a:hover {
  filter: brightness(0.8);
}
/*=========*/
body{
    color: #5D5D5D;
}
.wh-section {
  padding: 67px 0px;
  color: #5D5D5D;
  background: #FFF;
}
.card-on-section .section-title {
  font-size: 25px;
  font-weight: 500;
  /*height: 33px;*/
  line-height: 33px;
}
.card-on-section p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  font-weight: 400;
  text-align: start;
}
.card-on-section {
  margin-bottom: 30px;
}


.lb-section {
  background-color: #E6FAFF;
  padding: 67px 0px;
  color: #5D5D5D;
}
.image-card .row > div {
  margin: 0px;
  padding: 0px;
}
.image-card .row {
  margin: 0px;
}
.image-card .image-card-banner {
  height: 100%;
}
.image-card-col {
  height: 400px;
  overflow: hidden;
position: relative;
}
.image-card > .row div:first-child .image-card-col {
  border-radius: 20px 0px 0px 20px;
}
.image-card > .row div:last-child .image-card-col {
  border-radius: 0px 20px 20px 0px;
}
.image-card-text {
  background-color: #3A519E85;
  position: absolute;
  bottom: 0px;
  height: 153px;
  padding: 20px 20px;
  color: #fff;
}
.image-card-text .title {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  /*height: 33px;*/
}
.image-card-text p {
  font-size: 16px;
  line-height: 20px;
}
.section-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
}
.blue-text {
  color: #24356E;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
}
.row-eq-h {
  flex-wrap: wrap;
}
.blue-button {
  background: #213472;
  color: #fff;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  border-radius: 6px;
  border: solid 1px #707070;
}
.wh-button {
  color: #3A519E;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  border-radius: 6px;
  background: #fff;
}
.align-right
{
    text-align: right;
}

@media only screen and (max-width: 1199px) {
    .banner-style2-big  .video-banner video {
        width: unset;
        height: 100%;
    }
    #top-menubar-sec .nav-link,#special-top-link a {
      font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .banner-style2-big .banner-img-container {
        padding-top: 0px !important;
    }
    .banner-style2-big .video-banner
    {
        border-radius: 0px !important;
    }
}

/*@media only screen and (max-width: 1100px) {*/
/*    #top-menubar-sec .nav-link,#special-top-link a {*/
/*      font-size: 14px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 991px) {
  .image-card .image-card-col {
  border-radius: 20px !important;
  max-width: 345px;
  margin: 15px;
}
.banner-mini-inner {
  height: unset;
}
.card-on-section{
    max-width: unset;
    min-height: unset;
}
.banner-style1-big .banner-inner, .banner-style2-big  .banner-inner{
  justify-content: center;
}

.banner-img-container > img,.banner-mini-img-container>img, .banner-style2-big .banner-img-container>img{
  position: relative;
  height: auto;
  margin-left: -12px;
  width: calc(100% + 24px);
  border-radius: 0px !important;
}
.banner-style2-big .banner-img-container {
  /*position: absolute;*/
  background: #24356e;
  /*width: 100vw;*/
 /*height: 320px;*/
  left: 0px;
  /*overflow: hidden;*/
}
.banner-style2-big .video-banner {
  position: relative;
  margin: 0px;
  border-radius: 0px;
  height: 100%;
  width: 100%;
}
.banner-style2-big .banner-inner {
  padding-top: 350px;
}
.banner-style2-big .video-banner video {
  min-width: 100%;
  height: auto;
}

.banner-right-bluebox, .banner-style2-big .banner-right-bluebox{
    background: unset;
    width: unset;
    max-width: 100%;
    padding: 40px 0px;
    height: unset;
    backdrop-filter: unset;
}

.banner-inner, .banner-style2-big .banner-inner {
  display: block;
}
.banner-style1-big, .banner-style2-big {
  height: unset;
  background: #24356E;
}

}
@media only screen and (max-width: 767px) {

.image-card .image-card-col {
  margin: 15px auto;
}

.banner-style2-big .video-banner{
    width: 100%;
    height: 100%;
    text-align: center;
}

.banner-style2-big .video-banner video{
    height: 330px;
    width: auto;
}




}

.banner-style1-mini {
  height: 300px;
}
.banner-mini-img-container {
  position: relative;
}

.banner-mini-inner {
  position: relative;
  height: 300px;
}
.banner-mini-header {
  position: absolute;
  bottom: 0;
  height: 78px;
  padding: 20px 30px;
  font-size: 40px;
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  min-width: 400px;
  color: #24356E;
  font-weight: bold;
  margin-left: -30px;
}



@media only screen and (max-width: 767px) {
.banner-mini-img-container > img {
  position: relative;
  border-radius: 0px;
  height: 200px;
}



}

@media only screen and (max-width: 991px) {

.banner-mini-inner {
  height: unset;
}
.banner-mini-img-container > img {
  position: relative;
  border-radius: 0px;
  height: 200px;
}
.banner-mini-header {
  position: relative;
  max-width: 100%;
  height: unset;
}
}

.section-x2img {
  padding: 30px;
}

.blue-section {
  background-color: #24356E;
  padding: 67px 0px;
  color: #FFF;
}

.blue-section .custom-btn-yellow::after {
	border-right: solid 10px #2b3b95;
}

.lb-section .custom-btn-yellow::after {
	border-right: solid 10px #eaeffe;
}

#homeBannerCarousel .custom-btn-yellow::after {
	border-right: solid 10px #0f181c !important;
}

.mb-15p
{
    margin-bottom: 15px;
}
.mb-50p {
  margin-bottom: 50px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25
{
    margin-bottom: 25px;
}

.fixed-bagroung{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

p {
  font-size: 16px;
  line-height: 20px;
}

.p-with-icon {
  display: flex;
  align-items: start;
}
.p-with-icon img {
  margin-right: 10px;
  height: 20px;
width: 20px;
}
.p-with-icon p {
  margin-bottom: 0px;
  line-height: 22px;
  font-size: 18px;
  
}

.section-title-32,.section-title-32p {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
.section-title-22p {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.section-title-26p {
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.img-with-title-wh {
  background: #fff;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: solid 1px #B9B9B9;
  padding: 20px;
}
.img-with-title-wh img {
  max-width: 100%;
}
.img-with-title-wh .section-title {
  color: #5D5D5D;
  font-size: 23px;
}

.section-x2img img {
  width: 100%;
}

.ribbon-ul {
  display: flex;
  padding: 25px;
  border: solid 1px #FFFFFF;
  border-radius: 41px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 30px auto;
}
.ribbon-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.ribbon-ul p {
  font-size: 18px;
  margin-bottom: 0px;
}
.ribbon-ul p {
  text-align: left;
}
.ribbon-ul > * {
  padding: 0px 30px;
}

@media only screen and (max-width: 991px) {

.ribbon-ul {
  display: block;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  text-align: left;
}
.ribbon-ul > * {
  padding: 0px;
  margin-bottom: 15px;
}

.wh-section {
  padding: 15px 0px;
}

.banner-style1-mini {
  height: unset;
}

}

.mb-30p
{
    margin-bottom: 30px;
}
.mb-40p
{
    margin-bottom: 40px;
}
.mb-20p
{
    margin-bottom: 20px;
}
.mb-10p
{
    margin-bottom: 10px;
}
.mh-15
{
    margin-left:15px;
    margin-right: 15px;
}
.mh-15
{
    margin-left:20px;
    margin-right: 20px;
}
.gr-section {
  background-color: #F2F4FA;
  padding: 50px 0px;
}
    .page-tab li {
  flex-grow: 1;
  flex-basis: 0;
}
.page-tab ul {
  display: flex;
  }

  .page-tab-link {
  color: #24356E;
  text-decoration: none;
  font-size: 33px;
  line-height: 38px;
  font-weight: bold;
}
.page-tab-link.active {
  color: #5D5D5D;
}
.page-tab-link.active > div {
  border-bottom: solid 6px #5D5D5D;
  
}
.page-tab-link > div {
  display: inline-block;
  padding-bottom: 10px;
}
.section-title-65 {
  font-size: 65px;
  line-height: 1;
  font-weight: 600;
}

.child-pointer-vlc-1p {
  
  border-width: 0px;
  border-style: solid;
  border-left-width: 2px;
  border-bottom-width: 2px;
  height: 28px;
}

.child-pointer-vlc-1p-after {
  height: 28px;
  border-right: solid 2px;
  width: 100%;
}
.child-pointer-gr>*
{
    border-color: #B9B9B9;
}
.child-pointer-line {
  margin-bottom: 5px;
}
.product-detail-card {
  background-color: #FFF;
  border: solid 1px #B9B9B9;
  border-radius: 10px;
  max-width: 440px;
  width: calc(100% - 30px);
  overflow-x: hidden;
  margin: auto;
  padding: 33px 30px;
  height: 100%;
}
.product-detail-card-img > img {
  max-width: 100%;
  max-height: 100%;
}
.product-detail-card-img {
    margin-bottom: 33px;
  text-align: center;
  height: 254px;
}

.less-more-content {
  overflow: hidden;
  position: relative;
}

.less-more-content > span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #fff;
  padding: 1px 0px 1px 10px;
  font-weight: bold;
  color: #3a519e;
  cursor: pointer;
}

.less-more-content.active {
  height: unset !important;
}
.less-more-content > span.readless {
  position: relative;
  float: right;
}
.mh-100px{
    max-height:100px;
}
.mh-15
{
    margin-left:15px;
    margin-right: 15px;
}

.round-lable-80p {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #3A519E;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
}

/*custom list*/
ul.custom-icon-check-wh,ul.custom-icon-check-gr {
  list-style: none;
  padding-left: 0px;
}
ul.custom-icon-check-wh li::before,ul.custom-icon-check-gr li::before {
  background-image: url('../img/icons/check-icon-wh.svg');
margin-right: 10px;
height: 20px;
width: 20px;
display: inline-block;
overflow: hidden;
background-size: 20px 20px;
content: "";
background-repeat: no-repeat;
background-position: center center;
margin-bottom: -7px;
margin-left: -30px;
}
ul.custom-icon-check-gr li::before{
    background-image: url('../img/icons/check-icon-gr.svg') !important;
}
ul.custom-icon-check-wh li,ul.custom-icon-check-gr li {
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 22px;
}

.c_bs_header{
    font-size: 32px;
    margin-bottom: 50px;
}

.c_bs_title{
    font-size: 22px;
    margin-bottom: 40px;
}

.c_bs_icon_div{
    padding: 10px;
    background: #2563eb;
    width: 40px;
    border-radius: 4px;
}

.c_bs_icon{
    width:20px;
    height:20px;
}

.c_bs_list_header{
    font-size: 18px;
    margin: 8px 0px;
    font-weight: bold;
}

.c_bs_list_content{
    margin: 0px;
}

.mb_40{
    margin-bottom: 40px;
}


.process_flow_flex_header{
    width: 27%;
}

.solution_images{
    height: 400px;
}

@media only screen and (max-width: 450px) {
.solution_images{
    width: 100% !important;
    height: auto !important;
}
}

@media only screen and (min-width: 1400px) {
.process_flow_circle{
    display: flex;
    justify-content: center;
    align-items: center;
}
}

.custom_btn {
  margin-top: 15px;
  text-decoration: none;
  text-align: center;
  width: 170px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

/* 11 */
.btn-11 {
  border: none;
  background: rgb(251,33,117);
    background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);
    color: #fff;
    overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.text-justify{
	text-align: justify;
}

.curve-image{
  border-radius:20px;
}

.showcase-card {
	background-color:white;
    color:black;
    border-radius:10px;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    border-top: 3px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(to left, #FAAB08, #E66B4E, #D22B94, #9C2E9C, #6731A5, #6731A5, #3F7DCA, #36AEE0 );
  	box-shadow: 6px 6px 8px 5px lightgrey;
}

.showcase-card > div > img {
	width:50px;
    height:50px;
}

.showcase-card > div > p {
	font-size: 0.7rem;
}
.eq-height {
        flex-grow: 1;
        display: flex;
    }

.eq-height>div {
        width: 100%;
    }

.fa-gradient {
      background: linear-gradient(to right, #FAAB08, #E66B4E, #D22B94, #9C2E9C, #6731A5, #6731A5, #3F7DCA, #36AEE0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
    }