@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900,900i');

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#000;
	line-height:1.6em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#247fe1;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	
}

p{
	position:relative;
	line-height:1.6em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position: relative;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:10px;
	right:10px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	line-height:42px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	display:none;	
}

.scroll-to-top:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	background:#247fe1;
	border:1px solid #247fe1;
	border-radius:20px 0px 20px 20px;
	-ms-border-radius:20px 0px 20px 20px;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	
}

.scroll-to-top span{
	position:relative;
	display:block;
	z-index:1;	
}

.scroll-to-top:hover{
	color:#247fe1;
}

.scroll-to-top:hover:before{
	background:#ffffff;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.bounce-in-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #cccccc;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.bounce-in-header .logo{
	padding:6px 0px 2px;	
}


.main-header .header-top{
	position:relative;
	background:#ededed;
	color:#555555;
	z-index:5;
}

.main-header.header-style-two .header-top,
.main-header.header-style-three .header-top{
	background:#222222;	
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:10px 0px;
	color:#c9c9c9;
	font-size:12px;
}

.main-header .header-top ul li{
	position:relative;
	float:left;
	margin-right:30px;
}

.main-header .header-top .top-right ul li{
	margin-right:0px;
	margin-left:20px;	
}

.main-header .header-top ul li a{
	position:relative;
	display:block;
	line-height:24px;
	color:#555555;
	font-size:14px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-header.header-style-two .header-top ul li a,
.main-header.header-style-three .header-top ul li a{
	color:#9b9b9b;	
}

.main-header .header-top ul li .icon{
	position:relative;
	top:1px;
	font-size:14px;
	padding-right:5px;	
}

.main-header .header-top ul li a:hover{
	color:#247fe1;
}

.main-header.header-style-two .header-top ul li a:hover,
.main-header.header-style-three .header-top ul li a:hover{
	color:#ffffff;	
}

.main-header .header-top .top-right{
	position:relative;
	padding:10px 0px;
	float:right;
}

.main-header .header-upper{
	position:relative;
	padding:12px 0px;
	background:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

.main-header.header-style-two .header-upper{
	padding:0px;	
}

.main-header .header-upper .upper-right{
	position:relative;	
}

.main-header .header-upper .upper-column{
	position:relative;
	float:left;
	min-width:80px;
	margin-left:40px;
	padding-top:25px;
}

.main-header .info-box{
	position:relative;
	padding-left:50px;	
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:20px;
	width:45px;
	line-height:60px;
	color:#4a5c7a;
	font-size:32px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .info-box:hover .icon-box{
	color:#247fe1;	
}

.main-header .info-box li{
	position:relative;
	line-height:24px;
	margin:0px 0px;
	font-size:15px;
	color:#4a5c7a;
}

.main-header .info-box li a{
	color:#4a5c7a;		
}

.main-header .info-box strong{
	font-weight:400;
	color:#555555;
	font-size:18px;
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	z-index:5;
}

.main-header.header-style-three .header-lower{
	background:none;	
}

.main-header .nav-outer{
	position:relative;
		
}



.main-menu{
	position:relative;	

}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
    position: relative;    font-weight: 500;    text-align: center;    width: 990px;    margin: 0px auto;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
}

.bounce-in-header .main-menu .navigation > li{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding: 15px 0px 12px;
	font-size:18px;
	color:#44167a;
	line-height:30px;
	border-top:none;
	border-bottom:3px solid transparent;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	margin: 0px 48px;
}



.main-menu .navigation > li:first-child > a{
	
		margin: 0px 48px 0px 0px;
}

.main-menu .navigation > li:last-child > a{
	
	margin: 0px 0px 0px 48px;
}




.header-style-two .main-menu .navigation > li > a{
	padding:32px 20px 35px 20px;
	border-top:3px solid transparent;
	border-bottom:none;
	color:#181818;
	font-weight:600;
}

.bounce-in-header .main-menu .navigation > li{
	margin-left:30px;	
}

.bounce-in-header .main-menu .navigation > li > a{
	color:#181818;
	padding:15px 0px 12px;
}


.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{

}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
    position: absolute;
    left: 35px;
    top: 70%;
    width: 210px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #283745;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-three .main-menu .navigation > li > ul{
	background:#fff;
	border:1px solid #44167a;	
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px dashed rgba(68,22,122,0.20);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:13px 15px 13px 18px;
	font-size: 16px;
    color: #44167a;
    line-height: 16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	text-align:left;
}

.main-menu .navigation > li > ul > li > a:hover {
	
	text-decoration:underline;
	    color: #44167a!important;
	
}



.main-menu .navigation > li > ul > li:hover > a{
	color:#247fe1;		
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f061";
	position:absolute;
	right:10px;
	top:15px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:10px;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0px;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#283745;
}

.header-style-three .main-menu .navigation > li > ul > li > ul{
	background:#247fe1;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px dashed rgba(255,255,255,0.20);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:13px 15px 13px 18px;
	line-height:22px;
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a{
	color:#247fe1;	
}

.header-style-three .main-menu .navigation > li > ul > li:hover > a,
.header-style-three .main-menu .navigation > li > ul > li  > ul > li:hover > a{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .get-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:200px;
	height:100%;
	background:rgba(255,255,255,0.15);	
}

.main-header .get-btn .appt-btn{
	position:relative;
	display:block;
	line-height:30px;
	text-align:center;
	padding:15px 0px;
	font-weight:700;
	font-size:13px;
	color:#ffffff;
	text-transform:uppercase;	
}

.main-header .get-btn:hover{
	background:#247fe1;	
}

.main-header .get-btn .appt-btn:hover{
	color:#ffffff;	
}


/*** 

====================================================================
	Section  Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:20px;
}

.sec-title h2{
	position:relative;
	font-size:26px;
	color:#fff;
	font-weight:300;
	margin-bottom:0px !important;
}

.sec-title h3{
	position:relative;
	font-size:18px;
	color:#999999;
	font-style:italic;
	letter-spacing:1px;
}

.sec-title .text{
	position:relative;
	font-size:16px;
	color:#777777;
	font-style:italic;
	letter-spacing:1px;
	line-height:32px;
}


/*** 

====================================================================
	Features Style One
====================================================================

***/

.features-style-one{
	position:relative;
	padding:120px 0px 60px;
}

.features-style-one .features-column{
	position:relative;
	margin-bottom:50px;
}

.features-style-one .features-column .inner-box{
	position:relative;
	padding-left:90px;	
}

.features-style-one .features-column .count{
	position:absolute;
	left:0px;
	top:12px;
	color:#cecece;
	font-size:50px;
	font-weight:700;
}

.features-style-one .features-column .title-box{
	position:relative;
	margin-bottom:10px;	
}

.features-style-one .features-column h4{
	color:#247fe1;
	font-size:15px;
	font-style:italic;
	margin-bottom:0px;	
}

.features-style-one .features-column h3{
	position:relative;
	color:#181818;
	font-size:20px;
}

.features-style-one .features-column .text{
	color:#777777;
}



/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section{
	position:relative;
	padding:40px 0px;
}

.default-section .column{
	position:relative;
	margin-bottom:50px;	
}

.default-section .text-column h2{
	position:relative;
	font-size:30px;
	text-transform:capitalize;
	color:#181818;
	margin-bottom:25px;	
}

.default-section .text-column .text{
	color:#777777;	
}

.default-section .text-column .text p{
	position:relative;
	margin-bottom:20px;
}

.default-section .upper-part{
	position:relative;
	margin-bottom:80px;	
}

.default-section .upper-part .intro-text{
	position:relative;
	padding-left:80px;	
}

.default-section .upper-part .intro-text h3{
	font-size:20px;
	font-style:italic;
	color:#777777;	
}

.default-section .upper-part .intro-text h2{
	font-size:24px;
	color:#181818;
	margin-bottom:50px;
	font-weight:700;
}

.default-section .upper-part .intro-text .text{
	font-size:20px;
	color:#999999;
	font-style:italic;
	line-height:1.6em;
}

.introtext-two {
	color:#777777;
}

.introtext-two h3{
	font-size:18px;
	margin-bottom:18px;
	color:#666666;
	font-style:italic;
}

.introtext-two h2{
	font-size:24px;
	margin-bottom:20px;
	color:#181818;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.4em;
}

.introtext-two .text{
	margin-bottom:30px;
}

/***
====================================================================
	Testimonials Area style
====================================================================

***/

.testimonials-area{
	position:relative;

	width:100%;

	
}

.testimonials-area-inner {
	
		background:#44167a;
			padding:40px 0px;
			height:435px;
	
	
}

.testimonials-area .auto-container{
	position:relative;
	
}

.testimonials-area .testi-pager{
	position:relative;
	margin:70px 0px 0px;
}

.testimonials-area .slide-text{
	position:relative;
	max-width:850px;
	margin:0 auto;
	color:#fff;
	font-size:16px;
	font-weight:300;
	line-height:1.8em;
	
}

.slide-image {
	
	float:left;
	width:120px;
	margin-top:80px;
	
}

.testimonials-area .slide-text p{
	float: right;
	width: 715px;
	
}

.testimonials-area .testi-pager .pager-item{
	position:relative;
	display:inline-block;
	width:25%;
	font-size:16px;
	color:#247fe1;
	font-style:italic;
}

.testimonials-area .testi-pager .pager-item.active{
	opacity:1;	
}

.testimonials-area .testi-pager .pager-item strong{
	font-size:16px;
	text-transform:capitalize;
	margin-bottom:0px;
	font-style:normal;
	font-weight:normal;
	color:#181818;
	display:block;	
}

.testimonials-area .testi-pager .testi-thumb{
	position:relative;
	top:0px;
	width:76px;
	height:76px;
	margin:0 auto 10px;
	background:#ffffff;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
	overflow:hidden;
}

.testimonials-area .testi-pager .testi-thumb img{
	position:relative;
	display:block;
	width:76px;
	height:76px;	
}

.testimonials-area .testi-pager .pager-item.active .testi-thumb{
	-webkit-box-shadow:0px 0px 1px 1px #247fe1;
	-ms-box-shadow:0px 0px 1px 1px #247fe1;
	-o-box-shadow:0px 0px 1px 1px #247fe1;
	-moz-box-shadow:0px 0px 1px 1px #247fe1;
	box-shadow:0px 0px 1px 1px #247fe1;
}






/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	color:#9b9b9b;
}

.main-footer .footer-upper{
	position:relative;
	padding:40px 10px 50px;
	background:#44167a;
}

.main-footer .footer-upper .column{
	position:relative;
	margin-bottom:40px;	
}

.footer-upper .column h3{
	position:relative;
	font-size:24px;
	line-height:30px;
	margin-bottom:32px;
	color:#ffffff;
}

.footer-upper .column h3.logo-text{
	font-size:36px;
	font-weight:700;	
}

.main-footer .about-widget{
	font-size:15px;
}

.main-footer .footer-upper a{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .footer-upper a:hover{
	color:#ffffff;	
}

.footer-upper .links-widget li{
	position:relative;
	margin-bottom:15px;
}

.footer-upper .links-widget li a{
	position:relative;
	display:block;
	font-size:15px;
	color:#999999;
	line-height:20px;
}

.footer-upper .links-widget li a:hover{
	color:#ffffff;	
}

.main-footer .social-links a{
	position:relative;
	display:inline-block;
	font-size:16px;
	width:44px;
	height:44px;
	line-height:44px;
	text-align:center;
	margin:0px 5px 10px 0px;
	color:#9b9b9b;
	background:#3b3b3b;
	border-radius:50%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .social-links a:hover{
	color:#ffffff;
	background:#247fe1;	
}

.footer-upper .twitter-feeds .feed{
	position:relative;
	padding:0px 0px 0px 30px;
	margin-bottom:20px;
	color:#aaaaaa;
}

.footer-upper .twitter-feeds .feed:last-child{
	margin:0px;	
}

.footer-upper .twitter-feeds .feed-content{
	margin-bottom:5px;
	line-height:1.6em;	
}

.footer-upper .twitter-feeds .feed a{
	position:relative;
	color:#247fe1;
}

.footer-upper .twitter-feeds .feed .time{
	position:relative;
	color:#ffffff;
	font-size:14px;
	text-transform:capitalize;
	font-weight:700;
}

.footer-upper .twitter-feeds .feed strong{
	font-weight:400;	
}

.footer-upper .twitter-feeds .feed .icon{
	position:absolute;
	width:30px;
	height:20px;
	left:0px;
	top:5px;
	line-height:20px;
	font-size:18px;
	color:#999999;	
}

.main-footer .newsletter-widget .form-group{
	position:relative;
	margin-bottom:10px;
}

.main-footer .newsletter-widget input[type="text"],
.main-footer .newsletter-widget input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:11px 50px 11px 15px;
	background:#2b2b2b;
	border:1px solid rgba(255,255,255,0.05);
	border-radius:5px;	
}

.main-footer .newsletter-widget input[type="text"]:focus,
.main-footer .newsletter-widget input[type="email"]:focus{
	background:#181818;	
}

.main-footer .newsletter-widget input[type="submit"],
.main-footer .newsletter-widget button{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:46px;
	text-align:center;
	font-size:20px;
	color:#ffffff;
	background:#247fe1;
	border-radius:0px 5px 5px 0px;	
}

.main-footer .newsletter-widget input:focus+button,
.main-footer .newsletter-widget button:hover{
	background:#888888;	
}

.main-footer .confid{
	position:relative;
	font-size:14px;
	color:#9b9b99;
	margin-bottom:20px;
}

.main-footer .contact-info{
	font-size:16px;	
}

.main-footer .contact-info li{
	margin-bottom:10px;	
}

.main-footer .contact-info li h4{
	font-size:16px;
	color:#ffffff;
	margin-bottom:5px;	
}

.main-footer .contact-info li a{
	 color:#9b9b9b;	
}

.main-footer .news-widget .news-item{
	position:relative;
	padding-left:95px;
	padding-top:15px;
	margin-bottom:25px;
	min-height:75px;
}

.main-footer .news-widget.no-thumb .news-item{
	padding-left:0px;
	padding-top:0px;
	margin-bottom:25px;
	min-height:0px;
}

.main-footer .news-widget .news-item:last-child{
	margin-bottom:0px;	
}

.main-footer .news-widget .news-item .news-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:75px;	
}

.main-footer .news-widget .news-item .news-thumb img{
	display:block;
	width:75px;
	height:75px;	
}

.main-footer .news-widget .news-item h4,
.main-footer .news-widget .news-item h4 a{
	font-size:15px;
	color:#ffffff;	
}

.main-footer .news-widget .news-item h4 a:hover{
	color:#247fe1;
}	

.main-footer .news-widget .news-item .time{
	font-size:12px;
	text-transform:uppercase;
}

.main-footer .quote-form .form-group{
	position:relative;
	margin-bottom:10px;
}

.main-footer .quote-form .form-group input[type="text"],
.main-footer .quote-form .form-group input[type="email"],
.main-footer .quote-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 15px;
	background:#2b2b2b;
	border:1px solid rgba(255,255,255,0.05);
	border-radius:3px;	
}

