@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');

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

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

.row {
	margin-right: -15px;
  margin-left: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

img {
	max-width: 100%;
}

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

a, a:hover {
	text-decoration: none;
	color: #1D2683;
}

.slick-arrow {
	-webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: calc(100% - 100px);
	max-width: 1140px;
}

body {
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	color: #000;
	font-family: "Poppins", sans-serif;
	margin: 0;
	padding: 0;
}

.section {
	position: relative;
	padding: 50px 0;
	clear: both;
	width: 100%;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}


.site_container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 90px;
    padding-right: 90px;
}



.only_desktop_view {
	display: block;
}

.only_mobile_view {
	display: none;
}

.button a {
	background: #99DCFF;
	padding: 12px 25px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	color: #112DA9;
	display: inline-block;
}

.button_dark_blue a {
	background: #112DA9;
	color: #fff;
}


.heading {
	margin: 0 auto 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
}

.heading h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 50px;
	color: #000;
}





.main_header {
  padding: 4px 0;
  position: sticky;
  width: 100%;
  transition: all .5s;
  z-index: 9;
  background: #f8f8f8;
  box-shadow: 0 4px 14px 0 rgba(59, 136, 255, .2);
}

.main_header .row_block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_header .row_block .logo_block {
	
}

.main_header .row_block .logo_block img {
    max-width: 235px;
}

.main_header .row_block .right_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
}

