@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Catamaran|Crimson+Text|Questrial&display=swap');

body {
  font-size: 12px;
  font-family: 'cambria';
  margin: 0;
  padding: 0;
  font-weight: 500;
}

* {
  font-size: 16px;
  /* font-family: 'Questrial', sans-serif; */

}

a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #013c56;
  font-family: 'cambria';

}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 16px;

  line-height: 30px;
  font-family: 'cambria';
}

h1 {
  font-size: 35px;
  font-family: 'cambria';

}

h2 {
  font-size: 35px;
  font-family: 'cambria';
  margin-bottom: 30px;
  color: #fff;
}

.sec-title h2 {
  color: #333;
  font-size: 28px;
  margin-bottom: 0;
}

p.avivon__title {
  font-size: 37px;
  margin-bottom: 30px;
  color: #fff;
}

h3 {
  font-size: 35px;
  font-family: 'cambria';
  margin-bottom: 30px;
}

h4 {
  font-size: 35px;
  font-family: 'cambria';
  margin-top: 23px;
}

h5 {
  font-size: 35px;
  font-family: 'cambria';
  margin-top: 23px;
}

.h6, h6 {
    font-size: 30px;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.sticky+.content {
  padding-top: 102px;
}


.mega .has-sub ul {
  width: 100% !important;

}

.logo {}

.logo a {
  color: #fff;
  font-size: 25px;
  font-family: 'cambria';
}

.header .col-md-12 {
  padding: 0;
}

.phone a {
  color: #333;
  font-size: 18px;
  font-family: 'cambria';
}

.email a {
  color: #333;
  font-size: 18px;
  font-family: 'cambria';
}

.stellarnav .active {
  background: #f7c402;
  color: #fff !important;
}

form.example input[type=text] {
  padding: 11px 10px;
  font-size: 16px;
  border: 1px solid #fff;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #f7c402;
  color: white;
  font-size: 17px;
  border: 1px solid #fff;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #f7c402;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}

.search {
  margin-top: 2px;
  padding: 11px;
}

.about_us {
  margin: 30px 0;
  background-image: url(../images/about_company.png);
  background-repeat: no-repeat;
  background-position: right;
}

.about_us h1 {
  color: #fff;
  font-weight: 600;
  background: #FF9933;
  font-size: 35px;
  width: 100%;
  padding: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.36);
}

.about_us span {
  font-weight: 550;
  font-size: 35px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #f7c402;
}

.about_us p {
  font-size: 18px;
  line-height: 33px;
  margin-top: 30px;
  margin-bottom: 25px;
}

/*
.about_us a{
  background-color: #f7c402;
  color: #000000;
  padding: 12px 25px;
}
*/
.read-more {
  background-color: #f7c402;
  color: #000000;
  padding: 12px 25px;
}



.services {
  margin-bottom: 35px;
  margin-top: 55px;
}


.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.vision {
  height: 100%;
  padding: 55px 25px 25px 20px;
  border: 10px solid #041230;
  text-align: center;
  transition: all 0.8s ease;
}


.vision span {
  font-size: 23px;
  font-weight: 600;
  color: #000;
}

.vision p {
  line-height: 25px;
}

.shape {
  display: block;
  width: 80px;
  height: 70px;
  position: absolute;
  left: 45px;
  top: -10px;
  background-color: #FF9933;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shape:before {
  border-top: 10px solid transparent;
  border-left: 5px solid #FF9933;
  content: '';
  position: absolute;
  left: 100%;
  top: 0px;
}

.shape p {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.about {
  margin: 30px 0;
}

.about h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  color: #444;
}

.about p {
  line-height: 28px;

}

.about .btn-info {
  background: transparent;
  color: #000;
  padding: 8px 22px;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid rgb(46, 66, 11);
  transition: all 0.8s ease;
}

.about .btn-info:hover {
  background-color: rgb(46, 66, 11);
  color: #fff;
}

.service {
  background-color: #f3f3f3;
  padding: 20px;
  margin: 10px 0;
  border-bottom: 3px solid #364a14;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.service .mission {
  height: 100%;
  padding: 10px;
}

.mission span {
  font-size: 22px;
  font-weight: 600;
  color: #444;
}

.mission img {
  width: 22%;
}

.our_products {
  margin: 45px 0 20px 0;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px;
}

.our_products .seprator {
  height: 2px;
  width: 56px;
  background-color: #f7c402;
  margin: 7px 0 23px 0;
}

.our_products .col-lg-3 {
  margin-bottom: 20px;
}

.our_products h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 35px;
  font-weight: 550;
}

.bolt {
  overflow: hidden;
}

.bolt img {
  overflow: hidden;
  transition: all 0.8s ease;
}

.bolt img:hover {
  transform: scale(1.3);
  transition: all 0.8s ease;
  cursor: pointer;
}

