@charset "utf-8";
@import url("animate.min.css");
@import url("menu.css");
@import url("slider.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700|Roboto:400,500,600,700&amp;display=swap");
/* CSS Document */

@font-face {
  font-family: "revicons";
  src: url(../fonts/revicons/revicons90c6.ttf);
}

body {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}
hr {
  margin: 3px 0px 15px 0px;
  padding: 0px;
  border-top: 0px;
  border-bottom: 1px solid #eee;
  height: 0px;
}
img {
  border: none;
  vertical-align: middle;
}
.img_left {
  background: #fff;
  float: left;
  margin: 5px 25px 10px 0;
  padding: 3px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}
.cl {
  clear: both;
}

/*scroll to top start*/
.totop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 104400;
}
.totop a i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 25px;
  background: #dd3035;
}
.totop a:hover i {
  background: rgba(60, 60, 60, 1);
}
.totop a,
.totop a:visited {
  color: #fff;
}
.totop a:hover {
  color: #eee;
  text-decoration: none;
}
/*scroll to top end*/

/*top social media css start*/
.top_bg {
  background: #211926;
  margin: 0px auto;
  padding: 9px 0;
}
.social {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 16px;
  color: #e3000f;
  font-weight: 600;
}
.social i {
  margin-right: 10px;
  color: #dddddd;
}
.social a i:hover {
  color: #dddddd;
}

.phone {
  text-align: right;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 16px;
  color: #dddddd;
  text-decoration: none;
}
.phone a {
  color: #dddddd;
  text-decoration: none;
}
.phone a:hover {
  color: #e3000f;
  text-decoration: none;
}
.phone i {
  margin-right: 5px;
  color: #e3000f;
}
/*top social media css end*/

/*header css start*/
header {
  margin: 0px auto;
  padding: 15px 0;
}
.logo {
}
.right_logo {
  float: right;
}
.right_logo span {
  margin-right: 10px;
}
/*header css end*/

/*welcome css start*/
.content {
  margin: 0px auto;
  margin: 40px 0;
}
.wel {
}
.wel h1 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #dd3035;
  margin-bottom: 20px;
}
.wel h1 span {
  color: #020e2a;
}
.wel .text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  line-height: 1.8em;
  text-align: justify;
}
.wel .text a {
  color: #333;
  text-decoration: none;
}
.wel .text a:hover {
  color: #333;
  text-decoration: none;
}
.wel i {
  color: #cc0808;
}
.wel td,
th {
  padding-left: 5px;
  text-align: left;
}
/*welcome css end*/

/*web extn css start*/
.web_extn {
  border-bottom: 1px solid #e8e7e7;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0px 0px 20px 0px;
}
.web_extn h1 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #f1080c;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.web_extn h1 span {
  color: #dc3b1d;
}
.web_extn .text {
  margin: 0px auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 1.8em;
  text-align: justify;
  font-weight: 400;
}
.web_extn i {
  color: #42b8d4;
}
.web_extn ul {
  list-style-type: circle;
  margin: 0px;
  padding: 0px;
  list-style-position: outside;
  margin-left: 15px;
}
.web_extn li {
  line-height: 1.7em;
  margin-bottom: 10px;
}
.web_extn h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 600;
}
.web_extn td,
th {
  padding-left: 5px;
  text-align: left;
}
/*web extn css end*/

/*callback form css start*/
.callback {
}
.callback h3 {
  background: #020e2a;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  padding: 9px 0;
  text-align: center;
}
.callback_inner {
  padding: 10px;
  overflow: hidden;
  background: #fcfcfc;
  border: #cccccc 1px solid;
}
.form-group {
  margin: 10px 0;
}
.callback_inner ::-webkit-input-placeholder {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 400;
}
.callback_inner .form-group input {
  border-radius: none;
  border: #cccccc 1px solid;
}
.callback_inner .form-group textarea {
  border-radius: none;
  border: #cccccc 1px solid;
}
.callback_inner .form-group input.code {
  float: left;
  width: 60%;
  border-radius: none;
  border: #cccccc 1px solid;
  margin-right: 10px;
}
.callback_inner .captcha {
  padding: 9px;
  background: #fff;
  border-radius: 4px;
  border: #cccccc 1px solid;
}

