@import url('https://fonts.googleapis.com/css?family=Lato');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

.template-container{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: var(--color-default-color);
    position: relative;
    width: 100%;
    max-width: 991px;
    margin-bottom: 3rem;
    margin: auto;
    z-index: 1;
    font-weight: 400;
}
.template-main{
    position: relative;
    width: 100%;
    background-position: top center;
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 2;
    background-color: var(--color-background);
}

.template-container h1,
.template-container h2,
.template-container h3,
.template-container h4,
.template-container h5,
.template-container h6{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.template-container .busines-name h1{color: var(--color-business-name);}
.template-container .busines-name p{color: var(--color-tag-line);}
.template-container #tem_heading{color: var(--color-temp-head);}
.template-container #tem_text{color: var(--color-text-color);}
.template-container #tem_image_title_1{color: var(--color-image-title1);}
.template-container #tem_image_title_2{color: var(--color-image-title2);}
.template-container #tem_image_title_3{color: var(--color-image-title3);}
.template-container .bi-telephone::before{color: var(--color-icon-contact);}
.template-container .bi-whatsapp::before{color: var(--color-icon-whatsapp);}
.template-container .bi-geo-alt::before{color: var(--color-icon-location);}
.template-container .bi-globe2::before{color: var(--color-icon-website);}
.template-container #extra_heading_1{color: var(--color-extra-head);}
.template-container #extra_text_1{color: var(--color-extra-text);}

.inner-wrapper {
    overflow: hidden;
}
.logo{
    position: relative;
    width: 110px;
    max-width: 100%;
}
.headTop{
    float: right;
}
.bgBan{
    position: relative;
    background-color: #EEBA01;
}
.dotsDiv{
    position: relative;
}
.dotsDiv::before, .dotsDiv::after{
    content: '';
    position: absolute;
    background: url(dots.svg);
    height: 200px;
    width: 10px;
    background-repeat: no-repeat;
}
.dotsDiv::before{
    left: 73px;
    bottom: -73px;
}
.dotsDiv::after{
    right: 73px;
    bottom: -191px;
}
svg#imgBg {
    position: absolute;
    z-index: 0;
    fill: #EEBA01;
    top: -1px;
}
.mainImg-uppr{
    margin: auto;
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 20px;
}
.mainImg-lwr{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.main_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 3;
}
.img-mn{
    height: 100%;
    min-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.mainImg-lwr::before {
    content: '';
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: #0000ff00;
    position: absolute;
    z-index: 3;
    border: 3px solid #eeba01;
    border-radius: 50%;
    left: -15px;
    top: -15px;
}
.tmplt-container{
    position: relative;
    width: 800px;
    max-width: 100%;
    margin: auto;
}
.call-to-action .btn-call-act {
    font-size: 17px;
    padding: 5px 30px;
    background-color: #012B41;
    line-height: 1.5;
    color: #fff;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 20%);
}
/*.btn-call-act:hover {
    background-color: #fff !important;
    color: #012B41;
}*/
.contactDiv{
    display: inline-block;
}
.contact-section{
    list-style: none;
    padding-left: 0px;
    padding-bottom: 3px;
    margin-top: 10px;
}
.contact-section li a{
    font-size: 22px;
    display: inline-block;
    border: 0px;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease;
    padding: 2px 20px;
    color: #be5f1b;
    text-decoration: none;
    margin: 0px;   
}
.contact-section li a:hover i::before {
    color: #000;
}
.f-bold{
    font-weight: bold !important;
}
.columns{
    width: 100%;
    padding: 0px 50px;
}
.product-card{
    position: relative;
    width: 100%;
}
.product-card::before{
    position: absolute;
    content: '';
    border: 4px solid #EEBA01;
    width: calc(100% - -20px);
    height: calc(100% - -20px);
    border-radius: 50%;
    left: -10px;
    bottom: -10px;
}
.product-card .img-thumb{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.bGText {
    background: #eeba01;
    font-size: 20px;
    margin: 29px 15px 0px;
}

.social-icons{
    position: relative;
    list-style: none;
    padding-left: 0px;
}
.social-icons .si-tab{
    display: inline-block;
}
.social-icons .si-tab > a{
    display: inline-block;
    width: 32px;
    height: 35px;
    text-align: center;
    color: #1E010D;
    transform: scale(1); 
    transition: all 300ms ease;
    color: inherit; 
}
.social-icons .si-tab > a > i{
    line-height: 36px;
    font-size: 20px;
}
.social-icons .si-tab a:hover i{
    color: #FEB100;
}
.link_domain{
    color: inherit;
}
.link_domain:hover {
    color: inherit;
    text-decoration: none;
}

.Tright{text-align: right;}

@media (max-width:767px) {   
    .social-number{
        text-align: center;
        padding-top: 0px;
    }
    .contact-section li a {
        padding: 2px 10px;
    }
    .columns {
        padding: 20px;
    } 
    .contact-section li a {
        font-size: 14px;
    }
    .headTop {
        float: none;
    }
    .logo {
        text-align: center;
        margin: 0 auto;
    }
    .social-icons .si-tab > a {
        width: 27px;
    }

}
@media (max-width:600px) { 
    .dotsDiv::before, .dotsDiv::after{
        display: none;
    }
}