.main-footer .quote-form .form-group textarea{
	resize:none;
	height:100px;	
}

.main-footer .quote-form .form-group input[type="text"]:focus,
.main-footer .quote-form .form-group input[type="email"]:focus,
.main-footer .quote-form .form-group textarea:focus{
	background:#181818;	
}

.main-footer .quote-form button{
	padding:9px 30px;	
}

.footer-bottom{
	position:relative;
	padding:24px 0px;
	line-height:22px;
	color:#b3b3b3;
	background:#181818;
	font-size:13px;
	text-transform:uppercase;
}

.footer-bottom .footer-nav{
	position:relative;
}

.footer-bottom .footer-nav li{
	position:relative;
	float:left;
	margin-left:25px;	
}

.footer-bottom .footer-nav li a{
	color:#b3b3b3;	
}

.footer-bottom .footer-nav li a:hover{
	color:#ffffff;	
}



/*** 

====================================================================
	Testimonials Style Two
====================================================================

***/

.testimonials-style-two{
	position:relative;
	padding:120px 0px;
	color:#ffffff;
	background:#3d3f43;
}

.testimonials-style-two .sec-title h2,
.testimonials-style-two .sec-title h3{
	color:#ffffff;	
}

.testimonials-style-two .slide-item .author-thumb{
	position:relative;
	width:110px;
}

