@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #667085;
  line-height: 22px;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
.bordered-layout .page-wrapper {
  padding: 0px 50px 0px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #0060ff;
}
button, a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-family: "Roboto", sans-serif;
}
input, button, select, textarea {}
textarea {
  overflow: hidden;
}
p {
  position: relative;
  line-height: 20px;
}
/* Typography */
h1 {
  font-size: 72px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
.HeroSection {
  background: url("../images/banner-bg.svg") no-repeat;
  background-size: cover;
  min-height: 200px;
  padding: 1.5rem 2rem;
}
.HeroSection h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #101828;
  padding-top: 10px;
}
.HeroSection p {
  font-weight: 500;
  color: #344054;
  padding-top: 10px;
}
.TwoCol-BtmSection .TwoCol-Content {
  border: 1px solid #D0D5DD;
  background: #fff;
  padding: 20px 20px 0 20px;
  border-radius: 8px;
	height: 100%;
}
.TwoCol-BtmSection .TwoCol-Content .d-flex i{
	color: #344054;
}
.TwoCol-BtmSection .TwoCol-Content .d-flex i:hover{
	color: #4051b5;
}
.IconBOX {
  background: #F9FAFB;
  border-radius: 8px;
  padding: 10px;
}
.IconBOX .FlexBOX {
  display: flex;
  /*margin-bottom: -6px;*/
  gap: 25px;
}
.IconBOX .FlexBOX p {
  position: relative;
  left: -14px;
  top: 3px;
}
.IconBOX .FlexBOX p strong {
  color: #101828;
  font-weight: 600;
}
.rightArrow {
  background: #fff;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
}
.rightArrow i {
  color: #344054;
}
.Three-Col-Section {
  background: #fff;
}
.Three-Col-Section h2 {
  font-size: 22px;
  color: #344054;
  font-weight: 600;
}
.Three-Col-Section .IconBOX {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  padding: 20px 20px 6px 20px;
  min-height: 154px;
}
.Three-Col-Section .FlexBOX h4 {
  padding-top: 5px;
  font-size: 18px;
  color: #101828;
  margin-left: -10px;
}
.Three-Col-Section .IconBOX p {
  padding-top: 15px;
}
a.IconBOX-Link p {
  color: #000000 !important;
}
a.IconBOX-Link:hover .rightArrow {
  background: #4051b5;
  colorr: #fff;
}
a.IconBOX-Link:hover .rightArrow i {
  color: #fff;
}
.container-fluid {
  width: 98%;
}
footer {
  border-top: 1px solid #D0D5DD;
  padding-top: 10px;
}
footer p {
  color: #344054;
  font-size: 14px;
}
footer .nav-item a {
  color: #344054;
  font-size: 14px;
  padding: 0px 18px;
}
.navbar.navbar-light {
  background: #fff !important;
}
.navbar-light .navbar-nav .nav-link, .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  color: #000 !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0px !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .HeroSection h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .TwoCol-BtmSection {
    top: 0px;
  }
  .TwoCol-BtmSection .TwoCol-Content {
    margin-bottom: 20px;
  }
  .Three-Col-Section .IconBOX {
    min-height: fit-content;
  }
.three-col-blocks-row .IconBOX {
    margin-bottom: 15px !important;
}
.TwoCol-BtmSection {
    top: 0px !important;
	margin-bottom: 0px !important;
}
footer p{
	text-align: center;
}
footer .nav{
	justify-content: center;
}
footer .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: center !important;
}
}
@media (min-width: 576px) and (max-width: 768px) {
  .TwoCol-BtmSection .TwoCol-Content .col-sm-6 {
    max-width: 100%;
    width: 100%;
  }
  .TwoCol-BtmSection .TwoCol-Content .row {
    display: block !important;
  }
  .IconBOX .FlexBOX {
    margin-bottom: 0px;
    padding-bottom: 7px;
  }
}
.LogoRight-icon {
  background: #fff;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
}
.LogoRight-icon:hover {
  background: #4051b5;
  color: #fff;
}
.LogoRight-icon:hover .fa-arrow-right {
  color: #fff !important;
}
footer .footer-social .nav-item {
  margin: 0px;
  padding: 0px;
  width: 42px;
}
footer .footer-social .nav-item a {
  max-width: 24px;
}
footer .footer-social .nav-item a img {
  max-width: 24px;
  width: 100%;
}
.three-col-blocks-row .IconBOX {
    margin-bottom: 0;
}
.three-col-blocks-row{
	padding: 0px !important;
	background: transparent !important;
}
.three-col-blocks-row .IconBOX .FlexBOX {
    align-items: center;
}
.three-col-blocks-row .IconBOX {
    padding: 10px 20px 6px 20px;
	min-height: auto !important;
	height: 100%;
}
.three-col-blocks-row .FlexBOX h4 {
    margin-left: 0px;
}
.line-seprator-container{
	 align-items: center;
	 flex-direction: column;
}
.line-seprator-container #line-seprator-col{
	display: block;
    margin: auto;
    width: 100%;
}
.four-column-section{
background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat,
            linear-gradient(259deg, transparent 0%, #80c0fe 100%),
            linear-gradient(90deg, transparent 0%, #f5bdee 100%),
            linear-gradient(185deg, transparent 0%, #ffe0dc 100%),
            linear-gradient(227deg, transparent 0%, #c2dbff 100%) !important;
box-sizing: border-box;
padding: 6px;
box-sizing: border-box;
    border: 0px !important;
	    padding-bottom: 20px !important;
}
.four-column-section .IconBOX{
	padding: 20px;
	height: 137px;
    margin-bottom: 20px;
}
.four-column-section .IconBOX .FlexBOX {
margin-bottom: 15px;
}

.four-column-section a.IconBOX-Link p{
	margin-bottom: 0px !important;
}
.line-seprator-container img{
	margin: auto;
    display: block;
	width: 100%;
}
.TwoCol-BtmSection {
    position: relative;
    top: -123px;
	margin-bottom: -100px;
}
@media (min-width: 576px) and (max-width: 1100px) {
.IconBOX .FlexBOX {
  display: flex;
 margin-bottom: -6px;
  gap: 25px;
}

.TwoCol-BtmSection {
    position: relative;
    top: 0;
}


}