/* Header */
.full-header {
max-height: 143px;
background-color: #fff;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.top_nav_bar {
height: 49px;
line-height: 49px;
border-bottom: 1px solid rgba(49, 49, 49, 0.1);
}

.top_nav_bar .list-inline > li {
padding-left: 0;
padding-right: 0
}

.list-inline>li {
display: inline-block;
}

.top_nav_bar ul,
.top_nav_bar p {
margin-bottom: 0
}

.top_nav_bar .top-contact p {
font-size: 13px;
font-weight: 500;
line-height: 49px;
color: #5a5a5a;
margin-right: 15px;
}

.top_nav_bar .top-contact span {
color: #9e9e9e;
}

.top_nav_bar ul.top-contact li {
display: inline-block !important;
border-right: 1px solid rgba(49, 49, 49, 0.1);
}

.top_nav_bar ul.top-contact li:first-child {
padding-right: 15px;
padding-left: 0
}

.top_nav_bar ul.top-contact li:last-child {
border-right: none;
padding-left: 15px;
}

.top_nav_bar ul.top_nav_widget li {
border-left: 1px solid rgba(49, 49, 49, 0.1)
}

.top_nav_bar ul.top_nav_widget .top-social {
padding-right: 0;
padding-left: 0;
text-align: center
}

.top_nav_bar ul.top_nav_widget .top-social a i {
border-right: 1px solid rgba(49, 49, 49, 0.1);
color: #9e9e9e;
font-size: 14px;
font-weight: 400;
line-height: 28px;
padding-left: 18px;
padding-right: 18px;
}

.top_nav_bar ul.top_nav_widget .top-social a:hover i {
color: #076459
}

.top_nav_bar ul.top_nav_widget .top-social a:last-child i {
border-right: none
}

.top_nav_bar .button-quote {
background-color: #076459;
color: #fff;
font-family: 'Raleway', sans-serif;
font-size: 13px;
font-weight: 400;
text-transform: capitalize;
padding: 10px 9px;
margin-left: 10px;
}

.top_nav_bar .button-quote:hover {
background-color: #2f2f2f;
}

@media (max-width:600px) {
  .top_nav_bar{
    display: none;
  }
}

.full-header .navbar-fixed-top {
top: 49px;
height: 94px;
}

.full-header .navbar-nav > li > a {
color: #313131;
}

.full-header .module-search .search-icon i,
.full-header .module-cart .cart-icon {
color: #313131;
}

.full-header .module-search .search-icon i {
border-left-color: rgba(49, 49, 49, 0.1);
}

.full-header .navbar.affix {
background-color: #fff
}

.full-header .navbar-fixed-top.affix {
top: 0
}

.top_nav_bar ul.top-contact li:first-child {
padding-right: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #313131;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.navbar-nav >li {
    margin-right: 25px;
}

.navbar-nav >li:last-child {
    margin-right: 0px !important;
}

.navbar_fixed {
  width: 100%;
  left: 0;
  top: -70px;
  background: #fff;
  position: fixed;
  height:75px;
  border-bottom: 0px;
  z-index: 999;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: background 500ms linear, -webkit-transform 1000ms ease;
  -webkit-transition: background 500ms linear, -webkit-transform 1000ms ease;
  -o-transition: transform 1000ms ease, background 500ms linear;
  transition: transform 1000ms ease, background 500ms linear;
  transition: transform 1000ms ease, background 500ms linear, -webkit-transform 1000ms ease;
  -webkit-transition: transform 1000ms ease, background 500ms linear;
  -webkit-backface-visibility: hidden;
}
.navbar_fixed .navbar .navbar-brand img {
  width: 125px;
}
.navbar_fixed .navbar .navbar-toggler span {
  /* background: #ffffff; */
}

.cart-shiping .btn {
line-height: 42px;
height: 42px;
}

.shop-filter {
margin-top: 50px;
margin-bottom: 40px;
text-align: center
}

.shop-filter ul {
text-align: center;
}

.shop-filter ul li {
margin-right: 30px;
}

.shop-filter ul li:last-child {
margin-right: 0
}

.shop-filter ul li a {
font-size: 13px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
color: #2f2f2f;
padding-bottom: 8px;
border-bottom: 2px solid transparent;
font-weight: bold;
text-decoration: none;
}

.shop-filter ul li a:hover,
.shop-filter ul li a.active-filter {
color: #076459;
border-bottom: 2px solid #076459
}


.product-item{
	display: none;
}

