/*--------------------------------------------------------------------- File Name: blue.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');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');
/*****---------------------------------------- 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(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 ---------------------------------------------------------------------*/
body {
    color: #666666;
}

a {
    color: #1f1f1f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111111;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
}

a {
    color: #222222;
}

.btn-custom {
    background-color: transparent !important;
    border: 2px solid #ddd;
}

.lead {
    color: #767676;
}

.light_silver {
    background: #f9f9f9;
}

.theme_bg {
    background: #38c8a8;
}

/**-- heading section --**/
.main_heading h2 {
    color: #114c7d;
    border-left: solid #38c8a8 10px;
}

.main_heading h2 strong {
    background: #38c8a8;
    color: #fff;
}

.white_heading_main h2 {
    color: #fff;
}

.small_main_heading {
    border-bottom: solid rgba(0, 0, 0, 0.07) 1px;
}

.small_main_heading h2 {
    color: #114c7d;
}

.small_main_heading h2 strong {
    color: #38c8a8;
}

.main_bt {
    background: #000;
    color: #fff;
    border: solid #000 5px;
}

a.readmore_bt {
    color: #fff;
}

.main_bt:hover,
.main_bt:focus {
    background: #ad2101;
    border: solid #ad2101 5px;
    color: #fff;
}

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    background: #fff;
}

.loader_bg_2 {
    background: rgba(0, 0, 0, 0.5);
}

.loader_bg_2 .loading:before {
    background: radial-gradient(rgba(20, 20, 20, .5), rgba(0, 0, 0, .5));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .5), rgba(0, 0, 0, .5));
}

/* :not(:required) hides these rules from IE9 and below */
.loader_bg_2 .loading:not(:required) {
    /* hide "loading..." text */
    color: transparent;
    background-color: transparent;
}

/*---------------------------- scroll to top area ----------------------------*/

.scrollup {
    color: #fff;
    background: #38c8a8;
}

.top_awro {
    background: #ee4a79 none repeat scroll 0 0;
}

.sale_pro {
    background: #f25252 !important;
}

/*--------------------------------------------------------------------- header area ---------------------------------------------------------------------*/

.logo .brand-name {
    color: #cd7f32;
}

.logo .large-brand-name {
    color: #18191e;
}

.logo .brand-tagline {
    border-top: 1px solid #cd7f32;
    color: #cd7f32;
    font-weight:600!important;
}

.menu-area-main li:hover a,
.menu-area-main li:focus a {
    color: #cd7f32;
}

.right_cart_section ul li {
    color: #fff;
}

.right_cart_section ul.cart_update li {
    color: #ccc;
}

.right_cart_section ul.cart_update li span {
    color: #fff;
}

.right_cart_section ul li i {
    color: #fff;
}

.right_cart_section ul li a {
    color: #fff;
}

/*-- end header middle --*/
.top-bar-info {
    background: #111111;
}

.top-menu-left li::before {
    border-right: 1px dotted #999;
}

.top-menu-left li a {
    color: #ffffff;
}

.top-menu-left li a:hover {
    color: #38c8a8;
}

.dropdown-bar .dropdown-link {
    background: #ffffff;
    border: 2px solid #38c8a8;
}

.dropdown-bar.right-dropdown-language>a::after {
    color: #ffffff;
}

.dropdown-bar .dropdown-link li a {
    color: #111111;
}

.dropdown-bar .dropdown-link li a:hover {
    color: #38c8a8;
}

.right-dropdown-language .dropdown-link {
    color: #111111;
}

.dropdown-bar.right-dropdown-currency>a::after {
    color: #ffffff;
}

.right-dropdown-currency>a {
    color: #ffffff;
}

.right-dropdown-currency .dropdown-link {
    color: #111111;
}

.modal-title {
    color: #000;
}

.btn-template-outlined {
    background: #111111;
    color: #ffffff;
}

.slogan-line {
    color: #ffffff;
}

.header-search input {
    border: 1px solid #e0e7ed;
}

.header-search form .search-btn {
    color: #fff;
    background-color: #38c8a8;
}

.header-search form .search-btn:hover {
    background: #111111;
}

.product-media::before {
    background-color: #38c8a8;
}

.main-menu ul>li a {
    color: #cd7f32;
    font-weight: 500;
}

.sub-down li {
    background: #ffffff;
}

.main-menu ul>li .sub-down li a {
    color: #18191e;
    border-bottom: solid #eee 1px;
}

