

    body { 
        margin:0; 
        padding:0;
       font-family: "Mont", Sans-serif;
        color:#656565;
        background: #fff;
        overflow-x: hidden;
    }
  *{
    margin:0; 
    padding:0; 
    box-sizing: border-box;
  }
  img { 
     border:none; 
     outline:none;
     width: 100%;
  }
  a { 
    text-decoration:none !important;
    font-family: "Mont", Sans-serif;
    
  }
  
  li { 
    list-style:none;
  }
  
  input, textarea, select {
    outline:none;
    font-family: "Mont", Sans-serif;
  }
  
  input:focus {
    box-shadow: none !important;
    border: 1px solid #d3d3d3 !important;
  }
  
  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #222222;
  }

.title span {
    font-family: "Qwigley", cursive;
    font-weight: 600;
    font-size: 48px;
    color: #fecc52;
}
.title_des {
    font-size: 20px;
    color: #737373;
}
.view_more {
    background: #030d30;
    color: #fecc52;
    font-size: 24px;
    padding: 16px 40px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
}
.view_more:hover {
    color: #fff;
    background: #030d30;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.view_more:after {
    content: "";
    border: 1px solid #be955a;
    width: 190px;
    display: block;
    height: 68px;
    left: 10px;
    position: absolute;
    top: 10px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    z-index: -1;
}
.view_more:hover:after {
    left: 5px;
    top: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
/* Global Css */
/* Avenir Roman Font */
@font-face {
    font-family: 'avenir_lt_std55_roman';
    src: url('../font/avenir_roman/avenir-roman-webfont.woff2') format('woff2'),
         url('../font/avenir_roman/avenir-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* -------------------
   Header Styles
------------------- */
.header_sec {
    background: #020202;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom: 1px solid #fff;
    text-transform:uppercase;
    /* letter-spacing:2px; */
    font-weight:bold;
    height:130px;
}

.header_sec.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    border: none!important;
    -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@keyframes stickySlideUp {
	from { transform:translateY(100%); }
	to { transform:translateY(0); }
}
@keyframes stickySlideDown {
	from { transform:translateY(-100%); }
	to { transform:translateY(0); }
}
/* .header_sec .logo {
    width: 300px;
    margin-right: 48px;
} */



.header_sec .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    font-family: 'avenir_lt_std55_roman';
    margin: 0 12px;
}
.header_sec .navbar-nav li a.active {
    color: #fecc52;
    font-weight: 650;
}
.header_sec .navbar-nav li a:hover {
    background: none;
    color: #fecc52;
}

.header_sec .navbar-nav .dropdown-menu .sub_menu .dropdown-menu.show {
    top: 0;
    width: 100%;
    left: 158px;
}

.header_sec .navbar-nav .dropdown-menu .dropdown.sub_menu a.dropdown-toggle:after {
    transform: rotate(270deg);
}
.header_sec .navbar-nav .dropdown-menu li a:focus {
    background: none;
}
.header_sec .navbar-nav li a.recent {
    /* background: #fecc52; */
    border-radius: 8px;
    color: #fecc52;
    /* padding: 8px 16px; */
    /* border: 1px solid #fff; */
}
.header_sec .navbar-nav li a.recent:hover {
    /* background: #fecc52; */
    color: #fff;
}
.header_sec .btn_sec a {
    margin-left: 20px;
}
.header_sec .btn_sec .estimate_btn {
    background: #fecc52;
    color: #301f03;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 9px;
}
.header_sec .btn_sec .estimate_btn:hover {
    background: #fecc52;
    color: #fff;
}
.header_sec .btn_sec a.estimate_btn.book {
    background: #be955a;
    animation: pulse 2s infinite;
    color: #ffffff;
}
.header_sec .btn_sec .whatsapp_btn i {
    color: #ffffff;
    font-size: 28px;
}

.header_sec .btn_sec {
   background: #fecc52;
    color: #301f03;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 9px;
    margin-left:8rem;
}
@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
.header_sec .btn_sec a.estimate_btn.book:hover {
    background: #fecc52;
    color: #301f03;
}
.header_sec .btn_sec .whatsapp_btn {
    width: 44px;
    display: flex;
    background: #30D14E;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    padding: 5px 2px;
}
.header_sec .navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    background: #272727;
}
.header_sec .navbar-nav .dropdown-menu li a:hover {
    background: none;
    color: #fecc52;
}
.header_sec .navbar-nav .dropdown-menu li:last-child a {
    border-bottom: none;
}
.header_sec .navbar-nav .dropdown-menu li a {
    color: #fff;
    padding: 8px 14px;
    margin: 0;
    /* border-bottom: 1px solid #936723; */
}
a.whatsapp_btn.m_whatsapp_btn {
    display: none;
}
.header_sec .navbar-nav .dropdown-menu li a {
    padding: 10px !important;
    margin-left:15px;
}
/* Header Sec */


.m_whatsapp_menu {
    width: 30%;
    z-index: 1;
    display: none;
    margin-left: auto;
}
.m_whatsapp_menu .m_whatsapp_list {
    background: #321926;
    padding-top: 30px;
    padding: 22px 10px 8px;
    border-radius: 15px;
    position: absolute;
    right: 1%;
    z-index: -1;
    width: 200px;
    display: none;
    top: 100%;
}
.m_whatsapp_menu.active .m_toggle {
    transform: rotate(45deg);
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.m_whatsapp_menu.active .m_whatsapp_list {
    display: block;
}

.m_whatsapp_menu .m_whatsapp_list a {
    display: flex;
    color: #fecc52;
    text-decoration: none;
    margin-bottom: 12px;
    border-bottom: 1px dashed #fecc52;
    padding-bottom: 12px;
}
.m_whatsapp_menu .m_whatsapp_list a .icon {
    background: #fecc52;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}
.m_whatsapp_menu .m_whatsapp_list a .icon i {
    font-size: 11px;
    color: #321926;
}
.m_whatsapp_menu .m_whatsapp_list a img {
    margin-right: 8px;
}

.m_whatsapp_menu .m_toggle {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    margin-right: 15px;
    float: right;
}
.m_whatsapp_menu .m_whatsapp_list a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}




.btn_sec.m_btn_sec .estimate_btn {
	background: #553059;
	color: #fff;
	font-size: 16px;
	padding: 10px 3px;
	margin: 0;
	width: 25%;
	text-align: center;
	text-transform: capitalize;
}
.btn_sec.m_btn_sec .estimate_btn:hover {
    background: #A73DB5;
}
.btn_sec.m_btn_sec .estimate_btn.book {
    background: #A73DB5;
    animation: pulse 2s infinite;
}
.btn_sec.m_btn_sec {
	position: fixed;
	bottom: 0;
	z-index: 9;
	left: 0;
	right: 0;
	background: #412145;
	overflow: hidden;
	padding: 0;
	display: none;
}
.btn_sec.m_btn_sec .estimate_btn:nth-child(2n) {
	background: #412145;
}
.btn_sec.m_btn_sec .estimate_btn.whatsapp_btn {
	background: #218412;
}
 /***=== Header CSS ===***/
/***=== Footer Sec CSS ===***/
 
/* Footer Sec */

.f_contact_info {
    background: #040e31;
    display: inline-block;
    border: 1px solid #fecc52;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    width: 26%;
    text-align: center;
    padding: 28px 30px;
    top: -44px;
    border-radius: 8px;
}
footer.footer_sec {
    position: relative;
}
.f_contact_info a {
    margin: 0 9px;
    color: #fecc52;
    font-size: 17px;
}
.f_contact_info a:hover {
    color: #fff;
}
.f_contact_info a i {
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.footer_sec .footer_top {
    padding: 110px 0 20px;
    
    background: linear-gradient(180deg, #060606 , #060606);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#321926",endColorstr="#5e374b",GradientType=1);
}
.footer_sec .footer_top .widget-footer .f_logo {
    width: 160px;
    margin-bottom: 18px;
}
.footer_sec .footer_top .widget-footer .des {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Mont', Sans-serif;
}
.f_gap {
    margin-left: 42px;
}
.f_social {
    padding: 0;
    margin: 0;
    display: flex;
}
.f_social li {
    margin-right: 18px;
}
.f_social li a {
    width: 30px;
    display: block;
    height: 30px;
    border: 1px solid #fecc52;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f_social li a i {
    color: #fecc52;
    font-size: 12px;
}
.footer_sec .footer_top .f_title {
    color: #fecc52;
    font-size: 16px;
    margin-bottom: 14px;
    font-family: 'Mont', Sans-serif;
}
.footer_sec .footer_top .f_address_sec .f_title:hover {
    color: #fff;
}
.footer_sec .footer_top .f_menu {
    padding: 0 0 0 20px;
}
.footer_sec .footer_top .f_menu li {
    /* list-style-type: disc; */
    color: #fff;
    margin-bottom: 8px;
}
.footer_sec .footer_top .f_menu li a {
    color: #fff;
    font-family: 'Mont', Sans-serif;
    font-size: 17px;
    padding-left:10px;
}
.footer_sec .footer_top .f_menu li a:hover {
    color: #fecc52;
}
.f_social li a:hover {
    background: #fecc52;
}
.f_social li a:hover i {
    color: #4e2c3e;
}
.footer_sec .footer_top .f_menu li.dropdown .dropdown-menu {
    position: relative !important;
    transform: none !important;
    background: none;
    padding: 17px 0 0 20px;
    border: none;
}
.footer_sec .footer_top .f_menu li.dropdown .dropdown-menu a {
    padding: 0;
}
.footer_sec .footer_top .f_menu li.dropdown .dropdown-menu:hover {
    background: none !important;
}
.footer_sec .footer_top .f_menu li.dropdown .dropdown-menu a:hover {
    background: none;
}
.footer_sec .footer_top .f_address_sec {
    display: flex;
    flex-wrap: wrap;
}
.footer_sec .footer_top .f_address_sec i {
    color: #fecc52;
    margin-right: 16px;
    margin-top: 4px;
}
/* .footer_sec .footer_top .f_address_sec .text_content {
    width: 88%;
} */
.footer_sec .footer_top .f_address_sec .text_content .des {
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Mont', Sans-serif;
}
/* Footer Sec */
.footer_bottom_sec {
    background: #060606;
    text-align: right;
    padding: 49px 0;
    /* border-top: 1px solid #87580e; */
}

.footer_bottom_sec .copy_right {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
/***=== Footer Sec CSS ===***/
.login_call {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}
.login_call .call_icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    flex-direction: column;
    background: #321926;
    border-radius: 15px 0 0 15px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
    -moz-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
    -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
    color: #be955a;
    border: 1px solid #fecc52;
    border-right: none;
}
.login_call .call_icon.d_call {
    display: none;
}
.login_call .call_icon span {
    color: #be955a;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
}
.login_call .call_icon img {
    width: 26px;
    filter: brightness(0) invert(1);
}
.login_call .call_icon.login {
    background: #321926;
}
.login_call .call_icon.login:hover span {
    color: #fff;
}
.login_call .call_icon.login:hover {
    color: #fff;
}

.login_call .call_icon.login img {
    width: 40px;
}
.login_call .call_icon.login i {
    font-size: 18px;
}
/* F Details */
.f_details_sec {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}
.f_details_sec .popular_tab_sec {
    margin: 20px auto;
}
.f_details_sec .popular_tab_sec ul {
    border-bottom: 1px solid #ddd;
}
.f_details_sec .popular_tab_sec ul li button {
    background: none;
    font-size: 13px;
    padding: 0px 8px 4px;
    color: #000c !important;
    text-transform: capitalize;
    margin: 0;
    border: none;
}
.f_details_sec .popular_tab_sec ul li button.active {
    background: none;
    border-radius: 0;
    border: none;
}
.f_details_sec .popular_tab_sec ul li button.active {
    position: relative;
}
.f_details_sec .popular_tab_sec ul li button.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    background: #fecc52;
    height: 1px;
}
.f_details_sec .f_details_content .f_title {
    font-size: 13px;
    color: #000c;
    font-weight: 600;
}
.f_details_sec .f_details_content .des {
    font-size: 12px;
    color: #7b7b7b;
}
.f_details_sec .popular_tab_sec .service_list.popular_list a {
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.f_details_sec .popular_tab_sec  .service_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.f_details_sec .popular_tab_sec .service_list a {
    display: inline-block !important;
    width: auto;
    font-size: 12px;
    margin-right: 7px;
    border-right: 1px solid #c3c3c3;
    padding-right: 7px;
    line-height: 12px;
    color: #7b7b7b;
    margin-bottom: 10px;
}
.f_details_sec .popular_tab_sec .service_list a:last-child {
    border-right: none;
}
.f_details_sec .popular_tab_sec .service_list a:hover {
    color: #9a7649;
}
.f_details_sec .popular_tab_sec ul li button:focus, .f_details_sec .popular_tab_sec ul li button:hover {
    border: none;
    padding: 0px 8px 4px;
} 
.f_details_content.f_stap_sec {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 12px;
}
.f_details_content_sec {
    border-top: 1px solid #ddd;
    padding: 20px 0 10px;
    background: #f1f1f1;
}
.f_details_content_sec .f_details_content {
    margin-bottom: 10px;
}
.f_details_content_sec .f_details_content .des {
    margin: 0;
}
.f_details_content.f_location_sec {
    padding: 18px 0 40px;
}
.f_details_content.f_location_sec .location_list {
    display: inline-flex;
    flex-wrap: wrap;
}
.f_details_content.f_location_sec .location_list a {
    font-size: 12px;
    color: #7b7b7b;
    border-right: 1px solid #7b7b7b;
    padding-right: 6px;
    line-height: 11px;
    margin-bottom: 10px;
    margin-right: 6px;
}
.f_details_content.f_location_sec .location_list a:hover {
    color: #9a7649;
}
.f_details_content.f_location_sec .location_list a:last-child {
    border-right: none;
}
.footer_bottom_sec .copy_right span {
    color: #fecc52;
}
/* F Details */
/*  */
.m_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: url(../images/menu-bg3-asense.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    z-index: 500;
}
.m_footer .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    padding-top: 18px;
}
.m_footer .menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16%;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1;
    color: #fecc52;
    transition: all 0.3s;
    flex: 0 0 21%;
}
.m_footer .menu a svg {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
}
.m_footer .menu a svg path {
    fill: #fecc52;
    transition: all 0.3s;
}
.m_footer .menu a.active {
    font-weight: 600;
    color: #fecc52;
}
.m_footer .menu a.active svg path {
    fill: #fecc52;
}
.m_footer .menu a:hover {
    color: #fecc52;
}
.m_footer .menu a:hover svg path {
    fill: #fecc52;
}
.m_footer .menu a.btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #321926;
    transform: translateY(-37px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
}
.m_footer .menu a.btn svg {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
}
.m_footer .menu a.btn svg path {
    fill: #be955a;
}
.m_footer .menu a.btn:hover {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(65,33,69,0.8);
}
.m_footer .menu a.btn:hover svg path {
    fill: #412145;
}




/*****===== Responsive Css =====*****/
/* 1800px */
@media (max-width:1800px) {
    .title {
        font-size: 30px;
    }
    .title span {
        font-size: 42px;
    }
    /***=== Header CSS ===***/
    .header_sec .navbar-nav li a {
        margin: 0 8px;
    }
    /***=== Header CSS ===***/
    /***=== Footer CSS ===***/
    .f_contact_info {
        width: 30%;
    }
    /***=== Footer CSS ===***/
   
}
/* 1600px */
@media (max-width:1600px) {
    /***=== Header CSS ===***/
    .header_sec .logo {
        margin-right: 30px;
    }
    /* .header_sec .navbar-nav li a {
        margin: 0 3px;
        padding: 5px 6px !important;
    } */
    .header_sec .navbar-nav li a {
        margin: 0 3px;
    }
    .header_sec .btn_sec a {
        margin-left: 9px;
    }
    .header_sec .navbar-nav li a.recent {
        padding: 8px 10px;
    }
    .header_sec .btn_sec .estimate_btn {
        font-size: 14px;
        padding: 8px 9px;
    }
    .header_sec .logo {
        margin-right: 18px;
    }
    /***=== Header CSS ===***/
    /***=== Footer CSS ===***/
    .f_contact_info {
        width: 33%;
    }
    /***=== Footer CSS ===***/
 
   
}
/* 1400px */
@media (max-width:1400px) {
    .header_sec .logo {
        width: 120px;
        margin-right: 11px;
    }
    .header_sec .navbar-nav li a {
        margin: 0 4px;
        padding: 6px 4px !important;
        font-size: 12px;
    }
    .header_sec .navbar-nav li a.recent {
        padding: 5px 6px !important;
    }
    .header_sec .btn_sec .estimate_btn {
        font-size: 13px;
        padding: 5px 10px !important;
        margin-left: 6px;
        border-radius: 5px;
    }
    .header_sec .btn_sec .whatsapp_btn {
        border-radius: 5px;
        padding: 7px 2px;
    }
    .header_sec .btn_sec .whatsapp_btn i {
        font-size: 22px;
    }
  
   
    
    /***=== Header CSS ===***/
    .login_call .call_icon {
        width: 55px;
        height: 55px;
        border-radius: 10px 0 0 10px;
        margin: 8px auto;
    }
    .login_call .call_icon img {
        width: 16px;
        margin-top: 4px;
    }
    .login_call .call_icon span {
        font-size: 12px;
    }
    .login_call .call_icon.login img {
        width: 28px;
        margin-top: 5px;
    }
    /***=== Header CSS ===***/
    .title {
        font-size: 22px;
    }
    .title span {
        font-size: 30px;
    }
    .des {
        font-size: 14px;
    }
    .title_des {
        font-size: 18px;
    }
    /***=== Footer CSS ===***/
    .f_contact_info {
        width: 38%;
    }
    .footer_sec .footer_top .f_address_sec .text_content {
        width: 87%;
    }
    /***=== Footer CSS ===***/
   
    
}


/* 1200px */
@media (max-width:  1200px) {
    .title {
        font-size: 20px;
    }
    .title span {
        font-size: 26px;
    }
    
   
     /***=== Header CSS ===***/
    .header_sec .logo {
        width: 80px;
        margin-right: 6px;
    }
    .header_sec .navbar-nav li a {
        font-size: 11px;
        margin: 0 3px;
    }
    .header_sec .btn_sec .estimate_btn {
        font-size: 10px;
        padding: 4px 7px;
        border-radius: 5px;
    }
    .header_sec .btn_sec .estimate_btn {
        padding: 8px 5px;
        font-size: 10px;
    }
    .header_sec .navbar-nav li a.recent {
        padding: 6px 5px !important;
        border-radius: 4px;
    }
    .header_sec .navbar-nav li a {
        margin: 0 4px;
        padding: 6px 2px !important;
    }
    .header_sec .btn_sec a {
        margin-left: 4px;
        padding: 8px;
    }
    .header_sec .navbar-nav li a {
        font-size: 10px;
        margin: 0 5px;
    }
    .header_sec .btn_sec .whatsapp_btn {
        border-radius: 5px;
        padding: 5px 2px;
        width: 34px;
    }
    /***=== Header CSS ===***/
    /***=== Footer CSS ===***/
    .f_contact_info {
        width: 44%;
        padding: 16px 22px;
        top: -30px;
    }
    .footer_sec .footer_top .f_address_sec .text_content {
        width: 84%;
    }
    .footer_sec .footer_top .f_title {
        font-size: 14px;
        margin-bottom: 14px;
    }
    
    /***=== Footer CSS ===***/
    
}


/* 991px */
@media (max-width:  991px) {
    .title {
        font-size: 24px;
    }
    .title span {
        font-size: 34px;
    }
    /***=== Header CSS ===***/

    .navbar-nav {
   
    margin-left: 0px !important;
}
    .header_sec .navbar-toggler {
                background: #fecc52;
        padding: 3px;
        width: 40px;
        height: 33px;
        position: absolute;
        right: 6%;
        margin-top: 0px;
    }
    .header_sec .navbar-toggler .navbar-toggler-icon {
        width: 26px;
        background-position: 0px -1px;
    }
    .header_sec .btn_sec {
        padding-right: 50px;
    }

    .header_sec .btn_sec {
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: start;
    }
    .header_sec .btn_sec .estimate_btn {
        padding: 8px 5px;
        font-size: 10px;
        margin-bottom: 11px;
    }
    .header_sec .menu_list.collapse.show {
        right: 0;
        transition: all 0.6s ease-in-out;
    }
    .header_sec .menu_list .navbar-nav li {
        border-bottom: 1px solid white;
        padding: 6px 0;
    }
    .header_sec .navbar-nav li a {
        margin: 0 12px;
    }
    .header_sec .navbar-nav li a.recent {
        display: inline-block;
    }
    .header_sec .navbar-nav .dropdown-menu {
        margin: 0;
        border-radius: 0;
    }
    .header_sec .menu_list .navbar-nav li.dropdown {
        padding-bottom: 0;
    }
    .header_sec .navbar-nav .dropdown-menu li {
        padding: 0;
    }
    .header_sec .navbar-nav li.dropdown-menu li a {
        padding-left: 16px !important;
    }
    .header_sec .menu_list .navbar-nav li.m_bent {
        display: none;
    }
    /***=== Header CSS ===***/
    /***=== Footer CSS ===***/
    .f_details_sec .popular_tab_sec ul li button {
        font-size: 11px;
        padding: 0px 5px 4px;
    }
    .f_details_sec .popular_tab_sec .service_list a {
        font-size: 10px;
    }
  
    .f_gap {
        margin-left: 0;
    }
    .f_contact_info {
        width: 58%;
    }
    .widget-footer.logo_footer {
        text-align: center;
        margin-bottom: 50px;
    }
    .f_social {
        justify-content: center;
    }
    /***=== Footer CSS ===***/
    
}



/* 767px */
@media (max-width:  767px) {
    .title {
        font-size: 24px;
    }
    .title span {
        font-size: 38px;
    }
    .title_des {
        font-size: 16px;
    }
   
    /***=== Header CSS ===***/
    .header_sec .logo {
        width: 114px;
    }
    .header_sec .btn_sec {
        padding-right: 38px;
        display: none;
    }
    .header_sec .btn_sec .estimate_btn {
        padding: 4px;
    }
    .header_sec .btn_sec .whatsapp_btn {
        width: 38px;
        margin-left: 0px;
    }
    .header_sec .btn_sec .whatsapp_btn {
        width: 28px;
    }
    .btn_sec.m_btn_sec .estimate_btn {
        font-size: 12px;
        padding: 18px 2px;
    }
    
    .m_whatsapp_menu {
        display: block;
    }
    /* .btn_sec.m_btn_sec {

        display: flex;
    } */

    .header_sec .menu_list .navbar-nav li .consultancy_btn {
        margin: 5px auto;
        background: #fff;
        display: inline-block;
        border-radius: 5px;
        color: #412145;
    }
    
    .header_sec .menu_list .navbar-nav li.m_bent {
        padding-left: 10px;
        margin-top: 130px;
        display: block;
        border-top: 1px solid #623d66;
        border-bottom: none;
    }
    .header_sec .menu_list .navbar-nav li .consultancy_btn:hover {
        background: #d2a7d7;
        color: #ffffff;
    }
    .login_call {
        flex-direction: column;
    }
    .login_call .call_icon.login i {
        display: none;
    }
    .login_call .call_icon.d_call {
        display: flex;
        background: #b48c56;
    }
    .login_call .call_icon.d_call i {
        color: #fff;
        font-size: 16px;
    }
    .login_call .call_icon {
        width: 40px;
        height: 70px;
        font-size: 12px;
        position: relative;
        border-radius: 10px 0 0 10px;
        margin: 10px 0;
    }
    .login_call .call_icon span {
        display: none;
    }
    .login_call .call_icon span {
        display: none;
    }
    .login_call .call_icon img {
        width: 15px;
        margin-bottom: 0;
    }
    .login_call .call_icon.login img {
        width: 25px;
        display: none;
    }
    a.whatsapp_btn.m_whatsapp_btn {
        display: block;
    }
    .login_call .call_icon span {
        display: none;
    }
    .login_call .call_icon.login span {
        display: block;
        position: absolute;
        right: -26px;
        transform: rotate(-90deg);
        top: -8px;
        bottom: -3px;
        font-size: 16px;
    }
    /* .header_sec .navbar-toggler {
        display: none;
    } */
    
    .header_sec .whatsapp_btn.m_whatsapp_btn {
        width: 33px;
        display: flex;
        background: #30d14e;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        padding: 5px 2px;
        margin-top:-33px;
    }
    
    .header_sec .whatsapp_btn.m_whatsapp_btn i {
        color: #fff;
        font-size: 28px;
    }
    /***=== Header CSS ===***/
    .login_call {
        flex-direction: column-reverse;
    }
    .f_contact_info {
        top: -24px;
    }
    /***=== Footer CSS ===***/
    .f_details_sec {
        margin-bottom: 70px;
    }
    .f_details_sec .popular_tab_sec {
        margin: 6px auto;
    }
    .f_details_sec .popular_tab_sec ul li {
        margin-top: 10px;
    }
   
    .footer_sec .footer_top {
        padding: 70px 0 70px;
    }
    .m_footer {
        display: block;
    }
    .f_contact_info {
        width: 90%;
    }
    /* footer.footer_sec {
        display: none;
    } */
    .footer_sec .footer_top .f_menu {
        padding: 0 0 0 45px;
    }
    .footer_sec .footer_top .f_title {
        color: #fecc52;
    }
    .footer_sec .footer_top .f_title {
        color: #fecc52;
    }
    .footer_sec .footer_top a.f_title:hover {
        color: #fff;
    }
  
    
    /***=== Footer CSS ===***/
   
    
   
    
}



/* 480px */
@media (max-width:  480px) {
    .title {
        font-size: 20px;
    }
    .title span {
        font-size: 30px;
    }
    /* .m_footer {
        height: 110px;
    } */
    .f_contact_info {
        width: 90%;
        flex-direction: row;
        display: flex;
        padding: 15px 10px;
        top: -28px;
        justify-content: center;
    }
    .f_contact_info a {
        margin: 0 4px;
        padding: 0;
        font-size: 13px;
    }
    .f_contact_info a i {
        margin-right: 3px;
        font-size: 13px;
    }
    /* .login_call .call_icon {
        width: 46px;
        height: 50px;
        font-size: 12px;
        border-radius: 8px 0 0 8px;
    }
    .login_call .call_icon img {
        width: 9px;
        margin-bottom: 4px;
    }
    .login_call .call_icon.login img {
        width: 17px;
    }
    */
    /* F menu */
    /* .m_footer {
        position: fixed;
        height: 100px;
    }
    .m_footer .menu a {
        width: 21%;
        font-size: 12px;
        flex: 0 0 21%;
    }
    .m_footer .menu a svg {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }
    .m_footer .menu a.btn {
        width: 54px;
        height: 54px;
        transform: translateY(-50px);
        flex: 0 0 54px;
    }
    .m_footer .menu a.btn svg {
        width: 24px;
        height: 24px;
    } */
    /* .m_footer {
        bottom: -1px;
    } */

    .m_footer {
        height: 70px;
    }
    .m_footer .menu {
        padding-top: 10px;
    }
    .m_footer .menu a {
        font-size: 12px;
    }
    .m_footer .menu a svg {
        width: 25px;
        height: 24px;
        margin-bottom: 8px;
    }
    .m_footer .menu a.btn {
        width: 40px;
        height: 40px;
        transform: translateY(-30px);
        flex: 0 0 40px;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
    }
    .m_footer .menu a.btn svg {
        width: 22px;
        height: 22px;
    }
    /* F menu */
}




.social_sidebar_fixed {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 1000;
  background-color: #fecc52;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size:40px;
}

.social_sidebar_fixed a {
  color: #000;
  font-size: 18px;
  margin: 8px 0;
  text-align: center;
  transition: all 0.3s ease;
}

.social_sidebar_fixed a:hover {
  background-color: #5a3e1b;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
}




.whatsapp-icon {
  left: 10px; /* reduced from 20px */
  background-color: #25D366;
}

.call-icon {
  right: 10px; /* reduced from 20px */
  background-color: #a7844d;
}

.floating-icon img {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .floating-icon {
    bottom: 15px;
    padding: 10px;
  }

  .floating-icon img {
    width: 22px;
    height: 22px;
  }
}

    

.portfolio-section {
  padding: 145px 20px;
}





.navbar-nav .nav-link:hover,
.navbar-nav .dropdown-item:hover {
  transform: scale(1.2);   /* 1.2 అంటే 20% పెరుగుతుంది */
  transition: transform 0.3s ease;
}




/* .header_sec .logo img { max-height:68px; } */

.header_sec .navbar-nav .nav-link {

    color: #fff;
   
    font-size: 14px;
    font-family: 'avenir_lt_std55_roman';
    margin: 0 12px;
}


/* Contact button */
.estimate_btn {
  background:#e2b978; color:#000; border-radius:8px;
  padding:6px 15px; font-weight:600; text-transform:uppercase;
  margin-left:12px;
}
.estimate_btn:hover { background:#c99c52; color:#fff; }

/* -------------------
   Mobile Fixes
------------------- */
@media (max-width:991.98px) {
  /* Navbar collapsible full width */
  .header_sec .navbar-collapse {
    background:#000;
    padding:15px;
    position: absolute;
    top:100%;
    left:0;
    width:100%;   /* ✅ full width */
    z-index: 9999;
  }

  /* Toggler styles */
  .navbar-toggler { border:none; color:#fff; font-size:24px; }
  .navbar-toggler:focus { box-shadow:none; }
  .navbar-toggler .open-icon, .navbar-toggler .close-icon { font-size:26px; color:#fff; }

  /* Dropdown inside mobile */
  .navbar-nav .dropdown-menu {
    display:none;
    position: static !important;
    background:#111;
    padding-left:15px;
    margin:0;
    width:100%;   /* ✅ full width for dropdown */
  }
  .navbar-nav .dropdown-menu.show { display:block; }
  .navbar-nav .dropdown-item { color:#fff; }
  .navbar-nav .dropdown-item:hover { background:#e2b978; color:#000; }
}


@media (max-width: 767px) {
  .header_sec {
    height: 130px;       /* header same height */
    position: relative;  /* allow logo absolute inside */
  }
  .header_sec .logo img {
    height: 325px;
        width: 302px;
        position: absolute;
        top: 50%;
        left: 41%;
        transform: translate(-50%, -50%);
  }
}