.product-item .product-img {
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.product-img img {
    /* width: 100%;
    height: auto; */
}

.product-item .product-img img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product-item .product-img .product-hover {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 197, 39, 0.75);
    background-image: linear-gradient(to top, #076459 0%, transparent 49%, transparent 82%, transparent 100%);
    background-image: -webkit-linear-gradient(to top, #076459 0%, transparent 49%, transparent 82%, transparent 100%);
    background-image: -moz-linear-gradient(to top, #076459 0%, transparent 49%, transparent 82%, transparent 100%);
    background-image: -o-linear-gradient(to top, #076459 0%, transparent 49%, transparent 82%, transparent 100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-img .product-hover .product-cart {
    width: 100%;
    position: absolute;
    bottom: 30px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-right: 30px;
    padding-left: 30px;
}

.btn.btn-block {
    width: 100%;
}

.product-item .product-cart .btn {
    background-color: #2f2f2f;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 49px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-item .btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #2f2f2f;
}
.product-item .product-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.product-item .product-img:hover .product-hover {
    opacity: 1;
}

.product-img:hover .product-hover .product-cart {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}

.product-item h4 a {
    color: #313131;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.show {
  display: block;
}


.top_heading {
/* margin-bottom: 50px; */
}

.top_heading h2 {
font-size: 35px;
text-transform: uppercase;
font-weight: 700;
line-height: 1;
margin-bottom: 0;
padding-bottom: 19px;
color: #2f2f2f;
font-family: 'Montserrat', sans-serif;
}

.top_heading h2:after {
content: ".";
color: #064F47;
font-size: 35px;
display: inline-block;
}

.top_heading p {
margin-bottom: 0
}

.top_heading p:first-child {
font-size: 14px;
text-transform: capitalize;
color: #5a5a5a;
font-weight: 500;
line-height: 1;
padding-top: 20px;
padding-bottom: 10px;
}

.top_heading p:last-child,
.top_heading-p {
font-size: 14px;
font-weight: normal;
color: #828282;
font-family: 'Droid Serif', serif;
font-style: italic;
line-height: 23px;
}

.top_heading-bg {
margin-bottom: 20px;
}

.top_heading-bg:before {
display: none;				/* For header square yellow box */
content: "";
width: 70px;
height: 96px;
border: 2px solid #076459;
position: absolute;
display: block;
left: 50%;
margin-left: -35px;
text-align: center;
}

.top_heading-bg h2,
.top_heading-bg p {
z-index: 3;
position: relative
}


.top_heading_style .top_heading-bg,{
margin-bottom: 0
}

.top_heading-bg.top_heading-right:before {
	display: none;
left: auto;
margin-left: 0
}

.top_heading-bg.top_heading-right h2,
.top_heading-bg.top_heading-right p {
/* padding-left: 35px;   yellow block */
}

.top_heading-bg.top_heading-left:before {
left: auto;
right: 0;
margin-right: 0
}

.top_heading-bg.top_heading-left h2,
.top_heading-bg.top_heading-left p {
text-align: right;
padding-right: 20px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 479px) {

.top_heading {
text-align: center
}

.top_heading h2 {
font-size: 25px
}

.top_heading-bg.top_heading-right:before,
.top_heading-bg.top_heading-left:before {
left: 50%;
margin-left: -35px;
}

.top_heading-bg.top_heading-left h2,
.top_heading-bg.top_heading-left p {
text-align: center;
padding-right: 0;
}

.top_heading-bg.top_heading-right h2,
.top_heading-bg.top_heading-right p {
text-align: center;
padding-left: 0
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)and (max-width : 767px ) {

.top_heading-bg.top_heading-right h2,
.top_heading-bg.top_heading-right p {
text-align: left;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

.top_heading-bg.top_heading-right:before,
.top_heading-bg.top_heading-left:before {
left: 50%;
margin-left: -35px;
}

.top_heading-bg.top_heading-right h2,
.top_heading-bg.top_heading-right p {
text-align: center;
padding-left: 0
}
}



.top_short_description h3 {
    color: #2f2f2f !important;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 16px;
    line-height: 26px;
}

.top_short_description p{
	color: #262626;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.btn-secondary {
    background-color: #076459;
    color: #2f2f2f;
    border: 2px solid #2f2f2f;
}

.btn {
    position: relative;
    z-index: 2;
}

.btn-primary, .btn-secondary {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    line-height: 49px;
    width: 170px;
    height: 51px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.top_short_description .btn {
	width: 170px;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #2f2f2f;
    color: #fff;
    border: 2px solid #2f2f2f;
}

.btn-secondary:hover::before, .btn-secondary:hover::after {
    background-color: #076459;
}

.btn::before, .btn::after {
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn:hover:before, .btn:hover:after {
    width: 0;
}
.btn:before {
    right: 0;
}

.short_desc_list .short_desc_list-icon {
    color: #434343;
    font-size: 40px;
    margin-bottom: 0;
}

.short_desc_list h4 {
    color: #434343;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.short_desc_list p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}


/* ________HomePage_______________________________________________________________________ */

.inner_wrapper{
  border-radius: 10px 10px 10px 10px;
  /* background-color: transparent; */
  background-image: radial-gradient(at top center, #087669 35%, #064F47 100%);
  /* height: 80vh; */
}

.top_img_div{
  background-image: url('../../assets/imgs/Background-pattern.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* opacity: 0.2; */
  height: 100%;
}


@media (max-width:600px){
    .top_img_div{
  background-image: none;
}
}

.elementor-widget-container {
    margin: 0px 0px 15px 0px;
    padding: 7px 12px 7px 12px;
    background-color: #ffffff24;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #eea676;
    border-radius: 5px 5px 5px 5px;
}

.elementor-heading-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height:normal;
    margin-bottom: 3px;
}

.title_text{
  color: #ffffff;
  font-size: 55px;
  font-weight: 500;
}

.title_text_p{
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.default-btn{
  background-color: #eea676;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 30px 15px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 1;
    letter-spacing: 0.5px;
    border-radius: 50px;
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
}

.default-btn:hover {
    background-color: #333;
    color: #fff;
}

.color_div{
  text-align: center;
  background-color: #ffffff24;
  padding: 35px 0px 45px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF30;
  border-radius: 80px 40px 40px 5px;
}

.color_div_inner{
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
}

.number-wrapper {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 58px;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 5px;
}

.super {
    color: #eea676;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 600;
    top: 0px;
    left: -14px;
    vertical-align: baseline;
}

.content .title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.color_div2{
  text-align: center;
  background-color: #ffffff24;
  padding: 30px 0px 50px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF30;
  border-radius: 5px 40px 40px 80px;
}

.horizline::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 4px;
    top: 12%;
    bottom: 30%;
    border: 1.5px solid #064F47;
}

@media (max-width:600px) {
  .horizline::before {
    left: 10px;
  }
}
  .padding_top_div{
    padding-top: 50px;
  }

  @media (max-width:500px) {
    .padding_top_div{
      padding-top: 10px;
    }
  }

  .section_bg_color{
    background-color: #f7f7f7;
  }

  .h6_style{
    color:#212529
  }

  .cosse_a{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    line-height: 1;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #076459;
  }

  .p_color{
    color:#000000
  }

  #accordion .card{
    background-color: transparent;
    color: #fff;

  }

  .custm-btn-css{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding-left: 0px;
  }

  .cstm-p{
    font-size: 13px;
  }

   #accordion .btn-link:hover {
    color: #ffffff;
    text-decoration: none;
}

 #accordion .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

#accordion .card {
  border: 0 0 0 1px;
  border-bottom: 1px solid rgba(255,255,255, 25%);
}

 #accordion .card-header {
  background-color: transparent;
  border-bottom: none;
}

.working-process-box {
  text-align: center !important;
  /* padding: 0 56px 0; */
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .working-process-box {
      padding: 0 30px 0;
  }
}

.working-process-number h1 {
  font-family: 'Barlow', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 60px;
    -webkit-text-stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: #706a6a;
    font-size: 100px;
    font-weight: 700;
    position: relative;
    transition: 0.5s;
}

.working-process-number h1:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 13px;
    right: 20px;
    bottom: -5px;
    background: #076459;
    display: inline-block;
}

.working-process-content h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 24px 0 0;
    color: #343434;
}

.working-process-box:hover .working-process-number h1 {
    color: #076459;
    -webkit-text-stroke-color: #076459;
}
@media (max-width:600px) {
  .working-process-number h1:before {
        right: 8px;
  }
}

.form-control{
  height: calc(1.5em + .75rem + 13px);
  border-radius: 0;
}

.single-count {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align:center;
}

.single-count .count-content h2 {
  font-size: 40px;
  font-weight: bold;
  color: #076459;
  margin: 0px 0px 15px;
}

.single-count .count-content span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 1;
    color: rgb(102, 102, 102);
}

.card_custom_a{
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 20px;
	color: #2f2f2f !important;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
}

.card_custom_p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
    color: #9e9e9e;
}
.card-custom a.entry-more {

    color: #076459;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.card-custom a.entry-more span {

    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.card-custom a.entry-more:hover {

    color: #2f2f2f;
}

.card:hover a.entry-more span {
    opacity: 1;
    visibility: visible;
}

.cta-1, .cta-2 {
	padding: 40px 35px;
	position: relative;
}
.bg-theme {
	background-image: radial-gradient(at top center, #087669 35%, #064F47 100%) !important;
}
.cta-1 .cta-img {
    position: relative;
}
.cta-1 .cta-img img {
    position: absolute;
    top: -84px;
}

.cta-devider {
    margin-left: 55px;
}
.cta-1 .cta-desc {
    padding-left: 20px;
}
.cta-1 .cta-desc p, .cta-2 .cta-desc p {
    margin-bottom: 5px;
}
.cta-desc p {
    margin-bottom: 0;
    font-size: 14px;
    color: #f9f9f9;
    font-weight: 500;
    text-transform: capitalize;
}
.cta-desc h5 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
		font-family: 'Montserrat', sans-serif;
}
.pull-right {
    float: right !important;
}
.cta-1 .cta-action {
    float: right;
}

@media (max-width:600px) {
  .cta-devider {
    margin-left: 0px;
}
.cta-1 .cta-desc {
    padding-left: 0px;
}
}