.testimonials-style-two .slide-item .author-thumb img{
	display:block;
	width:100%;
	max-width:100%;
}

.testimonials-style-two .slide-item .author-title{
	position:relative;
	margin:20px 0px 15px;
	color:#247fe1;
	font-size:16px;
}

.testimonials-style-two .slide-item .text{
	position:relative;
	margin-bottom:25px;
	color:#ffffff;
	font-size:16px;
}

.testimonials-style-two .slide-item .signature{
	position:relative;
}

.testimonials-style-two .slide-item .signature img{
	display:inline-block;
	max-width:100%;
	width:auto;
}

.testimonials-style-two .owl-controls{
	padding:50px 0px 0px !important;
	margin:0px !important;	
}

.testimonials-style-two .owl-nav{
	display:none !important;	
}

.testimonials-style-two .owl-dots .owl-dot span{
	background:#ffffff;
	margin:0px 5px;
}

.testimonials-style-two .owl-dots .owl-dot:hover span,
.testimonials-style-two .owl-dots .owl-dot.active span{
	background:#247fe1;	
}


/*** 

====================================================================
	Sponsors Slider Style
====================================================================

***/

.sponsors-section{
	position:relative;
	color:#ffffff;
	overflow:hidden;
	width:100%;	
}
.sponsors-section-inner {
	
	
		background:#44167a;
		padding: 35px 0px 45px;
	
}

.sponsors-section .sec-title h2{
	color:#ffffff;	
}

.request-quote-section .sponsors-outer{
	position:relative;
	margin-bottom:110px;
}

.request-quote-section .sponsors-outer .owl-controls{
	display:none;
}

