/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container {
	width: 1170px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
}
.content_fullwidth.less {
	padding: 0px 0px 90px 0px;
}
.content_fullwidth.less2 {
	padding: 75px 0px 90px 0px;
}
.content_fullwidth.less3 {
	padding: 75px 0px 30px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 50px;
	margin-top:3px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo1.png) no-repeat left top;
}

/* bigger logo? remove below comment */
/*#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 100px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;
	background-size: 100%;
}*/


/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top: 5px;
}

.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
}

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #2a363f;
	font-size: 13px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.top_nav strong {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	margin-right: 10px;
	letter-spacing: 0.3px;
}
.top_nav strong i {
	color: #dadcdd;
	background: #6a7379;
	font-size: 13px;
	width: 22px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
	border-radius: 100%;
	margin-right: 3px;
}
.top_nav .left {
	float: left;
	width: 34%;
	padding: 0px 0px 13px 0px;
}
.top_nav .select-style {
    padding: 0;
    margin: 0;
    width: 100px;
    border-radius: 2px;
    overflow: hidden;
    background-color: #2a363f;
	background: #404a53 url("../images/arrow-down.png") no-repeat 90% 50%;
}
.top_nav .select-style select {
	color: #fff;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
    padding: 4px 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.top_nav .select-style select:focus {
    outline: none;
}
.top_nav .right {
	float: left;
	width: 66%;
	text-align: right;
}
.top_nav ul.tplinks {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	padding-top: 12px;
}
.top_nav .tplinks li {
	float: left;
	padding: 0px;
	margin: 0px 23px 0px 0px;
	letter-spacing: 0.3px;
}
.top_nav .tplinks li img {
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	opacity: 0.4;
}
.top_nav .tplinks li a {
	float: left;
	color: #fff;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .tplinks li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #fff;
	margin-top: 10px;
	padding: 2px 12px 4px 12px;
	background: #4e5760;
	border-radius: 2px;
	margin-left: 10px;
	transition: all 0.3s ease;
}
.tpbut i {
	color: #a0a5a9;
	transition: all 0.3s ease;
}
.tpbut:hover {
	color: #fff;
	background: #eb2f24;
}
.tpbut:hover i {
	color: #fff;
}

.tpbut.two {
	padding: 3px 0px 5px 0px;
	background: none;
	margin-left: 20px;
}


.slidermar {
	margin-top: 108px;
}



/* domain search */
.domain_search {
	float: left;
	width: 100%;
	background: #2a363f;
	font-family: 'Roboto', sans-serif;
}
.domain_search .serch_area {
	float: left;
	width: 100%;
	padding: 60px 0px 45px 0px;
	border-bottom: 1px solid #1d262c;
}
.domain_search .serch_area h5 {
	float: left;
	margin: 14px 12px 0px 0px;
}
.domain_search .serch_area .enter_email_input {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 3px 0px 4px 20px;
	height: 54px;
	width: 55.2%;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 16px;
}
.domain_search .serch_area .input_submit {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 15px 25px 16px 25px;
	background-color: #86c724;
	border: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	margin-left: 12px;
}
.domain_search .serch_area .input_submit:hover {
	color: #86c724;
	cursor: pointer;
	background-color: #fff;
}

.domain_search .offers {
	float: left;
	width: 100%;
	border-top: 1px solid #354049;
}
.domain_search .offers ul {
	float: right;
	padding: 0px;
	margin: 0px;
}
.domain_search .offers li {
	float: left;
	padding: 30px 18px 35px 18px;
	margin: 0px;
	color: #fff;
	font-size: 27px;
	font-weight: 200;
	border-left: 1px solid #1d262c;
}
.domain_search .offers li.last {
	padding-bottom: 30px;
}
.domain_search .offers li p {
	color: #878d93;
	font-size: 12px;
	line-height: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin: 0;
	line-height: 14px;
}



.host_plans {
	float: left;
	width: 100%;
	padding: 100px 0px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.google_aaps{
	padding:50px 0;
	background: #f8f8f8;
	}

.host_plans .planbox {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	height: 972px;
}
.host_plans .planbox .title {
	float: left;
	width: 100%;
	padding: 20px 0px 10px 0px;
}
.host_plans .planbox .prices {
	/* background: #5f686f; */
	display: inline-block;
	margin-bottom: 35px;
	position: relative;
	width: 100%;
	padding: 27px 0px 23px 0px;
	color: #fff;
	height:195px;
}
.prices_clr{
	background:#116edd;
	}
.host_plans .planbox .prices_clr:before {
	border-top: 15px solid #116edd;
	}
.host_plans .planbox .prices_clr_last:before {
	border-top: 15px solid #5f686f;
	}
.host_plans .planbox .prices:before {
	/* border-top: 15px solid #5f686f; */
	/* border-left: 136px solid transparent; */
	/* border-right: 136px solid transparent; */
	border-left: 180px solid transparent;
	border-right: 180px solid transparent;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	bottom: -15px;
	width: 0;
}
.host_plans .planbox .prices strong {
	color: #fff;
	font-size: 45px;
	font-weight: 800;
	display: block;
}
.host_plans .planbox .prices strong i {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
}
.host_plans .planbox .prices b {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	display: block;
	margin-bottom: 20px;
}
.host_plans .planbox .prices b em {
	font-style: normal;
	text-decoration: line-through;
}
.host_plans .planbox .prices a {
	color: #5f686f;
	font-size: 14px;
	background: #fff;
	padding: 11px 32px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
}
.host_plans .planbox .prices a:hover {
	color: #fff;
	background: #cf4039;
}
.hvr_bg a:hover{
	background: #e12d25 !important;
	color: white !important;
}
.host_plans .planbox ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.host_plans .planbox li {
	float: left;
	width: 100%;
	padding: 9px 0px;
	color: #2a363f;
	border-bottom: 1px solid #ddd9;
}
.host_plans .planbox li.last {
	border-bottom: none;
}

.host_plans .planbox.highlight .prices {
	/* background: #86c724; */
	background: #5f686f;
}
.host_plans .planbox.highlight .prices .hght{
	height:195px;
}
.host_plans .planbox.highlight .prices:before {
	border-top: 15px solid #5f686f;
}
.prices_clr_last{
	background:#5f686f;
	}
.host_plans .planbox.highlight .prices_clr_last:before{
	background:#5f686f;
	}
.host_plans .planbox.highlight .prices a {
	/* color: #86c724; */
	/* background: #fff; */
	color: #5f686f;
background: #fff;
}
.host_plans .planbox.highlight .prices a:hover {
	color: #5f686f;
}
.host_plans .planbox.highlight .hiimg {
	display: block;
	margin: -22px auto 0 auto;
}






/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

/* feature section 1 */
.feature_section1 {
	float: left;
	width: 100%;
	padding: 95px 0px 90px 0px;
	background: #f3f3f3;
	text-align: center;
}
.feature_section1 .one_third {
	text-align: left;
}
.feature_section1 i {
	float: left;
    width:62px;
    height:62px;
    border-radius:100%;
    background-color:#fff;
    text-align:center;
    line-height:62px;
    position:relative;
    margin:6px;
	color: #2a363f;
	font-size: 23px;
	margin-right: 20px;
}
.feature_section1 i:after {
    border-radius:100%;
    background:rgba(255,255,255,0.1);
    border:2px solid #fff;
    position:absolute;
    content:"";
    z-index:1;
    top:0px;
    left:0;
    bottom:0;
    right:0;
	transition:all ease 0.3s;
}
.feature_section1 i:hover:after {
    top:-5px;
    bottom:-5px;
    right:-5px;
    left:-5px;
}


/* feature section 2 */
.feature_section2  {
	float: left;
	width: 100%;
}
.feature_section2 .title  {
	float: left;
	width: 100%;
	text-align: center;
	padding: 75px 0px 30px 0px;
	background: url(../images/up-arrow.png) no-repeat center bottom;
}
.feature_section2 .twoboxes  {
	float: left;
	position: relative;
	z-index: 9;
	background: #3f4a52;
	width: 100%;
	padding: 85px 0px 85px 0px;
}
.feature_section2 .twoboxes:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0; 
	right:50%;
	bottom: 0;
	left: 0;
	background: #2a363f;
}

.feature_section2 .twoboxes .left {
	float: left;
	width: 45%;
	text-align: left;
}
.feature_section2 .twoboxes .right {
	float: right;
	width: 43.5%;
	text-align: left;
}
.feature_section2 .twoboxes i {
	float: left;
	margin-right: 25px;
	color: #fff;
	font-size: 58px;
	margin-top: 14px;
}
.feature_section2 .twoboxes strong {
	color: #fff;
	font-size: 43px;
	line-height: 35px;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 45px;
}
.feature_section2 .twoboxes strong em {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin-bottom: 0px;
	font-style: normal;
}
.feature_section2 .twoboxes ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.feature_section2 .twoboxes li {
	width: 100%;
	padding: 14px 0px;
	margin: 0px;
	color: #fff;
	font-size: 16px;
}
.feature_section2 .twoboxes li i {
	color: #959b9f;
	float: left;
	font-size: 14px;
	margin-right: 12px;
	margin-top: 4px;
	margin-bottom: 30px;
}
.feature_section2 .twoboxes li a {
	float: left;
	margin-top: 10px;
}



/* feature section 3 */
.feature_section3 {
	float: left;
	width: 100%;
	padding: 35px 0px 10px 0px;
}
.feature_section3 .lstblogs {
	float: left;
	width: 100%;
	background: #2a363f;
	font-family: 'Roboto', sans-serif;
}
.feature_section3 .lstblogs img {
	float: left;
	width: 100%;
}
.feature_section3 .lstblogs .date {
	float: left;
	color: #fff;
	font-size: 14px;
	padding: 10px 0px;
	border-radius: 3px;
	background: #86c724;
	text-align: center;
	margin: 30px 20px 30px 30px;
	width: 10%;
	transition: all 0.3s ease;
}
.feature_section3 .lstblogs .date:hover {
	color: #2a363f;
	background: #fff;
}
.feature_section3 .lstblogs .date strong {
	font-size: 27px;
	display: block;
	font-weight: 400;
}
.feature_section3 .lstblogs h4 {
	float: left;
	margin: 30px 20px 30px 0px;
	width: 76%;
	transition: all 0.3s ease;
}
.feature_section3 .lstblogs .hline {
	width: 50px;
	height: 1px;
	background: #fff;
	margin-top: 10px;
	opacity: 0.5;
}
.feature_section3 .lstblogs h4 a:hover {
	color: #86c724;
}


/* feature section 4 */
.feature_section4 {
	float: left;
	width: 100%;
	padding: 60px 0px;
}
.feature_section4 .left,
.feature_section4 .center,
.feature_section4 .right {
	float: left;
	width: 33.3333333333%;
	padding: 0px 50px 50px 50px;
	text-align: center;
}
.feature_section4 .left {
	background: #fafafa ;
	border:1px solid #cccccc;
	
}
.feature_section4 .left:hover {
	background: #f5f5f5;
	
}
.feature_section4 .center {
	background: #fafafa ;
	border:1px solid #cccccc;
	
}
.feature_section4 .center:hover {
	background: #f5f5f5;
}
.feature_section4 .right {
	background: #fafafa ;
	border:1px solid #cccccc;
	
}
.feature_section4 .right:hover {
	background: #f5f5f5;
}
.feature_section4 strong {
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.feature_section4 strong em {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	font-style: normal;
	display: block;
	text-transform: none;
	margin-bottom: 9px;
}
.feature_section4 .right strong,
.feature_section4 .right strong em {
	color: #2a363f;
}
.feature_section4 .center strong,
.feature_section4 .center strong em {
	color: #2a363f;
}
.feature_section4 .left strong,
.feature_section4 .left strong em {
	color: #2a363f;
}
.feature_section4 img {
	margin: 25px auto 20px auto;
	display: block;
}

.feature_section4.sty2 {
	padding: 0px 0px;
}
.feature_section4.sty2 .left,
.feature_section4.sty2 .center,
.feature_section4.sty2 .right {
	padding: 35px 50px 35px 50px;
}
.feature_section4.sty2 strong {
	font-size: 45px;
	font-weight: 900;
}
.feature_section4.sty2 strong em {
	margin-bottom: 0px;
	margin-top: 7px;
}




/* feature section 5 */
.feature_section5 {
	float: left;
	width: 100%;
	padding: 40px 0px 65px 0px;
}
.feature_section5 .two_third {
	padding-top: 70px;
}
.feature_section5 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 9px 0px;
}
.feature_section5 li {
	float: left;
	padding: 5px 7px;
	border: 1px dashed #d9dbdc;
	text-align: center;
	margin: 0px 14px 14px 0px;
}
.feature_section5 li img {
	display: block;
	margin: 0 auto;
	width: 100%;
}


/* feature section 6 */
.feature_section6 {
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 90px 0px 80px 0px;
	text-align: center;
}
.feature_section6 .climg {
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/h-lines.png) no-repeat center 48px;
}
.feature_section6 .climg img {
	width: 12.5%;
	border-radius: 100%;
	margin-bottom: 25px;
}
.feature_section6 .item strong {
	color: #86c724;
	font-size: 16px;
	font-weight: 600;
}
.feature_section6 .item em {
	font-style: normal;
	color: #999;
}

