
/*Contact Us Page*/
.contact_biz_name {
    font-size: 20px;
}
.contact_biz_description {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

/*Hompage*/
.product_category_homepage {
    margin-bottom: 10px;
}
 
.list-head {
    background: #fcfcfc;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
.list-colon {
    padding: 5px;
    margin-bottom: 5px;
}
.list-value {
    background: #fcfcfc;
    padding: 5px;
    margin-bottom: 5px;
}

.drop-shadow {
    color: #ffffff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6); /* Drop shadow effect */
    margin: 10px 0;
    text-align: center;
}

.cta-section-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
}


ul.footer_contact_wrapper,ul.list,ul.social-icons,ul.footer-list {
    list-style-type: none;
    list-style-position: unset;
}

ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.btn_theme_inquiry{
    background: #00856f;
    border: none;
    padding: 10px;
    margin: 10px 10px 10px 0px;
}
.btn_theme_inquiry:hover{
    background: #fcfcfc;
    color: #00856f;
    font-weight:bold;
    border: none;
    padding: 10px;
    margin: 10px 10px 10px 0px;
}
.btn_theme_inquiry.focus, .btn_theme_inquiry:focus {
    color: #fff;
    background: #00856f;
    box-shadow: 0 0 0 0.2rem rgb(97 150 141);
}

.product-action a:hover {
    background-color: #ffb52f;
    border: 1px solid #ffb52f;
    color: #FFFFFF;
}


.btn-style {
    background-color: #ffb52f;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 14px 33px 12px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
    z-index: 99;
}

.theme_enquiry_btn_style {
    background-color: #ffb52f;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 14px 33px 12px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
    z-index: 99;
}

/* SECTION PRODUCT AREA*/ section_2597356059
.section-title > h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}
.section-title > p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 0 auto;
    width: 44%;
}
.section-title > p span {
    font-weight: 600;
    color: #303030;
}
.product-tab-list {
    display: flex;
    justify-content: center;
}
.product-tab-list a h4 {
    color: #001232;
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
    padding: 11px 26px 12px;
    box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.15);
    display: inline-block;
}
.product-tab-list a.active h4 {
    color: #001232;
    background-color: #ffb52f;
}
.product-wrapper {
    position: relative;
    box-shadow: 0 2px 8px .5px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}
.product-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity (last value) to your preference */
  z-index: 1;
}

