/* =========== tld and search input ============= */

ul.tld-list{
	width:100%;
	padding:0px;
	margin:0px;
	}	
	
.tld-list li{
	text-align:left;
	color:#fff;
	padding: 0 20px;
	margin:0px;
	display: inline;
	float:left;
	border-right:1px solid rgba(255, 255, 255, 0.3);
	}
.tld-list li:last-child{
	border-right:none;
	}
.tld-list li span{
	display: block;
	font-size:26px;
	padding-bottom:5px;
	font-weight:700;
	}
.tld-list li span.price{
	font-size:18px;
	font-weight:normal;
	}

.tld-list.dark li{
	text-align:left;
	color:#242424;
	padding: 0 20px;
	margin:0px;
	display: inline;
	float:left;
	border-right:1px solid rgba(255, 255, 255, 0.8);
	}
.tld-list.dark li.title{
	padding: 20px 10px 0 0;
	}
	
/*=============== Columns without padding ============= */
.no-gutter > [class*='col-'] {
padding-right:0;
padding-left:0;
}


.margintop {
	float: left;
	width: 100%;
	padding-top: 90px;
}

.small-line {
	width: 30%;
	height: 1px;
	background-color: #ff0090;
	margin: 0 auto;
}


.content-feature-col.one .feature-icon-col::before {
    left: 100px;
}
.sec-titiel::before {
    background-color: #009ff0;
    content: "";
    height: 2px;
    left:18px;
    position: absolute;
    top: 68px;
    width: 50px;
}
.sec-titiel.test::before {
    left:0px;
    top:160px;
}
.icon-box-col{
	width:70px;
	height:70px;
	line-height:62px;
	font-size:24px;
	color:#242424;
	border:solid 5px #e6e6e6;
	border-radius:100%;
	text-align:center;
	vertical-align:middle;
	float:left;
	transition: all 0.3s ease-out 0s;
}



/*  Domain search
 ------------------------------ */
.domain-search-1 {
	width: 100%;
	float: left;
	padding:0;
	margin: 0px;
}
.domain-search-1 #domain-searchform #dsearch {
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 1);
	color: #fff;
	float: left;
	font-size: 15px;
	height: 70px;
	padding: 7px 10px;
	width: 74%;
}
.domain-search-1.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: 74%;
}
.domain-search-1 .drlist {
	color: #272727;
	float: left;
	font-size: 16px;
	height: 70px;
	margin: 0px 0 0 -5px;
	padding: 10px;
	width: 102px;
	background-color: #fff;
	border: 1px solid #fff;
}
.domain-search-1 #search-submit {
	border: none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 16px;
	font-weight: normal;
	height: 70px;
	overflow: hidden;
	padding: 5px 60px;
	margin-left: 0px;
	text-align: center;
	background-color: #242424;
	transition: all 0.3s ease-out 0s;
}
.domain-search-1 #search-submit:hover {
	color: #fff;
	background-color: #000;
}


/* Home Domain search2
 ------------------------------ */

.domain-search-2 {
	width: 100%;
	float: left;
	padding:0;
	margin: 0px;
}
.domain-search-2 #domain-searchform #dsearch {
	background-color: #000;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	float: left;
	font-size: 14px;
	height: 55px;
	padding: 7px 10px;
	width: 61%;
}
.domain-search-2 .drlist {
	color: #272727;
	float: left;
	font-size: 16px;
	height: 55px;
	margin: 0px 0 0 -5px;
	padding: 10px;
	width: 102px;
	background-color: #fff;
	border: 1px solid #242424;
}
.domain-search-2 #search-submit {
	border: none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 55px;
	overflow: hidden;
	padding: 5px 25px;
	margin-left: 0px;
	text-align: center;
	background-color: #242424;
	transition: all 0.3s ease-out 0s;
}
.domain-search-2 #search-submit:hover {
	color: #fff;
	background-color: #242424;
}



/* Home Domain search2
 ------------------------------ */