.callback_inner input[type="text"]:focus {
  box-shadow: 0px 0px 5px #ff0000 !important;
  border: 1px solid #ff0000 !important;
  outline: none;
}
.callback_inner textarea:focus {
  box-shadow: 0px 0px 5px #ff0000 !important;
  border: 1px solid #ff0000 !important;
  outline: none;
}

.submit {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 7px 26px 7px 26px;
  background: #020e2a;
  cursor: pointer;
  outline: none;
  border-radius: none;
  border: none;
}
.submit:hover {
  background: #dd3035;
  color: #020e2a;
  outline: none;
  border-radius: none;
}
/*callback form css end*/

/*our history css start*/
.history {
  margin-top: 50px;
}
.history .gray {
  background: #ecf0f1;
  overflow: hidden;
}
.history .col-md-6 {
  padding: 0;
  margin: 0;
}

.history .right_box {
  padding: 42px 100px 42px 42px;
}
.history .right_box h2 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  color: #dd3035;
  font-weight: 600;
  margin-bottom: 20px;
}
.history .right_box h2 span {
  color: #020e2a;
}
.history .right_box .text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333;
  text-align: justify;
  text-decoration: none;
}
/*our history css end*/

/*product box div start*/
.product_box {
  margin: 50px 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.product_box h2 {
  font-family: "Roboto", sans-serif;
  color: #dd3035;
  font-size: 38px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.product_box h2 span {
  color: #020e2a;
}
.product_box h2:after {
  background: url(../images/fire.jpg) no-repeat scroll 0 0;
  bottom: -81px;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 9;
}
.product_box h2:before {
  background: #2d3e50 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 230px;
  top: 96px;
}
.product_box1 {
  padding: 20px;
  background: #f8f8f8;
  margin-top: 80px;
  border-bottom: 3px solid #dd3035;
  transition: all 0.3s ease 0s;
}
.product_box h3 {
  font-family: "Roboto", sans-serif;
  color: #020e2a;
  font-size: 24px;
  font-weight: 500;
  margin: 15px 0 5px 0;
  position: relative;
}
.product_box1 p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.8em;
}
.product_box1:hover {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}
.product_box img {
  margin-top: -40px;
}
.product_box1 .more {
  background: #dd3035;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.product_box1 .more a {
  background: #dd3035;
  padding: 15px;
  color: #000;
}
.product_box1 a.more:hover {
  background: #3d3d3d;
  color: #fff;
}
/*product box div end*/

/*product 2 box div start*/
.product2-main {
  overflow: hidden;
  background: #000102;
  position: relative;
}
.product_c {
  width: 70%;
  margin: 0px auto;
  padding: 50px 0;
  text-align: center;
}
.product_c h2 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #dd3035;
  margin-bottom: 10px;
}
.product_c h2 span {
  color: #fff;
}
.product_c .text {
  margin: 0px auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
}

.product2-box {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  z-index: 3;
  background: #dd3035;
}
.product2-box::before {
  position: absolute;
  content: "";
  background: #ddd;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.4s ease 0s;
  top: 0px;
}
.product2-box:hover.product2-box::before {
  height: 0;
  transition: all 0.4s ease 0s;
}
.product2-inner {
  padding: 20px;
}
.product2-inner h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #020e2a;
  margin-bottom: 10px;
}
.product2-inner h2 a {
  color: #020e2a;
  text-decoration: none;
}
.product2-inner h2 a:hover {
  color: #020e2a;
  text-decoration: none;
}
.product2-inner p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
}
.product2-inner span a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.product2-inner span a:hover {
  color: #000;
  text-decoration: none;
}
/*product 2 box div end*/