.main-menu ul>li .sub-down li a::before {}

.main-menu ul>li .sub-down li a:hover {
    color: #cd7f32;
}

.main-menu ul>li>ul {
    background: #fff;
}

.main-menu ul>li>ul>li>a {
    background: none !important;
}

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/
.head {
    background-color: #cd7f32;
}

ul.email_call li a, ul.email_call li span {
    color: #fff;
}

ul.email_call li a i, ul.email_call li span i {
    color: #fff;
}

ul.social_icon li a, ul.social_icon li span {
    color: #cd7f32;
    background: #fff;
    border: 2px solid transparent;
}

ul.social_icon li a:hover, ul.social_icon li span:hover {
    background-color: #cd7f32;
    color: #fff;
    border-color: #fff;
}

#header_app_opts li a {
    color: #cd7f32;
    background: #fff;
}

#logo-nav-container {
    background-color: #f7f7fb;
}

.logo a {
    color: #fff;
}

.text-bg p.maintitle {
    font-family: "Playfair Display", "sans-serif" !important;
    color: #fff;
    border-left: 2px solid #cd7f32;
}

.text-bg p.subtitle {
    color: #fff;
    font-family: "Playfair Display", sans-serif !important;
}

.text-bg p.tagline {
    color: #fff;
}

.text-bg a {
    color: #e7c357;
    border: 1px solid #e7c357;
}

.text-bg a:hover {
    background-color: #e7c357;
    color: #18191e;
}

.text {
    background: #0fbbad;
}

.carousel-indicators li {
    background: #4ac9f0;
}

.carousel-indicators .active {
    background-color: #020607;
}

.mean-container .mean-nav {
    z-index: 999;
}

#move_to_top,
#whatsapp_chat {
    z-index: 998;
}

.scroll-to-top {
    z-index: 998;
}

span[name='enquirenow'] {
    z-index: 998;
}

.mean-container .mean-nav ul li a {
    color: #cd7f32;
}

/* move to top btn color changes */
#move_to_top {
    background-color: #4fce5d !important;
}

.mean-container .mean-nav ul li a:hover {
    color: #575757 !important;
}

@media screen and (min-width:787px) {

    #banner_slider .carousel-control-prev i,
    #banner_slider .carousel-control-next i {
        color: #cd7f32;
    }
}

@media screen and (max-width: 786px) {

    #banner_slider .carousel-control-prev i,
    #banner_slider .carousel-control-next i {
        color: #cd7f32;
    }

}

.service-title-section h2,
.service-title-section h1 {
    color: #cd7f32 !important;
    font-size: 2.8rem !important;
}
.service-title-section h1{
    font-family: "Playfair Display", sans-serif!important;
}
.service-title-section h2{
    font-family: "Dynalight", cursive !important;
}

.service-title-section h2::after,
.service-title-section h1::after {
    background-color: #af612c;
    
}

#product-info-container div.service-title-section h1 {
    line-height: 48px!important;
}


#product-info-container ul li::marker,
#product-info-container ol li::marker,
.its_section_inner ol li::marker,
.its_section_inner ul li::marker {
    color: #e7c357;
}

#product-info-container table,
.its_section_inner table {
    background-color: #eeefef;
}

#product-info-container table tr:nth-child(even),
.its_section_inner table tr:nth-child(even) {
    background-color: #fff;
}

#product-info-container div.service-title-section h1::after {
    background-color:#af612c;
}

.three_box {
    background: #4ac9f0;
}

.yellow {
    background: #fbe212 !important;
}

.three_box span {
    color: #fff;
    background: #4ac9f0;
}

.three_box h3 {
    color: #fff;
}

.three_box p {
    color: #fff;
}

/** end three box **/

/* Common properties */
.featured-section {
    background-color: #f7f7fb;
}

.featured-section .slide-option {
    background-color: #fff;
    border: 1px solid #e7c357;
}

.featured-section .slide-option span {
    background-color: #e7c357;
    color: #ffffff;
}

.featured-section .slide-option p {
    color: #575757;
}

.featured-section .slide-option .view-detail-btn a {
    color: #fff;
    background-color: #e7c357;
    font-family: "Dynalight", cursive !important;
    font-size: 18px;
}
.featured-section .slide-option h3{
    font-family: "Playfair Display", sans-serif !important;
}
.slide-option>h3{
    color: #f68826;
}
.owl-prev span, .owl-next span{
    background-color:#cd7f32!important;
}
/* menu page changes */
.its_container>div>div p{
    color: #777!important;
}

