html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
     font-family: 'font Regular';
}
a:focus{   text-decoration: none;}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

a:hover{ text-decoration: none }

body{ background-color:#F0F0F0;   }


p{ color: #999 }

.white-bg{ background-color: #fff; margin: 15px 0; padding: 16px;}

h1,h2,h3,h4,h5,h6{
  font-family: arvoregular!important;
}
/*======================== 
      shadow
==========================*/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

.shadow {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.shadow-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


/*=========================== 
      Breadcrumb
============================*/
 .Breadcrumbs {
  background-color:#f5f5f5; }
.Breadcrumbs .breadcrumb {
  padding: 10px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: rgba(185, 185, 185, 0);
  border-radius: 0px;
}
.Breadcrumbs .breadcrumb a {
  font:bold 12px 'font-Medium', sans-serif;
  color: #505050;
}
.Breadcrumbs .breadcrumb li {
  font:bold 12px 'font-Medium', sans-serif;
  color: #505050;
}

.list_pad{
  line-height: 30px
}



/*============================
        padding margin
=============================*/
.pad_0{ padding: 0px; }
.pad_10{ padding: 10px; }
.pad_20{ padding: 20px; }
.pad_30{ padding: 30px; }
.pad_40{ padding: 40px; }
.pad_50{ padding: 50px; }
.pad_60{ padding: 60px; }
.pad_70{ padding: 70px; }
.pad_80{ padding: 80px; }

.pad_l_0{ padding-left: 0px; }
.pad_l_10{ padding-left: 10px; }
.pad_l_20{ padding-left: 20px; }
.pad_l_30{ padding-left: 30px; }
.pad_l_40{ padding-left: 40px; }
.pad_l_50{ padding-left: 50px; }
.pad_l_60{ padding-left: 60px; }
.pad_l_70{ padding-left: 70px; }
.pad_l_80{ padding-left: 80px; }

.pad_r_0{ padding-right: 0px; }
.pad_r_10{ padding-right: 10px; }
.pad_r_20{ padding-right: 20px; }
.pad_r_30{ padding-right: 30px; }
.pad_r_40{ padding-right: 40px; }
.pad_r_50{ padding-right: 50px; }
.pad_r_60{ padding-right: 60px; }
.pad_r_70{ padding-right: 70px; }
.pad_r_80{ padding-right: 80px; }

.pad_b_0{ padding-bottom:  0px; }
.pad_b_10{ padding-bottom:  10px; }
.pad_b_20{ padding-bottom:  20px; }
.pad_b_30{ padding-bottom:  30px; }
.pad_b_40{ padding-bottom:  40px; }
.pad_b_50{ padding-bottom:  50px; }
.pad_b_60{ padding-bottom:  60px; }
.pad_b_70{ padding-bottom:  70px; }
.pad_b_80{ padding-bottom:  80px; }


.pad_t_0{ padding-top:  0px; }
.pad_t_10{ padding-top:  10px; }
.pad_t_20{ padding-top:  20px; }
.pad_t_30{ padding-top:  30px; }
.pad_t_40{ padding-top:  40px; }
.pad_t_50{ padding-top:  50px; }
.pad_t_60{ padding-top:  60px; }
.pad_t_70{ padding-top:  70px; }
.pad_t_80{ padding-top:  80px; }

.mar_0{ margin: 0px; }
.mar_10{ margin: 10px; }
.mar_20{ margin: 20px; }
.mar_30{ margin: 30px; }
.mar_40{ margin: 40px; }
.mar_50{ margin: 50px; }
.mar_60{ margin: 60px; }
.mar_70{ margin: 70px; }
.mar_80{ margin: 80px; }

.mar_l_0{ margin-left: 0px; }
.mar_l_10{ margin-left: 10px; }
.mar_l_20{ margin-left: 20px; }
.mar_l_30{ margin-left: 30px; }
.mar_l_40{ margin-left: 40px; }
.mar_l_50{ margin-left: 50px; }
.mar_l_60{ margin-left: 60px; }
.mar_l_70{ margin-left: 70px; }
.mar_l_80{ margin-left: 80px; }

.mar_r_0{ margin-right: 0px; }
.mar_r_10{ margin-right: 10px; }
.mar_r_20{ margin-right: 20px; }
.mar_r_30{ margin-right: 30px; }
.mar_r_40{ margin-right: 40px; }
.mar_r_50{ margin-right: 50px; }
.mar_r_60{ margin-right: 60px; }
.mar_r_70{ margin-right: 70px; }
.mar_r_80{ margin-right: 80px; }

.mar_b_0{ margin-bottom:  0px; }
.mar_b_10{ margin-bottom:  10px; }
.mar_b_20{ margin-bottom:  20px; }
.mar_b_30{ margin-bottom:  30px; }
.mar_b_40{ margin-bottom:  40px; }
.mar_b_50{ margin-bottom:  50px; }
.mar_b_60{ margin-bottom:  60px; }
.mar_b_70{ margin-bottom:  70px; }
.mar_b_80{ margin-bottom:  80px; }


.mar_t_0{ margin-top:  0px; }
.mar_t_10{ margin-top:  10px; }
.mar_t_20{ margin-top:  20px; }
.mar_t_30{ margin-top:  30px; }
.mar_t_40{ margin-top:  40px; }
.mar_t_50{ margin-top:  50px; }
.mar_t_60{ margin-top:  60px; }
.mar_t_70{ margin-top:  70px; }
.mar_t_80{ margin-top:  80px; }


/*=====================================
            Navigation  
=====================================*/

/*=====================================
            Navigation  
=====================================*/

.mailvita_nav{
    background: #ffffff;

    border-radius: 0px;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1); 
    border-bottom: 1px solid #dadada;

    }
.mailvita_nav .navbar-brand img{
     width: 180px;
    z-index: 10;
    position: relative;
    padding: 0px;
}

.dropdown-submenu{ position: relative; }

.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
  width: 285px;
  padding:0px;

}

.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }

.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.mailvita_nav .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #0a1550;
}

.mailvita_nav ul > li > a{
    font-size: 14px;
    font-weight: 500;
    padding: 25px 20px;
    color: #666;
    }

.dropdown-menu{ padding: 0px; }

.product_downdown a{ padding:10px 15px!important; }


ul.dropdown-menu.product_downdown li a:hover{
  background: #0d144d;
  color: #fff;   
}


#cookie-bar{
  background: #ffffff;
  display:block;
  position: fixed;
  bottom: 10px;
  width: 300px;
  left: 6%;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #666;
  box-shadow: 0px 0px 5px 1px darkgrey;
  z-index: 999;
  }

  #cookie-bar a{ 
  color:#999;
  display:block;
  padding:10px 0;
  }
