/*
Template: Onda
category: Hosting
Author: Codelayers
Version: 1.0
Design and Developed by: Codelayers
*/


/*
======================================
[ CSS TABLE CONTENT ]
======================================

    [Table of contents]

	1.feature boxes
	2.parallax sections
	3.footer styles
	4.crossed shapes

	
======================================
[ END CSS TABLE CONTENT ]
======================================
*/


	
	
	
	
/*============ Feature boxes ============ */

/* ---------- feature box 1 ---------- */
.ce-feature-box-1{
	width:100%;
	padding:50px;
	float:left;
	border:2px solid #443b97;
	background-color:#443b97;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-1 .btn-circle{
	width:46px;
	height:46px;
	font-size:24px;
	line-height:44px;
	display:inline-block;
	border-radius:100%;
	border:1px solid rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-1 .small-text{
	color:#fff;
	opacity:0.6;
	transition: all 0.3s ease-out 0s;
}

/* ---------- hover styles ---------- */

.ce-feature-box-1:hover, .ce-feature-box-1.active{
	border:2px solid #443b97;
	background-color:#fff;
}
.ce-feature-box-1:hover .title, .ce-feature-box-1.active .title{
	color:#443b97;
}
.ce-feature-box-1:hover .small-text, .ce-feature-box-1.active .small-text{
	color:#727272;
	opacity:1;
}
.ce-feature-box-1:hover .icon, .ce-feature-box-1.active .icon{
	color:#443b97;
}
.ce-feature-box-1:hover .btn-circle, .ce-feature-box-1.active .btn-circle{
	color:#443b97;
	border:1px solid #443b97;
}

/* feature box 2
 ------------------------------ */
.ce-feature-box-2{
	width:100%;
	float:left;
}
.ce-feature-box-2 .icon{
	color:#443b97;
}
.ce-feature-box-2:hover .title, .ce-feature-box-2.active .title{
	color:#443b97;
}

/* feature box 3
 ------------------------------ */
 
.ce-feature-box-3-main{
	width:99.5%;
	float:left;
}
.ce-feature-box-3{
	width:100%;
	float:left;
	padding:70px 35px;
	margin-top:4px;
	background-color:#494949 !important;
}
.ce-feature-box-3 .ce-title{
	margin-bottom:40px !important;
}
.ce-feature-box-3 .text-sm {
    color: #fff;
    opacity: 0.6;
}
.ce-feature-box-3 .btn-circle {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    height: 46px;
	color:#fff;
	margin-top:15px;
    line-height: 44px;
    transition: all 0.3s ease-out 0s;
    width: 46px;
}


/* feature box 4
 ------------------------------ */
 
.ce-feature-box-4-main{
	width:99.5%;
	float:left;
}
.ce-feature-box-4-main img.ns-gsn {
 margin-top: 70px;
}
.ce-feature-box-4{
	width:100%;
	float:left;
	padding:70px;
	margin: 110px 0 4px 0;
	background-color:#1b3196 !important;
}
.ce-feature-box-4 .ce-title{
	margin-bottom:40px !important;
}
.ce-feature-box-4 .text-sm {
    color: #fff;
    opacity: 0.6;
}
.ce-feature-box-4 .btn-circle {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    height: 46px;
	color:#fff;
	margin-top:15px;
    line-height: 44px;
    transition: all 0.3s ease-out 0s;
    width: 46px;
}

/* feature box 5
 ------------------------------ */
 
.ce-feature-box-5{
	position:relative;
	width:100%;
	min-height:523px;
	background-color:#dfdfdf;
}
.ce-feature-box-5 .item-holder{
	position: absolute;
	width:100%;
	float:left;
	z-index:2;
}
.ce-feature-box-5 .item-holder .text-box {
	width:100%;
	float:left;
	padding:50px 27px; /* 45px */
	height:293px; /* min-height:293px;  */
	background-color:#0e184b !important;
}
.ce-feature-box-5 .item-holder .text-box p {
 margin-bottom: 0px;
}

/*.ce-feature-box-5 .item-holder .text-box.more-height{
	min-height:293px;
}*/
.ce-feature-box-5 .item-holder .text-box.white{
	background-color:#fff !important;
}

.ce-feature-box-5 .text-sm {
    color: #fff;
    opacity: 0.6;
}
.ce-feature-box-5 .btn-circle {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 46px;
    line-height: 44px;
    margin-top: 5px;
    transition: all 0.3s ease-out 0s;
    width: 46px;
}
.ce-feature-box-5 .btn-circle.primary {
    border: 1px solid #443b97;
    color: #443b97;
	opacity:0.5;
}

/* feature box 6
 ------------------------------ */
.ce-feature-box-6 {
	position:relative;
	width:100%;
	padding-top:193px;
	background-color:#1b3196 !important;
}

/* feature box 7
 ------------------------------ */
.ce-feature-box-7{
	width:100%;
	float:left;
}
.ce-feature-box-7 .icon{
	color:#fff;
	border:1px solid rgba(255, 255, 255, 0.5);
}

/* feature box 8
 ------------------------------ */
.ce-feature-box-8{
	width:100%;
	float:left;
}
.ce-feature-box-8 .icon{
	color:#443b97;
	border:1px solid #e6e6e6;
}


/* feature box 9
 ------------------------------ */
.ce-feature-box-9-main {
    position: relative;
    width: 100%;
}
.ce-feature-box-9-main .ce-feature-box-9 {
    background-color: #fff;
    float: left;
    left: -30px;
    padding: 25px;
    position: absolute;
    top: -30px;
    width: 100%;
    z-index: 2;
}
.ce-feature-box-9-main .border-box {
    border: 2px solid #443b97;
    float: left;
    left: 20px;
    min-height: 500px;
    position: absolute;
    top: 25px;
    width: 96%;
    z-index: 1;
}


/* feature box 10
 ------------------------------ */
 
.ce-feature-box-10{
	position:relative;
	width:100%;
	/*min-height:537px;*/
	background-color:#fff;
}
.ce-feature-box-10 .text-box{
	position: absolute;
	width:100%;
	float:left;
	padding:90px;
	z-index:2;
	background-color:#443b97;
}
.ce-feature-box-10 .text-box .client-holder{
	width:100%;
	float:left;
}
.ce-feature-box-10 .text-box .client-holder .img-circle{
	height: 154px;
    width: 154px;
	overflow:hidden;
	border-radius:100%;
	padding:9px;
	float:left;
	background-color:#e54b84;
}
.ce-feature-box-10 .text-box .client-holder .img{
	background-color:#ce2e69;
}

/* feature box 11
 ------------------------------ */
.ce-feature-box-11{
	position:relative;
	width:100%;
	padding-top:100px;
	background-color:#332b7b;
}

/* feature box 12
 ------------------------------ */
.ce-feature-box-12{
	width:100%;
	float:left;
}
.ce-feature-box-12 .num{
	font-size:90px;
}

/* feature box 13
 ------------------------------ */
.ce-feature-box-13{
	position:relative;
	width:100%;
}
.ce-feature-box-13 .img-box{
	position: absolute;
	width:100%;
	float:left;
	z-index:2;
	top:8px;
	left:-8px;
}
.ce-feature-box-13 .bottom-box{
	position: absolute;
	width:100%;
	float:left;
	z-index:1;
	top:18px;
	left:0px;
	min-height:245px;
	background-color:#443b97;
}

.tab-btn-circle {
    border: 1px solid #443b97;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 46px;
	text-align:center;
    line-height: 44px;
    margin-top: 10px;
    transition: all 0.3s ease-out 0s;
    width: 46px;
}
.tab-btn-circle.primary {
    border: 1px solid #443b97;
    color: #443b97;
}

/* feature box 14
 ------------------------------ */
.ce-feature-box-14{
	width:100%;
	float:left;
	padding:0 70px 0 0;
	border-right:1px solid #e5e5e5;
}
.ce-feature-box-14.no-border{
	border-right:none;
}
.ce-feature-box-14.padd-left{
	padding:0 0 0 70px;
}

/* feature box 15
 ------------------------------ */
.ce-feature-box-15{
	position:relative;
	width:100%;
}
.ce-feature-box-15 .offer-badge{
	position:absolute;
	width:130px;
	height:130px;
	float:left;
	line-height:23px;
	color:#fff;
	font-size:20px;
	padding-top:40px;
	text-align:center;
	border-radius:100%;
	background-color:#e54b84;
}
.ce-feature-box-15 .offer-badge span{
	font-size:26px;
	font-weight:600;
}

/* feature box 16
 ------------------------------ */
.ce-feature-box-16{
	width:100%;
	float:left;
}
.ce-feature-box-16 .text-big{
	font-size:80px;
	line-height:70px;
}



.ce-sc-icons {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ce-sc-icons li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.ce-sc-icons li a {
    background-color: transparent !important;
    color: #1b3196;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 36px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    /*text-align: center;*/
    transition: all 0.3s ease-out 0s;
    width: 36px;
}
.ce-sc-icons li a:hover, .ce-sc-icons li a.active {
    background-color: #e54b84;
}


.fo-payment-logo-list {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer-payment-logo-list li {
    float: left;
    margin: 0;
    padding: 0 15px 0 0;
}
.fo-payment-logo-list.align-right li {
    float: right;
    margin: 0;
    padding: 0 15px 0 0;
}
.btn.btn-green {
    background-color: #7fb603;
    color: #fff;
}
.btn.btn-green:hover {
    background-color: #6f9f03;
}
.btn.btn-green.big {
    padding: 24px 30px;
}



.ce-newsletter-1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: #1f1f1f;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: #727272;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 50px;
    line-height: 39px;
    padding: 0 7px;
    width: 82%;
	border: 1px solid #e4e4e4;
}
.ce-newsletter-submit-1 {
    background-color: #443b97;
    border: 1px solid #443b97;
    float: left;
    height: 50px;
    margin: 0;
	color:#fff;
    padding: 5px 45px;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
.ce-newsletter-submit-1:hover {
    background-color: #101010;
    border: 1px solid #101010;
    color: #fff;
}


/* feature box 17
 ------------------------------ */
.ce-feature-box-17 {
    float: left;
    padding: 0;
    width: 100%;
	border:1px solid #443b97;
	background-color:#443b97;
	transition: all 0.3s ease-out 0s;
}
.ce-feature-box-17 .circle {
    border-radius: 100%;
    height: 95px;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 95px;
	color:#fff;
	border:1px solid rgba(255, 255, 255, 0.3);
}
.ce-feature-box-17 .circle h4 {
	color:#fff;
}
.ce-feature-box-17 .tld {
    color: #fff;
}
.ce-feature-box-17 p {
	color:#fff;
	opacity:0.6;
}
.ce-feature-box-17:hover .text-box .title, .ce-feature-box-17:hover .text-box p, .ce-feature-box-17.active .text-box .title, .ce-feature-box-17.active .text-box p {
    color: #101010;
}

.ce-feature-box-17:hover, .ce-feature-box-17.active {
	border:1px solid #443b97;
	background-color:#fff;
}
.ce-feature-box-17:hover .circle, .ce-feature-box-17.active .circle {
	color:#443b97;
	border:1px solid rgba(68, 59, 151, 0.9);
}
.ce-feature-box-17:hover .circle h4, .ce-feature-box-17.active .circle h4 {
	color:#443b97;
}
.ce-feature-box-17:hover .btn.btn-border.white, .ce-feature-box-17.active .btn.btn-border.white {
	color:#443b97;
	border:1px solid #443b97;
}

/* feature box 18
 ------------------------------ */
.ce-feature-box-18 {
    float: left;
    padding: 0;
    width: 100%;
}
.ce-feature-box-18:hover .icon, .ce-feature-box-18.active .icon {
	color:#fff;
	background-color:#443b97;
}
.ce-feature-box-18:hover .title, .ce-feature-box-18.active .title {
	color:#443b97;
}


/* feature box 19
 ------------------------------ */
.ce-feature-box-19 {
    float: left;
    padding: 0;
    width: 100%;
}
.ce-feature-box-19:hover .icon, .ce-feature-box-19:hover .title,
.ce-feature-box-19.active .icon, .ce-feature-box-19.active .title {
    color:#443b97;
}

/* feature box 19
 ------------------------------ */
.ce-feature-box-20 {
    float: left;
    width: 100%;
}
.ce-feature-box-20 .client-holder {
    float: left;
    width: 100%;
}
.ce-feature-box-20 .client-holder .img-circle {
    background-color: #443b97;
    border-radius: 100%;
    float: left;
    height: 154px;
    overflow: hidden;
    padding: 9px;
    width: 154px;
}
.ce-feature-box-20 .client-holder .img {
    background-color: #fff;
}

/* feature box 21
 ------------------------------ */

.ce-feature-box-21 {
    float: left;
    width: 100%;
	background-color:#fff;
}
.ce-feature-box-21 .text-box {
    float: left;
    width: 100%;
	padding:50px;
}
.ce-feature-box-21 .text-box .price-box {
    float: left;
    width: 100%;
	padding:25px 0 20px 0;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}
.ce-feature-box-21 .text-box .price-box .big-mid {
	font-size:50px;
}
.ce-feature-box-21 .text-box .price-box sup {
	top:-25px;
	font-size:14px;
}

.ce-feature-box-21 .btn-box {
    float: left;
    width: 100%;
	padding:50px;
	background-color:#443b97;
}



/* feature box 22
 ------------------------------ */
.ce-feature-box-22 {
    float: left;
    padding: 0;
    width: 100%;
}
.ce-feature-box-22 .icon {
	border:1px solid #e4e4e4;
}
.ce-feature-box-22:hover .icon, .ce-feature-box-22.active .icon {
	color:#fff;
	background-color:#443b97;
	border:1px solid #443b97;
}
.ce-feature-box-22:hover .title, .ce-feature-box-22.active .title {
	color:#443b97;
}




/* feature box 23
 ------------------------------ */

.ce-feature-box-23 {
    border: 1px solid #fff;
    float: left;
    padding: 18px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.ce-feature-box-23 .inner-box {
    background-color: #fff;
    float: left;
    width: 100%;
}
.ce-feature-box-23 .inner-box .title-line {
    background-color: #101010;
    float: left;
    height: 1px;
    margin: 0;
    width: 20%;
}
.ce-feature-box-23:hover, .ce-feature-box-23.active {
    border: 1px solid #443b97;
}
.ce-feature-box-23:hover .title, .ce-feature-box-23.active .title {
    color: #443b97;
}
.ce-feature-box-23:hover .inner-box .title-line, .ce-feature-box-23.active .inner-box .title-line {
    background-color: #443b97;
}


/* Team styles
 ------------------------------ */

.ce-feature-box-24 {
    background-color: #fff;
    float: left;
    padding: 20px;
    width: 100%;
}
.ce-feature-box-24 .img-box {
    border: 1px solid #443b97;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
.ce-feature-box-24 .img-box .icon-box {
    background-color: rgba(68, 59, 151, 0.8);
    float: left;
    height: 86%;
    margin: 7% 0 0 7%;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 86%;
    z-index: 2;
}
.ce-feature-box-24 .img-box .icon-box .sc-icons {
    display: inline-block;
    margin-left: 0;
    margin-top: 50px;
    padding-left: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.ce-feature-box-24 .img-box .icon-box .sc-icons li {
    display: inline-block;
    padding: 0;
}
.ce-feature-box-24 .img-box .icon-box .sc-icons li a {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    color: #101010;
    display: inline-block;
    height: 40px;
    line-height: 37px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.ce-feature-box-24 .img-box .icon-box .sc-icons li a:hover {
    background-color: #101010;
    border: 1px solid #101010;
    color: #fff;
    display: inline-block;
}
.ce-feature-box-24:hover .img-box .icon-box, .ce-feature-box-24.active .img-box .icon-box {
    opacity: 1;
}
.ce-feature-box-24:hover .img-box .icon-box .sc-icons {
    margin-top: 100px;
}



/* team style 2
 ------------------------------ */
.ce-feature-box-25 {
    float: left;
    width: 100%;
}
.ce-feature-box-25 .img-box {
    float: left;
    position: relative;
    width: 100%;
}
.ce-feature-box-25 .img-box .text-box {
    background-color: #fff;
    bottom: 80px;
    float: left;
    padding: 35px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    z-index: 3;
}
.ce-feature-box-25 .img-box .text-box .sc-icons-box {
    background-color: #443b97;
    margin: 0 auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 80%;
    z-index: 1;
}
.ce-feature-box-25 .img-box .text-box .sc-icons-box .sc-icons {
    margin: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
}
.ce-feature-box-25 .img-box .text-box .sc-icons-box .sc-icons li {
    display: inline-block;
}
.ce-feature-box-25 .img-box .text-box .sc-icons-box .sc-icons li a {
    color: #fff;
    display: inline-block;
    padding: 15px 7px;
    text-align: center;
}
.ce-feature-box-25:hover .img-box .text-box .sc-icons-box {
    opacity: 1;
    top: -53px;
}


/* feature box 26
 ------------------------------ */
.ce-feature-box-26 {
    float: left;
    width: 100%;
	padding:20px;
	background-color:#fff;
}










/* feature box 30
 ------------------------------ */
.ce-feature-box-30 {
    position: relative;
    width: 100%;
}
.ce-feature-box-30 .offerbadge {
    background-color: #e54b84;
    border-radius: 100%;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 145px;
    margin: 0;
    padding: 30px 0 0;
    position: absolute;
    right: 31px;
    text-align: center;
    top: -20px;
    width: 150px;
}
.ce-feature-box-30 .offerbadge span {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 0 5px;
    text-align: center;
}

/* feature box 31
 ------------------------------ */
.ce-feature-box-31 {
    float: left;
    width: 100%;
}
.ce-feature-box-31:hover .title, .ce-feature-box-31:hover .icon, .ce-feature-box-31.active .title, .ce-feature-box-31.active .icon {
    color: #443b97;
}


/* feature box 32
 ------------------------------ */

.ce-feature-box-32 {
    float: left;
    width: 100%;
}
.ce-feature-box-32 .client-holder {
    float: left;
    width: 100%;
}
.ce-feature-box-32 .client-holder .img-circle {
    background-color: #e54b84;
    border-radius: 100%;
    float: left;
    height: 154px;
    overflow: hidden;
    padding: 9px;
    width: 154px;
}
.ce-feature-box-32 .client-holder .img {
    background-color: #fff;
}


/* feature box 33
 ------------------------------ */
.ce-feature-box-33 {
    float: left;
    width: 100%;
}
.ce-feature-box-33 .title-line {
    background-color: #101010;
    float: left;
    height: 1px;
    margin: 8px 0 0;
    transition: all 0.3s ease-out 0s;
    width: 10%;
}
.ce-feature-box-33:hover .title-line {
    background-color: #443b97;
}
.ce-feature-box-33 .icon {
    color: #443b97;
}
.ce-feature-box-33:hover .icon, .ce-feature-box-33:hover .title {
    color: #443b97;
}
.ce-feature-box-33.active .icon, .ce-feature-box-33.active .title {
    color: #443b97;
}



/* feature box 34
 ------------------------------ */
.ce-feature-box-34 {
    float: left;
    padding: 0;
    width: 100%;
}
.ce-feature-box-34 .icon {
    background-color: transparent;
    color: #fff;
	border:1px solid rgba(255, 255, 255, 0.2);
}

.ce-feature-box-34:hover .icon, .ce-feature-box-34.active .icon {
    background-color: #e54b84;
    color: #fff;
	border:1px solid #e54b84;
}
.ce-feature-box-34:hover .title, .ce-feature-box-34.active .title {
    color: #e54b84;
}

/* feature box 35
 ------------------------------ */
.ce-feature-box-35 {
    background-color: #f5f5f5;
    float: left;
    padding: 20px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.ce-feature-box-35 .inner-box {
    float: left;
    padding: 40px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.ce-feature-box-35:hover, .ce-feature-box-35.active {
    background-color: #443b97;
}
.ce-feature-box-35:hover .inner-box .title, .ce-feature-box-35.active .inner-box .title {
    color: #fff;
}
.ce-feature-box-35:hover p {
    color: #fff;
}


/* feature box 36
 ------------------------------ */
.ce-feature-box-36 {
    float: left;
    width: 100%;
}
.ce-feature-box-36 .icon {
	color:#fff;
	border:1px solid rgba(255, 255, 255, 0.4);
}



/* domain pricing
 ------------------------------ */

.domain-pricing-table-holder {
    background-color: #443b97;
    float: left;
    margin: 0;
    padding: 20px;
    width: 100%;
}
.table-style-2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.table-style-2 table {
    border-collapse: collapse;
    width: 100%;
}
.table-style-2 tr:nth-of-type(2n+1) {
    background: #332b7b none repeat scroll 0 0;
}
.table-style-2 tr:nth-of-type(2n) {
    background: #443b97 none repeat scroll 0 0;
}
.table-style-2 th {
    background: #fff none repeat scroll 0 0;
    color: #443b97;
    font-weight: bold;
}
.table-style-2 td, th {
    border: medium none;
    color: #fff;
    padding: 30px;
    text-align: center;
}
.pagenation-holder {
    border-bottom: 1px solid #e9e9e9;
    float: left;
    margin: 0;
    padding: 25px 0 10px;
    width: 100%;
}


/* domain pricing 2
 ------------------------------ */

.domain-pricing-table-holder-2 {
    background-color: #fff;
    float: left;
    margin: 0;
    padding: 20px;
    width: 100%;
	border:1px solid #e9e9e9;
}
.table-style-3 {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.table-style-3 table {
    border-collapse: collapse;
    width: 100%;
}
.table-style-3 tr:nth-of-type(2n+1) {
    background: #fff none repeat scroll 0 0;
}
.table-style-3 tr:nth-of-type(2n) {
    background: #f2f2f2 none repeat scroll 0 0;
}
.table-style-3 th {
    background: #443b97 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
}
.table-style-3 td, th {
    border: medium none;
    color: #101010;
    padding: 30px;
    text-align: center;
}
.pagenation-holder {
    border-bottom: 1px solid #e9e9e9;
    float: left;
    margin: 0;
    padding: 25px 0 10px;
    width: 100%;
}


/*========= input for search whois ===========*/
#domain-search-holder {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#domain-search-holder#less-margin {
    margin: 0 0 50px;
}
#domain-search-holder #dsearch {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #727272;
    float: left;
    font-size: 18px;
    height: 80px;
    padding: 7px 10px;
    width: 74%;
}
#domain-search-holder.two #dsearch {
    width: 90%;
}
#domain-search-holder .drlist {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #242424;
    font-size: 18px;
    font-weight: normal;
    height: 80px;
    margin: 0 0 0 -5px;
    padding: 10px;
    width: 102px;
}
#domain-search-holder #searchsubmit {
    background-color: #443b97;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    height: 77px;
    margin-left: 0;
    overflow: hidden;
    padding: 4px 25px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
#domain-search-holder #searchsubmit:hover {
    background-color: #242424;
    color: #fff;
}
#domain-search-holder ul.tld_list {
    float: left;
    margin: 0;
    padding: 10px 0 0;
    width: 100%;
}
#domain-search-holder ul.tld_list li {
    color: #161616;
    display: inline;
    font-family: "Roboto",sans-serif;
    font-size: 26px;
    margin: 0;
    padding: 0 20px 0 0;
}
#domain-search-holder ul.tld_list li.title {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0 20px 0 0;
}
#domain-search-holder ul.tld_list li span {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

/*========= Pricing tables ===========*/

.ce-pricing-overlay-top{
	position:relative;
	width:100%;
	min-height:648px;
	background-color: rgba(245, 245, 245, 0.9);
}
.ce-pricing-overlay-bottom{
	position:relative;
	width:100%;
	min-height:315px;
	background-color: rgba(68, 59, 151, 0.9);
}
.ce-pricing-overlay-bottom .dark-overlay{
	position:absolute;
	width:100%;
	height:100%;
	float:left;
	z-index:2;
	background-color: rgba(51, 43, 123, 0.8);
}
.ce-price-table-1 {
	position:absolute;
    background-color: #fff;
    float: left;
    transition: all 0.3s ease-out 0s;
    width: 90%;
	z-index:3;
}
.ce-price-table-1 .inner-box {
    float: left;
    padding: 40px;
    width: 100%;
}
.ce-price-table-1 .bottom-box {
    background-color: #443b97;
    float: left;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.ce-price-table-1 .bottom-box .inner-box {
    background-color: rgba(229, 75, 132, 0);
    float: left;
	padding: 60px 0;
    width: 100%;
}
.ce-price-table-1 .bottom-box a.btn-border {
	border:1px solid rgba(255, 255, 255, 0.4);
}


.ce-price-table-1 .price-circle {
    margin: 15px auto 0 auto;
    padding: 20px 0px;
    transition: all 0.3s ease-out 0s;
    width: 100px;
	border-bottom:1px solid #443b97;
}
.ce-price-table-1 .price-circle .price {
    color: #443b97;
    font-size: 28px;
    font-weight: 600;
    padding: 8px 0 0;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.ce-price-table-1 .price-circle i {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
	color: #443b97;
}
.ce-price-table-1 .price-circle .price sup {
    font-size: 18px;
    font-style: normal;
}

.ce-price-table-1 ul.plan_features {
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
}
.ce-price-table-1 ul.plan_features li {
    border-bottom: 1px solid rgba(236, 237, 238, 1);
    padding: 10px 0;
    transition: all 0.3s ease-out 0s;
}
.ce-price-table-1 ul.plan_features li:last-child {
    border-bottom: none;
}


.ce-price-table-1.no-position {
	position: static;
	width: 100%;
}



/* hover styles
 ------------------------------ */

.ce-price-table-1:hover, .ce-price-table-1.active {
    background-color: #e54b84;
}
.ce-price-table-1:hover .title, .ce-price-table-1.active .title {
    color: #fff;
}
.ce-price-table-1:hover .price-circle, .ce-price-table-1.active .price-circle {
	border-bottom:1px solid #fff;
}
.ce-price-table-1:hover .price-circle .price, .ce-price-table-1.active .price-circle .price {
    color: #fff;
}
.ce-price-table-1:hover .price-circle i, .ce-price-table-1.active .price-circle i {
	color: #fff;
}
.ce-price-table-1:hover ul.plan_features li, .ce-price-table-1.active ul.plan_features li {
	color:#fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ce-price-table-1:hover ul.plan_features li:last-child, .ce-price-table-1.active ul.plan_features li:last-child {
    border-bottom: none;
}

.ce-price-table-1:hover .bottom-box, .ce-price-table-1.active .bottom-box {
    background-color: #ce2e69;
}


/* price table 2
 ------------------------------ */

.ce-price-table-2 {
    background-color: #443b97;
    float: left;
    padding: 40px 20px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.ce-price-table-2.border-right {
    border-right: 1px solid #393939;
}
.ce-price-table-2 .price-circle {
    background-color: #443b97;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    height: 125px;
    margin: 0 auto;
    width: 125px;
}
.ce-price-table-2 .price-circle .price {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    padding: 45px 0;
    text-align: center;
}
.ce-price-table-2 .price-circle .price sup {
    font-size: 22px;
    font-style: normal;
}
.ce-price-table-2 .price-circle .price i {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.ce-price-table-2 .title {
    color: #fff;
    padding: 0;
    width: 100%;
}
.ce-price-table-2 .features-list {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ce-price-table-2 .features-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.ce-price-table-2 .features-list li:last-child {
    border-bottom: medium none;
}
.ce-price-table-2.active .price-circle {
    background-color: #fff;
    border: 1px solid #fff;
}
.ce-price-table-2.active .price-circle .price {
    color: #242424;
}
.ce-price-table-2.active {
    background-color: #e54b84;
}
.ce-price-table-2.active .features-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.ce-price-table-2.active .features-list li:last-child {
    border-bottom: medium none;
}
.ce-price-table-2.active .btn.btn-green-4 {
    background-color: #fff;
    color: #242424;
}
.ce-price-table-2.border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}


/* price table 3
 ------------------------------ */

.ce-price-table-3 {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ce-price-table-3 th {
    margin: 0;
    padding: 0;
    width: 25%;
}
.ce-price-table-3 th .title-header {
    background-color: #443b97;
    color: #fff;
    float: left;
    font-size: 28px;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.ce-price-table-3 th .title-header.active {
    background-color: #e54b84;
}
.ce-price-table-3 .table > thead > tr > th {
    border: medium none;
    padding: 0;
}
.ce-price-table-3 .table > tbody > tr > td {
    padding: 20px;
}
.ce-price-table-3 .table > thead > tr > th {
    vertical-align: middle;
}
.ce-price-table-3 th .price {
    color: #fff;
    font: bold 36px/45px "Open Sans",sans-serif;
    padding: 8px 0;
    text-align: center;
}
.ce-price-table-3 tr td i {
    color: #89be21;
    font-size: 18px;
}
.ce-price-table-3 tr td.red i {
    color: #ff2f16;
}
.ce-price-table-3 th .price sup {
    font-size: 22px;
    font-style: normal;
}
.ce-price-table-3 th .price i {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.ce-price-table-3 tr:nth-child(2n) {
	color:#fff;
    background: #443b97 none repeat scroll 0 0;
}
.ce-price-table-3 tr:nth-child(2n+1) {
    background: #f5f5f5 none repeat scroll 0 0;
}
.ce-price-table-3 th .title-header.first {
    border: medium none;
    margin-top: 69px;
}
.ce-price-table-3 .table-bordered {
    border: medium none;
}
.ce-price-table-3 .table-bordered th .title-header.first {
    border-right: 1px solid #f1f1f1;
}
.ce-price-table-3 a.btn2 {
    margin-top: 20px;
}

/* price table 4
 ------------------------------ */
.ce-price-table-4 {
    background-color: #f5f5f5;
    float: left;
    padding: 20px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.ce-price-table-4 .inner-box {
    float: left;
    padding: 40px;
    width: 100%;
}
.ce-price-table-4 .inner-box .price-circle {
    background-color: #fff;
    border-radius: 100%;
    height: 130px;
    margin: 0 auto;
    padding: 38px 0 0;
    transition: all 0.3s ease-out 0s;
    width: 130px;
}
.ce-price-table-4 .inner-box .price-circle .price {
    color: #242424;
    font-size: 28px;
    font-weight: 700;
    padding: 8px 0 0;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.ce-price-table-4 .inner-box .price-circle .price i {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.ce-price-table-4 .inner-box .price-circle .price sup {
    font-size: 18px;
    font-style: normal;
}
.ce-price-table-4 ul.plan_features {
    float: left;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.ce-price-table-4 ul.plan_features li {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
    transition: all 0.3s ease-out 0s;
}
.ce-price-table-4 ul.plan_features li:last-child {
    border-bottom: medium none;
}
.ce-price-table-4:hover, .ce-price-table-4.active {
    background-color: #443b97;
}

.ce-price-table-4:hover ul.plan_features li, .ce-price-table-4.active ul.plan_features li {
	color:#fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ce-price-table-4:hover ul.plan_features li:last-child, .ce-price-table-4.active ul.plan_features li:last-child {
    border-bottom: medium none;
}
.ce-price-table-4:hover a.btn.btn-dark-3, .ce-price-table-4.active a.btn.btn-dark-3 {
    background-color: #e54b84;
    color: #fff;
}
.ce-price-table-4:hover .title, .ce-price-table-4.active .title {
    color: #fff;
}
.ce-price-table-4:hover .inner-box .price-circle .price, .ce-price-table-4.active .inner-box .price-circle .price {
    color: #e54b84;
}
.ce-price-table-4:hover .inner-box .price-circle, .ce-price-table-4.active .inner-box .price-circle {
    color: #e54b84;
}



/* price table 5
 ------------------------------ */
 
.ce-price-table-5 {
    background-color: #fff;
    float: left;
    padding: 20px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.ce-price-table-5 .inner-box {
    border: 1px solid #443b97;
    float: left;
    padding: 40px;
    width: 100%;
	transition: all 0.3s ease-out 0s;
}
.ce-price-table-5 .inner-box .price-circle {
    background-color: #fff;
    border: 3px solid #f5f5f5;
    border-radius: 100%;
    height: 130px;
    margin: 0 auto;
    padding: 38px 0 0;
    transition: all 0.3s ease-out 0s;
    width: 130px;
}
.ce-price-table-5 .inner-box .price-circle .price {
    color: #242424;
    font-size: 28px;
    font-weight: 700;
    padding: 8px 0 0;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.ce-price-table-5 .inner-box .price-circle .price i {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.ce-price-table-5 .inner-box .price-circle .price sup {
    font-size: 18px;
    font-style: normal;
}
.ce-price-table-5 ul.plan_features {
    float: left;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.ce-price-table-5 ul.plan_features li {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
    transition: all 0.3s ease-out 0s;
}
.ce-price-table-5 ul.plan_features li:last-child {
    border-bottom: medium none;
}
.ce-price-table-5:hover .inner-box, .ce-price-table-5.active .inner-box {
    border: 1px solid #443b97;
	background-color:#443b97;
}
.ce-price-table-5:hover .inner-box .price-circle, .ce-price-table-5.active .inner-box .price-circle {
    border: 3px solid #443b97;
}
.ce-price-table-5:hover .inner-box .price-circle .price, .ce-price-table-5.active .inner-box .price-circle .price {
    color: #443b97;
}
.ce-price-table-5:hover .inner-box .price-circle, .ce-price-table-5.active .inner-box .price-circle {
    color: #443b97;
}
.ce-price-table-5:hover .inner-box .btn.btn-dark-3, .ce-price-table-5.active .inner-box .btn.btn-dark-3 {
    background-color: #443b97;
    color: #fff;
}
.ce-price-table-5:hover .title, .ce-price-table-5.active .title {
    color: #fff;
}
.ce-price-table-5:hover ul.plan_features li, .ce-price-table-5.active ul.plan_features li {
	color:#fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.ce-price-table-5:hover ul.plan_features li:last-child, .ce-price-table-5.active ul.plan_features li:last-child {
    border-bottom: medium none;
}






/*========= theme layout styles ===========*/

.ce-title{
	padding:0px;
	margin:0px;
	}
	
.ce-title span{
	padding:0 5px;
 color: #192e8d;
	}
.ce-title.white span {
	/*border-bottom:1px solid #fff;*/
 color: #fff !important;
	}	
.ce-sub-title{
	color:#443b97;
	margin-top:18px;
	}
.ce-sub-title.white{
	color:#fff;
	}
	
/*============ domain search ============ */

.domain-search-home-3 {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.domain-search-home-3 #domain-searchform #dsearch {
    background-color: transparent;
    border: 1px solid #e4e4e4;
    color: #727272;
    float: left;
    font-size: 15px;
    height: 70px;
    padding: 7px 10px;
    width: 60%;
}
.domain-search-home-3 .drlist {
	background-color: transparent;
    border: 1px solid #e4e4e4;
    color: #272727;
    float: left;
    font-size: 16px;
    height: 70px;
    margin: 0 0 0 -5px;
    padding: 10px;
    width: 102px;
}
.domain-search-home-3 #search-submit {
    background-color: #443b97;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 70px;
    margin-left: 0;
    overflow: hidden;
    padding: 5px 55px;
    text-align: center;
	text-transform:uppercase;
    transition: all 0.3s ease-out 0s;
}
.domain-search-home-3 #search-submit:hover {
    background-color: #101010;
    color: #fff;
}

.domain-search-home-4 #domain-searchform #dsearch {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    float: left;
    font-size: 15px;
    height: 70px;
    padding: 7px 10px;
    width: 60%;
}
.domain-search-home-4 .drlist {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    float: left;
    font-size: 16px;
    height: 70px;
    margin: 0 0 0 -5px;
    padding: 10px;
    width: 102px;
}
.domain-search-home-4 #search-submit {
    background-color: #fff;
    border: medium none;
    color: #101010;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 70px;
    margin-left: 0;
    overflow: hidden;
    padding: 5px 55px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
.domain-search-home-4 #search-submit:hover {
    background-color: #101010;
    color: #fff;
}


ul.tld-list {
    margin: 0;
    padding: 0;
    width: 100%;
}
.tld-list li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: inline;
    float: left;
    margin: 0;
    padding: 0 20px;
    text-align: left;
}
.tld-list li:last-child {
    border-right: medium none;
}
.tld-list li span {
    display: block;
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 5px;
}
.tld-list li span.price {
    font-size: 18px;
    font-weight: normal;
}
.tld-list.dark li {
    border-right: 1px solid #e4e4e4;
    color: #242424;
    display: inline;
    float: left;
    margin: 0;
    padding: 0 20px;
    text-align: left;
}
.tld-list.dark li:last-child {
    border-right:none;
}
.tld-list.dark li.title {
    padding: 20px 10px 0 0;
}





.domain-search-home-2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.domain-search-home-2 #domain-searchform #dsearch {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    float: left;
    font-size: 15px;
    height: 70px;
    padding: 7px 10px;
    width: 76%;
}
.domain-search-home-2.bg-white #domain-searchform #dsearch {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #727272;
    float: left;
    font-size: 15px;
    height: 70px;
    padding: 7px 10px;
    width: 76%;
}
.domain-search-home-2 .drlist {
    background-color: #fff;
    border: 1px solid #fff;
    color: #272727;
    float: left;
    font-size: 16px;
    height: 70px;
    margin: 0 0 0 -5px;
    padding: 10px;
    width: 102px;
}
.domain-search-home-2 #search-submit {
    background-color: #e54b84;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 70px;
    margin-left: 0;
    overflow: hidden;
    padding: 5px 60px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.domain-search-home-2 #search-submit:hover {
    background-color: #101010;
    color: #fff;
}

.iconbox-dxlarge.color-secondary, .iconbox-xlarge.color-secondary, .iconbox-large.color-secondary, .iconbox-xmedium.color-secondary, .iconbox-medium.color-secondary, .iconbox-smedium.color-secondary, .iconbox-small.color-secondary, .iconbox-tiny.color-secondary, .iconbox-xtiny.color-secondary {
    background-color: #e54b84;
	color:#fff;
}


.personal-info {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.personal-info li {
    color: #443b97;
    padding-bottom: 8px;
}
.personal-info li i {
    margin-right: 10px;
}


.percent {
    height: 200px;
    margin: 0 auto;
    width: 200px;
}
.percent-2 {
    height: 200px;
    margin: 0 auto;
    width: 200px;
}

/*============ Parallax Sections ============ */
.parallax-1 {
    background: rgba(0, 0, 0, 0) url("../images/parallax/ce-parallax-1.html") no-repeat fixed 50% 0;
}
.parallax-2 {
    background: rgba(0, 0, 0, 0) url("../img/bg-footer.jpg") no-repeat fixed 50% 0;
}
.parallax-3 {
    background: rgba(0, 0, 0, 0) url("../images/parallax/ce-parallax-3.html") no-repeat fixed 50% 0;
}
.parallax-4 {
    background: rgba(0, 0, 0, 0) url("../images/parallax/ce-parallax-4.html") no-repeat fixed 50% 0;
}
.parallax-5 {
    background: rgba(0, 0, 0, 0) url("../images/parallax/ce-parallax-5.html") no-repeat fixed 50% 0;
}
.parallax-6 {
    background: rgba(0, 0, 0, 0) url("../images/parallax/ce-parallax-6.html") no-repeat fixed 50% 0;
}
/*============ page sidebar ============ */
.pages-sidebar-item {
    float: left;
    margin-bottom: 60px;
    width: 100%;
}
.pages-sidebar-item .social-links {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.pages-sidebar-item .social-links li {
    float: left;
    margin: 0;
    padding: 0;
}
.pages-sidebar-item .social-links li a {
    color: #101010;
    float: left;
    padding: 0 20px 0 0;
}
.pages-sidebar-item .social-links li a:hover {
    color: #ecae3d;
}
.pages-newsletter {
    border: 1px solid #e4e4e4;
    float: left;
    height: 45px;
    padding: 10px;
    width: 100%;
}
.pages-sidebar-item-title {
    font-size: 20px;
    margin-bottom: 25px;
}
.pages-sidebar-links {
    float: left;
    padding: 0;
    width: 100%;
}
.pages-sidebar-links li {
    border-bottom: 1px solid #ececec;
    float: left;
    width: 100%;
}
.pages-sidebar-links li a {
    float: left;
    padding: 10px 0;
    width: 100%;
}
.pages-sidebar-links li a:hover, .pages-sidebar-links li a.active {
    color: #443b97;
}
.pages-sidebar-links li:last-child {
    border-bottom: medium none;
}
.pages-tags {
    margin: 0;
    padding: 0;
}
.pages-tags li {
    margin: 0;
    padding: 0;
}
.pages-tags li a {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #727272;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 15px;
}
.pages-tags li a:hover, .pages-tags li a.active {
    background-color: #443b97;
    color: #fff;
}



/*============ blog pages ============ */
.ce-blog-holder-1 {
    width: 100%;
	float:left;
}
.ce-blog-holder-1 .blog-img {
	position: relative;
    float: left;
    width: 100%;
	z-index:1;
}
.ce-blog-holder-1 .blog-img .overlay {
    position: absolute;
    text-align: center;
    z-index: 2;
	float:left;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
.ce-blog-holder-1 .post-date-box {
    top:30px;
	left:30px;
}
.ce-blog-holder-1 .post-date-box.two {
    background-color: #fff;
    color: #242424;
    top: 130px;
}
.ce-blog-holder-1 .post-date-box.two span {
    color: #242424;
}


.blog-pagenation {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.blog-pagenation li {
    display: inline;
    margin: 0;
    padding: 0;
}
.blog-pagenation li a {
    border: 1px solid #e4e4e4;
    color: #242424;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center;
    width: 40px;
}
.blog-pagenation li a:hover, .blog-pagenation li a.active {
    background-color: #443b97;
    border: 1px solid #443b97;
    color: #fff;
}

.bg-cinput {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #101010;
    float: left;
    height: 45px;
    margin-bottom: 15px;
    padding: 8px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.bg-ctexteria {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #101010;
    float: left;
    height: 160px;
    margin-bottom: 15px;
    padding: 8px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}



/*============ Shop ============ */

.ce-feature-box-27 {
    background-color: #443b97;
    float: left;
    min-height: 492px;
    padding: 70px 50px 50px;
    width: 100%;
}
.ce-feature-box-28 {
    background-color: #443b97;
    float: left;
    padding: 20px;
    width: 100%;
}


.ce-feature-box-29 {
    float: left;
    width: 100%;
}
.ce-feature-box-29 .img-box {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ce-feature-box-29 .img-box .badge {
    background-color: #443b97;
    border-radius: 100%;
    color: #fff;
    float: left;
    font-size: 10px;
    font-weight: normal;
    height: 34px;
    left: 30px;
    line-height: 30px;
    position: absolute;
    text-transform: uppercase;
    top: 30px;
    width: 34px;
}
.ce-feature-box-29 .img-box a.view-btn {
    background-color: rgba(68, 59, 151, 0.9);
    bottom: -60px;
    color: #fff;
    left: 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.ce-feature-box-29 .btn.btn-border.light {
    border: 2px solid #f5f5f5;
}
.ce-feature-box-29:hover .img-box .view-btn, .ce-feature-box-29.active .img-box .view-btn {
    bottom: 0;
}
.ce-feature-box-29:hover .btn.btn-border.light, .ce-feature-box-29.active .btn.btn-border.light {
    background-color: #101010;
    border: 2px solid #101010;
    color: #727272;
}


.sp-feature-box-4 input {
    background-color: #fff;
    border: 1px solid #fff;
    float: left;
    height: 60px;
    padding: 15px;
    width: 85%;
}
.sp-feature-box-4 .submit-btn {
    background-color: #e54b84;
    border: 1px solid #e54b84;
    color: #fff;
    float: left;
    height: 60px;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    width: 15%;
}
.sp-feature-box-4 .submit-btn:hover {
    background-color: #101010;
    border: 1px solid #101010;
    color: #fff;
}


.google-map {
    border: 1px solid #d9d9d9;
    height: 300px;
    padding: 20px;
    width: 100%;
}
.google-map.two {
    border: medium none;
    height: 350px;
    padding: 0;
    width: 100%;
}










/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {
	
.domain-search-home-3 #domain-searchform #dsearch {
    width: 51%;
}
.ce-ce-feature-box-30-main .border-box {
    min-height: 410px;
}
.ce-feature-box-13 .bottom-box {
    min-height: 195px;
}
.ce-newsletter-1 {
    width: 78%;
}
.domain-search-home-2.bg-white #domain-searchform #dsearch {
    width: 70%;
}














}
	
	

	
	
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {

.container{ 
	width:94%;
}
.domain-search-home-3 #domain-searchform #dsearch {
    width: 70%;
}
.ce-price-table-1 {
    position: static;
}
.ce-feature-box-5 .item-holder {
    position: static;
}
.ce-feature-box-6 {
    padding-top: 80px;
}
.ce-ce-feature-box-30-main .ce-ce-feature-box-30 {
    position: static;
}
.ce-ce-feature-box-30-main .border-box {
	display:none;
}
.ce-feature-box-10 {
    min-height: 725px;
}
.ce-feature-box-13 .img-box {
    position: static;
}
.ce-feature-box-13 .bottom-box {
	display:none;
}
.ce-feature-box-10 .text-box {
    position: static;
}
.ce-feature-box-11 {
    padding-top: 0;
}

.table-style-2 table, thead, tbody, th, td, tr { 
display: block; 
}
		
.table-style-2 td { 
border: none;
position: relative;
padding-left: 50%; 
}
		
.table-style-2 td:before { 
position: absolute;
top: 6px;
left: 6px;
width: 45%; 
padding-right: 10px; 
white-space: nowrap;
}
	
.table-style-2 td:nth-of-type(1):before { content: "TLD"; }
.table-style-2 td:nth-of-type(2):before { content: "Registration"; }
.table-style-2 td:nth-of-type(3):before { content: "Domain Transfer"; }
.table-style-2 td:nth-of-type(4):before { content: "DNS Management"; }
.table-style-2 td:nth-of-type(5):before { content: "Whois Privacy"; }
.table-style-2 td:nth-of-type(6):before { content: ""; }





}



/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {
.domain-search-home-3 #domain-searchform #dsearch {
    width: 63%;
}
.ce-pricing-overlay-bottom {
	display:none;
}
.domain-search-home-2.bg-white #domain-searchform #dsearch {
    width: 62%;
}



.table-style-2 table, thead, tbody, th, td, tr { 
display: block; 
}
		
.table-style-2 td { 
border: none;
position: relative;
padding-left: 50%; 
}
		
.table-style-2 td:before { 
position: absolute;
top: 6px;
left: 6px;
width: 45%; 
padding-right: 10px; 
white-space: nowrap;
}
	
.table-style-2 td:nth-of-type(1):before { content: "TLD"; }
.table-style-2 td:nth-of-type(2):before { content: "Registration"; }
.table-style-2 td:nth-of-type(3):before { content: "Domain Transfer"; }
.table-style-2 td:nth-of-type(4):before { content: "DNS Management"; }
.table-style-2 td:nth-of-type(5):before { content: "Whois Privacy"; }
.table-style-2 td:nth-of-type(6):before { content: ""; }











 
}



/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {
.domain-search-home-3 #domain-searchform #dsearch {
    width: 61%;
}
.ce-feature-box-14.padd-left {
    padding: 0;
}
.domain-search-home-2.bg-white #domain-searchform #dsearch {
    width: 60%;
}

.table-style-2 td:nth-of-type(1):before { content: "TLD"; }
.table-style-2 td:nth-of-type(2):before { content: "Registration"; }
.table-style-2 td:nth-of-type(3):before { content: "Domain Transfer"; }
.table-style-2 td:nth-of-type(4):before { content: "DNS Management"; }
.table-style-2 td:nth-of-type(5):before { content: "Whois Privacy"; }
.table-style-2 td:nth-of-type(6):before { content: ""; }

#domain-search-holder .drlist {
	float:left;
}
#domain-search-holder #dsearch {
    height: 80px;
    width: 60%;
}







}


/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {













}


@media screen and (max-width: 640px) {
.domain-search-home-3 #search-submit {
    padding: 5px 35px;
}
.ce-newsletter-1 {
    width: 73%;
}
.domain-search-home-2 #search-submit {
    padding: 5px 194px;
}

.table-style-2 td:nth-of-type(1):before { content: "TLD"; }
.table-style-2 td:nth-of-type(2):before { content: "Registration"; }
.table-style-2 td:nth-of-type(3):before { content: "Domain Transfer"; }
.table-style-2 td:nth-of-type(4):before { content: "DNS Management"; }
.table-style-2 td:nth-of-type(5):before { content: "Whois Privacy"; }
.table-style-2 td:nth-of-type(6):before { content: ""; }

.ce-price-table-3 th .title-header {
    font-size: 15px;
}
.ce-price-table-3 th .price {
    font: bold 25px "Open Sans",sans-serif;
}

.ce-feature-box-9-main .ce-feature-box-9 {
    position: static;
}
.ce-feature-box-9-main .border-box {
    display:none;
}







}


@media screen and (max-width: 480px) {
.domain-search-home-3 #search-submit {
    padding: 5px 151px;
}

.ce-feature-box-10 .text-box .client-holder .text-box-right {
    float: left;
    padding: 15px 0 0 0;
    width: 100%;
}
.ce-newsletter-1 {
    width: 100%;
}
.ce-newsletter-submit-1 {
    width:100%;
}
.domain-search-home-2 #search-submit {
    padding: 5px 150px;
}
.ce-blog-holder-1 .post-date-box {
	width:70px;
	height:70px;
	padding: 12px 0 0;
    left: 0;
    top: 0;
}
.ce-blog-holder-1 .post-date-box.two {
    top: 75px;
}
.domain-search-home-2 #search-submit {
    padding: 5px 0;
    width: 100%;
}
.ce-feature-box-9-main .ce-feature-box-9 {
    position: static;
}
.ce-feature-box-9-main .border-box {
    display:none;
}
.domain-search-home-3 #domain-searchform #dsearch {
    width: 76%;
}
.domain-search-home-3 #search-submit {
    padding: 5px 0;
	width:100%;
}
.ce-price-table-1 {
    width: 100%;
}















}