.our_products .bolt {
  border: 1px solid #ccc;
  padding: 10px;
}

.discription {
  background-color: #f7c402;
  padding: 10px 0;
  width: 100%;

  min-height: 120px;
}

.discription p {
  font-size: 22px;
  margin-bottom: 0;
}

.our_products h3 {
  font-weight: 600;
}

.our_products .btn-success {
  color: #fff;
  background-color: #f7c402;
  border-color: #f7c402;
}

.col-item {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background: #FFF;
}

.col-item .photo img {
  margin: 0 auto;
  width: 100%;
}

.col-item .info {
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-top: 1px;
  display: none;
}

.our_client .seprator {
  height: 2px;
  width: 56px;
  background-color: #f7c402;
  margin: 7px 0 23px 0;
}

.our_client {
  margin-bottom: 40px;
}

.our_client h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 35px;
  font-weight: 550;
}

.our_client .btn-success {
  color: #fff;
  background-color: #f7c402;
  border-color: #f7c402;
}

.our_client h3 {
  font-size: 35px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin-bottom: 12px;
}

.col-item:hover .info {
  background-color: #F5F5DC;
}

.col-item .price {
  /*width: 50%;*/
  margin-top: 5px;
}

.col-item .price h5 {
  line-height: 20px;
  margin: 0;
}

.price-text-color {
  color: #219FD1;
  text-align: center;
}

.price {
  text-align: center;
}

.price p {
  text-align: center;
  font-size: 20px;
}

.price a {
  text-align: center !important;
}

.col-item .info .rating {
  color: #777;
}

.col-item .rating {
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}

.col-item .separator {
  border-top: 1px solid #E1E1E1;
}

.clear-left {
  clear: left;
}