.domain-search-3 {
	width: 100%;
	float: left;
	padding:0;
	margin: 0px;
}
.domain-search-3 #domain-searchform #dsearch {
	background-color: #242424;
	border: 1px solid #3cb0f3;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 80px;
	padding: 7px 10px;
	width: 61%;
}
.domain-search-3 .drlist {
	color: #272727;
	float: left;
	font-size: 16px;
	height: 80px;
	margin: 0px 0 0 -5px;
	padding: 10px;
	width: 102px;
	background-color: #fff;
	border: 0px solid #242424;
}
.domain-search-3 #search-submit {
	border: none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 80px;
	overflow: hidden;
	padding: 5px 25px;
	margin-left: 0px;
	text-align: center;
	background-color: #242424;
	transition: all 0.3s ease-out 0s;
}
.domain-search-3 #search-submit:hover {
	color: #fff;
	background-color: #242424;
}


/* Home tld list
 ------------------------------ */
ul.home-tld-list-2 {
	width:100%;
	padding:0px;
	margin:0px;
	float:left;
}
.home-tld-list-2 li {
	width:30%;
	padding:0 10%;
	margin:0px;
	float:left;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	text-align: center;
	border-right:1px solid rgba(255, 255, 255, 0.5);
}
.home-tld-list-2 li span {
	padding:0px;
	margin:0px;
	float:left;
	color:#fff;
	font-size:20px;
	font-weight:600;
}
.home-tld-list-2 li:last-child {
	border-right:none;
}
/* Feature sec1
 ------------------------------ */
.feature-sec-1 {
	width: 100%;
	float:left;
	position:relative;
	width:100%;
	padding:50px 20px;
	background-color:#fff;
	z-index:1;
}
.feature-sec-1:hover .iconbox-smedium, .feature-sec-1.active .iconbox-smedium {
	color:#fff;
	border:1px solid #3cb0f3;
	background-color:#3cb0f3;
	
}
/* feature-sec2
 ------------------------------ */
.feature-sec-2 {
	width: 100%;
	float:left;
	position:relative;
	width:100%;
	padding:70px 20px 0px 20px;
	background-color:#fff;
	
}
.feature-sec-2 .iconbox-smedium {
	color:#3cb0f3;
	border-top:6px solid #3cb0f3;
	border-right:4px solid #3cb0f3;
	border-left:4px solid #3cb0f3;
}

.feature-sec-2:hover .iconbox-smedium, .feature-sec-2.active .iconbox-smedium {
	color:#fff;
	border:1px solid #3cb0f3;
	background-color:#3cb0f3;
}

/* feature-sec3
 ------------------------------ */
.feature-sec-3 {
	width: 100%;
	float:left;
	position:relative;
	width:100%;
	padding:30px 20px 50px 20px;
	background-color:#fff;
	
}
.feature-sec-3 .iconbox-smedium {
	color:#3cb0f3;
	border-top:10px solid #3cb0f3;
	border-right:4px solid #3cb0f3;
	border-left:4px solid #3cb0f3;
}

.feature-sec-3:hover .iconbox-smedium, .feature-sec-3.active .iconbox-smedium {
	color:#fff;
	border:1px solid #3cb0f3;
	background-color:#3cb0f3;
}

/* feature-sec4
 ------------------------------ */
.feature-sec-4{
	position:relative;
	width: 100%;
}
.feature-sec-4 .offerbadge {
	position:absolute;
	width: 150px;
	height: 150px;
	background-color: #3cb0f3;
	border-radius: 100%;
	color: #fff;
	float: left;
	font-size: 16px;
	margin: 0;
	top: -20px;
	right: 31px;
	padding: 30px 0 0 0;
	text-align: center;
}
.feature-sec-4 .offerbadge span {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 5px;
	padding: 0 0 5px;
	text-align: center;
}

/* Feature sec5
 ------------------------------ */
.feature-sec-5 {
	width: 100%;
	float:left;
	position:relative;
	width:100%;
	background-color:#fff;
	z-index:1;
	margin-top: 20px;
	margin-bottom: 10px;
}
.feature-sec-5 .iconbox-smedium {
	color:#3cb0f3;
	border-top:12px solid #3cb0f3;
	border-right:4px solid #3cb0f3;
	border-left:4px solid #3cb0f3;
}
.feature-sec-5:hover .iconbox-smedium, .feature-sec-5.active .iconbox-smedium {
	color:#fff;
	border:1px solid #3cb0f3;
	background-color:#3cb0f3;
}
/* Feature sec6
 ------------------------------ */
