/*==================================================
Website Name:https://www.maxpcsecure.com/ new updated
===================================================*/

/*===========================
CONTENTS:
01 Global Styles
02 Typography Section
03 Navbar Section
05 Slider sections
06 Footer
08 Buttons
09 Media queries 
===========================*/

/* 
Global Styles
=========================== */
*{ margin:0px; padding:0px;}

 html,body {height: 100%;}

/********************************/
/*       Typograpy Section     */
/********************************/
	@font-face {
		font-family:fontcustom;
		src:url(../fonts/mensch.ttf);
		}
		
	@font-face {
		font-family:fontcustom1;
		src:url(../fonts/ProximaNova-Reg.ttf);
		}

	body {
	font-family:fontcustom1 !important;}
	
	h1,h2,h3,h4,h5,h6{
		font-family:fontcustom;
		font-weight:inherit;
	}	
	a{
	text-shadow:none !important;
	text-decoration:none !important;
	}
	
	h1{
	font-size:3em !important;
	color:#fff;
	}

	h2{
	font-size:2.2em !important;
	color:#000;
	}

	h3{
	font-size:1.7em !important;
	}

	h4
	{
	font-size:20px !important;
	}

	h5{
	font-size:12px !important;
	}

	h1,h2,h3,h4,h5,h6{	
	font-weight:500 !important;	
	margin-top:10px;
	}

	li, ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
  
  p{font-size: 1.4em !important;}
	
	
	

/********************************/
/*         Navbar Section     */
/********************************/
.main
{
	width:100%;
}


/*media query*/
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
	 } 
}



.jumbotron2{
    background:#555;
    border: none!important;
	padding:60px;
    }
	
/********************
*****BS Slider 
**********************/
@font-face {
		font-family:fontcustom2;
		src:url(../fonts/mensch-thin.ttf);
		}

.bs-slider{
    overflow: hidden;
    max-height: 800px;
    position: relative;
    background: #000000;

}




.bs-slider h1
{
	font-family:fontcustom2 !important;
}

.bs-slider strong
{
	font-family:fontcustom !important;
	color:#b70902;
	font-weight:500;
}


.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.40); */
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    /* background: rgba(0, 0, 0, 0.1); */
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
	}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
	}

.slide-text {
    left: 0;
    top:8%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 1% 3%;   
}
.h1FirstClass h1 
{
	color: #ffffff !important;
}
.h1FirstClass p
{
	color: #ffffff !important;
}

.itemNew   p
{
	color: #000 !important;
}

