@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Poppins', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  	width: 8px;
	background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  	background-color: #c1c1c1;
	border: 1px solid #fff;
}
::-moz-selection {
 	color: #fff;
 	background: #27337d;
}
::selection {
	color: #fff;
	background: #27337d;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #888;
	opacity: 1 !important;
	font-size: 15px;
}
::-webkit-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
::-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-ms-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #2d2d2d !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
	outline: none !important;
	box-shadow: none !important;
	font-size: 14px !important;
	color: #666666;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
	font-size: 15px;
	color: #999;
}
.form-floating>.form-control:focus~label {
	color: #2d2d2d;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after{
	background-color: #fff;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 600;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #27337d;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
	cursor: pointer;
}
@keyframes fadeIn {
  	0% { opacity: 0; }
  	100% { opacity: 1; }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {left: 125%}
}
@keyframes shine {
    100% {left: 125%}
}
.nothing_display {
	width: 100%;
    padding: 50px 0;
    background: #fff;
    float: left;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #27337d;
}
.hash_anchor {
	 scroll-margin-top: 200px;
}
body {
    background: #f3f8fd;
}
/************************* social_media *************************/
.social_media a {
	font-size: 25px;
	display: inline-flex;
	line-height: 1;
	color: #FFFFFF;
	margin: 0 5px;
	text-align: center;
	align-items: center;
    justify-content: center;
}
.social_media a.fb:hover, .social_media a.fb:focus {
	color: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
	color: #000;
}
.social_media a.im:hover, .social_media a.im:focus {
	color: #fb3958;
}
.social_media a.yt:hover, .social_media a.yt:focus {
	color: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
	color: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
	color: #0067ff;
}
.social_media a.wa:hover, .social_media a.wa:focus {
	color: #34af23;
}
/************************* header *************************/
.menu_bg {
	height: 85px;
	float: left;
	background: #fff;
	position: absolute;
}
.s_menu_bg {
	height: 80px;
	background: #fff;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	animation: fadeIn 2s ease-in-out;
}
.logo img {
	max-height: 72px;
}
.s_menu_bg .logo img {
	width: 100px;
}
.s_menu_bg .offcanvas-body {
	justify-content: end;
}
.s_menu_bg .navbar-nav > li > a {
	color: #2d2d2d !important;
	padding: 14px 18px !important;
}
.s_menu_bg .navbar-nav > li.active > a, .s_menu_bg .navbar-nav > li > a:hover, .s_menu_bg .navbar-nav > li > a:focus, .s_menu_bg .navbar-nav .nav-link.active, .s_menu_bg .navbar-nav .show>.nav-link {
	background: #27337d;
	color: #fff !important;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}
.navbar .has-megamenu {
	position: static!important;
}
.navbar .megamenu {
	padding: 1rem;
	left: auto !important;
	width: 650px !important;
	max-width: 650px !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
	text-align: center;
	padding: 8px 0;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
	top: auto;
	margin-top: 8px;
}
.navbar {
	width: 100%;
	float: left;
	padding: 0;
}
.navbar-nav > li > a {
    color: #27337d !important;
    display: block;
    position: relative;
    padding: 30px 18px !important;
    font-size: 16px;
    font-weight: 600;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
	color: #094f84 !important;
}
.dropdown-item {
    width: auto;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0 !important;
	padding: 8px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
	background-color: #27337d !important;
    color: #fff !important;
}
.dropdown-menu {
	animation: fadeIn 1s;
	padding: 0;
}
.menu_icon {
    width: 32px;
	float: right;
    padding: 0;
	display: none;
	border: none;
	z-index: 9;
}
.menu_icon > span {
	height: 2px;
	float: left;
  	background: #27337d;
  	margin: 3px 0;
}
.menu_icon:hover span {
	width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
	border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.nav-link, .dropdown-item {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/***************************** btn *****************************/
.send_btn {
    font-size: 15px;
    padding: 8px 30px;
    font-weight: 500;
	background: #094f84;
	color: #fff;
	border-radius: 5px;
	text-shadow: 2px 2px 0px rgb(12, 23, 168);
}
.send_btn:hover {
	background: #27337d;
	text-shadow: none;
}
/***************************** Banner *****************************/
.banner {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 85px;
}
.banner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 0 5%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.banner_text span {
	width: 50%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_text span h2 {
    font-size: 50px;
    font-weight: 600;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.banner_text span h2 p {
	color: #094f84;
}
.banner_text span h4 {
    font-size: 16px;
    font-weight: 500;
	color: #fff;
	line-height: 35px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
.carousel-indicators li {
	cursor: pointer;
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
/***************************** welcome *****************************/
.welcome {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.welcome h2 {
	float: left;
	border-radius: 5px;
	background: #e4f2ff;
	font-size: 16px;
	font-weight: 500;
	color: #27337d;
}
.welcome h1 {
	width: 100%;
	float: left;
	font-size: 37px;
    font-weight: 600;
    color: #27337d;
}
.welcome h1 span {
    color: #094f84;
}
.welcome h4 {
	width: 100%;
	float: left;
	font-size: 16px;
    font-weight: 400;
    color: #252525;
	line-height: 35px;
    text-align: justify;
}
.welcome img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
/***************************** hm_counter *****************************/
.hm_counter {
    width: 100%;
	float: left;
    background: #1b276c url("../images/hm_counter_bg.jpg") no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
	border-radius: 10px;
}
.hm_counter_bg {
    width: 100%;
    height: 100%;
    float: left;
	background: rgba(27, 39, 108, 0.75);
    padding: 55px 0;
	border-radius: 10px;
}
.hm_counter_box {
    font-size: 40px;
    font-weight: 600;
	color: #fff;
	text-align: center;
}
.hm_counter_box img {
   	width: 80px;
}
.hm_counter p {
    font-size: 15px;
    font-weight: 400;
	text-transform: uppercase;
	text-align:center !important;
}
.hm_counter_border1, .hm_counter_border2 {
	border-right: 1px solid #fff;
}
/***************************** hm_services *****************************/
.hm_bg1 {	
	width: 100%;
	float: left;
	background: url("../images/hm_contact_bg.webp") no-repeat;
    background-size: 50%;
    background-position: 145% 120%;
}
.hm_services {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.hm_services h2 {
	width: 100%;
	float: left;
	font-size: 37px;
    font-weight: 600;
    color: #27337d;
}
.hm_services h3 {
	float: left;
	border-radius: 5px;
	background: #e4f2ff;
	font-size: 16px;
	font-weight: 500;
	color: #27337d;
}
.hm_services h4 {
	width: 100%;
	float: left;
	font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}
.hm_services h5 {
	width: 100%;
	float: left;
	font-size: 16px;
    font-weight: 400;
    color: #252525;
	line-height: 32px;
    text-align: justify;
    hyphens: auto;
    word-spacing: -0.5px;
}
.hm_services .swiper-slide img {
	border-radius: 10px 10px 0px 0px;
}
.hm_service_title {
    width: 100%;
	float: left;
	color: #fff;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    margin: 0px 0px 20px 0px;
	background: #0095eb;
}
.hm_services .swiper-button-next:after, .hm_services .swiper-button-prev:after {
	font-size: 12px;
	color: #fff;
}
.hm_services .nav-pills button {
    font-size: 15px;
    padding: 8px 30px;
    font-weight: 600;
	color: #27337d;
}
.hm_services .nav-pills button:hover, .hm_services .nav-pills button.active {
	background-color: #094f84 !important;
	color: #fff !important;
	border-radius: 5px !important;
	text-shadow: 2px 2px 0px rgb(14, 9, 112);
}
.hm_services h6 {
    font-size: 15px;
    font-weight: 600;
    color: #27337d;
	text-align: center;
}
.hm_service_tab_img {
	object-fit: cover;
    height: 100% !important;
}
/***************************** hm_contact *****************************/
.hm_contact {
	width: 100%;
	float: left;
	padding: 40px 0 0 0;
}
.hm_contact h2 {
	width: 100%;
	float: left;
	font-size: 37px;
    font-weight: 600;
    color: #27337d;
}
.hm_contact h4 {
	font-size: 18px;
    font-weight: 400;
    color: #252525;
	line-height: 32px;
    text-align: center;
}
/***************************** hm_why_choose_us *****************************/
.hm_why_choose_us {
	width: 100%;
	float: left;
	padding: 100px 0 40px 0;
	background: url("../images/hm_contact_bg.webp") no-repeat;
    background-size: 40%;
    background-position: 75% 30%;
}
.hm_why_choose_us h2 {
	width: 100%;
	float: left;
	font-size: 37px;
    font-weight: 600;
    color: #27337d;
}
.hm_why_choose_us h4 {
	font-size: 18px;
    font-weight: 400;
    color: #252525;
	line-height: 32px;
    text-align: justify !important;
}
.hm_why_choose_us ul li {
	font-size: 18px;
    font-weight: 600;
    color: #27337d;
    list-style: none;
    display: flex;
    align-items: center;
	margin: 0 0 20px 0;
}
.hm_why_choose_us ul li::before {
    width: 25px;
    height: 25px;
   	content: '';
    display: inline-block;
   	margin-right: 10px;
    background-image: url("../images/checkmark.svg");
}
/***************************** hm_testimonials *****************************/
.hm_testimonials {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.hm_testimonials h2 {
	width: 100%;
	float: left;
	font-size: 37px;
    font-weight: 600;
    color: #27337d;
}
.hm_testimonials h4 {
	width: 100%;
	font-size: 22px;
    font-weight: 600;
    color: #27337d;
}
.hm_testimonials h5 {
	width: 100%;
	float: left;
	font-size: 14px;
    font-weight: 400;
    color: #252525;
	line-height: 32px;
    text-align: justify !important;
}
.hm_testimonials_box {
	min-height: 70%;
	float: left;
	background: #fff;
    border-radius: 10px;
	margin: 80px 0;
}
.hm_testimonials_img {
	width: 80px;
	margin: -80px 0 0 0;
}
.hm_testimonials_quotes {
	width: 30px;
}
.hm_testimonials .swiper-button-next:after, .hm_testimonials .swiper-button-prev:after {
	font-size: 15px;
	color: #27337d;
}
.hm_testimonials .swiper-pagination-bullet-active {
	background: #27337d !important;
}
.swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
    border: 1px solid #27337d;
	opacity: 1 !important;
	background-color: transparent !important;
}
/***************************** clients *****************************/
.clients {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #d9ddf4;
}
.clients_title h2 {
	width: 100%;
	float: left;
	font-size: 37px;
    font-weight: 600;
    color: #27337d;
}
.clients img {
	width: 200px;
	max-height: 50px;
}
.clients .swiper-slide img {
    height: 100%;
    object-fit: contain;
}
/************************* how_we_work *************************/
.how_we_work {
    width: 100%;
	float: left;
	padding: 40px 0;
}
.how_we_work h2 {
	font-size: 37px;
    font-weight: 600;
    color: #27337d;
}
.how_we_work h3 {
	font-size: 18px;
    font-weight: 600;
    color: #27337d;
}
.how_we_work h4 {
	font-size: 14px;
    font-weight: 400;
    color: #252525;
	line-height: 24px;
    text-align: justify;
}
.how_we_work_wrapper {
  	margin-top: auto;
  	display: flex;
  	justify-content: space-between;
  	margin-bottom: 20px;
}
.how_we_work_item {
  	position: relative;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	flex: 1;
}
.how_we_work_item::before {
  	position: absolute;
  	content: "";
  	border-bottom: 1px solid #27337d;
  	width: 100%;
  	top: 65px;
  	left: -50%;
  	z-index: 2;
}
.how_we_work_item::after {
  	width: 100%;
  	position: absolute;
  	content: "";
  	border-bottom: 1px solid #27337d;
  	top: 65px;
  	left: 50%;
  	z-index: 2;
}
.how_we_work_item .how_we_work_counter {
 	width: 130px;
    height: 130px;
  	position: relative;
  	z-index: 5;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	border-radius: 50%;
  	background: #094f84;
    color: #fff;
	font-size: 32px;
    font-weight: 500;
	border: 30px solid #f3f8fd;
}
.how_we_work_item:first-child::before {
  	content: none;
}
.how_we_work_item:last-child::after {
  	content: none;
}
/************************* footer *************************/
.footer {
    width: 100%;
	float: left;
}
.footer_bg {
    background: #27337d;
}
.footer_newsletter {
	border-bottom: 2px solid #fff;
}
.footer_newsletter p {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-align: justify;
}
.footer_search {
	height: 50px;
	background-color: #fff;
}
.footer_search .form-control::placeholder {
	color: #bbbdbf;
	opacity: 1 !important;
	font-size: 14px;
	font-weight: 400;
}
.footer_search .btn {
	font-size: 14px;
    font-weight: 500;
    background-color: #094f84;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px rgb(212 139 16);
}
.footer_search .btn:hover, .footer_search .btn:active {
    background-color: #000;
	text-shadow: none;
}
.footer_logo {
	width: 140px;
}
.footer .collapse:not(.show) {
    display: block;
}
.footer .card-header a i {
    width: 22px;
    height: 22px;
    right: 0;
    position: absolute;
    font-size: 12px;
    color: #fff;
    padding: 4px;
}
.footer .card-header a .fa-plus{
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer .card-header a .fa-minus{
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer h3 {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #e1f0fc;
    position: relative;
	text-transform: uppercase;
}
.footer h5 {
	width: 100%;
    float: left;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 22px;
}
.footer h5 a {
    color: #fff;
}
.footer h5 a:hover {
	color: #094f84;
}
.footer ul li, .footer ul li a {
	width: 100%;
    float: left;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
	word-break: break-all;
	list-style: none;
}
.footer ul li a:hover, .footer ul li .active {
    color: #094f84;
}
/***************************** copyright *****************************/
.copyright {
	width: 100%;
	float: left;
	padding: 15px 0;
    font-weight: 400;
    font-size: 13px;
    color: #252525;
    line-height: 24px;
	text-align: center;
}
.copyright i {
	font-size: 13px;
}
.copyright a {
    color: #252525;
}
.copyright a:hover {
    color: #094f84;
}
/***************************** inner_banner *****************************/
.inner_banner {
	width: 100%;
	float: left;
	margin-top: 85px;
}
.innerbanner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	flex-wrap: wrap;
	background: rgba(0, 0, 0, 0.4);
}
.inner_banner h1 {
	width: 100%;
    float: left;
    font-size: 37px;
    padding: 0 0 20px 0;
    line-height: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
}
.breadcrumb-item {
	color: #094f84 !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}
/***************************** about *****************************/
.about {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.about h2 {
    width: 100%;
    float: left;
    font-size: 37px;
    font-weight: 600;
    color: #27337d;
}
.vision_mission h3 {
	width: 100%;
	float: left;
	font-size: 20px;
    font-weight: 600;
    color: #27337d;
}
.about h4, .vision_mission h4 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 35px;
    text-align: justify;
}
.about_orange_box {
	background: #27337d;
}
.vision_mission {
	width: 100%;
	float: left;
	background: #fff url("../images/vision_mission.webp") no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
}
.vision_mission_bg {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.6);
    padding: 80px 15px;
}
/************************* gallery *************************/
.gallery {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.gallery h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    line-height: 30px;
}
/************************* blogs *************************/
.blogs {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.blogs h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    line-height: 30px;
}
.blogs h4 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 35px;
    text-align: justify;
}
.blog_date {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    background: #27337d;
    padding: 10px;
    bottom: 0px;
    border-top-right-radius: 15px;
}
/************************* blog_details *************************/
.blog_details {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.blog_content h2 {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 500;
    color: #27337d;
    line-height: 35px;
}
.blog_content h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    line-height: 35px;
}
.blog_content p, .blog_content ul li, .blog_content ol li {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 35px;
    text-align: justify;
}
.blog_content ul li {
	list-style: none;
}
.blog_content ul li:before {
	width: 17px;
    margin-left: -17px;
    content: "\2756";
    color: #27337d;
    font-size: 15px;
    font-weight: 500;
	display: inline-block;
}
.recent_blogs {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.recent_blogs h3 {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin: 0 0 20px 0;
    line-height: 28px;
}
.recent_blogs h4 {
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    line-height: 24px;
	margin: -4px 0 0 0;
}
.recent_blogs a:hover h4 {
	color: #27337d;
}
/***************************** video *****************************/
.video {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.videobtn {
	width: 80px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	cursor: pointer;
  	text-align: center;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}
.video-btn {
	background: none;
    border: none;
	padding: 0;
}
.video-btn:hover .videobtn {
	-ms-transform: translate(-50%, -50%) scale(1.2);
  	transform: translate(-50%, -50%) scale(1.2);
}
/***************************** services *****************************/
.service_listing {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.service_listing img {
	border-radius: 10px;
}
.service_title {
    width: auto;
	float: left;
	background: #fff;
    border-radius: 10px;
    position: relative;
    margin: -80px 40px 0px 40px;
}
.service_title h4 {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: #27337d;
}
.service_title h5 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 32px;
    text-align: justify;
    hyphens: auto;
    word-spacing: -0.5px;
}


.service {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.service h2 {
	float: left;
	border-radius: 5px;
	background: #e4f2ff;
	font-size: 16px;
	font-weight: 500;
	color: #27337d;
}
.service h1 {
	width: 100%;
	float: left;
	font-size: 37px;
    font-weight: 600;
    color: #27337d;
}
.service h1 span {
    color: #094f84;
}
.service h4 {
	width: 100%;
	float: left;
	font-size: 16px;
    font-weight: 400;
    color: #252525;
	line-height: 35px;
    text-align: justify;
}
.service img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
/***************************** Contact Us *****************************/
.contact {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.contact_icon {
	width: 40px;
    float: left;
    margin: 0 10px 0 0;
	text-align: center;
}
.contact_icon i {
    font-size: 20px;
	color: #666;
}
.contact_address {
    text-align: left;
    overflow: hidden;
}
.contact_bg h3, .branches h3 {
	width: 100%;
    float: left;
    color: #27337d;
    font-size: 20px;
    font-weight: 600;
}
.contact_bg h4, .contact_bg h4 a, .branches h4, .branches h4 a {
	width: 100%;
    float: left;
    color: #252525;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
}
.contact_bg h4 a:hover, .branches h4 a:hover {
	color: #27337d;
	text-decoration: none;
}
.branches {
	width: 100%;
    float: left;
    padding: 80px 0 40px 0;
    background: #27337d;
}
.branches h2 {
	font-size: 37px;
    font-weight: 600;
    color: #fff;
	text-align: center;
}
.branches_box {
	width: 100%;
	height: 100%;
    float: left;
    background: #f3f8fd;
    border-radius: 10px;
	position: relative;
	padding: 20px;
}
.branches_logo {
	width: 100%;
    height: 75px;
    float: left;
    padding: 10px;
	position: relative;
    margin: -60px auto 20px auto;
    text-align: center;
    border-radius: 10px;
	background: #fff;
}
.branches img {
	width: 100px;
}
/***************************** terms_conditions *****************************/
.terms_conditions {
    width: 100%;
    float: left;
	padding: 40px 0;
}
.terms_conditions h2 {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 500;
    color: #27337d;
    line-height: 35px;
}
.terms_conditions h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    line-height: 35px;
}
.terms_conditions p, .terms_conditions ul li, .terms_conditions ol li {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 35px;
    text-align: justify;
}
.terms_conditions ul li {
	list-style: none;
}
.terms_conditions ul li:before {
	width: 17px;
    margin-left: -17px;
    content: "\2756";
    color: #27337d;
    font-size: 15px;
    font-weight: 500;
	display: inline-block;
}
/***************************** not_found *****************************/
.not_found {
    width: 100%;
    float: left;
    background: #fff;
	padding: 40px 0 60px 0;
}
.not_found h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
	text-align: center;
	color: #252525;
}
/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:5px;
    bottom:5px;
    cursor:pointer;
    width:30px;
    height:40px;
    background-color:rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:20px;
	z-index: 999;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#27337d;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 400;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.video-modal-body {
	background: #000 !important;
	padding: 0;
}
.modal-body {
	background: #fff;
}
.modalclose {
	width: 40px;
    height: 40px;
	position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #f00;
    border-radius: 50%;
	z-index: 9;
    border: none;
}
/***************************** swiper *****************************/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
@media (min-width: 200px) and (max-width: 1399.98px) {
	.banner_text span {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 1299.98px) {
	
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.menu_bg {
		height: 80px;
	}
	.s_menu_bg {
    	height: 80px;
    	background: #fff;
	}
	.banner, .inner_banner {
		margin-top: 80px;
	}
	.hm_service_tab_img {
    	width: 100%;
		height: 300px !important;
	}
	.ty-disp::after,.ty-disp::before{
		display: none !important;
	}
	.thankyou-msg h1 {
		font-size: 50px !important;
	}
	.thankyou-msg h6{
		font-size: 16px !important;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.navbar {
		border: none;
	}
    .logo img{ padding-top:5px; }
	.navbar .offcanvas {
		width: 300px !important;
		border-left: none !important;
	}
	.navbar .offcanvas-body::-webkit-scrollbar {
		width: 8px;
		background: #f1f1f1;
	}
	.navbar .offcanvas-body::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border: 1px solid #fff;
	}
	.menu_icon {
		display: block;
	}
	.dropdown-item {
    	width: 100%;
    	font-size: 14px;
		text-align: center;
		padding: 10px 12px !important;
		font-weight: 400;
	}
	.navbar-nav > li > a {
		text-shadow: none;
		padding: 8px 0 !important;
		text-align: center;
    	border: 1px solid #fff;
		margin: 0 0 5px 0;
    	color: #2d2d2d !important;
		font-weight: 400;
	}
	.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
		color: #fff !important;
		background: #094f84;
	}
	.has-megamenu:hover .megamenu {
		display: none;
	}
	.navbar .megamenu {
		max-width: 100% !important;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.banner_text span h2, .inner_banner h1 {
		font-size: 30px;
	}
	.welcome h1, .hm_services h2, .hm_contact h2, .clients_title h2,.hm_why_choose_us h2, .hm_testimonials h2, .how_we_work h2, .about h2, .branches h2, .service h1 {
		font-size: 27px;
	}
	.hm_counter_border2 {
		border: none;
	}
	.hm_counter_box {
    	font-size: 30px;
	}
	.hm_contact .social_media {
		width: 100%;
	}
	.how_we_work_wrapper {
    	display: block;
	}
	.how_we_work_item::before, .how_we_work_item::after {
    	display: none;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.banner_text span h2, .inner_banner h1 {
		font-size: 22px;
	}
	.hm_counter {
		background-attachment: scroll;
	}
	.welcome h1, .hm_services h2, .hm_contact h2, .clients_title h2, .hm_why_choose_us h2, .hm_testimonials h2, .how_we_work h2, .about h2, .branches h2, .service h1 {
		font-size: 20px;
		line-height: 35px;
	}
	.welcome img, .service img {
		position: static;
	}
	.hm_services .nav-pills .nav-item, .hm_services .nav-pills button {
		width: 100%;
	}
	.hm_why_choose_us ul li::before {
    	width: 15px;
    	height: 15px;
	}
	.how_we_work_item .how_we_work_counter {
    	width: 50px;
    	height: 50px;
		font-size: 22px;
		border: none;
	}
	.how_we_work_item::before, .how_we_work_item::after {
    	top: 35px;
	}
	.clients img {
		width: 120px;
	}
	.carousel-control-next, .carousel-control-prev, .swiper-button-next, .swiper-button-prev {
		display: none !important;
	}
	.footer .collapse:not(.show) {
		display: none;
	}
	.contact_bg h3 {
		font-size: 18px;
	}
	.hm_services h4, .hm_testimonials h4, .how_we_work h3, .vision_mission h3, .branches h3, .terms_conditions h2, .blog_content h2, .recent_blogs h3, .service_title h4 {
		font-size: 16px;
	}
	.hm_why_choose_us ul li, .terms_conditions h3, .blogs h3, .blog_content h3, .gallery h3, .not_found h4 {
    	font-size: 15px;
	}
	.welcome h4, .hm_counter p, .hm_contact h4, .hm_services h5, .hm_why_choose_us h4, .footer_newsletter p, .about h4, .vision_mission h4, .contact_bg h4, .contact_bg h4 a, .branches h4, .branches h4 a, .terms_conditions p, .terms_conditions ul li, .terms_conditions ol li, .blogs h4, .blog_content p, .blog_content ul li, .blog_content ol li, .service_title h5, .service h4 {
		font-size: 14px;
	}
	.breadcrumb-item, .blog_date {
		font-size: 13px;
	}
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.hm_counter_box {
		font-size: 25px;
	}
	.hm_counter_box img {
		width: 60px;
	}
	.hm_service_title, .service_title {
		margin: 0px 0px 20px 0px;
		background: #0095eb;
	}
	.banner_text span h4 {
		font-size: 14px;
		line-height: 26px;
	}
}
@media (min-width: 200px) and (max-width: 480.98px) {
	.menu_bg .logo img, .s_menu_bg .logo img {
		width: 100px;
	}
    .logo img{  padding-top:5px !important; }
	.menu_bg {
		height: 80px;
	}
	.banner, .inner_banner {
		margin-top: 53px;
	}
	.send_btn {
		width: 100%;
		float: left;
		text-align: center;
	}
	.menu_bg .send_btn {
		width: auto;
		float: none;
		padding: 8px 10px;
	}
	.videobtn {
		width: 40px;
	}
}
@media (min-width: 200px) and (max-width: 350.98px) {
	.hm_counter_border1 {
		border: none;
	}
	.xxsm-100 {
		width: 100%;
	}
}


/* ------------------ thank you ~ starts ------------------ */
.thankyou-msg{
	width: 100%;
    float: left;
    background: #fff;
    padding: 40px 0 60px 0;
	overflow: hidden;
}
.thankyou-msg .container{
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.thankyou-msg .ty-disp{
	background: #f3f8fd;
    padding: 40px 15px;
    position: relative;
    margin: auto;
    border-radius: 10px;
	overflow: hidden;
}
.thankyou-msg h1{
	font-weight: 700;
    color: #094f84;
    font-size: 70px;
    line-height: 62px;
	margin-bottom: 20px;
}
.thankyou-msg h1 span{
	color: #27337d;
}
.check-img{
	max-width: 330px;
	width: 100%;
}
.ty-disp::after{
	background-image: url(../images/hm_contact_bg.webp);
    content: "";
    background-size: contain;
    position: absolute;
    right: -44%;
    width: 100%;
    height: 100%;
    top: -27%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 75%;
}
.ty-disp::before{
	background-image: url(../images/hm_contact_bg.webp);
    content: "";
    background-size: contain;
    position: absolute;
    left: -19%;
    width: 128%;
    height: 97%;
    bottom: -27%;
    background-repeat: no-repeat;
	opacity: 75%;
}
/* ------------------ thank you ~ ends ------------------ */

p{
    text-align:justify !important;
}