.feature_section6.sty2 {
	background: #fff;
}
.feature_section6 .item strong {
	color: #2a363f;
}

/* feature section 7 */
.feature_section7 {
	float: left;
	width: 100%;
	padding: 90px 0px 97px 0px;
	background: #f3f3f3;
	text-align: center;
}
.feature_section7 .one_fifth_less {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	padding: 25px 0px 14px 0px;
	background: #fff;
	transition: all 0.1s ease;
}
.feature_section7 .one_fifth_less i {
	color: #727272;
	display: block;
	font-size: 45px;
	margin-bottom: 14px;
}
.feature_section7 .one_fifth_less:hover {
	border: 1px solid #2a363f;
	background: #2a363f;
}
.feature_section7 .one_fifth_less:hover i,
.feature_section7 .one_fifth_less:hover h5 {
	color: #fff;
}

/* feature section 8 */
.feature_section8 {
	float: left;
	width: 100%;
	background: #2a363f url(../images/site-img22.jpg) no-repeat left top;
	padding: 85px 0px 67px 0px;
	text-align: center;
}
.feature_section8 .slidesec {
	float: left;
	width: 100%;
	padding: 40px;
	background: #fff;
	text-align: left;
}
.feature_section8 .imgbox {
	float: left;
	width: 40%;
	margin-right: 45px;
}
.feature_section8 .imgbox img {
	float: left;
	width: 100%;
}
.feature_section8 i {
	color: #86c724;
	font-size: 14px;
}


/* feature section 9 */
.feature_section9 {
	float: left;
	width: 100%;
	padding: 90px 0px 45px 0px;
	text-align: center;
}
.feature_section9 .box {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
	padding: 25px 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
}



/* feature section 10 */
.feature_section10 {
	float: left;
	width: 100%;
	padding: 45px 0px 65px 0px;
	text-align: center;
}
.feature_section10 h3 {
font-size:26px;
color:#000;
margin-bottom:30px;
}
.feature_section10 h3 span {
color:#e40202;
}
.feature_section10 .box {
	float: left;
	width: 100%;
	padding: 5px 0px 0px 0px;
	border: 4px solid #eee;
	border-radius: 5px;
	
}
.feature_section10 .box .package_box {
	float: left;
	width: 100%;
	padding: 5px 0px 0px 0px;
	border: 4px solid #eee;
	border-radius: 5px;
	height: 347px;
}
.package_box{height:343px;}
.feature_section10 .box h1,
.feature_section10 .box h6 {
	margin-bottom: 5px;
}
.feature_section10 .box h1 em {
	margin-top: 0px;
	font-size: 14px;
}


/* feature section 11 */
.feature_section11 {
	float: left;
	width: 100%;
	padding: 75px 0px 30px 0px;
	
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.feature_section11 h1 {
	margin-bottom: 20px;
}
.feature_section11 .tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  padding: 0px;
  margin: 0px;
}
.feature_section11 .tabs > li {
  transition-duration: .25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 20px 20px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #2a363f;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.feature_section11 .tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 3px 3px 0 0;
}
.feature_section11 .tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
.feature_section11 .tabs > li.active {
  color: #126cd8;background: #eee;
}
.feature_section11 .tabs > li.active:before {
  transition-duration: .5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.feature_section11 .tab__content {
  background-color: #f4f4f4;
  position: relative;
  width: 100%;
  border-radius: 3px;
}
.feature_section11 .tab__content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}
.feature_section11 .tab__content > li .content__wrapper {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 45px 40px 40px 40px;
  background-color: #f4f4f4;
}