.slide-text  h1{
    padding: 0;
    color: #000;
    font-size:6.1vw !important;
    font-style: normal;
    margin-bottom:20px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;    
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 2em;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.itemNew > a.btn-primary{
     color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size:1.3em;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 12px 13px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #4c9126;
	border:1px solid #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
     -webkit-animation-delay: 2s;
	 border-radius:0px;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.itemNew > a:hover,
.itemNew> a:active {
      color: #ffffff !important;
    background: #191b19 !important;
	border:1px solid #73c41d;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size:1.3em;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 12px 13px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #4c9126;
	border:1px solid #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
     -webkit-animation-delay: 2s;
	 border-radius:0px;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: none;
	border:1px solid #73c41d;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}




.slide-text1 > a.prime2{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size:1.3em;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 12px 13px;
    white-space: nowrap;
    letter-spacing: 1px;
    background:none ;
	border:1px solid #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
     -webkit-animation-delay: 2s;
	 border-radius:0px;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text1 > a.prime2:hover ,
.slide-text1 > a.prime2:active {
    color: #ffffff;
    background: #4c9126;
	border:1px solid #73c41d;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size:100px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

/********************
*****end BS Slider 
**********************/

.button:hover span:after, .button:active span:after {
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  opacity: 1;
  border-color: #0C5;
  right: 0;
  top: 50%;
}

.navbar-nav.navbar-right:last-child {
    margin-right:0px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color:#b70902;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.navbar-toggle span
{
	background:#fff;
}


.mainNv
{
  margin-top:8px;
  margin-bottom:8px;  
}


.nav-button {
    border: 1px solid #cc9c41;
    transform: translate(0,0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff;
    padding:14px !important;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #c5000a;
    border-color: #428bca;
	
	color:#fff;
}

.top-nav-collapse {
padding: 0;
overflow: visible!important;
z-index: 999;
background: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.navbar-nav>li>a {
color: #000;

}

.nav>li>a:hover, .nav>li>a:focus, nav>li>a:active, nav>li>a:visited {
    text-decoration: none;
    background-color: #c5000a !important;
	color:#fff;
}
/* 
.navbar-header
{
  padding:10px;  
  padding-top:14px;
} */

.dropdown-menu {
    position: absolute;
    top: 100%;
	left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    /* border-radius: 4px; */
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
.dropdown-menu {
   
    border-radius:0px !important;
    background: #efefef;
}

.dropdown-menu > .col-sm-3
{
	padding-left:0px;
	padding-right:0px;
}

.navbar-nav>li>.dropdown-menu {
  margin-top:0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-default .navbar-nav>li>a {
  width: 200px;
  font-weight: bold;
}

.mega-dropdown {
  position: static !important;
 
}

.mega-dropdown-menu {
  padding:5px 0px;
   box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: normal;
  line-height:1.428571429;
  color: #000;
  font-size:1em;
  font-weight:500;
  white-space: normal;
 
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: #e7e9ea;
}
/* .CompanyDrop .mega-dropdown-menu
{
	width:17%;
	left:auto;
} */

.CompanyDrop .mega-dropdown-menu > li > a:hover,
.CompanyDrop .mega-dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: #e7e9ea !important;
  background-image:none;
}
.CompanyDrop .mega-dropdown-menu > li > a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #000;
  white-space: normal;
} 

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 1em;
  font-weight:600;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.navbar-brand {
  
    padding:0px;  
}

.navbar {
   margin-bottom:0px; 
   font-size:1.2em;
   background:#ffffff;
   padding:0px;
  }
  

@media (min-width: 768px){
	.navbar-nav {
		float: left;
		margin: 0;
		}
}

@media (min-width: 768px){
.navbar-right .dropdown-menu {
  right:82px;
}
 
}

.dropdown-submenu>.dropdown-menu {
   top:5px;right:100%; 
  
 }
 

/********************************/
/*         Slider Section     */
/********************************/

.featuresmax ul  li:before{
	content:url("../images/mark.png");
	padding-right:10px;
	line-height:30px;
	}

.featuresmax ul  li
{
	line-height:30px;
}
#first-slider .main-container {
  padding: 0;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}

#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  height:100%;
  width:100%;
  
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}
#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}
#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,.carousel-fade  .carousel-inner.active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev,.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

/********************************/
/*   Slide Background Section   */
/********************************/
#first-slider .item {
	
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
	
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
	
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
	
	 background-size: cover;
    background-repeat: no-repeat	
}
#first-slider .slide5 {
    background-size: cover;
    background-repeat: no-repeat;	
}

/********************************/
/*     All Buttons Section     */
/********************************/

.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.btn-outlined.btn-primary {
    background: none;
    border:2px solid #428bca;
    color: #428bca;
	font-size:1.2em;
}
.btn-outlined.btn-primary:hover,
.btn-outlined.btn-primary:active {
    color: #FFF;
    background: #428bca;
    border-color: #428bca:
}

.btn-outlined.btn-success {
    background: none;
    border:2px solid #5cb85c;
    color: #5cb85c;
	font-size:1.2em;
}
.btn-outlined.btn-success:hover,
.btn-outlined.btn-success:active {
    color: #FFF;
    background: #47a447;
}

.btn-outlined.btn-info {
    background: none;
    border: 3px solid #5bc0de;
    color: #5bc0de;
}
.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:active {
    color: #FFF;
    background: #39b3d7;
}

.btn-outlined.btn-warning {
    background: none;
    border: 3px solid #f0ad4e;
    color: #f0ad4e;
	font-size:1.3em;
	
}
.btn-outlined.btn-warning:hover,
.btn-outlined.btn-warning:active {
    color: #FFF;
    background: #ed9c28;
}

.btn-outlined.btn-danger {
    background: none;
    border: 3px solid #d9534f;
    color: #d9534f;
}
.btn-outlined.btn-danger:hover,
.btn-outlined.btn-danger:active {
    color: #FFF;
    background: #d2322d;
}
/********************************/
/*       Subscribe Section     */
/********************************/

.input-group-addon {
   border-radius:0px;
}
.input-lg {
    
    border-radius: 0px;
}
.subcribeN
{
	background:url("../images/downloads-bg6.jpg");
	background-repeat:no-repeat;
	background-position:center; 
	padding-bottom:50px;
	padding-top:50px;
}
.subcribeN h3
{
	color:#fff;
}



/************************************/
/*content Section*/
/************************************/

.content-section-a {
    padding-top: 60px;
    padding-bottom: 60px;
    color:#000 !important;
}


h2.heding
{
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
}

.content-section-b {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
	
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.content-section-a1 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-color: #292929;
	color:#fff !important;
}


.service-item2
{
	display: inline-block;
    text-align: center;   
    border-radius: 22px;
	    margin-left:0px;
}
.service-item2 a
{
	display:block;
}
.service-item2 a  img
{
    border-radius:0px;
    padding:10px;
 	border:1px solid #fff;
}

.service-item2  a:hover  img{
	content:url('../images/cart3.png');
	width:60px;
	height:60px;
	border-radius:0px;
    padding:10px;
 	border:1px solid #E80800;
	background:#;
	transition: background-color 0.2s ease;
}
.service-item2 h4
{
  color:#fff !important;
}


/*****.service-item3***/
.service-item3
{
	display: inline-block;
    text-align: center;   
    border-radius: 22px;
	margin-left:10px;

}
.service-item3 a
{
	display:block;
	
}

.service-item3 a  img
{
    border-radius:30px;
    padding:10px;
 	border:2px solid #E80800;
}
.service-item3  a:hover img{
	content:url('../images/cart3.png');
	width:60px;
	height:60px;
	background:#83A483;
	border-radius:30px;
    padding:10px;
 	border:2px solid #E80800;
	transition:background-color 0.5s ease;
	-webkit-transition:background-color 0.5s ease;
}
.service-item3 h4
{
  color:#000 !important;
  font-weight:bold !important;
}

/*****.service-item4***/
.service-item4
{
	display: inline-block;
    text-align: center;   
    border-radius: 22px;
	margin-left:10px;

}
.service-item4 a
{
	display:block;
}

.service-item4 a  img
{
    border-radius:15px;
    padding:10px;
 	border:2px solid #fff;
}
.service-item4 a:hover img
{
	content:url('../images/cart3.png');
	width:60px;
	height:60px;
	background:#fffff;
	border-radius:15px;
    padding:10px;
 	border:2px solid #E80800;
	transition: background-color 0.2s ease;
}
.service-item4 h3
{
  color:#fff !important;
 
}


/*****.service-item5***/
.service-item5
{
	display: inline-block;
    text-align: center;   
    border-radius: 22px;
	
}
.service-item5 a
{
	display:block;
}

.service-item5 a  img
{
    border-radius:30px;
    padding:10px;
 	border:2px solid #E80800;
}
.service-item5 a:hover img
{
	content: url("../images/cart3.png");
	-moz-content: url("../images/cart3.png");
	width:60px;
	height:60px;
	background:#83A483;
	border-radius:30px;
    padding:10px;
 	border:2px solid #cart4;
	transition: background-color 0.2s ease;
  }
.service-item5 h3
{
  color:#000 !important;

 
}

/*****.service-item6***/
.service-item6
{
	display: inline-block;
    text-align: center;   
    border-radius: 22px;
	
}
.service-item6 a
{
	display:block;
}

.service-item6 a  img
{
    border-radius:30px;
    padding:10px;
 	border:2px solid #fff;
	background:#E80800;
	transition: background-color 0.2s ease;
}
.service-item6 a:hover img
{
	content:url('../images/cart4.png');
	width:60px;
	height:60px;
	border-radius:30px;
    padding:10px;
 	border:2px solid #cart4;
	background:none;
}
.service-item6 h3
{
  color:#fff !important;
  float:right;
  padding-top:10px;
  padding-left:10px;
 
}





.call-row {
    padding: 20px 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: transparent;
}

#prevention-plus {
    
    text-align: center;
    border: 2px solid #797979;
    border-radius: 22px;
}
#prevention-plus h4 {
    color: #efefef;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    margin: 0 8px;
	
}


#features {
  
	position:relative;
	overflow:hidden;
    background: linear-gradient(to bottom, #d2d2d2 0%,#ffffff 100%);
}
#features1 {
  	position:relative;
	overflow:hidden;
  /*   background: linear-gradient(to bottom, #00b6d1 0%,#ffffff 100%); */
	background:#f9f9f9;
	/* background:url(../images/lll.png) no-repeat top center;
	background-size:cover; */
	color:#fff;
}
.fetureHed h2
{
	color:#282828 !important;
}
.fetureHed p
{
color:#282828 !important;
}
.section-header .section-title {
    font-size: 44px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

#features .media.service-box:first-child {
    margin-top:57px;
}

.media.service-box {
    margin: 25px 0;
}
.section-header .section-title:before {
	content:"";
    border-bottom:1px solid #ccc; 
	position:absolute;
	width: 20%;
	margin:0 auto;
    bottom: 0;  
    height: 1px;
   
}
.section-header .section-title1:before {
    border-bottom:1px solid #ccc; 
	position:absolute;
	width: 30%;
	margin:0 auto;
    bottom: 0;  
    height: 1px;
   
}

.media.service-box .pull-left>i {
    font-size:18px;
    height:25px;
    text-align: center;
    width:30px;
    color: #ec3525;
    position: relative;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media.service-box .pull-left {
    margin-right: 20px;
}
.content-section-a2 {
    padding-top: 60px;
    padding-bottom: 60px;
    color:#000 !important;
}



/********************************/
/*    Panel Cards Section     */
/********************************/
 
 .cards
 {
	 background:#eff2f5; 
	 width:100%;
	
 }
.positionSet
{
	margin-top:30px;
	margin-bottom:10px;
}

.panel 
{
  box-shadow:0px 1px 2px #c2c4c6;
}

.panel-default>.panel-heading {
      background-image:none;
	  background-color:none;
	  background:none;
    /* background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); */
    /* background-repeat: repeat-x; */
    
}

.panel-default{
	z-index: 50;
	width: 100%;
	margin-right: .5%;
	margin-bottom: 2%;
	margin-left: .5%;
	float: left;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-style: solid;
	border-width: 1px;
	border-color: hsla(0,0%,100%,.05);
	border-radius: 2px;
	transition: all .4s ease;
	color: #2c3e50;
	font-size: 1em;
	text-align: left;
	}

.panel-default:hover{
	border:1px solid #ccc;
	transition: all .4s ease;
	border: 1px solid #339df0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(44,62,80,.2);
    -webkit-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px)
	}

.panel-heading {
    padding: 1px 15px;   
}

.featuresmax >ul>li
{color:#fff;}

.navbar-brand > .img-responsive{
display: inline-block ;
}

.custom-tab-content{
color:#000;
}

.panel-body  img
{
  float:left;
  padding-right:20px;  
}
   
/*******
multi device section
*********************/
h2.display-3
{
  	color:#333;
}  

.btnTextl a
{
  font-size:1.3em;	
} 
   
   .lead {
    font-size: 1.2em;
}

.sectionId  i
{
   	color:#2C79C3;
	font-size:14px;
	
}
.sectionId li
{
	padding-bottom:10px;
	font-size:1.1em;
}

.macSection .btn-outlined.btn-success{
  
    font-size:1.5em;
	text-transform:uppercase;
}
.macSection .btn-outlined.btn-primary {
  
    font-size:1.5em;
	text-transform:uppercase;
}
   
.box > .icon {
text-align: center; 
position: relative; }
.box > .icon > .image 
{ position: relative; z-index: 2; margin: auto; width: 88px; height: 88px;
 border: 8px solid white; line-height: 88px; border-radius: 50%; background: #2C79C3; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; border:0px solid #e0e0e0; padding:30px 0 10px 0; }
.box > .icon:hover > .info { background: border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }
   
   
   
   .preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 115%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top:7em;
   padding: 0px;
  line-height: 1.5em; }

 .card  h2 {
    line-height: 1.13333;
    font-size: 60px;
}
  
@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

	.details {
	padding:4em 6em;		  
	}

	.details  h2
	{ 
	color:#000;
	}

	.details  p
	  { 
	  
	  font-size:1.2em;
	  color:#000;
	  font-weight:normal;
	}
.colors {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
						
/********************************/
/* mac Section              */
/********************************/
.falcon-wp-white {
  /*  / background:url(../images/falcon-wp-white.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
	
}
.page-section {
    padding:50px 30px;
   
    left: 0;
    right: 0;
    margin: auto;
}

.topCenter
{
 margin-top:30px;	
}

.media-body h4
{
	color:#ec3525;
}
   
.pText p
{
   color:#000;
}

/********************************/
/* disk TUner              */
/********************************/
.diskImage
{
	overflow:hidden;
}

.feature-block-mini-wrapper {
    margin-top:50px;
}
.feature-heading.mini {
    font-size: .95rem;
}

.feature-heading {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5rem;
    float: none;
    font-size: 1.1rem;
    font-weight: 400;
}

.icon-block.mini {
    width: auto;
    margin-top: 3px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.feature-block.mini {
    width:47%;
    margin-right: 2%;
    margin-bottom:20px;
    padding-right: 15px;
    float: left;
	height:100px;
}
.icon-block {
    display: block;
    width: 15%;
    margin-bottom: 30px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.diana-overflow 
{
 background:#b2b2b2;	
 color:#e5e5e5;
 padding-top:50px;
}
.diana-overflow  h2
{
	color:#fff;
}
.icon-block.mini {
    width: auto;
    margin-top: 3px;
    margin-right: 20px;
    margin-bottom: 30px;
}


/********************************/
/*         News Section     */
/********************************/

.form_holder {
    padding: 5px;
    /* border: 1px #cccccc solid; */
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}
.prvts {
    padding: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    width: 260px;
    position: relative;
    background-color: #fff;
}
.live_chat_box {
    padding: 0px;
    background-color: #ffffff;
    /* border: 1px #cccccc solid; */
    margin-bottom: 15px;
}
.img_right_bottom {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.form_holder input {
    padding: 4px;
    border: 1px #cccccc solid;
    margin-bottom: 10px;
    width: 93%;
    color: #666666;
}
.blog
{
 height:280px;
overflow:hidden; 
padding-left:42px;
border-right:1px solid #ccc;
}   

.blog h4
{
  background:#2C79C3;
  padding:10px;
  color:#fff; 
}   
   
   .more_link {
    padding:8px;
    margin-bottom: 20px;
    background-color: #2C79C3;
    color: #ffffff;
    position: absolute;
    bottom:-20px;
	color:#fff;
}

  .moreL  a:hover
  {
	  color:#fff;
	  text-decoration:none;
  }
   
 
#container
{
	display:none !important;
}


/********************************/
/*      Auto Scroll            */
/********************************/
#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}
.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}


/********************************/
/*       ABOUT WEB PAGE      */
/********************************/

.aboutUSbackg
{
	/*background:url(../images/aboutus.jpg)no-repeat top center ;	*/
	background-position:center;
	background-size:cover;
	 
}
.aboutUSbackg
{
	padding-top:66px ;
	padding-bottom: 160px;
	font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
}

.aboutContent
{
 margin-bottom:50px;	
}
.aboutContent h3
{
  	color:#000;
}


/********************************/
/*       Download Section      */
/********************************/
.dwnSec
{
 margin-top:50px;	
}

.productbox {
    background-color:#ffffff;
	padding:30px;
	margin-bottom:10px;
	-webkit-box-shadow: 0 8px 6px -6px  #999;
	   -moz-box-shadow: 0 8px 6px -6px  #999;
	        box-shadow: 0 8px 6px -6px #999;
}

.producttitle {
    font-weight:bold;
	padding:10px 0 5px 0;
	font-size:1.5em;
}

.productprice {
	border-top:1px solid #dadada;
	padding-top:5px;
}

.pricetext {
	font-weight:bold;
	font-size:1.4em;
}



/********************************/
/*    Product page Section      */
/********************************/

.glyphicon { margin-right:5px; }
.caption h2
{
	 color:#000;
}
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}


.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
	padding:40px;
	
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
   
	padding-right:20px;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}
/********************************/
/*     Management Section      */
/********************************/

.jumbotron
{
 background:url(../images/managment.jpg)no-repeat center;	
 background-size:cover;
 padding-top: 100px ;
 padding-bottom: 100px;

} 


/********************************/
/*     careers Section          */
/********************************/


.careersSec
{
 background:url(../images/careers2.jpg)no-repeat top center;	
 background-position:center;
 background-size:100%;
 padding-top: 100px ;
 padding-bottom: 100px;

} 

/********************************/
/* Contact Section              */
/********************************/

.contactDetails h2
{
	color:#000;
}
.contactFormBorderLeft
{
  border-right:1px solid #ccc;	
}

.contactUSback
{
 background:url(../images/contactus.jpg)no-repeat top center;	
 background-position:center;
 background-size:cover;
 padding-top: 100px ;
 padding-bottom: 100px;

}


/********************************/
/* Partner Section              */
/********************************/

.partnersBack
{
 background:url(../images/partners.jpg)no-repeat top center;	
 background-position:center;
 background-size:cover;
 padding-top: 100px ;
 padding-bottom: 100px;
}


.partnerDetails h2
{
	color:#000;
}



/********************************/
/*         Footer Section      */
/********************************/
#footWrapper {
clear: both;
overflow: hidden;
}
.footer-top {
    overflow: hidden;
    padding: 60px 0 50px;
    border-bottom: 1px #0f0f0f solid;
    background: #222;
    color: #aaa;
}
.footer-bottom {
    overflow: auto;
    padding: 15px 0;
    border-top: 1px #363636 solid;
    background: #1D1D1D;
}
.cell-3 {
    width: 25%;
}

[class*="cell-"], .masonry .post-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.footer-top .footer-menu a:before {
    display: inline-block;
    margin-right: 7px;
    color: #5b5b5b;
    content: "\f105";
    font-family: FontAwesome;
}


.footer-top .block-head {
    border-bottom-color: #3a3a3a;
    color: #c5c5c5;
    text-transform: uppercase;
}

.footer-top h3 {
    position: relative;
    font-weight: 700;
    font-size: 15px;
}

.item-box:hover:after, .item-box:hover .item-price, .team-box:hover:after, .team-box-2:hover:after, 
.responsive-nav, .search-box:before, .block-head:before, .block-head:after, .widget-head:before, 
.widget-head:after, .details-img:after, .post-image:after, .team-box:after, .team-box-2:after, 
.item-box:after, .team-box .team-socials li a:hover, .service-box-1:after, .portfolio-item:after {
    background-color: #2C79C3;
}

.block-head:before {
    position: absolute;
    bottom: -3px;
    width: 100px;
    height: 5px;
    content: "";
    display: inline-block;
}
.block-head:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    content: "";
    display: inline-block;
}

.footer-top .footer-menu a {
    display: inline-block;
    padding: 7px 0;
}

.footer-top a {
    color: #9E9E9E;
}

.footer-top .block-head {
    border-bottom-color: #3a3a3a;
    color: #c5c5c5;
    text-transform: uppercase;
}

.footer-top h3 {
    position: relative;
    font-weight: 700;
    font-size: 15px;
}

.block-head {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px #e2e2e2 solid;
    font-weight: 400;
}

.cell-5 {
    width: 41.66666667%;
}

[class*="cell-"], .masonry .post-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.copyrights {
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    font-size: 11px;
	color: #777;
}
.cell-7 {
    width: 58.33333333%;
}

[class*="cell-"], .masonry .post-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.social-list li {
    float: left;
    margin: 0 1px 0 10px;
    font-size: 18px;
}
.social-list li a {
    display: block;
    padding: 0;
    color: #fff;
}
.social-list li span {
    display: block;
    text-align: center;
    line-height: 33px;
    padding: 0 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-dribbble:before {
    content: "\f17d";
}

:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	color:#ec3525;
}


/**************\\social button icons \\****************/

.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:30px;width:30px;padding:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:30px;font-size:1.1em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}

.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}

