@charset "UTF-8";
.btn-success{
	  background-color:#419d4d!important;
}
@media (min-width: 768px){

.wrapper {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.txt-lft{ text-align: left !important;}

}
.star{ color: red; font-weight: bold;}
.navbar-header{ position: relative !important; z-index: 99 !important;}
.btn-danger{
	background-color:#c73636!important;
}
.btn-primary{
background-color:#1a7ebc!important;
}
.btn-warning{
background-color:#f1aa27 !important;
}
body {
	font-family: 'Cabin', Crimson Text, sans-serif, serif;
}
#example_wrapper{margin-top:40px;}
table.dataTable tbody th, table.dataTable tbody  td{ padding: 15px !important;}
.list-unstyled{position: relative;top: 5px;}
.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
}
.bg-night-fade {
    background-image: linear-gradient(to top, #4e1ac5 0%, #fbc2eb 100%) !important;
}
.db-wrapper ul p{ font-size: 18px !important;}
@media(min-width:0px and max-width:600px){
	.custom_three{ width: 100% !important;}
}
@media(min-width:601px and max-width:900px){
	.custom_three{ width: 50% !important;}
}
@media(min-width:901px){
	.custom_three{ width: 23% !important; margin-right: 15px;}
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26,54,126,0.125);
    border-radius: .25rem;
}
.widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}
.bg-arielle-smile {
    background-image: linear-gradient(to bottom, #80b5e2, #0b364b) !important;

}
.bg-premium-dark {
	background-image: linear-gradient(to bottom, #e24f4c, #4e2f2d) !important
}
.bg-happy-green {
    background-image: linear-gradient(to bottom, #00b09b, #96c93d) !important;
}
.widget-content .widget-numbers {
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
}
.card.mb-3 {
    margin-bottom: 30px !important;
}
.widget-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
}
.text-white {
    color: #fff !important;
}
.widget-content .widget-content-left .widget-heading {
    opacity: .8;
    font-weight: bold;
}
.widget-content .widget-content-left .widget-subheading {
    opacity: .5;
}
.widget-content .widget-content-right {
    margin-left: auto;
}
.widget-content .widget-numbers {
    font-weight: bold;
    font-size: 1.8em;
    display: block;
}

/* font family styles */

/* font-family: 'ZCOOL XiaoWei', serif; */
/* font-family: 'Aleo', serif; */
/* font-family: 'Charm', cursive; */
/* font-family: 'Domine', serif; */
/* font-family: 'Satisfy', cursive; */
/* font-family: 'Courgette', cursive; */
/* font-family: 'Kaushan Script', cursive; */
/* font-family: 'Lobster Two', cursive; */
/* font-family: 'Concert One', cursive; */
/* font-family: 'Unlock', cursive; */
/* font-family: 'Lalezar', cursive; */
/* font-family: 'Acme', sans-serif; */
/* font-family: 'Roboto', sans-serif; */

/* font family styles */

/* common style for every page start*/
.jumbotron {
	padding-bottom: 5px;
}

.jumbotron {
	margin-bottom: 10px;
}

.jumbotron .h1, .jumbotron h1 {
	font-size: 65px;
	font-family: 'Acme', sans-serif;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 16px;
}

.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-primary {
	border-radius: 0;
}

.btn-danger {
	border-radius: 0;
}
.btn-success {
	border-radius: 0;
}

.btn-yellow {
	border-radius: 0;
		color: #000;
    background-color: #ffff00;
    border-color: #ffff00;
}
.btn-yellow a{
	border-radius: 0;
		color: #000;
    background-color: #ffff00;
    border-color:#ffff00;
}
.btn-yellow:hover{
	border-radius: 0;
		color: #000;
    background-color: #ffff00;
    border-color:#ffff00;
}
.btn-yellow:focus {
	color: #000;
	background-color: #ffff00;
	border-color:#ffff00;
}
.btn-yellow.active, .btn-yellow:active, .open>.dropdown-toggle.btn-yellow
{
	color: #000;
	background-color: #ffff00;
	border-color:#ffff00;
}
.btn-mm {
	border-radius: 0;
		color: #ffff00;
    background-color: #000;
    border-color: #ffff00;
}
.btn-mm a{
		border-radius: 0;
		color: #ffff00;
    background-color: #000;
    border-color:#000;
}
.btn-mm:hover{
	border-radius: 0;
		color: #ffff00;
    background-color: #000;
    border-color:#000;
}
.btn-mm:focus {
	color: #ffff00;
	background-color: #000;
	border-color:#ffff00;
}
.btn-mm.active, .btn-mm:active, .open>.dropdown-toggle.btn-mm
{
	color: #ffff00;
	background-color: #000;
	border-color:#ffff00;
}

.btn-warning{
	border-radius: 0;
}
.error {
	color: #ff0000;
	font-weight: 500;
}
.attach_grid{
	    min-height: 50px;
	    width: 20%;
	    text-align: center;
	    float: left;
	    word-wrap: break-word;
	    padding-right: 5%;
	    background: #e5e5e5;
	    margin: 10px;
	    max-height: 50px;
      overflow-x: hidden;
     overflow-y: scroll;
		 padding: 5px;
}
.attach_grid span{
	color: #000;
}
.attach_grid img{
	width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
}
/* common style for every page end*/

/* header style sec start */
.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
	height: 150px;
	transition: all 0.2s ease-in-out;
}
@media (max-width:767px){
	.wrapper {
		margin-top: 10px !important;
	 margin-bottom: 10px !important;
	}
	.lgin-img{ display: none !important;}
}

.logo img {
	height: 150px;
	width: 150px;
}

.navbar-right {
	float: right !important;
	margin-right: -15px;
	margin: 55px;
}

.navbarleft {
	margin: 55px;
}

.bg-color {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* .navbar-default.bg-color { */
/* 	background: #055999; */
/* 	transition: all 0.2s ease-in-out; */
/* 	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); */
/* 	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); */
/* 	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); */
/* } */
.navbar-default .navbar-nav>li>a {
	font-size: 17px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #ffff33;
}

#lg-bgcllr {
	background: #ffff00;
	color: #131212;
	transition: all 0.2s ease-in-out;
}

#lg-bgcllr:hover {
	background: #000000;
	color: #ffff00;
	border: 1px solid #ffffff;
	transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
	color: #0d0d0d;
	background-color: #FFEB3B;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #0c0c0c;
	text-decoration: none;
	background-color: #FFEB3B;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 25%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 146px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.drop-menu1 {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 163px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/* header style sec end */

/* footer style sec start */
footer {
	background-color: #f7e339;
}

.f-logo {
	margin: 10px;
	text-align: center;
}

.f-logo img {
	height: 150px;
	width: 150px;
}

.footer-cntlinks ul {
	text-align: center;
}

.footer-cntlinks ul li {
	display: inline-block;
	padding: 8px;
}

.footer-cntlinks ul li a {
	color: #000000;
	font-family: 'Roboto', sans-serif;
}

.footer-cntlinks ul li a:hover {
	color: #000000;
}

.f-social-media {
	text-align: center;
}

.f-social-media ul li {
	list-style: none;
	display: inline-block;
	padding: 10px;
}

.f-social-media .fa-facebook {
	background: #484c9c;
	padding: 10px;
	color: #ffffff;
	height: 35px;
	width: 35px;
	font-size: 18px;
	transition: ease 0.25s all;
	border-radius: 5%;
}

.f-social-media .fa-twitter {
	background: #24a2e4;
	padding: 10px;
	color: #ffffff;
	height: 35px;
	width: 35px;
	font-size: 18px;
	transition: ease 0.25s all;
	border-radius: 5%;
}

.f-social-media .fa-google-plus {
	background: #dd4b39;
	padding: 10px;
	color: #ffffff;
	height: 35px;
	width: 35px;
	font-size: 18px;
	transition: ease 0.25s all;
	border-radius: 5%;
}

.f-social-media .fa-pinterest {
	background: #c8232c;
	padding: 10px;
	color: #ffffff;
	height: 35px;
	width: 35px;
	font-size: 18px;
	transition: ease 0.25s all;
	border-radius: 5%;
}

.f-social-media .fa-tumblr {
	background: #34526f;
	padding: 10px;
	color: #ffffff;
	height: 35px;
	width: 35px;
	font-size: 18px;
	transition: ease 0.25s all;
	border-radius: 5%;
}

.f-social-media .fa-linkedin {
	background: #0093be;
	padding: 10px;
	color: #ffffff;
	height: 35px;
	width: 35px;
	font-size: 18px;
	transition: ease 0.25s all;
	border-radius: 5%;
}

.f-copyrights {
	text-align: center;
	border-top: 1px solid #ffffff;
}

.f-copyrights p {
	font-size: 17px;
	padding: 10px;
	color: #000000;
}

.f-copyrights p a {
	color: #ff4304;
}
/* footer style sec end */

/* privacy-policy and terms-of-use style sec start */
.pplcy-sect {
	margin-top: 100px;
}

.pplcy-bottom {
	margin-bottom: 100px;
}

.pp-intr h1 {
	text-align: center;
	font-size: 65px;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 70px;
	letter-spacing: 1px;
	font-family: 'Acme', sans-serif;
}

.pp-intr {
	margin-top: 50px;
}

.pp-intr h2 {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Charm', cursive;
}

.pp-intr p {
	font-size: 18px;
	text-align: justify;
	font-family: 'Courgette', cursive;
	padding: 10px;
}

.pp-intr address {
	font-size: 18px;
	font-family: 'Courgette', cursive;
}

.pp-intr ul li {
	font-size: 17px;
	font-family: 'Courgette', cursive;
}

/* privacy-policy and terms-of-use style sec end */

/* cancellation policy style sec start */
.cancell-sect {
	margin-top: 100px;
}

.cancll-plcy {
	margin-top: 100px;
	margin-bottom: 100px;
}

.cancll-plcy h1 {
	text-align: center;
	font-size: 50px;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-family: 'Acme', sans-serif;
}

.cancll-plcy p {
	font-size: 18px;
	text-align: justify;
	font-family: 'Courgette', cursive;
}

/* cancellation policy style sec end */

/* disclaimer style sec start */
.disclaimer-sect {
	margin-top: 120px;
	/* 	background: #dddddd; */
}

.disclaimer-plcy {
	margin-bottom: 100px;
}

.disclaimer-sect h1 {
	text-align: center;
	font-size: 50px;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 50px;
	letter-spacing: 1px;
	font-family: 'Acme', sans-serif;
}

.disclaimer-sect h2 {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Charm', cursive;
}

.disclaimer-sect p {
	font-size: 18px;
	text-align: justify;
	font-family: 'Courgette', cursive;
	padding: 10px 0px;
}

/* disclaimer style sec end */

/* faq and pricing-faq style sec starts */
.faq-section {
	margin-top: 100px;
}

.faq-heading {
	padding: 10px;
}

.faq-heading h1 {
	text-align: center;
	font-weight: 600;
	font-size: 56px;
	font-family: 'Acme', sans-serif;
}

/* .faq-content h2 { */
/* 	font-size: 20px; */
/* 	font-weight: 600; */
/* 	text-align: justify; */
/* 	font-family: 'Charm', cursive; */
/* } */

/* .faq-content p { */
/* 	padding: 7px; */
/* 	text-align: justify; */
/* 	font-size: 17px; */
/* 	line-height: 26px; */
/* 	font-family: 'Courgette', cursive; */
/* } */
.faq-bottom {
	margin-bottom: 100px;
	margin-top: 50px;
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 18px;
	font-weight: 600;
}

.panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.panel-body p {
	font-size: 18px;
}

.more-less {
	float: right;
	color: #000000;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ffff00;
	font-size
}

/* faq and pricing-faq style sec ends */

/* refund-policy style sec start */
.refund-sect {
	margin-top: 100px;
}

.refund-plcy {
	margin-top: 100px;
	margin-bottom: 100px;
}

.refund-plcy h1 {
	text-align: center;
	font-size: 50px;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-family: 'Acme', sans-serif;
}

.refund-plcy p {
	font-size: 18px;
	text-align: justify;
	font-family: 'Courgette', cursive;
}

/* refund-policy style sec end */

/* contact-us style sect start */
.contact-sect {
	margin-top: 150px;
}

.contact-bg {
	background: url(../img/registration-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
}

.map-cntsec {
	margin: 10px;
	margin-bottom: 100px;
}

.cantus-tit {
	text-align: center;
	margin: 20px;
}

.cantus-tit h1 {
	font-size: 48px;
	font-family: 'Acme', sans-serif;
}

.cnt-line-decoration {
	height: 3px;
	width: 150px;
	background: #ffff00;
}

.contact-image {
	text-align: center;
}

/* .contact-image img { */
/* 	border-radius: 6rem; */
/* 	width: 18%; */
/* 	margin-top: -3%; */
/* } */
.cntus-sbbtn {
	margin-bottom: 20px;
}

/* contact-us style sect end */
/* complaint page style sec start */
.complaint-bg {
	background: url(../img/registration-bg.jpg) no-repeat center center
		fixed;
	background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
}

.complaint-sec {
	margin-top: 100px;
}

.cmplaint-bottom {
	margin-bottom: 100px;
}

.complaint-sec .jumbotron {
	background: none;
}

#cmp-frm {
	margin: 20px;
	box-shadow: 1px 1px 15px 2px #938d8d;
	padding: 40px;
}

.cmp-intrfrm {
	border: 1px solid #cfcccc;
	padding: 10px;
}

.cmp-expsec {
	margin: 20px;
}

.cmp-expsec p {
	font-size: 18px;
	text-align: justify;
	font-family: 'Courgette', cursive;
}

.cmp-expsec address {
	font-size: 18px;
	text-align: justify;
	font-family: 'Courgette', cursive;
}

.cmp-intrfrm h2 {
	font-family: 'Charm', cursive;
}

.cmp-cntform h2 {
	font-family: 'Charm', cursive;
}

.cmp-msgsec h2 {
	font-family: 'Charm', cursive;
}
/* complaint page style sec end */

/* report problem style sect start */
.report-prblm-sec {
	margin-top: 100px;
	background: url(../img/registration-bg.jpg) no-repeat center center
		fixed;
	background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
}

.report-prblm-sec .jumbotron {
	background: none;
}

.rprtprb-bottom {
	margin-bottom: 100px;
}

.rprt-btn {
	margin: 10px 0px;
	text-align: center;
}

.rprt-img img {
	height: 150px;
	width: 150px;
}
/* report problem style sect end */

/* sign-up style sec start */
/* .signfrm-img { */
/* 	margin-top: 80px; */
/* } */
.signup-sec {
	background: url(../img/registration-bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
}

.signfrm-lftfix {
	position: fixed;
	left: 2%;
	/* 	 overflow-y: scroll; */
	top: 25%;
}

.regitfrm-btm {
	margin-bottom: 100px;
}

.signfrm-logo {
	position: fixed;
	left: 2%;
	top: 2%;
}

.signfrm-logo img {
	height: 150px;
	width: 150px;
}

.signup-tit {
	padding: 20px;
}

.signup-tit h1 {
	font-size: 55px;
	font-family: 'Acme', sans-serif;
}

.signfrm-img img {
	width: 100%;
	height: auto;
}

.signfrm-img p {
	padding: 10px;
}

.signfrm-img p a {
	color: #ff4304;
}

.signfrm-logo p {
	font-size: 16px;
	padding: 5px;
	text-align: center;
}

.signfrm-logo p a {
	color: #ffa500;
	font-weight: 600;
}

.sign-upfrmcnt p {
	font-size: 20px;
	padding: 10px 0px;
	font-family: 'Courgette', cursive;
}
/* sign-up style sec end */

/* login page style sect start */
.login-sect {
	background: #0b343b;
	min-height: 100vh;
}

.wrapper {
	margin-top: 80px;
	margin-bottom: 80px;
}

.lgin-logo {
	text-align: center;
	margin: 10px;
}

.lgin-logo img {
	height: 150px;
	width: 150px;
}

.lgin-logo h1 {
	font-size: 40px;
	font-family: 'Acme', sans-serif;
}

.lgin-logo p {
	font-family: 'Domine', serif;
}

.lginfrm-bg {
	background: #ffffff;
	height: 620px;
}

.lgin-frm {
	margin: 20px;
}

.lgin-sec {
	padding: 0;
	background-color: #f3f4f6;
}
.lgin-img img{ display: block; margin: auto;}

.lgin-fwdstye {
	text-align: center;
	padding: 10px;
}

.lgin-img img {
	height: 620px;
	/* width: 100%; */
}

.lgin-frm .form-group .form-control {
	height: 45px;
	border-radius: 0;
}

.lgin-sbbtn .btn-primary {
	padding: 10px;
	border-radius: 0;
}
/* login page style sect end */

/* forgot password and reset-password style sec start */
.frgt-head {
	text-align: center;
}

.frgt-head img {
	height: 100px;
	width: 100px;
}

.frgt-head p {
	text-align: justify;
	font-size: 17px;
	padding: 10px 0px;
}

.wrapper {
	margin-top: 80px;
	margin-bottom: 80px;
}

.fwd-btn .btn-primary {
	padding: 6px 42px;
	border-radius: 0px;
}

.fwd-btn a {
	padding: 10px;
}
/* forgot password and reset-password style sec ends */

/* create single group and update group style sect start */
.csg-sec {
	margin-top: 100px;
	margin-bottom: 100px;
}

.card-header {
	padding: 20px;
	background-color: rgba(0, 0, 0, .03);
	/* border-bottom: 1px solid rgba(0, 0, 0, .125); */
	background-image: linear-gradient(#FFEB3B, #ffffff);
	font-size: 22px;
	text-align: center;
	background-image: linear-gradient(#FFEB3B, #ffffff);
}

.card-header h1 {
	font-family: 'Acme', sans-serif;
	padding: 10px;
}

.csg-adva {
	margin: 20px;
}

#csg-frm {
	margin: 20px;
}

.csg-adva h3 {
	text-align: center;
	padding-bottom: 6px;
	font-size: 32px;
	font-family: 'Charm', cursive;
}

.csg-adva ol li {
	padding: 10px;
	text-align: justify;
	font-family: 'Domine', serif;
	font-size: 16px;
}

.mycamhe-ldecoration {
	height: 3px;
	width: 55px;
	background: #ffff00;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
/* create single group and update group style sect start */

/* add multiple groups style sec start */
.addmgr-sec {
	margin-top: 100px;
	margin-bottom: 100px;
}

#addmgr-frm {
	margin: 20px;
}

.addmgr-note {
	border: 1px solid #808080;
	box-shadow: 2px 4px 0px 0px #808080;
	padding: 10px;
	margin: 20px;
	font-family: 'Domine', serif;
}

.addmgr-note ul li {
	padding: 5px;
}

.addmgr-note ul li a {
	padding: 5px;
}
/* add multiple groups style sec end */

/* search group style sec start */
.searcgrp-sec {
	margin-top: 100px;
}

.searcgrp-exp {
	margin: 20px;
}

/* .searcgrp-exp p { */
/* 	font-size: 18px; */
/* 	font-family: 'Domine', serif; */
/* } */
.searcgrp-exp ol li {
	padding: 5px;
	font-size: 18px;
	font-family: 'Domine', serif;
	text-align: justify;
}

.srchgrp-table {
	margin: 20px;
}

.srchgp-udlt {
	padding: 5px;
}

.csg-export-excel {
	text-align: right;
	margin: 20px;
}

#seacgrp-frm {
	margin: 20px;
}

/* search group style sec end */

/* create recipient details and update recipeint details style sect start */
.crd-sec {
	margin-top: 100px;
	margin-bottom: 100px;
}

.crd-crexp {
	margin: 20px;
}

#crd-frm {
	margin: 20px;
}

.crd-crexp ol li {
	padding: 10px;
	text-align: justify;
	font-family: 'Domine', serif;
	font-size: 16px;
}

.crd-crexp h3 {
	text-align: center;
	padding-bottom: 6px;
	font-family: 'Charm', cursive;
	font-size: 32px;
}
/* create recipient details and update recipeint details style sect end */

/* add multiple recipient details style sec start */
.addmrde-sec {
	margin-top: 100px;
	margin-bottom: 100px;
}

#addmrde-frm {
	margin: 20px;
}

.addmrde-note {
	border: 1px solid #808080;
	box-shadow: 2px 4px 0px 0px #808080;
	padding: 10px;
	margin: 20px;
	font-family: 'Domine', serif;
}

.addmrde-note ul li {
	padding: 5px;
}

.addmrde-note ul li a {
	padding: 5px;
}
/* add multiple recipient details style sec end */

/* search recipient details style sec start */
.searcrecp-sec {
	margin-top: 100px;
}

.searcrecp-exp {
	margin: 20px;
}

/* .searcrecp-exp p { */
/* 	font-size: 17px; */
/* 	font-family: 'Domine', serif; */
/* } */
.searcrecp-exp ol li {
	font-size: 18px;
	padding: 5px;
	font-family: 'Domine', serif;
}

#searcrecp-frm {
	margin: 20px;
}

