/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    /* background-image: url(../images/body-bg.png); */
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: 'Sen', sans-serif;
    /* background-color: rgb(66, 67, 67); */
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    /* border-radius: 50%;
    margin: 10px; */
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    /* background-color: transparent !important; */
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #080808 !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    /* padding-top: 90px; */
    /* padding-bottom: 0px;
    background-color: white; */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    margin-bottom: 20px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #fdfdfd;
    height: auto;
}

.bg-light {
    background-color: #ffffff !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    /* text-align: center; */   
}

.web-img {
    display: block;
    height: 50px;
    float: right;
    margin-top: 10px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.sidenav a:hover {
    color: #1b8943;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav {
    z-index: 99999999999999;
    background-color: black;
}

.web-img {
    display: none;
}

@media screen and (max-width: 450px) {
    .sidenav {
        padding-top: 15px;
        background-color: rgb(0, 0, 0, 0.9);
    }

    .sidenav a {
        font-size: 18px;
    }

    .card {
        margin-top: 20px;
    }

    .btn-design {
        text-align: center !important;
        margin-left: 31px;
    }

    .img-desc {
        margin-left: 31px;
    }

    .card-title {
        margin-left: 41px;
    }

    .mail_section_1 {
        width: 90%;
        /* margin-left: -16px !important; */
    }

    .contact_taital {
        /* font-size: 21px !important; */
        font-size: 23px !important;
    }

    .blog_text {
        font-size: 21px !important;
    }

}

.login_text {}

.login_text a {
    font-size: 18px;
    color: #ffffff;
    float: left;
    background-color: #252525;
    padding: 15px 30px;
    margin-left: -182px;
    margin-right: -54px;
    border-radius: 10px;
}

.login_text a:hover {
    color: #8B0000;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    padding-left: 90px;
    z-index: 2;
}

.toggle {
    display: none;
}

.padding_left {
    padding-left: 10px;
}

.navbar {
    padding: 0px;
}


/* header section end */


/* banner section start */

.layout_main {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
    background-size: cover;
    float: left;
}

.banner_section {
    width: 100%;
    float: left;
    /* background-image: url(../images/banner-bg.png); */
    height: auto;
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    /* padding-bottom: 40px; */
}

.menu_main {
    width: 100%;
    /* margin: 0px 72px 20px; */
    text-align: center;
    background-color: #8B0000;
    height: auto;
    display: flex;
    padding: 8px 9px;
    /* border-radius: 10px; */
    margin-bottom: 20px;
}

.custome_menu {
    width: 65%;
    float: left;
}

.custome_menu ul {
    padding: 0px;
    margin: 0px;
}

.custome_menu li {
    float: left;
    font-size: 18px;
    color: #000000;
    padding: 0px 10px;
    text-transform: uppercase;
}

.custome_menu li a {
    color: #ffffff;
}

.custome_menu li a:hover {
    color: #000000;
    font-weight: bold;
}

.custome_menu li.active a {
    color: #8B0000;
}

.login_menu {
    margin-left: auto;
}

.login_menu ul {
    padding: 0px;
    margin: 0px;
}

.login_menu li {
    float: left;
    font-size: 18px;
    color: #000000;
    padding: 0px 20px;
    text-transform: uppercase;
}

.login_menu li a {
    color: #ffffff;
}

.login_menu li a:hover {
    color: #8B0000;
}

.banner_taital {
    width: 70%;
    margin: 0 auto;
    font-size: 40px;
    color: yellow;
    padding-top: 100px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
}
.slider-text{
    font-size: 12px;
}

.registered-mark {
    font-size: 12px;
    border: 1px solid yellow;
    border-radius: 100%;
    position: relative;
    bottom: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

.banner_text {
    width: 35%;
    margin: 0 auto;
    font-size: 50px;
    color: #8B0000;
    font-weight: 800;
    text-align: center;
    background-color: #ffffff;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.header-des {
    background-color: #8B0000;
}

.nav-des {
    background-color: #8B0000 !important;
    margin-left: 61px;

}

.ordernow_bt {
    width: 200px;
    margin: 0 auto;
    padding-top: 10px;
}

.ordernow_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000000;
    background-color: #ffffff;
    padding: 10px 0px;
    text-align: center;
    border-radius: 5px;
}

.ordernow_bt a:hover {
    color: #252525;
    background-color: #f9b116;
}

.banner_main {
    display: flex;
    width: 100%;
    margin-top: 75px;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
    order: 2;
}

.btn-secondary {
    color: #252525;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 23px;
    font-size: 20px;
}

.btn-secondary:hover {
    color: #252525;
    background-color: #ffffff;
    border-color: #ffffff;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 20px;
    line-height: 1.5;
    color: #191919 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    transition: none;
}

input.form-control::placeholder {
    color: #191919;
}


/* opennav bar end */


/* Styles for wrapping the search box start */

.main {
    flex: 1;
    margin: 0px 30px;
    display: inline-block;
    order: 2;
}


/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


/* Styles for wrapping the search box end */

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    background-color: #e7e7e5;
    color: #252525;
    bottom: 44%;
    margin-top: 5px;
    /* padding-top: 2px; */
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 0px;
    top: 50%;
    background-color: #f7f4ef;
    color: #252525;
    bottom: 44%;
    margin-top: 5px;
    /* padding-top: 2px; */

}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #252525;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background-color: #f9b116;
    color: #000;
}