/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {

.domain-search-home-3 #search-submit {
    padding: 5px 116px;
}
.ce-feature-box-6 {
    padding-top: 40px;
}
.ce-feature-box-10 .text-box {
    padding: 83px;
}
.ce-feature-box-16 .text-big {
    font-size: 50px;
    line-height: 45px;
}
.ce-feature-box-15 .offer-badge {
    font-size: 14px;
    line-height: 17px;
    padding-top: 20px;
	width:80px;
	height:80px;
}
.ce-feature-box-14 {
    border-right: none;
    padding: 0 0 0 0;
}
.ce-feature-box-15 .offer-badge span {
    font-size: 18px;
}
.ce-newsletter-submit-1 {
    width:100%;
}
.domain-search-home-2 #search-submit {
    padding: 5px 116px;
}

.ce-feature-box-32 .text-box-right.more-padding-5 {
    padding: 0;
}
.ce-blog-holder-1 .post-date-box {
	width:70px;
	height:50px;
	padding: 6px 0 0;
    left: 0;
	font-size: 12px;
	line-height: 13px;
    top: 0;
}
.ce-blog-holder-1 .post-date-box.two {
    top: 52px;
}
.post-date-box span {
    font-size: 12px;
}
.ce-price-table-3 th .title-header {
    font-size: 12px;
}
.ce-price-table-3 th .price {
    font: bold 17px "Open Sans",sans-serif;
}
.ce-feature-box-20 .text-box-right.more-padding-5 {
    padding: 0;
}
.domain-search-home-2 #domain-searchform #dsearch {
    width: 100%;
}
.domain-search-home-2 .drlist {
    width: 100%;
}

