@import "../../assets/font/rajdhani/font.css";
/*font-family: 'Rajdhani', sans-serif;*/

/*=================================================
          body reset file
===============================================*/
:root {
    font-size: 62.5%;
}
body,html{overflow-x:hidden}
body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Rajdhani', sans-serif;
    position: relative;
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: normal;
    background: url(../images/body_bg.png);
    background-size: contain;
    background-position: top center;
    background-repeat: repeat-y;
    color: #FFFFFF;
    counter-reset: step;
    z-index: -1;
}

iframe {
    border: none;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}
.wow { visibility: hidden; }
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    -moz-outline: none;
    outline: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.form-control, .form-control:focus {
    font-size: 2rem;
     color: #FFFFFF;
}

/*font-size*/
.text-base {
    color: #E6C056;
}
.bg_gray{
    background-color: rgba(34, 34, 34, 60%);
}
.f-12 {
    font-size: 1.2rem;
}

.f-18 {
    font-size: 1.8rem;
}

.f-30 {
    font-size: 3rem;
}

.clear-both:before,
.clear-both:after {
    display: table;
    content: "";
    clear: both;
}

button:focus {
    outline: none;
}

h1, .h1 {
    font-size: 4rem;
}

h2, .h2 {
    font-size: 3.2rem;
}

h3, .h3 {
    font-size: 2.8rem;
}

h4, .h4 {
    font-size: 2.4rem;
}

h5, .h5 {
    font-size: 1.7rem;
}

h6, .h6 {
    font-size: 1.6rem;
}
.container-fluid{
    padding-right: 40px;
    padding-left: 40px;
}
/*button style*/
.btn-xs {
    padding: .2rem .6rem;
    font-size: 1.2rem;
}

.btn-md {
    padding: .6rem 1.8rem;
    font-size: 1.6rem;
}

.btn-lg {
    padding: .8rem 2.4rem;
    font-size: 1.6rem;
}

.btn-xl {
    padding: 4.5rem 1rem;
    font-size: 1.8rem;
}

.btn.focus, .btn:focus, .page-link:focus {
    outline: 0;
    box-shadow: none;
}

.btn_gradient {
    border-radius: 3px;
    color: #FFFFFF;
    padding: 0.375rem 1.75rem;
    background-color: #000000;
    border: 1px solid #E6C056;
    font-size: 1.9rem;
    margin: 17px 0;
}

.btn_gradient:hover {
    color: #FFFFFF;
}

.max-120 {
    max-width: 120px;
}

.max-195 {
    max-width: 195px;
}

/*==========================================
             header section
============================================ */
.navbar {
    padding: 1.5rem 0;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-size: 2rem;
    font-weight: 400;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(230, 192, 86, 1);
}