.feature-sec-6 {
	width: 100%;
	float:left;
	position:relative;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	background-color:#fff;
	z-index:1;
}
.feature-sec-6 .iconbox-smedium {
	color:#3cb0f3;
	border-top:12px solid #3cb0f3;
	border-right:4px solid #3cb0f3;
	border-left:4px solid #3cb0f3;
}
.feature-sec-6:hover .iconbox-smedium, .feature-sec-6.active .iconbox-smedium {
	color:#fff;
	border:1px solid #3cb0f3;
	background-color:#3cb0f3;
}


/* Feature sec7
 ------------------------------ */
.feature-sec-7{
	width: 100%;
	border:solid 1px #f3f3f3;
	padding:20px 20px;
}
.feature-sec-7 .price-badge {
	position:absolute;
	width:100px;
	height:100px;
	border-radius:100%;
	color:#fff;
	padding:30px 0 0 0;
	font-size:22px;
	text-align:center;
	line-height:22px;
	font-weight:normal;
	background-color:#3cb0f3;
	z-index:2;
}
.feature-sec-7 .price-badge span {
	color:#fff;
	font-size:18px;
}
.offer-title-big{
	font-size:60px;
}

/* feature-sec8
 ------------------------------ */
.feature-sec-8 {
	width: 100%;
	float:left;
	position:relative;
	width:100%;
	padding:70px 20px 0px 20px;
	background-color:#fff;
	
}
.feature-sec-8 .iconbox-tiny {
	color:#3cb0f3;
	border-top:6px solid #3cb0f3;
	border-right:4px solid #3cb0f3;
	border-left:4px solid #3cb0f3;
}

.feature-sec-8:hover .iconbox-tiny, .feature-sec-8.active .iconbox-tiny {
	color:#fff;
	border:1px solid #3cb0f3;
	background-color:#3cb0f3;
}

/* feature-sec 9
 ------------------------------ */
.feature-sec-9 {
	width: 100%;
	padding: 0px;
	margin-bottom: 50px;
	transition: all 0.3s ease-out 0s;
	background-color: #fff;
}
.feature-sec-9 .iconbox-smedium {
	color:#3cb0f3;
	border-top:10px solid #3cb0f3;
	border-right:4px solid #3cb0f3;
	border-left:4px solid #3cb0f3;
}

.feature-sec-9:hover .iconbox-smedium, .feature-sec-9.active .iconbox-smedium {
	color:#fff;
	border:1px solid #3cb0f3;
	background-color:#3cb0f3;
}
.feature-sec-9:hover h4, .feature-sec-9.active h4 {
	color: #3cb0f3;
}
.feature-sec-9 .image-holder {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}

/* feature-sec 10
 ------------------------------ */

.feature-sec-10 {
	text-align:center;
}
.feature-sec-10 h3 {
	margin:30px 0 15px;
	font-size:18px;
}
.feature-sec-10 .content {
	padding:0px 15px;
}
.black-box {
	height:auto;
	float:left;
}
.box-dark {
	color:#fff;
	padding:40px 40px 40px;
	text-align:center;
	background:#1f2126;
	border-right:1px solid rgba(255,255,255,0.1);
}
.box-dark .feature-sec-10 h3 {
	text-align: center;	
	color: #fff;
	font-size: 18px;
	font-weight:600;
}
.box-dark.color {
	background:#3cb0f3;
}
/* feature-sec 11
 ------------------------------ */



.feature-sec-11 {
    text-align: center;
}
.feature-sec-11 .iconbox-smedium {
	color:#3cb0f3;
	border-top:10px solid #3cb0f3;
	border-right:4px solid #3cb0f3;
	border-left:4px solid #3cb0f3;
}

.feature-sec-11:hover .iconbox-smedium, .feature-sec-11.active .iconbox-smedium {
	color:#fff;
	border:1px solid #3cb0f3;
	background-color:#3cb0f3;
}

/* feature-sec 12
 ------------------------------ */



.feature-sec-12 {
    text-align: center;
	background-color:#fff;
	padding:20px 10px;

}
.feature-sec-12 .iconbox-smedium {
	color:#3cb0f3;
	border-top:10px solid #3cb0f3;
	border-right:4px solid #3cb0f3;
	border-left:4px solid #3cb0f3;
}