.sponsors-carousel .slide-item{
	position:relative;
	margin:0px 1px;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .sponsors-carousel .slide-item{
		
}
	
.sponsors-carousel .slide-item img{
	display:block;
	max-width:100%;
	width:100%;
	opacity:0.25;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .sponsors-carousel .slide-item img{
	opacity:1;	
}

.sponsors-carousel .slide-item img:hover{
	opacity:0.90;	
}

.sponsors-section .owl-controls {
	padding:0px !important;
	margin:0px !important;
}

.sponsors-section .owl-controls .owl-next,
.sponsors-section .owl-controls .owl-prev {
	position:absolute;
	width:40px;
	height:40px;
    margin: 0 !important;
	top:50% !important;
	margin-top:-20px !important;
	text-align:center;
	background:none !important;
    color: #ffffff !important;
    font-size: 35px !important;
    line-height: 38px;
    padding: 0 !important;
	border:0px solid #ffffff;
	opacity:1;
    transition: all 500ms ease 0s;
}

.sponsors-section .owl-controls .owl-next:hover,
.sponsors-section .owl-controls .owl-prev:hover {
	opacity:1;
}

.sponsors-section .owl-controls .owl-prev {
    border-radius: 0px !important;
	left:0px !important;
}

.sponsors-section .owl-controls .owl-next {
    border-radius: 0px !important;
	right:0px !important;
}

.sponsors-section .owl-dots{
	display:none !important;	
}

/* CSS */

.main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.right-header {
	
	float:right;
	width:405px;
	
	
}

.top-phone {
	
	
	float:left;
	width:280px;
}


.client-login-header {
	
	float: left;
    width: 125px;
    line-height: 30px;
	
}
.client-login-header a {

color:#2770b4;
font-size:17px;

}

.flag-icon {
	
	margin-right:10px;
	
}


.phone-icon {
	
	margin-right:5px;
	
}


.phone-number { 
	color:#fca110;
	font-size:28px;
	font-weight:700;

}
.phone-number {
	
	
	background:url(../img/phone-icon-top.png)no-repeat;
	padding-left:30px;
	padding-left: 60px;
    line-height: 33px;
	
}

.header-timing {
	
    color: #000;
    font-size: 17px;
    text-align: right;
    margin-right: 17px;
	
	
}

.header-timing a {
	
	color: #2770b4;
    font-size: 17px;
    padding-left: 35px;
    background: url(../img/chat.png)no-repeat;
    background-position: 0px -4px
}
.contact-top {
	
	background: url(../img/mail.png)no-repeat;
    background-position: -5px -4px;
    padding-left: 30px;
	
}

.client-login {
	
	background: url(../img/client-login.png)no-repeat;
    background-position: 0px -1px;
    padding-left: 30px;
    background-size: 20%;
	
}



.right-header {
	
	padding-top:20px;
	
}

.hero-left {
	
	width:825px;
	float:left;
	border-bottom:4px solid #44167a;
	height: 450px;
	border-top:4px solid #44167a;
	
}

.hero-left-image {
	
	float: left;
	width: 249px;
	padding-top: 7px;
	
	
}

.hero-right-content {
	
	float: left;
	width: 655px;
	margin-left: -79px;
	
}


.hero-right {
	
	float:right;
	width:345px;
	background:#44167a;
	height: 450px;
	
	
}

.hero-right-content h1 {
	
	font-size: 44px;
	font-weight:300;
	color:#000;
	text-align: center;
	line-height:42px;
	 margin-top: 20px;
	 margin-bottom: 15px;
	
}
.hero-right-content h2 {
	
	font-size: 27px;
	line-height: 40px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 5px 0px 20px;
      
}


.hero-right-content h2 span {
	
	font-size: 58px;
	font-weight: 600;
	line-height: 60px;
	color: #fcac21;
	text-align: center;
	letter-spacing: 0px;
	position: relative;
	top: 6px;
	margin-left: 5px;
      
}


/*
.hero-right-content h2 {
	
	font-size: 58px;
	font-weight: 600;
	line-height: 60px;
	color: #fcac21;
	text-align: center;
	-webkit-text-stroke: 2px #330f6c;
	letter-spacing: 1px;
	margin: 5px 0px 0px;
      
	  -webkit-animation-name: color2;
      -webkit-animation-duration: 5s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -webkit-animation-delay: 2s;
	
	
}

 @-webkit-keyframes color2 {
      0% {
      }
      5%,25% {
          transform: translate3d(-10px, 0, 0);
      }
      15%,35% {
         transform: translate3d(10px, 0, 0);
      }
      40% {
       transform: translate3d(0, 0, 0);
    }
}

*/


.hero-right-content p {
	
	font-size:23px;
	font-weight:400;
	color:#000;
	margin: 0 0 5px
	
	
}

.cnter-text {
	
	
	text-align:center;
	
}

.starting-price {
		
		font-size:25px;
		font-weight:300;
		color:#000;
		text-align:center;
		margin:10px 0px;
	
	
}

.price-range{
	
	
	color:#fca110;
	font-size:40px;
	font-weight:600;
	-webkit-text-stroke: 1px #e77112;
	background:url(../img/pricing-image.png) no-repeat;
	padding-left: 55px;
	background-position: 0px 14px;
	position: relative;
	top: 5px;
	
}

.left-bullets {
	
	margin-left: 135px;
	margin-top:15px;
	margin-bottom:15px;
}

.left-bullets ul, .right-bullets ul {
	
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-top:15px;
	
	
}


.left-bullets ul li, .right-bullets ul li {
	
	background:url('../img/list-icon.png') no-repeat;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	padding-left: 30px;
	line-height: 32px;
	background-position: 0px 7px;
	
	
}


.right-bullets {
	
	float: left;
	width: 270px;
	margin-left: 15px;
		margin-top:15px;
	margin-bottom:15px;

}
.ready-to-start {
	
	margin-left:185px;
	margin-top: 40px;
		
}
.ready-to-start span {
	
	color:#000000;
	font-size:29px;
	font-weight:400;
	
}

.ready-to-start a {
	
	color: #ffffff;
	font-size: 23px;
	font-weight: 400;
	text-align: center;
	background: #fca717;
	border: 1px solid #eb8110;
	padding: 8px 35px;
	
}
.clear {clear:both;}

.terms {
	
	font-size: 13px;
	font-weight: 300;
	color: #000;
	text-align: right;
	margin-top: 15px;
	margin-right:10px;
}

.first-line {
	margin-left:30px!important;

}


.second-line {
	margin-left:10px!important;

}

.req-form h3 {
	
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	
}
.req-form h3 span {
	
	color:#fca110;
	text-transform:uppercase;
	
}

.req-form  {
	
	
	padding:0px 20px;
	
}
.req-form  p {
	
	margin-bottom:7px;
	
	
}

.cforminput-ind, .select-feild {
	
	width:100%;
	background:#fff;
	border:1px solid #0cb0f4;
	padding: 2px 5px;
	color:#000;
	font-size:14px;
	height: 32px;
	
}
.select-feild {
	
	padding: 2px 5px 2px 0px;
	
}

.form-textarea {
	
	width:100%;
	background:#fff;
	border:1px solid #0cb0f4;
	padding: 2px 5px;
	color:#000;
	font-size:14px;
	height: 40px;
	
}
.form-cod-field {
	
	width:100px;
	background:#fff;
	border:1px solid #0cb0f4;
	padding: 2px 5px;
	color:#000;
	font-size:14px;
	height: 32px;
	margin-right:20px;
	
}

.code1 {
	
	color: #fff;
	font-size: 30px;
	line-height: 33px;
	font-weight: 600;
	
	
}

.submit-btn {
	
	background: #fca110;
	border: 1px solid #eb8110;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 6px 30px;
	margin:20px auto 0px;
	display:block;	    max-width: 140px;
}.submit-btn:hover {			color: #fff;}


.results {
	
	
	background:#fff;
	padding:40px 0px;
	text-align:center;
	
	
}

.results h4 {
	
	font-size: 44px;
	color: #000;
	font-weight: 300;
	margin: 0px;
	line-height: 52px;
	
}
.results h4 span {
	
	color:#fc9a0b;
	font-weight:bold;
	
}
.learn-more-btn {
margin-top: 35px;}

.learn-more-btn a {
	
	color: #ffffff;
	font-size: 23px;
	font-weight: 400;
	text-align: center;
	background: #fca717;
	border: 1px solid #eb8110;
	padding: 7px 28px;
		
}

.slide-item-inner {
	
	width:100%;
	
}
.service-icon img {
	
	width: 32px!important;
	height: 32px!important;
	display:block;
	margin:0px auto;	
}

.service-name {
	
	margin-top:10px;
	
}
.service-name a {
	
	color:#fff;
	text-align:center;
	font-size:20px;
	
}

.industries {
	
	background:url('../img/testimonials-bg.png')no-repeat;
	float:left;
	width:428px;
	height:292px;
	padding:0px 15px;
	margin-left: 45px;
	
}
.industries h4 {
	
	
	color:#fff;
	font-size:40px;
	font-weight:400;
	margin-bottom:0px;
	line-height:40px;
	margin-top:10px;
	
	
}


.industries p {
	
	color:#fff;
	font-size:17px;
	font-weight:400;
	
	
}
.industries-left, .industries-right {
	
	float:left;
	width:150px;
	
}

.industries-left ul, .industries-right ul {
	
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-top:23px;
	
}


.industries-left ul li a, .industries-right ul li a{
	
	color:#44167a;
	font-size:18px;

	
}
.shake {
	
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
	
}
.industries-left ul li, .industries-right ul li{
	
	padding-left: 40px;
	line-height: 35px;
	
}

 .industries-right ul {
	

	margin-left: 60px;
	
}





.icon-1 {
	background:url(../img/icon1.png)no-repeat;
	
	}
	
	.icon-2 {
	background:url(../img/icon2.png)no-repeat;
	
	}
	
	.icon-3 {
	background:url(../img/icon3.png)no-repeat;
	
	}
	
	.icon-4 {
	background:url(../img/icon4.png)no-repeat;
	
	}
	
	.icon-5 {
	background:url(../img/icon5.png)no-repeat;
	
	}
	
	.icon-6 {
	background:url(../img/icon6.png)no-repeat;
	
	}
	
	.icon-7 {
	background:url(../img/icon7.png)no-repeat;
	
	}
	
	.icon-8 {
	background:url(../img/icon8.png)no-repeat;
	
	}
	
.website-badges{
	
	width:670px;
	float:right;
	margin-left:0px;
	
	
}

.website-badges h3 {
	
	color:#44167a;
	font-size:33px;
	font-weight:300;
	line-height:35px;
	
}
	
.website-badges h4 {
	
	color:#fc9a0b;
	font-size:42px;
	font-weight:700;
	line-height:45px;
	margin-bottom:20px;
	
}

.call-to-action{
	
	padding:40px 0px;
	background:#fff;
	text-align:center;
	
}
.call-to-action	h5 {
	
		color:#000;
	font-size:45px;
	font-weight:300;
	line-height:50px;
	
	
}
.ctc-phone-number {
	
	color:#000;
	font-size:26px;
	font-weight:300;
	margin-top:40px;

}
.ctc-phone-number span{
	
	color:#fca110;
	font-size:37px;
	font-weight:600;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);

}
.footer-column-last {
	
		float:left;
	width: 188px;
	margin-right:0px;
	
}

.footer-column{
	
	float:left;
	width: 225px;
	margin-right:15px;
	
}

.footer-column h6, .footer-column-last h6 {
	
	color:#fca717;
	font-size:18px;
	font-weight:500;
	margin-bottom:10px;
	
}

.footer-column ul {
	
	list-style-type:none;
	
}

.footer-column ul  li  a{
	
	font-size:16px;
	color:#fff;
	
	
}
.footer-column ul  li {
line-height: 22px;

}

.footer-column-last p {
	font-size:16px;
	color:#fff;
	line-height:18px;
	margin-top:15px;
	
	
}

.logo {
	
	margin-top: 20px;
	
}

.inner-header-top {
	
	background:#1f1f1f;
	
}


.inner-header {
	
	background:url('../img/inner-header.png')no-repeat;
	height:139px;
	text-align:center;
	background-position: center;
}

.inner-header h3 {
	
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	color: #fcac21;
	text-align: center;
	-webkit-text-stroke: 2px #ba600f;
	letter-spacing:1px;
	padding-top: 13px;

	
	
}

.inner-header h4 {
	
	font-size: 19px;
	color:#fff;
	font-weight:300;
	line-height:25px;
	padding-top:20px;
	
}


.inner-header h5 {
	
	font-size: 21px;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;

	
}
.inner-header h5 span {
	
	color: #fcac21;
font-size: 38px;
font-weight: 700;
-webkit-text-stroke: 2px #ba600f;
	
}

.main-slider-inner {
	
	padding:0px 0px;
	margin-bottom: 0px;
	
}
.hero-left-inner{
	
		background:url('../img/corporate-woman-blog.png')no-repeat;
		height:588px;
		float:left;
		position:relative;
		width: 825px;
		background-position: bottom right;
		border-bottom: 4px solid #44167a;
		border-top:4px solid #44167a;
		
}


.hero-left-inner-apd{
	
		background:url('../img/hero-inner-bg.png')no-repeat;
		height:575px;
		float:left;
		position:relative;
		width: 825px;
		background-position: 25px 15px;
		border-bottom: 4px solid #44167a;
		border-top:4px solid #44167a;
		
}


.hero-left-inner-article{
	
		background:url('../img/hero-inner-bg-2.png')no-repeat;
		height:575px;
		float:left;
		position:relative;
		width: 825px;
		background-position: 15px 5px;
		border-bottom: 4px solid #44167a;
		border-top:4px solid #44167a;
		
}

.hero-left-inner-fiction{
	
		background:url('../img/hero-inner-bg-2.png')no-repeat;
		height:575px;
		float:left;
		position:relative;
		width: 825px;
		background-position: 15px 30px;
		border-bottom: 4px solid #44167a;
		border-top:4px solid #44167a;
		
}

.hero-left-inner-bulk{
	
		background:url('../img/hero-inner-bg-2.png')no-repeat;
		height:575px;
		float:left;
		position:relative;
		width: 825px;
		background-position: 150px 100px;
		border-bottom: 4px solid #44167a;
	background-size: 81%;
	border-top:4px solid #44167a;
		
}

.hero-left-inner-ebook{
	
		background:url('../img/hero-inner-bg.png')no-repeat;
		height:575px;
		float:left;
		position:relative;
		width: 825px;
		background-position: bottom right;
		border-bottom: 4px solid #44167a;
		background-size: 55%;
		border-top:4px solid #44167a;
		
}

.hero-left-inner-web{
	
		background:url('../img/hero-inner-bg-2.png')no-repeat;
		height:575px;
		float:left;
		position:relative;
		width: 825px;
		background-position: 75px 20px;
		border-bottom: 4px solid #44167a;
		background-size: 90%;
		border-top:4px solid #44167a;
		
}





.para-text-landing{
    float: left;
    width: 540px;
}

.para-text-book{
    float: left;
    width: 530px;
}

.para-text-blog {
    float: left;
    width: 500px;
}

.para-text-bulk {
float: left;
width: 630px;
}

.para-text-ebook {
float: left;
width: 100%;
padding-right:15px;
}


.para-text-web {
float: left;
width: 550px;
}











.main-heading {
	
	font-size:36px;
	color:#44167a;
	line-height:40px;
	font-weight:500;
	margin-bottom:20px;
	margin-top: 15px;
	
	
}

.hero-text p {
	
	color:#000;
	font-size:17px;

	
}
.para-text {
	
	
		float:left;
	width: 498px;
}

.para-text-article {
	
	
	float: left;
	width: 520px;
}


.services-list ul li {
	
	background: url('../img/list-icon.png') no-repeat;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	padding-left: 30px;
	line-height: 30px;
	background-position: 0px 4px;
	
	
}
.services-list ul li span {
	
	font-weight:bold;
	
}

.ready-to-start-inner {
	
    margin-top: 40px;
}
.apd-inner {
	
	
	margin-top: 45px;
	
}


.ready-to-start-inner span {
    color: #000000;
    font-size: 29px;
    font-weight: 400;
}

.ready-to-start-inner a {
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    background: #fca717;
    border: 1px solid #eb8110;
    padding: 8px 17px;	    margin-left: 8px;
}


.hero-right-inner {
    float: right;
    width: 345px;
    background: #44167a;
    height: 588px;
}	

.inner-page-left {
	
	float:left;
	width:805px;

}


.custom-packages {
	
		border:1px solid #d8d8d8;
		padding: 20px 20px 0px;
		margin-bottom:30px;
		
	
	
}


.inner-page-left h2 {
	
	font-size: 32px;
	color: #330f6c;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 20px;

	
}


.inner-page-left h2 {
	
	font-size: 32px;
	color: #330f6c;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 20px;

}


.inner-page-left p {
	
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;


}


.main-page-content {
	
	margin-bottom:0px;
	margin-top:-20px;
}

.package-box {
	
	border:1px solid #213764;
	background:#f4f4f4;
	padding:10px;
	margin-bottom:30px;
	
}
.packeage-heading {
	
	font-size:16px;
	color:#000;
	font-weight:500;
	padding-bottom: 8px;
	
}

.packeage-heading span {
	
	font-size:30px;
	color:#000;
	font-weight:700;
	
}

.packeage-price {
	
	background:#44167a;
	text-align:center;
	color:#fca717;
	font-size:50px;
	font-weight:400;
	margin:0px -10px;
	line-height:60px;
	padding: 5px 0px;
	
}
.packeage-price span {
	
    color: #fff;
	
}

.packeage-specification ul {
margin: 10px 0px 10px;
}

.packeage-specification li  {
	
	background: url('../img/package-list-icon.png') no-repeat;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding-left: 22px;
	line-height: 23px;
	background-position: 0px 4px;
	
}
.packeage-specification li  span{
	
	font-weight:600;
	
}

.order-btn {
	
	text-align:center;
	margin:20px 0px 10px;

	
}


.order-btn a {
	
	
background: #fca717;
font-size: 16px;
font-weight: 400;
color: #fff;
padding: 4px 22px;
text-align: center;
border: 1px solid #eb8110;
	
}



.monthly-packeage-heading {
	
	font-size:18px;
	color:#000;
	font-weight:500;
	padding-bottom: 8px;
	text-align:center;
	
}

.monthly-packeage-heading  span {
	
	font-size:30px;
	color:#000;
	font-weight:700;
	
}

.monthly-packeage-price {
    background: #330f6c;
    text-align: center;
    color: #fca717;
    font-size: 45px;
    font-weight: 400;
    margin: 0px -10px;
    line-height: 60px;
    padding: 5px 5px;
	text-align:right;
}
.monthly-packeage-price span {
    color: #fff;
    font-size: 27px;
    vertical-align: super;
}

.discount-offer {
	font-size: 13px;
	color: #000;
	background: #fca717;
	line-height: 12px;
	float: right;
	text-align: center;
	font-weight: 900;
	border-radius: 50%;
	padding: 6px;
	position: relative;
	margin-top: 5px;
	margin-bottom: -15px;
	
}
.cut-price {
	
	float: left;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	margin-top: 5px;
	
	
}

.custom-order-form {
	
margin: 0px auto;
display: block;
width: 330px;
	
}

.custom-order-form .text{
	
	color:#000000;
	font-size:15px;
	float:left;
	
}

.custom-order-form .text-order{
	
	color:#44167a;
	font-size:22px;
	display:inline;
	
}

.quantity-box input{
	float:right;
	width:180px;
	height:28px;
	border:1px solid #9e9e9e;
	padding: 0px 5px;
	margin-left: 20px;
	margin-bottom:15px;
	
	
}

.words-count select {
	float:right;
	width:180px;
	height:28px;
	border:1px solid #9e9e9e;
	padding: 0px 5px;
	margin-left: 20px;
	margin-bottom:15px;
	
	
}

.delivery-status select {
		float:right;
	width:180px;
	height:28px;
	border:1px solid #9e9e9e;
	padding: 0px 5px;
	margin-left: 20px;
	margin-bottom:15px;
	
	
}

.timedays {
	float:right;
	width:180px;
	padding: 0px 5px;
	margin-left: 20px;
	margin-bottom:15px;
	
	
}

.custom-pricing {
	
	color:#fca717;
	font-size:37px;
	font-weight:500;
	margin-left:20px;
	
}
.order-total {
	
	text-align: center;
	
}

.custom-order-btn {
    text-align: center;
    margin: 20px 0px 20px;
}

.custom-order-btn a {
    background: #fca717;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    padding: 7px 32px;
    text-align: center;
    border: 1px solid #eb8110;
}

.ctc-phone-number-inner {
	
	color: #000;
	font-size: 26px;
	font-weight: 300;
	margin: 60px 0px 40px;
	text-align:center;
	
}

.ctc-phone-number-inner span {
    color: #fca110;
    font-size: 37px;
    font-weight: 600;
}


	.inner-page-right {
	
	float: left;
	width: 345px;
	margin-right: 20px;
	position: sticky;
	position: -webkit-sticky;
	top: 200px;
	
}


.sidebar-widget {
	
	background:#f5f5f5;
	border:1px solid #d8d8d8;
	padding:22px;
	margin-bottom:30px;
	
	
}
.sidebar-widget h4 
{
	
	color:#44167a;
	font-size:24px;
	font-weight:500;
	line-height:30px;
	margin-bottom:10px;
}


.sidebar-widget p
{
	
	color:#000;
	font-size:15px;
	line-height:20px;
}
.badges {
	
	margin:0px auto;
	display:block;
	
}
.samples-list  {
	margin-bottom:13px;
	
}

.samples-list .heading {
	    color: #000;    font-size: 15px;    font-weight: 500;    float: left;    width: 100%;    line-height: 17px;
	
}

.samples-link {
	
	float:right;
	font-size:15px;
	font-weight:400;
	color:#2770b4;
	
}

.page-samples {
	
	    margin-bottom: 5px;    margin-top: 15px;
	
}
.step-icon {
	
	padding: 10px 0px;
	
	
}

.step-text {
	
	font-size: 15px;
	margin-left: 0px;
	float: right;
	width: 220px;
	margin-top:20px;
	line-height:18px;
	
}
.how-it-works {
	border-bottom:1px solid #555555;

}
.last-step {
	
		border-bottom:0px solid #555555;
	
}
.slide-image img {
	
	width:108px;
	height:108px;
	border-radius:50%;
	
}
.order-thanks {
	
	padding:40px 0px;

	
}

.order-thanks img {
	
		margin:0px auto;
	display:block;
	
}
.heading3 {
	
	color:#330f6c;
	font-size:22px;
	font-weight:600;
	
}
.modal-body h4 {
	
	background:#44167a;
	color:#fff;
	font-size:25px;
	padding:10px;
	
	
}

.icon-orderpage{
	width:41px;
	height:34px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	vertical-align: middle;
	margin-right:0;
}
.icon-file{
	background-image:url(../images/file.png);
}
.icon-blog{
	background-image:url(../images/paper.png);
}
.icon-document{
	background-image:url(../images/document.png);	
}
.icon-sales{
	background-image:url(../images/salespages.png);	
}
.icon-webcopy{
	background-image:url(../images/content.png);	
}
.icon-product{
	background-image:url(../images/product.png);	
}
.icon-landing{
	background-image:url(../images/blog.png);	
}
.icon-blogmanagement{
	background-image:url(../images/bloger.png);	
}
.icon-ebook{
	background-image:url(../images/ebook.png);	
}
.icon-email{
	background-image:url(../images/email.png);	
}
.icon-amazon{
	background-image:url(../images/amazon.png);	
}
.icon-bulk{
	background-image:url(../images/bulkorder.png);	
}
#servicespopup ul {
	padding:20px;
}
#servicespopup h5{
	font-size:27px;
	font-weight: 300;
	padding:20px;
	color:#000000;
	padding-top:0;
}
#servicespopup h5 span.orange{
	color:#fca110;
	font-size:31px;
	font-weight: 400;
}
#servicespopup .close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
}
img.popupninja {
    position: absolute;
    right: -85px;
    max-width: 170px;
    bottom: 0;
}



    .bx-prev {
        position: absolute;
        width: 40px;
        height: 40px;
        margin: 0 !important;
        margin-top: 0px;
        top: 220px!important;
        margin-top: -20px !important;
        text-align: center;
        background: none !important;
        color: #ffffff !important;
        font-size: 35px !important;
        line-height: 38px;
        padding: 0 !important;
        border: 0px solid #ffffff;
        opacity: 1;
        transition: all 500ms ease 0s;
		left: 20px;
    }

    .bx-next {
        position: absolute;
        width: 40px;
        height: 40px;
        margin: 0 !important;
        margin-top: 0px;
        top: 220px!important;
        margin-top: -20px !important;
        text-align: center;
        background: none !important;
        color: #ffffff !important;
        font-size: 35px !important;
        line-height: 38px;
        padding: 0 !important;
        border: 0px solid #ffffff;
        opacity: 1;
        transition: all 500ms ease 0s;
        right: 20px;
    }

    div#flip {
	    background: url(../images/toggle-icon.png);
	    width: 30px;
	    height: 30px;
	    background-size: cover;
	    position: absolute;
	    bottom: 20px;
	    right: 20px;
	    z-index: 99999999999;
	    cursor: pointer;
	    transition: all 0.5s;
	}
	
	.rotate {
	    transform: rotate(180deg);
	    transition: all 0.5s;
	}
	#panel {
	    height: auto;
	    padding-bottom: 15px;
	}
	.blackbg{
		background:#1f1f1f;
	}
