﻿/*
*  Table of Contents:
*
*/

/*
=====================================================
--------------- Horizontal Tabs ------------------
=====================================================
*/

.tabs_scroll {
    height: 500px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;		
}
.nicescroll-rails {
	width: 12px !important;
    background: rgba(0,0,0,0.1) !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
/*
--------------- Demo 1 ------------------
*/

.HorizontalTab.tabs_hor_1 .resp-tabs-list li {
	display: inline-block;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: none;
    border: none;
    padding: 16px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 6px;
    line-height: 24px;
    border-radius: 3px;	
    margin-bottom: 3px !important;
    padding-bottom: 20px!important;
	background-color: rgba(0, 0, 0, 0.47058823529411764);
    color: #fff!important;
    height: 80px;
    padding-top: 20px !important;
    width: 140px;
}

.HorizontalTab.tabs_hor_1 .resp-tabs-list .resp-tab-active {
	border: 0 !important;
}

.HorizontalTab.tabs_hor_1 .resp-tabs-list li i {
   font-size: 56px;
    margin-right: 8px;
}
span.tabs-text {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.HorizontalTab.tabs_hor_1  h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 12px;
	line-height: 3px;
	border-bottom: 1px solid #eee;
}

.HorizontalTab.tabs_hor_1 .resp-tab-content {
    border: 0 !important;
    padding: 0;
}


.HorizontalTab.tabs_hor_1 p {
	color: #434a54;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}


/*
--------------- Demo 2 ------------------
*/


.HorizontalTab.tabs_hor_2 .resp-tabs-list li {
	display: inline-block;
	margin: 0 4px 0 0;
	list-style: none;
	cursor: pointer;
	float: left;
	background-color: rgba(0,0,0,0.6) !important;
	color: #fff;
	border: none;
	padding: 18px;
	font-size: 14px;
	font-weight: 500;
	margin-right: 6px;
	line-height: 24px;
	border-radius: 2px 2px 0 0;
	margin-bottom: 3px !important;
	width: 100px;
	text-align: center;
}

.HorizontalTab.tabs_hor_2 .resp-tabs-list .resp-tab-active {
	border: 0 !important;
	margin-bottom: -1px !important;
    padding: 18px !important;
	color: #fff !important;
}

.HorizontalTab.tabs_hor_2 .resp-tabs-list li i {
	font-size: 20px;
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 8px;
}

.HorizontalTab.tabs_hor_2  h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 12px;
	line-height: 3px;
	border-bottom: 1px solid #eee;
}

.HorizontalTab.tabs_hor_2 .resp-tab-content {
    border: 0 !important;
    padding: 33px 30px;
    -webkit-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
    box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
}


.HorizontalTab.tabs_hor_2 p {
	color: #434a54;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

/*
--------------- Demo 3 ------------------
*/


.HorizontalTab.tabs_hor_3 .resp-tabs-list li {
	display: inline-block;
	margin: 0 4px 0 0;
	list-style: none;
	cursor: pointer;
	float: left;
	color: #fff;
	border: none;
	padding: 18px;
	font-size: 14px;
	font-weight: 500;
	margin-right: 6px;
	line-height: 24px;
	border-radius: 2px 2px 0 0;
	margin-bottom: 3px !important;
	text-align: center;
	padding: 20px !important;
	display: block;
	text-align: center;
}

.HorizontalTab.tabs_hor_3 .resp-tabs-list .resp-tab-active {
	border: 0 !important;
	margin-bottom: -1px !important;
    padding: 18px !important;
	background-color: #fff !important;
	padding: 20px !important;
}
.HorizontalTab.tabs_hor_3 .resp-tabs-list li:hover {
    background-color: #fff !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	padding: 20px !important;
}

.HorizontalTab.tabs_hor_3 .resp-tabs-list li i {
	 font-size: 22px;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    width: 42px !important;
    height: 42px !important;
    text-align: center;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 43px;
	background: #fff !important;
}
.HorizontalTab.tabs_hor_3 .resp-tabs-list li:hover i,
.HorizontalTab.tabs_hor_3 .resp-tabs-list .resp-tab-active i {
    color: #fff !important;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.HorizontalTab.tabs_hor_3 .resp-tabs-list li span.tabs-text {
	display: none;
}
.HorizontalTab.tabs_hor_3  h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 12px;
	line-height: 3px;
	border-bottom: 1px solid #eee;
}

.HorizontalTab.tabs_hor_3 .resp-tab-content {
    border: 0 !important;
    padding: 33px 30px;
    -webkit-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
    box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
}


.HorizontalTab.tabs_hor_3 p {
	color: #434a54;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

/*
--------------- Demo 4 ------------------
*/

.HorizontalTab.tabs_hor_4 .resp-tabs-list li {
	font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 2px 0 0;
    list-style: none;
    cursor: pointer;
    float: none;
    border: 0 !important;
    border-top: 0px solid transparent !important;
    background-color: #fff !important;
    color: #000 !important;
    width: 32.7%;
    position: relative;
    z-index:2;

}

.HorizontalTab.tabs_hor_4 .resp-tabs-list .resp-tab-active {
	background: transparent !important;
    border-bottom: solid 0.5px #9b9b9b!important;
}
.HorizontalTab.tabs_hor_4 .resp-tabs-list li.resp-tab-active:after {
    content: ' ';
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    bottom: -7px;
    margin: auto;
    left: 0;
    right: 0;
}
.HorizontalTab.tabs_hor_4 .resp-tabs-list li:hover {
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.HorizontalTab.tabs_hor_4 .resp-tabs-list li i {
    font-size: 16px;
    margin-right: 8px;
}

.HorizontalTab.tabs_hor_4  h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 12px;
	line-height: 3px;
	border-bottom: 1px solid #eee;
}

.HorizontalTab.tabs_hor_4 .resp-tab-content {
    border: 0 !important;
    padding: 33px 30px;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
	background-color: #fff;
    border: 0;
}


.HorizontalTab.tabs_hor_4 p {
	color: #666;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}


/*
--------------- Demo 5 ------------------
*/

    
.HorizontalTab.tabs_hor_5 .resp-tabs-list  {
	border-bottom: 1px solid #d9d9d9;
	height: 62px;
}
	
.HorizontalTab.tabs_hor_5 .resp-tabs-list li {
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	padding: 13px 15px;
	margin: 0 2px 0 0;
	list-style: none;
	cursor: pointer;
	float: left;
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	background-color: transparent !important;
	color: #000 !important;
	padding: 17px !important;
}

.HorizontalTab.tabs_hor_5 .resp-tabs-list .resp-tab-active {
	border: 0 !important;
	color: #000 !important;
	font-weight: 600;
	background-color: transparent !important;
	padding: 17px !important;
}
.HorizontalTab.tabs_hor_5 .resp-tabs-list li:hover {
    border: 0 !important;
	color: #000 !important;
	background-color: transparent !important;
	padding: 17px !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.HorizontalTab.tabs_hor_5 .resp-tabs-list li i {
    font-size: 16px;
    margin-right: 8px;
}

.HorizontalTab.tabs_hor_5  h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 12px;
	line-height: 3px;
	border-bottom: 1px solid #eee;
	display: none;
}

.HorizontalTab.tabs_hor_5 .resp-tab-content {
    border: 0 !important;
    padding: 33px 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    border: 0;
}


.HorizontalTab.tabs_hor_5 p {
	color: #666;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}


/*
=====================================================
--------------- VerticalTab Tabs -----------------
=====================================================
*/


/*
--------------- Demo 1 ------------------
*/
ul.resp-tabs-list {
    text-align:center;

}

.VerticalTab.tabs_ver_1.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
	margin-top: 0 !important;
	
}
.VerticalTab.tabs_ver_1.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #f4f4f4;
    border: 0;
    float: left;
    width: 73%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
    border-radius: 0;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li {
	display: block;
	margin:  0;
	list-style: none;
	cursor: pointer;
	float: none;
	color: #fff;
	border: none;
	padding: 18px !important;
	font-size: 14px;
	font-weight: 500;
	margin-right: 0;
	line-height: 24px;
	border-radius: 0;
	margin-bottom: 0 !important;
	margin:  0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li:last-child {
	border-bottom: 0 !important;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list .resp-tab-active {
	border: 0 !important;
    margin-bottom: 0px !important;
    padding: 18px !important;
    background-color: #f4f4f4 !important;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li:hover {
	color: #fff !important;
	padding: 18px !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.VerticalTab.tabs_ver_1 .resp-tabs-list li i {
    font-size: 16px;
    margin-right: 8px;
}

.VerticalTab.tabs_ver_1  h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 12px;
	line-height: 3px;
	border-bottom: 1px solid #e6e6e6;
}

.VerticalTab.tabs_ver_1 .resp-tab-content {
    border: 0 !important;
    padding: 33px 30px;
    -webkit-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
    box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
}


.VerticalTab.tabs_ver_1 p {
	color: #999;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}


/*
--------------- Demo 2 ------------------
*/

.VerticalTab.tabs_ver_2.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
	margin-top: 0 !important;
	float: left;
    width: 8%;
    margin-bottom: 10px;
}
.VerticalTab.tabs_ver_2.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #f4f4f4;
	border: 0;
	float: left;
	width: 89%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
	border-radius: 0;
	margin-left: 13px;
}
.VerticalTab.tabs_ver_2 .resp-tabs-list li {
	display: block;
	margin:  0;
	list-style: none;
	cursor: pointer;
	float: none;
	color: #fff;
	padding: 17px !important;
	font-size: 14px;
	font-weight: 500;
	margin-right: 0;
	line-height: 24px;
	border-radius: 0;
	margin-bottom: 0 !important;
	margin:  0 !important;
	border: 0 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
	text-align: center;
}

.VerticalTab.tabs_ver_2 .resp-tabs-list .resp-tab-active {
    margin-bottom: 0px !important;
    padding: 17px !important;
    background-color: #f4f4f4 !important;
	border: 0 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.VerticalTab.tabs_ver_2 .resp-tabs-list li:hover {
    background-color: #f4f4f4 !important;
	padding: 17px !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.VerticalTab.tabs_ver_2 .resp-tabs-list li i {
	font-size: 22px;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	width: 42px !important;
	height: 42px !important;
	text-align: center;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	line-height: 43px;
	background: #fff !important;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
.VerticalTab.tabs_ver_2 .resp-tabs-list .resp-tab-active i ,
.VerticalTab.tabs_ver_2 .resp-tabs-list li:hover i {
    color: #f4f4f4 !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.VerticalTab.tabs_ver_2 .resp-tabs-list li span.tabs-text{
    display: none;
}

.VerticalTab.tabs_ver_2  h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 12px;
	line-height: 3px;
	border-bottom: 1px solid #e6e6e6;
}

.VerticalTab.tabs_ver_2 .resp-tab-content {
    border: 0 !important;
    padding: 33px 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.VerticalTab.tabs_ver_2 p {
	color: #999;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

/*
--------------- Demo 3 ------------------
*/

.VerticalTab.tabs_ver_3.resp-vtabs ul.resp-tabs-list {
    float: right;
	margin-top: 0 !important;
    width: 8%;
}
.VerticalTab.tabs_ver_3.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #f4f4f4;
	border: 0;
	float: left;
	width: 89%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
	border-radius: 0;
	margin-left: 13px;
}
.VerticalTab.tabs_ver_3 .resp-tabs-list li {
	display: block;
	margin:  0;
	list-style: none;
	cursor: pointer;
	float: none;
	color: #fff;
	padding: 17px !important;
	font-size: 14px;
	font-weight: 500;
	margin-right: 0;
	line-height: 24px;
	border-radius: 0;
	margin-bottom: 0 !important;
	margin:  0 !important;
	border: 0 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
	text-align: center;
}

.VerticalTab.tabs_ver_3 .resp-tabs-list .resp-tab-active {
    margin-bottom: 0px !important;
    padding: 17px !important;
    background-color: #f4f4f4 !important;
	border: 0 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.VerticalTab.tabs_ver_3 .resp-tabs-list li:hover {
    background-color: #f4f4f4 !important;
	padding: 17px !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.VerticalTab.tabs_ver_3 .resp-tabs-list li i {
	font-size: 22px;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	width: 42px !important;
	height: 42px !important;
	text-align: center;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	line-height: 43px;
	background: #fff !important;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
.VerticalTab.tabs_ver_3 .resp-tabs-list .resp-tab-active i ,
.VerticalTab.tabs_ver_3 .resp-tabs-list li:hover i {
    color: #f4f4f4 !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.VerticalTab.tabs_ver_3 .resp-tabs-list li span.tabs-text{
    display: none;
}

.VerticalTab.tabs_ver_3  h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 12px;
	line-height: 3px;
	border-bottom: 1px solid #e6e6e6;
}

.VerticalTab.tabs_ver_3 .resp-tab-content {
    border: 0 !important;
    padding: 33px 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.VerticalTab.tabs_ver_3 p {
	color: #999;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}


/*
--------------- Demo 4 ------------------
*/

.VerticalTab.tabs_ver_4.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
	margin-top: 0 !important;
	float: left;
    width: 9%;
    margin-bottom: 10px;
}
.VerticalTab.tabs_ver_4.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #f4f4f4;
	border: 0;
	float: left;
	width: 88%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
	border-radius: 0;
	margin-left: 13px;
}
.VerticalTab.tabs_ver_4 .resp-tabs-list li {
	display: block;
	margin:  0;
	list-style: none;
	cursor: pointer;
	float: none;
	color: #fff;
	padding: 17px !important;
	font-size: 14px;
	font-weight: 500;
	margin-right: 0;
	line-height: 24px;
	border-radius: 0;
	margin-bottom: 0 !important;
	margin:  0 !important;
	border: 0 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
	text-align: center;
}

.VerticalTab.tabs_ver_4 .resp-tabs-list .resp-tab-active {
    margin-bottom: 0px !important;
    padding: 17px !important;
    background-color: #f4f4f4 !important;
	border: 0 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.VerticalTab.tabs_ver_4 .resp-tabs-list li:hover {
    background-color: #f4f4f4 !important;
	padding: 17px !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.VerticalTab.tabs_ver_4 .resp-tabs-list li i {
	font-size: 22px;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
	color: #fff;
	margin-bottom: 5px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
.VerticalTab.tabs_ver_4 .resp-tabs-list .resp-tab-active i ,
.VerticalTab.tabs_ver_4 .resp-tabs-list li:hover i {
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.VerticalTab.tabs_ver_4 .resp-tabs-list li span.tabs-text {
    display: block;
}


.VerticalTab.tabs_ver_4  h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 12px;
	line-height: 3px;
	border-bottom: 1px solid #e6e6e6;
}

.VerticalTab.tabs_ver_4 .resp-tab-content {
    border: 0 !important;
    padding: 33px 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.VerticalTab.tabs_ver_4 p {
	color: #999;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

/*
--------------- Demo 5 ------------------
*/

.VerticalTab.tabs_ver_5.resp-vtabs ul.resp-tabs-list {
	margin-top: 0 !important;
	float: right;
    width: 9%;
    margin-bottom: 10px;
}
.VerticalTab.tabs_ver_5.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #f4f4f4;
	border: 0;
	float: left;
	width: 88%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
	border-radius: 0;
	margin-left: 13px;
}
.VerticalTab.tabs_ver_5 .resp-tabs-list li {
	display: block;
	margin:  0;
	list-style: none;
	cursor: pointer;
	float: none;
	color: #fff;
	padding: 17px !important;
	font-size: 14px;
	font-weight: 500;
	margin-right: 0;
	line-height: 24px;
	border-radius: 0;
	margin-bottom: 0 !important;
	margin:  0 !important;
	border: 0 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
	text-align: center;
}

.VerticalTab.tabs_ver_5 .resp-tabs-list .resp-tab-active {
    margin-bottom: 0px !important;
    padding: 17px !important;
    background-color: #f4f4f4 !important;
	border: 0 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.VerticalTab.tabs_ver_5 .resp-tabs-list li:hover {
    background-color: #f4f4f4 !important;
	padding: 17px !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.VerticalTab.tabs_ver_5 .resp-tabs-list li i {
	font-size: 22px;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
	color: #fff;
	margin-bottom: 5px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.VerticalTab.tabs_ver_5 .resp-tabs-list li span.tabs-text {
    display: block;
}

.VerticalTab.tabs_ver_5  h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 12px;
	line-height: 3px;
	border-bottom: 1px solid #e6e6e6;
}

.VerticalTab.tabs_ver_5 .resp-tab-content {
    border: 0 !important;
    padding: 33px 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.VerticalTab.tabs_ver_5 p {
	color: #999;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}


/*
--------------- Demo 6 ------------------
*/

.VerticalTab.tabs_ver_6.resp-vtabs ul.resp-tabs-list {
    float: left;
	margin-top: 0 !important;
	float: left;
    width: 12%;
    margin-bottom: 10px;
}
.VerticalTab.tabs_ver_6.resp-vtabs .resp-tabs-container {
	padding: 0px;
    background-color: #f4f4f4;
    box-shadow: -5px -1px 13px 0px rgba(209,209,209,1);
    background: #fff;
    border: 0;
    float: left;
    width: 85%;
    min-height: 250px;
    border-radius: 5px!important;
    clear: none;
    margin-left: 13px;
    }
.VerticalTab.tabs_ver_6 .resp-tabs-list li {
	display: block;
	margin:  0;
	list-style: none;
	cursor: pointer;
	float: none;
	color: #fff;
	padding: 17px !important;
	font-size: 14px;
	font-weight: 500;
	margin-right: 0;
	line-height: 24px;
	border-radius: 0;
	margin-bottom: 0 !important;
	margin:  0 !important;
	border: 0 !important;
	text-align: center;
	border-bottom: 1px rgba(255, 255, 255, 0.2784313725490196) solid!important
	}

.VerticalTab.tabs_ver_6 .resp-tabs-list .resp-tab-active {
    margin-bottom: 0px !important;
    padding: 17px !important;
    border: 0 !important;
    box-shadow: -5px -1px 13px 0px rgba(209,209,209,1);
    background-color: #fff!important;
    color: #333;
    }
.VerticalTab.tabs_ver_6 .resp-tabs-list .resp-tab-active i {
    color: #333;
    }

.VerticalTab.tabs_ver_6 .resp-tabs-list li:hover {
    background-color: #f4f4f4 !important;
	padding: 17px !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.VerticalTab.tabs_ver_6 .resp-tabs-list li i {
	font-size: 22px;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
	color: #fff;
	margin-bottom: 5px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.VerticalTab.tabs_ver_6 .resp-tabs-list li span.tabs-text {
    display: block;
}

.VerticalTab.tabs_ver_6  h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 12px;
	line-height: 3px;
	border-bottom: 1px solid #e6e6e6;
}

.VerticalTab.tabs_ver_6 .resp-tab-content {
    border: 0 !important;
    padding: 33px 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.VerticalTab.tabs_ver_6 p {
	color: #999;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

/*
=====================================================
--------------- Tabs Responsive ------------------
=====================================================
*/
.HomeBackGroundMainDiv h2.resp-accordion {
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	padding: 0.32em 0em 0.32em 0.70em;
	margin: 0;
	list-style: none;
	cursor: pointer;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	cursor: pointer;
	padding: 10px 15px;
	border-left: 0 !important;
	border-right: 0 !important;
}
.HomeBackGroundMainDiv h2.resp-tab-active {
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 0 !important;
	padding: 10px 15px !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
.HomeSecondLine h2.resp-accordion {
    background: #615768!important;
}
.HomeSecondLine h2.resp-tab-active {
	
}
h2.resp-accordion {
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	padding: 0.32em 0em 0.32em 0.70em;
	margin: 0;
	list-style: none;
	cursor: pointer;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	cursor: pointer;
	padding: 10px 15px;
	border-left: 0 !important;
	border-right: 0 !important;
}
h2.resp-tab-active {
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 0 !important;
	padding: 10px 15px !important;
	background: rgba(59, 89, 152, 0.8) !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
h2.resp-accordion:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

h2.resp-accordion .tabs-text {
    position: relative;
    top: -3px;
    left: 10px;
	font-size: 14px;
}

.arrow-tabs {
    float: right;
    margin-top: 14px;
    font-size: 18px !important;
}

h2.resp-accordion .fc_icons {
	font-size: 22px;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	width: 42px !important;
	height: 42px !important;
	text-align: center;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	line-height: 43px;
	background: #fff !important;
}

@media only screen and (min-width: 768px) {
	.HorizontalTab.tabs_hor_1 .resp-tab-content {
        background-color: transparent !important;
	}
}

@media only screen and (max-width: 768px){
	.HorizontalTab.tabs_hor_1 .resp-tab-content {
        background-color: rgba(255, 255, 255, 0.7019607843137254) !important;
	}
	.resp-vtabs .resp-tabs-container {
		border: none !important;
		float: none !important;
		width: 100% !important;
		min-height: 250px !important;
		clear: none !important;
	}
	.VerticalTab.tabs_ver_2.resp-vtabs .resp-tabs-container,
	.VerticalTab.tabs_ver_3.resp-vtabs .resp-tabs-container,
	.VerticalTab.tabs_ver_4.resp-vtabs .resp-tabs-container,
	.VerticalTab.tabs_ver_5.resp-vtabs .resp-tabs-container,
	.VerticalTab.tabs_ver_6.resp-vtabs .resp-tabs-container	{
		margin-left: 0;
	}
	h2.resp-accordion .fc_icons {
    background: transparent!important;
}
.ThemeSelected-ColorOption001 h2.resp-tab-active {
    background: #615768 !important;
}
span.tabs-text {
    width: auto;
}
}


.ServicePopupTabs .VerticalTab.tabs_ver_6 .resp-tabs-list .resp-tab-active,.ServicePopupTabs .VerticalTab.tabs_ver_6 .resp-tabs-list li:hover {
    background-color:#fff !important;
}