.feature-sec-12:hover .iconbox-smedium, .feature-sec-12.active .iconbox-smedium {
	color:#fff;
	border:1px solid #3cb0f3;
	background-color:#3cb0f3;
}

/* feature-sec 13
 ------------------------------ */
.feature-sec-13 {
	width: 100%;
	padding-top:40px;
	padding-bottom:30px;
}

/* Feature sec14
 ------------------------------ */
.feature-sec-14 {
	width: 100%;
	float:left;
	position:relative;
	width:100%;
	background-color:#fff;
	z-index:1;
	text-align:center;
}
.feature-sec-14 .iconbox-smedium {
	color:#3cb0f3;
	border-top:12px solid #3cb0f3;
	border-right:4px solid #3cb0f3;
	border-left:4px solid #3cb0f3;
}
.feature-sec-14:hover .iconbox-smedium, .feature-sec-14.active .iconbox-smedium {
	color:#fff;
	border:1px solid #3cb0f3;
	background-color:#3cb0f3;
}

/* feature-sec 15
 ------------------------------ */
.feature-sec-15 {
	width: 100%;
}

/* feature-sec 16
 ------------------------------ */
.feature-sec-16 {
	width: 100%;
	padding:40px 40px;
}

/* Feature sec17
 ------------------------------ */
.feature-sec-17 {
	width: 100%;
	float:left;
	position:relative;
	width:100%;
	padding:0px 15px;
	background-color:#fff;
	z-index:1;
}
.feature-sec-17 .iconbox-xlarge {
	color:#3cb0f3;
	border-top:12px solid #3cb0f3;
	border-right:12px solid #3cb0f3;
	border-left:12px solid #3cb0f3;
	border-bottom:12px solid #3cb0f3;
	border-radius:100px 0px 0px 0px;
	transition: all 0.3s ease;	
}
.feature-sec-17:hover .iconbox-xlarge, .feature-sec-17.active .iconbox-xlarge {
	color:#3cb0f3;
	background-color:#fff;
	border-top:12px solid #3cb0f3;
	border-right:12px solid #3cb0f3;
	border-left:12px solid #3cb0f3;
	border-bottom:12px solid #3cb0f3;
	border-radius:100px 100px 0px 100px;
	transition: all 0.3s ease;
}

/* Feature sec18
 ------------------------------ */
.feature-sec-18 {
	width: 100%;
	float:left;
	position:relative;
	width:100%;
	padding:50px 20px;
	background-color:#fff;
	z-index:1;
}
.feature-sec-18 .iconbox-smedium {
	color:#3cb0f3;
	border-top:14px solid #3cb0f3;
	border-right:4px solid #3cb0f3;
	border-left:4px solid #3cb0f3;
	border-bottom:4px solid #3cb0f3;
	border-radius:100px 0px 0px 0px;
	transition: all 0.3s ease;	
}
.feature-sec-18:hover .iconbox-smedium, .feature-sec-18.active .iconbox-smedium {
	color:#3cb0f3;
	background-color:#fff;
	border-top:4px solid #3cb0f3;
	border-right:4px solid #3cb0f3;
	border-left:4px solid #3cb0f3;
	border-bottom:4px solid #3cb0f3;
	border-radius:100px 100px 0px 100px;
	transition: all 0.3s ease;
}

/* Feature sec19
 ------------------------------ */

.feature-sec-19  {
	width:100%;
	padding:40px 40px;
	text-align: center;
	background-color: #242424;
	transition: all 0.3s ease;
	border-right:2px solid #000;
	
}
.feature-sec-19:hover {
	text-align: center;
	background-color: #000;
	padding:80px 40px;
	transition: all 0.3s ease;
}

.feature-sec-19 em {
	color: #727272;
	font-style: normal;
	display: block;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 12px;
}
.feature-sec-19 b {
	color: #3cb0f3;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	display: block;
	text-align: center;
	margin-bottom: 45px;
}









/* blog holder1
 -----------------------------------------------*/	