.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}

.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#309aea;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}




/* *************mobile app security*************/
.home{
   
    background-size: cover;
    position: relative;
    padding-top:100px;
    width:100%;
}
.home1{
 padding:50px 0;
}


.main_home .home_text h2{
    font-size:36px;
    font-weight: 400;
}
.main_home .home_text h1{
    font-size:48px;
    font-weight: 700;
}
.main_home .home_text h3{
    font-size:24px;
    font-weight: 400;
}

.main_home:before{
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    width: 0;
    height: 0;
    /* border-bottom: 140px solid #f5f5f5;
    border-right: 690px solid transparent */;
}

.main_home:after{
    content: "";
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
  /*   border-bottom: 140px solid #f5f5f5;
    border-left: 690px solid transparent; */
}

.home_btns{
    margin-left:-10px;
}
.home_btns .btn{
    margin-left:10px;
}

.fix {
    overflow: hidden;
}

.bg-black {
    background-color: #292929;
}
.main_home .home_text h1 {
    font-size:9vw !important;
    font-weight: 400;
}

.text-white {
    color: #fff !important;
}


.section-title {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
}

.section-title-divider {
    width: 130px;
    height: 3px;
    background:#b70902;
    margin-bottom: 20px;
}

.section-description {
     margin-bottom: 40px;
}
#services .service-item {
    margin-bottom: 20px;
}

