@charset "utf-8";
/* CSS	 Document */

/*-----Font-Family-Import-Start-----*/
<link href="https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900" rel="stylesheet">
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*-----Font-Family-Import-End-------*/


/*-----Font-Family-List-Start-----*/
#font-family{
	font-family: 'Work Sans', sans-serif;
}
/*-----Font-Family-List-End-------*/

/*-----------Body-Start----------*/
*{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}
li,ol{
	list-style: none;
}
ul{
	padding: 0;

	margin: 0;
}
body{
	font-family: 'Work Sans', sans-serif;
	background:#fafafa;
	display: flex;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
    top: 0 !important;
	
}
img{
	width: 100%;
}
a, a:hover{
	color: rgba(0, 0, 0, .5);
	text-decoration: none !important;
}
.mt5{
	margin-top: 5px;
}
.mb5{
	margin-bottom: 5px;
}
.pb5{
	padding-bottom: 5px;
}
.mt15{
	margin-top: 15px;
}

.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}
.mr10{
	margin-right: 10px !Important;
}
.m15{
	margin:15px 0;
}

.mb15{
	margin-bottom: 15px;
}
.mt24{
	margin-top: 24px;
}

.mb24{
	margin-bottom: 24px;
}
.mt30{
	margin-top: 30px;
}

.mb30{
	margin-bottom: 30px;
}
.mt15{
	margin-top: 15px;
}
.m0{
	margin: 0 !important;
}
.p15{
	padding: 15px;
}
.pb15{
	padding-bottom: 15px;
}
.pt24{
	padding-top: 24px;
}

.pb24{
	padding-bottom: 24px;
}
.pt15{
	padding-top:15px !important;
}
.pt30{
	padding-top: 30px;
}
.pb30{
	padding-bottom: 30px;
}
.pr30{
	padding-right: 30px;
}
.pl30{
	padding-left: 30px;
}
.phpb{
	background: #fff;
	border: 1px solid #eee;
}
.pb30{
	margin-bottom: 30px;
}
.p0{
	padding: 0 !important;
}
.pt15pb15{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.inputclass:focus{
	outline: none;
}
.sitecolorb{
	background: #1eb3d3
}
.sitecolor{
	color: #1eb3d3
}
button:focus{
	outline: none;
}
button{
	background: #eee;
	padding: 8px 24px;
	box-shadow: none;
	font-weight: 500;	
	border: none;
	color: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-transform: uppercase;
	font-size: 15px;
	border-radius:5px;
}
.w{
	color: #fff !important;
}
.wb{
	background: #fff !important;
}
.bb{
	background: #000;
}
.b{
 	color: #000;
}
.b2{
 	color: rgba(0, 0, 0, .5);
}
.b3{
 	color: rgba(0, 0, 0, .7);
}
#dataoxy #page {
    flex: 1;
	padding-bottom:70px;
	padding-top: 66px;
    position: relative;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
	margin: 0 !important;
}
input:active, input:focus, .select2:active, .select2:focus, .select2-selection--single:active, .select2-selection--single:focus{
	outline: none !important;
}
.font12{
	font-size: 12px;
}
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.font24{
	font-size:24px;
}
.font28{
	font-size:28px;
}
.w100{
	font-weight: 100;
}
.w200{
	font-weight: 200;
}
.w400{
	font-weight: 400;
}
.w500{
	font-weight: 500;
}
.w600{
	font-weight: 600;
}
.w700{
	font-weight: 700;
}
.w700{
	font-weight: 800;
}
.top2{
	top: 2px;
}
.nota{
	cursor: auto;
}
.block{
	display:block;
}
.inline-block{
	display: inline-block;
}
.btn-xs {
    padding: 0px 7px;
    font-size: 11px;
    line-height: 19px;
    text-transform: none;
    letter-spacing: 0.025em;
}
.btn-success {
    background: #00d285;
    border-color: #00d285;
}
.btn-warning {
    background: #ffc100;
    border-color: #ffc100;
}
.show991{
	display: none;
}
section{
	padding:80px 0;
}
.b-r-w{
	border-right: 1px solid #fff;
}
/*-----------Body-End------------*/

