/* =================================
------------------------------------
  Template Name: Industry.INC 
	Description: Industry.INC HTML Template
	Author: colorlib
	Author URI: https://www.colorlib.com/
	Version: 1.0
	Created: colorlib
 ------------------------------------
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
  height: 100%;
  font-family: 'Rockwell', Rockwell;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 14px;
}

.mobile-only {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #081624;
  font-weight: 600;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 14px;
  /* color: #718090; */
  line-height: 2;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
 Helper CSS
  -----------------------*/

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 36px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 103px;
  padding-bottom: 103px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/*---------------------
 Commom elements
  -----------------------*/

.element {
  margin-bottom: 85px;
}

.element:last-child {
  margin-bottom: 0;
}

.element .el-title {
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 50px;
}

/* buttons */

.site-btn {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 600;
  min-width: 186px;
  padding: 23px 47px;
  text-transform: uppercase;
  background: #2e8b57;
  color: #fff;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}

.site-btn:hover {
  color: #fff;
}

.site-btn.sb-dark {
  color: #fff;
  background: #484848;
}

.site-btn.sb-light-dark {
  color: #fff;
  background: #2e8b57;
}

.site-btn.sb-light {
  color: #081624;
  background: #2e8b57;
}

.site-btn.sb-white {
  color: #081624;
  background: #2e8b57;
}

/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

/*------------------
 Header section
  ---------------------*/

.site-logo {
  display: inline-block;
  margin-right: 100px;
  padding-left: 63px;
}

.header-right {
  float: right;
  position: relative;
}

.header-info-box {
  display: inline-block;
  margin-right: 40px;
  padding: 21px 0 15px;
}

.header-info-box .hib-icon {
  float: left;
  margin-right: 13px;
}

.header-info-box .hib-text {
  overflow: hidden;
}

.header-info-box .hib-text h6 {
  font-weight: 400;
  font-size: 14px;
}

.header-info-box .hib-text p {
  margin-bottom: 0;
}

.site-nav-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.site-nav-menu ul {
  list-style: none;
}

.site-nav-menu ul li {
  display: inline-block;
  position: relative;
}

.site-nav-menu ul li a {
  display: block;
  padding: 25px 16px;
  margin-right: 35px;
  font-size: 15px;
  font-weight: 600;
  color: #081624;
  position: relative;
}

.site-nav-menu ul li a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 7px;
  left: 0;
  bottom: 0;
  background: #2e8b57;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.site-nav-menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #2e8b57;
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
  padding: 15px 0 10px;
  text-align: left;
  -webkit-box-shadow: 0 15px 50px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 15px 50px 1px rgba(0, 0, 0, 0.13);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.site-nav-menu ul li .sub-menu li {
  display: block;
}

.site-nav-menu ul li .sub-menu li a {
  padding: 8px 25px;
  text-transform: none;
  margin-right: 0;
}

.site-nav-menu ul li .sub-menu li a:hover {
  color: #fff;
}

.site-nav-menu ul li .sub-menu li a:after {
  display: none;
}

.site-nav-menu ul li:hover a:after {
  width: 100%;
}

.site-nav-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 99;
}

.site-nav-menu ul li.active a:after {
  width: 100%;
}

/* ----------------
  Hero Section
  ---------------------*/

