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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
  font-family: 'Raleway', sans-serif;

}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  color: #303030;
}
a:focus, a:hover {
  text-decoration: none;
  outline:none;
}


.post-content_side_list a{color: #000; text-decoration: none;}

a{color: #000;}
a:hover{ text-decoration: none;}
/*=====================================
            Navigation  
=====================================*/
.filefixutility_nav{
    background: #ffffff;
    border-radius: 0px;
    margin: 0px;
	margin-bottom:0px!important;
    box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, 0.13);
    z-index: 3;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
    }
.filefixutility_nav li{}
.filefixutility_nav li a{     font-size: 16px;
    font-weight: 600; color: #000 }

.filefixutility_nav .navbar-brand{ margin-top: -30px; }
.filefixutility_nav .navbar-brand img{}


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

.search_drop{ width: 320px;      background: #e0e0e0;
    border: none;
    padding: 10px 20px; }

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

.search_drop .btn{ border-radius: 0px;  }


ul.dropdown-menu.product_downdown {
    padding: 0;
    margin: 0px;
   }


ul.dropdown-menu.product_downdown li{

   }

ul.dropdown-menu.product_downdown li a{
    padding: 5px 10px;
    transition: all .2s;
   
   }

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


/*----------------------------------------*/
/*  Feature Area 
/*----------------------------------------*/
.feature-box{
        border: 1px solid #e4e4e4;
        id #666;
        transition:all .2s;
        box-shadow: 0px 0px 6px rgba(45, 45, 45, 0.2);
        margin-bottom: 50px;
        margin-top: 50px;
        padding: 10px 20px;
        }
.feature-icon-box{     margin-top: -50px;
    border: 1px solid #e0e0e0;
    display: inline-block;
    height: 100px;
    width: 100px;
    margin-bottom: 0px;
    background: #fffbfb;
    border-radius: 50%;
    padding: 20px 0;
    box-shadow: 0px 0px 6px rgba(45, 45, 45, 0.21);

}

.feature-icon-box img{ width: 60px; margin-bottom: 10px;   }

.feature-icon-box span{font-size: 30px;
  display: inline-block;box-shadow: 0px 0px 6px rgba(45, 45, 45, 0.2);
  transition:all .2s;background: white;height: 80px;width: 80px;
  line-height: 80px;color: #000;
  border-radius: 50%;border: 1px solid #e4e4e4;}
.feature-text-box{
    text-align: left;
} 
.feature-text-box h4{font-weight: 600;  } 
.feature-text-box p{  } 


.feature-box:hover .feature-icon-box span{  } 
.feature-box:hover{ }



/*===============================
        list style one
================================*/
    .list_style_one{ list-style: none; }
    .list_style_one li{position:relative; }
    .list_style_one li:before{ content:'\f101'; font-size: 20px; font-family: FontAwesome; position:absolute; top: -3px;  }
    .list_style_one a{color: #000; font-size:16px; padding-left: 20px; transition: all .3s;  }
    .list_style_one a:hover{ text-decoration: none; padding-left: 30px; color: green;}
    .list_style_one li:hover::before{ color: green; }
/*===============================
        list style two
================================*/
.list_style_two{ list-style: none; }
.list_style_two li{position:relative; }
.list_style_two li:before{ content:'\f18e'; font-size: 16px; font-family:FontAwesome; position:absolute; top: 0px;  }
.list_style_two a{color: #000; font-size: 16px; padding-left: 30px; transition: all .3s;  }
.list_style_two a:hover{text-decoration: none; padding-left: 40px;}

/*===============================
        list style thee
================================*/
.list_style_three{ list-style: none; }
.list_style_three li{position:relative;padding: 0px 1px;margin-left: 20px;line-height: 26px;font-weight: 500;}
.list_style_three li:before{content:'\f046';font-size: 16px;font-family:FontAwesome;position:absolute;top: 0px;left: -20px;}


/*===============================
        list style four
================================*/
.list_style_four{ list-style: none; }
.list_style_four li{position:relative; }
.list_style_four li:before{content:'\f058';font-size: 16px;font-family:FontAwesome;position:absolute;top: 3px;color: #505050;}
.list_style_four a{color: #7d7d7d;font-size: 16px;padding-left: 30px;transition: all .3s;line-height: 26px;font-weight: 400;}
.list_style_four a:hover{text-decoration: none; padding-left: 40px;}

/*===============================
        list style five
================================*/
.list_style_five{ list-style: none; }
.list_style_five li{position:relative; }
.list_style_five li:before{ content:'\f00c'; font-size: 16px; font-family:FontAwesome; position:absolute; top: 0px;  }
.list_style_five a{color: #000; font-size: 16px; padding-left: 30px; transition: all .3s;  }
.list_style_five a:hover{text-decoration: none; padding-left: 40px;}


/*----------------------------------------*/
/*  Feature Area 
/*----------------------------------------*/
.contant_box{padding: 5px 40px;}
.contant_box .heading_contant{font-size: 26px;padding: 10px 0px;border-bottom: 1px solid #dedede;}
.contant_box  p{line-height: 26px;font-size: 16px;margin-top: 8px;}
.contant_box a{margin: 10px 0;display: block;font-size: 16px;color: #2ca6ff;font-weight: 700;}


.resources img{ width: 50%; }



.ultimate-solution{ padding:40px 0;  }


.ultimate_heaing{ font-size:20px; padding: 10px 0; font-weight: bold;  } 


.heading_one  span {
    font-weight: bold;
    color: #96c11e;
}


.heading_one{}
.heading_one h1{    font-size: 30px;}
.heading_one h2{    font-size: 30px;}
.heading_one h1 span{  font-weight: bold; color: #96c11e;}
.heading_one p{    margin-bottom: 10px;
    padding: 20px 50px 20px 50px;
    border-top: 1px solid #c7c7c7;
    display: inline-block;
    margin-top: 20px;
    clear: both;
    font-weight: 700;
    font-size: 18px;}

.heading_blog h1{    font-size: 30px;}
    .heading_blog p{     margin-bottom: 10px;
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #c7c7c7;
    display: block;
    margin-top: 20px;
    clear: both;
    font-weight: 400;
    font-size: 16px;}
    .heading_blog span{ font-weight: bolder;  color: #96c11e;}

.resources{ padding: 40px 0; background: #f5f5f5; }
.resourse-box{ background: #fff; margin-bottom: 20px; padding: 20px; }
.resourse-box img { margin-top: 25px;  }
footer{ padding: 20px 0; background: #000; color: #fff; }
.site_map a{ color: #fff;}





/*=============================
        pricing
==============================*/
.pricing_section{ padding:40px;  }
.pricingTable{
    text-align: center;
    background: #fff;
    margin: 0 10px;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    margin-top: 20px;
}
.pricingTable:hover{
    transform: scale(1.05);
    z-index: 1;
}
.pricingTable .pricingTable-header{
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricingTable-header{
    background: #ff9624;
}
.pricingTable .pricingTable-header i{
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}
.pricingTable .price-value{
    font-size: 35px;
    color: #ff9624;
    transition: all 0.5s ease 0s;
}
.pricingTable .month{
    display: block;
    font-size: 14px;
    color: #cad0de;
}
.pricingTable:hover .pricingTable-header i,
.pricingTable:hover .price-value,
.pricingTable:hover .month{
    color: #fff;
}
.pricingTable .heading{
  margin-top: 30px;
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.pricingTable .pricing-content ul{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.pricingTable .pricing-content ul li{
    line-height: 30px;
    color: #a7a8aa;
}
.pricingTable .pricingTable-signup a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    box-shadow: 0 0 10px #ffa442;
}
.pricingTable.blue .price-value,
.pricingTable.blue .heading{
    color: #4b64ff;
}
.pricingTable.blue:hover .pricingTable-header,
.pricingTable.blue .pricingTable-signup a{
    background: #4b64ff;
}
.pricingTable.blue .pricingTable-signup a:hover{
    box-shadow: 0 0 10px #4b64ff;
}
.pricingTable.red .price-value,
.pricingTable.red .heading{
    color: #ff4b4b;
}
.pricingTable.red:hover .pricingTable-header,
.pricingTable.red .pricingTable-signup a{
    background: #ff4b4b;
}
.pricingTable.red .pricingTable-signup a:hover{
    box-shadow: 0 0 10px #ff4b4b;
}
.pricingTable.green .price-value,
.pricingTable.green .heading{
    color: #40c952;
}
.pricingTable.green:hover .pricingTable-header,
.pricingTable.green .pricingTable-signup a{
    background: #40c952;
}
.pricingTable.green .pricingTable-signup a:hover{
    box-shadow: 0 0 10px #40c952;
}
.pricingTable.blue:hover .price-value,
.pricingTable.red:hover .price-value,
.pricingTable.green:hover .price-value{
    color: #fff;
}
@media screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 20px 0; }
}



/*======================== 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 'Roboto', sans-serif;
  color: #505050;
}
.Breadcrumbs .breadcrumb li {
  font:bold 12px 'Roboto', sans-serif;
  color: #505050;
}



.about_us{ padding: 40px 0; }

.about_contant p { line-height:26px; text-align: justify; margin-bottom: 15px; font-size: 14px; color: #505050  }


.products_detail_page{ padding: 40px 0;  background: #000428;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 }

.heading_product h1{
	font:bold 26px 'raleway', sans-serif; ;
    color: #fff;
}
.heading_product h1 span{color: #d5ff60;} 
.heading_product p{
    margin-bottom: 10px;
    padding: 20px 50px 20px 50px;
    border-top: 1px solid #c7c7c7;
    display: block;
    margin-top: 20px;
    line-height: 26px;
    font-weight:500;
    font-size: 14px;
    color: #fff;
    }

    .product_data img{ width: 80%; }

    .btn_group a{    display: inline-block;
    padding: 18px 30px;
     color: #fff;
    font-weight: bold;
    margin-top: 20px;}  

    .btn_group a:nth-child(1){ background: #64DD17; }  
    .btn_group a:nth-child(2){ background: #FF6D00; }  
    .btn_group a:nth-child(3){ background: #00B8D4; }  


    .btn_group a:hover:nth-child(1){ background: #4ba015; }  
    .btn_group a:hover:nth-child(2){ background: #c75c0c  ; }  
    .btn_group a:hover:nth-child(3){ background: #1395a9; }  


    .white_text{ color: #fff }


    /*=================================
              Accordian
    ==================================*/
    
#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: #96c11e;
    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: "Font Awesome 5 Free";
    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;
}

.faq_product{padding:40px 0;}

.heading_3{ text-align: center; padding: 20px 0 0;  font-size: 30px;  }

.testimonial_product{ padding: 40px 0; background: #f8f8f8 }


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

.Blog_page{padding:40px 0;}


.single-blog-post {
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    display: block;
    border-left: 3px solid #294c74;
    border-right: 3px solid #96c11e;
}


.single-blog-post:hover{ background: #96c11e; color: #fff; }
.single-blog-post:hover a{ color: #fff }

.single-blog-post h5,.single-blog-post p{padding: 10px 10px;font-size: 16px;font-weight: 400;}


.blogs_detail p{ line-height: 26px; margin: 10px 0; font-size: 16px;   }
.blogs_detail h5{ padding: 20px 0; font-weight: bold; font-size: 20px; }
.blogs_detail img{ width: 100%; }

/*======================
    Blog box
=======================*/
.banner_inner_page{     font-family: 'Raleway', sans-serif; position:relative; background:url(../images/listing_banner.jpg) no-repeat center; background-size: cover; height:200px;} 

.banner_inner_page:before{content:'';background-color: rgba(119, 119, 119, 0.6);position: absolute;top:0px;bottom:0px;width:100%;}

.banner_inner_page .para_blog{margin-top:50px;font-size: 40px;color: #fff;}

/*======================
        Site-map
=======================*/
.sitemap{ padding:80px 0;}

.sitemap_box{background: #f5f5f5;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 #fff;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;}

.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;}


.top_porduct_btn{    display: inline-block;
    position: relative;
    margin-top: -50px;
    float: right;}


.top_porduct_btn a{font-size: 12px;
    background: #fff;
    margin-left: 0px;
    display: inline-block;
    padding: 10px 15px;
	}

.top_porduct_btn a:hover{ background-color: #96c120; color: #fff;     }

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

.scroll_show_product .top_porduct_btn {top: 0px; margin-top:0px;}

.fixed_product{ top: 0px; }

.suppot_page{ padding:40px 0;}

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

.para_b{display:block!important;}

.color_white{ color:#fff;}

.top_porduct_btn.inner_box {
    float: none;
    margin-top: 30px;
}

.para_product{ line-height:26px; color:#fff; margin-bottom:15px;}

.old_data_style p{ line-height:30px;}

.tit-18{ padding:15px 0px 10px 0px; font-size:18px}

.line_30{ line-height:26px;}

.top_heading_fix{ font-size:30px;}

/*=============================
	old website page design css
================================*/


.padding_40_0{ padding:40px 0;  } 


.od_website { font-family: 'Raleway', sans-serif;}
.od_website h1 { text-align:center}
.od_website h1 + p{ text-align:center; padding:15px; font-size:18px; line-height:24px; }


.od_website p{ line-height:24px;
margin-bottom: 15px; }
.slide-text p.slider_heading {
    font-size: 5rem;
}

iframe{ border:none;}

/*======================
   Set cookies
=======================*/
#cookie-bar{
   font-family: 'Montserrat', sans-serif;
  background: #0a5481;
  display:block;
  position: fixed;
  bottom: 10px;
  width: 300px;
  left: 6%;
  padding: 20px;
  color: #fff;
  z-index:10;}

  #cookie-bar a{ 
  color:#fff;
  display:block;
  padding:10px 0;
  }
#Cookie{  
  background: #ff7916;
    border: none;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.first-online{
  position: fixed;
  right: -5px;
  bottom: 40%;
  z-index: 100;
}
/*blog page style ===== */
    .post_title {
  font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}
.tab_data{

    border: 1px solid #d9d9d9;
    padding: 10px;
    background: #f3f3f3;

}
