.space{
  padding:70px 0px;
}
.text-transparent {
  -webkit-text-stroke: 2px #709E00;
 }
.header-top {
  padding: 5px 0;
  background-color: #03426B;
}
.th-header .header-logo {
  width: 81%;
}
.header-logo {
  padding-top: 7px;
  padding-bottom: 7px;
}
.menu-area .d-none.d-lg-inline-block{
  text-align: center;
}
.main-menu a {
  font-weight: 500;
  font-size: 15px;
}
.header-button{
float: right;
}
a.phone-call{
  font-size: 24px;
  font-weight: 700;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: inherit;
  gap: 10px;
}
a.phone-call .fa-headset{
  width: 50px;
  height: 50px;
  background: #03426b;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  margin-right: 11px;
}
a.phone-call h5{
  font-size: 16px;
  margin-bottom: 0px;
  color: #709e00;
}
a.phone-call h3{
  font-size: 24px;
  margin-bottom: 0px;
  color: #03426b;
}
a.phone-call:hover{
  opacity: 0.7;
} 
a.slider-phone h3{
  color: #fff;
}
.title-area .sec-title {
  margin-bottom: 13px;
  line-height: 55px;
}
.sub-title{
  margin-bottom: 9px;
}
.sub-title i {
  font-size: 25px;
  margin-right: 0px;
}
#about-sec .shape-mockup img{
  opacity: 0.1;
}
.title-area .sec-title {
  color: #03426b;
}
.title-area .sec-title .text-theme {
  color: #709E00 !important;
}
.th-btn::before {
  background-color: #709E00;
  }
#service-sec, .work-proces{
  background: #f6fcff;
}
.service-box {
  margin-bottom: 30px;
  border: none;
}
.service-box {
  padding: 0px;
  text-align: center;
}
.service-text{
  padding:0 40px 40px 40px; 
}
.service-box .box-title {
  margin-bottom: 7px;
}
.service-text .ms-2 {
  margin-left: 0px !important;
  margin-right: 10px;
  font-size: 15px;
}
.service-box .th-btn {
  padding: 15px 15px;
}
.service-box .th-btn:hover {
  border-color: #709e00;
  color: #fff;
}
.projects-sec{
  padding-top: 180px;
}
.footer-wrapper {
  background-color: #03426b;
}
.widget-area {
  padding-top: 60px;
  padding-bottom: 0px;
}
.copyright-wrap {
  padding: 7px 0;
  background-color: #709e00;
  text-align: center;
}
.copyright-wrap .copyright-text {
  font-size: 13px;
}
.foter-shapre {
  top: 17px;
  left: -75px;
}
.footer-widget.widget_nav_menu.contact-widget a::before{
  display: none;
}
.footer-widget.widget_nav_menu.contact-widget a i{
  padding-right: 7px;
}
.soial-widget{
  padding: 0px;
  background-color: transparent;
  margin-bottom: 0px;
}
.footer-widget .widget_title {
  margin: -0.12em 0 15px 0;
}
.footer-widget.contact-widget {
  margin-bottom: 35px;
}
.contact-sec1 {
  background-color: #03426b;
}
.contact-form1 .form-title {
  background-color: #709E00;
}
.contact-sec1 .th-btn {
  background-color: #709E00;
}
.th-menu-wrapper .mobile-logo {
  padding-bottom: 11px;
  padding-top: 11px;
  box-shadow: 0px 0px 3px #ccc;
  background-color: transparent;
}
.th-menu-wrapper .mobile-logo a img{
  width: 65%;
}
.th-menu-toggle {
  width: 43px;
  height: 43px;
}
.copyright-wrap .copyright-text a {
  color: #FFF;
  font-weight: 600;
}
.copyright-wrap .copyright-text a:hover {
  color: #FFF !important;
  opacity: 0.7;
}
.footer-widget.contact-widget li a b{
margin-right: 5px;
}
.header-links a:hover {
color: #fff;
opacity: 0.7;
}
.whats-btn-footer{
  position: fixed;
  right: 30px;
  bottom: 115px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 10000;
  transition: all 300ms linear;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #79c814;
  /* line-height: 50px; */
  font-size: 25px;
  border-radius: 50%;
  font-weight: bold;
  padding-right: 7px;
}
.whats-btn-footer a{
  color: #fff;
}



/*mobile veiw*/
@media (max-width: 991px){
  .th-header .header-logo {
    width: 81%;
  }
  .mobile-view-logo{
    width: 60%;
    float: left;
  }
  .mobile-view-contact{
    width: 40%;
    float: right;
  }
  .mobile-view-contact .phone-call{
    display: none;
  }
  .service-box .th-btn {
    margin-bottom: 11px;
    width: 100%;
}
}