 
/* custom fonts  */

html{
   scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
}
 ul, li{
    list-style: none;
 }
 ul{
    padding-left: 0;
 }
 a{
    list-style: none;
    color: #fff;
 }
  a:hover{
    list-style: none;
    color: #fff;
    text-decoration: none;
 }
input:focus, textarea:focus, select:focus, button:focus{
    outline: none !important;
    /*border: none !important;*/
}
input::-moz-focus-inner {
    border: 0;
}
button::-moz-focus-inner {
    border: 0;
    outline: none;
}
button:active {
    outline: none !important;
    /*border: none !important;*/
}
.main_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.header_area_inn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
}
.logo a img {
	width: 120px;
}
.banner_inner_content {
  display: table;
  width: 100%;
  height: 1020px;
}
.bann_cont_left {
  display: table-cell;
  vertical-align: middle;
}

.bann_cont_left h2 {
  font-size: 56px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
}
.banner_area {
  position: relative;
  overflow: hidden;
  background-image: url(../images/banner_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bann_cont_left p {
  font-size: 19px;
  color: #fff;
  margin: 0 0 24px;
}
.bann_cont_right img {
  width: 100%;
  position: relative;
  top: 241px;
}
.button_right a {
  color: #fff;
  border: 1px solid #ccc;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}
.bann_cont_left a {
	background: no-repeat;
	border: 1px solid #fff;
	width: 210px;
	height: 50px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.bann_cont_left a:hover{
    color:#fff;
    text-decoration:none;
}
.border-bottom.center {
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  bottom: -20px;
  border-bottom: none;
  background: #ccc;
}
.about_heading {
  position: relative;
}
.border-bottom::before, .border-top1, .border-bottom::after {
  background: #e74c3c;
}
.border-bottom::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.border-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 1px;
}
.about_heading {
  position: relative;
  text-align: center;
  margin: 0 0 87px;
}
.about_area_main {
  margin: 110px 0 0;
}
.about_heading h2 {
  color: #19191a;
  font-weight: 300;
}
.about_heading h2 span {
  font-weight: 700;
  color: #6262e6;
}
.about_heading p {
  color: #666666;
  width: 50%;
  margin: 0 auto;
}
.single_option_left {
  text-align: right;
  margin: 0 24px 0 0;
}
.single_option_right span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  font-size: 32px;
  display: block;
  box-shadow: 7px 5px 30px 0 rgb(72 73 121 / 15%);
}
.bg1 {
  background-image: linear-gradient(135deg, #8134F0 0%, #DD08D3 100%);
}
.bg2 {
  background: linear-gradient(44.44deg,#ff4b3f 7.79%,#ffac30 94.18%);
}
.bg3 {
  background: linear-gradient(44.44deg,#ed2775 7.79%,#ff7448 94.18%);
}

.bg1 img, .bg2 img, .bg3 img {
  width: 42px;
  position: relative;
  bottom: 4px;
}
.single_option_main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 25px;
}
.single_option_left h3 {
  font-size: 23px;
  color: #19191a;
}
.single_option_left p {
  color: #666666;
}
.left_side {
  padding-top: 100px;
}
.download_app_area_main {
  background: #f5f5f5;
  padding: 100px 0;
}
.down_right h2 {
  font-size: 55px;
  font-weight: 800;
  color: #7f8c8d;
}
.down_right h2 span {
  font-weight: 300;
}
.down_right img {
  width: 50px;
  margin: 22px auto 29px;
  display: block;
}
.down_right h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  color: #323535;
}
.download_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.download_btn a img {
  width: 30px;
  margin: 0 15px 0 0;
}
.download_btn a {
	border: 1px solid #23B38A;
	padding: 11px 0;
	width: 210px;
	border-radius: 4px;
	color: #23B38A;
	font-weight: 500;
	margin: 0 5px;
	text-decoration: none;
}
.download_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px 0 0;
}
.download_btn a:hover {
  color: #F1C40F;
  text-decoration: none;
}
.download_btn a:nth-child(2) {
  color: #23b38a;
  border: 1px solid #23b38a;
}
.down_right {
  padding: 130px 0 0;
}
.service_sec_area_main {
  padding: 100px 0;
}
.big_f_left img {
  width: 100%;
}
.main_serv_sec{
  position: relative;
}
.border-line {
  position: absolute;
  left: 50%;
  height: 100%;
  border: 1px dashed #dbdade;
}
.shape1 {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -8px;
}
.shape2 {
  position: absolute;
  left: 48%;
  top: 47%;
  margin-left: -15px;
}
.shape3 {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -9px;
}
.common_style {
  padding: 70px 0 0 35px;
}
.common_style.common_style2 {
  padding-left: 0;
  padding-right: 30px;
}
.row.main_serv_sec {
  margin-top: 55px;
}
.common_style h3 {
  color: #6262e6;
}
.footer_area_main {
  background: #19194d;
  padding: 50px 0;
  text-align: center;
}
.footer_inner img {
  width: 130px;
  margin: 0 0 37px;
}
.foot_socila li a {
  background: #f5a338;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
}
.foot_socila {
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #fff;
}
.copy_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #fff;
  border-top: 1px solid #2e2e6f;
  padding: 20px 0 0;
  margin: 32px 0 0;
}
.button_right a:hover {
  color: #fff;
  text-decoration: none;
}
.foot_links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.foot_links ul li a {
  padding: 0 14px;
  color: #fff;
  font-size: 16px;
  margin: 0 0 19px;
  display: block;
}
.inner_header {
  position: inherit;
  background: rgb(98,98,230);
  background: linear-gradient(147deg, rgba(98,98,230,1) 0%, rgba(105,105,232,1) 35%, rgba(125,125,236,1) 100%);
}
.inner_header .header_area_inn {
  padding: 12px 0;
}
.privcy_inner {
  padding: 70px 0;
}
.privcy_inner h2 {
  font-size: 30px;
  color: #000;
  margin: 0 0 19px;
}
.privcy_inner p {
  font-size: 17px;
  margin: 0 0 12px;
  color: #000;
}





img.shape3.shape33 {
    top: 55%;
}
img.shape1.shape11 {
    top: 44%;
}
img.shape1.shape111 {
    top: 45%;
}
img.shape3.shape333 {
    top: 51%;
}

.contact_numb a svg {
	width: 15px;
	fill: #fff;
	margin: 0 10px 0 0;
}
.contact_numb a {
	color: #fff;
	margin: 0 0 18px;
	display: block;
}
.contact_numb a:hover {
	color: #fff;
	text-decoration: none;
}


/*==========================  Responsive Css Start  ==============================*/


@media screen and (min-width: 1920px) {

}

@media screen and (max-width: 1440px) {
 
}

@media screen and (max-width: 1280px) {





}
@media screen and (max-width: 1180px) {



}

@media screen and (max-width: 1024px) {
 


}

@media screen and (max-width: 990px) {




}

@media screen and (max-width: 820px) {


}

@media screen and (max-width: 600px) {
.common_style.common_style2 {
  padding-left: 0;
  padding-right: 0;
}
.common_style h4 {
  font-size: 18px;
}
.common_style p {
  text-align: justify;
}
.row.main_serv_sec {
  margin-top: 0;
}
.service_sec_area_main .container .main_serv_sec:nth-child(7) {
  flex-direction: column-reverse;
  display: flex;
}
.service_sec_area_main .container .main_serv_sec:nth-child(9) {
  flex-direction: column-reverse;
  display: flex;
}
.service_sec_area_main .container .main_serv_sec:nth-child(11) {
  flex-direction: column-reverse;
  display: flex;
}
.service_sec_area_main .container .main_serv_sec:nth-child(13) {
  flex-direction: column-reverse;
  display: flex;
}
.service_sec_area_main .container .main_serv_sec:nth-child(15) {
  flex-direction: column-reverse;
  display: flex;
}
.banner_inner_content {
  height: 400px;
}
.bann_cont_left h2 {
  font-size: 22px;
  margin: 0 0 6px;
}
.bann_cont_left p {
  font-size: 14px;
  margin: 0 0 16px;
}
.bann_cont_left a {
  width: 184px;
  height: 46px;
  font-size: 15px;
}
.bann_cont_right img {
  top: 0;
}
.bann_cont_left {
  padding: 94px 0 0;
  text-align: center;
}
.about_area_main {
  margin: 45px 0 0;
}
.about_heading p {
  width: 100%;
}
.left_side {
  padding-top: 0;
}
.about_heading {
  margin: 0 0 51px;
  font-size: 14px;
}
.single_option_right span {
  width: 50px;
  height: 50px;
  line-height: inherit;
}
.bg1 img, .bg2 img, .bg3 img {
  width: 30px;
}
.about_heading h2 {
  font-size: 25px;
}
.single_option_left h3 {
  font-size: 18px;
  color: #19191a;
}
.single_option_left p {
  font-size: 14px;
}
.about_image img {
  width: 100%;
}
.down_left img {
  width: 100%;
}
.down_right {
  padding: 45px 0 0;
}
.download_app_area_main .row {
  flex-direction: column-reverse;
}
.download_app_area_main {
  padding: 0;
}
.down_right h2 {
  font-size: 30px;
  text-align: center;
}
.down_right img {
  width: 32px;
  margin: 7px auto 7px;
}
.down_right h3 {
  font-size: 21px;
}
.download_btn a {
  padding: 8px 0;
  width: 152px;
}
.service_sec_area_main {
  padding: 45px 0;
}
.border-line {
  display: none;
}
.shape1, .shape2, .shape3 {
  display: none;
}
.service_sec_area_main .main_serv_sec:nth-child(3) {
  flex-direction: column-reverse;
}
.service_sec_area_main .main_serv_sec:nth-child(5) {
  flex-direction: column-reverse;
}
.big_f_left img {
  width: 53%;
  margin: 0 auto;
  display: block;
}
.common_style {
  padding: 25px 0 0;
  text-align: center;
}
.common_style h3 {
  color: #6262e6;
  font-size: 23px;
}
.common_style p {
  font-size: 15px;
}
.copy_area {
  flex-wrap: wrap;
}
.copy_area p {
  width: 100%;
  margin: 0;
}
.foot_links ul li a {
  margin: 0 0 9px;
}
.privcy_inner {
  padding: 28px 0;
}
.privcy_inner h2 {
  font-size: 25px;
  margin: 0 0 12px;
}
.privcy_inner p {
  font-size: 16px;
  margin: 0 0 12px;
  color: #000;
}








}

@media screen and (max-width: 414px) {

}

@media screen and (max-width: 390px) {



}
@media screen and (max-width: 375px) {


}

@media screen and (max-width: 360px) {



}

