.domain-search-home-3 #domain-searchform #dsearch {
    width: 100%;
}
.domain-search-home-3 .drlist {
    width: 100%;
	margin: 0 0 0 0;
}




}


/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
.ce-newsletter-submit-1 {
    width:100%;
}
.domain-search-home-3 #search-submit {
    padding: 5px 105px;
}
.ce-feature-box-10 .text-box .client-holder .img-circle {
    height: 130px;
    width: 130px;
}

.ce-feature-box-10 .text-box .client-holder .img-circle .imgbox-xlarge {
    height: 110px;
    width: 110px;
}
.ce-feature-box-10 .text-box {
    padding: 75px;
}
.domain-search-home-2 #search-submit {
    padding: 5px 40px;
}









}




.list_icon_fixed {
 list-style: none;
 /*position: absolute;
 top: 100%;
 right: 18px;*/
}
.list_icon_fixed li:first-child {
 top: 35%;
}
.list_icon_fixed li {
 display: block;
 margin-bottom: 10px;
 /*background-color: #fff;*/
 padding: 10px 12px;
 border-radius: 5px;
 text-align: center;
 line-height: normal;
 
 position: fixed;
 z-index: 99999;
 top: 50%;
 right: 18px;
}
.list_icon_fixed li a img {
 width: 60px;
}