#services .service-icon {
    float: left;
    background: #b70902;
    padding: 16px;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid #b70902;
}

#services .service-icon i {
    color: #fff;
    font-size: 24px;
}

#services .service-title {
    margin-left: 80px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
	
}

#services .service-title a
{
	color:#111;
}

#services .service-description {
    margin-left: 80px;
    line-height: 24px;
}

#services .service-item:hover .service-icon {
    background: #fff;
	
	}
	
	#services .service-item:hover .service-icon i {
    color: #b70902;
}
.home_text1
{
	padding-top:20px;
}


.list-group li
{
   margin:10px 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding:0px 7px !important;
    margin-bottom: -1px;
     border:0px !important;
}


/*************Network Seurity Audit*************/

.bg-black1
{
 background:url("../images/network-security-audit.jpg") no-repeat;
background-size:cover;
background-position:top center; 
}

.home_text2
{
	padding-bottom:40px;
}


/********************************/
/*   Media Queries       */
/********************************/

@media screen and (min-width:768px){
      
}

@media screen and (min-width: 980px){
      
}

@media screen and (max-width: 640px){
	.blog
	{
	   margin-bottom:30px;
	} 
	
	.feature-block.mini {
        width: 100%;
      }
}



/*********  / sd and rc  /   ************/
a.down{
	text-decoration:none !important;
}
.slide-text >a.down:hover, .slide-text > a.down:active
{
	background:none !important;
	border:none !important;
}
.sectionspyware
{
	background:#04417d;
	padding:30px;
}