#Cookie{  
    background: transparent;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border: 2px dotted #666;
    text-transform: uppercase;
    cursor: pointer;
      font-family: 'Montserrat', sans-serif;
}
    
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
/*#testimonial{
padding: 80px;
background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
}*/
#testimonial{ padding: 40px 0; color: #fff;  
  background: -webkit-linear-gradient(309deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);  
  background: -o-linear-gradient(309deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);  
  background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%); }
.quote{ text-align: center; }
#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #267077;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.slider .item img{ width:100%  }
 
 .banner_1{
background: #FF512F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #DD2476, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 }
 
  .banner_2{

  background: #0f0c29;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  }
 
  .banner_3{
   background: #FF512F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #DD2476, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    }
 
 
  .item p{ text-align: center;
    color: #fff;
    margin: 0px;
  }
  
   .item p:first-child{ padding:20px 0 15px 0; font-size:36px; font-weight:800}
    .item p:last-child{ font-size:16px; font-weight:800}
 

  .box_feature{ 
    position: relative;
    z-index: 0
   }

 .box_feature .icon_f{     color: #e84b49;
    font-size: 36px;
    padding: 15px;
    border: 2px solid #717171;
    border-radius: 50px;}
 .box_feature h3{ font-size: 20px; padding:10px 0; font-family: arvoregular; }
 .box_feature p{ font-size: 15px; }

 .icon_bg{
   font-size: 200px!important;
    position: absolute;
    top: 10%;
    left: 20%;
    color: rgba(255, 244, 244, 0.50);
    z-index: -1; 
  }



footer{ padding: 20px; background-color: #666 }
.copyright{ font-size: 12px;  color: #fff}
.copyright a{ color: #f5f5f5; }
.social a{ color: #f5f5f5; margin-left: 10px; }
.inner_box{
padding-bottom:10%;
min-height: 400px;
background: #200122;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #e52d27, #200122);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #e52d27, #200122); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-attachment:fixed;
  }
.heading_inner{
    text-align: center;
    color: whitesmoke;
    padding-top: 5%;
    font-size: 36px;
    font-family: arvoregular;
}
.list_style_dot li{
  list-style: none;
  padding-right: 10px;
  line-height:30px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s

}
.list_style_dot li:before{
  font-family: FontAwesome;
   content: '\f141';
   padding:0px  20px 0px 20px; 
   display: inline-block;
   -webkit-transition: all .6s;
   -o-transition: all .6s;
   transition: all .6s

}
.list_style_dot li:hover:before {
 -webkit-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
     transform:rotate(360deg);
}


.data_box{ margin-top: -80px; }

.btn_show_price{ text-align: center; }
.btn_show_price a{
position:relative;
background-color: #000;
color:#fff;
display: inline-block;
padding:5px 10px;
font-size: 12px; 
}

 .btn_show_price a:hover{  color:white; }

.btn_show_price_active:after{
content: '';
position: absolute;
height: 0px; 
width: 0px;
bottom: -15px;
left: 38%;
border-left: 8px solid transparent;
border-right: 8px solid #80727200;
border-top: 8px solid #000000;
border-bottom: 8px solid transparent;
}



.btn_show_data{  text-align: center; }
.btn_show_data h3{ font-size: 24px; padding: 20px 0; }
.btn_show_data a{
  display: inline-block;
  background-color: #e4764c; 
  padding: 6px 15px;
  color: #fff;
  font-size: 13px;
  transition: all .5s;
}
.btn_show_data a:hover{
 background-color: #189818; 
}
.btn_show_data p{
 
  padding: 10px 60px;
  }
  .small-para{ font-size: 11px;}

  .video_box{ padding:20px 40px; }



  .award{ padding: 40px 0; }

  .award_box{ padding:10px 20px; }

  .award_box h3{ padding: 10px 0; font-size: 22px; }


  .line_system{ margin: 20px 0; background-color: #dedede; height: 1px }

  .system_requirements{ padding: 20px 0; }


  .count{ counter-reset: my-counter;  }
    .count li{ list-style: none;  line-height: 30px;}
  .count li:before{ 
     /*Increment "my-sec-counter" by 1*/
    counter-increment: my-counter;
    content:  counter(my-counter) ". "; 




  }



/*=======================================
              ScreenShot
========================================*/

.ScreenShot{ padding:40px 0; background-color: #f5f5f5; } 

.screen_shot{ height:300px; margin-bottom: 15px; padding: 0px; overflow: hidden; position:relative;   }  
.screen_shot img{ height: 100%; width: 100%; -webkit-transition: all 4s; -o-transition: all 4s; transition: all 4s;     top: 0px;
    position: absolute; }

.screen_shot:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);} 
.overlayer{-webkit-transition: all 1s;-o-transition: all 1s;transition: all 1s;   }
.screen_shot:hover .overlayer{ 
  background: rgba(0, 0, 0, .5);
   z-index: 1;
    height: 100%;
     width: 100%;
      position: absolute;
       top: 0px; }

        .overlayer a{ text-decoration: none; line-height: 300px; 
        text-align: center; 
        display: block;
         font-size: 26px; color: #fff; }

     

/*=======================================
              faq
========================================*/

#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow :none;
    margin-bottom: 10px;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    position: relative;
}
#accordion .panel-heading:before{
    content: "";
    width: 40px;
    height: 100%;
    background: #717171;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 10px 60px;
    background: #f5f5f5;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    overflow: hidden;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f067";
    transform: translateY(50px);
}
#accordion .panel-title a.collapsed:before{ transform: translateY(-50px); }
#accordion .panel-title a.collapsed:after{ transform: translateY(0); }
#accordion .panel-body{
    padding: 10px 30px 10px 60px;
    background: #f5f5f5;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 28px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: rgba(0,0,0,0.05);
    position: absolute;
    top: 0;
    left: 0;
}


.faqs{ padding: 40px 0; }

.faqs_blog{ padding: 20px 0; }




/*========================
   inner_image_bar
========================*/
.inner_image_bar{
 height:300px; 
 background:url('../images/blog_bg.jpg') no-repeat  100%;
 background-size: cover; 
 position: relative;
}


.inner_image_bar:after{
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.32);
  content: '';
  height: 100%;
  width: 100%;
   }



.blog_top_heading{ margin:0px; padding-top:8%; color:#fff; position:relative; z-index:5;} 





/*============================
        About
=============================*/
.about_page{ padding:40px 0; background:#fff;}


.inner_data h4{ padding:20px 0; color:#666}

.inner_data p{ font-size:14px;}


/*============================
        Heading style
=============================*/
.heading_style_1{ 
  text-align: center;
  position: relative; }

.heading_style_1 .heading_design{ 
  font-weight: bolder;
  color: #555;
  font-size:24px;
  position: relative;
  z-index: 2;
}

.heading_style_1 .heading_design_white{ 
  font-weight: bolder;
  color: #fff;
  font-size:24px;
  position: relative;z-index: 2;
}

.heading_style_1 .heading_design_back{
        display: block;
        font-weight: bolder;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        font-size: 26px;
        color: rgba(0, 0, 0, 0.09);
        z-index: 1;
        }

.heading_style_1 .para_heading{ color: #999; font-size: 20px; padding: 15px 0; }




/*======================
        Site-map
=======================*/
.sitemap{ padding:80px 0;}
.sitemap_box{background: #fff;position: relative; margin-bottom:60px;}
.sitemap_box p{background: #666;padding: 10px 20px;margin: 0px 30px;text-align: center;position: relative;top: -20px;color:#fff;margin-top: ;}
.sitemap_box ul{list-style: none;margin-top: -15px;}
.sitemap_box ul li{line-height: 24px;border-bottom: 1px solid #f5f5f5;padding: 0px 20px; }
.sitemap_box ul li:last-child{ border: none;}
.sitemap_box ul li a{padding: 5px 10px;display: block;color: #000; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s}
.sitemap_box ul li a:hover{padding: 5px 20px;display: block;color: #000;}

/*======================
   Set cookies
=======================*/
.site_cookies{ background-color: #09144f; position:fixed; bottom:0px; width: 100%; padding: 10px;  }
.site_cookies p{ margin: 0px;  padding: 0px; color: #fff; margin-top: 5px; font-size:13px;}
.site_cookies p a{ color: #f1d700 }
.cookieinfo-close{float: right; display: block; padding: 5px 8px; min-width: 100px; margin-left: 5px; border-radius: 5px; cursor: pointer; color: rgb(0, 0, 0); background: rgb(241, 214, 0); text-align: center;}

/*======================
    404 page
=======================*/


.page_404{ padding:40px 0; background:#fff;}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 
    height: 400px;
    background-position: center;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }
			 
			 .link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;}
	.contant_box_404{ margin-top:-50px;}
	
	
	
	
	
	
/*======================
    fixed top bar
=======================*/

.top_porduct_btn{ 
    display: inline-block;
    position: relative;
    margin-top: 0px;
    float: right;
  }
.top_porduct_btn a{
    font-size: 14px;
    background: #fff;
    margin-left: 0px;
    color: #000;
    display: inline-block;
    padding: 10px 15px;
    font-weight: bold;
  }
.top_porduct_btn a:hover{ 
  background-color: #2884ff; 
  color: #fff;
  text-decoration:none;
  }

.scroll_show_product{
  padding: 10px;
  background-color: #002252; 
 width: 100%;
 position: fixed; 
 top: 0px;
 z-index: 10;
 -webkit-transition: all  .2s;
 -o-transition: all  .2s;
 transition: all  .2s; 
 margin-top: -100px; }
.scroll_show_product .top_heading_fix{
  font-size: 20px;
  color: #fff;
  position: relative;
  top: 5px;
  float: left;
   padding:inherit;
   margin:0px; 
   border:none;
 }
.fixed_product{  margin-top: 0px; }



/*======================
    testimonial
=======================*/


/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
/*#testimonial{
padding: 80px;
background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
}*/
#testimonial{ padding: 40px 0; color: #fff;  
background: #c94b4b;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #4b134f, #c94b4b);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #4b134f, #c94b4b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.quote{ text-align: center; }
#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;

  -webkit-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #fff;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

/*=========================
	product page  plan
=========================*/
.third_year, .sec_year{ display:none;}




/*=========================
	Affiliate Program
=========================*/
.textwidget p{ color:#505050; line-height:26px;}
.textwidget p strong{ padding:20px 0; display:block}


.program{ padding:40px 0;}

.form_design { background:#fff} 
.form_design input{  border-radius:0px; } 

.form_design h2 { background:#000; color:#fff; margin-top:-15px; text-align:center; padding:10px; margin-bottom:15px;
}



/*=========================
	suppot
=========================*/
.suppot_page{ padding:40px 0;}

.support input{ border-radius:0px;}


.mail_box{} 
.mail_box a {
    display: block;
    padding: 10px;
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #cecece;
	background:#fff;
	margin-top:10px;
}

.panel-widget-style{ }


.notification{ margin:15px 0;}

.policy{ padding:20px 0;}


/* reviews */


.testimonial{
    border: 2px solid #909090;
    padding: 40px 0 25px 0;
    margin: 50px;
    text-align: center;
    position: relative;
}
.testimonial:before{
    content: "\f10d";
    font-family: "FontAwesome";
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 50px;
    font-weight: 900;
    color: #000000;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.testimonial .title{
    padding: 7px 0;
    margin: 0 -22px 20px;
    border: 7px solid #fff;
    background: #f80302;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.testimonial .title:before{
    content: "";
    border-top: 15px solid #662a66;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.testimonial .title:after{
    content: "";
    border-top: 15px solid #662a66;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    right: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.testimonial .description{
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 30px;
	min-height:200px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px!important;
    height: 50px!important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}




/*=========================== Blog and News ============================*/
 .blog_news {
	padding: 40px 0;
	font-family: 'Raleway', sans-serif;
}
.tab_box {
	text-align: center;
	padding-bottom:50px;
}
.tab_box ul {
	list-style: none;
	border-bottom: 1px solid #505050;
	display: inline-block;
}
.tab_box ul li {
	display: inline-block;
	color: #000;
}
.tab_box ul li a {
	color: inherit;
	font-size: 20px;
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	font-family: 'Raleway', sans-serif;
}
.tab_box ul li.active {
	background-color: #f80302;
	color: #fff;

}
.tab_box ul li a:hover {
	background-color: #f5f5f5;
}

.tab_data h4{padding:0px 0px 20px;}

.tab_data p{ line-height:26px; color:#505050;}

.tab_data a{ display:block; color:#000; font-weight:bold;}

.read_btn {
	background: #fff;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 30px;
	color: #505050;
	font-weight: 500;
	border: 1px solid #f80302;
	-webkit-transition: all .30s;
	-o-transition: all .30s;
	transition: all .30s;
	margin-top: 10px;
	font-family: 'Raleway', sans-serif;
}
.read_btn:hover {
	background: #f80302;
	display: inline-block;
	padding: 10px 40px;
	border-radius:0px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #171616;
	-webkit-transition: all .30s;
	-o-transition: all .30s;
	transition: all .30s;
}
.tab_line {
	border-right: 2px solid #f80302;
}

.btn_box{}

.btn_box a{
    display: inline-block;
    padding: 10px 20px;
    background: #f5f5f5;
    margin-top: 20px;
    color: #000;
    font-weight: bold;
	}
	
.btn_box a:first-child{
    background: #00C96E;
    color: #fff;
}

.btn_box a:last-child{
    background: #fff;
    color: #555;
}

.btn_box a:first-child:hover{
    background: #08da7b;
    color: #fff;
}

.btn_box a:last-child:hover{
    background: #e8e8e8;
    color: #555;
}



.inner_box p{ color:#fff; padding:10px  }




.product_data, .product_img {
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
}
.product_spefication_row {
	border-bottom:1px dotted #666;
	margin-top:10px;
}
.product_spefication_h {
	font-size:20px;
}
.product_spefication_p {
	font-size:18px;
}
.product_spefication_p  a{
	color:#666666;
	font-size:14px;

}
.product_spefication_p span {
	display:block;
	font-weight:200;
}
.software_specifications {
	padding:40px 0;
}

.pricingTable {
  margin: 40px auto;
}
.pricingTable > .pricingTable-title {
  text-align: center;
  color: #6e768d;
  font-size: 3em;
  font-size: 300%;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.pricingTable > .pricingTable-subtitle {
  text-align: center;
  color: #b4bdc6;
  font-size: 1.8em;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .pricingTable > .pricingTable-subtitle {
    margin-bottom: 30px;
  }
}
.pricingTable-firstTable {
  list-style: none;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}
.pricingTable-firstTable_table {
  vertical-align: middle;
  width: 31%;
  background-color: #ffffff;
  display: inline-block;
  padding: 0px 30px 40px;
  text-align: center;
  max-width: 320px;
  transition: all 0.3s ease;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table > * {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table > * {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:after {
    display: table;
    content: '';
    clear: both;
  }
}
.pricingTable-firstTable_table:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.pricingTable-firstTable_table:not(:last-of-type) {
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:not(:last-of-type) {
    margin-right: auto;
  }
}
.pricingTable-firstTable_table:nth-of-type(2) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:nth-of-type(2) h1 {
    padding-top: 8%;
  }
}
.pricingTable-firstTable_table:nth-of-type(2):before {
  content: 'Most Popular';
  position: absolute;
  color: white;
  display: block;
  background-color:#1c87ff;
  text-align: center;
  right: 15px;
  top: -25px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 0.5em;
  padding-top: 22px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  transition: all 0.5s ease;
}
@media screen and (max-width: 988px) {
  .pricingTable-firstTable_table:nth-of-type(2):before {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:nth-of-type(2):before {
    left: 10px;
    width: 45px;
    height: 45px;
    top: -10px;
    padding-top: 13px;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table:nth-of-type(2):before {
    font-size: 0.8em;
  }
}
.pricingTable-firstTable_table:nth-of-type(2):hover:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.pricingTable-firstTable_table__header {
  font-size: 1.6em;
  padding: 40px 0px;
  border-bottom: 2px solid #ebedec;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__header {
    font-size: 1.45em;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__header {
    padding: 0px;
    border-bottom: none;
    float: left;
    width: 33%;
    padding-top: 3%;
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__header {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__header {
    float: none;
    width: 100%;
    font-size: 1.8em;
    margin-bottom: 5px;
  }
}
.pricingTable-firstTable_table__pricing {
  font-size: 3em;
  padding: 30px 0px;
  border-bottom: 2px solid #ebedec;
  line-height: 0.7;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__pricing {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__pricing {
    border-bottom: none;
    padding: 0;
    float: left;
    clear: left;
    width: 33%;
  }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__pricing {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__pricing {
    float: none;
    width: 100%;
    font-size: 3em;
    margin-bottom: 10px;
  }
}
.pricingTable-firstTable_table__pricing span:first-of-type {
  font-size: 0.35em;
  vertical-align: top;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__pricing span:first-of-type {
    font-size: 0.3em;
  }
}
.pricingTable-firstTable_table__pricing span:last-of-type {
  vertical-align: bottom;
  font-size: 0.30em;
  letter-spacing: 0.04em;
  padding-left: 0.2em;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__pricing span:last-of-type {
    font-size: 0.25em;
  }
}
.pricingTable-firstTable_table__options {
  list-style: none;
  padding: 15px;
  font-size: 0.9em;
  border-bottom: 2px solid #ebedec;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__options {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__options {
    border-bottom: none;
    padding: 0;
    margin-right: 10%;
  }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__options {
    font-size: 0.7em;
    margin-right: 8%;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__options {
    font-size: 1.3em;
    margin-right: none;
    margin-bottom: 10px;
  }
}
.pricingTable-firstTable_table__options > li {
  padding: 8px 0px;
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__options > li {
    text-align: left;
  }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__options > li {
    padding: 5px 0;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__options > li {
    text-align: center;
  }
}



.pricingTable-firstTable_table__options > li:before {
      font-family: "Glyphicons Halflings";
    content: "\e013";
    display: inline-block;
    margin-right: 15px;
    color: white;
    background-color: #74ce6a;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 2px;
    text-align: center;
    font-size: 12px;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__options > li:before {
    width: 14px;
    height: 14px;
    padding: 1.5px;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__options > li:before {
    width: 12px;
    height: 12px;
  }
}
.pricingTable-firstTable_table__getstart {
  color: white;
  background-color: #71ce73;
  margin-top: 30px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
  box-shadow: 0px 3px 0px 0px #66ac64;
  letter-spacing: 0.07em;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__getstart {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__getstart {
    margin-top: 0;
  }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__getstart {
    font-size: 0.9em;
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__getstart {
    font-size: 1em;
    width: 50%;
    margin: 10px auto;
  }
}
.pricingTable-firstTable_table__getstart:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0px 40px 29px -19px rgba(102, 172, 100, 0.9);
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__getstart:hover {
    -webkit-transform: none;
            transform: none;
    box-shadow: none;
  }
}
.pricingTable-firstTable_table__getstart:active {
  box-shadow: inset 0 0 10px 1px #66a564, 0px 40px 29px -19px rgba(102, 172, 100, 0.95);
  -webkit-transform: scale(0.95) translateY(-9px);
          transform: scale(0.95) translateY(-9px);
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__getstart:active {
    -webkit-transform: scale(0.95) translateY(0);
            transform: scale(0.95) translateY(0);
    box-shadow: none;
  }
}

.table_design *{ text-align:center}
.product_para{
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 35px;
  
}



/*new work 30072018 */

/*========================
   offer
 =========================*/

 .textwidget p{ line-height: 26px;  }

.contant_section{ font-family: 'Raleway', sans-serif; padding:40px 0;}

.drop_down_sidemenu h2{
     margin: 0px;
    background: #e03635;
    padding: 10px;
    font-size: 20px;
    color: #fff;
}
.timer_box *{color:#fff;}
.timer_box{ color:#fff;}

.timer_star_box { color:#FFFFFF;}
 
.drop_down_sidemenu i{display: inline-block;padding: 0px 10px;color: #505050;}
.drop_down_sidemenu{ background-color: #f5f5f5; transition: all.6s; border: 1px solid #e0e0e0;} 
.drop_down_sidemenu ul > li{ list-style: none; display: block;  } 
.drop_down_sidemenu ul > li > a{ 
	padding: 10px 30px;  display: block; background:#f5f5f5; color: #000; border-bottom:1px solid #f1f1f1; } 
.drop_down_inner{}
.drop_down_sidemenu  .drop_down_inner{ list-style: none; }
.drop_down_sidemenu  .drop_down_inner li a{ background: #fff; display: block; color: #000;}
.drop_down_sidemenu .dropdown_menu ul  li a i{color:#818181;}

.next_prev_arrow { text-align: center; padding: 30px 0;  }
.next_prev_arrow  a{ color: #818181;  font-size:30px;  }
.next_prev_arrow  a:hover{ color: #000;  font-size:30px;  }


.alert_box{ font-size: 16px;     color: #8a6d3b;
    background-color: #f8f6a2;
    border-color: #f5d084; }


.content_ul li{
 list-style: none;
 line-height: 26px;
}
.content_ul li:before{
font-family: FontAwesome;
content: "\f192";
 padding:0px 10px;
 display:inline-block;
}

.content_ul li a{
 color: #000;
 font-size: 15px;
}

/*style list two*/
.content_ul_style li{
 list-style: none;
 line-height:26px;
 padding-left: 15px;
 position: relative;
}
.content_ul_style li:after{
font-family: FontAwesome;
content: "\f105";
 padding:0px 10px;
 font-size: 20px;
 display:inline-block;
 position: absolute;
 left:-10px;
 top: 0px;

}

.content_ul_style li a{
 color: #000;
 font-size: 15px;
}


.content_box{ background:#fff; padding:15px;}


.content_box img{ width:90%  }
















/*Product Page*/

#main-wrapper{
padding-bottom: 20px;
width: 100%;
background-size: 100% 100%;
position: relative;
z-index:5;
background:#ED213A;/*fallback for old browsers */
background: -webkit-linear-gradient(to right, #93291E, #ED213A); 
/*Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #93291E, #ED213A);
/*W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.circle-logo-box{
  height: 100px;
  width: 100px;
  background: #ff7272;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  margin-top: -70px;
  overflow: hidden;
}
.circle-logo-box img{
  width: 100%;
}
.form-box{
  background:#fff;
  padding: 20px;
  border-radius: 10px;
  margin-top:75px;
}
.item-box li a{ 
  padding: 10px;
  display: block;
  color: #000;
  font-size: 13px;
}
.item-box li a:hover{
  text-decoration: none;
}
.item-box li{ 
  list-style:none;
  position:relative;
  border: 2px solid #d7d7d7;
  border-radius: 8px;
  margin:8px auto;
}
.item-box li img{
  height:30px;
  width:30px;
  float: left;
  position: relative;
  top:-3px;  
 }
.item-box li span{
  font: 500 12px/26px open sans;
  margin-left: 10px;  
  color: #616161
}
.item-box li span:after{
  content: '\e836';
  font-family: fontello;  
  position: absolute;
  right: 20px;
}
.form-para{ font-size: 13px;  }
.form-para-policy{ 
  font-size:12px;
  padding: 0px 50px;
}
.form-side-text{
    padding: 50px;
    color: #fff;
    margin-top: 200px;
    text-shadow:0px 1px 2px #000;
}
.form-side-text p{ 
  color:#fff; 
}

#EMLmergeer,#PSTmergeer,#MSGmergeer,#MBOXmergeer,#OLMmergeer,#OSTmergeer,#OutlookManagement,#Cloud-Backup,#PDFTools,#OtherTools{ display: none; }



 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: white;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

.vertical_tab_1 li{
 float:unset;
}


.white-color{ color: #fff; z-index: 8; position: relative;} 
.live-chat{
  position: fixed;
  right: -5px;
  bottom: 40%;
  z-index: 100;
}