/* categories section */
.category-section-option .col-content {
    background-color: #cd7f32;
}

.category-section-option h3::after {
    background-color:#af612c!important;
}

.category-section-option h3 a {
    color: #fff;
    font-family: "Playfair Display", sans-serif !important;
    font-weight: 700;
}

.category-section-option p {
    color: #fff;
}

.category-section-option .cs-know-more-btn a {
    color: #fff!important;
    border: 1px solid #fff;
    font-family: "Dynalight", cursive !important;
    font-size: 18px;
}
.category-section-option .cs-know-more-btn a:hover{
    color: #cd7f32!important;
    box-shadow: inset 10.5em 0 0 0 #fff;
}

.category-section-option .cs-img-container {
    border: 4px solid #fff;
}

/* categories section */

/* item sections properties */
#product-line-options-container-2 {
    background-color: #18191e;
}

#product-line-options-container-2 h3 a {
    color: #fff;
}

#product-line-options-container-2 h3::after {
    background-color: #e7c357;
}

#product-line-options-container-2 div.pb-4 {
    color: #fff;
}

#product-line-options-container-2 .po-img-container {
    border: 1px solid #e7c357;
}

.item-section-options-container {
    background-color: #fff;
}


.item-section-options-container .item-option div.kn_btn a,
#product-line-options-container-2 .product-option div.kn_btn a {
    color: #cd7f32;
    border: 1px solid #cd7f32;
    font-family: "Dynalight", cursive !important;
    font-size: 18px;
}
.item-section-options-container .item-option div.kn_btn a:hover,
.item-section-options-container .item-option div.kn_btn a:focus {
    box-shadow: inset 6.5em 0 0 0 #cd7f32;
    color: #fff;
}

.item-section-options-container .item-option {
    background: none;
}

.item-section-options-container .item-option .col-content {
    background-color: #fff;
    border: 2px solid #cd7f32;
}

.item-option h3::after {
    background-color: #af612c;
}

.item-option h3 a {
    font-family: "Playfair Display", sans-serif !important;
    color: #cd7f32;
    font-weight: 700;
}

.item-option p {
    color: #777;
}
/* featured-section change add by amit */
.featured-facility-option>h3 a{
    font-family: "Playfair Display", sans-serif !important;
    color: #cd7f32 !important;
    font-weight: 700;
}
.featured-section .slide-option{    
    background-color: #fff;
    border: 2px solid #cd7f32;
}
.featured-section .slide-option span{
    background-color: #cd7f32;
}
.featured-section .slide-option .view-detail-btn a{
    background-color: #cd7f32;
    border: 1px solid transparent;
}
.featured-section .slide-option .view-detail-btn a:hover{
    box-shadow: inset 0 0 0 2em #fff;
    color: #cd7f32;
    border-color: #cd7f32;
}

/* item sections properties */

/* Common properties */


/* product tabs container properties */
#product-tab-container-2 ul.nav-pills {
    background-color:#cd7f32;
}

#product-tab-container-2 .nav-link {
    color: #fff;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
}

#product-tab-container-2 .nav-link.active {
    background-color: #fff;
    color: #18191e;
}

#product-tab-container-2 .tab-content {
    border-bottom: 2px solid #cd7f32;
}

/* product tabs container properties */

/* Owl carousel navigators styling */
.owl-prev span,
.owl-next span {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Owl carousel custom properties */


/* specialities_section properties */
#specialities_section #speciality_option_container {
    background-color: #fff;
}

.speciality_option .col-content div a {
    color: #4ac9f0;
    border: 1px solid #4ac9f0;
}

/* specialities_section properties */


/* team_section properties */
#team_section {
    background-color: #eeefef;
}

#team_members_container {
    background-color: #eeefef;
}

#team_members_container .team_members_option .col-content {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #e7c357;
}

.team_members_option .team-member-img-container {
    border: 2px solid #e7c357;
}

.team_members_option h3 {
    color: #e7c357;
}

.team_members_option h4 {
    color: #fff;
}

.team_members_option h3::after {
    background-color: #e7c357;
}

.team_members_option .read-bio-btn-cntr button {
    border: 1px solid #e7c357;
    color: #e7c357;
    background-color: none !important;
}

.team_members_option div.team-social-link-cntr a {
    background-color: #e7c357;
    color: #18191e;
}

.team_members_option .modal-content {
    background-color: #18191e;
    border: 2px solid #e7c357;
}

