/*================================================*/
/*	Custom CSS style for all design  */
/*================================================*/

/*	import fonts and css	*/
@font-face{
	font-family:arial;
	src:url(../fonts/arial.ttf);
}
@font-face{
	font-family:'Montserrat-light';
	src:url(../fonts/Montserrat-light.otf);
}

body {
	margin: 0;
	padding:0;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background: #f2f2f2;
}
/*================================================*/
/*	adjusting style  */
/*================================================*/
#header, #pde-content, #features, #emailer,
#footer, #executive, #about-dicuss,
#system-features, #major-feature, #rpd,
#performance, #contact-page, #payments {
	padding: 50px 0;
}	
.center {
	text-align: center;
	margin: 0 auto;
}
.clearfix {
	clear: both;
}
.space {
	width: 100%;
	height: 97px;
}
.rpd-space {
	width: 100%;
	height: 40px;
}
.padding-none {
	padding: 0;
}
/*================================================*/
/*	Text style  */
/*================================================*/
/*	text style 	*/
h1 {
	font-family: 'Montserrat-light', serif;
}

/*	text color 	*/
.header-tagline, .header-subtagline, .header-p,
.h-Learn-more, .dl-brochure, .features-tagline,
.features-subtagline, .h-Learn-more:hover, 
.dl-brochure:hover, .features-text, .email-btn,
.copyright, .privacy, .privacy:hover, .vf-btn, 
#about-dicuss, .table-title, #rpd, .vf-btn:hover {
	color: #fff; /*white*/
}
.pde-tagline, .contact-email, .executive-tagline,
.sf-taglin, .majorf-tagline, .performance-tagline,
.contact-header, .acontent-title {
	color: #3375B3; /*blue*/
}

/*	website tagline and Tittle*/
.header-tagline {		/*header*/
	font-size: 60px;
	margin: 60px 0 0;
}
.header-subtagline {
	font-size: 30px;
	font-weight: 600;
	margin: 30px 0;
}						/*/header*/
.pde-tagline, .contact-email, 	/*pde*/
.executive-tagline, .sf-tagline,
.majorf-tagline, .rpd-tagline,
.performance-tagline, .performance-tagline,
.acontent-title {
	margin: 0;			
	padding: 0 0 30px
}								/*/pde*/
.features-tagline, .contact-header {		/*features*/
	padding: 0 0 10px;  
}
.features-subtagline {		
	font-weight: 600;
	padding: 10px 0 50px;
}						/*features*/
.table-title {
	margin: 0;
	padding: 10px 20px;
}
.pf-text {
	padding-top: 15px;
	text-align: center;
	margin: 0 auto; 
}
/*	contact */
.contact-sub-header {
	font-weight: 600;
	padding: 10px 0 25px;
}
/*================================================*/
/*	background style  */
/*================================================*/
/*	bg-color 	*/
#header {
	background-color:#3375B3; /*blue*/
}
.h-Learn-more, .dl-brochure, .email-btn,
.vf-btn {
	background-color: #C0272D; /*red*/
}
#features, #about-dicuss, .table-title {
	background-color: #283E56; /*dark-blue*/
}
#footer {
	background-color: #4d4d4d;	/*grey*/
}
#system-features {
	background-color: #f2f2f2; /*offwhite*/
}
.dialer-features ,.dialer-features1{
	background-color: #fff;	/*white*/
}
/*	images used 	*/
.pde-bg {
	right: 0;
    top: 0;
    position: absolute;
    width: 385px;
    height: auto;
}
.features-img {
	width: 150px;
	height: auto;
}
.executive-img {
	width: 350px;
	height: auto;
	margin: 40px auto;
}
.about-header, .feature-header{
	height: 200px;
}
.about-header{
	background: url(../images/about&features/imgs--11.png) no-repeat center;
	background-size: cover; 
}
.feature-header{
	background: url(../images/about&features/imgs--23.png) no-repeat center;
	background-size: cover; 
}
#rpd{
	background: url(../images/about&features/imgs--20.png) no-repeat right center;
	background-size: cover;
	height: auto; 
}