.tp-leftarrow,
.tp-rightarrow {
 display: none !important;
}

.list_icon_fixed li.whatsapi,
a.whatsapi {
 display: none;
}
@media screen and (max-width: 600px) {   
 .list_icon_fixed li.whatsapi,
 a.whatsapi {
  display: block;
 }
 .list_icon_fixed li.whatsweb,
 a.whatsweb {
  display: none;
 }
}



@font-face {
 font-family:'Montserrat-Bold';
 src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
 font-family:'Montserrat-Regular';
 src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}


#navbar-top li a {
 padding: 0;
 text-align: center;
}
/*#navbar-top li.active a,
#navbar-top li:hover a {
 border-bottom: 1px solid #1c3196;
 padding-bottom: 2px;
}*/

.header-section .logo {
 margin-top: 8px !important;
}

.header-section .main-nav .nav {
 display: flex;
 align-items: center;
}
.header-section.style1 ul li {
 padding: 25px 20px;
}
.header-section.style1 ul li:last-child {
 padding: 0;
}
.header-section.style1 ul li:last-child img {
 display: block;
 margin: 0 auto;
 width: 115px;
}

.header-section.style1 ul li a,
.header-section ul li:hover > a,
.header-section ul li.active > a {
 color: #1c3196 !important;
}