.feature_section11 ul.domlist1 {
	float: left;
	width: 20%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.feature_section11 .domlist1 li {
	width: 100%;
	height: 50px;
	padding-top: 13px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 16px;
	padding-left: 35px;
    text-align: left;
}
.feature_section11 .domlist1 li.title {
	height: 45px;
	padding-top: 15px;
	background-color:#3477f1;
	
}
.feature_section11 .domlist1 li.title h6 {
	line-height: 18px;
}
.feature_section11 .domlist1 li em {
	color: #454545;
	text-decoration: line-through;
	margin-right: 5px;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
}


/* feature section 12 */
.feature_section12 {
	float: left;
	width: 100%;
	padding: 60px 0px 60px 0px;
	text-align: center;
}
.feature_section12 .one_fourth {
	text-align: left;
}
.feature_section12 i {
	float: left;
    width:45px;
    height:45px;
    border-radius:100%;
    background-color:#f3f3f3;
    text-align:center;
    line-height:45px;
    position:relative;
    margin:6px;
	color: #2a363f;
	font-size: 18px;
	margin-right: 18px;
}
.feature_section12 i:after {
    border-radius:100%;
    background:rgba(255,255,255,0.1);
    border:2px solid #f3f3f3;
    position:absolute;
    content:"";
    z-index:1;
    top:0px;
    left:0;
    bottom:0;
    right:0;
	transition:all ease 0.3s;
}
.feature_section12 i:hover:after {
    top:-5px;
    bottom:-5px;
    right:-5px;
    left:-5px;
}


/* feature section 13 */
.feature_section13 {
	float: left;
	width: 100%;
	padding: 75px 0px 90px 0px;
	text-align: center;
	background: #f3f3f3;
}
.feature_section13 .one_half_less {
	padding: 35px 30px 35px 30px;
	background: #fff;
}


/* feature section 14 */
.feature_section14 {
	float: left;
	width: 100%;
	padding: 90px 0px 95px 0px;
	text-align: center;
	background: #f3f3f3;
}
.feature_section14 .one_half {
	float: left;
	padding: 30px 35px;
	background: #fff;
	text-align: left;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.feature_section14 .one_half:hover {
	color: #fff;
	background: #2a363f;
}
.feature_section14 .one_half img {
	float: left;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	margin-right: 25px;
}
.feature_section14 .one_half h5 em {
	display: block;
	font-size: 13px;
	font-style: normal;
	color: #999;
	font-weight: 300;
}


/* feature section 15 */
.feature_section15 {
	float: left;
	width: 100%;
	padding: 90px 0px 95px 0px;
	text-align: center;
	background: #f3f3f3;
}
.feature_section15 .one_fourth_less {
	float: left;
	padding: 10px 10px 30px 10px;
	background: #fff;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.feature_section15 .one_fourth_less:hover {
	color: #fff;
	background: #2a363f;
}
.feature_section15 .one_fourth_less img {
	width: 100%;
	margin-bottom: 20px;
}
.feature_section15 .one_fourth_less h5 em {
	display: block;
	font-size: 13px;
	font-style: normal;
	color: #999;
	font-weight: 300;
}
.feature_section15 .one_fourth_less p {
	width: 80%;
	margin: 0 auto 16px auto;
}
.feature_section15 .one_fourth_less a i  {
	color: #fff;
	font-size: 13px;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: #d3d3d3;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	transition: all 0.3s ease;
}
.feature_section15 .one_fourth_less a:hover i  {
	color: #fff;
	background: #86c724;
}


/* feature section 16 */
.feature_section16 {
	float: left;
	width: 100%;
	padding: 50px 0px 40px 0px;
	background: #f3f3f3;
}


/* feature section 17 */
.feature_section17 {
	float: left;
	width: 100%;
	/* padding: 95px 0px 90px 0px; */
	padding: 20px 0px 60px 0px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.feature_section17 .one_third {
	float: left;
	/* padding: 35px 50px 45px 50px; */
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	border: 5px solid #f3f3f3;
	height: 280px;
}


.feature_section17 .one_third i {
	color: white;
	width:80px;
	height:80px;
	font-size: 45px;
	margin-bottom: 27px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	/* background: #106bd7; */
}
.feature_section17 .one_third a.but1 {
	color: #fff;
	border-radius: 3px;
	padding: 13px 27px;
	background: #86c724;
	text-transform: uppercase;
	white-space: nowrap;
	transition: all 0.3s ease;
}
.feature_section17 .one_third a.but1:hover {
	color: #fff;
	background: #2a363f;
}





.video_full_site {
	width: 70%;
	height: 450px;
}

.client_logos {
	float: left;
	width: 100%;
	padding: 63px 0px 50px 0px;
	text-align: center;
}
.client_logos ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0 0 0 3%;
}
.client_logos li {
	float: left;
	padding: 0px 12px;
	margin: 0px;
}

.client_logos.two {
	padding: 0px 0px 50px 0px;
}


.price_compare {
	float: left;
	width: 100%;
	padding: 50px 0px 25px;
	text-align: center;
}
.price_compare table {
	width: 100%;
	font-family: 'Roboto', sans-serif;
}
.price_compare table,
.price_compare th,
.price_compare td {
	border-collapse: separate;
    border-spacing: 10px 1px;
}
.price_compare table i {
	font-size: 14px;
	border-radius: 100%;
	width: 23px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
	background: #fff;
}
.price_compare table td.first {
	background: #fff;
	border: none;
}
.price_compare td {
    padding: 12px 0px 12px 0px;
    text-align: left;
	background: #f9f9f9;
	text-align: center;
	color: #2a363f;
}
.price_compare th {
    padding: 12px 0px 12px 0px;
    text-align: left;
	background: #f6f6f6;
	text-align: center;
	font-weight: normal;
	color: #2a363f;
}
.price_compare th.alileft,
.price_compare td.alileft {
	text-align: left;
	padding: 12px 0px 12px 18px;
	color: #2a363f;
	font-weight: 500;
	font-size: 15px;
}
.price_compare .rowfirst {
	width: 37%;
}
.price_compare .rowsremain {
	width: 21%;
	background: #eeeeeeb3;
}

.price_compare .title {
	float: left;
	width: 75%;
	text-align: right;
}
.price_compare .title .arrow_box {
	position: relative;
	background: #5f686f;
	padding: 12px 20px 12px 0px;
}
.price_compare .title .arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(153, 153, 153, 0);
	border-left-color: #5f686f;
	border-width: 18px;
	margin-top: -18px;
}
.price_compare .title h5 {
	color: #fff;
	margin-bottom: 0px;
	font-weight: 300;
}
.price_compare .title h3 {
	color: #fff;
	font-weight: 900;
	margin-bottom: 0px;
}
.price_compare .prices {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0px 18px 0px;
}
.price_compare .prices h4 {
	margin-bottom: 18px;
}
.price_compare .prices strong {
	color: #106bd6;
	font-size: 45px;
	font-weight: 800;
	display: block;
}
.price_compare .prices strong i {
	color: #2a363f;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	background: none;
}
.price_compare .prices b {
	color: #727272;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	display: block;
	margin-bottom: 22px;
	margin-top: 5px;
}
.price_compare .prices b em {
	font-style: normal;
	text-decoration: line-through;
}
.price_compare .prices a {
	color: #fff;
	font-size: 14px;
	background: #e92c21;
	padding: 10px 27px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
}
.price_compare .prices a:hover {
	color: #fff;
	background: #2a363f;
}

.price_compare .rowsremain.center {
	background: #2a363f;
}
.price_compare .rowsremain.center .prices strong {
	color: #fff;
}
.price_compare .rowsremain.center .prices a {
	color: #2a363f;
	background: #fff;
}
.price_compare .rowsremain.center .prices a:hover {
	color: #fff;
	background: #86c724;
}
.price_compare .rowsremain.center .prices i {
	color: #fff;
}
.price_compare .rowsremain.center span {
	color: #fff;
	padding: 15px 10px 0px 10px;
	background: #86c724;
	margin-top: -62px;
	margin-bottom: 10px;
	display: block;
	
	font-weight: bold;
	letter-spacing: 0.5px;
}



/*----------------------------------------------------
   PARALLAX SECTIONS
------------------------------------------------------*/

/* parallax section 1 */
.parallax_section1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 70px 0px;
	background: #eee url("../images/gray-full.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}


/* parallax section 2 */
.parallax_section2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 100px 0px;
	background: #eee url("../images/gray-full.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
	
	-moz-box-shadow:    inset  0  3px 3px -3px #e0e0e0, 
                        inset  0 -3px 3px -3px #e0e0e0;
    -webkit-box-shadow: inset  0  3px 3px -3px #e0e0e0, 
                        inset  0 -3px 3px -3px #e0e0e0;
     box-shadow:        inset  0  3px 3px -3px #e0e0e0, 
                        inset  0 -3px 3px -3px #e0e0e0;
}
.parallax_section2 .one_fifth_less {
	float: left;
	background:  rgba(255, 255, 255, 0.75);
	border-radius: 3px;
	padding: 20px 0px 25px 0px;
}


/* parallax section 3 */
.parallax_section3 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 70px 0px;
	background: #454545 url("../images/site-img22.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}


/* parallax section 4 */
.parallax_section4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 70px 0px;
	background: #454545 url("../images/site-img31.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}


/* parallax section 5 */
.parallax_section5 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 70px 0px;
	background: #eee url("../images/site-img31.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}









/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/
.footer {
	float: left;
	width: 100%;
}
.footer .ftop {
	float: left;
	width: 100%;
	height: 130px;
	background: url(../images/footer-img1.png) no-repeat center top;
}
.footer .ftop .left {
	float: left;
	width: 33.1%;
	margin-top: 32px;
	text-align: right;
}
.footer .ftop .left h4 {
	margin-bottom: 5px;
}
.footer .ftop .left h1 {
	color: #e42f24;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: 1px;
}