/*icon*/
.list { 
	list-style: none;
	margin: 25px 15px;
	padding: 0;
}
.list li {
	position: relative; 
	padding: 0px 0px 6px 25px;
   	overflow: hidden;
}

.left-edge { 
	position: absolute;
	top: 4px;
	left: 0px; 
}
.check-icon{
	width: 15px;
	height: auto;
}
.sf-icon {
	width: 60px;
	height: auto;
	padding-right: 15px; 
}
/*================================================*/
/*	anchor and button  */
/*================================================*/
.h-Learn-more {
	position: relative;
	font-size: 16px;
	padding: 10px 30px;
	bottom: 20px;
}
.dl-brochure, .vf-btn {
	font-size: 16px;
	padding: 10px 20px;
}
.email-btn {
	font-size: 16px;
	padding: 5px 30px;
	margin: 10px 0px;
	border: none;
}
	.h-Learn-more:hover, .dl-brochure:hover,
	.email-btn:hover, .vf-btn:hover {
		text-decoration: none;
		background:#cc4347;
	}
/*================================================*/
/*	navigation  */
/*================================================*/
#header-nav {
	margin: 0;
	padding: 0;
	background: #283e56;
}

.navbar {
    min-height: 70px;
    margin-bottom: 0px;
}
.navbar-collapse {
	margin: 20px 0px;
}
.navbar-brand {
	margin: 0px;
	padding: 0;
}

.brand-logo {
	width: 300px;
	height: 80px;
	margin: 7px 0px;
}

.nav>li>a {
	color: #fff;
	padding: 15px 18px;
	margin:0px 5px; 
}

.nav>li.active>a {
	background: transparent;
	border: 1px solid #fff;
}
.nav>li>a:hover {
	background: transparent;
	border: 1px solid #fff;
}

/*================================================*/
/*	header  */
/*================================================*/
#header {
	width: 100%;
	height: auto;
}
.header-p {
	margin: 0 0 60px;
}
.header-typho {
	margin: 35px 0;
}

/*================================================*/
/*	PDE section  */
/*================================================*/
.pde-img {
	width: 350px;
	height: auto;
	padding: 40px 0;
}
.dl-pdf {
	margin: 40px 0 10px;
}

/*================================================*/
/*	 features content */
/*================================================*/
.features-text {
	padding: 20px 15px;
}

/*================================================*/
/*	 Email */
/*================================================*/
.email-text {
	width: 300px;
	height: 40px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/*================================================*/
/*	 about&faetures-page */
/*================================================*/
/*about*/
#visit-features {
	margin: 30px 0 20px;
}
.dialer-features {
	padding: 0;
	border-right: 1px solid #f2f2f2; 
}
.dialer-features1 {
	padding: 0;
	border-left: 1px solid #f2f2f2; 
}
.col2-text {
	display: none;
}
.div-show {
	display: none;
}
/*	/about */
/*	feature */
.thumbnial-p {
	margin: 50px 0;
}
.pf-img {
	width: 120px;
	height: auto;
}
/*	/feature */

/*================================================*/
/*	 contact */
/*================================================*/
.info-box {
    margin: 10px auto;
    border: 1px solid #4d4d4d;
    border-radius: 5px;
    box-shadow: 0 5px 18px 0 rgba(0,0,0,0.3);
    background: #fff;
}
.info-box-title {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 15px;
    background: #283e56;
    color: #fff;
}
.info-box-title1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 33px 15px;
	background:  #283e56;
	color: #fff;
}
.con-text {
	padding: 25px 20px 10px 10px;
}
.con-text-4b {
	padding: 25px 20px;
}
.tt-btn {
	text-align: center;
	margin: 20px auto 25px;
}