.product-wrapper:hover .product-content-wrapper {
    opacity: 0;
    bottom: -30px;
}
.product-list .product-wrapper {
    align-items: center;
    display: flex;
}
.product-content-wrapper {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    opacity: 1;
    padding: 30px 40px 42px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.product-img {
    position: relative;
}
.product-img img {
    width: 100%;
}
.product-action {
    bottom: 50%;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 99;
    padding: 10px;
}
.product-action a {
    background-color: transparent;
    color: #202020;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    margin: 0 5.5px;
    padding: 7px 0;
    transition: all 0.3s ease 0s;
    width: 50px;
    font-size: 18px;
    border: 1px solid #e8e8e8;
    position: relative;
    background-color: #ffb52f;
    color: #202020;
    border: 1px solid #e8e8e8;
}

.product-action a:hover {
    background-color: #ffb52f;
    border: 1px solid #ffb52f;
    color: #FFFFFF;
}
.product-action a i {
    line-height: 21px;
}
.product-action .fit-content {
    width: fit-content !important;
    padding: 10px;
    height: auto;
    background: #ffb52f;
}
.product-wrapper:hover .product-action {
    bottom: 40%;
    opacity: 1;
}
.product-content-wrapper-2 {
    bottom: 5%;
    width: 100%;
    justify-content: center;
    position: absolute;
    z-index: 99;
    padding: 10px;
}
.product-title-price-2 h4 a{
    color:#FFFFFF;
}
.product-item-dec {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 37px;
    padding: 0 10px;
}
.product-item-dec li {
    display: inline-block;
    color: #9b9b9b;
    margin: 0 15px;
    position: relative;
}
.product-item-dec li::before {
    background-color: #b3b3b3;
    content: "";
    height: 2px;
    position: absolute;
    right: -20px;
    top: 9px;
    transition: all 0.4s ease 0s;
    width: 6px;
}
.product-item-dec li:last-child::before {
    display: none;
}
.product-title-spreed > h4 {
    color: #353535;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 7px;
    font-family: "Oswald",sans-serif;
}
.product-title-spreed > span {
    color: #9b9b9b;
}
.product-slider-active .product-wrapper , .product-accessories-active .product-wrapper {
    margin: 10px 5px 30px;
}
.product-slider-active.owl-carousel .owl-nav {
    float: right;
    margin-top: 10px;
}
.product-slider-active.owl-carousel .owl-nav button , .latest-product-slider.owl-carousel .owl-nav button {
    display: inline-block;
    margin: 0 0 0 17px;
    color: #9b9b9b;
    font-weight: bold;
    font-size: 18px;
    font-family: "Oswald",sans-serif;
    position: relative;
    transition: all .3s ease 0s;
}
.product-slider-active.owl-carousel .owl-nav button:hover , .latest-product-slider.owl-carousel .owl-nav button:hover {
    color: #ffb52f;
}
.product-slider-active.owl-carousel .owl-nav button.owl-prev::before , .latest-product-slider.owl-carousel .owl-nav button.owl-prev::before {
    background-color: #9b9b9b;
    content: "";
    height: 2px;
    left: 30px;
    position: absolute;
    top: 12px;
    transform: rotate(-70deg);
    transition: all 0.4s ease 0s;
    width: 17px;
}
#productModal .close {
    color: #dc3545;
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 370px;
    text-shadow: 0 1px 0 #fff;
    top: 32px;
    transition: all .3s ease 0s;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

#single_product_page .product_tabs .product_tab:nth-child(odd) {
    background-color: #ffffff; /* even background color */
    margin: -50px;
    padding: 50px;
    padding-bottom:100px;
    background-image: url(https://img.weboobiz.com/themes/bizmart-reemoon/section-bg-1.png);
}

#single_product_page .product_tabs .product_tab:nth-child(even) {
    background-color: #FFF; /* odd background color */
    margin: -50px;
    padding: 50px;
    padding-bottom:100px;
    /*background-image: url(https://img.weboobiz.com/themes/bizmart-reemoon/section-bg-1.png);*/
}
#single_product_page .product_tabs .product_tab h4{
    color: #00856f;
    font-weight:bold;
}
#single_product_page .product-description{
 margin-top:10px;
    
}
#single_product_page .product-description ul {
  list-style: none;
  margin-left: 25px;
  line-height: 25px;
}

#single_product_page .product-description ul li {
  position: relative;
  padding-left: 30px;
}

#single_product_page .product-description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  border: 2px solid green;
  border-radius: 3px;
}

#single_product_page .product-description ul li::after {
  content: "\f00c"; /* Font Awesome check icon */
  position: absolute;
  left: 4px;
  top: 10px;
  /*font-family: "Font Awesome 5 Free";   Adjust the font family as needed */
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900; /* Adjust the font weight as needed */
  color: green;
}
.single-product-image{
  position: relative;
}
.single-product-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1; /* Initially hide the image */
  transition: opacity 0.3s ease; /* Add a transition effect */
}

.single-product-image img.loaded {
  opacity: 1; /* Show the image once loaded */
}

 



/* modal style */