.footer .ftop .right {
	float: right;
	width: 50%;
	margin-top: 50px;
}
.footer .ftop .right p {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 11px;
}
.footer .ftop .right .newsle_eminput {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 3px 0px 4px 20px;
	height: 50px;
	width: 78.4%;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 14px;
}
.footer .ftop .right .input_submit {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 13px 30px 14px 30px;
	background-color: #119ee7;
	border: 0px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	margin-left: 12px;
}
.footer .ftop .right .input_submit:hover {
	color: #dd2f28;
	cursor: pointer;
	background-color: #fff;
}

.footer .secarea {
	float: left;
	width: 100%;
	padding: 75px 0px 67px 0px;
	background: #202020 url(../images/footer-bg-graph.png) no-repeat center bottom;
}
.footer .secarea h4 {
	margin-bottom: 14px;
}
.footer ul.foolist {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.footer .foolist li {
	padding: 4px 0px;
	margin: 0px;
}
.footer .foolist li a {
	color: #aaa;
	transition: all 0.3s ease;
}
.footer .foolist li a:hover {
	color: #fff;
}

.footer ul.foosocial {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 7px 0px 0px 0px;
}
.footer .foosocial li {
	float: left;
	margin: 0px 7px 0px 0px;
	padding: 0px;
}
.footer .foosocial li i {
	color: #fff;
	width: 34px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	line-height: 34px;
	border-radius: 100%;
	transition: all 0.3s ease;
}
.footer .foosocial li.faceboox i {
	background: #2b87c7;
}
.footer .foosocial li.twitter i {
	background: #38c0dd;
}
.footer .foosocial li.gplus i {
	background: #dc6218;
}
.footer .foosocial li.youtube i {
	background: #b34300;
}
.footer .foosocial li.linkdin i {
	background: #2862d8;
}
.footer .foosocial li i:hover {
	opacity: 0.5;
}


.footer .secarea .address {
	float: left;
	width: 100%;
	color: #aaa;
	text-align: right;
}
.footer .secarea .address b {
	color: #fff;
	font-weight: normal;
}
.footer .secarea .address a {
	color: #fff;
	transition: all 0.3s ease;
}
.footer .secarea .address a:hover {
	color: #86c724;
}
.footer .secarea .address a.smbut {
	font-size: 12px;
	color: #999;
	transition: all 0.3s ease;
}
.footer .secarea .address a.smbut:hover {
	color: #fff;
}


.copyrights {
	float: left;
	width: 100%;
	background: #2e2e2e;
	padding: 20px 0px 20px 0px;
	color: #8e9194;
	font-size: 13px;
}
.copyrights a {
	color: #8e9194;
	padding: 0px 5px;
	transition: all 0.3s ease;
}
.copyrights a:hover {
	color: #fff;
}











/*page titles*/

.page_title1 {
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	margin-top: 87px;
	padding: 100px 0px 59px 0px;
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1 h1 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
.page_title2 {
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	margin-top: 0px;
	padding: 0px 0px 59px 0px;
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title2 h1 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 0px;
	text-transform: uppercase;
	padding-top: 30px;
}
.page_title1 h1 em {
	color: #fff;
	font-weight: 400;
	display: block;
	font-size: 18px;
	font-style: normal;
	text-transform: none;
}

.page_title1.sty2 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty3 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty4 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty5 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty6 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty8 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
	text-align: left;
	padding: 120px 0px 81px 0px;
}

.page_title1.sty10 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
	text-align: left;
	padding: 120px 0px 81px 0px;
}
.page_title1.sty11 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
	text-align: left;
	padding: 90px 0px 59px 0px;
}
.page_title1.sty12 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
	text-align: left;
	padding: 90px 0px 59px 0px;
}