.tt-btn1 {
	text-align: center;
	margin: 17px auto 25px;
}
.p-btn {
	text-decoration: none;
	padding: 5px 20px;
	color: #000;
	background: #FFC439;
	font-size: 14px;
	font-weight: 600;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);  
}

.p-btn:hover, .p-btn:after {
	text-decoration: none;
	color: #000;
	background: #FFC439; 
}

.paypal-form {
	text-align: center;
	margin: 20px auto 0px;
}
.paypal-btn{
	margin: 20px auto 25px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}
.paypal-text {
	font-weight: bold;
	padding-bottom: 5px;
}
.payment-footer {
	text-align: center;
	margin: 20px auto 0px;
}
.pf-txt {
	margin:0; 
}
.pcontrol {
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.pcontrol-txt {
	font-size: 25px;
	font-weight: 600;
	padding-right: 15px; 
}
.pcontrol-icon {
	padding-top: 15px; 
	padding-right: 10px;
} 
.modal-header {
    background: #283e56;
    color: #fff;
}
.space-padding {
	width: 100%;
	height: 1px;
}

.ph-padding {
	width: 100%;
	height: 72px;
}

.ph-padding-4b {
	width: 100%;
	height: 72px;
}

.au-padding {
	width: 100%;
	height: 117px;
}
.dev-padding {
	width: 100%;
	height: 52px;
}
.paypal-padding {
	width: 100%;
	height: 28px;
}
.error {
	font-weight: normal;
	font-size: 14px;
	color: #bb0000;
	font-weight: bold;
}
.contact-list {
    list-style: none;
    padding: 1px;
}
.img-padding {
    margin: 15px 0px;
}
/*================================================*/
/*	modal */
/*================================================*/
#tt-modal {
	width: 80%;
	height: auto;
	background: #4D4D4D;
	margin: 0 auto;
	padding: 15px;
	border-radius:5px; 
	color: #fff;
	box-shadow: 0 5px 18px 0 rgba(0,0,0,0.3);
}
.tt-modal-title {
	color: #FBB03B;
	font-weight: bold;
	font-size: 30px;
	margin-top: 5px;
}