.captcha-number {
	
	float: left;
	
}

.call-banner  {
	
    font-size: 21px;
    font-weight: 400;
    color: #000;
	margin: 40px 0 15px 135px;
	text-align: center;
	
}
.call-banner span {

   color:#fcac21;
    font-size: 30px;
    font-weight: 700;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
	}
	
/** Contact Page **/


.contact-page-form  {
	
	width:735px;
	margin:20px auto;
	padding:0px;
	
	
}
.contact-page-form-inner {
	
	padding:0px 30px;
		border:1px solid #cacaca;
		border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;
			    padding-bottom: 20px;
	
}

.contact-page-form h1 {
	
    color: #fff;
    font-size: 25px;
    padding: 14px 15px;
    background: #44167a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	
}

.contact-details  {
	
	background:url(../img/contact-page-bg.png)no-repeat;
	background-position: 485px 0px;
    background-size: 30%;
	
}

.contact-toll-free, .contact-live-chat, .contact-email {
	
	color: #000;
    font-size: 22px;
	
}
.contact-toll-free {
	
	background:url(../img/phone-icon1.png)no-repeat;
	padding-left: 40px;
    background-position: 0px 0px;
	border-bottom:1px solid #b8b09b;
	margin:10px 0px;
	line-height: 30px;
    padding-bottom: 10px;
	width:70%;
	
}
.contact-toll-free span {
	color: #fca110;
    font-size: 30px;
	
	
}