.col-item .separator p {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.col-item .separator p i {
  margin-right: 5px;
}

.col-item .btn-add {
  width: 50%;
  float: left;
}

.col-item .btn-add {
  border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.controls {
  margin-top: 20px;
}

[data-slide="prev"] {
  margin-right: 10px;
}






.testimonial_subtitle {
  color: #FF9933;
  font-size: 12px;
}

.testimonial_btn {
  background-color: #FF9933 !important;
  color: #fff !important;
}

.seprator {
  height: 2px;
  width: 56px;
  background-color: #f7c402;
  margin: 7px 0 10px 0;
}

.contact_us {
  background-color: #045de9;
  background-image: linear-gradient(315deg, #045de9 0%, #09c6f9 74%);
  padding: 20px;
  margin: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
}

.contact_us .form-control {
  border-radius: 4px;
  padding: 20px 10px;
}

.contact_us h4 {
  margin-top: 0;
  font-weight: 500;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}

.contact_us textarea {
  padding-left: 10px;
}

.contact_us .btn-primary {
  background-color: #000;
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #000;
}

.test h3 {
  font-size: 35px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin-bottom: 10px;
}

.testimonial {
  background: #f8f8f8;
  padding: 20px;
}

.footer {
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #282828;
}

.footer .seprator {
  height: 2px;
  width: 56px;
  background-color: #f7c402;
  margin: 3px 0 23px 0;
}

.footer span {
  color: #fff;
  font-size: 28px;
}

.footer p {
  color: #fff;
  line-height: 29px;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 7px;
  text-align: justify;
}

.footer a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer li {
  margin-top: 15px;
  padding: 0px;
  font-size: 17px;
  line-height: 24px;
}

.footer .fa-map-marker {
  font-size: 22px;
  padding-right: 5px;
}

.map {
  margin-bottom: 8px;
}

.footer .fa-envelope {
  font-size: 20px;
  padding-right: 5px;
}

.footer .fa-phone {
  font-size: 20px;
  padding-right: 5px;
}

.copyright-info {
  background-color: #000;
  padding: 25px 0 15px 0;
  text-align: center;
  font-size: 16px;
}

.copyright-info p {
  color: #949292;

}

.copyright-info a {
  color: #d2d2d2;
}

.copyright-info a:hover {
  color: #fff;
  text-decoration: none;
}



#button .fa {
  color: #fff;
  font-size: 25px;
  line-height: 45px;
}

.back-to-top:hover {
  color: #fff;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#button {
  display: inline-block;
  background-color: #FF9933;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}


/*Social Icons*/
.social {
  position: fixed;
  bottom: 40%;
  width: 4%;
  z-index: 9999;
}

.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}

.social ul li {
  display: block;
  margin: 5px;
  width: 310px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.w3_twitter {
  background: #1da1f2;
}

.w3_facebook {
  background: #3b5998;
}

.w3_pinterest {
  background: #c8232c;
}

.w3_twitter:hover {
  background: #54BAF2;
}

.w3_facebook:hover {
  background: #6187D5;
}

.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
}

.social ul li a {
  color: #212121;
}

.social ul li:hover a {
  color: #fff;
  text-decoration: none;
}

.social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.social ul li i {
  margin-left: 10px;
  color: #212121;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
  background: #fff;
}

/*End Social Icons*/







/* Company Profile Page  */

.banner {
  background-image: url(../images/ip_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0 100px 100px;
}

.banner h1 {
  color: #fff;
  margin-bottom: 0;
}

.banner li {
  float: left;
  color: #fff;
  padding: 5px 2px;
  font-weight: 400;
  font-size: 20px;
}

.banner li a {
  color: #fff;
}

.banner ul {
  margin-left: 0px;
  margin-top: 0;
}


/* Company Profile Page  */

.comapny_profile {}

.comapny_profile {
  margin: 30px 0;
  background-image: url(../images/about_company.png);
  background-repeat: no-repeat;
  background-position: right;
}

.comapny_profile h2 {
  color: #2d2d2d;
  font-weight: 600;
  font-size: 35px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.comapny_profile span {
  color: #FF9933;
  font-weight: 550;
  font-size: 35px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.comapny_profile p {
  font-size: 17px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.comapny_profile a {
  background-color: #f7c402;
  color: #000000;
  padding: 12px 25px;
}

.comapny_profile h3 {
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 600;
}

/* End Company Profile Page  */


/* Company Profile Page2  */

.about-company {
  margin: 30px 0;
  background-image: url(../images/about_company.png);
  background-repeat: no-repeat;
  background-position: right;
}

.about-company h2 {
  color: #2d2d2d;
  font-weight: 600;
  font-size: 35px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.about-company span {
  color: #FF9933;
  font-weight: 550;
  font-size: 35px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.about-company p {
  font-size: 17px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.about-company a {
  color: #234e37;
  font-weight: bold;
}

.about-company h3 {
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 600;
}

/* End Company Profile Page 2 */



/*  Sitemap Page  */

.sitemap {
  padding: 40px 0;
}

.sitemap-links li {
  line-height: 38px;
  font-size: 17px;
}

.sitemap-links li a {
  color: #002642;
  font-weight: 300;
  transition: 0.5s;
  font-size: 16px;
}

.sitemap-links li a:hover {
  padding-left: 5px;
  color: #b70805;
}

.sitemap-links ul {
  padding-left: 15px;
  list-style-position: inside;
  color: #1d4a71;
}

.site-footer .widget>h3:before,
.site-footer .widget .footer-logo:before {
  content: "";
  background-color: #fff;
  width: 28px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}

.site-footer .widget>h3,
.site-footer .widget .footer-logo {
  font-size: 24px;
  font-size: cacl-rem-value(24);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  position: relative;
}

.sitemap h2 {
  color: #fff;
  background-color: #FF9933;
  padding: 12px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0px;
}

.enquiry_form {
  background: linear-gradient(119deg, rgb(14, 190, 255) 34%, rgb(251, 194, 1) 100%);
  padding: 25px 15px;
  border: 0px solid #002642;
}

.enquiry_form h2 {
  font-size: 28px;
  padding: 0 0 0px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.enquiry_form input[type="text"] {
  border-radius: 0;
}

.enquiry_form textarea {
  padding: 10px;

}

.enquiry_form .btn-default {
  border-radius: 0;
  width: 100%;
  margin: 5px 0;
  background: #fff;
}

.enquiry_form .form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px dotted #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.enquiry_form textarea {
  border: 1px dotted #ccc;
}

/*  End Sitemap Page  */




/*  Contact Us Page  */

.contact_form {
  margin: 40px;
}

.contact_form h3 {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 600;
  background: #FF9933;
  padding: 12px;
  text-align: center;
  color: #fff;
}

.contact_form h2 {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 600;
  color: #333;
  background: #FF9933;
  padding: 12px;
  text-align: center;
  color: #fff;
}

.contact_form .addres {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 48px;
}

.touch_us {
  background: rgb(247, 196, 2);
  padding: 10px 20px 30px 20px;
  margin-top: 0px;
}

.addres h4 {
  font-size: 21px;
  margin-bottom: 8px;
  margin-top: 10px;
  color: #000;
}

.addres p {
  line-height: 20px;
  font-size: 15px;
}

.addres a {
  color: #666;
}

.addres .fa {
  font-size: 25px;
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
}

.con_us {
  background: linear-gradient(119deg, rgb(241, 241, 241) 0%, rgb(245, 245, 245) 100%, rgba(254, 254, 254, 1) 100%);
  padding: 30px 20px 30px 20px;
}

.con_us .form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 16px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 500;
}

.con_us input[type="text"] {
  border-radius: 0;
}

.con_us textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  font-weight: 500;
  color: #666;
}

.con_us .btn-primary {
  background-color: #f7c402;
  border: 1px solid #f7c402;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 16px;
}

.enquiry_more {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  background-color: #f7c402;
  margin-bottom: 25px;
}

.enquiry_more h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: 550;
}

.enquiry_more .btn-primary {
  color: 333;
  padding: 10px 25px;
  margin: 10px 0 0 0;
  background-color: #000000;
  border: 1px solid #000000;
  font-size: 18px;
}

.enquiry_more .btn-primary a {
  color: #333 !important;
}

/*  End Contact Us Page  */







/*  Products Page  */

.all_products {
 /* margin: 20px 0 10px 0;*/
}

.all_product h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: left;
  color: #444;
}

.all_product li {
  padding: 10px 0;
  background-color: transparent;
}

.all_product li a {
  color: #666;
}

.all_products p {
  line-height: 30px;
  font-size: 17px;
}

.all_products a {
  color: #333;
  font-size: 16px;
}

.all_products .col-md-3 {
  margin-bottom: 15px;
}

.inner_img p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;

}

.all_products .bolt {
  border: 1px solid #ccc;
  padding: 10px;
}

.all_products {
  padding: 25px 0 10px 0;
  background-image: url(../images/blog-bg.png);
 /* background-repeat: no-repeat;
  background-size: cover;*/
  background-position: center center;
  /*padding: 50px;*/
}

.all_products .col-lg-3 {
  margin-bottom: 20px;
}

.all_products h4 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 35px;
  font-weight: 550;
}

.our_product {
  background: linear-gradient(119deg, rgb(236, 236, 236) 34%, rgb(241, 241, 241) 100%);
  padding: 20px;
  margin-top: 15px;
}

.our_product h3 {
  font-size: 30px;
  font-weight: 550;
  margin-bottom: 15px;
  margin-top: 0px;
}

.our_product li {
  padding: 5px 5px;
}

.all_products .discription p {
  font-size: 22px;
  margin-bottom: 0;
}

.why_us {
  margin-top: 25px;
  margin-bottom: 15px;
}

.why_us h3 {
  text-align: left;
  color: #333;
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.why_us li {
  padding: 10px 0;
  line-height: 28px;
  font-size: 18px;
}

.related_products h5 {
  margin-bottom: 20px;
  color: #333;
  font-size: 25px;
  font-weight: 600;
}


/*  End Products Page  */






/* Our Presence Page */

.our_presence {
  margin: 40px 0;
}



.our_presence .btn-success {
  border: none;
  border-radius: 0;
  background: #FF9933;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  margin: 3px;
}


.bt .btn-success {
  border: none;
  border-radius: 0;
  background: #FF9933;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  margin: 15px 0;
  width: 100%;
  text-align: left;

}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background: #135c7c;
  border-color: #135c7c;
}

.our_presence .btn-primary {
  border: none;
  border-radius: 0;
  background: #303841;
  padding: 13px;
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  text-align: left;
}

.our_presence .fa {
  padding-right: 10px;
}

.our_presence .col-sm-4 {
  margin-bottom: 15px;
}

.inform {}

.inform h4 {
  font-size: 21px;
  position: relative;
  color: #fff;
  margin-top: 10px;
}

.tag-btn a {
  border: 2px solid #fff;
  padding: 10px 20px 10px 20px;
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  top: 0px;
}

.site-footer .widget>h5:before,
.site-footer .widget .footer-logo:before {
  content: "";
  background-color: #fff;
  width: 28px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}

.site-footer .widget>h5,
.site-footer .widget .footer-logo {
  font-size: 24px;
  font-size: cacl-rem-value(24);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  position: relative;
}

.our_presence .col-lg-3 {
  width: 25%;
}

/*  End Our Presence Page  */










@media (max-width: 767px) {
  .hidden-xs {
    display: initial !important;
  }

  .controls {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .logo {
    float: left;
    width: 100% !important;
  }

  .search {
    margin-top: 0px !important;
    width: 100% !important;
    margin-left: 2px !important;
    position: relative;
  }

  .phone {
    display: none;
  }

  .our_client .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .test {
    margin-bottom: 85px;
  }

  .discription p {
    font-size: 18px;
    margin-bottom: 0;
  }

  .discription a {
    font-size: 14px;
  }

  .our_products {
    padding: 0px;
  }

  .contact_us {
    margin: 0px;
  }

  .our_client h3 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .footer .col-lg-4,
  .col-lg-3,
  .col-lg-2 {
    margin-bottom: 20px;
  }

  .test h3 {
    font-size: 30px;
  }

  .our_products h4 {
    font-size: 30px;
  }

  .about_us h2 {
    font-size: 30px;
    width: 100%;
  }

  .about_us span {
    font-size: 30px;
  }

  .all_products {
    padding: 10px;
  }

  .contact_form {
    margin: 0px;
  }

  .enquiry_more h3 {
    font-size: 25px;
  }

  .enquiry_more .btn-primary {
    padding: 7px 18px;
    font-size: 16px;
  }

  .copyright-info p {
    padding: 0 10px;
  }

  .product_inner img {
    width: 50%;
    display: flex;
    margin: auto;
  }

  .our_presence .btn-success {
    width: 48%;
  }

  .our_presence .col-lg-3 {
    width: 100%;
  }

  .email {
    display: none;
  }

  .search {
    margin-top: -25px;
    width: 100%;
    margin-left: -130px;
    position: relative;
  }


}


@media (min-width: 320px) and (max-width: 480px) {
  .phone {
    display: none;
  }

  .email {
    display: none;
  }

  .header-second .col-lg-3 {
    width: 100%;
    margin-bottom: 5px;
  }

  .search {
    margin-top: -35px !important;
    margin-left: 0;
  }

  .banner h1 {
    font-size: 25px;
  }

  .banner {
    padding: 30px 0 70px 70px;
  }

  .our_presence .btn-success {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 640px) {
  .header-second .col-lg-3 {
    width: 50%;
    margin-top: 15px;
  }

  .header-second .col-lg-2 {
    width: 50%;
    margin-top: 15px;
  }

  .phone {
    margin-top: 30px;
    margin-left: 25px;
  }

  .search {
    margin-top: -30px !important;
    width: 100%;
  }

  .email {
    margin-top: -20px;
    margin-bottom: 18px;
    margin-left: 100px;
  }
}






@media (min-width: 768px) and (max-width: 991px) {
  .header-second .col-lg-4 {
    width: 35%;
  }

  .header-second .col-lg-2 {
    width: 30%;
  }

  .header-second .col-lg-3 {
    width: 35%;
  }

  .testimonial .col-lg-8 {
    margin-bottom: 80px;
  }

  .controls {
    margin-top: 20px;
    margin-bottom: -50px;
  }

  .contact_us {
    margin: 0px;
  }

  .footer {
    padding: 30px 10px;
  }

  .footer img {
    width: 50%;
    display: block;
    margin-left: -20px;
  }

  .contact_form {
    margin: 0px;
  }

  .our_presence .col-lg-3 {
    width: 33%;
  }

  .email a {
    color: #333;
    font-size: 16px;
    font-family: 'Questrial', sans-serif;
  }
}


@media (min-width: 992px) and (max-width: 1200px) {
  .footer .col-md-4 {
    width: 24.333333%;
  }

  .email {
    margin-top: 25px;
    width: 50%;
  }
}






/*----------style by aijaz--------------*/


.hom-abut h2 {
  color: #bd4c2a;
  font-size: 27px;
  font-weight: 600;
}

.us-about p {
  font-size: 18px;
  line-height: 31px;
}

.prd-desc h2 {
  color: black;
  font-weight: 600;
}

.all-desc li {
  list-style-type: disc;
  margin-left: 37px;
  line-height: 27px; 
}

.img-prod img {
  border: 3px solid #f7c402;
}

.relaat-prod span center {
  font-size: 28px;
  font-weight: 600;
}

.had-abt h1 {
  font-size: 32px;
}

.error-product h3 a {
  font-size: 27px;
  color: #ae961d;
}


.blog-class {
  margin-bottom: 15px;
}

.blog-class p {
  margin-bottom: 0px !important;
}

.blog-class {
  margin-bottom: 25px;
}

.head-all-prod h2 {
  color: #000000bf;
  font-weight: 600;
}

.head-all-prod ul li {
  list-style-type: disc;
  /* size: 29px; */
  margin-left: 18px;
  font-size: 19px;
}

.about_us12 a {
  background-color: #f7c402;
  color: #000000;
  padding: 12px 25px;
}


.foot-margin ul {
  margin-top: 50px !important;
}

.view-about span a {
  background-color: #f7c402;
  color: #000000;
  padding: 12px 25px;
}


.quality-assurance {
  background: url(../images/quality-assurance.jpg) fixed center;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 100px;
}

.quality-assurance .heading-wrapper {
  text-align: center;
  max-width: 62%;
  margin: 0 auto 40px;
  overflow: hidden;
}

.quality-assurance .heading-wrapper .heading {
  position: relative;
}

.quality-assurance .heading-wrapper .heading::before {
  top: 22%;
  content: "";
  position: absolute;
  left: -1010%;
  display: block;
  width: 1005%;
  height: 27px;
  background-image: url(../images/title-line.png);
}

.quality-assurance .heading-wrapper .heading::after {
  top: 22%;
  content: "";
  position: absolute;
  right: -1005%;
  display: block;
  width: 1000%;
  height: 27px;
  background-image: url(../images/title-line.png);
}

.quality-assurance .heading-wrapper .heading {
  font-size: 35px;
  text-align: center;
  color: #fff;
}

.quality-img img {
  text-align: center;
  margin: 0 auto;
}

.quality-assurance p {
  color: #fff;
      font-size: 20px;
}



.stellarnav ul ul ul {
  left: 300px !important;
}

.stellarnav li li.has-sub>a:after {
  color: #fff !important;
}

.stellarnav.dark {
  border-radius: 0 !important;
}

.stellarnav>ul>li>a {
  padding: 25px 25px !important;
}

.stellarnav.desktop li.has-sub a {
  padding-right: 5px !important;
}


.testimonial .test button {
  font-size: 38px;
  margin-bottom: 20px;
  padding: 15px 25px 15px 25px;
  border-radius: 50%;
}

.testimonial .test {
  padding-top: 55px;
}

.testimonial .test .testimonial_para {
  font-size: 22px;
}

.contact_us {
  margin: 60px auto;
  width: 75%;
}

.tagline span {
  font-size: 40px;
  color: #fff;
}

/* .tagbtn a {
  border-radius: 30px;
  padding: 10px 20px 10px 20px;
  background: #000;
  color: #fff;
  position: relative;
  top: 18px;
  transition: 0.5s;
}

.tagbtn a:hover {
  background: #f7c402;
} */

/* .tagline {
  background: #FF9933;
  padding: 10px;
} */

.blog-box img {
  width: 100%;
}

.blog-inner {
  text-align: left;
  /* background: #f7c402; */
  padding: 15px 15px 25px 15px;
  transition: 0.5s;
  min-height: 156px;
}

.blog-box {
  margin-bottom: 30px;
  overflow: hidden;
}

/* .blog-inner:hover {
  box-shadow: 0px 5px 5px #ccc;
} */

.blog-inner a {
  font-size: 21px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}

.blog-inner p {
  color: #000;
  padding-bottom: 30px;
  line-height: 24px;
  margin-bottom: 0;
}

a.blog-btn {
  font-size: 16px;
  color: #FF9933;
  line-height: 35px;
}

.blog-box img {
  max-width: 100%;
}


.foot-margin ul li a {
  color: #fff;
}

.map-class a {
  color: #fff;
}

a.dk-hide {
  pointer-events: none;
}

/*-- New CSS --*/

div#myHeader {
  background-color: #F48B2C;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
}

/*-- Quote Button Style --*/

a,
a:visited {
  text-decoration: none;
  color: #00AE68;
}

a.button {
  display: block;
  position: relative;
  float: right;
  width: 150px;
  padding: 0;
  margin: 9px 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  border-radius: 4px;
  transition: all 0.2s;
}

.btnBlueGreen {
  background: #00AE68;
}

.btnFloat {
  background: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.btnFloat:before {
  content: 'Get a Quote';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 50px;
  border-radius: 4px;
  transition: all 0.2s;
}

.btnBlueGreen.btnFloat:before {
  background: #00AE68;
}

.btnFloat:before {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}

.btnFloat:hover:before {}

.btnFloat:hover:before {
  margin-top: -2px;
  margin-left: 0px;
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.25);
}

header .header-second .d-flex {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

header .header-second .call-title,
header .header-second .email-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .top-contact-wrapper {
    display: flex;
    justify-content: flex-end;
  }

  .phone {
    margin-top: 10px;
  }

  .email {
    margin-top: 10px;
    margin-left: 25px;
  }
}

header .header-second .call-icon,
header .header-second .email-icon {
  margin-right: 10px;
  border: 1px dotted #ddd;
  padding: 10px 10px;
}

.header-second {
  margin: 15px 0;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 40px;
    color: #FF9933;
  }
}

.margin-spacing {
  margin: 70px 0;
}

.about-home .about-content-wrapper .heading-lg {
  font-size: 30px;
  color: #222;
}

.about-home .about-content-wrapper .heading-lg .text-highlight {
  font-size: 52px;
  font-weight: 700;
  color: #FF9933;
  letter-spacing: 1px;
}

.about-home .about-content-wrapper .heading-sm {
  font-size: 25px;
  color: #222;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 32px;
}

/*-- Features Section --*/

.features-wrapper img {
  margin: 0 auto;
}

.features-wrapper .features-icon {
    box-shadow: 2px -1px 18px -6px #f0edf0;
    border-radius: 100%;
    padding: 40px 0;
    width: 140px;
    height: 140px;
    margin: 25px auto;
    background: #FF9933;
    border-radius: 100px;
}

.features-wrapper.text-center {
 /* border: 4px solid #FF9933;*/
  min-height: 330px;
/*  background-color: #fff;*/
}
  .flip-card {
    background-color: transparent;
    height: 140px;
    perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.features-content {
    margin-top: 16px;
    position: relative;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.features-content span {
    font-size: 25px;
    font-weight: 500;
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
}
section.services-new {
    padding: 10px 0 52px 0;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

.features-icon i {
    font-size: 65px;
    border: 1px solid #000;
    /* padding: 53px; */
    border-radius: 100%;
    position: relative;
    bottom: 29px;
    left: 0;
    width: 115px;
    height: 115px;
    /* padding: 22px; */
    background: #fff;
}
.features-icon .fa-fire-extinguisher:before{position: relative; top: 28px;}
.features-icon .fa-industry:before{position: relative; top: 28px;}
.features-icon .fa-thumbs-up:before{position: relative; top: 28px;}
.features-wrapper .features-heading {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

/*-- About Bg --*/

.about-home {
  /* background: url(../images/about-bg.png) no-repeat right bottom; */
}

/*-- Products Section Style --*/

[class*=' imghvr-'],
[class^=imghvr-] {
  font-family: 'cambria';
  position: relative;
  display: block;
  margin: 0;
  max-width: 100%;
  background-color: rgb(14, 190, 255);
  color: #666;
  overflow: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

[class*=' imghvr-'] img,
[class^=imghvr-] img {
  vertical-align: top;
  max-width: 100%
}

[class*=' imghvr-zoom-out'] figcaption,
[class^=imghvr-zoom-out] figcaption {
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0
}

[class*=' imghvr-zoom-out'].hover figcaption,
[class*=' imghvr-zoom-out']:hover figcaption,
[class^=imghvr-zoom-out].hover figcaption,
[class^=imghvr-zoom-out]:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}


[class*=' imghvr-'] figcaption,
[class^=imghvr-] figcaption {
  background-color: rgba(255, 255, 255, .9);
  padding: 20px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 1px solid rgba(0, 0, 0, .1)
}

.imghvr-zoom-out-up.hover img,
.imghvr-zoom-out-up:hover img {
  -webkit-animation: imghvr-zoom-out-up .4s linear;
  animation: imghvr-zoom-out-up .4s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

@-webkit-keyframes imghvr-zoom-out-up {
  50% {
    -webkit-transform: scale(.8) translateY(0);
    transform: scale(.8) translateY(0);
    opacity: .5
  }

  100% {
    -webkit-transform: scale(.8) translateY(-150%);
    transform: scale(.8) translateY(-150%);
    opacity: .5
  }
}

@keyframes imghvr-zoom-out-up {
  50% {
    -webkit-transform: scale(.8) translateY(0);
    transform: scale(.8) translateY(0);
    opacity: .5
  }

  100% {
    -webkit-transform: scale(.8) translateY(-150%);
    transform: scale(.8) translateY(-150%);
    opacity: .5
  }
}

.products .full-widht {
  background: #FF9933 !important;
  bottom: auto;
}

.products .owl-buttons .owl-next,
.products .owl-buttons .owl-prev {
  background: #FF9933;
}

.products figure figcaption a {
  color: #FF9933;
  display: block;
}

.quality-assurance .btnFloat {
  background: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.quality-assurance .btnFloat:before {
  content: 'Contact Now';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 50px;
  border-radius: 4px;
  transition: all 0.2s;
}

.quality-assurance a.button {
  display: block;
  position: relative;
  float: right;
  width: 170px;
  padding: 0;
  margin: 9px 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  border-radius: 4px;
  transition: all 0.2s;
}

.blog-box {
  margin-bottom: 30px;
  background-color: #F8F8F8;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
  min-height: 540px;
}

.blog-box:hover {
  box-shadow: 0px 20px 50px #D9DBDF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-img-wrapper {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.blog-box:hover img {
  transform: scale(1.2);
}

.blog-box img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

div#myCarousel .item img {
  width: 100%;
}

.about-home p {
margin: 0 0 10px;
        line-height: 1.9em;
    font-size: 17px;
    letter-spacing: .5px;
    font-family: cambria;
    color: #222222;
}

.about-img.img-responsive {
  margin-top: 30px;
}

.about-img.img-responsive {
  margin-top: 30px;
}

.products figure figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.products figure figcaption a {
  font-size: 22px;
}

.products figure figcaption a i {
  font-size: 22px;
  border: 1px solid #FF9933;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  transition: color ease-in-out .3s,
    background ease-in-out .3s;
}

.products figure figcaption a:hover i {
  color: #fff;
  background-color: #FF9933;
}

.about-home {
  background: url(../images/papyrus.png) repeat;
}

.padding-spacing {
  padding: 60px 0;
}

.padding-bottom {
  padding-bottom: 60px;
}

.products {
  background-color: #f8f8f8;
}

.latest-blog {
  background: url(../images/blog-bg.png) fixed;
}

h4 {
  font-size: 35px;
  font-weight: 600;
}

.blog-box a,
.blog-box a:visited {
  color: #222;
}

.blog-box a.hvr-float-shadow.blog-btn,
.blog-box a.hvr-float-shadow blog-btn:visited {
  color: #FF9933;
}

/*-- Products Section Style --*/

.products {
  overflow: hidden;
}

.products .container-fluid {
  padding: 0;
  overflow: hidden;
}

.products .container-fluid .col-xs-12.col-sm-12.col-md-3 {
  padding: 0;
  overflow: hidden;
}

.products .container-fluid .col-xs-12.col-sm-12.col-md-9 {
  padding: 0;
  overflow: hidden;
}

.products .products-banner {
  background: url(../images/products-bg.jpg) no-repeat center;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.products .products-banner p {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  font-size: 19px;
}

.products .owl-carousel .item-slid {
  margin: 0;
}

.products .col-lg-1,
.products .col-lg-10,
.products .col-lg-11,
.products .col-lg-12,
.products .col-lg-2,
.products .col-lg-3,
.products .col-lg-4,
.products .col-lg-5,
.products .col-lg-6,
.products .col-lg-7,
.products .col-lg-8,
.products .col-lg-9,
.products .col-md-1,
.products .col-md-10,
.products .col-md-11,
.products .col-md-12,
.products .col-md-2,
.products .col-md-3,
.products .col-md-4,
.products .col-md-5,
.products .col-md-6,
.products .col-md-7,
.products .col-md-8,
.products .col-md-9,
.products .col-sm-1,
.products .col-sm-10,
.products .col-sm-11,
.products .col-sm-12,
.products .col-sm-2,
.products .col-sm-3,
.products .col-sm-4,
.products .col-sm-5,
.products .col-sm-6,
.products .col-sm-7,
.products .col-sm-8,
.products .col-sm-9,
.products .col-xs-1,
.products .col-xs-10,
.products .col-xs-11,
.products .col-xs-12,
.products .col-xs-2,
.products .col-xs-3,
.products .col-xs-4,
.products .col-xs-5,
.products .col-xs-6,
.products .col-xs-7,
.products .col-xs-8,
.products .col-xs-9 {
  padding: 0;
}

.products .full-widht {
  background: #FF9933 !important;
  bottom: auto;
  padding: 19px 0;
}

.products .item-slid img {
  width: 100%;
  display: block;
  height: 387px;
  border: 1px solid #FF9933;
}

.products .owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  border-right: 1px solid #ddd;
}

.blog-box .blog-date-wrapper {
  display: flex;
  flex-direction: flex-start;
  align-items: center;
  align-self: center;
  background-color: #f8f8f8;
}

.blog-box .blog-date-wrapper .blog-date-icon i {
  line-height: 60px;
  width: 60px;
  background: #8a8a8a;
  text-align: center;
  position: relative;
  font-size: 28px;
  color: #FFF;
  margin-right: 30px;
  float: left;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-box {
  position: relative;
}

.blog-box .blog-date-wrapper .blog-date-icon i:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #8a8a8a;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  /* top: calc(50% - 10px); */
  right: -10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-box:hover .blog-date-wrapper .blog-date-icon i {
  background: #FF9933;
}

.blog-box:hover .blog-date-wrapper .blog-date-icon i:after {
  border-left: 10px solid #FF9933;
}

.blog-box {
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-box .blog-inner {
  position: absolute;
  bottom: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-box .blog-inner {
  position: absolute;
  bottom: 8%;
  width: 85%;
  margin: 0 auto;
  border: 1px solid #ddd;
  padding: 15px;
  min-height: 80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-box:hover {
  background: #FF9933;
}

.features-section .features-wrapper .features-icon i {
  font-size: 60px;
}

.features-section .features-wrapper {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.features-wrapper:hover .features-icon {
  color: #fff;
  background-color: #FF9933;
}
b, strong {
    font-weight: 700;
	font-size:17px !important;
}


@media only screen and (min-width:480px) and (max-width: 767px){
ul.nav-menu a {color: #333 !important;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a{color:#333 !important;}
.logo-center-img { text-align: center;}
.logo img {    width: 50%;    text-align: center;    margin: 0px auto;}
.social{display:none;}
.tabs .tabs__contents {    position: relative;    margin-top: 0;    padding: 10px 15px;    background: white;    list-style-type: none;    transition: 1s;}
}

@media only screen and (max-width: 479px){
ul.nav-menu a {color: #333 !important;;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a{color:#333 !important;;}
.logo img {    width: 50%;    text-align: center;    margin: 0px auto;}
.social{display:none;}
.tabs .tabs__contents {    position: relative;    margin-top: 0;    padding: 10px 15px;    background: white;    list-style-type: none;    transition: 1s;}
}

.mobile-social-sticky{
	display: none;
}


@media only screen and (max-width: 767px){
.mobile-social-sticky{
	display: block;
	position: fixed;
	bottom: 0;
	background:#222;
	z-index: 9999999;
	width: 100%;
	text-align: center;
}

.mobile-social-sticky .sociali {
	font-size: 22px;
	display: inline-block;
	padding: 12px;
	background-color: #FF9933 ;
	color: #fff;
}
}


.prom-head h1 span {
    font-size: 27px;
    font-weight: 600;
}