.tt-modal-info {
	margin: 20px 0px 5px;
}
.tt-modal-swift {
	color:  #FBB03B;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}
.tt-modal-note {
	margin: 30px 10px 10px;
}

.modal-body {
    position: relative;
    padding: 25px 20px;
}
.tt-modal-tnote {
	font-weight: bold;

}



/*================================================*/
/*	responsive media screen */
/*================================================*/
@media screen and (max-width: 1300px){
	.pde-responsive-bg {
		position: relative;
		z-index: 99;
		background: rgba(242, 242, 242, 0.5);
	}
}

@media screen and (max-width: 1199px){
	.header-tagline {
	    font-size: 50px;
	    margin: 50px 0 0;
	}
	.header-typho {
		margin: 50px 0;
	}
	.pde-bg {
		width: 399px;
	}
	.col1-text {
		display: none;
	}
	.col2-text {
		display: inline-block;
	}
	.space {
		height: 156px;
	}
	.htext {
		padding: 7px;
	}
	.paypal-padding {
		width: 100%;
		height: 53px;
	}

	.contact-header{
		font-size: 28px;
	}
}

@media screen and (max-width: 1024px){
	.info-box-title, .table-title {
	    font-size: 20px;
	}
}

@media screen and (max-width: 991px){
	.header-tagline {
	    font-size: 45px;
	    margin: 30px 0 0;
	}
	.header-typho {
		display: none;
	}
	.pde-bg {
		width: 413px;
	}
	.div-show {
		display: inline-block;
	}
	.col1-text {
		display: inline-block;
	}
	.col2-text {
		display: none;
	}
	.space {
		display: none;
	}
	.col-ul1 {
		display: inline-block;
	}
	.executive-img {
	    display: none;
	}
	.about-header, .feature-header {
	    height: 150px;
	}
	.ph-padding-4b, .dev-padding {
	    display: none;
	}
	.paypal-padding, .htext {
	    display: none;
	}
	.form-mb {
		margin-bottom: 0px;
	}
	.nav>li>a {
	    padding: 10px 13px;
	    margin: 0px;
	}
}

@media screen and (max-width: 768px){
	.pde-responsive-bg {
		position: relative;
		z-index: 99;
		background: #f2f2f2;
	}
	.list-mobile-pf {
		margin: 0;
		padding: 0px 15px 0;
	}
	.list-mobile1-pf {
		margin: 0;
		padding: 0 15px 25px;
	}
	.thumbnial-p {
	    margin: 30px 0;
	}
	.pde-bg{
		display: none;
	}
}

@media screen and (max-width: 767px){
	.brand-logo {
	    width: 220px;
	    height: 60px;
	}
	.navbar-toggle {
	    position: relative;
	    float: right;
	    padding: 9px 10px;
	    margin-top: 15px;
	    margin-right: 15px;
	    margin-bottom: 8px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid #fff;
	    border-radius: 4px;
	}
	.icon-bar {
		background: #fff;
	}
	.list-mobile {
		margin: 0;
		padding: 25px 15px 0;
	}
	.list-mobile1 {
		margin: 0;
		padding: 0 15px 25px;
	}
	.floating-img {
		width: 100px;
		height: auto;
		float: left;
		margin-right: 15px; 
	}
	.mobile-view-pf {
		width: 50%;
		margin: 10px auto;
	}
	.mobile-pf-text15,
	.mobile-pf-text17,
	.mobile-pf-text18,
	.mobile-pf-text19{
		padding: 21px 0;
	}
	.mobile-pf-text16{
		padding: 8px 0;
	}
	.mobile-pf-disc {
		margin-top: 40px;
	}
}
@media screen and (max-width: 671px){
	.mobile-view-pf {
		width: 55%;
		margin: 10px auto;
	}
}
@media screen and (max-width: 615px){
	.mobile-view-pf {
		width: 60%;
		margin: 10px auto;
	}
}
@media screen and (max-width: 568px){
	.mobile-view-pf {
		width: 70%;
		margin: 10px auto;
	}
}
@media screen and (max-width: 496px){
	.mobile-view-pf {
		width: 80%;
		margin: 10px auto;
	}
}
@media screen and (max-width: 442px){
	.mobile-view-pf {
		width: 90%;
		margin: 10px auto;
	}
}
@media screen and (max-width: 425px){
	body {
	    font-size: 15px;
	}
	#header, #pde-content, #features, #emailer,
	#footer, #executive, #about-dicuss,
	#system-features, #major-feature, #rpd,
	#performance, #contact-page, #payments {
		padding: 30px 0;
	}	
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.header-tagline {
	    font-size: 30px;
	    margin: 10px 0 0;
	}
	.header-subtagline {
	    font-size: 23px;
	    font-weight: 600;
	    margin: 20px 0;
	}
	.pde-tagline, .features-tagline,
	.executive-tagline, .sf-tagline,
	.majorf-tagline, .rpd-tagline,
	.performance-tagline, .contact-header,
	.acontent-title{
	    font-size: 25px;
	}
	.features-subtagline, .table-title {
	    font-size: 20px;
	}
	.pde-img {
	    width: 250px;
	    height: auto;
	    padding: 20px 0;
	}
	.features-img {
	    width: 100px;
	    height: auto;
	}
 	.about-header, .feature-header {
	    height: 110px;
	}
	.mobile-view-pf {
		width: 100%;
		margin: 10px auto;
	}
	.floating-img {
		width: 80px;
	}
}

@media screen and (max-width: 375px){
	.brand-logo {
	    width: 200px;
	    height: auto;
	}
	.email-text {
	    width: 250px;
	    height: 40px;
	}
}

@media screen and (max-width: 320px){
	.brand-logo {
	    width: 200px;
	    height: auto;
	}
}