* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}
* ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
* a {
  text-decoration: none;
}

html,body
{
   
 
    overflow-x: hidden; 
    overflow-y: vi; 

}
header {
  position: fixed;
  padding-bottom: 10px;
  width: 100%;
  top: 0px;
  z-index: 999999;
}
header .header-logo img {
  cursor: pointer;
  max-width: 100%;
  width: 100%;
}
header nav {
  z-index: 999;
}
header nav ul .header-nav-list {
  position: relative;
}
header nav ul .header-nav-list a {
  font-family: "Roboto", sans-serif;
  padding-bottom: 20px;
  color: #424B5A;
}
header nav ul .header-nav-list a:hover {
  color: #045395;
}
header nav ul .header-nav-list .product-dropdown {
  visibility: hidden;
  padding-left: 20px;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: -30px;
  width: 220px;
}
header nav ul .header-nav-list .product-dropdown li {
  padding: 5px 0px;
}
header nav ul .header-nav-list .product-dropdown li a {
  color: #000;
  font-family: "Roboto", sans-serif;
}
header nav ul .header-nav-list .product-dropdown li a:hover {
  color: #045395;
}
header nav ul .nav-list-product:hover .product-dropdown {
  transition: all 0.3s ease;
  top: 35px;
  visibility: visible;
}
header .header-social-icons {
  text-align: right;
}
header .header-social-icons a i {
  color: #fff;
  font-size: 25px;
}
header .header-social-icons a i:first-child {
  padding: 0px 15px;
}
header .hamburger-menu {
  display: none;
}

.home {
  height: 650px;
  padding-top: 120px;
  background-color: #F2F2F2;
  position: relative;
}
.home::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 75%;
  background: #045395;
}
.home .home-banner {
  height: 400px;
  padding-top: 80px;
  position: relative;
}
.home .home-banner h2 {
  font-size: 60px;
  color: #FE7837;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.home .home-banner p {
  font-size: 20px;
  color: #959595;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  min-height: 70px;
}
.home .home-banner a {
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  background-color: #FE7837;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
}
.home .home-banner-img {
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 9;
}
.home .home-banner-img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.home .flower {
  position: absolute;
}
.home .flower1 {
  top: 150px;
  left: -90px;
  width: 205px;
}
.home .flower3 {
  bottom: 0px;
  left: 0px;
  width: 150px;
}
.home .flower2 {
  bottom: 5px;
  left: 475px;
  width: 120px;
}