/* banner section end */


/* service section start */

.service_section {
    width: 100%;
    float: left;
    padding-top: 0px;
}

.service_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #000000;
    font-weight: 800;
    text-align: center;
}

.service_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.service_box {
    width: 100%;
    height: auto;
    border: 3px solid #0d0d0d;
    margin-top: 20px;
}


.breakfast_img {
    width: 100%;
    text-align: center;
    padding: 20px 20px 20px 20px;
    min-height: 138px;
    align-items: center;
    justify-content: center;
}

.breakfast_text {
    width: 100%;
    font-size: 26px;
    color: #010101;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    padding-top: 10px;
}

.seemore_bt {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}

.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefbfb;
    background-color: #8B0000;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.seemore_bt a:hover {
    color: #fefbfb;
    background-color: #8B0000;
}

.readmore_bt.active a {
    color: #fcfcfd;
    background-color: #8B0000;
}


/* service section end */


/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    /* color: #000000; */
    text-align: center;
    /* text-decoration: underline; */
    letter-spacing: 5px;
    /* font-weight: 800; */
}

.blog_section_2 {
    width: 100%;
    float: left;
    /* background-image: url(../images/about-bg.png); */
    height: auto;
    padding: 20px 0px 70px 0pc;
    background-size: 100%;
    background-repeat: no-repeat;
}

.blog_taital_main {
    width: 100%;
    float: left;
    padding-top: 5px;
}

.blog_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #000000;
    /* font-weight: bold; */
    text-decoration: underline;
    text-decoration-color: #8B0000;
    text-decoration-style: solid;
}

/* .lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    margin: 15px 0px 20px 0px;
    text-align: justify;
    line-height: 30px;

} */
.about_ul_pointer li{
    list-style-type: disc !important;
    font-size: 16px;

}
.about_ol_pointer li{
    list-style-type: number !important;
    font-size: 16px;
}

.web-logo {
    height: 70px;
    margin: 10px;
    margin-left: 33px;
}