.srchrecp-table {
	margin: 20px;
}

.srchrecp-udlt {
	padding: 5px;
}

.srecde-export-excel {
	text-align: right;
	margin: 20px;
}
/* search recipient details style sec end */

/* map unmap search group recipient style sec start */
.mumsgr-sec {
	margin-top: 100px;
}

.mumsgr-exp {
	margin: 20px;
}

/* .mumsgr-exp p { */
/* 	font-size: 18px; */
/* 	text-align: justify; */
/* 	font-family: 'Domine', serif; */
/* } */
.mumsgr-exp ol li {
	font-size: 18px;
	text-align: justify;
	font-family: 'Domine', serif;
	padding: 5px;
}

.mumsgr-frm {
	margin: 20px;
}

.mumsgr-table {
	margin: 20px;
}

/* map unmap search group recipient style sec end */

/* map unmap single group recipient style sec start */
.map-unmap-srec-sec {
	margin-top: 100px;
	margin-bottom: 100px;
}

.munmapcbx-sec {
	margin: 20px;
}

.munmapcbx-btns {
	margin: 20px;
}

/* The customcheck */
.customcheck {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
	background-color: #02cf32;
	border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* map unmap single group recipient style sec end */

/* map unmap multiple group recipient style sec start */
.mumgrreci-sec {
	margin-top: 100px;
	margin-bottom: 100px;
}

.mumgrreci-frm-sec {
	margin: 20px;
}

.mumgrreci-note {
	border: 1px solid #808080;
	box-shadow: 2px 4px 0px 0px #808080;
	padding: 10px;
	margin: 20px;
	font-family: 'Domine', serif;
}

.mumgrreci-note ul li {
	padding: 5px;
}

.mumgrreci-note ul li a {
	padding: 5px;
}

/* map unmap multiple group recipient style sec end */

/* advanced recipient group style sec start */
.advrecgr-sec {
	margin-top: 100px;
	margin-bottom: 100px;
}

.advrecgr-frm-sec {
	margin: 20px;
}

.advrecgr-note {
	border: 1px solid #808080;
	box-shadow: 2px 4px 0px 0px #808080;
	padding: 10px;
	margin: 20px;
	font-family: 'Domine', serif;
}

.advrecgr-note ul li {
	padding: 5px;
}

.advrecgr-note ul li a {
	padding: 5px;
}

/* advanced recipient group style sec end */

/* send campaign style sec start */
.send-camp-sec {
	margin-top: 100px;
	margin-bottom: 100px;
}

.sndcamp-btns {
	margin: 10px 0px;
}

.sndcampn-frm-sec {
	margin: 20px;
}

.send-camp-sec .jumbotron {
	background-color: rgba(0, 0, 0, .03);
	/* 	border-bottom: 1px solid rgba(0, 0, 0, .125); */
	background-image: linear-gradient(#FFEB3B, #ffffff);
}

.send-lat-show {
	display: none;
}

.sndcamp-title {
	margin: 10px;
}

.sndcamp-title p {
	font-size: 17px;
	padding: 5px;
	font-weight: 600;
}

/* .sndc-label{ */
/* 	text-align: right; */
/* } */
/* send campaign style sec end */

/* histroy style sec start */
.histroy-sec {
	margin-top: 100px;
	margin-bottom: 100px;
}

.histroy-table {
	margin-top: 50px;
}
/* histroy style sec end */

/* status style sec start */
.status-sec {
	margin-top: 100px;
	margin-bottom: 100px;
}

.status-rprt {
	/* 	-webkit-box-shadow: 0 35px 20px #777; */
	/* 	-moz-box-shadow: 0 35px 20px #777; */
	/* 	box-shadow: 0 35px 20px #777; */
	/* 	-webkit-transform: rotate(-8deg); */
	/* 	-moz-transform: rotate(-5deg); */
	/* 	-o-transform: rotate(-5deg); */
	/* 	-ms-transform: rotate(-5deg); */
	/* 	transform: rotate(-5deg); */
	-moz-box-shadow: inset 4px 2px 6px rgba(0, 0, 0, 0.8); /* FF3.5+ */
	-webkit-box-shadow: inset 4px 2px 6px rgba(0, 0, 0, 0.8);
	/* Saf3.0+, Chrome */
	box-shadow: inset 4px 2px 6px rgba(0, 0, 0, 0.8);
	/* Opera 10.5, IE9, Chrome 10+ */
	margin: 20px;
	padding: 30px;
}

/* status style sec end */

/* my account style sec start */
.myaccnt-bg {
	background: url(../img/registration-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
}

.myaccnt-sec {
	margin-top: 100px;
}

.myacc-topbtm {
	margin-top: 100px;
	margin-bottom: 100px;
}

.myaccnt-frm-sec {
	margin: 20px;
}

.myaccnt-bills-sec {
	margin: 20px;
}

.myaccnt-bills-sec h3 {
	font-family: 'Charm', cursive;
	font-size: 30px;
	padding: 10px;
}
/* my account style sec end */

/* my bills style sec start */
.mybills-sec {
	margin-top: 100px;
	margin-bottom: 100px;
}

.mybills-sec .jumbotron {
	background-color: rgba(0, 0, 0, .03);
	/* 	border-bottom: 1px solid rgba(0, 0, 0, .125); */
	background-image: linear-gradient(#FFEB3B, #ffffff);
}

.mybills-rprt {
	-moz-box-shadow: inset 4px 2px 6px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 4px 2px 6px rgba(0, 0, 0, 0.8);
	box-shadow: inset 4px 2px 6px rgba(0, 0, 0, 0.8);
	margin: 20px 0px;
	padding: 30px;
}

a.myblls-spc {
	padding: 5px;
}
/* my bills style sec end */

/* change password style sec start */
.chngepwd-section {
	margin-top: 100px;
	margin-bottom: 100px;
}

.chngepwd-head {
	text-align: center;
}

.chngepwd-head h1 {
	font-family: 'Acme', sans-serif;
	margin-bottom: 30px;
}
/* change password style sec end */

/* deactivate account style sec start */
.deacct-section {
	margin-top: 100px;
	margin-bottom: 100px;
}

.deacct-head {
	text-align: center;
}

.deacct-head h1 {
	font-family: 'Acme', sans-serif;
	margin-bottom: 30px;
}

.deacct-head p {
	font-family: 'Domine', serif;
	margin-bottom: 30px;
}

.chngepwd-btn {
	text-align: center;
}

/* deactivate account style sec end */

/* my campaign style sec start */
.my-campaign-sec {
	margin-top: 100px;
}

.my-campag-bg {
	background: #0e4355;
	width: 100%;
	background-attachment: fixed;
}

.my-campag-tpbtm {
	margin-top: 150px;
	margin-bottom: 150px;
}

/* my campaign style sec end */

/* left campaign menus style sec start */
.tab-section {
	margin: 20px;
}

.nav-tabs-dropdown {
	display: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#nav-tabs-dropdown:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

#nav-tabs-dropdown:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.list-unstyled {
	padding-left: 5px;
	list-style: none;
}

.list-unstyled li {
	padding: 10px;
}

li.lcmtab-spc {
	padding: 10px;
}

.submnu-bg {
	background: #ffffff;
	border-radius: 0px;
}

.submnu-bg a {
	color: #151515;
}

#nav-tabs-wrapper li a .fa-caret-down {
	float: right;
	margin: 9px 5px 0;
}

.nav>li>a:active, .nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #ffff00;
	color: #000000;
	border: none;
	border-radius: 0px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
	{
	cursor: pointer;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
	{
	color: #000000;
	background-color: #f0fa9dd4;
}

.nav-tabs>li>a {
	color: #ffffff;
	font-size: 17px;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: black;
	border: 1px solid #fae26a;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	font-family: 'Domine', serif;
	border: 1px solid #32312e;
}

#nav-tabs-wrapper li a .fa {
	padding: 10px;
}

#nav-tabs-dropdown-subarrow:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

#nav-tabs-dropdown-subarrow:after {
	display: block;
	position: absolute;
	top: 35%;
	right: 20px;
	transform: translateY(-50%);
}
/* left campaign menus style sec end */

/* search group recipient style sec start */
.seargrecp-sec {
	margin-top: 100px;
}

.seargrecp-exp {
	margin: 20px;
}

/* .seargrecp-exp p { */
/* 	font-size: 18px; */
/* 	font-family: 'Domine', serif; */
/* } */
.seargrecp-exp ol li {
	font-size: 18px;
	font-family: 'Domine', serif;
	text-align: justify;
	padding: 5px;
}

.seargrecp-frm {
	margin: 20px;
}

.srchgrecp-table {
	margin: 20px;
}

.srcgr-spc {
	padding: 5px;
}

.seargrecp-export-excel {
	text-align: right;
	margin: 20px;
}

.serch-btnsp {
	margin-top: 5px;
}
/* search group recipient style sec end*/

/* index page style sec start */
.banner-sec {
	margin-top: 120px;
}

/* .banner-bg { */
/* 	background: url(../img/banner-bg.gif); */
/* 	height: 100vh; */
/* 	position: relative; */
/* 	background-attachment: fixed; */
/* 	background-position: center; */
/* 	background-repeat: no-repeat; */
/* 	background-size: cover; */
/* 	-ms-background-size: cover; */
/* 	-o-background-size: cover; */
/* 	-moz-background-size: cover; */
/* 	-webkit-background-size: cover; */
/* } */
.banner-bg .ssi-bgi1 {
	background: #000;
	opacity: .5;
}

.ssi-bgi1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.overlay-bg {
	background-color: #000;
	opacity: .7;
}

/* .ba-wrapper { */
/* 	margin-top: 110px; */
/* 	margin-bottom: 80px; */
/* } */

/* .bn-sta-btn { */
/* 	margin: 10px; */
/* } */

/* .bn-intrsig h1 { */
/* 	font-size: 65px; */
/* 	color: #ffffff; */
/* 	font-family: 'Acme', sans-serif; */
/* 	padding: 10px; */
/* } */

/* .bn-intrsig { */
/* 	font-family: 'Domine', serif; */
/* } */

/* .bn-intrsig p { */
/* 	font-size: 22px; */
/* 	color: #ffffff; */
/* 	text-align: justify; */
/* 	font-family: 'Domine', serif; */
/* 	padding: 10px; */
/* } */

/* .bn-sta-btn .btn { */
/* 	border-radius: 0; */
/* 	padding: 15px; */
/* 	color: #212020; */
/* 	background-color: #ffff66; */
/* 	border-color: #ffff66; */
/* 	font-weight: 600; */
/* 	font-size: 20px; */
/* } */

/* .bnri-imgii img { */
/* 	height: auto; */
/* 	width: 400px; */
/* } */
.banner-bg {
	position: relative;
}

.banner-bg img {
	height: 630px;
	width: 100%;
}

.banner-contbtm {
	position: absolute;
	top: 25%;
	margin-left: -100px;
	margin-top: -25px;
	left: 10%;
}

.banner-stycnt {
	color: #000000;
	text-align: center;
}

.banner-stycnt h1 {
	font-size: 65px;
	font-family: 'Acme', sans-serif;
	padding: 10px;
}

.banner-stycnt p {
	font-size: 22px;
	text-align: center;
	font-family: 'Domine', serif;
	padding: 10px;
	color: #ffffff;
	font-weight: 600;
}

.bn-sta-btn .btn {
	border-radius: 0;
	padding: 15px;
	color: #212020;
	background-color: #ffff66;
	border-color: #ffff66;
	font-weight: 600;
	font-size: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.bn-sta-btn .btn:hover {
	background: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.bn-sta-btn {
	margin: 10px;
}

.in-campa-sec {
	margin-top: 80px;
	margin-bottom: 80px;
}

.wrspacing {
	margin-top: 120px;
	margin-left: 10px;
}

.i-campa-lisexpl {
	margin: 10px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.i-campa-lisexpl:hover {
	border-radius: 4px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px
		rgba(0, 0, 0, 0.22);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.i-campa-img {
	margin-bottom: 0 !important;
}

.i-campa-img img {
	width: 120px;
	height: 120px;
}

.i-campa-cnttipar {
	text-align: center;
	color: #111010;
	background: #f0fa9dd4;
	padding: 50px 25px 25px 25px;
	border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-kthtml-transition: all 0.1s linear;
	transition: all 0.1s linear;
	margin-top: -40px;
}

.i-campa-cnttipar h4 {
	font-size: 25px;
	font-family: 'Charm', cursive;
}

.i-campa-cntexpdesc {
	padding: 10px;
	margin: 10px;
}

.i-campa-cntexpdesc p {
	font-size: 18px;
	font-family: 'Domine', serif;
}

.in-campag-box2 {
	margin-top: 50px;
}

.wrkflw-bg-sec {
	margin-top: 50px;
}

.work-flw-bg {
	position: relative;
}

/* icon animation readmore style start */
.pinkBg {
	background-color: #595556 !important;
	/* 	background-image: linear-gradient(90deg, #fd5581, #90776c); */
	/*   background-image: linear-gradient(90deg, #d64c4c, #e58c65); */
	/*     background-image: linear-gradient(90deg, #ffff66, #e58c65); */
	/* 	background-image: linear-gradient(90deg, #b6cc0f, #f6ee42e6); */
	background-image: linear-gradient(90deg, #3e3e39, #f64253e6);
	background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.intro-banner-vdo-play-btn {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 75%;
	right: 15%;
	text-align: center;
	margin: -30px 0 0 -30px;
	border-radius: 100px;
	z-index: 1;
}

.intro-banner-vdo-play-btn i {
	line-height: 37px;
	font-size: 15px;
	color: #ffffff;
}

.intro-banner-vdo-play-btn .ripple {
	position: absolute;
	width: 160px;
	height: 160px;
	z-index: -1;
	left: 50%;
	top: 50%;
	opacity: 0;
	margin: -80px 0 0 -80px;
	border-radius: 100px;
	-webkit-animation: ripple 1.8s infinite;
	animation: ripple 1.8s infinite
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
	animation-delay: .3s;
	-webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
	animation-delay: .6s;
	-webkit-animation-delay: .6s
}
/* icon animation readmore style end */
.in-productman-sec {
	margin-top: 100px;
}

.produman-bg {
	background: #000000;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
}

.prodct-tit-exp {
	margin: 20px;
}

.prodct-title {
	color: #ffff00;
}

.prodct-title h2 {
	font-size: 65px;
	font-family: 'Charm', cursive;
	text-align: center;
}

.prodct-title p {
	font-size: 20px;
	text-align: justify;
	padding: 10px;
	font-family: 'Courgette', cursive;
	font-weight: 500;
	color: #ffffff;
}

.prodct-expl {
	margin-top: 50px;
}

.prodct-expl1 {
	margin-top: 10px;
}

.prodct-box {
	/* 	background: rgba(107, 112, 114, 0.87); */
	height: 100%;
	padding: 20px;
	margin: 10px;
	width: 100%;
	color: #ffffff;
}

.prodct-box h3 {
	background-color: #ffff33;
	color: #302f2f;
	padding: 4px 8px;
	display: inline-block;
	position: relative;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Charm', cursive;
}

.prodct-box p {
	font-family: 'Courgette', cursive;
	font-size: 18px;
	text-align: justify;
	font-weight: 600;
}

.prodct-box h3:after {
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #ffff00;
	clear: both;
	content: "";
	height: 0;
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
}

.prodct-tit-bg {
	/* 	background-color: rgba(107, 112, 114, 0.87); */
	/* 	background-repeat: no-repeat; */
	/* 	background-size: auto; */
	padding: 52px;
}

.in-gtstart-sec {
	margin-top: 100px;
	margin-bottom: 100px;
}

.in-gtstart-expl {
	text-align: center;
	font-family: 'Charm', cursive;
}

.in-gtstart-expl h4 {
	font-size: 60px;
}

.in-gtstart-expl h5 {
	font-size: 55px;
	padding: 10px;
}

.in-gtstart-expl .btn {
	border-radius: 0;
	padding: 15px;
	color: #212020;
	background-color: #ffff66;
	border-color: #ffff66;
	font-weight: 600;
	font-size: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.in-gtstart-expl .btn:hover {
	background: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* index page style sec end */

/* about us style sec start */
.about-us {
	margin-top: 140px;
}

.abt-us-bg {
	background-image: url(../img/about-us.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.abtus-tit {
	position: absolute !important;
	right: 2rem;
	bottom: 2rem;
	background-color: rgba(55, 53, 53, 0.51);
	padding: 1rem !important;
	color: #ffffff !important;
	width: 70%;
}

.line-decoration {
	height: 3px;
	width: 210px;
	background: #ffff00;
}

.line-decoration-abtexp {
	height: 3px;
	width: 46px;
	background: #ffff00;
}

.line-decoration1 {
	height: 3px;
	width: 45px;
	background: #ffffff;
}

/* .line-decoration2 { */
/* 	height: 3px; */
/* 	width: 45px; */
/* 	background: #ffff00; */
/* } */

/* .line-decoration3 { */
/* 	height: 3px; */
/* 	width: 45px; */
/* 	background: #ffff00; */
/* } */

/* .line-decoration4 { */
/* 	height: 3px; */
/* 	width: 45px; */
/* 	background: #ffff00; */
/* } */
.abtus-tit h1 {
	font-family: 'Acme', sans-serif;
	font-weight: 600;
	font-size: 4rem;
	margin-bottom: 1.5rem;
}

.abtus-tit p {
	font-size: 22px;
	margin: 1.5rem 0;
	font-family: 'Domine', serif;
}

.abt-exp-tit {
	text-align: center;
	margin: 30px;
	padding: 20px;
}

.abt-exp-tit h2 {
	padding: 10px;
	font-family: 'Concert One', cursive;;
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.abt-content {
	height: 100%;
	padding: 20px 20px 10px;
	color: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.abt-content:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 11px 16px 16px 0px #918f8f;
	z-index: 2;
}

.abt-content h3 {
	font-family: 'Charm', cursive;
}

.abt-content p {
	padding: 10px;
	font-size: 18px;
	text-align: justify;
	font-family: 'Domine', serif;
}

.abt-spa-rm {
	padding: 0;
}

.abt-ma-top1 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.bg-color-1 {
	background: #ffe67e;
	color: #000000;
}

.bg-color-2 {
	background: #4f4f4f;
}

.bg-color-3 {
	background: #4f4f4f;
}

.bg-color-4 {
	background: #ffe67e;
	color: #000000;
}
/* about us style sec end */

/* return to top style */
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #FFEB3B;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top i {
	color: #000000;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

/* *************pricing style sec start******************** */
.pricing-sec {
	margin-top: 160px;
}

.pricing-head {
	margin-top: 50px;
	margin-top: 50px;
	padding: 10px;
}

.pricing-sec .jumbotron {
	background-color: rgba(0, 0, 0, .03);
	/* border-bottom: 1px solid rgba(0, 0, 0, .125); */
	background-image: linear-gradient(#FFEB3B, #ffffff);
	background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
}

.prcnbtn .btn {
	border-radius: 0;
	padding: 15px;
	color: #212020;
	background-color: #ffff66;
	border-color: #ffff66;
	font-weight: 600;
	font-size: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.prcnbtn .btn:hover {
	background: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.prcnbtn {
	margin: 20px;
}

/*============================================================
BACKGROUND COLORS
============================================================*/
.db-bk-color-one {
	background-color: #64605f;
}

.db-bk-color-two {
	background-color: #64605f;
}

.db-bk-color-three {
	background-color: #64605f;
}

.db-bk-color-six {
	background-color: #64605f;
}
/*============================================================
PRICING STYLES
==========================================================*/
.db-padding-btm {
	padding-top: 20px;
	padding-bottom: 50px;
}

.db-button-color-square {
	color: #000000;
	background-color: #ffff00;
	/* 	color: #fff; */
	/* 	background-color: rgba(0, 0, 0, 0.50); */
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.db-button-color-square:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.50);
	border: none;
}

.db-pricing-eleven {
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	color: #fff;
	line-height: 30px;
}

.db-pricing-eleven ul {
	list-style: none;
	margin: 0;
	text-align: center;
	padding-left: 0px;
}

.db-pricing-eleven ul li {
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
}

.db-pricing-eleven ul li i {
	margin-right: 5px;
}

.db-pricing-eleven .price {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 40px 20px 20px 20px;
	font-size: 60px;
	font-weight: 900;
	color: #FFFFFF;
	min-height: 150px;
}

.db-pricing-eleven .price small {
	color: #B8B8B8;
	display: block;
	font-size: 12px;
	margin-top: 22px;
}

.db-pricing-eleven .type {
	background-color: #FFEB3B;
	padding: 20px 20px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
}

.db-pricing-eleven .pricing-footer {
	padding: 20px;
}

.db-attached>.col-lg-4, .db-attached>.col-lg-3, .db-attached>.col-md-4,
	.db-attached>.col-md-3, .db-attached>.col-sm-4, .db-attached>.col-sm-3
	{
	padding-left: 0;
	padding-right: 0;
}

.db-pricing-eleven.popular {
	margin-top: 0px;
}

.db-pricing-eleven.popular .price {
	padding-top: 80px;
}
/* *************pricing style sec end******************** */
.campaign-sec {
	margin: 20px;
	background-color: #fff;
}

.sdsall-btn {
	margin: 10px;
}

.c-temfrm-btn {
	margin: 10px;
}

.c-tempbox {
	border: 1px solid #d8d7d7;
	margin: 10px;
	padding: 10px;
}

.c-tempbox span {
	padding: 5px;
}

.c-tempbox .c-tem-date {
	padding: 5px;
	float: right;
}

.action-panel {
	margin: 20px;
}

.cleanup-sec {
	margin: 20px;
}

.smptp-frm-show {
	margin: 15px;
}

.php-frm-show {
	margin: 15px;
}

.smtnew-svtit {
	margin: 25px 0px;
}

.smtnew-svtit h4 {
	font-weight: 600;
	font-size: 25px;
}

.smtp-red {
	color: #ff0000;
}

.c-atta-files {
	margin: 20px;
}

.c-crea-temp {
	margin: 10px;
}

.smtp-neserv-frm {
	margin: 10px;
}

.lang-sec {
	margin-top: 50px;
	margin-bottom: 50px;
}

.eff-box {
	overflow-y: scroll;
	height: 350px;
	padding: 10px;
}

.eff-box h2 {
	background: #39b6d3;
	color: #ffffff;
	padding: 2px;
	line-height: 40px;
}

/* speedo meter both style start*/
.speed-met-bg {
	background: #000000;
}

.speed-mttr-tit p {
	color: #ffffff;
	font-weight: 600;
	font-size: 17px;
}

.speed-mttr-btm h4 {
	color: #ffffff;
	    font-weight: 600;
}

.temeff-head p {
	color: #ffffff;
	    font-weight: 600;
}

#gauge {
	width: 334px;
	height: 300px;
	position: relative;
	background: #000 url(../img/speedometer-2.png) no-repeat;
	background-position: center;
}

#needle {
	height: 5px;
	width: 148px;
	background: #ff0200;
	position: absolute;
	bottom: 97px;
	left: 18px;
}

#numbers {
	width: 140px;
	height: 30px;
	background: #191919;
	position: absolute;
	bottom: 10px;
	left: 85px;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.34em;
	font-family: "Courier New", Courier, monospace;
	padding: 0px 10px 5px;
	border: 1px solid #292929;
}

#circle {
	width: 79px;
	height: 79px;
	background: url(../img/circle-3.png) no-repeat;
	bottom: 59px;
	left: 127px;
	position: absolute;
}

#mi-km {
	bottom: -25px;
	left: 97px;
	text-align: center;
	position: absolute;
	width: 140px;
	height: 30px;
	color: #999;
	font-size: 1.4em;
	font-family: "Courier New", Courier, monospace;
}

#gauge1 {
	width: 334px;
	height: 300px;
	position: relative;
	background: url(../img/speedometer3.png) no-repeat;
	background-position: center;
}

#needle1 {
	height: 5px;
	width: 148px;
	background: #ff0200;
	position: absolute;
	bottom: 97px;
	left: 18px;
}

#numbers1 {
	width: 100px;
	height: 30px;
	background: #191919;
	position: absolute;
	bottom: 10px;
	left: 120px;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.34em;
	font-family: "Courier New", Courier, monospace;
	padding: 0px 10px 5px;
	border: 1px solid #292929;
}

#circle1 {
	width: 79px;
	height: 79px;
	background: url(../img/circle-3.png) no-repeat;
	bottom: 59px;
	left: 127px;
	position: absolute;
}

#mi-km1 {
	bottom: -25px;
	left: 97px;
	text-align: center;
	position: absolute;
	width: 140px;
	height: 30px;
	color: #999;
	font-size: 1.4em;
	font-family: "Courier New", Courier, monospace;
}

#gauge2 {
	width: 150px;
	height: 150px;
	position: relative;
	background: url(../img/speedometer4.png) no-repeat;
	background-position: center;
	top: 60px;
	left: 35px;
}

#needle2 {
	height: 2px;
	width: 43px;
	background: #ff0200;
	position: absolute;
	bottom: 97px;
	left: 35px;
	top: 80px;
}

#gauge3 {
	width: 150px;
	height: 165px;
	position: relative;
	background: url(../img/speedometer5.png) no-repeat;
	background-position: center;
	top: 35px;
	left: 35px;
}

#needle3 {
	height: 2px;
	width: 43px;
	background: #ff0200;
	position: absolute;
	bottom: 97px;
	left: 35px;
	    top: 80px;
}

.odometer {
	font-size: 40px;
}
/* speedo meter both style end*/
#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}

.btnstyle {
	margin-top:5px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 17px;
       text-transform:initial;
}

.btnstyle:hover {
    border:2px solid yellow;
    color:black;
      border-radius: 3px;
    background-color:white
}
.wrapperr {
	display: flex;
	align-items: stretch;
}
.content {
    /* padding: 20px; */
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
		background-color: #eaeff1;
}
.nopad{padding: 0px;}
.attach_manager{
width: 200px;
float: left;
height: 50px;
padding: 5px;
border: 1px solid #000;
background-color: #fcf166;
text-align: center;
margin-right: 10px;
word-wrap: break-word;
margin-bottom: 10px;
position: relative;
padding-right: 10px;
}
.bgtrans{ background: transparent !important;}
.modal-temp{background-color:#fefefe;margin:auto;padding:30px;border:3px solid #999;max-width:70%;height:90%}
.modal-sign{background-color:#fefefe;margin:auto;padding:30px;border:3px solid #999;max-width:70%;height:90%}
.close_temp{
color: #ff0000;
font-size: 28px;
font-weight: 700;
}
.close_sign{
color: #ff0000;
font-size: 28px;
font-weight: 700;
}
.insert-attach{min-width:130px;float:left;}
.show-all{float:right;}
.attach-all{height: 380px;overflow:hidden;overflow-y: auto;max-height: 380px;}