.modal-body {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.modal-dialog {
    min-width: auto;
}
.quick-view-tab-content .tab-pane > img {
    width: 100%;
}
.quick-view-list {
    margin-top: 10px;
}
.quick-view-list a {
    margin-right: 10px;
    margin-bottom: 10px;
}
.quick-view-list a:last-child {
    margin-right: 0px;
}
.qwick-view-left {
    flex: 0 0 320px;
    margin-right: 30px;
}
.quick-view-tab-content .tab-pane > img {
    flex: 0 0 320px;
}
.quick-view-list a img {
    flex: 0 0 100px;
}
.modal-content {
    border-radius: 0rem;
}
.qwick-view-content > h3 {
    color: #353535;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.price span {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
}
.price span.new {
    color: #ffb52f;
    margin-right: 12px;
}
.price span.old {
    color: #707070;
    text-decoration: line-through;
}
.quick-view-rating i {
    color: #ffb52f;
    font-size: 14px;
    margin-right: 5px;
}
.quick-view-rating i.red-star {
    color: #ffb52f;
}
.rating-number {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.quick-view-number > span {
    color: #808080;
    display: block;
    font-size: 14px;
    margin: 3px 0 0 10px;
}
.qwick-view-content > p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 25px;
}
.select-option-part label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}
.select-option-part {
    margin-bottom: 35px;
}
.select-option-part select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    color: #828282;
    font-size: 14px;
    height: 43px;
    padding-left: 20px;
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../../assets/img/icon-img/1.png") no-repeat scroll right 20px center;
}
.qtybutton {
    color: #727272;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px;
}
input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 16px;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25px;
}
.cart-plus-minus *::-moz-selection {
    background: transparent none repeat scroll 0 0;
    color: #333;
    text-shadow: none;
}
.cart-plus-minus {
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 12px 0 7px 5px;
    width: 80px;
    height: 46px;
}
.quickview-plus-minus {
    display: flex;
    justify-content: flex-start;
    padding-top: 5px;
}
.quickview-btn-cart > a {
    padding: 15px 35px 13px;
}
.quickview-btn-wishlist > a {
    border: 1px solid #dcdcdc;
    color: #727272;
    display: inline-block;
    font-size: 22px;
    padding: 7px 18px 5px;
    position: relative;
    z-index: 9;
}
.quickview-btn-wishlist > a:hover {
    border: 1px solid transparent;
    color: #fff;
    background-color: #001232;
}
.quickview-btn-wishlist a {
    overflow: hidden;
}
.quickview-btn-cart {
    margin: 0 30px;
}
.qtybutton.inc {
    margin-top: 4px;
}
.qtybutton.dec {
    margin-top: 4px;
}
.price {
    margin: 9px 0 8px;
}
#exampleModal .close,
#exampleCompare .close {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 370px;
    text-shadow: 0 1px 0 #fff;
    top: 32px;
    transition: all .3s ease 0s;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
#exampleModal .close:hover,
#exampleCompare .close:hover {
    color: #ffb52f;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal-content .close:hover {
    color: #ffb52f;
}
.modal-open .modal {
    z-index: 99999;
}
.modal-backdrop.show {
    z-index: 9999;
}


/*START HOME SECTION CTA AREA*/
.section_home_cta-area{
    padding: 60px 0px 60px 0px;
}

.section_home_cta-area h3.section-title span {
    font-size: medium;
    padding-bottom: 50px;
    font-weight: 200;
    font-family: 'Poppins';
    display: block;
}
.section_home_cta-wrapper {
    position: relative;
    overflow: hidden;
}
.section_home_cta-wrapper::before {
    position: absolute;
    content: "";
    background-color: #001232;
    opacity: .65;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.section_home_cta-wrapper::after {
    border: 1px solid #76818c;
    bottom: 40px;
    content: "";
    left: 40px;
    position: absolute;
    right: 40px;
    top: 40px;
    transition: all 0.4s ease 0s;
    z-index: 9;
    pointer-events: none;
}
.section_home_cta-wrapper a img {
    width: 100%;
}
.section_home_cta-content {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    padding: 10px;
}
.section_home_cta-content > h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: .3px;
    margin: 0;
}
.section_home_cta-wrapper:hover::after{
    left: 20px;
    bottom: 20px;
    right: 20px;
    top: 20px;
}
.section_home_cta-wrapper:hover .section_home_cta-content > h2 {
    animation: 700ms ease-in-out 0s normal none 1 running zoomIn;
}

