/**** top menu ****/
.enterpriseTabs {
    margin-top: 91px;
    background: #000;
    color: #fff;
}
.enterpriseTabs a{
    color: #fff;
	padding: 10px 30px;
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
}
.enterpriseTabs a:hover{
	background: #103ecd;
}
.enterpriseTabs ul{
    padding: 0;
	margin: 0;
}
.enterpriseTabs ul li{
    list-style: none;
	display: inline-block;
	padding: 10px;
}
.tabsLeft {
    float: left;
    width: 30%;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0px;
}
.tabsLeft > div{
    display: inline-block;
    border-right: 1px solid;
    padding-right: 25px;
    line-height: 22px;
}
.tabsRight {
    float: right;
    width: 70%;
    text-align: right;
}


/**** hero ****/
.hero {
    padding: 50px 0;
	background: url("../jpg/enterprise-security-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.hero h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.hero h2{
    font-size: 60px;
    color: #ffde00;
	font-family: 'Bebas Neue', cursive;
    line-height: .9;
}
.heroText {
    float: left;
    width: 65%;
	margin-top: 0px;
}
.heroImage {
    float: right;
    width: 35%;
    text-align: center;
}
.heroImage img{
	max-width: 100%;
}
.heroText p{
    margin: 35px 0 25px;
}
.enterpriseTabs ul li.active a {
    background: #103ecd;
}
section.growth {
    padding: 50px 0;
}
.growthText {
    float: right;
    width: 68%;
    margin-top: 40px;
}
.growthImage {
    float: left;
    width: 32%;
}
.growthImage img {
    position: absolute;
    left: 0;
    max-width: 450px;
}
.growthText h2{
    font-weight: 600;
    margin-bottom: 20px;
}
section.letsTalk {
    padding: 50px 0 100px;
}
.letsTalk h2{
    font-weight:bold;
	margin-bottom: 20px;
}
.talkBtn a.tc-btn-md.tc-btn-green {
	background:#103ecd;
}
section.pci {
    background: #f9f9fa;
    padding: 50px 0;
}
.pciText {
    float: left;
    width: 60%;
}
.pciImage {
    float: right;
    width: 40%;
}
.pciImage img{
    max-width: 83%;
}
.pciText h2 {
    color: #103ecd;
    font-family: 'Bebas Neue', cursive;
    line-height: 42px;
    margin-bottom: 20px;
}
.whiteCard {
    margin-top: 50px;
}
.card {
    padding: 30px;
    background: #fff;
    margin-bottom: 25px;
}
.card h3{
    font-weight: 700;
    margin-bottom: 10px;
}
.card h3:before {
    background: url(../png/wave.png);
    width: 85px;
    height: 20px;
    background-size: 141px 12px;
    content: "";
    display: block;
    background-repeat: no-repeat;
}
.backupsText {
    float: right;
    width: 49%;
    margin-top: 100px;
}
.ddosText {
    float: right;
    width: 49%;
    margin-top: 0px;
}
.ddosImage{
	float:left;
	width: 50%;
}
.backups,.ddos,.swat{
	padding:50px 0;
}
.backups h2,.privacy h2,.ddos h2,.ada h2,.swat h2,.owasp h2{
    font-weight: bold;
    color: #103ecd;
    margin-bottom: 15px;
	line-height: 50px;
}
section.privacy,.ada,.owasp {
    padding: 50px 0;
    background: #f9f9fa;
}
.privacyText {
    float: left;
    width: 50%;
	margin-top: 50px;
}
.adaText {
    float: left;
    width: 50%;
}
.privacyImage,.adaImage {
    float: right;
    width: 50%;
}
.privacyImage img,.swatImage img{
    max-width: 100%;
}
.adaImage img{
    margin-top: -60px;
    margin-bottom: -55px;
}
.swatText {
    float: right;
    width: 52%;
}
.swatImage {
    float: left;
    width: 35%;
    text-align: center;
}
.titleB {
    font-size: 28px;
	font-family: 'Bebas Neue', cursive;
}
.owaspText {
    float: left;
    width: 50%;
    margin-top: 50px;
}
.owaspImage {
    float: right;
    width: 45%;
}
.owaspImage img{
	margin-top:-200px;
}
section.cartsecurity {
    padding: 50px 0;
	background: url("../jpg/3dcart-security-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.cartsecurity h3 {
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
}
.cartsecurity h2 {
    font-size: 60px;
    color: #ffde00;
    font-family: 'Bebas Neue', cursive;
    line-height: .9;
}
.backupsImage {
    float: left;
    width: 50%;
}
.mb{
	display:none;
}
@media(max-width:1330px){
.growthImage {
    display: none;
}
.growthText {
    float: none;
    width: 80%;
}
}
@media(max-width:1199px){
.heroText {
    margin-top: 0px;
}
.growthText {
    float: none;
    width: 100%;
	margin-top: 0;
}
	.backupsImage img{
		max-width:100%;
	}
}

@media(max-width:1023px){
img{
	max-width:100%;
}
.hero h2 {
    font-size: 70px;
    line-height: 70px;
}
.heroText {
    margin-top: 0;
}
.enterpriseTabs ul li {
    padding: 15px 10px;
}
.mb{
	display:inline-block;
}
.owaspImage img,.adaImage img {
    margin-top: 0;
	margin-bottom: 0;
}
.dt{
	display:none;
}
.enterpriseTabs a {
    padding: 10px 15px;
    font-size: 17px;
}
.pciText,.backupsText,.privacyText,.ddosText,.adaText,.swatText,.owaspText{
	float:none;
	width:100%;
	margin-top: 0;
}
.pciImage,.backupsImage,.backupsImage,.ddosImage,.adaImage,.swatImage,.owaspImage {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
}

@media(max-width:767px){

.hero h3 {
    font-size: 32px;
    line-height: 32px;
}
.enterpriseTabs {
    margin-top: 97px;
}
.tabsLeft {
    float: none;
    width: 100%;
    text-align: center;
}
.tabsLeft > div {
    border-right: none;
    padding-right: 0;
    margin-top: 15px;
}
.tabsRight {
    float: none;
    width: 100%;
    text-align: center;
}
.cartsecurity h2 {
    font-size: 42px;
}
.enterpriseTabs ul li {
    padding: 0;
    display: block;
    border-bottom: 1px solid #ccc;
}
.enterpriseTabs ul li a {
    display: block;
}
.hero h2 {
    font-size: 42px;
    line-height: 48px;
}
.hero h3 {
    font-size: 25px;
    line-height: 30px;
}
.heroText {
    float: none;
    width: 100%;
}
.backups h2, .privacy h2, .ddos h2, .ada h2, .swat h2, .owasp h2 {
    line-height: 38px;
}
.heroImage {
    float: none;
    width: 100%;
    margin-top: 25px;
}
.enterpriseTabs ul li:last-child {
    border-bottom: none;
}
}

@media(max-width:320px){

}