.sectionrc
{
	background:#34a54d;
	padding:30px;
}

.sectionspyware p img ,.sectionrc p img
{
  padding:0px;	
  margin-top:30px;
}
.hearerTitle p
{
  	color:#fff;
}

.page-section2
{
    padding-top:5px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:8px; 	
}

.page-section2 .col-sm-6
{
	padding-right:8px;
	padding-left:8px;
}

.diskTuner1
{
	background:#fafafa;
}
.diskTuner2
{
	
}
.diskImage2 img
{
  width:80%;
}
 
.diskImage1 img
{
	width:170%;
}

.diskTun
{
  padding:0px;  
}

.imgby
{
	padding-top:200px;
}
.sectionMaT h1,.sectionMaT p
{
  color:#fff;
}

.sectionMac h1
{
  color:#393939;
}

.sectionMaT
{
  background:#444;
  padding:20px;  
}
.sectionMac
{
    background:#aaa9aa;
	padding:20px;
}

.slide-text12 > a{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size:1.3em;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 12px 13px;
    white-space: nowrap;
    letter-spacing: 1px;
    background:none ;
	border:1px solid #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
     -webkit-animation-delay: 2s;
	 border-radius:0px;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text12 > a:hover ,
.slide-text12 > a:active {
    color: #ffffff;
    background: #4c9126;
	border:1px solid #73c41d;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}



.slide-text13 > a{
    color: #000;
    cursor: pointer;
    font-weight: 400;
    font-size:1.3em;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 12px 13px;
    white-space: nowrap;
    letter-spacing: 1px;
    background:none ;
	border:1px solid #000;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
     -webkit-animation-delay: 2s;
	 border-radius:0px;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text13 > a:hover ,
.slide-text13 > a:active {
    color: #fff;
    background: #4c9126;
	border:1px solid #73c41d;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.macbuynow
{
  margin-top:256px;	
}
.newadds h4
{
color:#282828;
font-size:16px !important; 
text-transform:capitalize !important;
}

.newadds h2
{
color:#282828;

}

.newadds p
{
	color:#6e6d6d;
	font-size:18px !important;
}

.newadds .feature-content-box 
{
 padding:20px 15px;	
}

.one
{
   color:  #282828;
    background-color: transparent;
    border-color: #282828;  
	border-radius:5px;
	padding:12px 0px;
}
.one:hover
{
 background:#569f58;
 color:#fff;
}



.two
{
   color:  #282828;
    background-color: transparent;
    border-color: #282828;  
	border-radius:5px;
	padding:12px 0px;
}
.two:hover
{
 background:#ccc;
 color:#fff;
}