/*END HOME SECTION CTA AREA*/


/*START HOME SECTION ABOUT US*/

 
.section_home_about-us {
    background-color: #fff;
    padding: 60px 0px 60px 0px;
}
.section_home_about-us h3.section-title span {
    font-size: medium;
    padding-bottom: 50px;
    font-weight: 200;
    font-family: 'Poppins';
    display:block;
}

 
.section_home_about-us .content{
    padding: 0px 20px 0px 0px;
}

/*END HOME SECTION ABOUT US*/

/* START WHY US SECTION HOMEPAGE*/

.section_home_whyus_area .list {
    padding: 35px 0px 0px 35px;
    margin-bottom: 10px;
}
.section_home_whyus_area .list li {
    min-height: 110px;
}
.section_home_whyus_area .list.icon-left li {
    padding: 0 0 0 40px;
    text-align: left;
    margin-bottom: 10px;
}
.section_home_whyus_area .list li .whyus-icon, .section_home_whyus_area img {
    line-height: 63px;
}
 
.section_home_whyus_area .list li p, .section_home_whyus_area .list li:last-child {
    margin: 0;
} 
 
.section_home_whyus_area .list li .whyus-icon {
    position: absolute;
    left: 0;
    height: 80px;
    width: 80px;
    border-radius: 100%;
}

/* END WHY US SECTION HOMEPAGE*/

.featured-image {
    max-width: 100%; /* Ensure the image does not exceed the width of its container */
    height: auto; /* Maintain the aspect ratio */
    object-fit: cover; /* Cover the entire area without stretching */
    /* Optionally, you can set a specific height if needed */
    max-height: 628px; /* Set maximum height if needed */
    /* Adjust the container style if necessary */
    display: block; /* Ensure it's treated as a block-level element */
    margin: auto; /* Center align the image if the container is larger */
}

.box-shadow {
    background-color: white; /* Background color of the box */
    padding: 10px; /* Padding inside the box */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Drop shadow */
    margin: 10px; /* Margin around the box */
}


/* START SECTION HOME BLOG AREA */

.blog-hm-wrapper {
    box-shadow: rgba(85, 88, 114, 0.3) 0px 5px 10px 0px;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
}

.blog-hm-content {
    border: 1px solid #e1e0e0;
    border-top: 0;
    padding: 15px;
}
 
.blog-hm-content h2 {
    font-size: 22px;
}

.blog-hm-content p{
    font-size: 16px;
}
.section_home_blog_area{
    background-color: #fff;
    padding: 60px 0px 60px 0px;
}
/* END SECTION HOME BLOG AREA */


.pd100{
    padding: 100px 0px 1000px 0px;
}

.pd50{
    padding: 100px 0px 1000px 0px;
}



blockquote{
  font-size: 1.4em;
  width:60%;
  margin:20px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:5em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}







#news-section ul {
    list-style: disc;
    margin: 20px;
    padding: 0;
}

.nivoSlider {
    position: relative;
    max-width: 1600px;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
}

.mainmenu-area {
    display: flex;
}
.header-search {
    margin-top: 18px;
}
/*COURSE SINGLE PAGE */

.course-tab-title h3{
    font-size: 1.5em;
    padding: 10px;
}
.course-tab-info{
    padding: 10px;
}
 