.about, .digital-marketing {
  margin-top: 100px;
}
.about .about-us-discription h2, .about .digital-marketing-discription h2, .digital-marketing .about-us-discription h2, .digital-marketing .digital-marketing-discription h2 {
  font-size: 40px;
  color: #045395;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.about .about-us-discription p, .about .digital-marketing-discription p, .digital-marketing .about-us-discription p, .digital-marketing .digital-marketing-discription p {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #424B5A;
  max-height: 198px;
  overflow: hidden;
  text-align: justify;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
.about .about-img img, .about .digital-marketing-img img, .digital-marketing .about-img img, .digital-marketing .digital-marketing-img img {
  max-width: 100%;
  width: 100%;
}

.supplier-banner {
  margin-top: 100px;
}
.supplier-banner .supplier-banner-content {
  position: relative;
}
.supplier-banner .supplier-banner-content img {
  width: 100%;
}
.supplier-banner .supplier-banner-content h1 {
  font-size: 52px;
  position: absolute;
  color: #fff;
  top: 30px;
  left: 35%;
  font-weight: bold;
  text-shadow: 0px 0px 20px #043056;
}

.product {
  margin-top: 100px;
}
.product .product-heading h2 {
  font-size: 40px;
  color: #045395;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px;
  position: relative;
}
.product .product-heading h2::after {
  position: absolute;
  content: "";
  background-color: #045395;
  top: 55px;
  left: 50%;
  width: 112px;
  height: 1px;
  transform: translate(-50%);
}
.product .product-card {
  margin-bottom: 50px;
  padding: 0px 10px 10px 10px;
}
.product .product-card .product-img-wrapper {
  width: 100%;
  overflow: hidden;
}
.product .product-card .product-img-wrapper img {
  width: 100%;
  margin-bottom: 50px;
}
.product .product-card h2 {
  font-size: 22px;
  color: #505D68;
  font-weight: bold;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
}
.product .product-card p {
  color: #505D68;
 
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
  height: 130px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
}
.product .product-card a {
  padding: 10px 30px;
  font-family: "Roboto", sans-serif;
  background-color: #FE7837;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.4s ease;
}
.product .product-card a:hover {
  
  background-color: #000000;
  color: #fff;
  
}



@media only screen and (max-width: 767px){
header nav ul .header-nav-list .product-dropdown {
    z-index: 99;
    top: 30px;
    left: 50px;
}
}


.client {
  margin-top: 100px;
}
.client .client-heading h2 {
  font-size: 40px;
  color: #045395;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px;
  position: relative;
}
.client .client-heading h2::after {
  position: absolute;
  content: "";
  background-color: #045395;
  top: 55px;
  left: 50%;
  width: 120px;
  height: 1px;
  transform: translate(-50%);
}
.client .client-slider .client-logo-img img {
  max-width: 100%;
  height: 120px;
}
.client .client-slider .owl-item {
  width: 100%;
}
.client .client-slider .owl-nav, .client .client-slider .owl-dots {
  display: none;
}
.client .client-button {
  margin-top: 50px;
  text-align: center;
}
.client .client-button a {
  padding: 10px 50px;
  font-family: "Roboto", sans-serif;
  background-color: #FE7837;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
}

.contact {
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #F2F2F2;
}
.contact .contact-heading h2 {
  font-size: 40px;
  color: #424B5A;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.contact .contact-tagline h2 {
  font-size: 20px;
  color: #424B5A;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px;
}
.contact .office-adress h2, .contact .contact-links h2, .contact .contact-contact-adress h2 {
  font-size: 20px;
  color: #424B5A;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 28px;
  position: relative;
}
.contact .office-adress h2::after, .contact .contact-links h2::after, .contact .contact-contact-adress h2::after {
  position: absolute;
  content: "";
  background-color: #424B5A;
  top: 32px;
  left: 0px;
  width: 80px;
  height: 2px;
  transform: translate(0%);
}
.contact .office-adress ul li {
  padding-left: 20px;
  color: #505D68;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  position: relative;
}
.contact .office-adress ul li a {
  color: #424B5A;
}
.contact .office-adress ul li i {
  position: absolute;
  left: -15px;
  font-size: 27px;
  top: 5px;
}
.contact .office-adress img {
  margin-top: 20px;
  max-width: 100%;
  width: 65%;
}
.contact .office-adress .contact-icons {
  margin-top: 30px;
}
.contact .office-adress .contact-icons a i {
  color: #505D68;
  font-size: 25px;
}
.contact .office-adress .contact-icons a:last-child {
  padding: 0px 20px;
}
.contact .contact-links ul li {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.contact .contact-links ul li a {
  color: #505D68;
  font-family: "Roboto", sans-serif;
}
.contact .contact-contact-adress ul li {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #505D68;
  margin-bottom: 10px;
}
.contact .contact-contact-adress ul li a {
  color: #505D68;
}
.contact .contact-form form input, .contact .contact-form form select, .contact .contact-form form textarea {
  width: 100%;
  height: 35px;
  color: #424B5A;
  background-color: #fff;
  margin-bottom: 20px;
  outline: none;
  border: 1px thin #424B5A;
  padding-left: 20px;
  border-radius: 5px;
  display: block;
  font-family: "Roboto", sans-serif;
}
.contact .contact-form form textarea {
  height: 100px;
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
}
.contact .contact-form form button {
  width: 100%;
  background-color: #FE7837;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 8px 0px;
  border-radius: 20px;
  border: none;
  font-size: 14px;
}

.fixed-sidebar {
  max-width: 300px;
  position: fixed;
  z-index: 99999;
  background-color: #045395;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px 0px 0px 0px;
  bottom: -376px;
  right: 0px;
}
.fixed-sidebar .fixed-sidebar-button {
  position: absolute;
  background-color: #FE7837;
  padding: 10px 20px;
  border-radius: 20px;
  right: 0px;
  cursor: pointer;
  top: -43px;
}
.fixed-sidebar .close-fixed-sidebar {
  position: absolute;
  font-size: 30px;
  cursor: pointer;
  color: #FE7837;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px 7px;
  right: 0px;
  top: 15px;
  transform: translate(-50%);
}
.fixed-sidebar h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.fixed-sidebar ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}
.fixed-sidebar a {
  padding-left: 10px;
  color: #FE7837;
}

footer p {
  text-align: center;
  color: #fff;
  background-color: #424B5A;
  padding: 15px 0px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 1100px) {
  .supplier-banner .supplier-banner-content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-social-icons {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .home {
    height: 580px;
    padding-top: 80px;
  }
  .home .home-banner-img {
    margin-top: 50px;
  }
  .home .home-banner-img img {
    max-width: 100%;
    height: 65%;
    width: 100%;
  }

  .about .about-us-discription p {
    line-height: 25px;
  }

  .about .about-us-discription p {
    margin-bottom: 20px;
    text-align: justify;
  }
  .about .about-img {
    margin-top: 15px;
  }
  .about .about-img img {
    height: 300px;
  }

  .supplier-banner .supplier-banner-content img {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  header nav {
    display: none;
  }
  header nav ul .header-nav-list .product-dropdown {
    z-index: 99;
    top: 30px;
    left: 50px;
  }
  header nav ul .nav-list-product:hover .product-dropdown {
    transition: all 0.3s ease;
    top: 0px;
    visibility: visible;
  }
  header .header-social-icons {
    display: none;
  }
  header .hamburger-menu {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 100px;
  }
  header .hamburger-menu i {
    font-size: 30px;
    cursor: pointer;
    color: #424B5A;
  }

  .home {
    height: 550px;
    padding-top: 100px;
  }
  .home .home-banner h2 {
    font-size: 35px;
  }
  .home .home-banner p {
    font-size: 16px;
  }
  .home .home-banner a {
    font-size: 12px;
  }
  .home .home-banner-img img {
    height: 50%;
  }
  .home .flower2, .home .flower3 {
    display: none;
  }

  .about .about-img img {
    max-width: 100%;
    width: 100%;
    height: 250px;
  }

  .supplier-banner .supplier-banner-content h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  header .header-logo img {
    width: 50%;
  }
  header .hamburger-menu {
    top: 20px;
    right: 50px;
  }
  header .hamburger-menu i {
    font-size: 25px;
  }

  .product .product-card {
    margin-top: 30px;
  }
  .product .product-card img {
    width: 100%;
    height: 300px;
  }

  .home::before {
    display: none;
  }
  .home .home-slider {
    position: relative;
  }
  .home .home-slider .home-banner {
    padding-top: 230px;
    height: 500px;
  }
  .home .home-slider .home-banner-img {
    position: absolute;
    top: -50px;
    left: 0px;
  }
  .home .home-slider .home-banner-img img {
    height: 40%;
  }
}
@media only screen and (max-width: 400px) {
  .product .product-card img {
    height: 200px;
  }

  .supplier-banner .supplier-banner-content h1 {
    font-size: 20px;
    top: 50px;
  }
}/*# sourceMappingURL=index.css.map */



p {
 
  margin-bottom: 0rem!important;
}

/*=======================
	Start Blog CSS
=========================*/
.blog {
  background: #fff;
}
.blog .blog-title {
  text-align: center;
}
.blog .single-news {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 20px #0000003b;
}

.blog .single-news hr {
  
    margin: 7px 0 9px 0!important;
}
.blog .single-news img {
  width: 100%;
  height:240px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog .single-news .news-head {
  position: relative;
  overflow: hidden;
}
.blog .single-news .news-content {
  text-align: left;
  background: #fff;
  z-index: 99;
  position: relative;
  padding: 22px;
  left: 0;
  z-index: 0;
}
.blog .single-news .news-content:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #1a76d1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog .single-news:hover .news-content:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.blog .single-news .news-body h2 {
  font-size: 18px;
  font-weight: 600;
  height: 55px;
  margin-bottom: 10px;
  line-height: 24px;
}
@media screen and (max-width:767px){
    .blog .single-news .news-body h2 {
  height: 85px;
}
}
.blog .single-news .news-body h2 a {
  color: #2c2d3f;
  font-weight: 500;
}
.blog .single-news .news-body h2 a:hover {
  color: #1a76d1;
}
.blog .single-news .news-content p {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 23px;
}
.blog .single-news .news-body .date {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  background: #1a76d1;
  color: #fff;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 10px;
}
.blog.grid .single-news {
  margin-top: 30px;
}
/* Blog Sidebar */
.main-sidebar {
  background: #fff;
  margin-top: 30px;
  background: transparent;
}
.main-sidebar .single-widget {
  margin-bottom: 30px;
  padding: 17px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.main-sidebar .single-widget .title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: block;
  background: #fff;
  padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 3px;
  background: #1a76d1;
}
.main-sidebar .single-widget:last-child {
  margin: 0;
}
.main-sidebar .search {
  position: relative;
}
.main-sidebar .search input {
  width: 100%;
  height: 45px;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  border: none;
  color: #222;
  background: transparent;
  padding: 0 70px 0 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  border: 1px solid #eee;
  border-radius: 5px;
}
.main-sidebar .search .list-box .search-list{
    padding:10px;
    border-bottom:1px solid gray;
    cursor:pointer;
    font-size: 13px;
    color:black;
}
.main-sidebar .search .list-box{
    padding:0px;
    
    border-radius:10px;
     /*border:1px solid gray;*/
     overflow-y:auto;
     /*height:179px;*/
         position: absolute;
    z-index: 1111;
    width: 397px;
    background-color:white;
     box-shadow:0px 0px 10px gray;
     display:none;
    
}
.main-sidebar .search .list-box::-webkit-scrollbar {
  width: 3px;
}

.main-sidebar .search .list-box::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.main-sidebar .search .list-box::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* Track */
.main-sidebar .search .list-box::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

.main-sidebar .search .button {
  position: absolute;
 right: 18px;
    top: 18px;
  height: 44px;
  width: 50px;s
  line-height: 0px;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0 5px 5px 0;
}
.main-sidebar .search .button:hover {
  background: #1a76d1;
  color: #fff;
}
/* Category List */
.main-sidebar .categor-list {
  margin-top: 15px;
}
.main-sidebar .categor-list li {
  margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child {
  margin-bottom: 0px;
}
.main-sidebar .categor-list li a {
  display: inline-block;
  color: #333;
  font-size: 14px;
}
.main-sidebar .categor-list li a:hover {
  color: #1a76d1;
  padding-left: 7px;
}
.main-sidebar .categor-list li a i {
  display: inline-block;
  margin-right: 0px;
  font-size: 9px;
  transform: translateY(-1px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i {
  margin-right: 6px;
  opacity: 1;
  visibility: visible;
}
/* Recent Posts */
.main-sidebar .single-post {
  position: relative;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding: 17px 0;
}
.main-sidebar .single-post:last-child {
  padding-bottom: 0px;
  border: none;
}
.main-sidebar .single-post .image img {
  float: left;
  width: 98px;
  height: 67px;
  margin-right: 20px;
}
.main-sidebar .single-post .content {
  padding-left: 100px;
}
.main-sidebar .single-post .content h5 {
  line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
  color: #2c2d3f;
  font-weight: 500;
  line-height:15px;
  font-size: 11px;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  margin-bottom: 0px;
  margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover {
  color: #1a76d1;
}
.main-sidebar .single-post .content .comment li {
  color: #888;
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
  font-size: 11px;
}
.main-sidebar .single-post .content .comment li:last-child {
  margin-right: 0;
}
.main-sidebar .single-post .content .comment li i {
  display: inline-block;
  margin-right: 5px;
}
.main-sidebar .single-post .content .comment{
    margin-bottom:0px;
}
/* Blog Tags */
.main-sidebar .side-tags .tag {
  margin-top: 40px;
}
.main-sidebar .side-tags .tag li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
  background: #fff;
  color: #333;
  padding: 8px 14px;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 13px;
  background: #f6f7fb;
  border-radius: 4px;
}
.main-sidebar .side-tags .tag a:hover {
  color: #fff;
  background: #1a76d1;
  border-color: transparent;
}
/* News Single */
.news-single {
  padding: 0px 0 90px;
  background: #f8f8f8;
}
.news-single .single-main {
  margin-top: 30px;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.single-main {
  margin-top: 30px;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.meta {
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
}

.news-single .news-head img {
  width: 100%;
  /*height: 100%;*/
}
.news-single .news-title {
  font-size: 25px;
  margin: 20px 0;
}
.news-single .news-title a {
  color: #252525;
  font-weight: 600;
}
.news-single .news-title a:hover {
  color: #1a76d1;
}
/* Blog Meta */
.news-single {
  background: #fff;
}
.news-single .meta {
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 15px;
}
.news-single .meta span {
  margin-right: 10px;
  display: inline-block;
}
.news-single .meta span:last-child {
  margin: 0;
}
.news-single .meta span,
.news-single .meta span a {
  color: #2c2d3f;
  font-weight: 400;
}
.news-single .meta span i {
  margin-right: 5px;
  color: #1a76d1;
}
.news-single .meta-left {
  float: left;
}
.news-single .meta-left .author img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-right: 12px;
}
.news-single .meta-left .author {
  float: left;
}
.news-single .meta-left span.date {
  margin-top: 10px;
}
.news-single .meta-right {
  float: right;
  margin-top: 10px;
}
.news-single .news-content {
  margin: 20px 0;
}
.news-single .news-content p {
  margin-bottom: 10px;
}
.news-single .news-content p:last-child {
  margin: 0;
}
.news-single .news-text p {
  font-size: 14px;
  margin-bottom: 20px;
}
.news-text ul li {
 list-style:disc!important;
}
.news-single .news-text ul li a strong {
    color: #0d6efd !important;
}
.news-single .news-text p a strong {
  color: #0d6efd!important;
}
/* Image Gallery */
.news-single .image-gallery {
  margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
  overflow: hidden;
}
.news-single .image-gallery .single-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
/* Blockqoute */
.news-single blockquote {
  background-image: url("img/blockqoute-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  overflow: hidden;
}
.news-single blockquote::before {
  opacity: 0.9;
}
.news-single .news-text blockquote p {
  color: #fff;
  margin: 0;
  line-height: 26px;
  font-size: 15px;
  position: relative;
}
.news-single .blog-bottom {
  overflow: hidden;
}
/* Social Share */
.news-single .social-share {
  float: left;
}
.news-single .social-share li {
  float: left;
}
.news-single .social-share li span {
  padding-left: 5px;
}
.news-single .social-share li.facebook a {
  background: #5d82d1;
}
.news-single .social-share li.twitter a {
  background: #40bff5;
}
.news-single .social-share li.google-plus a {
  background: #eb5e4c;
}
.news-single .social-share li.linkedin a {
  background: #238cc8;
}
.news-single .social-share li.pinterest a {
  background: #e13138;
}
.news-single .social-share li a {
  padding: 10px 20px;
  display: block;
  color: #fff;
}
.news-single .social-share li a:hover {
  background: #2b343e;
}
/* Prev Next Button */
.news-single .prev-next {
  float: right;
}
.news-single .prev-next li {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}
.news-single .prev-next li:last-child {
  border: none;
}
.news-single .prev-next li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #c4c4c4;
  color: #555;
  border-radius: 4px;
}
.news-single .prev-next li a:hover {
  color: #fff;
  background: #1a76d1;
  border-color: transparent;
}
/* Blog Comments */
.news-single .blog-comments {
  margin-top: 30px;
  background: transparent;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
}
.news-single .blog-comments h2 {
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  color: #252525;
  margin-bottom: 20px;
}
.news-single .blog-comments h4 span {
  float: right;
}
.news-single .single-comments {
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.news-single .single-comments.left .main {
  padding-left: 100px;
  position: relative;
  margin-left: 100px;
}
.news-single .single-comments.left img {
  position: absolute;
  left: 0;
  top: 0;
}
.news-single .single-comments:last-child {
  margin: 0;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-single .single-comments .main {
  overflow: hidden;
}
.news-single .single-comments .head {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 12%;
}
.news-single .head img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  border: 5px solid #f8f8f8;
}
.news-single .single-comments .body {
  float: left;
  width: 85%;
}
.news-single .single-comments.left .body {
  float: noene;
  width: 100%;
}
.news-single .single-comments .comment-list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}
.news-single .single-comments .comment-list .body {
  width: 78%;
}
.news-single .single-comments h4 {
  margin: 0 0 5px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  color: #252525;
}
.news-single .single-comments .comment-meta {
  margin-bottom: 5px;
}
.news-single .single-comments .meta {
  font-size: 13px;
  color: #555;
  font-weight: 400;
  border: none;
  margin-right: 10px;
  padding: 0;
  margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child {
  margin: 0;
}
.news-single .comment-meta span i {
  margin-right: 5px;
}
.news-single .comment-meta span:last-child {
  margin: 0;
}
.news-single .single-comments p {
  font-size: 13px;
}
.news-single .single-comments a {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding: 3px 15px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 4px;
  background: #1a76d1;
  color: #fff;
}
.news-single .single-comments a:hover {
  background: #2c2d3f;
  color: #fff;
}
.news-single .single-comments a i {
  margin-right: 5px;
}
.news-single .comment-list {
  padding-left: 50px;
}
.news-single .single-comments.login {
  text-align: center;
}
.news-single .single-comments.login i {
  font-size: 20px;
}
.news-single .single-comments.login a {
  text-align: center;
}
.news-single .single-comments.login a:hover {
  color: #353535;
}
.news-single .comments-form {
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
}
.news-single .comments-form h2 {
  text-align: left;
  font-size: 18px;
  color: #353535;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.news-single .form {
  position: relative;
}
.news-single .form-group {
  position: relative;
  display: block;
  margin: 0 0 20px;
}
.news-single .form-group i {
  position: absolute;
  left: 12px;
  top: 17px;
  z-index: 1;
  color: #1a76d1;
}
.news-single .form-group input {
  width: 100%;
  height: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  border-radius: 0px;
  padding-left: 34px;
  padding-right: 20px;
  border: none;
  line-height: 50px;
  font-weight: 400;
  font-size: 14px;
  color: #2c2d3f;
}

.news-single .form-group textarea {
  border: 1px solid #ddd;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  height: 190px;
  padding: 15px 15px 15px 35px;
  resize: none;
  font-weight: 400;
  font-size: 14px;
  color: #2c2d3f;
}
.news-single .form-group input,
.news-single .form-group textarea {
  border: 1px solid transparent;
  border: 1px solid #eee;
  border-radius: 5px;
}
.news-single .form-group.message i {
  top: 22px;
}
.news-single .form-group .button {
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  border: 0px solid;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 30px;
}
.news-single .form-group .button:hover {
  background: #353535;
}
.news-single .form-group .button i {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  padding: 0px;
}
.news-single .form-group.button {
  margin: 0;
  text-align: left;
}
.news-single .form-group.button .btn {
  background: #fff;
  background: #1a76d1;
  color: #fff;
}
.news-single .form-group.button .btn:hover {
  color: #fff;
}
.news-single .form-group.button .btn i {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*===================
	End Blog CSS
=====================*/
/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 50px 0 0 0;
  display: block;
}
.pagination.center {
  text-align: center;
}
.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
}
.pagination .pagination-list li:last-child {
  margin-right: 0px;
}
.pagination .pagination-list li a {
  background: #f6f7fb;
  color: #666;
  padding: 6px 18px;
  font-weight: 400;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  border-radius: 4px;
}
.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: #1a76d1;
  color: #fff;
  border-color: transparent;
}
.pagination .pagination-list li a i {
  font-size: 15px;
}
.pagination .pagination-list li a i {
}
.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}
.get-quote .btn:hover{
    color: #1a76d1!important;
    
}
/*888888888888888888888888888888*/
.center {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 115px;
    height: 0px;
    text-align: right;
    z-index: 9999;
    margin-top: -15px;
}
.center a {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: block;
    background: #FE7837;
    text-align: center;
    height: 42px;
    width: 181px;
    padding: 8px 16px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
}
.company-banner img {
    width: 100%!important;
}
.main-sidebar .search .button {
    position: absolute;
    right: 18px;
    top: 18px;
    height: 44px;
    width: 50px;
    line-height: 0px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0 5px 5px 0;
}
.main-sidebar .search .button  i{
    position: relative;
    top: 14px;
}