.readmore_btn {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.signup_signin_btn {
    width: 170px;
    /* float: left; */
    padding-top: 30px;
    margin: auto;
}

.readmore_btn1 {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fcfcfd;
    background-color: #8B0000;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.signup_signin_btn button {
    width: 100%;
    /* float: left; */
    font-size: 16px;
    color: #fcfcfd;
    background-color: #8B0000;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

.signup_signin_btn button:hover {
    background-color: #ff9800;
}

.payment_btn a {
    width: 55%;
    float: left;
    font-size: 16px;
    color: #fcfcfd;
    background-color: #8B0000;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 30%;
    border-radius: 10px;
}

.readmore_btn1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fcfcfd;
    background-color: #8B0000;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_btn a:hover {
    color: #fcfcfd;
    background-color: #ff9800;
}

.blog_img img {
    width: 100%;
    margin-bottom: 20px;

}

.img-gallery {
    height: 500px;
}


/* about section end */

/* shop section start */

.shop_section {
    width: 100%;
    float: left;
    background-color: #8B0000;
    height: auto;
    padding: 90px 0px;
    background-size: cover;
}

.shop_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #eaebe7;
    font-weight: bold;
    padding-top: 20px;
}

.shop_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #eaebe7;
    margin: 30px 0px 40px 0px;
    font-family: 'Lato', sans-serif;
}

.app_icon_main {
    width: 100%;
    display: flex;
}

.app_icon {
    width: 43%;
    float: left;
    margin-bottom: 40px;
}

.download_bt {
    width: 170px;
    float: left;
}

.download_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1a1919;
    background-color: #ffffff;
    padding: 10px 0px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.download_bt a:hover {
    color: #fcfcfd;
    background-color: #ff9800;
}

/* shop section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #010101;
    text-align: center;
    letter-spacing: 5px;
    /* font-weight: bold; */
    /* font-family: 'Lato', sans-serif; */

}

.testimonial_section_2 {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #8B0000;
}

.many_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    margin: 0px;
    padding: 20px;
    border: 1px solid #000000;
    min-height: 200px;
}

.quick_icon {
    width: 100%;
    float: left;
    padding-top: 20px;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: -60px;
    right: 0px;
    top: 105%;
    background-color: #8B0000;
    color: #ffffff;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: -60px;
    top: 105%;
    left: 0px;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    opacity: 1;
    font-size: 15px;
    color: #1b1b1b;
    margin: 0 auto;
    text-transform: capitalize;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background-color: #8B0000;
    color: #ffffff;
}


/* testimonial section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    color: #000000;
    text-align: center;
    /* font-weight: bold; */
    font-size: 50px;
    padding-bottom: 20px;
    padding-top: 30px;
    letter-spacing: 5px;
}

.contact_section_2 {
    width: 100%;
    text-align: center;
    /* background-image: url(../images/contact-bg.png); */
    height: auto;
    background-size: 100%;
    padding: 22px 0px 0px 0px;
}

.mail_section_1 {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.mail_section_login {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #363636;
    border: 0px;
    border: 2px solid #8B0000 !important;
    background-color: #ffffff !important;
    padding: 10px 15px 10px 15px;
    margin-top: 10px;
}

hr {
    border: 1px solid #f7f7f7;
    width: 100%;
}

.massage-bt {
    color: #363636;
    width: 100%;
    height: 110px;
    font-size: 18px;
    border: 2px solid #8B0000 !important;
    background-color: #ffffff !important;
    padding: 5px 15px 10px 15px;
    margin-top: 20px;
    /* margin-left: 20px; */
}

.send_bt {
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
}

.send_bt a {
    width: 100%;
    float: left;
    background-color: #8B0000;
    color: #fefeff;
    text-align: center;
    padding: 5px 0px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    /* margin-left: 20px; */
}

.send_bt a:hover {
    background-color: #ff9800;
    color: #fefeff;
}

.padding_right0 {
    padding-right: 0px;
}


/* contact section start */
.order_taital
/* order section start */

.order_section {
    width: 100%;
    padding-top: 50px;
}

.order_taital_main {
    width: 80%;
    display: flex;
    background-color: #8B0000;
    height: auto;
    border-radius: 8px;
    padding: 30px;
    margin: 60px auto;
}

.order_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0px 0px 0px;
}

.order_bt {
    width: 230px;
    margin: 0 auto;
}

/* .faq-desc{
 margin: 20px;
} */