.blog-holder1 {
	width: 100%;
	float: left;
	transition: all 0.3s ease-out 0s;
	background-color: #f6f6f6;
}
.postinfo-icon-holder {
	float: left;
	margin: 0;
	padding: 0px;
	width: 100%;
}
.blog-holder1 .post-infoicon {
	margin-right: 8px;
	float: left;
}
.blog-post-info {
	font-size: 13px;
	color: #727272;
	display: block;
}
.blog-post-info2 {
	font-size: 13px;
	color: #fff;
	display: block;
}
.blog-holder1:hover, .blog-holder1.active {
	background-color: #00091d;
}
.blog-holder1:hover h4, .blog-holder1.active h4 {
	color: #fff;
}
.image-holder {
	width: 100%;
	float: left;
}
.image-holder.lesswidth1 {
	width: 80%;
}
.image-holder.lesswidth2 {
	width: 75%;
}
.image-holder.lesswidth3 {
	width: 70%;
}
.image-left {
	color: #fff;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	transition: all 0.3s ease-out 0s;
}
.img-align-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.nodisplay-image {
	display: none;
}
.blog-holder-1 .post-date-box {
	position: absolute;
	width: 120px;
	height: 120px;
	float: left;
	font-size: 21px;
	color: #fff;
	padding: 36px 0 0 0;
	margin: 0;
	z-index: 2;
	text-align: center;
	background-color: #3cb0f3;
	margin-left:100px;
}
.blog-holder-1 .post-date-box span {
	font-size: 13px;
	color: #fff;
	display: block;
}
.blog-holder-1 .post-date-box.two {
	top: 120px;
	color: #242424;
	background-color: #fff;
}
.blog-holder-1 .post-date-box.two span {
	color: #242424;
}


/*------ domain-search ------*/
.domain-search {
	padding:60px 0 150px 0;
}
.domain-search.shape-white {
	background:#3cb0f3 ;
	padding:70px 0 70px 0;
}
.input-text {
	color:#7a7a7a;
	font-size:14px;
	height:60px;
	padding-left:15px;
	margin-right:-5px;
}
.input-text.dsearch-sty1 {
	color:#7a7a7a;
	font-size:14px;
	height:60px;
	padding-left:15px;
	margin-right:-5px;
}
.input-text.one {
	color:#7a7a7a;
	font-size:14px;
	height:60px;
	padding-left:15px;
	margin-right:-5px;
}
.input-text.newsfield {
	color:#7a7a7a;
	font-size:14px;
	height:50px;
	padding-left:15px;
	margin-right:0;
}
select.selectpicker {
	color:#7a7a7a;
	font-size:14px;
	height:60px;
	line-height:56px;
	min-width:130px;
	margin-left:0px;
	padding-left:15px
}
select.selectpicker.sty1 {
	color:#7a7a7a;
	font-size:14px;
	height:60px;
	line-height:56px;
	min-width:100px;
	margin-left:0px;
	padding-left:15px
}
.domain-search.white-bg {
	background:#fff;
	padding-bottom:0;
}
.domain-search.bg-border {
	padding-bottom:20px;
	background:#f8f8f8;
	border-bottom:solid 1px #e3e3e3;
}
.input-text.wide-input {
	color:#929292;
	font-size:14px;
	height:60px;
	min-width:84.400%;
	padding-left:15px;
	margin-right:0;
	border:solid 1px #bebebe;
	border-top-width:3px;
}
.domin-list span.space-pad {
	padding:0 17px;
}

/* search domain */
.dom-list {
	display: inline-block;
	float: left;
	position: relative;
	margin-right:40px
}
.dom-but {
	background: #fff none repeat scroll 0 0;
	border-radius: 0px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
	color: #656565;
	display: inline-block;
	float: left;
	margin-right:8px;
	overflow: hidden;
	padding:8px 20px;
	position: relative;
	text-align: center;
	transition: all 0.2s ease-out 0s;
	z-index: 1;
}
.dom-but::before {
 background: #fff none repeat scroll 0 0;
 border-radius: 50%;
 content: "";
 height: 20px;
 left: 50%;
 opacity: 0;
 position: absolute;
 top: 50%;
 transform: scale(0);
 transition: all 0.2s ease-out 0s;
 width: 20px;
 z-index: -1;
}
.dom-but span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.2s ease-out 0s;
	z-index: 1;
}
.dom-but p {
	color: #656565;
	display: block;
	font-size: 14px;
	font-weight: 300;
	transition: all 0.2s ease-out 0s;
	z-index: 1;
	margin-bottom:0;
}
.dom-but:hover {
	background: #fff none repeat scroll 0 0;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	color: #3c3c3c;
}
.dom-but:hover::before {
 opacity: 1;
 transform: scale(6);
}
.view-links a {
	color:#49a32b;
}
.view-links a:hover {
	color:#fff;
}