.team_members_option .team-member-bio-img-container {
    border: 2px solid #e7c357;
}

.team_members_option .modal-content div p {
    color: #fff;
}

.team_members_option .modal-content button {
    color: #fff;
}

/* team_section properties */

/* Home Enquiry Form Start */
#enquireModal button.close {
    background: none;
}

#enquireModal .input-group-btn {
    background: none !important;
}

#enquireModal .input-group-btn i {
    color: #e7c357 !important;
}

#enquireModal input[type="submit"] {
    background-color: #e7c357 !important;
}

/* Home Enquiry Form Ends */

.featured-services-slider .owl-prev span,
.featured-services-slider .owl-next span {
    color: #fff;
    background-color: #4ac9f0;
}

/** about us section **/
#about-us-section {
    background-color: #fff;
}
#about-us-section p{
    color: #575757!important;
}

#about-us-heading-section p {
    color: #676767;
}
#au-info-section>div p{
    color: #777!important;
}
#about-us-section>div>div>div>div>p {
    font-size: 18px !important;
    line-height: 1.7em !important;
}


.read_more {
    color: #cd7f32;
    border: 2px solid #cd7f32;
    background-color: #fff;
    font-family: "Dynalight", cursive !important;
    font-size: 18px;
}

.read_more:hover {
    background: #cd7f32;
    color: #fff;
}

/** about section **/

/* direct you section properties */
#direct-you-section {
    background-color: rgba(207, 127, 50, 0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
}

/* direct you section properties */
#direct-you-section h2 {
    color: #fff!important;
}
#direct-you-section>div>div>div>div>h2::after{
    background-color:#fff!important;
}

.dy-option p {
    color: #ffffff;
}

#dy-tagline-container p {
    color: #ffffff;
}

.dy-option a i {
    color: #fff;
}

.dy-icon-cont a {
    color: #fff;
    background-color: #cd7f32;
}

.dy-icon-cont a:hover {
    color: #cd7f32;
    background-color: #fff;
}

/* direct you section properties */

/* newsletter section properties */
#newsletter {
    background-color: #f1f1f8;
}

#newsletter input[type="email"] {
    border: 1px solid #e7c357;
}

#newsletter input[type="submit"] {
    background-color: #e7c357;
}

/* newsletter section properties */

/** review section **/
.review {
    background-color: #18191e;
}

.review .service-title-section h2 {
    color: #fff;
}

.review .titlepage h2::after {
    background: #4ac9f0;
}

.banner-main2 .carousel-caption span {
    color: #fff;
}

.banner-main2 .carousel-caption span::after {
    background-color: #e7c357;
}

.banner-main2 .carousel-caption p {
    color: #fff;
}

.banner-main2 .carousel-caption a {
    background-color: #fff;
    color: #000;
}

.banner-main2 .carousel-caption a:hover {
    background-color: #4ac9f0;
    color: #fff;
}

#testimonial_slider .carousel-control-prev,
#testimonial_slider .carousel-control-next {
    background: #fff;
    color: #000;
}

#testimonial_slider .carousel-control-prev:hover,
#testimonial_slider .carousel-control-next:hover,
#testimonial_slider .carousel-control-prev:focus,
#testimonial_slider .carousel-control-next:focus {
    background: #4ac9f0;
    color: #fff;
}

/** end review section **/

/* latest news section properties */
.latest-news-option h3 {
    background-color: #18191e;
    color: #fff;
}

.latest-news-option h3 a {
    color: #fff;
}

/* latest news section properties */

/* Gallery section properties */
.gs-img-option-container p {
    color: #fff;
}

/* Gallery section properties */

#vs-heading-container h2 {
    color: #151515;
}

#vs-heading-container h2::after {
    background-color: #4ac9f0;
}

.vs-video-option-container i {
    color: #fff;
}

.view-more-btn {
    background-color: #18191e;
    color: #ffffff;
    font-family: "Dynalight", cursive !important;
    font-size: 18px;
}

.gs-view-btn {
    background-color: #cd7f32;
    border: 1px solid transparent;
}
.gs-view-btn:hover,
.gs-view-btn:focus {
    box-shadow: 
      inset -5.5em 0 0 0 #fff,
      inset 5.5em 0 0 0 #fff;
    border-color: #cd7f32;
    color: #cd7f32;
}

/* Video section properties */

/** contact section **/
.white {
    color: #fff;
}

.titlepage h2 {
    color: #cd7f32;
}