.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next {
  position: absolute;
  width: 84px;
  height: 84px;
  top: calc(50% - 42px);
  left: 0;
  font-size: 30px;
  color: #081624;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hero-slider .owl-nav button.owl-prev:hover,
.hero-slider .owl-nav button.owl-next:hover {
  color: #fff;
  background: #ffc000;
}

.hero-slider .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.hero-item {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-item h2 {
  font-size: 45px;
  font-weight: 300;
  color: #000;
}

.hero-item h2 span {
  padding-left: 25px;
  padding-bottom: 5px;
  display: inline-block;
  background: #2e8b57;
}

.hero-item h2 span:nth-child(2) {
  padding-right: 14px;
}

.hero-item h2 span:last-child {
  padding-right: 30px;
}

.hero-item .site-btn {
  opacity: 0;
  top: 50px;
  position: relative;
}

.hero-slider .owl-item.active .hero-item h2,
.hero-slider .owl-item.active .hero-item .site-btn {
  top: 0;
  opacity: 1;
}

.hero-slider .owl-item.active .hero-item h2 {
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}

.hero-slider .owl-item.active .hero-item .site-btn {
  -webkit-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hero-item .site-btn:last-child {
  -webkit-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

/* ------------------------
  Call to action section
 ------------------------*/

.cta-section {
  padding: 33px 0;
  background: #2e8b57;
}

.cta-section h2 {
  color: #fff;
  font-size: 37px;
  font-weight: 300;
}

/* ----------------
  Footer Section
 ---------------------*/

.footer-section {
  background: #17172d;
  padding-bottom: 0;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget.about-widget {
  padding-right: 15px;
}

.footer-widget.about-widget img {
  margin-bottom: 40px;
}

.footer-widget.about-widget p {
  margin-bottom: 35px;
}

.footer-widget .fw-title {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 35px;
}

.footer-widget ul {
  list-style: none;
  display: inline-block;
}

.footer-widget ul li a {
  display: block;
  font-size: 14px;
  color: #718090;
  margin-bottom: 15px;
}

.footer-widget .footer-search {
  position: relative;
}

.footer-widget .footer-search input {
  width: 100%;
  height: 47px;
  padding-right: 47px;
  padding-left: 22px;
  font-size: 12px;
  color: #718090;
  font-style: italic;
  border: none;
  background: #393958;
}

.footer-widget .footer-search button {
  position: absolute;
  width: 47px;
  height: 100%;
  right: 0;
  top: 0;
  color: #ffc000;
  font-size: 12px;
  border: none;
  background: transparent;
}

.footer-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 41px;
  height: 41px;
  color: #fff;
  margin-right: 14px;
  margin-bottom: 14px;
  border-radius: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #39334f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-social a:hover {
  background: #ffc000;
}

.footer-info-box {
  margin-bottom: 30px;
}

.footer-info-box .fib-icon {
  float: left;
  width: 48px;
  padding-top: 8px;
}

.footer-info-box .fib-text {
  overflow: hidden;
}

.footer-info-box .fib-text p {
  margin-bottom: 0;
}

.footer-buttom {
  margin-top: 55px;
  background: #03031b;
}

.copyright {
  color: #646470;
  font-size: 14px;
  padding-top: 25px;
}

.copyright a {
  color: #646470;
  text-decoration: underline;
}

.copyright a:hover {
  color: #ffc000;
}

.footer-menu {
  list-style: none;
  text-align: right;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  display: block;
  padding: 21px 17px;
  margin-left: 13px;
  font-size: 15px;
  color: #646470;
  position: relative;
}

.footer-menu li a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #ffc000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-menu li:hover a:after,
.footer-menu li.active a:after {
  width: 100%;
}

/* ----------------
 ===================
  Other Pages
 ==================
 -------------------*/

.page-top-section {
  height: 366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-top-section h2 {
  font-weight: 300;
  color: #fff;
  margin-bottom: 25px;
}

.page-top-section p {
  color: #fff;
  margin-bottom: 35px;
}

/* ---------------
  About Page
 ------------------*/

.about-text h2 {
  font-weight: 300;
  margin-bottom: 30px;
  padding-top: 0px;
}

.about-text p {
  /* line-height: 2.2; */
  margin-bottom: 10px;
}

.about-text .sign {
  float: left;
  margin-right: 33px;
}

.about-text .sign-info {
  padding-top: 20px;
}

.about-text .sign-info h5 {
  font-size: 18px;
}

.about-text .sign-info span {
  font-size: 14px;
  color: #ffc000;
}

.reserch-section {
  background: #fff;
  color: #000;
}

.reserch-tab-menu {
  display: block;
  border-bottom: none;
}

.reserch-tab-menu li.nav-item {
  display: block;
}

.reserch-tab-menu li.nav-item a.nav-link {
  display: block;
  padding: 15px 29px;
  margin-bottom: 8px;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  border-radius: 0;
  background: #484848;
}

.reserch-tab-menu li.nav-item a.nav-link.active {
  background: #2e8b57;
}

.reserch-tab {
  margin-bottom: 70px;
}

.reserch-tab h2 {
  color: #000;
  font-weight: 300;
  margin-bottom: 25px;
}

.reserch-text h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 50px;
}

.reserch-info-warp {
  padding-top: 36px;
}

.reserch-info-warp .info-box {
  margin-top: 36px;
}

/* ----------------
  Blog Page
 ---------------------*/

.sb-widget {
  margin-bottom: 58px;
}

.sb-widget .sb-title {
  font-size: 20px;
  padding-top: 17px;
  margin-bottom: 45px;
  position: relative;
  font-weight: 600;
}

.sb-widget .sb-title::before {
  position: absolute;
  content: '';
  width: 65px;
  height: 6px;
  left: 0;
  top: 0;
  background: #2e8b57;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sb-widget ul {
  list-style: none;
}

.sb-widget ul li a {
  display: block;
  padding: 10px 0 14px;
  color: #718090;
  font-size: 14px;
  border-bottom: 1px solid #e3f0fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sb-widget ul li a:hover {
  color: #ffc000;
  border-bottom: 1px solid #ffc000;
}

.sb-widget .sb-search {
  position: relative;
}

.sb-widget .sb-search input {
  width: 100%;
  height: 47px;
  padding-right: 47px;
  padding-left: 22px;
  font-size: 12px;
  color: #718090;
  font-style: italic;
  border: none;
  background: #2e8b57;
}

.sb-widget .sb-search button {
  position: absolute;
  width: 47px;
  height: 100%;
  right: 0;
  top: 0;
  color: #ffc000;
  font-size: 12px;
  border: none;
  background: transparent;
}

.recent-post .rp-item {
  overflow: hidden;
  padding-bottom: 22px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e3f0fa;
}

.recent-post .rp-item img {
  float: left;
  margin-right: 12px;
}

.recent-post .rp-item .rp-text {
  overflow: hidden;
  padding-top: 2px;
}

.recent-post .rp-item p {
  margin-bottom: 0;
}

.recent-post .rp-item .rp-date {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 4px 13px;
  line-height: 1.3;
  background: #2e8b57;
}

.blog-post {
  margin-bottom: 75px;
}

.blog-post .blog-thumb {
  height: 331px;
  padding-top: 15px;
  margin-bottom: 20px;
}

.blog-post .blog-date {
  display: inline-block;
  padding: 12px 27px;
  color: #fff;
  font-size: 14px;
  background: #2e8b57;
}

.blog-post .blog-metas {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3f0fa;
}

.blog-post .blog-meta {
  display: inline-block;
  font-size: 12px;
  color: #718090;
  padding-left: 22px;
  position: relative;
  padding-right: 12px;
  margin-right: 6px;
  margin-bottom: 10px;
}

.blog-post .blog-meta:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-post .blog-meta:last-child::before {
  display: none;
}

.blog-post .blog-meta::before {
  position: absolute;
  content: '/';
  top: 0;
  right: 0;
  font-size: 12px;
  color: #718090;
}

.blog-post .blog-meta:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  background-image: url('../img/blog/blog-icons.png');
  background-repeat: no-repeat;
  background-size: auto;
}

.blog-post .blog-meta.meta-author:after {
  background-position: center left -2px;
}

.blog-post .blog-meta.meta-cata:after {
  background-position: center left -24px;
}

.blog-post .blog-meta.meta-comment:after {
  background-position: center left -48px;
}

.blog-post .blog-meta a {
  color: #718090;
}

.blog-post h2 {
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 30px;
}

.blog-post p {
  margin-bottom: 30px;
}

.blog-post .read-more {
  min-width: 138px;
}

.site-pagination a {
  display: inline-block;
  height: 49px;
  font-size: 14px;
  font-weight: 500;
  color: #081624;
  padding: 13px 0;
  margin-right: -1px;
}

.site-pagination a.current {
  color: #fff;
  background: #ffc000;
  padding: 13px 15px;
}

.site-pagination a.next {
  color: #718090;
}

/* ----------------
  Contact Page
 ---------------------*/

.map-section {
  position: relative;
  padding: 115px 0 110px;
}

.map-section .container {
  position: relative;
  z-index: 5;
}

.map-info {
  max-width: 293px;
  padding: 79px 25px 75px;
  background: #ffc000;
  position: relative;
}

.map-info::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  border-left: 27px solid #ffc000;
  border-top: 0px solid transparent;
  border-bottom: 17px solid transparent;
}

.map-info img {
  margin-bottom: 45px;
}

.map-info p {
  color: #fff;
}

.map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.contact-text h2 {
  font-weight: 300;
  margin-bottom: 35px;
}

.contact-text p {
  margin-bottom: 70px;
}

.contact-text .header-info-box {
  display: block;
  padding: 0;
  margin-bottom: 30px;
}

.contact-form {
  margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 54px;
  padding: 20px 25px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #718090;
  border: none;
  border-bottom: 3px solid #e3f0fa;
  margin-bottom: 28px;
  background: #f7fafd;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom: 3px solid #ffc000;
}

.contact-form textarea {
  height: 209px;
}

.contact-form .site-btn {
  min-width: 156px;
}

/* ----------------
 Responsive
  ---------------------*/

@media (min-width: 1200px) {
  .container {
    max-width: 1176px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1595px) {
  .site-logo {
    margin-right: 20px;
    padding-left: 15px;
  }
  .header-info-box {
    margin-right: 0;
  }
  .site-nav-menu ul li a {
    margin-right: 0;
  }
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-navbar {
    text-align: center;
  }
  .site-logo {
    display: block;
    padding-top: 20px;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .header-right {
    text-align: center;
    display: inline-block;
    float: none;
  }
  .header-info-box {
    margin-right: 15px;
    padding: 21px 0 0;
  }
  .site-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-social a {
    margin-right: 4px;
  }
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-navbar {
    text-align: center;
  }
  .site-logo {
    display: block;
    padding-top: 20px;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .header-right {
    text-align: center;
    display: inline-block;
    float: none;
  }
  .header-info-box {
    margin-right: 15px;
    padding: 21px 0 0;
  }
  .site-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-slider .owl-nav button.owl-prev,
  .hero-slider .owl-nav button.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    font-size: 18px;
  }
  .hero-item h2 {
    font-size: 60px;
  }
  .video-box {
    height: 500px;
    margin-top: 40px;
  }
  .cta-section {
    text-align: center;
  }
  .cta-section h2 {
    margin-bottom: 30px;
  }
  .footer-buttom {
    padding-top: 30px;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu li:first-child a {
    margin-left: 0;
  }
  .copyright {
    text-align: center;
    padding-bottom: 30px;
  }
  .about-text {
    padding-top: 50px;
  }
  .reserch-tab-menu {
    margin-bottom: 30px;
  }
  .sidebar {
    padding-top: 50px;
  }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
  .mobile-only {
    display: inline-block;
  }

  .menu-icon {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -30px;
    padding-right: 30px;
    font-size: large;
  }

  .site-navbar {
    text-align: center;
  }
  .site-logo {
    display: block;
    padding-top: 20px;
    padding-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .header-right {
    display: none;
  }
  .header-info-box {
    margin-right: 15px;
    padding: 21px 0 0;
  }
  .header-info-box .hib-text {
    text-align: left;
  }
  .site-nav-menu {
    display: none;
  }

  .site-nav-menu ul li {
    display: block;
  }

  .site-nav-menu ul li a {
    padding: 12px;
    margin-right: 0;
    font-weight: 300;
  }

  .site-nav-menu ul li ul.sub-menu {
    left: 25%;
  }

  .site-nav-menu ul li ul.sub-menu li a {
    color: #ecece9;
  }

  .site-nav-menu ul li.active ul li a {
    font-weight: 300;
  }

  .site-nav-menu ul li.active a {
    font-weight: 800;
  }

  .site-nav-menu ul li a:after {
    background: none;
  }

  .hero-item {
    text-align: center;
  }
  .hero-item h2 {
    font-size: 60px;
  }
  .hero-item h2 span:nth-child(1) {
    color: #081624;
    padding-right: 15px;
  }
  .hero-slider .owl-nav button.owl-prev,
  .hero-slider .owl-nav button.owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    font-size: 14px;
  }
  .video-box {
    height: 500px;
    margin-top: 40px;
  }
  .cta-section {
    text-align: center;
  }
  .cta-section h2 {
    margin-bottom: 30px;
  }
  .footer-buttom {
    padding-top: 30px;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu li:first-child a {
    margin-left: 0;
  }
  .copyright {
    text-align: center;
    padding-bottom: 30px;
  }
  .about-text {
    padding-top: 50px;
  }
  .reserch-tab-menu {
    margin-bottom: 30px;
  }

  .sidebar {
    padding-top: 50px;
  }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
  .hero-item h2 {
    font-size: 50px;
  }
  .hero-item h2 span:nth-child(1) {
    color: #081624;
    padding-right: 15px;
  }
  .map-section {
    padding-bottom: 0;
  }
  .map-info {
    max-width: 100%;
  }
  .map {
    position: relative;
    height: 400px;
    margin-top: 70px;
  }
  .footer-menu li a {
    margin-left: 0;
    padding: 13px 10px;
  }
}

.page-content {
  padding: 40px;
}

.img-desc {
  font-size: 14px;
  margin-top: 7px;
  font-weight: 800;
}

.row {
  margin-top: 10px;
}

.product_description h2 {
  margin: 10px 0 20px;
  padding: 0;
  font-size: 22px;
}
.product_description ul {
  margin-bottom: 20px;
}
.product_description ul li {
  margin: 10px 15px;
}

.fa-download {
  padding-left: 10px;
}

.product_description button {
  padding: 12px;
  margin-right: 10px;
  background-color: #2e8b57;
  border: 0;
}

.product_description button a {
  color: #fff;
}

.footer-widget p {
  color: #718090;
}