#slide-2-layer-4 {
 font-size: 28px !important;
 text-transform: inherit !important;
}
#slide-2-layer-6,
#slide-2-layer-7,
#slide-2-layer-8,
#slide-2-layer-9,
#slide-2-layer-10,
#slide-2-layer-11,
#slide-2-layer-12 {
 color: #fff !important;
}
p.text-white {
 color: #fff !important;
 opacity: 1 !important;
}
p,
::placeholder,
form .btn-send,
#form-contacto select,
.header-section.style1 ul li a,
.sec-moreless-padding span {
 font-family:'Montserrat-Regular' !important;
}

p span,
.heading-slider-single-slide-content2 h4,
.ce-feature-box-4 .ce-title,
.ce-title span,
h4.text-white,
h4.text-black,
#slide-2-layer-4,
#slide-2-layer-6,
#slide-2-layer-7,
#slide-2-layer-8,
#slide-2-layer-9,
#slide-2-layer-10,
#slide-2-layer-11,
#slide-2-layer-12,
form .btn-send,
.btn-cotiza,
ul.list-m-exclusivas li {
 font-family:'Montserrat-Bold' !important;
}
h4.text-black, p.text-black,
option {
 color: #000 !important;
}

.kasto .ce-feature-box-4 {
 padding-top: 10px;
}
.kasto .ce-feature-box-4 img {
 display: block;
 margin: 0 auto 2.5rem;
 width: 195px;
}
.kasto .ce-feature-box-4 h4 {
 font-size: 18px;
}