.contact-live-chat {
	
	background:url(../img/chat.png)no-repeat;
	padding-left: 40px;
    background-position: 0px 0px;
	border-bottom:1px solid #b8b09b;
	margin:10px 0px;
	line-height: 30px;
    padding-bottom: 10px;
	width:70%;
	
}

.contact-live-chat span {
	color: #000;
    font-size: 18px;
	
	
}

.contact-email {
	
	background:url(../img/mail.png)no-repeat;
	padding-left: 40px;
    background-position: 0px 0px;
	margin:10px 0px;
	line-height: 30px;
    padding-bottom: 10px;
	width:70%;
	
}

.contact-email span {
	color: #000;
    font-size: 18px;
	
	
}

.top-form-heading {
	
    background: url(../img/arrow.png)no-repeat;
    padding-left: 22px;
    font-size: 16px;
    color: #000000;
    border-bottom: 1px solid #b8b09b;
    margin-bottom: 20px;
    padding-bottom: 7px;
	
}
.contact-page-form-inner form {

    margin: 0px 0px;}
.bottom-form {
	
	    margin-top: 50px;
	
}

.contact-page-form-inner label {
	
	font-size:16px;
	font-weight:400;
	    font-size: 16px;
    font-weight: 400;
    float: left;
    width: 160px;
	
}