.course-details-content {
    margin-left: 0;
}
 
 
/*SIDEBAR*/
.widget-wrapper {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.sidebar-widget .widget-infobox {
    position: inherit;
    padding: 30px 20px 30px;
    text-align: center;
}

.sidebar-widget .widget-title {
    padding: 10px 0;
    text-align: center;
}

 

.gallery-img, .gallery-img .hover-effect{
    border-radius: .50rem;
}

.gallery-img-count {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 10px 5px 10px;
    border-radius: 30%;
    max-width: 35px;
    max-height: 35px;
    font-size: 16px;
}


.featured-wrapper-content {
    position: relative;
    margin: 0 auto;
    top: -35px;
    z-index: 9;
}
.featured-wrapper-content h3{
    font-size:1.3em;
}
#featured-section {
    padding: 50px;
    box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09);
    -moz-box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09);
    -webkit-box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09);
    background-color: #ffffff;
    border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
}
.featured-service-media {
    float: left;
    margin-right: 15px;
}
#featured-section .course_title{
    font-size:16px;
}

@media (max-width: 768px) {
    .featured-wrapper-content{
        max-width:100%;
        position: unset;
    }
} 
 
 

.newslist{
    margin: 25px 0;
}
.newslist ul{
    padding: 0;
    list-style: none;
}
.newslist li{
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}
 
.newslist li:after {
    content: '';
    display: block;
    clear: both;
}
.newslist img{
    float: left;
    width: 100px;
    margin: 5px 15px 0 0;
}
.newslist .title a{
    font-size: 20px;
    color:#FFFFFF;
}
.newslist p {
    margin: 15px 0 0;
    font-size: 14px;
}



.fix-title{
    float: left;
    margin-right: 30px;
}
.fix-title-divider {
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 0.6em;
    font-size: 24px;
    border-bottom-width: 3px;
}

.mycolumn-area img {
    padding: 10px;
}

.single-item-text h4 {
    font-size: 15px;
    padding-top: 0;
}







.eventlist {
    padding: 0px 15px;
}
.eventlist li {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
    line-height: 20px;
    padding-bottom: 10px;
}
.eventlist li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.eventlist h4 {
    font-size: 18px;
}
.eventlist p {
    font-size: 14px;
    margin-bottom: 0px;
}

.event-item .event-date {
    width: 100px;
    height: auto;
    padding: 0px 0px;
    margin-bottom: 10px;
}
.event-info {
    overflow: hidden;
    margin-bottom: 10px;
}
.event-info h6.event-link:not(:last-child) {
    margin-bottom: 5px;
}




.youtube {
    position: relative;
    display: inline-block;
}
.youtube:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent url('/img/play_icon.png') center center no-repeat;
}






#whyus.section{
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
#whyus .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
}
#whyus .section-subtitle {
    color:#FFFFFF;
}
#whyus h3 {
    margin: 0 0 10px;
}
#whyus .list {
    padding: 35px 0px 0px 35px;
    margin-bottom: 10px;
}
#whyus .list li {
    min-height: 110px;
}
#whyus .list.icon-left li {
    padding: 0 0 0 40px;
    text-align: left;
    margin-bottom: 10px;
}
#whyus .list li .whyus-icon, #whyus img {
    line-height: 63px;
}
#whyus h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;    
}
#whyus .list li p, #whyus .list li:last-child {
    margin: 0;
} 
 
#whyus .list li .whyus-icon {
    position: absolute;
    left: 0;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: #fff;
    padding: 10px;
}

.whyus_bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 50px;
}


/*FOOTER CONTACT INFO*/

.single-footer-widget ul.footer_contact_wrapper li {
    padding-left: 35px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 25px;
    color: rgba(255,255,255,1);
    border-bottom: 2px solid rgba(255,255,255,.06);
}
.single-footer-widget ul.footer_contact_wrapper li:before {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 5px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
}
ul.footer_contact_wrapper li span {
    font-size: 15px;
    font-weight: 600;
}
ul.footer_contact_wrapper li a {
    color: #fff;
}
.footer-icon-location:before {
    content: "\f041";
}
.footer-icon-phone:before {
    content: "\f095";
}
.footer-icon-mail:before {
    content: "\f0e0";
}
.footer-icon-whatsapp:before {
    content: "\f232";
}