.contact .contact .titlepage h2:after {
    background: #af612c;
}

.contact-option i {
    color: #cd7f32;
}

.contact-option a {
    color:#575757;
}

.contact-option a:hover {
    color: #18191e;
}
.contact-option{
    text-align: center!important;
}
.contact-option >div>div span{
	color: #575757;
}

.contact .contact .contactus {
    border-bottom: #575757 solid 1px;
    background: transparent;
    color: #575757;
}

.contact .contact .textarea {
    color: #575757 !important;
    border-bottom: #575757 solid 1px;
    background: transparent;
}

.contact .contact .send {
    background-color: #cd7f32;
    color: #fff;
}

.contact .contact .send:hover {
    background-color: #fff;
    color: #cd7f32;
    border: 2px solid #cd7f32;
}

#request *::placeholder {
    color: #18191e;
    opacity: 1;
}

.current {
    color: #fff;
}

#request {
    background-color: #f1f1f8;
}

#cn-imp-link-container p {
    color: #575757;
}

#cn-cmp-info-container a {
    color: #575757;
    font-size:15px!important;
}
#cn-cmp-info-container>address span{
    color: #575757!important;
}

#cn-cmp-info-container i {
    color: #cd7f32;
}

#cn-imp-link-container a {
    color: #575757; 
}
#service-page-enq-btn{
    background-color: #af612c;
    color: #fff;
    border-color: #cd7f32;
}

/** end contact section **/

/** footer **/
.footer {
    background: #cd7f32;
}

.follow h3 {
    color: #fff;
}

.follow h3::after {
    background-color: #fff;
}

.follow ul.ft_social li a {
    background-color: #fff;
    color: #cd7f32;
    border: 2px solid transparent;
}
.follow ul.ft_social li a:hover{
    background-color: #cd7f32;
    color: #fff;
    border-color:#fff;
}

.follow ul.ft_app li a {
    color: #e7c357;
    border: 2px solid #e7c357;
}

.follow ul.ft_app li a i {
    color: #e7c357;
}

.follow ul li a:hover {
    color: #4ac9f0;
}
.ft_social li a i{
    font-size: 20px;
}


.copyright {
    background: #fff;
}

.copyright p {
    color: #cd7f32;
    border-top: 1px solid #fff;
}

.copyright a {
    font-weight: bolder;
    color: #cd7f32;
}

.copyright a:hover {
    color: #cd7f32;
}

/** end footer **/

/* responsive css styelsheet styles */
/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/


@media only screen and (min-width: 992px) {
    .banner-content .banner_content_inner {
        background-color: rgba(24, 25, 30, 0.8);
    }
}


/*------------------------------------------------------------------- 767px x 599px ---------------------------------------------------------------------*/

/*------------------------------------------------------------------- 599px x 280px ---------------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .banner-content .banner_content_inner {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    /* Banner content */
    .banner-content .banner_content_inner {
        background-color: rgba(0, 0, 0, 0.8);
    }

    /* Banner content */

    .contact .contact {
        background-color: transparent;
    }

    #cn-info-section {
        background-color: transparent;
    }
}

@media (max-width: 575px) {
    .text-bg p.maintitle {
        color: #000;
    }

    .text-bg p.subtitle {
        color: #18191e;
    }

    .text-bg p.tagline {
        color: #000;
    }

    .banner-content {
        background: none;
    }

    .text-bg a {
        color: #fff;
        background-color: #000;
    }

    .contact .contact {
        background-color: transparent;
    }
}

/* responsive css styelsheet styles */

#price-details-container {
    border-top: 1px solid #eef;
}

#product-price {
    color: green;
}

#product-discount {
    color: green;
}

#offer-name {
    color: red;
}

#original-price {
    color: gray;
}

#buy-now-button {
    background-color: green;
    color: #fff;
}

.product-attachment {
    color:#fff;
    background-color: #af612c;
}

div.my-common-section p.price-info {
    background-color: #18191e;
    color: #fff;
    cursor: auto;
}

#related-products {
    background-color: #eeefef;
}

.related-product-option {
    background-color: #fff;
}

.related-product-option i {
    color: #fff;
}

#product-dt-two h3 {
    border-bottom: 1px solid #eeefef;
}

#pdt-1 {
    background-color: #eeefef;
}

#product-info-section-3 {
    border-top: 1px solid #eeefef;
    border-bottom: 1px solid #eeefef;
}