/*===top-header===*/
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgb(16, 175, 231);
}

.top-header{
	/*background:#f2fdfd;*/
	background:#10afe7;
}
.top-header ul li{
	display: inline-block;
	display: inline-block;
    padding: 0px 6px;
    line-height:44px;
}
.top-header ul li a{
	color: #fff;
}
.top-header ul li a img{
	width:28px;
}
.navbar{
	padding:0 6px;
}
.navbar-brand img{
	width: 60px;
}
header{
	padding:12px 0;
}
.fixed header{
	position: fixed;
    background: #fff;
    width: 100%;
    z-index: 999;
    box-shadow: -2px 3px 5px 1px rgba(0, 0, 0, .05);
	
}
header .nav-link{
	font-weight: 400;
    font-size: 16px;
    padding: 4px 12px !important;
}
header .nav-link{
	
}
.signup a{
	 text-align: center;
    background: #10afe7;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
	font-weight: 500;
    padding: 6px 20px !important;
    box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, .1);
    border-radius: 4px;
}
.finput input{
	    border-radius:4px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    box-shadow: none;
    padding: 10px 18px;
    width: 100%;
}
.finput input::placeholder{
	color:rgba(0,0,0,.3);
}
.finput{
	position: relative;
}
.finput button{
	position: absolute;
    top: 3px;
    font-weight: 600;
    right: 4px;
    font-size: 14px;
    padding: 0 20px;
    background: #10afe7;
    height: 40px;
    color: #fff;
    border-radius: 4px;
}
.finput button img{
	padding: 0;
    transform: rotate(-90deg);
    width: 60%;
    opacity: .5;
}
.main2{
	padding: 0;
	height:auto;
	overflow: hidden;
	position: relative;
}
.dashimg{
	box-shadow: -4px 0px 20px 2px rgba(0, 0, 0, .05);
	position: absolute;
    bottom: -52%;
    right: -60%;
}
.main3{
	background: #fff;
}
.box span{
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
.box{
	min-width: 165px;
	text-align: center;
	animation: movebounce 2.1s linear infinite;
    background: #10afe7;
    padding:6px 22px;
    box-shadow: -2px 3px 5px 1px rgba(0, 0, 0, .05);
    border-radius: 4px;
}
.box::after{
	bottom: 0;
    left: -14px;
    content: '';
    background: url(../images/left.png);
    width: 16px;
    height: 15px;
    position: absolute;
}
.obox{
	animation: movebounce 2.1s linear infinite;
	position: absolute;
	top: 42%;
	right: 33%;
}
.obox1{
	position: absolute;
	top: 57%;
	right: 14%;
	animation: moveleftbounce 2.1s linear infinite;
}
.obox3{
	position: absolute;
	top: 87%;
	right: 14%;
	animation: movebounce 2.1s linear infinite;
}
.obox2{
	position: absolute;
	top: 77%;
	right: 33%;
	animation: moveleftbounce 2.1s linear infinite;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(8px); }
  100% {
    transform: translateY(0px); }
}

@keyframes moveleftbounce {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(8px); }
  100% {
    transform: translateX(0px); }
}
.main-left{
	padding: 100px 0;
}
.text-top{
}
.text-top h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	margin: 0;
}
.text-top p{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	color: rgba(0, 0, 0, .5);
}
.mid{
	margin: 32px 0;
}
.mid h6{
	font-weight: 400;
	color: rgba(0, 0, 0, .8);
}
.finput h6{
	font-weight: 400;
	color: rgba(0, 0, 0, .8);
}
.fea-img img{
	width: 40px;
}

