@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;
}
a:hover, a {
	text-decoration:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6,ul,li,span,p,b,strong {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	color:#464646;
	font-family: 'Montserrat', sans-serif;
	box-sizing:border-box;
	overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.container {
	max-width:1250px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #276cb1;
}

::selection {
  background-color:#276cb1;
  color:#fff;
}

-webkit-::selection {
    background-color:#276cb1;
    color:#fff;
}

::-moz-selection {
    background-color:#276cb1;
    color:#fff;
}
/***********************/
.container-fluid {
	padding:0 15px;
}
/***********************/
.fixed-top {
    position: relative;
    display: block;
    top: 0px;
    background: #fbfdff;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.fixed-top.header-scrolled {
    background: #fff;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
	position:fixed;
}
.header-scrolled {
    position: fixed;
}
.header-scrolled .scrollto img {
	height: auto;
	transition: all.5s ease;
}
.header-scrolled .navigation-right-top {
	display: none;
}
.logo {
	transition: all .5s ease;
    width: 19%;
    padding: 8px 0;
}
.header-scrolled {
    position: fixed;
}
.scrollto img {
	width:100%;
	height:auto;
	transition:all.5s ease;
}
.main-nav {
	display: flex;
    align-items: center;
    padding: 1.7% 0;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.main-nav > ul {
	padding: 0 15px;
    display: flex;
    background: #f2f2f2;
    border-radius: 50px;
	margin-right: 205px;
}
.main-nav > ul > li {
	position: relative;
	float: left;
	padding: 5px 8px;
}
.fixed-top .main-nav a {
	color: #276cb1;
}
.main-nav a {
	color: #276cb1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	padding: 2px 10px;
}
.header-scrolled .main-nav a {
	color: #276cb1;
}
.main-nav .drop-down ul li:after {
	display:none;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color: #4e4e4e;
	text-decoration: none;
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left:0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: ease all 0.3s;
	padding: 6px;
    background-color: rgba(255,255,255,1);
	box-shadow:0 2px 8px 0 rgba(0,0,0,.1);
    border: none;
	border-top: 3px solid #f81512;
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 200px;
	position: relative;
}
.main-nav .drop-down ul li {
	border-bottom: 1px solid #f4f4f7;
	margin-top:0px;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down ul li a {
	padding: 6px 12px;
    color: #464646;
	font-weight:600;
    transition: all 200ms linear;
    font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width:100%;
}
.main-nav .drop-down ul > .drop-down ul li a {
	padding:0 10px;
	font-weight:500;
	line-height:28px;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color: #fff;
    background-color: #f81512;
}
.main-nav .drop-down > a:after {
	content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px;
    font-size: 15px;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
	content: "\f141";
	position: absolute;
	right: 15px;
}
.main-nav > ul > li.contact_nav {
	display:none;
}
.get-cont {
  position: absolute;
  right: 20px;
  top: 18px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.header-scrolled .get-cont {
  top: 18px;
}
.get-cont span {
  position: relative;
}
.get-cont span a {
    color: #fff!important;
    padding: 8px 15px 8px 40px;
    background: #f2f2f2;
    border-radius: 50px;
    background-image: linear-gradient(135deg, #2d9f90 35%, #339893 100%);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.get-cont span .get-cont-bg {
  background: #fff;
  position: absolute;
  width: 29px;
  height: 30px;
  border-radius: 50px;
  padding: 3px;
  top: 4px;
  left: 5px;
}
.get-cont span img {
  width: 100%;
}
.get-cont:hover span img {
  transform: rotate(45deg);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  filter: invert(0.6) sepia(1) hue-rotate(14deg) saturate(799%);
}
/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #fbfdff;
  transition: 0.4s;
}
.mobile-nav a {
  display: block;
  color: #464646;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  font-family: Montserrat;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #093268;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #464646;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/**********************/
#hm_about_main {
	padding: 80px 0 60px 0;
	background: #fbfdff;	
	margin-top: 15px;
}
.hm_about_heading {
	padding:0 10% 35px;
	text-align: center;
}
.hm_about_heading h1 {
	font-size: 35px;
    color: #276daf;
    letter-spacing: 1px;
    font-weight: bold;
	padding-bottom:20px;
}
.hm_about_heading span {
	font-size: 18px;
    color: #464646;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
	padding-bottom:10px;
	text-align:center;
}
.hm_about_heading p {
    line-height: 24px;
    font-size: 15px;
    color: #4e4e4e;
    letter-spacing: 0.25px;
    font-weight: 500;
	padding-bottom:25px;
}
.module_txt {
	padding: 25px 25px 25px 100px;
}
.module_icon img {
	display: block;
    width: 70px;
    padding: 2px;
    position: absolute;
	border-radius:5px;
    left: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.module_txt span {
	font-size: 20px;
	line-height: 24px;
	color: #404040;
	font-weight:bold;
}
.module_txt p {
    font-size: 15px;
    color: #4e4e4e;
    letter-spacing: 0.25px;
    font-weight: 500;
}
.hm_reliable_bx_one, .hm_reliable_bx_two, .hm_reliable_bx_three, .hm_reliable_bx_four, .hm_reliable_bx_five, .hm_reliable_bx_six,
.hm_reliable_bx_seven, .hm_reliable_bx_eight, .hm_reliable_bx_nine, .hm_reliable_bx_ten, .hm_reliable_bx_eleven {
	border: 1px solid #f0f0f0;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	position: relative;
	margin-bottom:30px;
}
.hm_reliable_bx_one:before {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-top: 3px solid #0f76b9;
	border-left: 3px solid #0f76b9;
	width: 15%;
	height: 40%;
	left: 0px;
	top: 0px;
}
.hm_reliable_bx_one:after {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-bottom: 3px solid #0f76b9;
	border-right: 3px solid #0f76b9;
	width: 15%;
	height: 40%;
	bottom: 0px;
	right: 0px;
}
.hm_reliable_bx_one:hover:before,
.hm_reliable_bx_two:hover:before,
.hm_reliable_bx_three:hover:before,
.hm_reliable_bx_five:hover:before,
.hm_reliable_bx_six:hover:before,
.hm_reliable_bx_seven:hover:before,
.hm_reliable_bx_eight:hover:before,
.hm_reliable_bx_nine:hover:before,
.hm_reliable_bx_ten:hover:before,
.hm_reliable_bx_eleven:hover:before,
.hm_reliable_bx_four:hover:before {
	width: 100%;
	height: 100%;
}
.hm_reliable_bx_one:hover:after,
.hm_reliable_bx_two:hover:after,
.hm_reliable_bx_three:hover:after,
.hm_reliable_bx_five:hover:after,
.hm_reliable_bx_six:hover:after,
.hm_reliable_bx_seven:hover:after,
.hm_reliable_bx_eight:hover:after,
.hm_reliable_bx_nine:hover:after,
.hm_reliable_bx_ten:hover:after,
.hm_reliable_bx_eleven:hover:after,
.hm_reliable_bx_four:hover:after {
	width: 100%;
	height: 100%;
}
.mbg_one img {
	background:#0f76b9;
}
.hm_reliable_bx_two:after {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-bottom: 3px solid #118e6e;
	border-right: 3px solid #118e6e;
	width: 15%;
	height: 40%;
	bottom: 0px;
	right: 0px;
}
.hm_reliable_bx_two:before {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-top: 3px solid #118e6e;
	border-left: 3px solid #118e6e;
	width: 15%;
	height: 40%;
	left: 0px;
	top: 0px;
}
.mbg_two img {
	background:#118e6e;
}
.hm_reliable_bx_three:after {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-bottom: 3px solid #e97925;
	border-right: 3px solid #e97925;
	width: 15%;
	height: 40%;
	bottom: 0px;
	right: 0px;
}
.hm_reliable_bx_three:before {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-top: 3px solid #e97925;
	border-left: 3px solid #e97925;
	width: 15%;
	height: 40%;
	left: 0px;
	top: 0px;
}
.mbg_three img {
	background:#e97925;
}
.hm_reliable_bx_four:after {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-bottom: 3px solid #644b8d;
	border-right: 3px solid #644b8d;
	width: 15%;
	height: 40%;
	bottom: 0px;
	right: 0px;
}
.hm_reliable_bx_four:before {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-top: 3px solid #644b8d;
	border-left: 3px solid #644b8d;
	width: 15%;
	height: 40%;
	left: 0px;
	top: 0px;
}
.mbg_four img {
	background:#644b8d;
}
.hm_reliable_bx_five:after {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-bottom: 3px solid #de9304;
	border-right: 3px solid #de9304;
	width: 15%;
	height: 40%;
	bottom: 0px;
	right: 0px;
}
.hm_reliable_bx_five:before {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-top: 3px solid #de9304;
	border-left: 3px solid #de9304;
	width: 15%;
	height: 40%;
	left: 0px;
	top: 0px;
}
.mbg_five img {
	background:#de9304;
}
.hm_reliable_bx_six:after {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-bottom: 3px solid #dd3938;
	border-right: 3px solid #dd3938;
	width: 15%;
	height: 40%;
	bottom: 0px;
	right: 0px;
}
.hm_reliable_bx_six:before {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-top: 3px solid #dd3938;
	border-left: 3px solid #dd3938;
	width: 15%;
	height: 40%;
	left: 0px;
	top: 0px;
}
.mbg_six img {
	background:#dd3938;
}
.hm_reliable_bx_seven:after {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-bottom: 3px solid #118cae;
	border-right: 3px solid #118cae;
	width: 15%;
	height: 40%;
	bottom: 0px;
	right: 0px;
}
.hm_reliable_bx_seven:before {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-top: 3px solid #118cae;
	border-left: 3px solid #118cae;
	width: 15%;
	height: 40%;
	left: 0px;
	top: 0px;
}
.mbg_seven img {
	background:#118cae;
}
.hm_reliable_bx_eight:after {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-bottom: 3px solid #fb6668;
	border-right: 3px solid #fb6668;
	width: 15%;
	height: 40%;
	bottom: 0px;
	right: 0px;
}
.hm_reliable_bx_eight:before {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-top: 3px solid #fb6668;
	border-left: 3px solid #fb6668;
	width: 15%;
	height: 40%;
	left: 0px;
	top: 0px;
}
.mbg_eight img {
	background:#fb6668;
}
.hm_reliable_bx_nine:after {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-bottom: 3px solid #106ab8;
	border-right: 3px solid #106ab8;
	width: 15%;
	height: 40%;
	bottom: 0px;
	right: 0px;
}
.hm_reliable_bx_nine:before {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-top: 3px solid #106ab8;
	border-left: 3px solid #106ab8;
	width: 15%;
	height: 40%;
	left: 0px;
	top: 0px;
}
.mbg_nine img {
	background:#106ab8;
}
.hm_reliable_bx_ten:after {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-bottom: 3px solid #604683;
	border-right: 3px solid #604683;
	width: 15%;
	height: 40%;
	bottom: 0px;
	right: 0px;
}
.hm_reliable_bx_ten:before {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-top: 3px solid #604683;
	border-left: 3px solid #604683;
	width: 15%;
	height: 40%;
	left: 0px;
	top: 0px;
}
.mbg_ten img {
	background:#604683;
}
.hm_reliable_bx_eleven:after {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-bottom: 3px solid #476984;
	border-right: 3px solid #476984;
	width: 15%;
	height: 40%;
	bottom: 0px;
	right: 0px;
}
.hm_reliable_bx_eleven:before {
	position: absolute;
	content: "";
	transition: all 0.55s;
	border-top: 3px solid #476984;
	border-left: 3px solid #476984;
	width: 15%;
	height: 40%;
	left: 0px;
	top: 0px;
}
.mbg_eleven img {
	background:#476984;
}
/**********************/
#cta_middle_main {
	padding:80px 0 110px 0;
	background-image: url(../images/wave.png);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.industry_heading h3 {
    letter-spacing: 1px;
    display: block;
    position: relative;
	text-align:center;
    font-weight: 600;
	color:#fff;	
	font-size:40px;
    padding-bottom: 10px;
}
.industry_heading span {
    letter-spacing: 0.30px;
    line-height: 24px;
    display: block;
	text-align:center;
    font-size: 20px;
    font-weight: 600;
	padding:0 10%;
	padding-bottom:10px;
    color: #fff;
}
.cta_middle ul {
	margin:0 auto;
	display:table;
}
.cta_middle ul li {
	display:inline-block;
	margin:0 15px;
}
.quote_btn {
	padding-top:25px;
	text-align:center;
}
.quote_click {
	position:relative;
	padding:12px 35px;
	display:inline-flex;
	color:#ce2127;
	line-height:30px;
	font-size:18px;
	font-weight:600;
	letter-spacing:0.30px;
	background:#fbfdff;
	transition:all 0.3s;
	z-index:1;
	justify-content:center;
	box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.quote_click img {
	margin-right:10px;
}
.quote_click:hover {
	background:#319a92;
	color:#fff;
}
.quote_click:before {
	position:absolute;
	content:'';
	bottom:0;
	right:0;
	z-index:-1;
	background:#319a92;
	clip-path:polygon(100% 100%, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.quote_click:hover::before {
	width:100%;
	height:100%;
}
.quote_click:after {
	position:absolute;
	content:'';
	top:0;
	left:0;
	z-index:-1;
	background:#319a92;
	clip-path:polygon(0 0, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.quote_click:hover::after {
	width:100%;
	height:100%;
}
/**********************/
.hm_about_lft {
	position: relative;
}
.hm_about_lft::after {
	position: absolute;
	content: '';
	background: url(../images/rAr.png) no-repeat center;
	background-size: contain;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	right: -70px;
    width: 46px;
}
.value_bx_dtl {
	box-shadow: 0px 0px 15px rgb(19 30 40 / 15%);
    padding: 20px 6px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.value_icon img {
	width: 90%;
	margin: 0 auto;
	display: table;
}
.hm_about_mdl_log {
    position: relative;
}
.mdl_log {
	width: 175px;
    margin: 5% auto;
    display: table;
    border-radius: 20px;
    z-index: 20;
	position:relative;
    box-shadow: -10px 8px 25px 0px rgb(19 30 40 / 15%);
}
.hm_about_mdl_log::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    height: 2px;
    background: #4e4e4e;
    top: 8px;
    width: 75%;
    z-index: 1;
}
.purpose_dtl {
	position: relative;
}
.extra_css {
	flex-wrap: wrap;
    align-content: center;
	display: flex;
}
.purpose_dtl::after {
	position: absolute;
	content: '';
	background: url(../images/LrL.png) no-repeat center;
	background-size: contain;
	top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    left: -75px;
    width: 42px;
}
.purpose_dtl ul li {
	font-size: 17px;
    display: block;
    letter-spacing: 0.50px;
    color: #256ab6;
    font-weight: bold;
    margin-bottom: 15px;
}
.software_bg img {
	width:85%;
	margin: 0 auto 30px;
	display:table;
}
/**********************/
.sproduct_bg {
	background: #fff;
    padding: 50px 25px 80px 25px;
    margin-top: -60px;
}
/*********************/
.modal-dialog {
	max-width: 650px;
}
.modal-body {
	padding:0px;
	background: rgb(246 246 246);
}
.modal-header {
	text-align: center;
	background: #2569aa;
	color: #ffff;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0;
	border-radius: 0px;
}
h6.modal-title {
	color:#fff;
	font-size:20px;
	text-align:center;
	letter-spacing:0.25px;
	font-weight:500;
	padding-left:20px;
}
.modal-content .close {
	opacity:1;
	padding:0px;
	margin:0px;
}
.modal-content .close span i {
    position: absolute;
    right: 16px;
    top: 0;
    width: 65px;
    height: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #2569aa;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.modal_lft_data {
	padding: 40px 20px;
}
.modal_lft_data {
	padding: 15px;
}
.request_form .form-group input {
	color: #33383d;
    display: block;
    width: 100%;
    padding: 10px 16px;
    border-radius: 6px;
    background: #fff;
    box-shadow: inset 1px 2px 8px rgba(236, 236, 236, 0.7);
    margin-bottom: 15px;
    border: 1px solid #33383d;
}
.form-group input::placeholder {
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
	color:#000;
}
.form-group option {
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
	color:#000;
}
.submit_btn {
	font-size: 15px;
	padding: 15px 25px;
	background: #296db5;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 600;
	border: 0px;
}
.submit_btn:hover {
	border:0px;
	color:#fff;
	background: #000000;
}
.popup_logo {
    background:#fff;
    padding: 15px 10px;
    height: 100%;
}
.popup_logo img {
	width: 80%;
    margin: 0 auto;
    display: table;
}
.popup_link ul {
    padding-top: 10px;
}
.popup_link ul li {
    display: block;
    margin-top:20px;
}
.popup_link ul li span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #2569aa;
    margin-right: 10px;
    display: inline-block;
}
.popup_link ul li span img {
    margin:8px auto;
    display:inline;
    width: 24px;
}
.popup_link ul li a {
    color: #4e4e4e;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.50px;
}
.popup_link ul li a:hover {
    color: #2569aa;
}
.request_form .form-group select {
    color: #33383d;
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 6px;
    background: #fff;
    box-shadow: inset 1px 2px 8px rgba(236, 236, 236, 0.7);
    margin-bottom: 15px;
    border: 1px solid #33383d;
}
.quick_connect img {
	position: absolute;
    content: '';
    width: 70px;
    right: 15px;
    background: #fff;
    padding: 5px;
    border-radius: 9px;
    top: -20px;
    z-index: 2;
}
.quick_connect h5 {
	color:#fff;
	font-size:18px;
	font-weight:600;
	text-align:center;
	letter-spacing:0.50px;
}
.blink_me {
	animation: blinker 1s linear infinite;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 215px;
    z-index: 123;
    transition: all 0.4s;
    border-radius: 5px;
}

@-webkit-keyframes blinker {
	0% {
		background-color: #319a92;
	}
	49% {
		background-color: #319a92;
	}
	50% {
		background-color: #feb32d;
	}
	99% {
		background-color: #feb32d;
	}
	100% {
		background-color: #319a92;
	}
}

@-moz-keyframes blinker {
	0% {
		background-color: #319a92;
	}
	49% {
		background-color: #319a92;
	}
	50% {
		background-color: #feb32d;
	}
	99% {
		background-color: #feb32d;
	}
	100% {
		background-color: #319a92;
	}
}

@keyframes blinker {
	0% {
		background-color: #319a92;
	}
	49% {
		background-color: #319a92;
	}
	50% {
		background-color: #feb32d;
	}
	99% {
		background-color: #feb32d;
	}
	100% {
		background-color: #319a92;
	}
}
/*********************/
.foot-bottom {
    padding: 20px 0 20px;
    background: #256ab6;
}
.foot-btm-head p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
}
.foot-btm-head p a {
	color: #fff;
	font-weight: 600;
}
.foot-btm-head p a:hover {
	color: #ffcb00;
}
.whatsapp_scroll {
	position: fixed;
	width: 60px;
	height: 60px;
	left: 15px;
	z-index: 999;
	bottom: 10px;
}
.whatsapp_logo {
	position: relative;
	z-index: 100;
	padding: 5px;
}
.whatsapp_scroll .whatsapp_logo:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 50%;
	top: 50%;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 15%;
	background: rgb(63 161 60 / 50%);
	animation: pulse-border 1000ms ease-out infinite;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}