*,
*::before,
*::after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul
{
	list-style:none;
}
a
{
	color:#000;
}
a:hover,a:focus
{
 	outline: none;
 	text-decoration:underline;
 	border:none;
 	color:#DF3E8D;
}
p
{
	padding-bottom:5px;
}
li
{
	padding-top:4px;
}

/* For Page Scroll Animation */

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.animated
{
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-ms-animation-duration: 5s;
	animation-duration: 5s;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fadein
{
	-webkit-animation-name: fadein;
	-ms-animation-name: fadein;
	-moz-animation-name: fadein;
	animation-name: fadein;

	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.myhidden
{
	 opacity: 0;
}
.myvisible
{
	opacity:1;
}

/* Page Animation End */


.link-purple
{
	color: #682073;
	text-decoration: none !important;
}
.link-purple:hover,.link-purple:focus,.link-purple:active
{
	color: #682073;
	text-decoration: underline !important;
}
.inner_page_wrapper
{
	background-color:#f1f1f1;
	width:100%;
}
.inner_page_container
{
	background-color:#ffffff;
}
.section_heading
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
    	font-size: 36px;
	font-weight: 600;
	color: #444;
}
.navbar-nav a
{
	padding:10px !important;
	text-decoration:none !important;
}
.navbar-nav a:hover
{
	background-color:#6B1C74 !important;
	border-radius:5px 25px;
	color:#fff !important;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	
}
.banner
{
	height:420px;
}
.banner_text
{

	height:420px;
	padding:35px 0px;
	color:#fff;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	font-family:Arial;
}
.banner_text h1
{
	font-size: 60px;
	font-weight:700;
}
.banner_text h2
{
	font-size: 40px;
	font-weight:700;
}
.banner_text p
{
	font-size: 18px;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000000;
}
.banner_btn
{
	min-height: 0px;
	background-color: #682073;
    	border-color: #7f3a9a;
    	color: #fff !important;
	min-width: 210px;
	line-height: 25px;
	border-width: 1px;
	margin: 10px 0px;
	padding: 17px 12px;
	letter-spacing: 0px;
	font-size: 18px;
	border-radius:0px;
}
.banner_btn:hover,.banner_btn:focus
{
	background-color: #7F3A9A;
	border-color: #7f3a9a;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.scrollToTop
{
	bottom: 10px;
	display: none;
	opacity: 0.6;
	position: fixed;
	right: 20px;
	z-index: 1;
}
.scrollToTop:hover
{
	bottom: 10px;
	display: none;
	opacity: 1;
	position: fixed;
	right: 20px;
	z-index: 1;
}

/* EVALUATION section */

.evaluation_head
{
	font-size: 20px;
	color:#666;
	line-height: 2;
}
.evaluation_section
{
	padding:50px 0px;
	color: #666666;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom:50px;
}
.evaluation_para
{
	padding:5px;
	font-size: 14px;
	line-height: 1.7;

	margin-bottom: 10px;
	color: #666;
}
.evaluation_section h2
{
	color: #666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 22px;
	line-height: 1.42857;
}
.separator::after
{
	background: #682072 none repeat scroll 0 0;
	content: "";
	height: 5px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 30px;
}
.separator
{
	background-color: #cccccc;
	border: 1px solid #cccccc;
	display: block;
	height: 5px;
	margin: 15px auto;
	position: relative;
	width: 60px;
	margin-bottom:30px;
}
.img-top-purple
{
    border-top: 7px solid #682072;
}
.space
{
    padding-bottom: 20px;
    padding-top: 20px;
}
/* EVALUATION section Ends */

/* RENEW section */

.renew_section
{
	padding:20px 0px;
	background:url(../images/slider-1-bg.jpg) no-repeat center center scroll;
	margin-bottom:15px;
}
.renew_section h1
{
	font-size: 38px;
	font-weight: 800;
	color:#fff;
	padding-top: 15px;
}

/* RENEW section Ends */

/* WHYOLT section */

.why_head
{
	 font-size: 20px;
	 color:#666;
	 line-height: 2;
	 font-weight: 400;
}
.whyolt_section
{
	color: #666666;
	padding:50px 0px;
    	line-height: 1.4;
   	margin-bottom: 50px;
}
.why_para
{
	padding:15px;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}
.why_tab_head
{
	font-size: 14px;
}
.nav-tabs
{
	margin: 0;
	padding: 0;
	border: 0;
}
.nav-tabs > li
{	
	float:left;
	margin-bottom: -1px;
}
.nav-tabs > li > a
{
	background: #FFFFFF;
	border-radius: 0;
}
.nav-tabs > li.active > a
{
	background: #f1f1f1;
}
.nav-tabs > li.active > a:hover
{
	background: #f1f1f1;
}
.nav-tabs > li.active > a:focus
{
	background: #f1f1f1;
}
.tab-pane
{
	background: #f1f1f1;
	border-radius: 0;
	text-align: center;
	padding: 10px;
}
.border_right_pink
{
	border-right:3px solid #682073;
}
.btn_pink
{
	background-color: #682073;
	border-color: #7f3a9a;
	color: #fff;
	padding:10px 15px;
	font-weight:500;
	border-radius: 0;
}
.btn_pink:hover,.btn_pink:active,.btn_pink:focus
{
	background-color: #7f3a9a;
	border-color: #7f3a9a;
	color: #ffffff;
	padding:10px 15px;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}


/* WHYOLT section Ends */

/* SERVICE section */

.service_section
{
	background:url('../images/banner_woman.jpg') no-repeat center center scroll;
	margin-bottom:30px;
	height:400px;
	background-color:#F1EEF5;
}
.service_bg
{
	padding-top:35px;
}
.service_section h1
{
	font-size: 58px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	text-shadow:2px 2px 2px #F0EFF5;
	font-weight: 600;
	color:#343434;
}
.service_section h2
{
	font-size: 38px;
	font-weight: 600;
	color:#343434;
}
.service_section h3
{
	font-size: 24px;
	font-weight: 500;
	color:#343434;
}

/* SERVICE section End*/

/* PRICING section */

.pricing_section
{
	padding:50px 0px;
	margin-bottom:30px;
}

.pricing_section h4
{
	font-weight: 700;
	color: #343434;
	margin-top:20px;
	margin-bottom:20px;
}
.pricing_section p
{
	margin-top:20px;
	font-size: 14px;
	font-weight: 500;
	line-height:1.4;
}
.pricing_box
{
	height: 440px;
	border:1px solid #d9d9d9;
}
.pricing_box_head
{
	font-size: 16px;
	white-space: nowrap;
}
.hr_line
{
	background-color: #cccccc;
	border: 1px solid #cccccc;
	display: block;
	height: 3px;
	margin: 15px auto;
	position: relative;
	width: 80%;
	margin-top:20px;
	margin-bottom:20px;
}
.btn-gray
{
	background-color: #666;
	border-color: #666;
	color: #fff;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	padding:10px 12px;
	font-weight:600;

}
.btn-gray:hover,.btn-gray:active,.btn-gray:focus
{
	background-color: #6B1C74;
	border-color: #6B1C74;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.thumbnail
{
	position:relative;
	overflow:hidden;
}
.caption
{
	position:absolute;
	bottom:83px;
	right:0;
	background:rgba(54, 52, 63, 0.95);
	width:100%;
	height:82%;
	padding:2%;
	display: none;
	color:#fff !important;
	z-index:2;
}
.caption_padd
{
	padding:10px 5px !important;
}
.caption_head
{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.caption_learn
{
	font-size:12px;
	color:#fff;
	display:block;
}
.caption a:hover,.caption a:focus,.caption a:active
{
	color:#fff;
}
.caption li
{
	padding:3px;
}
.caption_ul_padding
{
	list-style-image:url('../images/list_img.gif');
	font-size:12px;
}
.pricing_line1,.pricing_line2
{
	height:7px;
}

/* PRICING section Ends*/

/* TAX FORUM section */

.taxforum_section
{
	background:url('../images/capture.jpg');
	background-repeat:no-repeat;
	background-position: top left;
	margin-bottom:30px;
	height:420px;
}
.taxforum_head
{
	 font-size: 20px;
	 line-height: 2.0;
	 font-weight: 400;
}
.taxforum_cnty
{
	 font-size: 14px;
	 line-height: 1.7;
	 font-weight: 600;
}
.taxforum_transparent
{
    background: rgba(107, 116, 123, 0.2) none repeat scroll 0 0;
    border: 2px solid #7F3A9A;
    font-size: 16px;
    padding: 10px 42px;

}
.taxforum_transparent:hover,.taxforum_transparent:active,.taxforum_transparent:focus
{
	color:#fff;
	background:rgba(119, 43, 136,0.8);
}

/* SERVICE section End*/

/* FEATURES section*/

#features_carousel .cloud9-item, #buttons button
{
	cursor: pointer;
}
.cloud9-item
{
	width:300px;
	text-align:center;
}
#buttons
{
	text-align:right;
	padding-right:10px;
}
.features_section
{
	background-size:cover;
	padding:5px 0px 50px 0px;
    	line-height: 1.4;
}
#features_carousel
{
	height:500px;
	width:100%;
}
.feature_image
{
	width:200px;
}
.features_thumb
{
    	padding: 20px 5px;
}
.features-sub-heading
{
	font-weight:600;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 22px;
	line-height: 1.42857;
}
.feature_secure
{
	color:#2ad52a;
}
.feature_pack
{
	color:#00b1bb;
}
.feature_client
{
	color:#31b0d5;
}
.feature_multi
{
	color:#e25099;
}
.feature_price
{
	color:#feb741;
}
.features-content
{
	color: #555;
	font-size:14px;
	line-height: 1.4;
}

/* FEATURES section Ends*/

/* PRO FEATURES section*/

.pro_features_section {
	background: url('../images/2.jpg') repeat scroll;
	padding:25px 0px 15px 0px;
    	line-height: 1.4;
}
.pro_features_heading {
	font-family:Verdana,Arial,Helvetica,sans-serif;
    	font-size: 28px;
	font-weight: 600;
	color: #444;
}
.pro_features_container {
	overflow:hidden;
}
.pro_features h5 {
	padding-top:10px;
	font-weight:400;
}
.pro_features p {
	font-size: 14px;
}

/* PRO FEATURES section Ends*/

/* For Media Queries - Medium Devices*/

@media (min-width: 992px) and (max-width: 1200px)
{
	.caption
	{
		bottom:75px;
		height:82%;
	}
	.caption_padd
	{
		padding:10px 3px !important;
	}
	.pricing_box
	{
		height:430px;
	}
	.taxforum_section
	{
		background:urlurl('../images/capture.jpg');
		background-repeat:no-repeat;
		background-position: top left;
		margin-bottom:30px;
		height:420px;
		background-color:#F2F0F5;
	}

}
@media (min-width: 767px) and (max-width: 991px)
{
	.pricing_box
	{
		width: 225px;
		height:450px;
	}
	.pricing_box_head
	{
		font-size: 16px;
	}
	.caption_padd
	{
		padding:10px 3px !important;
	}
	.caption_ul_padding
	{
		padding-left:17px;
	}
	.caption
	{
		bottom:77px;
		height:82%;
	}
	.padd_15_25
	{
		padding:5px 0px;
	}

	.why_head
	{
		 font-size: 20px;
		 line-height: 1.5;
		 font-weight: 400;
	}
	.taxforum_head
	{
		 font-size: 20px;
		 line-height: 1.5;
		 font-weight: 400;
	}
	.feature_image
	{
		width:150px;
	}
	.taxforum_section
	{
		background:url('../images/capture.jpg');
	}
	.taxforum_head
	{
		 font-size: 21px;
		 line-height: 2.0;
		 font-weight: 300;
	}
	.taxforum_transparent
	{
		font-size: 14px;
		padding: 10px 40px;
	}
	.taxforum_cnty
	{
		 font-size: 14px;
		 line-height: 2.0;
		 font-weight: 600;
	}
	.pricing_line1
	{
		height:27px;
	}
}
/* For Mobile Devices */

@media (max-width: 767px)
{
	/* Header Banner */

	.banner
	{
		height:380px;
		background:url(../images/slider_bg.jpg);
	}
	.banner_text
	{
		padding:55px 0px;
		height:380px;
	}
	.banner_text h1
	{
		font-size: 44px;
		font-weight:600;
	}
	.banner_text h2
	{
		font-size: 24px;
		font-weight:700;
	}
	.banner_text p
	{
		font-size: 14px;
		font-weight: 400;
		text-shadow: 1px 1px 1px #000000;
	}
	.banner_btn
	{
		min-height: 0px;
		background-color: #682073;
	    	border-color: #7f3a9a;
	    	color: #fff !important;
		min-width: 210px;
		line-height: 25px;
		border-width: 1px;
		margin: 10px 0px;
		padding: 17px 12px;
		letter-spacing: 0px;
		font-size: 18px;
		border-radius:0px;
	}
	.service_section
	{
		background-image:none;
		background-color:#F2F0F5;
	}
	.caption_padd
	{
		padding:10px 2px !important;
	}
	.caption
	{
		bottom:99px;
		height:75%;
	}
	.evaluation_section
	{
		padding:50px 0px 5px 0px;
	}
	.whyolt_section
	{
		padding:5px 0px 25px 0px;

	}
	.why_head
	{
		 font-size: 18px;
		 line-height: 1.5;
		 font-weight: 300;
	}
	.taxforum_section
	{
		background:url('../images/capture.jpg');
	}
	.taxforum_head
	{
		 font-size: 18px;
		 line-height: 1.5;
		 font-weight: 300;
	}
	.taxforum_transparent
	{
	    font-size: 14px;
	    padding: 10px 35px;
	}
	.taxforum_cnty
	{
		 font-size: 14px;
		 line-height: 1.7;
		 font-weight: 600;
	}
	.why_tab_head
	{
		font-size: 12px;
	}
	.nav-tabs > li a
	{
		padding:10px 7px;
	}
	
	.pro_features p {
		font-size: 12px;
	}
}
@media (max-width: 479px)
{
	.section_heading
	{
		font-family:Verdana,Arial,Helvetica,sans-serif;
	    	font-size: 28px;
		font-weight: 600;
		color: #444;
	}
	.banner_text h1
	{
		font-size: 40px;
		font-weight:600;
	}
	.hidden_small_device
	{
		display:none;
	}
	.pricing_box
	{
		height: 410px;
		border:1px solid #d9d9d9;
	}
	.caption
	{
		bottom:105px;
		height:81%;
	}
	.service_bg
	{
		padding-top:15px;
	}
	.why_tab_head
	{
		font-size: 10px;
	}
	.pro_features p {
		font-size: 12px;
	}
	.taxforum_transparent
	{
	    font-size: 13px;
	    padding: 10px 25px;
	}
	.taxforum_cnty
	{
		 font-size: 12px;
		 line-height: 1.7;
		 font-weight: 600;
	}

}
@media (max-width: 438px)
{
	.pricing_box
	{
		height: 410px;
		border:1px solid #d9d9d9;
	}
	.caption
	{
		bottom:85px;
		height:81%;
	}
}
@media (max-width: 330px)
{
	.pricing_box
	{
		height: 440px;
		border:1px solid #d9d9d9;
	}
	.caption
	{
		bottom:85px;
		height:81%;
	}
}