/* =========== Domain search ============= */
/* domain search
 -----------------------------------------------*/

#domain-search-holder {
	width: 100%;
	padding:0px;
	margin:0 0 150px 0;
	float:left
}

#domain-search-holder #dsearch {
	background-color: #fff;
	border: 1px solid #fff;
	color: #727272;
	font-size: 17px;
	height: 76px;
	padding: 7px 10px;
	width: 72%;
	border:1px solid #e4e4e4;
}
#domain-search-holder.two #dsearch {
	width: 90%;
}
#domain-search-holder .drlist {
	color: #242424;
	font-size: 18px;
	height: 77px;
	margin: 0px 0 0 -5px;
	padding: 10px;
	width: 102px;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}
#domain-search-holder #searchsubmit {
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	height: 77px;
	overflow: hidden;
	padding: 4px 25px;
	margin-left: 0px;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	background-color: #3cb0f3;
}
#domain-search-holder #searchsubmit:hover {
	color: #fff;
	background-color: #242424;
}
#domain-search-holder ul.tld_list {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0px;
	float: left;
}
#domain-search-holder ul.tld_list li {
	padding: 0 20px 0 0;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	display: inline;
	color: #161616;
}
#domain-search-holder ul.tld_list li.title {
	padding: 0 20px 0 0;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #fff;
}
#domain-search-holder ul.tld_list li span {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #fff;
}


.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -6px;
}