.main_header .row_block .right_block .menu ul {
  display: flex;
  gap: 0 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main_header .row_block .right_block .menu ul li a {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s;
  border-radius: 999px;
  padding: 0;
}

.main_header .row_block .right_block .menu ul li a.active {
  color: #112DA9;
}

.banner_sec {
	 background: url('../images/banner-bg.svg') no-repeat;
	 background-size: cover;
	 height: 100vh;
	 display: flex;
	 align-items: center;
	 position: relative;
}
.banner_sec:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	/*background: url('../images/banner-overlay.png') no-repeat;
	background-size: 100% 100%;
	background-position: left;*/
	z-index: 1;
	background: linear-gradient(90deg, #000865 0%, rgba(17, 45, 169, 0.00) 100%);
}
 .banner_sec .banner_row {
	 display: flex;
	 align-items: center;
	 z-index: 2;
	 position: relative;
}
 .banner_sec .banner_row .banner_left {
	 width: 45%;
	 font-size: 16px;
	 line-height: 26px;
	 font-weight: 400;
	 color: #fff;
}

.banner_sec .banner_row .banner_left h3 {
	font-weight: 600;
  font-size: 46px;
  color: #fff;
  margin-bottom: 14px;
}

.banner_sec .banner_row .banner_left .button {
	margin-top: 7px;
	display: inline-block;
}





.home_sec2 {
	background: #F6F1ED;
}

.home_sec2_sec {
	margin-top: 20px;
}	

.home_sec2_wrap {
	display: flex;
}

.home_sec2_box {
	width: 100%;
	height: 400px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
}

.home_sec2_image {
	width: 100%;
	height: 100%;
}

.home_sec2_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_sec2_content {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
/*	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);*/
	background: linear-gradient(180deg, rgba(17, 45, 169, 0.00) 0%, #112DA9 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	justify-items: flex-end;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 20px 15px;
}

.home_sec2_content h4 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.home_sec2_content a  {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	display: inline-block;
	margin-top: 6px;
}



.home_sec3 {
	background-color: #fff;
	background-image: url('../images/hs-3-bg.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding: 100px 0;
}

.hs3_left {
	
}

.hs3_image {
	width: 100%;
	height: 420px;
	border-radius: 20px;
	overflow: hidden;
	background: #112DA9;
}

.hs3_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
}


.hs3_right {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.hs3_right h3 {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px;
	margin-bottom: 15px;
}

.hs3_right .button {
	margin-top: 20px;
}





.home_sec4 {
	background: #F5EFE1;
	background-image: url('../images/hs-4-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.home_sec4 .site_container {
	padding: 0;
}

.home_sec4_wrap {
	margin-top: 30px;
	padding-bottom: 30px;
}

.client_feedback_box_wrap {

}

.client_feedback_box {
	border-radius: 40px;
	background: #112DA9;
	padding: 20px 30px;
	min-height: 400px;
  display: flex;
  flex-direction: column;
}

.client_quote {
	height: 40px;
}

.client_quote svg {
	height: 100%;
}

.client_content {
	width: 100%;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 15px 0 0;
}

.client_user {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: #FFF;=
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	line-height: 26px;
	margin-top: auto;
  margin-bottom: 0;
}

.client_image {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: #f6f1ed;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #112da9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}

.client_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_sec4_wrap .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.home_sec4_wrap .slick-dots li {
	width: 40px;
	height: 4px;
}

.home_sec4_wrap .slick-dots li button {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: 999px;
	padding: 0;
}

.home_sec4_wrap .slick-dots li button:before {
	width: 100%;
	height: 100%;
	opacity: 1;
	background: #fff;
}

.home_sec4_wrap .slick-dots li.slick-active button:before {
	background: #112DA9;
}





footer {
	background: #030E3C;
	position: relative;
}

.footer_bottom {
	width: 100%;
	position: relative;
}


.footer_bottom_box {
	padding: 20px 25px;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
}

.footer_logo {
	margin-bottom: 20px;
	text-align: center;
}

.footer_bottom_box h3 {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
	position: relative;
}


.footer_bottom_box ul {

}

.footer_bottom_box ul.quick_links li {
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 5px 0;
	position: relative;
	padding-left: 20px;
}

.footer_bottom_box ul.quick_links li:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #112DA9;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
}

.footer_bottom_box ul li a {
	color: var(--e-global-color-white);
	display: inline-flex;

}

.contact_box ul li {
	padding: 5px 0;
	font-size: 14px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
}

.contact_box ul li svg {
	margin-top: 5px;
}

.contact_box ul li a {
	width: calc(100% - 40px);
	width: auto;
}


.social ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	gap: 12px;
}

.social ul li {
	width: auto;
}

.social ul li a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #112DA9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social ul li svg {
	margin: 0;
}



.blogs_list_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.blogs_list {
	width: 100%;
}

.blogs_list a {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
}

.blogs_list_image {
	width: 75px;
	height: 50px;
	border-radius: 4px;
	overflow: hidden;
}

.blogs_list_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blogs_list_content {
	width: calc(100% - 90px);
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.copyright {
	width: 100%;
	border-top: solid 1px #5E5E5E;
	border-bottom: solid 1px #5E5E5E;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 40px;
}

.copyright p {
	margin: 0;
}

.last_link {
	text-align: center;
}

.last_link a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0 5px;
}

.disclaimer {
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	padding: 15px 0;
}

.disclaimer p {
	margin: 0;
}

.disclaimer a {
	color: #fff;
	font-weight: bold;
}









.know_your_self {
	height: auto;
	background-image: url('../images/know-bg.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}

.know_left {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: column;
	padding-top: 30px;
	gap: 20px;
}

.know_content {
	width: 100%;
}

.know_content h3 {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 67px; /* 209.375% */
}

.know_content ul {

}

.know_content ul li {
	width: 100%;
	padding: 2px 0 2px 28px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	background: url('../images/check.png') no-repeat;
	background-position: left;
	background-position-y: 6px;
	background-size: 16px;
}

.know_content_list {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.know_content_list h4 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 10px;
}

.know_content_list p {
	margin-bottom: 8px;
}

.know_faq {
	max-height: 245px;
  -webkit-mask-image: linear-gradient(#fff, #fff, hsla(0, 0%, 100%, 0));
}

.know_faq.expanded {
	max-height: -moz-max-content;
  max-height: max-content;
  -webkit-mask-image: none;
}

.know_left .toggle-btn {
	padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #112DA9;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  border: none;
}

.know_left .toggle-btn:focus {
	outline: none;
	box-shadow: none;
}

.know_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.know_form {
	padding: 30px;
	max-width: 600px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 14px 0px rgba(17, 45, 169, 0.10);
}


.know_head {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-transform: capitalize;
	position: relative;
	border: none;
	margin: 0;
	padding: 30px 20px 10px;
}

.know_head h4 {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
	text-transform: capitalize;
}

.know_body {
	padding: 10px 50px 30px;
}

.know_body .form-group {

}

.know_body .form-group label {
	color: #434343;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.know_body .form-group .form-control {
	width: 100%;
	height: 48px;
	border-radius: 6px;
	border: 1px solid #434343;
	background: #FFF;
	font-size: 14px;
	padding: 10px;
	appearance: none;
}

.know_body .form-group .form-control:focus {
	box-shadow: none;
	outline: none;
}

.know_body .form-group .form-control[type=time] {
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.know_body .form-group .submit {
	width: 220px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: #112DA9;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	margin: 15px auto;
	border: none;
}

.know_body .form-group .submit:focus {
	outline: none;
}






.price_chart_modal .modal-dialog {
	max-width: 900px;
	margin-top: 50px;
} 

.price_chart_modal .modal-content {
	padding: 25px 15px;
	
	border-radius: 20px;
	background: #FFF;
	border: none;
	box-shadow: 0 4px 14px 0 rgba(17, 45, 169, 0.10);
}

.price_chart_modal .modal-header {
	padding: 0;
	border: none;
	margin-bottom: 20px;
}

.price_chart_modal .modal-header h4 {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.price_chart_modal .close {
	width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 7px;
}

.price_chart_modal .modal-body {
	padding: 0;
}


.price_chart_modal table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
}

.price_chart_modal thead tr {
  
}

.price_chart_modal th, 
.price_chart_modal td {
  padding: 15px 25px;
  color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}

.price_chart_modal th {
	background-color: #112DA9;
	color: #fff;
}

.price_chart_modal thead th:first-child {
	border-radius: 10px 0 0 10px;
}

.price_chart_modal thead th:last-child {
	border-radius: 0 10px 10px 0;
}

.price_chart_modal tbody tr {
  background-color: #fff;
}

.price_chart_modal tbody td {
  background-color: #fff;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.price_chart_modal tbody td:first-child {
	border-left: 1px solid #E0E0E0;
	border-radius: 10px 0 0 10px;
}

.price_chart_modal tbody td:last-child {
	border-right: 1px solid #E0E0E0;
	border-radius: 0 10px 10px 0;
}

.price_chart_modal thead th:nth-child(2),
.price_chart_modal tbody td:nth-child(2),
.price_chart_modal thead th:last-child,
.price_chart_modal tbody td:last-child {
	text-align: center;
}

.price_chart_modal .purchase-btn {
  padding: 6px 30px;
  border: 1px solid #0c2ba0;
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 500;
  color: #112DA9;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 200% */
}

.price_chart_modal .purchase-btn:hover {
  background-color: #0c2ba0;
  color: white;
}