.contact-page-form-inner input[type=text], .contact-page-form-inner input[type=email], .contact-page-form-inner select , .contact-page-form-inner textarea {
	
	float: left;
    width: 370px;
	height:37px;
	border:1px solid #a7a7a7;
	border-radius:5px;
	padding:
	
	
}
.contact-page-form-inner textarea {
	
	height:135px;
	
}
.form-code-ct {
	
	width: 115px!important;
	
}
.bottom-form {
	
	    margin-top: 40px;
	
}
.code2 {
	
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-left: 15px;
	
}
/**Contact Page End **/




#enquirypopup .modal-dialog {
    width: 400px;
    padding: 0px ;
    position: relative;
}

#enquirypopup .modal-dialog {
    width: 1060px;
    padding: 0px ;
    position: relative;
}
.custom-modal-header {
    text-align: center;
}

#enquirypopup .modal-dialog .close {
    z-index: 99999999;
    color: #fff;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    top: 4px;
    right: 6px;
    position: absolute;
    opacity: 1;
}

#enquirypopup .modal-content {
	
	border:0px solid #000;
	
	
}
#enquirypopup  .modal-header {
	
		border:0px solid #000;
	
}
#enquirypopup .modal-content {
	background: transparent;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .5);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .5);
}

#enquirypopup .modal-dialog {
	
	top: 5%;
	
}

.ys-popup-content .popup-heading{
    color: #f29b12;
    font-size: 30px;
    margin-bottom: 0px;
}
.ys-popup-content h5 {
	
    color: #fff;
    font-size: 25px;

	
	
}
.ys-popup-content{
	padding-top:0;
	padding-bottom:0;
}
.ys-popup-content h6 {
	
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
	    margin-bottom: 10px;
	
	
}

.modal-backdrop.in {
	filter: alpha(opacity=90);
	    opacity: 0.9;
	
}
.free-trial {
	
	color:#fca110;
	
}

.popup-form {
	
	    margin: 0px 14px;
    background: #44167a;
  padding: 20px 5px;
	
}


.ys-popup-content iframe{
    overflow:hidden!important;
}
.client-signature {
	
	color: #fff;
    font-size: 17px;
    font-weight: 300;
	    line-height: 1.6em;
	 float: left;
    width: 200px;
}
.testtimonial-bottom {
    float: right;}
	
	   .client-logo{
	float: left;
    width: 100px;
		   
	   }
	.client-logo img {
	       width: 100px;
    border-radius: 50%;

}



/*SHAKE 

.shake-horizontal {
  display: inherit;
  transform-origin: center center; }

.shake-freeze,
.shake-constant.shake-constant--hover:hover,
.shake-trigger:hover .shake-constant.shake-constant--hover {
  animation-play-state: paused; }

.shake-freeze:hover,
.shake-trigger:hover .shake-freeze, .shake-horizontal:hover,
.shake-trigger:hover .shake-horizontal {
  animation-play-state: running;
   animation: move 5s infinite;

  }

@keyframes shake-horizontal {
  2% {
    transform: translate(-8px, 0) rotate(0); }
  4% {
    transform: translate(1px, 0) rotate(0); }
  6% {
    transform: translate(-9px, 0) rotate(0); }
  8% {
    transform: translate(-8px, 0) rotate(0); }
  10% {
    transform: translate(1px, 0) rotate(0); }
  12% {
    transform: translate(-4px, 0) rotate(0); }
  14% {
    transform: translate(7px, 0) rotate(0); }
  16% {
    transform: translate(-5px, 0) rotate(0); }
  18% {
    transform: translate(9px, 0) rotate(0); }
  20% {
    transform: translate(6px, 0) rotate(0); }
  22% {
    transform: translate(6px, 0) rotate(0); }
  24% {
    transform: translate(-7px, 0) rotate(0); }
  26% {
    transform: translate(-3px, 0) rotate(0); }
  28% {
    transform: translate(-2px, 0) rotate(0); }
  30% {
    transform: translate(-2px, 0) rotate(0); }
  32% {
    transform: translate(1px, 0) rotate(0); }
  34% {
    transform: translate(0px, 0) rotate(0); }
  36% {
    transform: translate(-3px, 0) rotate(0); }
  38% {
    transform: translate(-3px, 0) rotate(0); }
  40% {
    transform: translate(2px, 0) rotate(0); }
  42% {
    transform: translate(-6px, 0) rotate(0); }
  44% {
    transform: translate(7px, 0) rotate(0); }
  46% {
    transform: translate(4px, 0) rotate(0); }
  48% {
    transform: translate(-2px, 0) rotate(0); }
  50% {
    transform: translate(0, 0) rotate(0); }
 
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-horizontal:hover,
.shake-trigger:hover .shake-horizontal, .shake-horizontal.shake-freeze, .shake-horizontal.shake-constant {
  animation-name: shake-horizontal;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }
  
.shake {
  display: inherit;
  transform-origin: center center; }

.shake-freeze,
.shake-constant.shake-constant--hover:hover,
.shake-trigger:hover .shake-constant.shake-constant--hover {
  animation-play-state: paused; }

.shake-freeze:hover,
.shake-trigger:hover .shake-freeze, .shake:hover,
.shake-trigger:hover .shake {
  animation-play-state: running;
 animation: move 5s infinite;  }

@keyframes shake {
  2% {
    transform: translate(0.5px, 2.5px) rotate(1.5deg); }
  4% {
    transform: translate(0.5px, -1.5px) rotate(0.5deg); }
  6% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
  8% {
    transform: translate(2.5px, -0.5px) rotate(0.5deg); }
  10% {
    transform: translate(2.5px, 1.5px) rotate(0.5deg); }
  12% {
    transform: translate(2.5px, -0.5px) rotate(0.5deg); }
  14% {
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg); }
  16% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg); }
  18% {
    transform: translate(-0.5px, 2.5px) rotate(1.5deg); }
  20% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg); }
  22% {
    transform: translate(2.5px, -1.5px) rotate(0.5deg); }
  24% {
    transform: translate(0.5px, -1.5px) rotate(-0.5deg); }
  26% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
  28% {
    transform: translate(-1.5px, -0.5px) rotate(1.5deg); }
  30% {
    transform: translate(-0.5px, -0.5px) rotate(1.5deg); }
  32% {
    transform: translate(-0.5px, -0.5px) rotate(-0.5deg); }
  34% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg); }
  36% {
    transform: translate(-1.5px, 1.5px) rotate(1.5deg); }
  38% {
    transform: translate(2.5px, 1.5px) rotate(1.5deg); }
  40% {
    transform: translate(1.5px, -1.5px) rotate(0.5deg); }
  42% {
    transform: translate(1.5px, -1.5px) rotate(1.5deg); }
  44% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg); }
  46% {
    transform: translate(1.5px, -1.5px) rotate(0.5deg); }
  48% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg); }
  50% {
    transform: translate(0, 0) rotate(0); }
 
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake:hover,
.shake-trigger:hover .shake, .shake.shake-freeze, .shake.shake-constant {
  animation-name: shake;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }
  
End Shake */