.ribbon-green {
    font-weight: 700;
    color: #000000;
    z-index: 2;
    font-size: 13px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -8px;
    top: 13px;
    width: 120px;
    background-color: #3cb0f3;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before,
.ribbon-green:after {
    content: "";
    border-top: 3px solid #3cb0f3;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-green:before {
    left: 0;
}

.ribbon-green:after {
    right: 0;
}



/*============ Team Section ============ */
/* Team Style 1
 ------------------------------ */ 	
.team-holder1 {
	width: 100%;
	padding: 0px;
	float: left;
	z-index: 0;
	background-color: #fff;
	border: 1px solid #dedede;
	transition: all 0.3s ease-out 0s;
}
.team-holder1 .image-holder {
	position: relative;
	width: 100%;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
}
.team-holder1 .image-holder img {
	position: relative;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease-out 0s;
	margin: 0 auto;
}

/*hover styles*/
.team-holder1:hover, .team-holder1.active {
	background-color: #3cb0f3;
}
.team-holder1:hover h4, .team-holder1:hover p, .team-holder1:hover h6, .team-holder1.active h4, .team-holder1.active p, .team-holder1.active h6 {
	color: #fff;
}

.team-holder1:hover .image-holder img, .team-holder1.active .image-holder img {
	top: -40px;
}
.team-holder1:hover .image-holder .hover-box, .team-holder1.active .image-holder .hover-box {
	left: 0px;
}


/* team-holder2
 ------------------------------ */
 
.team-holder2 {
	padding: 0px;
}
.team-name-holder {
	width: 100%;
	padding: 6px 0;
}
.team-name-holder.bgcolor {
	background-color: #3cb0f3;
}
.team-holder2 .hover-box {
	position: absolute;
	padding: 35px 0;
	margin: 0px;
	top: 320px;
	left: 0px;
	transition: all 0.3s ease-out 0s;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
}
.team-holder2:hover .hover-box, .team-holder2.active .hover-box {
	top: 150px;
}
.team-holder2 .team-member {
	position: relative;
	overflow: hidden;
}


/* tags
 ------------------------------ */	
.tags {
	padding: 0px;
	margin: 0px;
}
.tags li {
	padding: 0px;
	margin: 0;
}
.tags li a {
	padding: 5px 15px 5px 15px;
	margin: 0 10px 10px 0;
	float: left;
	color: #727272;
	background-color: #e7e7e7;
}
.tags li a:hover, .tags li a.active {
	color: #fff;
	background-color: #ccc;
}
/*tags 2
 ------------------------------ */	
.tags-2 {
	padding: 0px;
	margin: 0px;
}
.tags-2 li {
	padding: 0px;
	margin: 0;
}
.tags-2 li a {
	padding: 5px 15px 5px 15px;
	margin: 0 10px 10px 0;
	float: left;
	color: #727272;
	border: 1px solid #e4e4e4;
	background-color: #fff;
}
.tags-2 li a:hover, .tags-2 li a.active {
	color: #fff;
	border: 1px solid #ccc;
	background-color: #ccc;
}
/* side navigation category links
 ------------------------------ */
.category-links {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.category-links li {
	width: 100%;
	padding: 10px 0;
	margin: 0 0 0 0;
	float: left;
	border-bottom: 1px solid #eeeeee;
}
.category-links li a:hover, .category-links li a.active {
	color: #ccc;
}
.category-links li:last-child {
	border-bottom: none;
}
/* sidebar works list
 ------------------------------ */	
.sidebar-works {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.sidebar-works li {
	padding: 0px;
	margin: 4px 4px 0 0;
	float: left;
}
.sidebar-works li.last {
	margin: 4px 0 0 0;
}

/* =========== Sidebar elements ============= */

.sidebar-posts {
	width: 100%;
	padding: 0px;
	margin: 0 0 25px 0;
	float: left;
}
.sidebar-posts .post-info {
	font-size: 12px;
	color: #cecece;
}
.blog1-post-info {
	font-size: 12px;
	color: #cecece;
}
.sidebar-posts:hover h6, .sidebar-posts.active h6 {
	color: #ccc;
}

/* blog holder1
 -----------------------------------------------*/	
.blog-holder1 {
	width: 100%;
	float: left;
	transition: all 0.3s ease-out 0s;
	background-color: #f6f6f6;
}
.postinfo-icon-holder {
	float: left;
	margin: 0;
	padding: 0px;
	width: 100%;
}
.blog-holder1 .post-infoicon {
	margin-right: 8px;
	float: left;
}
.blog-post-info {
	font-size: 13px;
	color: #727272;
	display: block;
}
.blog-post-info2 {
	font-size: 13px;
	color: #fff;
	display: block;
}
.blog-holder1:hover, .blog-holder1.active {
	background-color: #00091d;
}
.blog-holder1:hover h4, .blog-holder1.active h4 {
	color: #fff;
}
.image-holder {
	width: 100%;
	float: left;
}
.image-holder.lesswidth1 {
	width: 80%;
}
.image-holder.lesswidth2 {
	width: 75%;
}
.image-holder.lesswidth3 {
	width: 70%;
}
.image-left {
	color: #fff;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	transition: all 0.3s ease-out 0s;
}
.img-align-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.nodisplay-image {
	display: none;
}
.blog-holder-1 .post-date-box {
	position: absolute;
	width: 120px;
	height: 120px;
	float: left;
	font-size: 21px;
	color: #fff;
	padding: 36px 0 0 0;
	margin: 0;
	z-index: 2;
	text-align: center;
	background-color: #3cb0f3;
}
.blog-holder-1 .post-date-box span {
	font-size: 13px;
	color: #fff;
	display: block;
}
.blog-holder-1 .post-date-box.two {
	top: 120px;
	color: #242424;
	background-color: #fff;
}
.blog-holder-1 .post-date-box.two span {
	color: #242424;
}
/* blog holder 2
 -----------------------------------------------*/	
.blog-holder2 {
	width: 100%;
	float: left;
	background-color: #fff;
}
.blog-holder2 .text-box {
	width: 100%;
	float: left;
	border-right: 1px solid #e4e4e4;
	padding: 25px;
	padding-left: 0px;
}
.blog-holder2 .text-box.noborder {
	border-right: none;
}
.blog-holder2 .post-date-box {
	position: static;
	background-color: #3cb0f3;
	padding-top: 20px;
}
.blog-holder2.two .post-date-box {
	position: static;
	color: #161616;
	border: 1px solid #e4e4e4;
	background-color: #fff;
}
.blog-holder2.two .post-date-box span {
	color: #161616;
}
/* blog holder 3
 -----------------------------------------------*/	
.blog-holder3 {
	width: 100%;
	float: left;
	transition: all 0.3s ease-out 0s;
}
/* blog holder 4
 -----------------------------------------------*/		
.blog-holder4 {
	width: 100%;
	float: left;
	border: 1px solid #efefef;
	background-color: #fff;
}
.blog-holder4.noborder {
	border: none;
}
.blog-holder1 .post-date-box {
	margin: 30px 0 0 30px;
}
.content-box {
	width: 100%;
	float: left;
	padding: 40px;
}
.content-box.less-pading {
	padding: 30px;
}
.blog-post-info {
	width: 100%;
}
.blog-post-info span {
	font-size: 13px;
	color: #b9b9b9;
	margin-right: 5px;
}
.blog-post-info span.green {
	color: #fd602c;
}
/* Blog pagenation 
 ------------------------------ */
 
.blog-pagenation {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.blog-pagenation li {
	margin: 0;
	padding: 0;
	display: inline;
}
.blog-pagenation li a {
	color: #242424;
	height: 40px;
	line-height: 40px;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
	text-align: center;
	width: 40px;
	border: 1px solid #e4e4e4;
}
.blog-pagenation li a:hover, .blog-pagenation li a.active {
	color: #fff;
	border: 1px solid #3cb0f3;
	background-color: #3cb0f3;
}
/* post date boxes
 -----------------------------------------------*/

.post-date-box {
	position: absolute;
	width: 80px;
	height: 80px;
	float: left;
	font-size: 21px;
	color: #fff;
	padding: 16px 0 10 0;
	margin: 0;
	z-index: 2;
	text-align: center;
	background-color: #87cc4f;
}
.post-date-box span {
	font-size: 13px;
	color: #fff;
	display: block;
}
.post-date-box .arrow-down {
	position: absolute;
	left: 25px;
	top: 81px;
	float: left;
	z-index: 3;
	border-top: 20px solid #fd602c;
}
.post-date-box2 {
	position: absolute;
	width: 80px;
	height: 80px;
	float: left;
	font-size: 21px;
	color: #fff;
	padding: 16px 0px 0px 0px;
	margin: 0;
	z-index: 2;
	text-align: center;
	background-color: #fa5019;
}
.post-date-box2 span {
	font-size: 13px;
	color: #fff;
	display: block;
}
.post-date-box2 .arrow-down {
	position: absolute;
	left: 25px;
	top: 81px;
	float: left;
	z-index: 3;
	border-top: 20px solid #fd602c;
}
/* blog1 sidebar input search
 ------------------------------ */ 
.blog1-sidebar-serch_input {
	border: 1px solid #d9d9d9;
	border-width: 1px 0 1px 1px;
	color: #161616;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 40px;
	line-height: 39px;
	padding: 0 7px;
	width: 70%;
}
.blog1-sidebar-serch_input.dark {
	color: #ccc;
	border: 1px solid #444444;
	background-color: #444444;
}
.blog1-sidebar-serch-submit {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	height: 40px;
	margin: 0;
	padding: 5px 10px;
}
.blog1-sidebar-serch-submit.dark {
	color: #ccc;
	border: 1px solid #161616;
	background-color: #161616;
}


/*------------------------------------*/
/*         contact form             */
/*------------------------------------*/

.cforms label {
	float: left;
	width: 100%;
	color: #454545;
	font-weight: normal;
	text-align:left;
}

.cforms label em {
	color: #3cb0f3;
	font-size: 12px;
	font-style: normal;
}

.cforms input {
	color: #454545;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	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 textarea {
	color: #454545;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	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: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #3cb0f3;
	border: 1px solid #3cb0f3;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms .button:hover {
	background: #454545;
	border: 1px solid #393939;
}

.address_info {
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 20px 0px;
	width: 99%;
	margin-bottom: 40px;
}


/*============ google maps ============ */
.google-map {
	width: 99%;
	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);
}


/* login form */
.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: 12px;
}
.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: #2ecc71;
	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: #2ecc71;
	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;
}

/*CF7 Override*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: none !important;
}
.cforms .screen-reader-response{
	display: none !important;
}
.wpcf7-response-output.wpcf7-validation-errors {
    display: inline-block !important;
    margin-left: -15px !important;
	margin-top: 0;
}

@media (max-width: 767px) {
#ft_comparison {
	overflow-x: scroll;
    display: -webkit-box;
	margin-top: -60px;
	padding-bottom: 30px !important;
}
#ft_comparison .vc_col-xs-3 {
    width: auto;
    float: none;
}
}