/*counter css start*/
.we_do {
  width: 80%;
  margin: 0px auto;
  padding: 60px 0;
  text-align: center;
}
.we_do h2 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #dd3035;
  margin-bottom: 10px;
}
.we_do h2 span {
  color: #020e2a;
}
.we_do .text {
  margin: 0px auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.counter {
  margin: 0px auto;
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.counter h3 {
  font-family: "Roboto", sans-serif;
  color: #020e2a;
  font-size: 40px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.counter i {
  color: #dd3035;
}
.counter span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
}
/*counter css end*/

/*testimonial css start*/
.testimonial_main {
  border: #ebebeb 1px solid;
  padding: 20px;
  margin-top: 60px;
  font-family: "Open Sans", sans-serif;
}
.testimonial_main h2 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #020e2a;
  margin-bottom: 10px;
  text-align: center;
}
.testimonial_main i {
  margin: 0px auto;
  text-align: center;
  color: #d3d3d3;
}
#testimonials .testimonial {
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  position: absolute;
}
#test_container {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  margin-top: 11px;
}
#testimonials .testimonial_text {
  font-size: 14px;
  color: #333;
  line-height: 1.6em;
  text-align: center;
}
#testimonials .testimonial_name {
  font-size: 14px;
  color: #020e2a;
  font-weight: 600;
  margin: 15px 0 20px 0;
  text-align: center;
}
#t_pagers {
  position: absolute;
  left: 45%;
  bottom: -10px;
  z-index: 2;
}
#t_pagers .pager {
  display: inline-block;
  text-decoration: none;
  width: 10px;
  min-height: 10px;
  margin-right: 5px;
  background: #dd3035;
  border-radius: 50%;
  cursor: pointer;
}
#t_pagers .pager.active {
  background: #020e2a;
}
/*testimonial css end*/

/*bot links css start*/
.bot_bg {
  background: #020e2a;
  padding: 40px 0;
  border-top: #e1e1e1 10px solid;
  margin-top: 10px;
}
.bot_bg h2 {
  font-family: "Roboto", serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.bot1 {
}
.bot1 .text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8em;
  text-align: justify;
}
.bot1 .text strong {
  font-size: 16px;
  color: #dd3035;
  display: block;
  text-align: left;
}

.bot2 {
}
.bot2 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.bot2 li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  border-bottom: #5b5b5b 1px solid;
}
.bot2 li a {
  text-decoration: none;
  color: #ffffff;
  line-height: 3em;
  padding-left: 10px;
}
.bot2 li a:hover {
  text-decoration: none;
  color: #dd3035;
}
.bot2 li i {
  margin-right: 10px;
  color: #dd3035;
}

.bot3 {
  font-family: "Open Sans", serif;
  font-size: 14px;
  color: #ffffff;
}
.bot3 i {
  margin-right: 10px;
  color: #dd3035;
}
/*bot links css end*/

/*footer css end*/
.footer {
  background: #01081a;
  padding: 5px 0;
}

.copy {
  font-family: "Open Sans", serif;
  font-size: 13px;
  color: #dd3035;
  line-height: 2.5em;
}
.copy a {
  color: #dd3035;
  text-decoration: underline;
  padding: 0 5px 0 5px;
}
.copy a:hover {
  color: #fff;
  text-decoration: underline;
}

.powered_by {
  text-align: right;
  font-family: "Open Sans", serif;
  font-size: 13px;
  color: #fff;
  line-height: 2.5em;
}
.powered_by a {
  color: #fff;
  text-decoration: none;
}
.powered_by a:hover {
  color: #dd3035;
}
/*footer css end*/

/*photo gallery box Css start*/
.clients {
  margin-top: 30px;
}
.clients img {
  float: left;
  border: 1px solid #e4e4e4;
  margin: 10px;
  padding: 10px;
  width: 140px;
}
/*photo gallery box Css End*/

.ss {
  margin-top: 40px;
}

.sss {
  margin-top: 60px;
}



/* customize css */

@media (max-width: 500px) {
  .img_left {
    width: 100%;
  }
  /* .right_logo span{
		margin: 0px;
	} */
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

.responsive-table th,
.responsive-table td {
  padding: 12px;
  border: 1px solid #ddd;
}

.responsive-table th {
  background-color: #e33b32;
  color: white;
  text-align: center;
}

.responsive-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.responsive-table tr:hover {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 500px) {
  .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }

  .responsive-table thead tr {
    display: none;
  }

  .responsive-table tr {
    margin-bottom: 15px;
  }

  .responsive-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 45%;
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
  }

  .responsive-table td:last-child {
    border-bottom: 2px solid #ddd;
  }
}

   