.navbar-light .navbar-nav .nav-link:hover{
color: rgba(230, 192, 86,1);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-nav .nav-link:focus,{
color: rgb(254, 254, 254);
}


.navbar-light .navbar-brand {
    font-size: 3.5rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 1)!important;
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus  {
    color: rgba(255, 255, 255, 1);
}

.navbar-expand-lg .navbar-nav {
    margin-left: auto;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (min-width: 768px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

/*====================================
    section main title
======================================= */

.banner_section{
    padding: 150px 0 60px;
}
.section_main_title {
    text-align: center;
    text-align: -webkit-center;
    color: rgba(255, 255, 255, 1);
}

.section_main_title .title {
    font-size: 7.4rem;
    font-weight: bold;
}
.bottom_line{
    width: 7.5rem;
    height: 0.2rem;
    background-color: rgba(230, 192, 86, 1);
    top: 0;
    margin: 1.5rem auto;
    display: inline-block;
}
.section_main_title .sub_title {
    font-size: 2.1rem;
    font-style: normal;
    padding: 0 140px;
}

.border_line {
    width: 7.5rem;
    border-bottom: 1px solid rgba(230, 192, 86, 1);
}



/*======================================
               Detail section
======================================== */
.detail_contact_area{
    position: relative;
    z-index: 2;
}
.backgrounds {
    height: 100%;
    min-width: 100%;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.backgrounds:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(24,24,24,0.78);
}
.detail_contact{
    padding: 4.2rem 0;
    text-align: center;
    text-align: -webkit-center;
}
.detail_contact  a {
    font-size: 2rem;
    color: rgba(255, 255, 255, 1);
    display: block;
    font-weight: 400;
}
.detail_contact  span{
    margin-left: 2rem;
}


/*===================================
          client logo section
====================================== */
.client_logo{
    padding: 100px 0;
}
.client_logo img{
  max-height:150px;
}
.section_title {
    text-align: center;
    text-align: -webkit-center;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 5rem;
}
.section_title .title{
    font-size: 6.5rem;
    font-weight: bold;
}
.section_title .sub_title {
    font-size: 2rem;
    font-style: normal;
    padding: 0 200px;
}
.section_title .sub_title.service{
    padding: 0 150px;
}

/*==================================
       our services
======================================== */
.service_section{
    padding: 100px 0;
}

/* count number */
.count-number {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    font-family: "Open Sans";
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:rgba(255, 255, 255, 0.52);;
}
.count-number::before {
    content: "0" counter(step);
    counter-increment: step;
    color: rgba(112, 112, 112, 0.3);
    font-size: 20rem;
    font-weight: bold;
    display: inline-block;

}

/* service counter */
.service_area{
    counter-reset: number;
}
.service_area_content{
    padding: 5rem 0 0;
}
.service_area_content img{
    max-height: 200px;
    width: 100%;
    object-fit: none;
    min-height: 200px;
}

.service_area_content .title{
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.8rem;
}
.grid_wrapper{
    position: relative;

}

.service_counter {
    position: absolute;
    display: inline-block;
    text-align: center;
    background-image: radial-gradient(#000000 20%,#626262);
    border-radius: 100%;
    width: 70px;
    height: 70px;
    top: -39px;
    right: 14px;
    vertical-align: middle;
    line-height: 70px;
    z-index: 1;
    color: #E6C056;
    font-size: 3.1rem;
    font-weight: normal;
}
.service_counter:before{
    content: counter(number);
    counter-increment: number;
}

/*================================
       our work
==================================== */
.work_section{
    padding: 100px 0;
}
.work_area{
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
}

.link_more{
    font-size: 2rem;
    color: #E6C056;
    vertical-align: middle;
    line-height: 2rem;
    white-space: nowrap;
}
.link_more:hover{
    color: #E6C056;
}


/*==========================================
           Beer slider
============================================ */
.beer-slider{
    margin-bottom: 1rem;
}
.beer-slider img{
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    min-height: 480px;
   
}
.beer-handle {
    background: hsla(0, 0%, 0%, 0.8);
    color: #FFFFFF;
}
.beer-reveal{
    border-right: 5px solid #000000;
}
.beer-range:focus~.beer-handle {
     background: hsla(0,0%,0%,.85);
     box-shadow: 0 0 3px rgba(0,0,0,.4);
}
.bf_af_wrapper {
    position: relative;
    padding: 0 20px 0 0px;
    text-align: center;
    text-align: -webkit-center;
    margin-bottom: 40px;
}
.bf_af_wrapper span{
    font-size: 2.8rem;
    font-weight: 500;
}
.bf_af_wrapper span:not(:last-child){
    padding: 0 176px 0 0;
}
/*===============================
          about section
================================== */




/*============================
      testimonial section
================================= */

.testimonial_wrapper{
    position: relative;
    z-index: 2;
    padding: 50px 0;
}
.user_slider_wrapper img{
    max-height:450px;
      border-radius: 50%;
    margin-left: auto;
    object-fit: cover;
    min-height: 450px;
    max-width: 450px;
    width: 100%;
}
.user_slider_wrapper{
    position: relative;
}
.user_slider_wrapper img{
    border: 20px solid #e6c056;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}
.box {
    content: '';
    position: absolute;
    height: 100%;
    width: 70%;
    background-color: #E6C056;
    border-radius: 50%;
    z-index: -1;
    left: 140px;
    top: 24px;
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}

/*==================================
          footer section
===================================== */

.footer_logo{
    text-align: center;
    text-align: -webkit-center;
    margin-bottom: 3rem;
    margin-top: -10px;
}
.footer_logo a{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: inherit;
}

.footer_top{
    padding: 100px 0 50px;
}
.footer_bottom{
    padding: 20px 34px;
    border-top: 1px solid #5A5A5A;
    width: 100%;
}
.footer_bottom p{
    font-size: 1.7rem;
    text-align: center;
    text-align: -webkit-center;
}
/* Wrapper */
.social_link {
    background-image: radial-gradient(#000000 20%,rgba(112, 112, 112, 0.5)););
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    height: 5rem;
    line-height: 4rem;
    margin: 0 1.5rem 3rem 0;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 5rem;
}
.social_link:last-child{
    margin-right: 0;
}

/* Circle */
.social_link span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}
.social_link:hover span {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    margin: -1.8rem;
    background-image: radial-gradient(#707070,#000000 60%);
}


/* social Icons */
.social_link i {
    background: none;
    color: #E6C056;
    left: 16px;
    font-size: 1.4rem;
    line-height: 3.6rem;
    position: absolute;
    top: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
}
.social_link.icon-insta,
.social_link.icon-facebook,
.social_link.icon-yelp,
.social_link.icon-youtube{
    color:#FFFFFF;
    border-radius: 50%;

}

.social_link:hover.icon-insta,
.social_link:hover.icon-facebook,
.social_link:hover.icon-yelp,
.social_link:hover.icon-youtube{
    color:#FFFFFF;
}
.footer_top h4{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;
}
.footer_menu{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    padding: 4rem 0;
}
.footer_menu li:not(:last-child){
    margin-bottom: 1.5rem;
}
.footer_menu.column{
    flex-direction: column;
    align-items: flex-start;
}
.footer_menu > li > a {
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 1.8rem;
    white-space: nowrap;
}

/*=============================
     coautobody sectin
=================================*/

.coautobody_section{
    padding: 100px 0 0;
}


/*===============================
         contact form
================================= */
.contact-form input:not([type="submit"]),
.contact-form textarea {
    border-radius: 3px;
    background-color: #000000;
    height: 54px;
    border: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 10px;
    padding-left: 30px;
}
.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
    border-color: #1bd1ea;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(218, 217, 214, 0.5);
    box-shadow: 0 0 0 0.1rem rgba(218, 217, 214, 0.5);
    background-color: #000;
}
.contact-form input:not([type="submit"]).invaild,
.contact-form textarea.invaild {
    border-color: #f44336;
     -webkit-box-shadow: 0 0 0 0.1rem rgba(218, 217, 214, 0.5);
    box-shadow: 0 0 0 0.1rem rgba(218, 217, 214, 0.5);
}
.contact-form input:not([type="submit"])::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
    font-size: 2rem;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(218, 217, 214, 0.5);
    box-shadow: 0 0 0 0.1rem rgba(218, 217, 214, 0.5);
}
.contact-form input:not([type="submit"])::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    font-size: 2rem;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(218, 217, 214, 0.5);
    box-shadow: 0 0 0 0.1rem rgba(218, 217, 214, 0.5);
}
.contact-form input:not([type="submit"]):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
    font-size: 2rem;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(218, 217, 214, 0.5);
    box-shadow: 0 0 0 0.1rem rgba(218, 217, 214, 0.5);
}
.contact-form input:not([type="submit"]):-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    font-size: 2rem;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(218, 217, 214, 0.5);
    box-shadow: 0 0 0 0.1rem rgba(218, 217, 214, 0.5);
}
.contact-form input[type=number]::-webkit-inner-spin-button,
.contact-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.contact-form input[type=number] {
    -moz-appearance: textfield;
}
.contact-form textarea {
    height: 154px;
    resize: none;
    padding-top: 20px;
}
.contact-form .submit-btn {
    border-radius: 5px;
    background-color: #1bd1ea;
    height: 54px;
    border: 0px;
    color: #FFFFFF;
    font-size: 0.9375rem;
    letter-spacing: -.25px;
    padding: 0 91px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact-form .submit-btn:hover {
    background-color: #11a3b7;
}

/*===============================
          google map
==================================*/
#map{
    height: 83%;
    border-radius: 5px;
}

/*===============================
        service tabs
==================================*/
.tab-content{
    padding: 0 80px 0 0;
    text-align: left;
    text-align: -webkit-left;
}
.tab_inner_content .title{
    font-size: 3.8rem;
    font-weight: bold;
}
.tab_inner_content .sub-title{
    font-size: 3.2rem;
    font-weight: bold;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover  {
    color: #000000;
    background-color: #E6C056;
    border-color: transparent;
}
.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-item {
    margin-bottom: 26px;
}

.nav-link{
    display: block;
    padding: 1.7rem 1rem 1.7rem 5rem;
    background-color: rgba(0,0,0,1);
    font-size: 1.9rem;
    font-weight: 500;
    color: #FFFFFF;
    
}
.dropdown-toggle::after{border:none}
.nav-link:hover{background-color:#ff6200}
.nav-item.dropdown:hover .dropdown-menu{display:block}
.dropdown-item{color:#fff;margin:.2rem 0 0;width:240px}
.dropdown-menu{background-color: #000000;border: 1px solid rgba(225, 188, 84, 0.6); left: -72px;}
.dropdown-menu:before{
    content: '';
    position: absolute;
    display: inline-block;
    border-top: 0;
    border-right: 1em solid transparent;
    border-bottom: 1rem solid;
    border-left: 1em solid transparent;
    color: rgba(225, 188, 84, 0.6);
    left: 45%;
    top: -11px;
}
.dropdown-menu:after{
    content: '';
    position: absolute;
    display: inline-block;
    border-top: 0;
    border-right: 1em solid transparent;
    border-bottom: 1rem solid;
    border-left: 1em solid transparent;
    color: #000000;
    left: 45%;
    top: -9px;
}
.dropdown-item:focus,.dropdown-item:hover{background-color:transparent;color: rgba(230, 192, 86, 1);}
.dropdown-item{color:#fff;padding:2rem 3rem;font-size:1.9rem;text-transform:capitalize;font-weight: 500;text-overflow: ellipsis;overflow: hidden;}
.dropdown:focus,.dropdown:hover{color:#fff;text-decoration:none;background-color:transparent}
.dropdown:hover>.dropdown-menu{display:block}


.nav-link{
    background-color: transparent;
    padding: 1.7rem 1rem 0 0;
}
.nav-link:hover{
    color: #d9b652;
    background-color: transparent;
}
.nav-item{
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service_aside_list{
    counter-reset: number;
}
.service_aside_list .nav-link{
     padding: 1.7rem 1rem 1.7rem 3rem;
}
.service_aside_list .nav-item .service_counter{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2rem;
    color: #FFFFFF;
    top: 4px;
    right: auto;
    left: -30px;
}


/*================================
.testimonial slider
===================================*/

.slick-prev {
    left: auto;
    right: 50%;
    z-index:1;
}
.slick-next{
    right: auto;
    left: 50%;
    margin-left: 20px;
}
.slick-prev, .slick-next{
    top: 80%;
}

/*.slick-slide img{*/
/*    display: flex;*/
/*}*/


/*===============================
          accordian  section
================================== */

.panel-default > .panel-heading {
            color: #fff;
            background-color: transparent;
            border-color: transparent;
            padding: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .panel-default > .panel-heading a {
            display: flex;
            align-items: center;
            padding: 30px 0;
            color: #FFFFFF;
            font-size: 2.5rem;
        }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            font-family: 'FontAwesome';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: auto;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            color: #e6c056;
        }

        .panel-default > .panel-heading a[aria-expanded="false"] {
            color: #FFFFFF;
        }

        .panel-body {
            padding-bottom: 30px;
            -o-border-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0));
            border-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0)));
            border-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0))
        }
        .panel-body p{
            font-size:1.8rem;
          }
        .collapse.show .panel-body {
            background: -webkit-gradient(linear, right top, left top, from(rgb(21, 20, 20)), color-stop(0%, rgb(16, 16, 16)), color-stop(50%, rgb(230, 192, 86)), to(rgb(25, 24, 24))) left bottom no-repeat;
            background: -o-linear-gradient(right, rgb(21, 20, 20) 0%, rgb(16, 16, 16) 0%, rgb(230, 192, 86) 50%, rgb(25, 24, 24) 100%) left bottom no-repeat;
            background: linear-gradient(to left, rgb(21, 20, 20) 0%, rgb(16, 16, 16) 0%, rgb(230, 192, 86) 50%, rgb(25, 24, 24) 100%) left bottom no-repeat;
            background-size: 100% 2px;
        }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\f0da";
        }

        .panel-default > .panel-heading a[aria-expanded="true"]:after {
            content: "\f0da";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

/*============================
      unique about section
================================= */
.unique_about{
    padding: 100px 0;
}
.unique_about .tab-content > .tab-pane > img{
   border:  solid #E6C056;
    border-width: 0 0 20px 20px;
    max-height: 665px;
    min-height: 500px;
    object-fit: cover;
}

/*============================
gallery section
================================= */

.filter-button
{
    font-size: 2.5rem;
 text-align: center;
      color: #ffffff;
    margin-bottom: 30px;
        padding: 2rem;

}
.filter-button:hover
{
    font-size:2.5rem;
  text-align: center;
    color: #ffffff;
        padding: 2rem;
}
.filter-button.active, .fillter-button:active
{
color: #ffffff;
border-bottom: 2px solid #e5bf56;
    padding: 2.5rem;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
	-webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
.gallery_product img{
    min-height:300px;
    max-height:300px;
    object-fit: cover;
    border-radius:8px;
    width:100%;
}
.block{
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.video_overlay{
position: relative;
top: 50%;
transform: translateY(-50%);
}
.video_overlay:before{
content: '';
position: absolute;
height: 50px;
width: 50px;
background-color: #FFFFFF;
border-radius: 30px;
left: 43%;
top: -10px;
}


.call_button {
    position: fixed;
    text-decoration: none;
    z-index: 999999999;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    left: 0;
    bottom: 0;
    min-height: 60px;
    background-color: rgba(230, 192, 86, 1);
    font-size: 3.5rem;
    font-weight:bold;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.call_button:hover{
    color: #fff;
}
}