.order_bt a {
    width: 100%;
    float: left;
    background-color: #8B0000;
    color: #fefeff;
    text-align: center;
    padding: 12px 0px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
}

.order_bt a:hover {
    background-color: #ff9800;
    color: #fefeff;
}

/* order section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-color: #000;
    padding-top: 20px;

}

.map_icon {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
}

.map_icon a {
    color: #ffffff;
}

.map_icon a:hover {
    color: #8B0000;
}

.address_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #8B0000;
    margin: 0px;
    padding-left: 23px;
}

.footer_sectio_2 {
    width: 100%;
    float: left;
}

.footer_logo {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.useful_text {
    width: 100%;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    padding-top: 10px;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}

.footer_menu li {
    font-size: 14px;
    color: #f5f5f5;
}

.footer_menu li a {
    color: #fffdfd;
}

.footer_menu li a:hover {
    color: #ffffff;
}

.footer_menu li::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    height: 8px;
    width: 8px;
    left: 0px;
    justify-content: center;
    margin-top: 9px;
    margin-left: 15px;
    border-radius: 100%;
}

.footer_menu li:hover::after {
    background-color: #8B0000;
}

.footer_menu li.active::after {
    background-color: #8B0000;
}

.padding_left15 {
    padding-left: 15px;
}

.subscribe_menu {
    width: 100%;
    float: left;
}

.subscribe_menu ul {
    margin: 0px;
    padding: 0px;
}

.subscribe_menu li a {
    padding: 20px 30px 0px 0px;
    color: #ffffff;
    font-size: 14px;
}

.subscribe_menu li a:hover {
    color: #8B0000;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding-top: 20px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 0px 10px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
    font-size: 22px;
    margin: 0px 5px;
    width: 40px;
    text-align: center;
}

.social_icon li a:hover {
    background-color: #8B0000;
    color: #ffffff;
}

.m-text {
    color: #8B0000;

}

.logo-profile-img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

/* footer section end */

.about_headings{
    font-weight: bold !important;
}

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #8B0000;
    height: auto;
}

.copyright_text {
    width: 100%;
    color: #fefefd;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.copyright_text a {
    color: #fefefd;
}

.copyright_text a:hover {
    color: #252525;
}

.margin_top_90 {
    margin-top: 90px;
}

.img-desc {
    height: 150px;
    width: 200px;
}


.btn-design {
    /* background-color: #8B0000; */
    width: 70%;
    float: center;
    font-size: 16px;
    color: #fcfcfd;
    background-color: #8B0000;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    text-transform: uppercase;

}

.btn-design a:hover {
    color: #fcfcfd !important;
    background-color: #8B0000 !important;
}

/* copyright section end 
/*  */
.profile-form {
    box-shadow: none;
    border-color: #8B0000;
}


.profile-button {
    background: #8B0000;
    box-shadow: none;
    border: none;
    color: white;
}

.profile-button:hover {
    background-color: #ff9800;
}

.header-list {
    margin-top: 30px;
}

.userProfile {
    color: white;
    margin-right: 6px;
}

.mobile-logo {
    margin-left: -107px;
}

body > .skiptranslate {
    display: none;
}
.goog-te-gadget{
    color: #191919  !important;
}
.goog-te-gadget a{
    display: none !important;
}

.goog-te-combo {
    /* font-size: 16px;
    padding: 0px 10px;
    /* border: 1px solid #ccc; */
    border-radius: 25px;
    /* background-color: #fff; */
    /* color: #333; */
    /* appearance: none; */
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* cursor: pointer; */
    padding: 5px 15px;
  }

  /* Style for the Google Translate select arrow */
  /* .goog-te-combo-arrow {
    position: relative;
    top: 2px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    color: #333; 
  } */

  /* Style for the Google Translate select box on hover */
  .goog-te-combo:hover {
    border-color: #666;
  }

  /* Style for the Google Translate select box when focused */
  .goog-te-combo:focus {
    outline: none;
    border-color: #007bff;
  }
  .slider-text{
    font-size: 22px;
  }