/* FAQ section properties */
#faq-section #faq-title:first-child {
    color: #151515;
}

#faq-section #faq-title::after {
    background-color: #4ac9f0;
}

#faq-section .accordion-item button {
    color: #cd7f32;
    border: 1px solid #cd7f32;
}

#faq-section .accordion-item button::after {
    background: none;
}

#faq-section .accordion-button:not(.collapsed) {
    background-color: #fff;
}

#faq-section .accordion-button:not(.collapsed) {
    background-color: #cd7f32!important;
    color: #fff!important;
}
.accordion-body p{
    color: #575757!important;
}

/* FAQ section properties */

/* product page stylesheet styles */

/* about page stylesheet styles */

#au-heading-container h1 {
    color: #151515;
}

#au-heading-container h1::after {
    background-color: #4ac9f0;
}

.au-key-container .col-content {
    background-color: #cd7f32;
}

.au-key-container h3 {
    color: #fff;
    font-family: "Playfair Display", sans-serif !important;
    font-weight: 700;
}

.au-key-container h3::after {
    background-color:#af612c;
}

.au-key-container p {
    color: #fff;
}

/* about page stylesheet styles */

/* career page properties */
.career-form-section input {
    border-bottom: 1px solid #18191e;
}

.career-form-section textarea {
    border: 1px solid #18191e;
}

.career-form-section legend::after {
    background-color: #e7c357;
}

/* career page properties */

/* Subsection properties */
/* service section changes */
#product-quick-intro-container p{
    color: #777!important;
}
.subsec-title {
    color:#cd7f32;
    font-family: "Playfair Display", sans-serif !important;
}

.subsec-title-border::after {
    background-color:#af612c;
}
.product-tile-option h3{
    color: #cd792e!important;
    font-family: "Playfair Display", sans-serif !important;
    font-weight: 600;
}
.product-tile-option p{
    color: #575757!important;
}

#product-specifications-container p{
    color: #575757;
}
#product-specifications-container>div>div>div>div{
    color: #575757;
}
.tab-content>div>div>div>h3{
    color: #cd7f32!important;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
}
.tab-content>div>div>div p{
    color: #575757!important;
}

/* Subsection properties */


/* move_to_top properties */
#move_to_top,
#whatsapp_chat {
    color: #fff;
}

#move_to_top {
    background-color: #18191e;
}

#whatsapp_chat {
    background-color: #4fce5d;
}

/* move_to_top properties */

.usp-option h3::after {
    background-color: #af612c;
}

.usp-option h3 {
    color: #cd7f32;
    font-family: "Playfair Display", sans-serif !important;
    font-weight: 700;
}

.usp-option p {
    color: #575757;
}

.usp-option .col-content {
    border: 4px solid #cd7f32;
    background-color: #fff;
}

#landingAdPop div.modal-body {
    background-color: rgba(0, 0, 0, 0.8);
}

#landingAdPop div.modal-content button.btn {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Business card properties */
#business_card_container {
    background-color: rgba(0, 0, 0, 0.8);
}

#business_card_container div.col-xs-12 {
    background-color: #18191e;
}

#business_card_container #bc_img_container {
    border: 10px solid #e7c357;
}

#business_card_container h2,
#business_card_container h3,
#business_card_container h4 {
    color: #fff;
}

#business_card_container h2::after {
    background-color: #e7c357;
}

#bc_cn_dtls h3 {
    color: #fff;
}

#bc_cn_dtls h3::after {
    background-color: #e7c357;
}

#bc_cn_dtls {
    border-top: 1px solid #e7c357;
}

#bc_cn_dtls a {
    color: #fff;
}

#bc_cn_dtls a i {
    color: #18191e;
    background-color: #e7c357;
}

#bc_social_icons a {
    color: #e7c357;
}

#sv_cnt {
    background-color: #e7c357;
    color: #18191e;
}

#xyz3 p {
    color: #fff;
}

#xyz4 a {
    color: #fff;
}

#xyz4 a i {
    color: #e7c357;
}

#xyz3 h3::after,
#xyz4 h3::after {
    background-color: #e7c357;
}

/* Branch offices properties */
#branch_offices_container {
    background-color: #eeefef;
}

#branch_offices_container .branch_option .col-content {
    background-color: rgba(0, 0, 0, 0.8);
}


#branch_offices_container .branch_option h3 {
    color: #e7c357;
}

#branch_offices_container .branch_option h4 {
    color: #fff;
}