.ce-feature-box-4 .ce-title {
 line-height: 1.5;
}
.ce-feature-box-5 .item-holder .text-box h4 {
 font-size: 18px;
}


.heading-slider-single-slide-content2 {
 /*margin-right: 72px;*/
 position: absolute;
 top: -680px;
 /*box-shadow: 18px 18px 0px -3px #625647;*/
 padding: 20px;
 background-color: #dfdfdf;
}
.heading-slider-single-slide-content2 h4 {
 font-size: 17px;
 line-height: 1;
 margin: 0 0 20px;
 color: #494949;
 text-align: center;
}
form.form-top {
 background-color: #dfdfdf;
}
form input, form.form-top .form-control {
 box-sizing: border-box;
 display: block;
 padding: 6px 12px;
 font-size: 14px;
 line-height: 1.42857143;
 background-image: none;
 border-radius: 0px;
 box-shadow: -7px 1px 10px 0px rgb(0 0 0 / 8%);
 transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 width: 100%;
 border: none;
 background-color: rgba(255,255,255,1) !important;
 color: rgba(85,85,85,1) !important;
 height: 42px !important;
}
form .btn-send {
 color: #fff;
 background-color: #1b3196;
 border-radius: 8px;
 font-size: 16px;
}
::placeholder,
#form-contacto select {
 color: #000 !important;
}


.content-info-box {
 display: flex;
 justify-content: center;
 align-content: center;
 align-items: center;
 height: 100%;
}

.numeros-1 {
 margin-top: 70px;
}
.numeros-2 {
 margin-top: 70px;
}