/*title*/
.title{
	margin-bottom: 48px;
}
.title h6{
	text-transform: capitalize;
	color: rgba(0, 0, 0, .8);
	position:relative;
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 28px;
}
.title-w h6{
	color: #fff;
}
.title-w h6::after, .title-w .dot::after{
	background: #fff !important;
}
.title h6::after{
	position: absolute;
    width:51px;
    height:3px;
    text-align: center;
    content: '';
    margin: auto;
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    bottom: -12px;
    display: block;
}
.title-left h6::after, .title-left .dot1::after, .title-left .dot2::after{
	right: inherit;
}
.title-left .dot2::after{
	left:86px;
}
.dot1::after{
    left: 73px;
    right: 0;
}
.dot2::after{
    left:93px;
    right: 0;
}
.dot3::after{
    right: 73px;
    left: 0;
}
.dot4::after{
    right:93px;
    left: 0;
}
.dot::after{
	position: absolute;
    width: 6px;
    height: 3px;
    text-align: center;
    content: '';
    margin: auto;
    background: rgba(0, 0, 0, .8);
	top: 42px;
    display: block;
}
/*=feature=*/
.start-fae p{
	font-size: 13px;
}
.start-fae h5{
	margin: 10px 0;
	font-size: 18px;
}
.start-fae{
	cursor: pointer;
	text-align: center;
	padding: 0 24px;
}