.order-container {
	
	position: relative;
max-width: 970px;
padding: 0px 15px;
margin: 0 auto;
	
}

.order-page-inner {
	
	border:1px solid #cacaca;
	border-radius:5px;
	
}
.order-top {
background: #44167a;
margin: 0px -15px;
padding: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;


}
.dt-heading {
	
	text-align: center;
margin: 20px 0px;
 color:#44167a;
}

.row {
margin:0px;

}
.order-footer {
	
	background: #44167a;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	padding: 20px 0px;
}
.form-table {
padding: 20px;}

.form-table h6 {
	
	background:url('../img/right-arrow.png')no-repeat;
	color: #000000;
	font-size: 16px;
	border-bottom: 1px solid #b8b09b;
	padding-left: 20px;
	background-position: 0px 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	
}
.enter-field label {
	
	float: left;
	font-weight: 400;
	font-size: 16px;
	width: 15%;
	padding: 13px 0px;
	
}
.order-details-heading {
	
	margin-top:20px;
	margin-bottom: 10px !important;
	
}
.enter-field .form-control  {
	
	float: left;
	width:70%;
		border: 1px solid #a7a7a7;
	padding: 10px;
	height: 50px;
}
.enter-field {
	
	margin-bottom: 25px;

	
}
.form-table p {
margin-bottom: 25px;}
.title-dt {
	
	float: left;

font-size: 13px;
	
}
.red{
	color:#f02e1a;
	
}
.order-captcha-field {
	
	width: 18%!important;
	
}
#lblCaptcha{
	
	
	font-size: 31px;
	font-weight: 400;
	line-height: 52px;
}
.order-upload-file {
		float: left;
	width:70%;
	margin-top: 10px;
	
}
.form-table .aspNetDisabled {
	
		float: left;
	width:70%;
		border: 1px solid #a7a7a7;
	padding: 10px;
	height: 50px;
	border-radius: 5px;
	
}

.login-button-email-duplicate {
	margin: 0px auto;
	display: block;
	width: 50%;
	margin-bottom: 35px;

}
.login-button-email-duplicate #btnLogin {
	color: #ffffff;
	background: #fca717;
	border: 1px solid #eb8110;
	padding: 10px 40px;
	font-size: 16px;
	text-align: center;

}

.login-button-email-duplicate #LinkButton1 {
	
	color: #ffffff;
	background: #fca717;
	border: 1px solid #eb8110;
	padding: 10px 40px;
	font-size: 16px;
	text-align: center;
	margin-left:10px;
}

.n-success {
	
	top: 12px;

position: relative;

text-align: center;

left: 22px;

font-size: 20px;

color: red;
	
}
.popup-form-6 {
	
	float:left;
	width:48%;
	    margin-left: 5px;
	
}
.popup-form-6-left {
width: 49%;

	    margin-left: 5px;
			float:left;
}
.popup-row {
margin: 0px 5px;}

.popup-form p {
margin: 0 0 5px;}

.ys-popup-content img {
	width: auto;
    height: 405px;
	
	}

	.ys-popup-content .row{
		margin-right: -15px;
		margin-left: -15px;
	}
	
.terms-conditions {
	
	color: #000000;
	font-size: 13px;
	margin-top: 25px;
	margin-left: 340px;
	
}
.blog-top-text{
	
	background:#fca110;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	height: 184px;
}

.home-top-text-inner{
	
	background:#fca110;
	padding: 30px 0px;
}

.heading-text {
	
	
	margin: 0px auto;
	width: 670px;
	padding: 20px 0px;
	
}
.heading-text-left {
	
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	float: left;
	width: 410px;
	line-height: 48px;
	
}
.heading-text-left span {
	
	color:#000;
	font-size:12px;
	font-weight:400;
	display:block;
	
}

.heading-text-right {
	float: left;
	width: 260px;
	text-align: center;
	padding-top: 10px;
	
} 
.heading-text-right p {
	
	color:#fff;
	text-align:center;
	font-size:17px;
	font-weight:400;
	line-height: 20px;
	margin-top: 15px;
	
}
.heading-text-right p span{
	
	font-weight:600;
}
.ribbon-image {
	
	position: absolute;
margin-top: -142px;
margin-left: 440px;
	
}
.tab-pane {
	
	border: 1px solid #d8d8d8;
	border-top: 0px solid #d8d8d8;
	padding:20px;
	
}
.tabs {
	
	margin:50px 0px 25px;
	
}
.tabs h3 {
	
	color:#330f6c;
	font-size:24px;
	font-weight:500;
	
}

.tabs p {
	
	color:#000000;
	font-size:15px;
	font-weight:400;
	
}
.tabs img {
	
	margin:0px auto;
	display:block;
	
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.tabs .row {
margin-bottom: 25px;}

 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #fca717;
		margin-bottom:15px;
    }

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

    .panel-title {
       color:#44167a;
	   font-size:20px;
	   font-weight:500;
    }

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

    .more-less {
        float: right;
        color: #fca717;
		font-size:16px;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
.sample-image {
	max-width: 100%;
	border: 1px solid #eee;
	padding:5px;
	-webkit-box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.4);
box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.4);
	
}
.inner-page-right img {
	
	max-width: 100%;
	
}
#samples p  {
	
font-size:17px;	
	
}
.samples-list-new {
	
	margin:0px;
	list-style-type:none;
	padding:0px;
	
}
.samples-list-new li {
	
	float:left;
	width:18.5%;
	margin-right: 15px;
	
}
.samples-list-new li:last-child {
	
		margin-right: 0px;
}