.numeros-1 p,
.numeros-2 p {
 position: relative;
 background-color: #545454;
 padding: 5px 10px;
 color: #fff;
 padding-left: 75px;
 border-top-left-radius: 50px;
 border-bottom-left-radius: 50px;
 line-height: normal;
 max-width: 75%;
 margin: 0 auto;
 margin-bottom: 37.5px;
 font-family:'Montserrat-Bold' !important;
}

.numeros-1 p:last-child,
.numeros-2 p:last-child {
 margin-bottom: 0px;
}

.numeros-1 p span,
.numeros-2 p span {
 position: absolute;
 width: 50px;
 height: 50px;
 line-height: 50px;
 color: #fff;
 background: #1b3196;
 left: 0;
 display: inline-block;
 vertical-align: middle;
 text-align: center;
 top: -12.5px;
 border-radius: 50px;
 font-size: 30px;
}

.bg-secc-footer {
 padding-bottom: 62.5px;
 background-image: url('../../img/bg-footer.jpg');
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 /*background-attachment: fixed;*/
}

.bg-secc-footer .aling-center-content {
 display: grid;
 justify-content: center;
}

.bg-secc-footer .sec-title-container {
 padding-bottom: 26.25px;
}

.bg-secc-footer .sec-title-container.pb-0 {
	padding-bottom: 0;}

.bg-secc-footer .sec-title-container .ce-title {
 font-size: 15px;
}
.bg-secc-footer .sec-title-container address {
 color: #1b3196;
 font-size: 14px;
margin-bottom: 10px;
}
.bg-secc-footer .sec-title-container .ce-title span {
 padding-left: 0;
 padding-right: 0;
}

.bg-secc-footer .sec-title-container img {
 /*display: block;
 margin: 0 auto;*/
 margin-top: 37px;
}
.img-footer {
    margin-left: -15px;
}

.bg-secc-footer .btn-contact {
 padding: 8px 16px;
 background-color: #1b3196;
 color: #fff;
 border-radius: 0;
 right: 0;
 /*margin-right: 120px;*/
 font-weight: 600;
 text-transform: uppercase;

 position: relative;
 bottom: 337.5px;/*  */
 z-index: 9;
 float: right;
}
.bg-secc-footer .btn-contact img {
 width: 25px;
 position: relative;
 left:-6.25px;
}

.btn-cotiza {
 padding: 8px 16px;
 background-color: #1b3196;
 color: #fff;
 font-weight: 600;
 text-transform: uppercase;
 border-radius: 8px;
	margin-top: -7px;
}
.btn-cotiza:hover,
.btn-cotiza:focus,
form .btn-send:hover,
form .btn-send:focus {
 color: #fff !important;
}

.list-ctw {
 position: relative;
 list-style: none;
 padding: 0px;
 width: 100%;
 margin-left: 16px;
}
.list-ctw li {
 /*display: inline-block;*/
 /*margin: 0;
 padding: 0;*/
 position: relative;
 /*padding-left: 30px;*/
}
.list-ctw li:last-child {
 margin-top: 15px;
}

.list-ctw li .fa {
 position: absolute;
 left: 0px;
 top: 5px;
 color: #1b3196;
 font-size: 16px;
 line-height: 1em;
 font-weight: 300;
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
}
.list-ctw li a {
 color: #1b3196;
 font-size: 14px;
 /*
 display: inline-block;
 margin: 0;
 padding: 0;
 */
 text-align: center;
 padding-left: 7px;
}

.scrollup {
 background: #1b3196 url(../images/scroll-top-arrow.html) no-repeat 15px 16px !important;
}




.scroll-top {
 position: fixed;
 right: 30px;
 bottom: -60px;
 z-index: 999;
 -webkit-box-shadow: 0 30px 50px rgba(0,0,0,.03);
 box-shadow: 0 30px 50px rgba(0,0,0,.03);
 display: block;
 padding: 0;
 width: 60px;
 height: 60px;
 border-radius: 50%;
 text-align: center;
 font-size: 25px;
 line-height: 60px;
 cursor: pointer;
 opacity: 0;
 visibility: hidden;
 background-color: #1b3196;
 background-size: 200% auto;
 background-position: left center;
 color: #fff;
 -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
 -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
 transition: all .25s cubic-bezier(.645,.045,.355,1);
 overflow: hidden;
}
.scroll-top.show {
 visibility: visible;
 opacity: 1;
 bottom: 60px;
}
.scroll-top i {
 position: absolute;
 top: 50%;
 left: 50%;
 color: #fff;
 -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
 -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
 transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.scroll-top .arrow-top {
 -webkit-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
}
.scroll-top .arrow-bottom {
 -webkit-transform: translate(-50%,80px);
 -ms-transform: translate(-50%,80px);
 transform: translate(-50%,80px);
}




/*****************   REFACCIONES  ********************/
.tp-caption {
 line-height: 1.2 !important;
}
.tp-caption img.mazak {
 width: 260px !important;
 height: 130px !important;
 float: left !important;
}
#marcas-exclusivas .row-one .sec-title-container {
 padding-bottom: 37.5px;
}
.row-one {
 margin-bottom: 37.5px;
}
.row-two {
 margin-bottom: 75px;
}

.box-marcas-exclusivas {
 background-color: #fff;
 padding: 25px;
 min-height: 380px;
}
.box-marcas-exclusivas h4 {
 font-family: 'Montserrat-Bold' !important;
 color: #192e8d;
 text-align: center;
 font-size: 19px;
}
.box-marcas-exclusivas p {
 color: #494949;
 text-align: center;
}
ul.list-m-exclusivas {
 padding: 25px 0px 0px;
 margin-bottom: 0;
}
ul.list-m-exclusivas li {
 color: #494949 !important;
 text-align: center;
 line-height: 1.5;
}


#galeria .sec-title-container {
 padding-bottom: 37.5px;
}
#galeria .r-1 img,
#galeria .r-2 img {
	display: block;
 margin: 0 auto;
 margin-bottom: 30px;
}
#galeria .r-2 img.g6 {
 margin-bottom: 28px;
}

#parallax {
 background-image: url(../img/parallax.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-attachment: inherit;
 padding: 37.5px;
 text-align: center;
 height: 100%;
 position: relative;
 margin-top: 75px;
}
#parallax h3 {
 color: #fff;
 font-family: 'Montserrat-Bold' !important;
 text-transform: none;
 text-align: center;
}
#parallax .btn-cotiza {
 margin-top: 37.5px;
 padding: 10px 150px;
}

.secc-footer-padding {
 /*padding-top: 37.5px;*/
 padding-top: 100px;
}
.bg-secc-footer .sec-title-container p.text-down-logo {
 font-family: 'Montserrat-Bold' !important;
 color: #192e8d;
}


.recorrido {
 width: 100%;
 height: 480px;
}


.section-primary .sec-moreless-padding span {
 display: block;
}
.section-primary .sec-moreless-padding a {
 font-weight: 400;
 font-family: 'Montserrat-Regular' !important;
 color: #fff;
 line-height: normal;
 text-align: center;
 margin-top: 7.5px;
}







.ar-filtrazioni img {
 margin: 37.5px auto 0;
}
.ar-filtrazioni .ce-feature-box-4 {
 margin: 0 !important;
 padding-top: 50px !important;
 padding-bottom: 75px !important;
 margin-top: 37.5px !important;
 padding-left: 65px;
 padding-right: 65px;
}
/* text-white */
.ar-filtrazioni .ce-feature-box-4 p,
#arfil-inst-mtto p,
#arfil-centralizados p,
#arfil-mexplosivos p,
#arfil-purificadora p,
#galeria p {
 text-align: justify;
 margin-bottom: 35px;
 line-height: 1.75;
}
#arfil-mexplosivos p {
 margin-bottom: 30px;
}
.ar-filtrazioni .ce-feature-box-4 p {
 font-size: 16px;
}
.ar-filtrazioni .ce-feature-box-4 a,
#arfil-purificadora .box-marcas-exclusivas a,
#arfil-inst-mtto a,
#arfil-mexplosivos a,
#arfil-centralizados a {
 background-color: #fff;
 border-color: #fff;
 color: #1b3196;
 border-radius: 8px;
 line-height: normal;
 /*height: 40px;*/
 padding: 12px 22px;
 font-weight: 600;
 font-family: 'Montserrat-Bold' !important;
 font-size: 14px;
 position: relative;
 /*display: block;*/
 text-align: center;
}
#arfil-purificadora,
#arfil-mexplosivos {
 background-color: #dfdfdf;
}
#arfil-purificadora .row,
#arfil-inst-mtto .row,
#arfil-centralizados .row,
#arfil-mexplosivos .row {
 display: flex;
 align-items: center;
}
#arfil-purificadora,
#arfil-inst-mtto,
#arfil-centralizados,
#arfil-mexplosivos {
 padding: 75px 0;
}
#arfil-purificadora .ce-feature-box-5,
#arfil-inst-mtto .ce-feature-box-5,
#arfil-centralizados .ce-feature-box-5,
#arfil-mexplosivos .ce-feature-box-5 {
 min-height: 100%;
}
#arfil-purificadora .box-marcas-exclusivas,
#arfil-centralizados .box-marcas-exclusivas,
#arfil-mexplosivos .box-marcas-exclusivas {
 padding: 35px 25px;
}
#arfil-purificadora .box-marcas-exclusivas h4,
#arfil-centralizados h4,
#arfil-mexplosivos h4 {
 text-align: left;
 margin-bottom: 30px;
}
#arfil-purificadora .purificadora {
 background: linear-gradient(90deg, white 80%, #dfdfdf);
 display: flex;
 align-items: center;
}
#arfil-purificadora .purificadora .bleft {
 position: relative;
}
#arfil-purificadora .purificadora .bleft::before {
 content: '';
 position: absolute;
 left: 0;
 height: 100%;
 width: 15px;
 top: 0;
 background-color: #dfdfdf;
}