/*===Footer===*/
.fb a{
	background: #3b5999;
}
.linke a{
	background: #0077B5;
}
.twit a{
	background: #55acee;
}
.social a svg{
	color: #fff;
}
.social a{
	 list-style: none;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.social ul li{
	display: inline-block;
	margin: 0 5px;
}
footer{
	background: #fff;
	padding:12px 0;
}
/*====Footer====*/

/*====Sub====*/

.mainsub{
	background: #10afe7;
}
.subinputmain{
	position: relative;
}
.subinput{
	line-height: 46px;
    padding: 0 24px;
    width: 100%;
    border: none;
    border-radius: 4px;
}
.subbut{
	position: absolute;
    top: 4px;
    right: 4px;
}
/*====Sub====*/
.test{
	background: #fff;
}
/*====Testmonials====*/




/*-----------------------------------------
*  Contact Us
-----------------------------------------*/
.output_message {
  vertical-align: top;
  margin-top: 15px;
  padding: 4px 10px;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  letter-spacing: .5px;
  border-radius: 3px;
}
.output_message.success{
  background: #25a224;
  display: block;
  color: #fff;
  width: 100%;
  float: left;
}
.output_message.error{
  background: #dc1e1e;
  display: block;
  color: #fff;
  width: 100%;
  float: left;
}

.contact-form {
  background: #fff;
  padding: 35px;
  min-height: 100%;
  border: 1px solid #eee;
  border-bottom: 4px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.contact-form h4 {
  font-size: 18px;
  font-weight: 700;
}

.contact-form .send {
  display: inline-block;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.form-group .form-control {
  outline: none;
  box-shadow: none;
  height: 50px;
  border: 1px solid #d4d4d4;
  width: 100%;
  font-size: 14px;
  color: #000;
  background: #f7fafc;
  border-radius: 0;
}

.form-group .form-control.form-xl {
  height: 55px;
  border: 1px solid #ddd;
  font-size: 16px;
  border-bottom: 2px solid #ddd;
}

.form-group textarea.form-control {
  height: 121px;
}
.form-group textarea.form-control.form-xl {
  height: 170px; 
}

.form-group .input-focus-effect {
  width: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  height: 2px;
}

.form-group textarea:focus:not([readonly]) + span.input-focus-effect,
.form-group input:focus:not([readonly]) + span.input-focus-effect,
.form-group select:focus:not([readonly]) + span.input-focus-effect {
    width: 100% !important;
}

.contact-info {
  background: #fff;
  padding: 25px 15px 25px 65px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-bottom: 4px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.contact-info h6 {
  font-weight: 600;
  font-size: 16px;
}
.contact-info svg{
  font-size: 28px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 25px;
  left: 20px;
}
.contact-info p {
  margin: 0;
}
.contact-info:last-child {
  margin-bottom: 0;
}

@media(max-width: 767px){
  .contact-form {
    padding: 20px;
  }
}


/*-----------------------------------------
*  Testimonial
-----------------------------------------*/
.testimonial {
  padding: 40px;
  margin: 0 0 20px;
  background: #fff;
  position: relative;
  border: 1px solid #eee;
  border-bottom: 4px solid #eee;
  border-radius: 5px;
}

.testimonial .testimonial-content {
  text-align: center;
}
.testimonial .testimonial-content p {
  margin: 0;
}
.testimonial .testimonial-info {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 10px;
}

.testimonial .avtar {
  display: none;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.testimonial .name {
  width: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: text-top;
}
.testimonial .name span {
  display: block;
  font-weight: 600;
  font-size: 18px;
}
.testimonial .name label {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.clientlogo img{
	width: 130px !important;
	margin: auto;
}
/*==Payment==*/
.main4{
	background: #10afe7;
}
#payment .nav{
	display: inherit;
}
#payment .nav-pills .nav-link {
    border-radius: 0.25rem;
	text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    margin: 12px 0;
	position: relative;
}
#payment .nav-pills .nav-link.active, #payment .nav-pills .show > .nav-link {
    color: #10afe7;
    background-color: #ffffff;
}
#payment .nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    top: 14px;
    right: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.imgpay{
	height:255px;
}
.imgpay img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.paydet p{
	color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    text-align: justify;
    line-height: 18px;
}
.googlepic{
	float: left;
    height: 36px;
    width: 36px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #f7fafc;
}
.googlepic img{
	width: 100%;
}
.mainnum{
	position: relative;
    float: left;
    line-height: 36px;
    padding-right: 72px !important;
    padding: 0 30px;
    background: #f7fafc;
    border-radius: 4px;
    margin-left: 15px;
    font-size: 18px;
}
.mainnum button{
	position: absolute;
    height: 100%;
    padding: 0px 10px;
    text-align: center;
    border-radius: 0;
    top: 0;
    right: 0;
    line-height: 36px;
}
.paydet h6{
	margin:10px 0;
	color: #fff;
}



/*----Modals----*/
.pop-title{
	font-size: 18px;
    margin: 0;
    padding: 0;
    color: #253992;
    font-weight: 500;
    padding-right: 40px;
    margin-bottom: 8px;
}
.pop-header p{
	font-size: 14px;
    text-align: justify;
    margin-top: 5px;
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
}
.pop-footer{
	padding:8px 0px;
}
.closem{
	position: absolute;
    top: -12px;
    transform: rotate(45deg) !important;
    right: -12px;
    padding: 4px 9px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    box-shadow: 1px 2px 11px rgba(0, 0, 0, .2);
}
.modal-content{
	border-radius: 15px;
	padding: 24px 32px;
}
.modal .modal-content .input-grp{
	margin: 5px 0 !important;
}
.modal-md620{
    max-width: 620px;
}
.input-note {
    font-size: 13px;
    line-height: 1.5em;
    color: #758698;
    font-weight: 400;
    display: block;
}
.inputclass {
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #eee;
    border-radius: 4px;
    color: rgba(0, 0, 0, .5);
    padding: 8px 15px;
    width: 100%;
}
/*---Modals---*/

/*===table===*/
.price-table table{
	background: #fff;
	width: 100%;
}
.price-table table thead tr th{
	background: #10afe7;
	color: #fff;
	font-weight: 500;
	padding: 8px 12px;
	text-align: center;
}
.price-table table tbody tr td{
    padding:6px 12px;
    text-align: center;
    font-weight: 400;
	color: rgba(0, 0, 0, .8);
}
.price-table table tbody tr{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.price-table table tbody tr:nth-last-child(1){
	border-bottom: none;
}
.price-table{
	width: 100%;
	overflow: auto;
}
#price .nav-pills .nav-link.active, .smsmain .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #7d7d7d;
    border-radius: 0px;
}
#price .nav-pills{
	margin: auto;
	width: fit-content;
}
#price .nav-pills .nav-link {
    position: relative;
    border-radius: 0.25rem;
    padding: 6px 24px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    background: #fff;
    border-radius: 0;
    color: #7d7d7d;
}