#branch_offices_container .branch_option h3::after {
    background-color: #e7c357;
}

.br_details,
.br_details_container {
    color: #fff;
}

.br_social_icons a {
    color: #18191e;
}

.br_social_icons i {
    background-color: #e7c357;
}

/* Branch offices properties */

#bc_home_btn_container {
    background-color: #e7c357;
}

#bc_home_btn_container a {
    background-color: #e7c357;
    color: #18191e;
}

img.service-page-image,
img.common-page-wrap-image {
    border-color: #cd7f32 !important;
}

/* Rule for restaurant, only applicable for testing */
.its_section_inner > div > div > div > div > div.row{
    /* background-color: #cd7f32; */
    /* background-image: linear-gradient(to bottom right, #cd7f32, #d1662e); */
}

.its_section_inner>div>div>div>div>div.row>div.product-tile-option {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding-right: 1px !important;
    padding-left: 1px !important;
}
/* style changes */
#product-line-options-container>div>div.my-4{
    margin-bottom: 0rem!important;
}
.item-section-options-container {
    padding: 0!important;
}
#featured-facilities-section>div>div.pb-5{
    padding-bottom: 1rem!important;
}
#about-us-section {
    padding: 0 0 50px 0!important;
}
#gallery-section.pt-5{
    padding-top: 0rem!important;
}
#gallery-section>div>div.pb-5{
    padding-bottom: 0rem!important;
}
#video-section.mt-5{
    margin-top: 0rem!important;
}

/* font-family */

.contact-wrapper>div>div>div>div h1{
    font-family: "Dynalight", cursive !important;
}
#au-info-section>div>div h1{
    font-family: "Dynalight", cursive !important;
}
#about-us-section>div>div>div>div h1{
    font-family: "Dynalight", cursive !important;
}
.bd-stretchtobottom-2>div>div h1{
    font-family: "Dynalight", cursive !important;
}

#video-section h1{
    font-family: "Dynalight", cursive !important;
}
#gallery-section>div>div>div>div h1{
	font-family: "Dynalight", cursive !important;
}

/* media queries */