#arfil-purificadora .box-marcas-exclusivas ul,
#arfil-centralizados ul,
#arfil-inst-mtto ul,
#arfil-mexplosivos ul {
 width: 100%;
 padding: 0;
 position: relative;
 margin-bottom: 40px;
}
#arfil-inst-mtto ul {
 z-index: 5;
}
#arfil-purificadora .box-marcas-exclusivas ul li,
#arfil-centralizados ul li,
#arfil-inst-mtto ul li,
#arfil-mexplosivos ul li {
 font-weight: 400;
 font-family: 'Montserrat', sans-serif;
 color: #494949;
 line-height: normal;
 margin-bottom: 12.5px;
 text-align: left;
 list-style: none;
 position: relative;
 padding-left: 20px;
 font-size: 16px;
}
#arfil-purificadora .box-marcas-exclusivas ul li:last-child,
#arfil-centralizados ul li:last-child,
#arfil-inst-mtto ul li:last-child,
#arfil-mexplosivos ul li:last-child {
 margin-bottom: 0;
}
#arfil-purificadora .box-marcas-exclusivas ul li img,
#arfil-centralizados ul li img,
#arfil-inst-mtto ul li img,
#arfil-mexplosivos ul li img {
 display: inline-block !important;
 position: absolute;
 left: 0;
 width: 18px;
}
#arfil-purificadora .box-marcas-exclusivas a,
#arfil-inst-mtto a,
#arfil-mexplosivos a,
#arfil-centralizados a {
 background-color: #1b3196;
 border-color: #1b3196;
 color: #fff;
}
#arfil-inst-mtto {
 position: relative;
}
#arfil-inst-mtto::before {
 content: '';
 position: absolute;
 left: 4%;
 right: 0;
 width: 92%;
 height: 157.5px;
 background-color: #f0f1f6;
 top: 30%;
 z-index: 2;
 border-top-right-radius: 15px;
 border-bottom-left-radius: 15px;
}
#arfil-inst-mtto,
#arfil-inst-mtto .ce-feature-box-5,
#arfil-centralizados,
#arfil-centralizados .ce-feature-box-5 {
 background-color: #fff;
}
#arfil-inst-mtto h4 {
 text-align: left;
 margin-bottom: 25px;
}
#arfil-inst-mtto p,
#arfil-inst-mtto img,
#arfil-centralizados p,
#arfil-mexplosivos p,
#arfil-purificadora p,
#galeria p {
 color: #494949 !important;
 position: relative;
 z-index: 5;
 font-size: 16px;
}
#arfil-inst-mtto img,
#arfil-centralizados img.img-responsive {
 border-radius: 15px;
}
#arfil-inst-mtto a {
 display: inline-block;
 padding: 12px 22px;
}

#arfil-centralizados {
 padding-top: 0px;
}
/*#arfil-centralizados ul {
 margin-bottom: 0;
}*/

#arfil-mexplosivos a {
 display: inline-block;
 padding: 12px 88px
}
#arfil-mexplosivos .mexplosivos {
 background: linear-gradient(90deg, #dfdfdf 80%, #fff);
 display: flex;
 align-items: center;
}
#arfil-mexplosivos .mexplosivos .bright {
 position: relative;
}
#arfil-mexplosivos .mexplosivos .bright::before {
 content: '';
 position: absolute;
 left: 0;
 height: 100%;
 width: 15px;
 top: 0;
 background-color: #fff;
}

div#owl-weisser img {
 border-radius: 15px;
 margin: 0 auto;
 width: 600px;
}

#galeria {
 padding-top: 0px;
}
#galeria h6 {
 margin-bottom: 0px;
 text-align: center;
 line-height: 1.5;
 margin: 0px 0px 30px;
}
#galeria h3 {
 margin-bottom: 12.5px !important;
}

#nosotros {
 padding-top: 75px;
 position: relative;
 padding-bottom: 25px;
}
#nosotros::before {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 width: 100%;
 height: 46%;
 background-color: #dfdfdf;
 top: 13%;
}
#nosotros p {
 text-align: justify;
 font-size: 16px;
 line-height: 1.75;
}

#clientes .sec-tpadding-2 {
 padding-top: 50px;
}



 

@media (max-width: 768px) {
 .heading-slider-single-slide-content2 {
  position: relative;
  margin-right: 0px;
  top: 0;
  margin-top: 25px;
 }
 .list_icon_fixed li a img {
  width: 60px;
 }
 .list_icon_fixed li {
  top: 75%;
 }
 .list_icon_fixed li:last-child {
  top: 85%;
 }
 
 #slide-2-layer-4 {
  font-size: 18px !important;
 }
 .ce-feature-box-4 {
  margin-top: 50px;
  padding: 35px;
 }
 .ce-feature-box-6 {
  display: none;
 }
 .ce-feature-box-10 {
  min-height: auto;
 }
 .ce-feature-box-3 {
  padding: 35px;
 }
 .numeros-1 p, .numeros-2 p {
  max-width: 100%;
 }
 .numeros-2 {
  margin-top: 40px;
 }

 .bg-secc-footer {
  background-position: center !important;
  /*height: 100vh !important;*/
  text-align: center;
  padding-bottom: 32.5px;
 }
 .bg-secc-footer .btn-contact {
  margin-right: 0;
  bottom: 655px;
 }
 /*.list-ctw li a {
  text-align: left;
 }*/


 #marcas-exclusivas {
  padding-bottom: 37.5px;
 }
 .row-one {
  margin-bottom: 0px;
 }
 .row-two {
  margin-bottom: 18.75px;
 }
 .box-marcas-exclusivas {
  margin-bottom: 18.75px;
	 min-height: auto;
 }

 .bg-secc-footer .aling-center-content {
  display:block;
  justify-content: left;
 }
 .bg-secc-footer .sec-title-container {
  padding-bottom: 13px;
 }
 .bg-secc-footer .sec-title-container img {
  margin-top: 0;
  display: block;
  margin: 0 auto;
 }
 .list-ctw {
  margin-left: 0;
 }
 .list-ctw li:last-child {
  margin-top: 0;
 }
 .list-ctw li .fa {
  position: relative;
  top: 0;
 }
	
	.rev_slider_wrapper,
 #rev_slider {
  height: 340px !important;
 }
 /*.tp-parallax-wrap {
  top:  30px !important;
 }*/
	.tp-revslider-slidesli .tp-parallax-wrap:nth-child(1) {
  top:  30px !important;
 }
 .tp-revslider-slidesli .tp-parallax-wrap:nth-child(2) {
  top:  30px !important;
 }
.tp-revslider-slidesli .tp-parallax-wrap:nth-child(3) {
  top:  230px !important;
 }
	.tp-revslider-slidesli .tp-parallax-wrap:nth-child(4) {
  top:  260px !important;
 }
	.tp-revslider-slidesli .tp-parallax-wrap:nth-child(5) {
  top:  290px !important;
 }
	.tp-revslider-slidesli .tp-parallax-wrap:nth-child(6) {
  top:  330px !important;
 }
	.tp-revslider-slidesli .tp-parallax-wrap:nth-child(7) {
  top:  250px !important;
 }
	.tp-revslider-slidesli .tp-parallax-wrap:nth-child(8) {
  top:  280px !important;
 }
	.tp-revslider-slidesli .tp-parallax-wrap:nth-child(9) {
  top:  280px !important;
 }





 .header-section .main-nav .nav {
  display: block;
 }
 .header-section .logo {
  max-width: 120px;
 }
 .header-section.style1 ul li {
  padding: 0;
 }
 #arfil-purificadora {
  padding: 50px 0;
 }
 #arfil-purificadora .row,
 #arfil-inst-mtto .row,
 #arfil-centralizados .row,
 #arfil-mexplosivos .row {
  display: block;
 }
 .ar-filtrazioni .ce-feature-box-4 {
  padding-top: 35px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  padding-bottom: 0px !important;
 }
 .kasto .ce-feature-box-4 img {
  width: 130px;
 }
 #arfil-inst-mtto::before {
  height: 245px;
  top: 54%;
  background-color: transparent !important;
 }
 #arfil-inst-mtto {
  padding-bottom: 0px;
  padding-top: 50px;
 }
 #arfil-centralizados {
  padding-top: 0px;
 }
 #arfil-mexplosivos .box-marcas-exclusivas {
  margin-bottom: 0px;
 }
	#galeria h6 {
  margin-bottom: 18.75px;
 }
 #galeria .r-1 img,
 #galeria .r-2 img,
 #galeria .r-3 img {
  margin-bottom: 15px;
 }
 #galeria p {
  margin-bottom: 0px;
 }
 #nosotros {
  padding-top: 56.25px;
  padding-bottom: 0px;
 }

 .bg-secc-footer {
  padding-top: 235px;
  margin-top: -135px;
 }
 .img-footer {
  margin-left: 0px;
 }


 .tp-caption img.mazak {
  width: 130px !important;
  height: 80px !important;
 }
 #arfil-purificadora .purificadora,
 #arfil-mexplosivos .mexplosivos {
  display: block;
 }
 #arfil-mexplosivos .mexplosivos .bright::before {
  display: none;
 }
	

 #arfil-purificadora .box-marcas-exclusivas {
  padding: 35px 18px;
 }
 #arfil-purificadora .box-marcas-exclusivas a {
  padding: 12px 6px;
  font-size: 12px;
 }

 #clientes .sec-tpadding-2 {
  padding-top: 35px;
 }

 .owl-carousel .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-next {
  top: 20%;
 }
 .owl-carousel .owl-buttons .owl-prev {
  margin-left: 15px !important;
 }
 .owl-carousel .owl-buttons .owl-next {
  margin-right: 27px !important;
 }

}


.bg-secc-footer address {
 display: none !important;
}