.page_title1.sty9 {
	text-align: left;
	padding: 58px 0px 45px 0px;
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty9 h1 {
	float: left;
	font-size: 30px;
	color: #2a363f;
	margin-bottom: 12px;
}
.page_title1 .pagenation {
	float: right;
	color: #727272;
	font-size: 13px;
	margin-top: 13px;
}
.page_title1 .pagenation a {
	color: #999;
	transition: all 0.3s ease;
}
.page_title1 .pagenation a:hover {
	color: #2a363f;
}

.page_title1.sty13 {
	text-align: left;
	padding: 58px 0px 45px 0px;
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty13 h1 {
	float: left;
	font-size: 30px;
	color: #fff;
	margin-bottom: 12px;
}
.page_title1.sty13 .pagenation {
	color: #fff;
}
.page_title1.sty13 .pagenation a {
	color: #ccc;
}
.page_title1.sty13 .pagenation a:hover {
	color: #fff;
}







.page_title1.sty7 {
	padding: 100px 0px 60px 0px;
	background: url(../images/slide3_bg.jpg) no-repeat center top;
}
.page_title1.sty7 .serch_area {
	width: 61%;
	padding: 40px 0px 0px 0px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
}
.page_title1.sty7 .serch_area .enter_email_input {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 3px 0px 4px 30px;
	height: 50px;
	width: 59%;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 16px;
}
.page_title1.sty7 .serch_area .input_submit {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 15px 30px 12px 30px;
	background-color: #e40202;
	border: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	
}

.select_drpdwn{
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 15px 30px 12px 30px;
	background-color: #ffffff;
	border: 0px;
	font-size: 18px;
	color: rgba(52, 52, 52, 0.87);
	border-radius: 3px;
}

/* .btn-viewdomain{
	border-radius: 3px !important;
	background-color: #e40202 !important;
	padding: 6px 6px 4px 6px !important;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif !important;
	border:none !important;
	font-weight: 500 !important;
}

.btn-viewdomain a{
	color: #fff !important;
	font-family: 'Roboto', sans-serif !important;
}
 */
 
.btn-view{
	margin-left: 75px;
    border-radius: 2px;
    border: none;
    padding: 3px;}
	
.btn-view a{color:black !important;}

.view_domain{    
	position: relative;
    left: 38px;
	top: 5px;
	color: white;
	font-weight: 600;
	}
	
.view_domain:hover{
	color:red;
	}

.page_title1.sty7 .serch_area .input_submit:hover {
	color: #fff;
	cursor: pointer;
	background-color: #116cd7;
}
.page_title1.sty7 .serch_area .molinks {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 14px;
}
.page_title1.sty7 .serch_area .molinks a {
	color: #fff;
	margin: 0px 10px 0px 0px;
	transition: all 0.3s ease;
}
.page_title1.sty7 .serch_area .molinks a:hover {
	color: #2a363f;
}



.page_title2.sty7 {
	padding: 140px 0px 40px 0px;
	background: url(../images/innerbanner.jpg) no-repeat center top;
	
}
.page_title2-support.sty7 {
	padding: 140px 0px 40px 0px;
	background: url(../images/1.png) no-repeat center top;
	margin-top: 88px;
}
.page_title2-support.sty7 .serch_area {
	width: 61%;
	padding: 40px 0px 0px 0px;
	margin: -30px auto 30px auto;
	font-family: 'Roboto', sans-serif;
}
.page_title2.sty7 .serch_area {
	width: 61%;
	padding: 40px 0px 0px 0px;
	margin: -30px auto 30px auto;
	font-family: 'Roboto', sans-serif;
}
.page_title2.sty7 .serch_area .enter_email_input {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 3px 0px 4px 30px;
	height: 50px;
	width: 72%;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 16px;
}
.page_title2-support.sty7 .serch_area .enter_email_input {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 3px 0px 4px 30px;
	height: 50px;
	width: 72%;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 16px;
}
.page_title2.sty7 .serch_area .input_submit {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 15px 30px 12px 30px;
	background-color: #e40202;
	border: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	
}
.page_title2-support.sty7 .serch_area .input_submit {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 15px 30px 12px 30px;
	background-color: #e40202;
	border: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	
}
.page_title2.sty7 .serch_area .input_submit:hover {
	color: #fff;
	cursor: pointer;
	background-color: #116cd7;
}
.page_title2-support.sty7 .serch_area .input_submit:hover {
	color: #fff;
	cursor: pointer;
	background-color: #116cd7;
}
.page_title2.sty7 .serch_area .molinks {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 14px;
}
.page_title2-support.sty7 .serch_area .molinks {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 14px;
}
.page_title2.sty7 .serch_area .molinks a {
	color: #fff;
	margin: 0px 10px 0px 0px;
	transition: all 0.3s ease;
}
.page_title2-support.sty7 .serch_area .molinks a {
	color: #fff;
	margin: 0px 10px 0px 0px;
	transition: all 0.3s ease;
}
.page_title2.sty7 .serch_area .molinks a:hover {
	color: #2a363f;
}
.page_title2-support.sty7 .serch_area .molinks a:hover {
	color: #2a363f;
}





/* sidebar widget */
.sidebar_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.sidebar_widget ul.arrows_list1{
	padding: 0px;
	margin: 0px;
	float: left;
	margin-top: -10px;
}
.sidebar_widget ul.arrows_list1 li a {
	color: #86c724;
	line-height: 30px;
}
.sidebar_widget ul.arrows_list1 li a:hover {
	color: #272727;
}
.sidebar_widget ul.arrows_list1 i {
	margin-right: 4px;
}
.sidebar_title {
	float: left;
	width: 100%;
}
.sidebar_widget h4, .clientsays_widget h4 {
	margin-bottom: 30px;
	float: left;
	font-weight: 500;
}

/* Recent Posts */
ul.recent_posts_list {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.recent_posts_list li {
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 16px 0px;
	list-style-type: none;
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
}
.recent_posts_list li a {
	text-decoration: none;
	line-height: 17px;
	display: block;
	color: #999;
}
.recent_posts_list li a:hover {
	color: #86c724;
}

.recent_posts_list li span {
	float: left;
	margin-right: 15px;
}
.recent_posts_list li span img {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.recent_posts_list li span img:hover {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.recent_posts_list li i {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 10px;
	font-style: normal;
	color: #c9c9c9;
}
.recent_posts_list li.last {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #f5f6f6;
}

/* client says widget */
.clientsays_widget {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #999;
}
.clientsays_widget strong {
	font-weight: 600;
	color: #454545;
}
.clientsays_widget h3 {
	margin-bottom: 18px;
}
.clientsays_widget img {
	float: left;
	margin-right: 13px;
	margin-top: 7px;
}



.login_form {
	width: 35%;
	margin: 0 auto;
}
.regist_form {
	width: 45%;
	margin: 0 auto;
}



/* 404 Error Page */
.error_pagenotfound {
	padding: 50px 30px 58px 30px;
	margin: 0 auto;
	width: 59%;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 5px solid #eee;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.error_pagenotfound strong {
	display: block;
	font-size: 145px;
	line-height: 100px;
	color: #e3e3e3;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow: 5px 5px 1px #fafafa;
}
.error_pagenotfound b {
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #999;
	margin: 0;
	font-weight: 300;
}
.error_pagenotfound em {
	display: block;
	font-size: 18px;
	line-height: 59px;
	color: #86c724;
	margin: 0;
	font-style: normal;
}


/* portfolio single image */
.portfolio_area {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
}
.portfolio_area_left {
	padding: 0px;
	margin: 0px;
	width: 74%;
	float: left;
}
.portfolio_area_left img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.portfolio_area_right {
	padding: 0px;
	margin: 0px 0px 0px 4%;
	width: 22%;
	float: left;
}
.project_details {
	padding: 0px;
	margin: 80px 0px 0px 0px;
}
.project_details span {
	padding: 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}
.project_details strong {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #727272;
	float: left;
	width: 40%;
}
.project_details em {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	float: left;
	width: 60%;
}
.project_details span a {
	padding: 3px 10px;
	margin: 0px 0px 0px 3px;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	background-color: #e3e3e3;
	border-radius:3px;
}
.project_details span a:hover {
	background-color: #ddd;
}
.addto_favorites {
	padding: 3px 10px 5px 10px;
	margin: 27px 0px 0px 0px;
	width: 142px;
	display: block;
	border-radius:3px;
	font-size: 13px;
	color: #999;
	background: #eee;
}
.addto_favorites:hover {
	background: #e3e3e3;
}
.addto_favorites i {
	color: #c3c3c3;
}

ul.small_social_links {
	padding: 0px;
	margin: 18px 0 25px 0px;
}
.small_social_links li {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left;
}
.small_social_links li i {
	font-size: 11px;
	color: #86c724;
	border: 1px solid #eee;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
}
.small_social_links li a {
	opacity: 1;
}
.small_social_links li a:hover {
	opacity: 0.7;
}


/* blog */
.blog_post {
	float: left;
	width: 100%;
}
.blog_post h3 {
	text-align: left;
	color: #333;
	line-height: 30px;
	display: block;
}
.blog_post h3 a {
	color: #86c724;
	text-decoration: none;
	margin-top: 3px;
	font-weight: 700;
	font-size: 27px;
	text-transform: uppercase;
}
.blog_post h3 a:hover {
	color: #383634;
}
ul.post_meta_links {
	float: left;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.post_meta_links li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;
	color: #999;
}
.post_meta_links li a {
	color: #999;
	padding: 0px 18px 0px 0px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}
.post_meta_links li a:hover {
	color: #727272;
	text-decoration: none;
}
.post_meta_links li i {
	color: #bbb;
	font-size: 12px;
	font-style: normal;
}
.blog_postcontent {
	float: left;
	width: 100%;
}
.blog_postcontent .image_frame {
	float: left;
	width: 100%;
	margin-bottom: 27px;
}

.blog_postcontent .image_frame.mone {
	float: left;
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.blog_postcontent .image_frame.mtwo {
	float: left;
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.blog_postcontent .image_frame.mthree {
	float: left;
	width: 100%;
	height: 480px;
	overflow: hidden;
}
.blog_postcontent .image_frame.mone img,
.blog_postcontent .image_frame.mtwo img,
.blog_postcontent .image_frame.mthree img {
	float: left;
	width: auto;
	margin-left: -45%;
	margin-top: -10%;
}


.blog_postcontent .video_frame.mtwo iframe {
	float: left;
	width: 100%;
	height: 280px;
	overflow: hidden;
}


.blog_postcontent .image_frame.small {
	float: left;
	width: 43%;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .image_frame.small:hover {
	border: 7px solid #f9f9f9;
}
.blog_postcontent .image_frame img {
	float: left;
	width: 100%;
}
.blog_postcontent .video_frame.small iframe {
	height: 250px;
}
.blog_postcontent .video_frame iframe {
	float: left;
	width: 100%;
	height: 520px;
	margin-bottom: 27px;
}
.post_info_content_small {
	padding: 0px;
	margin: 0 0 0 4%;
	width: 50%;
	float: left;
}
ul.post_meta_links_small {
	float: left;
	margin: -15px 0px 12px 80px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}
.post_meta_links_small li a {
	color: #a1a1a1;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
.post_meta_links_small li a:hover {
	color: #727272;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
.blog_post a.date {
	color: #454545;
	font-size: 16px;
	font-weight: normal;
}
.blog_post a.date:hover {
	color: #86c724;
}
.post_readmore:link, .post_readmore:visited {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
	background: url(../images/skin01/but_post_readmore.jpg) no-repeat left top;
}
.post_readmore:hover {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
	background: url(../images/skin01/but_post_readmore_hover.jpg) no-repeat left top;
}
.sharepost {
	float: left;
	width: 80%;
	margin-bottom: 40px;
}
.sharepost ul {
	margin: 0px;
	padding: 0px;
}
.sharepost li {
	margin: 0px 7px 5px 0px;
	padding: 2px 5px;
	float: left;
	border-radius: 2px;
	list-style-type: none;
	background-color: #86c724;
	transition: all 0.3s ease;
}
.sharepost li i {
	color: #fff;
}
.sharepost li:hover {
	background-color: #383634;
}

.about_author {
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}
.about_author img {
	float: left;
	margin-right: 20px;
}
.about_author a {
	font-family: 'Open Sans' !important;
	font-weight: normal;
	font-weight: 600;
	color: #333;
}
.about_author a:hover {
	color: #86c724;
}


/* pagination */
.pagination.center {
	text-align: center;
}
.pagination.center b{
	float: inherit;
}
.pagination {
	clear:both;
	padding:10px 0;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
}
.pagination b{
	float:left;
	margin: 0px 5px 2px 0;
	padding:0px 10px;
	font-weight: normal;
	color: #999;
}
.pagination a.navlinks {
	font-size: 12px;
	color: #454545;
	background-color: #eee;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 10px;
	border-radius: 3px;
}
.pagination a.navlinks:hover {
	color: #fff;
	background-color: #454545;
}
.pagination a.current {
	color: #fff;
	background-color: #454545;
}


/* comments */
.comment_wrap{
	padding:20px 20px 20px 0px;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.comment_wrap.chaild{
	border-bottom:1px solid #eee;
	margin:10px 20px 10px 50px;
	overflow:hidden;
}
.gravatar{
	float:left;
}

.comment_content{
	overflow:hidden;
	padding-left:20px;
	position:relative;
	min-height:80px; 
}
.comment_content .comment_meta{
	position:relative;
}
.comment_content .comment_meta .comment_author{
	display:inline;
	font-size:14px;
	font-style: normal;
}
.comment_content .comment_meta .comment_author i{
	display:inline;
	font-size:11px;
	font-style: italic;
}
.comment_content .comment_text {
	clear:both;
	padding-top:0px;
	overflow:hidden;
}
.comment_content .comment_text a {
	color: #d3d3d3;
	margin-top: 5px;
	float: left;
}
.comment_content .comment_text a:hover {
	color: #727272;
	margin-top: 5px;
	float: left;
}
#comments_section li ul li{
	margin-left: 30px;
}

/* comment form */
.comment_form {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.comment_form label{
	float: left;
	width: 90px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 40px;
	font-weight: normal;
}
.comment_input_bg {
	float: left;
	width: 75%;
	height: 40px;
	padding: 7px 10px 0px 10px;
	border-top: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.comment_textarea_bg {
	float: left;
	width: 90%;
	height: 235px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 20px;
	border-top: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.comment_checkbox {
	float: left;
	display: block;
	width: 90%;
	margin-top: 10px;
}
.comment_submit {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 9px 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 4px;
	color: #333;
	text-transform: uppercase;
}
.comment_submit:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}

/* comments */
.comment_wrap{
	padding:20px 20px 20px 0px;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.comment_wrap.chaild{
	border-bottom:1px solid #eee;
	margin:10px 20px 10px 50px;
	overflow:hidden;
}
.gravatar{
	float:left;
}

.comment_content{
	overflow:hidden;
	padding-left:20px;
	position:relative;
	min-height:80px; 
}
.comment_content .comment_meta{
	position:relative;
}
.comment_content .comment_meta .comment_author{
	display:inline;
	font-size:14px;
	font-style: normal;
}
.comment_content .comment_meta .comment_author i{
	display:inline;
	font-size:11px;
	font-style: italic;
}
.comment_content .comment_text {
	clear:both;
	padding-top:0px;
	overflow:hidden;
}
.comment_content .comment_text a {
	color: #d3d3d3;
	margin-top: 5px;
	float: left;
}
.comment_content .comment_text a:hover {
	color: #727272;
	margin-top: 5px;
	float: left;
}
#comments_section li ul li{
	margin-left: 30px;
}

/* Advertisements */
ul.adsbanner-list {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.adsbanner-list li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}
.adsbanner-list li img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}
.adsbanner-list li.last {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: 140px;
	list-style-type: none;
}

.address_info {
	float: left;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 25px 30px 18px 30px;
	width: 100%;
	height: 368px;
	margin-bottom: 40px;
}
.address_info.two {
	background-color: #fff;
	border: none;
	padding-top: 0px;
}
.address_info h3 i {
	font-weight: 500;
	font-style: normal;
}

.google-map {
	width: 100%;
	height: 350px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.google-map2 {
	width: 100%;
	height: 450px;
}
.google-map3 {
	width: 100%;
	height: 300px;
	border: 10px solid #fff;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}
.google-map4 {
	width: 100%;
	height: 200px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}


/* contact form */
.cforms label {
	float: left;
	width: 100%;
	color: #454545;
	font-weight: normal;
}

.cforms label em {
	color: #86c724;
	font-size: 12px;
	font-style: normal;
}

.cforms input {
	color: #454545;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	
}

.cforms textarea {
	color: #454545;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	/* background: #f9f9f9; */
	-webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
}

.cforms .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 600;
	font-weight: 500;
	background: #116cd7;
	border: 1px solid #eee;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms .button:hover {
	background: #454545;
	border: 1px solid #115ab3;
}

.cforms .button2 {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #d2527f;
	border: 1px solid #d2527f;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms .button2:hover {
	background: #727272;
	border: 1px solid #115ab3;
}

.cforms .button3 {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	background: #db6364;
	border: 1px solid #db6364;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms .button3:hover {
	background: #454545;
	border: 1px solid #454545;
}


#form_status span{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #E74C3C;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 10px 0px;
	border-radius: 3px;
	margin-bottom: 18px;
}
#form_status span.loading{
	color: #333;
	background: #eee;
	border-radius: 3px;
	padding: 18px 0px;
} 
#form_status span.notice{
	color: yellow;
}
#form_status .success{
	color: #fff;
	text-align: center;
	background: #86c724;
	border-radius: 3px;
	padding: 30px 0px;
}
#form_status .success i{
	color: #fff;
	font-size: 45px;
	margin-bottom: 14px;
}
#form_status .success h3{
	color: #fff;
	margin-bottom: 10px;
}

.cforms.two label {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: normal;
}
.cforms.two label em {
	color: #999;
	font-size: 12px;
	font-style: normal;
}
.cforms.two input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.two textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.two .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #86c724;
	border: 1px solid #86c724;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms.two .button:hover {
	background: #999;
	border: 1px solid #999;
}


.cforms.three label {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
}
.cforms.three label em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.cforms.three input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: #44c7af;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.three textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: #44c7af;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.three .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	width: 100%;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: 500;
	background: #393939;
	border: 1px solid #393939;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms.three .button:hover {
	background: #575757;
	border: 1px solid #575757;
}


.cforms.four label {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
	margin: 0;
	padding-left: 0px;
}
.cforms.four label.lst {
	text-align: left;
}
.cforms.four label em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.cforms.four input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.four textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.four .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	width: 100%;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: 500;
	background: #6f6f75;
	border: 1px solid #6f6f75;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms.four .button:hover {
	background: #919195;
	border: 1px solid #919195;
}


.logregform {
	float: left;
	width: 35%;
	margin-left: 32.5%;
	background: #fff;
	border: 1px solid #f9f9f9;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.logregform.two {
	float: left;
	width: 50%;
	margin-left: 25%;
}
.logregform .title {
	float: left;
	width: 100%;
	background: #f3f3f3;
	text-align: center;
	padding: 23px 0px 21px 0px;
}
.logregform .title h3 {
	margin-bottom: 3px;
	font-weight: 700;
	text-transform: uppercase;
}
.logregform .title p {
	font-size: 13px;
}
.logregform .feildcont {
	float: left;
	width: 100%;
	padding: 30px 30px 40px 30px;
	text-align: left;
}
.logregform .feildcont label {
	float: left;
	width: 100%;
	font-weight: normal;
	color: #727272;
}
.logregform .feildcont label em {
	color: #86c724;
	font-style: normal;
}
.logregform .feildcont input {
	float: left;
	width: 100%;
	padding: 7px 12px;
	border: 1px solid #e3e3e3;
	margin-bottom: 12px;
}
.logregform.two .feildcont input {
	margin-bottom: 18px;
}
.logregform .feildcont .checkbox {
	float: left;
	width: 100%;
}
.logregform .feildcont .checkbox label {
	float: left;
	width: auto;
	font-size: 13px;
}
.logregform .feildcont .checkbox label strong {
	font-weight: 600;
}
.logregform .feildcont .checkbox label a {
	margin-left: 10px;
}
.logregform .feildcont .fbut {
	float: left;
	background: #116cd7;
	padding: 13px 23px;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	transition: all 0.3s ease;
	margin-top: 18px;
}
.logregform .feildcont .fbut:hover {
	background: #393939;
}

.logregform .feildcont .radiobut input {
	float: left;
	width: auto;
}
.logregform .feildcont .radiobut .onelb {
	float: left;
	color: #aaa;
	margin: 0px 12px 0px 5px;
}

.logregform .feildcont select {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 9px 5px 10px 5px;
	color: #999;
	text-align: left;
}


.mgmenucols {
	float: left;
	width: 100%;
}
.mgmenucols .one_fourth {
	width: 23.5%;
	margin-right: 2%;
	padding-right: 2%;
	border-right: 1px solid #f3f3f3;
	text-align: center;
}
.mgmenucols .one_fourth.last {
	margin-right: 0;
	border-right: none;
}


.bordbox {
	float: left;
	width: 100%;
	padding: 30px 40px;
	border: 2px solid #f3f3f3;
	text-align: left;
	border-radius: 3px;
}

.videofre1 {
	float: left;
	width: 100%;
	height: 350px;
}






/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}

.spec-box{ background:#f4f4f4; padding:10px 15px 5px 15px; border:1px solid #eee;}
.spec-box h3{ background:#f7f6f6; padding:5px 15px;}
.spec-box ul li{ line-height:200%; margin-left:10px;}
.spec-box ul li i{ font-size:8px; margin-right:10px;}
.list li i{ margin-right:10px; font-size:8px;}
.list li{ margin-left:30px; border-bottom-style:none;}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #fff;
    color: #000; box-shadow: 0px 0px 3px 3px #888888;
   
    border-radius: 0px; left:-70px; top:40px;
    padding: 10px 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip .tooltiptext p:hover{ background:#eee;}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#steps-wrp{position:relative;height:100px;}
#steps-wrp ul{position:absolute; top:46px; left:0;}
#steps-wrp li{width:234px; float:left; font-size:17px; text-align:center;font-family: 'Titillium Web', sans-serif; color:#626262;}
#steps-wrp li.sel{ font-weight:bold;}
.vps-step-1{ height:39px; width:720px; background:url(../images/img.png) no-repeat 0px 0;  position:absolute; top:0px; left:105px; z-index:1}
.vps-step-2{ height:39px; width:720px; background:url(../images/img.png) no-repeat 0px 0; position:absolute; top:0px; left:105px; z-index:2; }
.vps-step-bar1{height:12px; width:3px; position:absolute; top:14px; left:368px; z-index:3; display:none;}
.vps-step-bar2{height:12px; width:3px; position:absolute; top:14px; left:594px; z-index:3; display:none;}

.info-small {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #404040;
    padding: 3px 0;
}
.dd-prog-bar{
	background:url(../images/img3.png) no-repeat center 0;
	position:relative;
	overflow:hidden;
	z-index:10;
	}
.dd-prog-bar-over{
   background:url(../images/img3.png) no-repeat px 0;
    height: 39px;
    left: 0;
    margin-left: 28px;
    position: absolute;
    width: 135px;
    z-index: 100;	
	}
.dd-sele-name li{
	font-family: 'Titillium Web', sans-serif; font-size:17px;
	color:#626262;
	float:left;
	margin-top:45px;
	}
.dd-sele-name{
	overflow:hidden;
	}
.dplan-list	.vps-domain-name .vps-domain-block{ width:535px; text-align:left;}
.dd-sele-name .active{
	font-weight:bold;
	margin-left:95px;
	}
.dd-sele-name .step1{
	width:100px;
	padding-right:25px;
	text-align:center;
	} 
.dd-sele-name .step2{
	margin-left: 90px;
    text-align: center;
    width: 150px; 	
	} 
.dd-sele-name .step3{
	margin-left: 80px;
    text-align: center;
    width: 150px;} 
.dd-sele-name .step4{
	margin-left: 78px;
    text-align: center;
    width: 150px;	
	} 
.dd-sele-name .step5{
    margin-left: 93px;
    text-align: center;
    width: 100px;	
	} 

.ee-lite-features h2 { background:url(../images/line.png) no-repeat center 12px; margin:0 0 20px 0; padding:0; }	
.ee-lite-features1 h2 { background:url(../images/lin2.png) no-repeat center 12px; margin:0 0 20px 0; padding:0; }
.ee-lite-features2 h2 { background:url(../images/lin3.png) no-repeat center 12px; margin:0 0 20px 0; padding:0; }
.ee-lite-features4 h2 { background:url(../images/lin4.png) no-repeat center 12px; margin:0 0 20px 0; padding:0; }

.info-small {font-family: 'Raleway', sans-serif; font-size:11px; color:#404040; padding:3px 0;}
	.frm-dis {
	border: 1px solid #D0D0D0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 2px #F0F0F0 inset;
	-webkit-box-shadow: 1px 1px 2px #F0F0F0 inset;
	-moz-box-shadow: 1px 1px 2px #F0F0F0 inset;
	font: 15px Arial, Helvetica, sans-serif;
	margin:0;
	padding: 5px;
	color:#666;}
.frm-label {font:normal 17px Arial, Helvetica, sans-serif; color:#626262;}
.frm-field, .frm-select {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#626262;
	padding:10px;
	border:solid 1px #b2c4d4;
	box-shadow:0 1px 1px #e5eaef inset;
	-moz-box-shadow:0 1px 1px #e5eaef inset;
	-webkit-box-shadow:0 1px 1px #e5eaef inset;
	-ms-box-shadow:0 1px 1px #e5eaef inset;
	-o-box-shadow:0 1px 1px #e5eaef inset;
	background:#fff;
	-webkit-transition: border linear 0.3s, box-shadow linear 0.3s;
	-moz-transition: border linear 0.3s, box-shadow linear 0.3s;
	transition: border linear 0.3s, box-shadow linear 0.3s;}
.frm-field:focus, .sd-tarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(82, 168, 236, 0.6);
	outline: none;}
.info-small {font:normal 11px Arial, Helvetica, sans-serif; color:#404040; padding:3px 0;}
.data-form td {padding:8px 5px;}
.devider {
	border-top: 1px solid #F0F0F0;
	box-shadow: 0 -5px 10px #F6F6F6;
	-webkit-box-shadow: 0 -5px 10px #F6F6F6;
	-moz-box-shadow: 0 -5px 10px #F6F6F6;
	clear: both;
	height: 10px;}
#dplans-container {margin:20px; overflow:hidden;}
#dplans-container .plan-list {width:185px;}
#dplans-container li.p-pricing {padding-bottom:35px;}
/* */


.txt-button, .uiButton, .ui-button, .frmButton, .model-button {
    background-color:#116cd7;
    color: #fff;
    display:inline-block;
    font: bold 17px 'Lato', sans-serif;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.2s ease-in-out 0s;
	border:none;
	cursor:pointer;
}
.txt-button:hover, .uiButton:hover, .ui-button:hover, .frmButton:hover, .model-button:hover {
    background: none repeat scroll 0 0 #34c918;
    transition: background 0.2s ease-in-out 0s;
	color:#fff;
}
.btn {
    background:#116cd7;
    color: #fff;
    display:inline-block;
    font: bold 17px 'Lato', sans-serif;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.2s ease-in-out 0s;
	border:none;
	cursor:pointer;
}
.btn:hover {
    background: #1F82C4;
    transition: background 0.2s ease-in-out 0s;
	color:#fff;
}
table.hlineheader {
	width: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-decoration: none;
	font-weight: none;
}

.kbrightstrip {
	margin: 0 12px 0 0;
}

.hlineheader th {
	padding: 0 8px 0 0;
	vertical-align: middle;
	font-size: 16px;
	color: #3c3e43;
	font-weight: 500;
}

.hlineheader td {
	font-size: 50%;
	margin: 0;
	padding: 0;
}

td.hlinelower {
	border-top: 1px solid #ececec;
	width: 100%;
}

.hlinegray {
	color: #626262!important;
}

/* @end */

/* add focus highlight */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #ffffff;
	
	border-radius: 3px;
	font-family: "segoe ui","helvetica neue", arial, helvetica, geneva, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;


}
form table td {
	padding: 0px 0px 0px 6px;
	vertical-align: middle !important;
}

form table td select {
	margin: 3px 0;
	vertical-align: middle !important;
}

form .zebraodd {
	background-color: #eaeaec;
	padding: 8px !important;
}

form .zebraodd, form .zebraeven {
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.captchaholder {
	padding: 4px 0;
}

.smalltext {
	font-size: 13px;
	color: #92969b;
}

.swifttext, .swifttextlarge,.swifttextarea, .swifttextwide, .swifttextareawide {
	width: 300px;
	color: #3c3e43;
	border: 1px solid #e1e1e3;
	padding: 6px 4px;
	margin: 2px 0;
	vertical-align: middle;
	
	font: normal 16px/1.2em "segoe ui","helvetica neue", arial, helvetica, sans-serif;
}

.swifttext {
	width: inherit;
}

.swifttextarea {
	vertical-align: top;
}

.swifttextwide, .swifttextareawide {
	
}

.swifttexterror {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #e0acac;
	box-shadow: inset 0px 1px 1px #e7c6c6;
}

#ticketmessage {
	
	width: 100%;
}

#recordkayakoscreencast {
	margin-left: 130px;
}

.commentchild {
	background: url("https://supportnation.com/__swift/themes/client/images/downarrow.gif") no-repeat 0px 12px !important;
	padding-left: 18px !important;
	width: 40px;
}

.commentchild img {
	width: 45px;
}

.subcontent {
	padding: 0px 0 20px 0px !important;
}

.captchaholder {
	padding: 0 0 0 0px;
}

.captchaholder img {
	float: left;
	margin-right: 6px;
}

input[name=captcha] {
	width: 207px;
	margin: 0;
}
.addplus {
	display: inline;
	background: url(https://supportnation.com/__swift/themes/client/images/icon_add.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}

.form-group {
   
    width:400px;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.428571429;
    color:#555;
    vertical-align:middle;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075);
    box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075);
    -webkit-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
}

txt-button{font-size:15px; font-weight:normal; padding:0px;}
.txt-bton{ background:#116cd7; color:#fff; padding:5px;}

.bg-clr{
	background:#fff;
	padding: 50px 0;
}
.icon-stlng{
	    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 100%;
    font-size: 40px !important;
    padding-top: 25px;
    color: white;
}

.fa-rocket{background: crimson;}
.fa-lightbulb-o{background: rgba(102, 51, 153, 0.58);}
.fa-database{background: rgba(0, 100, 0, 0.67);}
.fa-sliders{background: #ecd275;}
.fa-sitemap{background: #751713;}
.fa-clock-o{background: rgb(221, 105, 174);}
.fa-tachometer{background: skyblue;}
.fa-bullhorn{background: deeppink;}
.fa-usd{background:rgb(63, 70, 98);}

.icon-hover:hover{
	
}

.heading1{
	text-align:center;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.list-styl{
	background: white;
    padding: 20px 0 0;
    width: 80%;
}

.list-styl li{
	display:inline !important;
	
}
.list-styl li img{
	width:200px;
	height:90px;
	border: 1px dashed #75ccf3;
}

/* .icon-stlng:hover{
	border: 2px solid white;
    padding: 3px;
    border-radius: 100%;
    width: 73px;
} */

.support-icon-stlng{
	font-size:40px !important;
	margin-bottom: 30px;
    background: none;
    color: orange;
    border: 2px solid #116cd7;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    padding-top: 13px;
}

.support-bdr{
	border: 3px solid #ddd;
border-radius: 50px 0;
padding: 30px;
width: 365px;
height: 275px;
margin-bottom: 35px;
background: #f9f9f9;}

.support-bdr h4{
	color:#db2e23;}

.support-bdr button{
	background:#116cd7;
    border: none;
    font-weight: 600;
    color: white;
	margin-top: 10px;
}

.support-bdr button:hover{
	
	/* background: #96bce9; */
	background: orange;
	border:none;
	color:white;
}

.support-bdr a{
	    color: #727272 !important;
}
.emails{color: #727272 !important;}

.phn-no{
	    padding-bottom: 20px;
}
.google_aaps li{
	display:inline;
}
.google_aaps{
	    margin: 0 0 40px 0;
}

.google_aaps li img{
	margin: 10px;
    border: 1px solid #ddd;
    padding: 10px;
	width: 18%;
	}
.gsuit_bg{
	background:#ddd;
	padding-bottom: 60px;
	}

.gsuit_bg h1{
	
    color: rgba(0, 0, 255, 0.63);
	}
	
.div-innerclr{
	background:#f2f2f2;
	padding: 35px 25px;
	}
	
.gsuit_div_bdr{
    background: #fff;
	height: 1070px;
}

.gsuit_div_bdr1{
	background: #fff;
	height: 1093px;
}

.gsuit-hdng3{
	color: rgba(0, 0, 255, 0.71);
    font-size: 25px;
    font-weight: 600;
	margin-bottom: 35px !important;
}

.div-innerclr h4{margin-bottom: -5px;}

.div-innerclr h4 del{
	 color: rgba(16, 107, 215, 0.61);
    font-size: 30px;
    font-weight: 600;
	
}
.div-innerclr h4 span{
	 color: rgba(0, 0, 255, 0.71);
    font-size: 35px;
    font-weight: 600;
}

.div-innerclr p{
	
	padding:0px 0 30px !important;
}

.hdng_5{    
	background: #116cd7;
    color: white;
	text-align: center;
	margin-bottom:0px;
	}

.btn-start{
	background:#1F82C4;
    border: none;
    color: white;
	font-weight: 600 !important;}
	
.btn-start:hover{
	color:white !important;}
	
.gsuit_list li{
	list-style-type:disc;
	padding: 10px 0;
}

.gsuit_list{
	    padding: 20px 35px;
}

.div_mrgn{
	margin-top: 23px;
}

.btn-start1{
	background:white;
	border:2px solid #1F82C4 !important;
    border: none;
    color: #1F82C4;
	font-weight: 600 !important;
    }
	
.btn-start1:hover{
	color:#1F82C4; !important;
	color:white !important;}
	
.gsuit-para{
	padding-bottom:45px;
}

.bg-clr2{
	padding: 60px 0;
}

.row1{
	margin-bottom: 45px;
}

.pachages_bg{
	background: #eee;
	padding: 65px 0 55px;
}

.package-brdr{
	background: white;
	border-radius: 5px;
	padding: 25px;
	}
	
.package-list li{
	display:inline;
	list-style-type: circle;
	padding-right: 10px;
	}
	
.package-brdr h3{    
	color: #136cd6;
    font-size: 25px;
    text-align: center;
}

.col7_pdng{
	padding-right:0px !important;
	}

.col5_pdng{
	padding-left:0px !important;
	}
	
.prices p{
	padding-bottom: 20px;
	}
.price_reduced{
	background: #116cd7;
	margin-bottom: -13px;
width: 31%;
border-radius: 2px;
margin-left: 15px;
text-align: center;
padding: 0px;
	}
.price_reduced h5{
	color: white;
	font-weight: 600;}
	
.one_third .pdng{
	padding:20px !important;
}
.mobile_bg{
	background: rgba(240, 0, 9, 0.6);}
.comments_bg{
	background: grey;}
.hdd_bg{
	background: rgba(255, 165, 0, 0.65);}
.envelope_bg{background: rgba(255, 20, 147, 0.58);}
.ticket_bg{background:rgba(139, 0, 139, 0.68);}
.package_list li{
	border-bottom: 1px solid #ddd9;
	padding: 10px;}
	
.sitecolor_h1{background: #126cd8;
color: white;
padding: 10px;
margin-top: -8px;
border-radius: 2px;
width: 359px;
margin-left: -3px;}
	
.section10_bg{background: #f8f8f8;}
.ftr_google{position: relative;
	left: 20px;}
.bg-clr_page{
	background: #fff;
	padding: 50px 0;
	}
.section4_bg{
	background:#fff;}
.section12_bg{
	background:#f8f8f8;
}
/* .frm_slct{ */
	/* margin-left: 30px; */
	/* padding: 7px;} */
.google-apps-hdng{
	text-transform: uppercase;
	text-align: center;
	color: #dd2f28 !important;
	font-weight: 600;}
.apps_cnct{
	color: white;
margin-bottom: 41px;
line-height: 40px;}
.feature_section10 .ssl_bg1{
	background:#f8f8f8;
	padding: 50px 0 50px 0;}
	
.hdng_center{
	text-align:center;
	
}
.indx_hdng{
	text-align: center;
	padding-bottom: 20px;}
.sample{margin-top:20px;}	
.business-para{margin-top:20px;}
.website-para{margin-top:20px;}


.merchant-para{margin-top:20px;}
.business-para1{margin-top:20px;}
.business-para2{margin-top:20px;}
.privacy-para{margin-bottom:20px;}

.collect-para{margin-top:20px;}
.require-para{margin-top:20px;}
.security{margin-top:20px;color:#c62020;}
.cookies-para{margin-top:20px;color:#c62020;}
.traffic-para{margin-top:20px;}
.overall-para{margin-top:20px;}
.accept-para{margin-top:20px;}
.link{margin-top:20px;color:#c62020;}
.choose-para{margin-top:20px;}
.sell-para{margin-top:20px;}
.request-para{margin-top:20px;}
.believe-para{margin-top:20px;}
.contact{margin-top:20px;color:#c62020;}
.control{color:#c62020;}
.company-para{margin-top:20px;}
.name-para{margin-top:20px;}
.vary-para{margin-top:20px;}
.cover-para{margin-top:20px;color:#c62020;}
.event-para{margin-top:20px;}
.link-para{margin-top:20px;}
.effort-para{margin-top:20px;
margin-bottom:20px;}
.policy-para{margin-top:20px;color:#c62020;}
.refund-para{margin-top:20px;}
.shipping-para{margin-top:20px;color:#c62020;}
.charge-para{margin-top:20px;
margin-bottom:20px;color:#c62020;}
.order-para{margin-top:20px;}
.delivery-para{margin-top:20px;}
.weight-para{margin-top:20px;}
.product-para{margin-top:20px;}
.delivery{margin-top:100px;}
.Cancellation{margin-top:100px;}
.Disclaimer{margin-top:100px;}
.privacy{margin-top:100px;}
.terms{margin-top:100px;}
.button{color: #fff;
    font-size: 14px;
    background: #e92c21;
    padding: 10px 27px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
	border:none;}
.button:hover{color: #fff;
	background: #2a363f;}
.page_title2 {
    float: left;
    width: 100%;
    padding: 80px 0px;
    margin-top: 63px;
    background: #0081c2 url(../images/bg-pattern.png) repeat center bottom;
}
.left{float:left;}
.pagenation{float:right;padding-top: 20px;}
.pagenation a{color:#fff;}
.terms-para1{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:35px;}
.terms-para2{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:20px;
	margin-bottom:35px;}
.terms-para3{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:20px;}
.terms-para4{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
color:black;margin-top:20px;
margin-bottom:20px;}
.list li{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-left:0px;}
.privacy-para1{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:35px;}
.privacy-para2{	text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:20px;}
.collect{margin-top:20px;margin-bottom: 10px;
color:#c62020;}
.list-para{margin-top:10px;}
.information{margin-bottom:10px;
color:#c62020;}
.privacy-para3{	text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
color:black;margin-bottom: 5px}
.privacy-para4{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:10px;}
.privacy-para5{color:black;}
.privacy-para6{color:black;margin-bottom:35px;}
.disclaimer-para1{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:35px;}
.disclaimer-para2{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:20px;}
.disclaimer-para3{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:20px;
	margin-bottom:35px;}
.cancellation-para1{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:35px;}
.cancellation-para2	{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:20px;}
.shipping-para1{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:35px;}
.shipping-para2{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:20px;}
.shipping-para3{text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
	color:black;margin-top:20px;
	margin-bottom:35px;}