@media only screen and (min-width: 300px) and (max-width: 480px) {
    /* send btn center */
    .contact div.col-sm-12:last-child{
        text-align: center;
    }
    .text-bg p.maintitle{
        color: #cd7f32!important;
    }
    /* navbar color change */
    .mean-container .mean-bar {
        background: #cd7f32;
    }
    .mean-container a.meanmenu-reveal span{
        background: #fff none repeat scroll 0 0;
    }
    .item-section-options-container .item-option .item-img-container{
        width:200px!important;
    }
    .its_section_inner > div > div > div > div > div.row{
        padding-left: .5rem!important;
        padding-right: .5rem!important;
    }
    .its_section_inner > div > div > div > div > div.row > div.product-tile-option{
        padding-right: .5rem !important;
        padding-left: .5rem!important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .contact-option{
        text-align: left!important;
    }
    .service-title-section h2, .service-title-section h1{
        font-size: 2.4rem !important;
    }
    .subsec-title{
        line-height: 40px!important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
    /* send btn center */
    .contact div.col-sm-12:last-child{
        text-align: center;
    }
    .text-bg p.maintitle{
        color: #cd7f32!important;
    }
     /* navbar color change */
    .mean-container .mean-bar {
        background: #cd7f32;
    }
    .mean-container a.meanmenu-reveal span{
        background: #fff none repeat scroll 0 0;
    }
    .its_section_inner > div > div > div > div > div.row{
        padding-left: .5rem!important;
        padding-right: .5rem!important;
    }
    .its_section_inner > div > div > div > div > div.row > div.product-tile-option{
        padding-right: .5rem !important;
        padding-left: .5rem!important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
    /* slider background-color */
    .banner-content .banner_content_inner {
        background-color: rgba(205, 127, 50, 0.5);
    }
    /* send btn center */
    .contact div.col-sm-12:last-child{
        text-align: center;
    }
    /* navbar color change */
    .mean-container .mean-bar {
        background: #cd7f32;
    }
    .mean-container a.meanmenu-reveal span{
        background: #fff none repeat scroll 0 0;
    }
    .its_section_inner > div > div > div > div > div.row{
        padding-left: .5rem!important;
        padding-right: .5rem!important;
    }
    .its_section_inner > div > div > div > div > div.row > div.product-tile-option{
        padding-right: .5rem !important;
        padding-left: .5rem!important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .contact .contact .titlepage{
        float: none!important;
        margin: auto!important;
    }
    .request{
        float: none;
        margin: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .banner-content .banner_content_inner {
        background-color: rgba(205, 127, 50, 0.5);
    }
    .mean-container .mean-bar {
        background: #cd7f32;
    }
    .mean-container a.meanmenu-reveal span{
        background: #fff none repeat scroll 0 0;
    }
    .its_section_inner > div > div > div > div > div.row{
        padding-left: .5rem!important;
        padding-right: .5rem!important;
    }
    .its_section_inner > div > div > div > div > div.row > div.product-tile-option{
        padding-right: .5rem !important;
        padding-left: .5rem!important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    #pt-options-container>div>div>div>div.mx-md-3{
        margin-right: 0rem!important;
        margin-left: 0rem!important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .banner-content .banner_content_inner {
        background-color: rgba(205, 127, 50, 0.5);
    }
    .mean-container .mean-bar {
        background: #cd7f32;
    }
    .mean-container a.meanmenu-reveal span{
        background: #fff none repeat scroll 0 0;
    }
    .its_section_inner > div > div > div > div > div.row{
        padding-left: .5rem!important;
        padding-right: .5rem!important;
    }
    .its_section_inner > div > div > div > div > div.row > div.product-tile-option{
        padding-right: .5rem !important;
        padding-left: .5rem!important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    #pt-options-container>div>div>div>div.mx-md-3{
        margin-right: 0rem!important;
        margin-left: 0rem!important;
    }
}
@media only screen and (min-width: 1200px) {
    .banner-content .banner_content_inner {
        background-color: rgba(205, 127, 50, 0.5);
    }
    .its_section_inner > div > div > div > div > div.row{
        padding-left: .5rem!important;
        padding-right: .5rem!important;
    }
    .its_section_inner > div > div > div > div > div.row > div.product-tile-option{
        padding-right: .5rem !important;
        padding-left: .5rem!important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    #pt-options-container>div>div>div>div.mx-xl-3{
        margin-right: 0rem!important;
        margin-left: 0rem!important;
    } 
    #pt-options-container>div>div>div>div.mx-md-3{
        margin-right: 0rem!important;
        margin-left: 0rem!important;
    }
}
@media only screen and (min-width: 1400px) {
    .its_section_inner > div > div > div > div > div.row > div.product-tile-option{
        padding-right: .5rem !important;
        padding-left: .5rem!important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;    
    }
    #pt-options-container>div>div>div>div.mx-xl-3{
        margin-right: 0rem!important;
        margin-left: 0rem!important;
    } 
    #pt-options-container>div>div>div>div.mx-md-3{
        margin-right: 0rem!important;
        margin-left: 0rem!important;
    }
}

.c-float-lead-btn-mob-call, .c-float-lead-btn-mob-whatsapp, .c-float-lead-btn-mob-address{
    background-color: #cd7f32 !important;
    border-color: #fff!important;
}
.c-float-lead-btn-mob-call:hover, .c-float-lead-btn-mob-whatsapp:hover, .c-float-lead-btn-mob-address:hover{
    color: #fff!important;
    background-color: #a05d1a !important;
    border-color: #fff !important;
}

@media (min-width: 300px) and (max-width: 480px){
    .c-float-lead-btn-mob-call, .c-float-lead-btn-mob-whatsapp, .c-float-lead-btn-mob-address{
        color: #fff!important;
    }
    .c-float-lead-btn-pannel{
        background-color: #cd7f32 !important;
    }
}

.c-btn-ecommerce-web-wrapper:hover .c-btn-ecommerce-web {
    /* box-shadow: 0px 15px 10px -14px #fff !important;*/ /* for dark theme*/
    box-shadow: 0px 15px 10px -14px #000!important;  /* for white theme*/
}

/* Designing Buttons */

.product-attachment{
    border:1px solid transparent!important;
}

.product-attachment:hover{
    box-shadow: inset 0 0 0 2em #fff!important;
    color: #af612c!important;
    border-color:#af612c!important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.c-order-btn{
    color:#fff!important;
    background-color:#af612c!important;
    border-color:transparent!important;
}

.c-price{
    color: #af612c!important;
    background-color: #fff!important;
}

.c-order-btn:hover{
    box-shadow: inset 0 0 0 2em #fff!important;
    color: #af612c!important;
    border-color: #af612c!important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.c-order-btn:hover .c-price{
    background: #af612c!important;
    color: #fff!important;
}