/*
***************************
    Theme Name: Realeshole
    1.header_top
    2.main menu area
    3.mobile_logo_area
    4.slider_area
    5.rl apartment
    6.about area
    7.service area
    8.feature area
    9.listing area
    10.img port area
    11.counter area
    12.restimonial area
    13.counter area
    14.team member area
    15.call to action
    16.blog area
    17.brand area
    18.subscribe area
    19.footer area
    20.copyright area
    
***********************
*/

/* ======= site font family ==========*/

@import url('css2.css');

:root{
    --blackc: #000000;
    --whitec: #fff;
    --bgcolor: #febd1f;
    --brcolor: #0E76BC;
    --paracolor: #555;
    --titlecolor: #143d5e;
}
html,body{
    overflow-x: hidden;
}
/* defult css */
body{
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    color: var(--titlecolor);
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    color: var(--titlecolor);
}
h1,
h1 a{
    font-size: 30px;
}
h2,
h2 a{
    font-size: 22px;
}
h3,
h3 a{
    font-size: 24px;
}
h4,
h4 a{
    font-size: 16px;
}
h5,
h6,
h6 a{
    font-size: 15px;
}

.btn-primary:focus,

textarea:focus,
input:focus{
   box-shadow: none !important;
    border: none;
}
textarea,
input{
	outline:none;
}
.btn:focus {
    text-decoration: none;
    outline: none;
	box-shadow: none;
}
input:focus,
button:focus{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;	
}
::-moz-placeholder {
    font-size: 16px;
}
::-webkit-input-placeholder {
    font-size: 16px;
}
:-ms-input-placeholder {
    font-size: 16px;
}
::placeholder {
    font-size: 16px;
}
a{
    transition: .5s;
	text-decoration:none;
    font-size: 14px;
}
a:focus, 
a:hover {
    text-decoration: none;
	outline: none;
} 

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active{
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;	
}
p.form-messege{
    margin-top: 8px;
}
P{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--paracolor);
}
a{
    text-decoration: none;
    color: var(--paracolor);
    transition: .5s;
}
a:hover{
    color: var(--brcolor);
}
.witr_all_pd0{
    padding: 0;
}
/* highlight color css */
h2 span.highlight {
    color: var(--bgcolor);
}

/*======== header top start ==========*/
.header_top {
    padding: 10px 150px;
    background-image: url(../image/top-menu-bg.png);
    background-position: center;
    background-size: cover;
}
.top_menu_left{
    margin-left: 15px;
    color: var( --bgcolor);
}
.top_menu_left span {
    color: var(--whitec);
    margin-right: 17px;
    font-size: 15px;
}
.top_right_menu_text {
    margin-right: 25px;
}
.top_menu_left span i {
    margin-right: 6px;
    font-size: 13px;
}
/*--ICON--*/
.top_menu_left a i {
    margin-right: 6px;
    color: var(--whitec);
    font-size: 13px;
}
.top_menu_left a span{
    color: var(--whitec);
    font-size: 15px;
}

.top_menu_left_icon {
    display: inline-block;
    margin-left: 15px;
}
.top_menu_left_icon>a>i{
    margin-right: 0px;
}
.top_menu_left_icon a i{
    transition: .5s;
    font-size: 15px;
    font-weight: 600;
    color: var(--whitec);
}
.top_menu_left_icon a i:hover{
    color: var(--titlecolor);
}
/* top right text */
.top_right_menu_text ul{
    margin: 0;
    padding: 0;
}
.top_right_menu_text ul li{
    display: inline;
    list-style: none;
}
.top_right_menu_text ul li a{
    color: var(--whitec);
    margin-right: 10px;
    font-weight: 500;
}
/*--top_menu_right--*/
.top_menu_right {
    display: flex;
    color: var( --whitec);
    justify-content: end;
    margin-right: 15px;
}
.top_menu_right a{
    color: var(--whitec);
    margin-left: 15px;
    transition: .5s;
}
.top_menu_right a i{
    font-size: 15px;
}
.top_menu_right :hover{
    color: var(--titlecolor);
}
.absolute_menu .sticky .header_top{
    display: none;
}
/*======== header top end ==========*/

/*======== main menu area start ==========*/
.main_menu_area {
    padding: 0 150px;
    background-color: var(--whitec);
    z-index: 9999;
}
.main_menu_area.breadcam_menu {
    background-color: var(--whitec);
}
/* mobile menu */
.mobile_menu{
    display: none;
}
.mobile_logo_area{
    display: none;
}
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: rgb(0 0 0 / 70%);
}
.main_menu_area .sticky_logo{
    display: none;
}
.main_menu_area.sticky .main_logo{
    display: none;
}
.main_menu_area.sticky .sticky_logo{
    display: block;
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}

.main_menu_area.sticky .inner_main_nav_area >ul >li >a:hover{
    color: var(--bgcolor);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_btn a{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_icons a i, .main_nav_icon_right> i{
    color: var(--whitec);
}
/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: baseline;
    justify-content: end;
}
/* absolute menu css */
.absolute_menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: none;
}
.absolute_menu .main_nav_area{
    justify-content: flex-end;
}
/* landing menu css */
.landing_menu .main_nav_area{
    justify-content: end;
}
.main_menu_all_item{
    align-items: center;
}
/* inner main nav area css */
.inner_main_nav_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_main_nav_area >ul >li {
    display: inline-block;
    position: relative;
}
.inner_main_nav_area >ul >li >a {
    display: block;
    margin: 35px 12px;
    transition: .2s;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #272727;
    text-transform: uppercase;
}
.inner_main_nav_area >ul >li >a>i{
    font-weight: 700;
    color: var(--titlecolor);
}
.inner_main_nav_area >ul> li> a:hover{
    color: var(--bgcolor);
}
/* main nav btn css */
.main_nav_btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 30px;
    border: 1px solid #dddddd;
    background: none;
    color: var(--paracolor);
}
.inner_main_nav_area ul li a.menu_nav_active{
    color: var(--bgcolor) !important;
}
.main_nav_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a:hover{
    color: var(--bgcolor);
}
/* main nav icons together */
.beutty_right_area {
    display: flex;
    align-items: center;
}
.main_nav_icons_together {
    display: flex;
    align-items: center;
}
/* main nav icons */

.main_nav_icons >i {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    transition: .5s;
    color: var(--titlecolor);
    margin-left: 25px;
    cursor: pointer;
    font-size: 16px;
}
.main_menu_area.sticky .main_nav_icons >i{
    color: var(--whitec);
}
.main_nav_icons >i:hover{
    background-color: var(--bgcolor);
}
/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    bottom: 100%;
    left: 0;
    background: rgb(254 189 17 / 64%);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.nav_icon_popup.icon_popup {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

/* main nav icon right */
.main_nav_icon_right {
    margin-left: 22px;
}
.main_nav_icon_right> i {
    display: inline-block;
    font-size: 23px;
    border-radius: 10px;
    cursor: pointer;
    color: #272727;
}
.main_menu_area.sticky .main_nav_icon_right> i{
    color: var(--whitec);
}
/* main nav icon right popup */
.main_nav_icon_right_popup {
    position: fixed;
    top: 0;
    right: -110%;
    width: 400px;
    height: 100%;
    background: #fff;
    z-index: 999;
    padding: 100px 20px 30px;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.main_nav_icon_right_popup.site_popup {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.main_nav_icon_right_popup h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
}
/* main nav right popup close */
.m_nav_rpi_close {
    text-align: end;
    margin: -57px 0 20px;
}
.m_nav_rpi_close >i{
    display: inline-block;
    color: var(--blackc);
    font-size: 40px;
    font-weight: 400;
    cursor: pointer;
}
.m_nav_right_pp_form{
    position: relative;
}
.m_nav_right_pp_form input{
    height: 54px;
    width: 100%;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 20px;
}
.m_nav_right_pp_form button{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 13px 20px;
    outline: none;
    border: none;
    background: #ddd;
    color: var(--blackc);
}
/* right popup nav */
.right_popup_nav {
    padding: 65px 0 0 0;
}
.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}
.right_popup_nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}
.right_popup_nav ul li.r_nav_child_border{
    border-bottom: none;
}
/* right popup address */
.right_popup_address {
    padding: 40px 0 14px;
}
.right_popup_address h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.right_popup_address p{
    width: 85%;
}
.right_popup_inner_address p{
    color: var(--brcolor);
}
.right_popup_inner_address p i{
    margin-right: 6px;
}
.right_popup_address h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 15px 0 14px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
    position: relative;
}
/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}
.inner_nav_icon_popup input{
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}
/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
}
.inner_nav_popup_btnicon{
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}
.inner_nav_icon_popup i{
    display: inline-block;
    margin-top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}
/* main nav icons middle css */
.main_nav_icons_middle {
    margin-left: 30px;
    position: relative;
}
.main_nav_icons_middle a {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    display: inline-flex;
    background: #fff;
    border-radius: 100%;
}
.main_nav_icons_middle a span {
    position: absolute;
    top: 0;
    right: -5px;
    width: 18px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: var(--bgcolor);
    border-radius: 100%;
    color: var(--whitec);
}
.main_nav_middle_box_item {
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 130%;
    width: 300px;
    height: 300px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: var(--whitec);
    transition: .5s;
}
.main_nav_icons_middle:hover .main_nav_middle_box_item{
    top: 170%;
    opacity: 1;
    visibility: visible;
}
.main_nav_middle_box_item p{
    padding: 20px;
}

.m_nav_right_pp_form{
    position: relative;
}
.m_nav_right_pp_form input{
    height: 54px;
    width: 100%;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 20px;
}
.m_nav_right_pp_form button{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 13px 20px;
    outline: none;
    border: none;
    background: #ddd;
    color: var(--blackc);
}
/* right popup nav */
.right_popup_nav {
    padding: 65px 0 0 0;
}
.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}
.right_popup_nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}
.right_popup_nav ul li.r_nav_child_border{
    border-bottom: none;
}
.right_popup_nav ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
}
/* right popup address */
.dtbtn {
    background-color: var(--bgcolor);
    color: var(--whitec);
    display: block;
    font-size: 14px;
    margin-left: 20px;
    padding: 11px 25px;
}
.menu_btn a:hover{
    color: var(--whitec);
    background-color: var(--titlecolor);
}
/* drop down menu css */
.inner_main_nav_area ul li .sub_menu{
    position: absolute;
    top: 130%;
    left: 0;
    width: max-content;
    min-width: 205px;
    max-width: 320px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--whitec);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li{
    position: relative;
}
.inner_main_nav_area ul li .sub_menu li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    padding: 6px 17px;
    text-transform: uppercase;
}
.inner_main_nav_area ul li .sub_menu li a:hover{
    color: var(--bgcolor);
    margin-left: 5px;
}
.inner_main_nav_area >ul >li:hover .sub_menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.inner_main_nav_area .sub_menu >li > ul.sub_menu{
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li:hover  ul.sub_menu{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.navd_active{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* h3 menu */
.h3_search_icon i{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.h3_menu_btn a{
    background-color: var(--bgcolor);
    transition: .5s;
}
.h3_menu_btn a:hover{
    background-color: var(--titlecolor);
}
/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area{
    display:none !important;
}
.mean-container a.meanmenu-reveal {
    display: none !important;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-bar {
    background: #fff;
    padding: 0;
}
.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: #444;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li a:hover {
    color: #ff4a17;
}
.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
    padding: 80px 20px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    transform: translateX(100%);
    background: #ffffff;
}
.tx-s-open {
    transform: translateX(0);
}
.mobile_p .tuetion_theme_widget > div.widget_block {
    padding: 0;
}
.mobile_p .tuetion_theme_widget > div {
    padding: 20px 0px 20px;
    box-shadow: none;
}
.mean-container .mean-nav ul li a {
    border: 0;	
    width: 100%;
    border-top: 1px solid #ddd;	
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 20px;
    line-height: 23px;
    text-align: center;
    background: #66666617;
}
.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}
.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}
.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_menu_o  i {
    font-size: 26px;
}
.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}
.mobile_cicon {
    position: absolute;
    right: 30px;
    top: 50px;
}
.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out 0s;
}
.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}
/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
/* inner slider area */
.slider_area{
    overflow: hidden;
    position: relative;
}
.inner_slider_area {
    height: 950px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.inner_slider_content {
    text-align: start;
    width: 68.29%;
}
.inner_slider_content h1 {
    font-size: 18px;
    color: var(--whitec);
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.inner_slider_content h2 {
    font-size: 72px;
    color: var(--whitec);
    margin: 0;
    font-weight: 700;
}
.inner_slider_content h2 span{
    font-weight: 700;
}
.inner_slider_content h3{
    font-size: 72px;
    color: var(--whitec);
    font-weight: 700;
}
.inner_slider_content p{
    color: var(--whitec);
    width: 50%;
    font-weight: 500;
    font-size: 18px;
}
/* golobal btn css */
.b_btn {
    margin-top: 35px;
}
.b_btn a {
    display: inline-block;
    border-radius: 0;
    padding: 20px 40px 20px 40px;
    background-color: var(--bgcolor);
    color: var(--whitec);
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.b_btn a:hover{
    background-color: var(--titlecolor);
    color: var(--whitec);
}

/* slider site img */
/* slider defult arrow css */
.slider_area .slick-prev, .slider_area .slick-next {
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
}
.slider_area .slick-prev{
    left: 0;
}
.slider_area .slick-next{
    right: 10px;
}
.slider_area .slick-prev::before ,.slider_area .slick-next::before{
    content: '\eac9';
    font-family: IcoFont;
    color: var(--whitec);
    display: inline-block;
    background: 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    font-size: 40px;
    font-weight: 700;
}
.slider_area .slick-next::before{
    content: '\eaca';
}
.slider_area .slick-prev:hover::before ,.slider_area .slick-next:hover::before{
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.slider_area:hover .slick-prev , .slider_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}

/* slider dots */

/* dots */
.slick-dots {
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    z-index: 11;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    background-color: #e93047;
    border-radius: 0px 0px 0px 0px;
}
.slick-dots li button {
    font-size: 0;
    width: 18px;
    height: 18px;
    border: 0 solid var(--bgcolor);
    margin: 0 5px;
    cursor: pointer;
    border-radius: 100%;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0;
    background-color: #e9304644;
}
.slick-dots li.slick-active button {
    background: var(--bgcolor);
}
/* home video page area css */
.video_slider_area{
    position: relative;
}
.slider_vedio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    pointer-events: none;
    z-index: -999;
}
.slider_vedio iframe {
    width: 100%;
    height: 100%;
    border: none;
    transform: scale(1.4);
}
/* slider dots */
/* h2 slider */
.h2_btn a{
    border-radius: 5px;
}

/* video area */
.tr_vedio_vano_box a {
    right: 63%;
    top: 55%;
    position: absolute;
    display: inline-block;
    color: var(--titlecolor);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
    border-radius: 100%;
    transition: .5s;
    background-color: transparent;
    animation: witr-shadow 1s linear infinite;
    background-color: var(--whitec);
}
.tr_vedio_vano_box a i{
    margin-top: -50px;
}
@keyframes witr-shadow{
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
/* h2 slider */
.h2_slider_icon{
    margin-top: 20px;
}
.footer_social_icons.h2_slider_icon a{
    border-radius: 5px;
    transition: .5s;
    background-color: var(--bgcolor);
}
.footer_social_icons.h2_slider_icon a:hover{
    background-color: var(--titlecolor);
}
/* h3 home */
.h3_btn a{
    border-radius: 5px;
    background-color: var(--blackc);
}
/*======== slider area end  ==========*/

/*======== video area start  ==========*/
.video_slider_area{
    position: relative;
    overflow: hidden;
}
.video_slider_area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #00000096;
}
.witr_youtube_video {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}
.single_slide_img {
    position: relative;
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
    transform: scale(2.5);
}
.video_slider_area .inner_slider_content h1, .video_slider_area .inner_slider_content h2, .video_slider_area .inner_slider_content p{
    color: var(--whitec);
}
/*======== video area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.breadcum_area::before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background-color: rgba(2, 37, 89, 0.266);
}
.inner_breadcum_area {
    padding-top: 65px;
    padding-bottom: 65px;
    position: relative;
    z-index: 9999;
}
.inner_breadcum_area h1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--whitec);
    margin: 0;
}
.inner_breadcum_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: var(--whitec);
}
.inner_breadcum_area ul li{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li a {
    display: inline-block;
    font-size: 16px;
    color: var(--whitec);
    font-weight: 400;
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
    font-size: 22px;
    margin: 0 -4px;
}
/*======== breadcum area end  ==========*/

/*======== apartment cities area start  ==========*/
.rl_apartment {
    background-color: var(--whitec);
    padding: 0 0 40px;
}
.rl_apartment_area{
    margin-top: -200px;
    background-color: var(--whitec);
}
.rl_apartment_area{
    position: relative;
    background-size: cover;
    padding: 60px 35px 60px;
    text-align: left;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
}
.apartment_text h2{
    font-size: 36px;
    margin-bottom: 25px;
}
.select_input {
    padding: 0px 0px 0px 20px;
    border: 1px solid #dee2e6;
    outline: none;
    height: 60px;
    width: 100%;
    color: #888;
    margin-bottom: 20px;
}
.twr_form_box {
    margin-bottom: -15px;
}
.twr_form_content {
    margin: 0 0 20px;
}
.apartment_btn {
    display: ruby-text;
    font-weight: 600;
    padding: 15px 30px;
    background-color: var(--bgcolor);
    width: 100%;
    color: var(--whitec);
    border: none;
    transition: .5s;
    font-size: 14px;
}
.apartment_btn:hover{
    background-color: var(--titlecolor);
}
/* partmrnt right text */
.em_service_title{
    padding: 50px 20px 40px 10px;
    background-color: var(--titlecolor);
}
.em_service_title h3{
    font-size: 24px;
    margin: 0 20px;
}
.em_service_title h3 a{
    color: var(--whitec);
}
/* call */
.rl_apartment_call{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 50px 20px 58px 10px;
    background-color: var(--bgcolor);
}
.rl_apartment_icon i{
    font-size: 40px;
    color: var(--whitec);
}
.aprtment_text_rl >h3 {
    font-size: 24px;
    margin: 0;
}
.aprtment_text_rl h3 a{
    color: var(--whitec);
}
/* h2 apartment css */
.h2_apartment {
    position: relative;
    background-size: cover;
    padding: 40px 40px 20px 40px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
    background: #222222;
    margin-top: -70px;
    margin-bottom: 55px;
}
/* h2 apartment css */

/* h3 service */
.single_service.h3_service_icon >i {
    background: transparent;
    font-size: 50px;
    color: var(--bgcolor);
    margin: -40px 0;
}
.h3_service_active:hover .single_service.h3_service_icon >i{
    color: var(--whitec);
}
/* breadcam servic */
.br_service{
    border-radius: 0px 60px 0px 60px;
}
/*======== apartment cities area end  ==========*/

/*======== about area end =======*/
.about_area {
    padding: 50px 0 0;
}
.about_main_am h2{
    position: relative;
}
.about_main_am img {
    position: relative;
    top: 30px;
}
.about_main_am h4 {
    color: var(--bgcolor);
    margin-bottom: 10px;
}
.about_main_am h2 {
    font-size: 48px;
    margin-bottom: 10px;
}
/* list item */
.sub_about_list {
    display: flex;
    gap: 100px;
}
.sub_about_list ul{
    margin: 0;
    padding: 0; 
}
.sub_about_list ul li {
    list-style: none;
    font-weight: 500;
    margin-top: 10px;
}
.sub_about_list ul li span i {
    color: #00B600;
    margin-right: 10px;
}
.about_thumb {
    margin-top: 20px;
}
.em_service_desc{
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #333333;
}
.em_service_desc p {
    margin-left: 25px;
}
.about_btn {
    margin: 50px 0px 30px 0px;
}
.about_btn a{
    padding: 16px 40px;
    text-align: center;
    position: relative;
    color: var(--whitec);
    transition: .5s;
    background-color: var(--bgcolor);
}
.about_btn a:hover{
    background-color: var(--titlecolor);
}
/* img btn */
.am_single_about img{
    width: 100%;
    position: relative;
}
.single_about_btn {
    text-align: end;
    display: flex;
    justify-content: end;
    align-items: baseline;
    margin-top: 0;
    gap: 10px;
    margin-right: 35px;
}
/* h2 abut css */
.h2_about{
    padding: 60px 0 50px
}
.h2_about_border{
    border: none;
    margin: 0;
}
.h2_about_border p{
    margin: 10px 0;
}
.sub_about_list .h2_icon li span i{
    color: var(--paracolor);
}
/* h2 abut css */

/* h3 about  */
.h3_about_list li span a{
    font-size: 18px;
}
.sub_about_list .h3_about_list li span i{
    font-size: 30px;
    color: var(--bgcolor);
}
/*======== about area end  ==========*/


/*======== img area start  ==========*/
.img_port_area {
    padding: 60px 0 50px;
}
.img_active {
    margin: 40px 130px;
}
.inner_img_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.inner_img_overlay img {
    height: 100%;
    transition: .5s;
    width: 100%;
}
.inner_img_area:hover .inner_img_overlay img{
    transform: scale(1.2);
}
/* img overlay go  */
.img_overlay_go{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color: #febd1f;
    transition: .5s;
    transform: scale(0);
}
.inner_img_area :hover .img_overlay_go{
    transform: scale(1);
}
.item_pos{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 1px;
    margin-top: 1px;
}
/* absolute icons css */
.absolute_icons {
    transform: rotateY(90deg);
    position: absolute;
    bottom: 30px;
    top: auto;
    right: 30px;
    left: auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_img_area:hover .absolute_icons{
    transform: rotateY(0);
    opacity: 1;
    visibility: visible;
}
/* inner img content  */
.project_title {
    text-align: center;
    position: absolute;
    border-radius: 0px;
    top: 40%;
    right: 0;
    left: 0;
}
.project_title p {
    color: var(--whitec);
    margin: 10px 0 5px;
}
.project_title h2 a{
    color: var(--whitec);
    font-size: 24px;
    transition: .5s;
}
.project_title h2 a:hover{
    color: var(--titlecolor);
}
.project_title a{
    color: var(--whitec);
}
.img_area:hover .slick-prev ,.img_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/* h2 port area css */
.h2_port_area {
    position: relative;
    padding: 120px 0 100px;
}
.h2_port_icon >a {
    border-radius: 5px;
    font-size: 20px;
    margin: 0 3px 11px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 50px;
    display: inline-block;
    color: var(--whitec);
    background-color: var(--bgcolor);
    position: absolute;
    right: 20px;
    top: 22px;
    z-index: 9999;
}
.img_overlay_go.h2_overlay{
    background-color: #febd1f80;
}
.port_imgd {
    margin-top: -110px;
}
.h2_project_btn {
    margin: 35px 0;
}
/* h2 port area css */
/*======== img area end  ==========*/


/*=======  feature area start  =======*/

.feature_area {
    padding: 50px 0 50px;
    position: relative;
}
.main_feature_item {
    display: flex;
    gap: 22px;
    background-color: rgb( 255, 255, 255 );
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 22%);
    padding: 22px;
    margin-bottom: 30px;
}
.feature_title h2 {
    font-size: 24px;
    margin-bottom: 5px;
}
.feature_price p span i{
    color: var(--bgcolor);
    margin-right: 15px;
}
.feature_price p span{
    margin-right: 20px;
}
.feature_price{
    border-bottom: 1px solid var(--paracolor);
}
.feature_title_logo {
    position: relative;
    margin-top: 16px;
}
.feature_title_logo sub {
    font-size: 30px;
    color: var(--bgcolor);
    left: 131px;
}
/* h3 feature */
.h3_feature{
    margin-top: -35px;
}
.h2_feature_title.witr_sub_item {
    position: relative;
    padding: 40px 40px 12px;
    z-index: 1;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -27px;
    transition: .5s;
}
.h2_feature_title:hover{
    background: var(--bgcolor);
}
.h2_fe_icon.h3_feature_icon{
    bottom: 37%;
    transition: .5s;
}
.h2_feature_title:hover.h2_feature_title h3 a{
    color: var(--whitec);
}
h2_feature_title p{
    transition: .5s;
}
.h2_feature_title:hover.h2_feature_title p{
    color: var(--whitec);
}
.h2_fe_icon.h3_feature_icon i{
    color: var(--whitec);
    background-color: #222222;
}
.h2_fe_icon.h3_feature_icon i:hover{
    background-color: var(--bgcolor);
}
/*======= feature area end  ======*/


/*======== ABOUT 2 AREA START ==========*/

.skill_area {
    padding: 120px 0 200px;
    margin: 60px 0;
}
.skill_left{
    text-align: left;
}
.skill_left p{
    width: 100%;
}
.skill_left img{
    margin-left: 50px;
}
/* progress bar */
.section_title_skill p {
    color: var(--whitec);
    margin-bottom: 45px;
}
.inner_progres_bar h2 {
    font-size: 14px;
    color: var(--whitec);
    margin-bottom: 10px;
}
.inner_progres_bar .progress {
    height: 10px;
    margin-bottom: 20px;
    overflow: inherit;
}
.single_about_text.single_faq {
    overflow: hidden;
}
.inner_progres_bar .progress-bar{
    background-color: var(--bgcolor);
    overflow: inherit;
    border-radius: 10px;
}
.progress-bar span {
    color: var(--whitec);
    text-align: end;
    margin-top: -46px;
    font-size: 12px;
    position: absolute;
    right: 0;
    background: #222;
}
/* web */
.skill_left h4{
    color: var(--bgcolor);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

/*===== ABOUT 2 AREA START  ======*/



/*======= h2 feature area start  ======*/
.single_h2_feature img{
    width: 100%;
}
.single_h2_feature {
    margin: 0 20px;
}
.service_btn.h2_service_btn {
    margin-bottom: 15px;
}
.h2_feature_title {
    position: relative;
    padding: 40px 40px 12px;
    z-index: 1;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -27px;
    background-color: var(--whitec);
    box-shadow: 0 0 30px -5px rgb(0 0 0 / 10%);
}
.h2_feature_title h3{
    margin: 10px 0;
}
.h2_feature_title h3 a{
    transition: .5s;
}
.h2_feature_title h3 a:hover{
    color: var(--bgcolor);
}
.h2_fe_icon {
    position: absolute;
    z-index: 9;
    bottom: 37%;
    margin-left: 205px;
}
.h2_fe_icon i{
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    transition: .5s;
    color: var(--whitec);
    background-color: #222222;
}
/*======= h2 feature area end  ======*/

/*======= listing area start  ======*/
.listing_area {
    padding: 50px 0;
}
.main_listen_tile {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 22%);
    margin: 0 10px;
    position: relative;
}
.main_listen_tile h5 {
    border-radius: 0 10px;
    position: absolute;
    top: 35px;
    right: 0;
    padding: 10px 20px;
    color: var(--whitec);
    background-color: var(--titlecolor);
}
.single_listen img{
    width: 100%;
}
.list_title{
    padding: 20px;
}
.list_title h2{
    margin:0 0 10px;
}
.list_title sub{
    font-size: 30px;
    color: var(--bgcolor);
}
.listen_price{
    border: none;
    margin-top: 10px;
}
/*======= listing area end  ======*/

/*======= call_to_action area start  ======*/
.call_to_action{
    padding: 50px 0;
}
.call_img{
    background: url(../image/call-to-bg.jpg);
    background-size: cover;
    padding: 50px 65px 30px 76px;
}
.call_text h2 {
    font-size: 24px;
    color: var(--whitec);
    margin-bottom: 6px;
}
.call_text p{
    color: var(--whitec);
}
.call_btn {
    text-align: end;
}
.call_btn a{
    padding: 15px 40px 15px 40px;
    display: inline-block;
    font-size: 14px;
    transition: 1s;
    transition: 1s;
    margin-right: 15px;
    font-weight: 500;
    color: var(--bgcolor);
    background-color: var(--whitec);
}
.call_btn a:hover{
    color: var(--whitec);
    background-color: var(--titlecolor);
}
/* h3 call */
.h3_call_img{
    background: url(../image/call3.jpg);
    background-size: cover;
    padding: 50px 65px 30px 76px;
}
.h3_btn a{
    transition: .5s;
    border-radius: 0;
    color: var(--whitec);
    background: var(--bgcolor);
}
.h3_btn a:hover{
    background-color: var(--titlecolor);
}
/*======= call_to_action area end  ======*/


/*===== counter area start  ====*/
.counter_area {
    background-color: var(--bgcolor);
    padding: 45px 0;
    margin: 60px 0;
}
.counter_border {
    border-bottom: 1px solid var(--bgcolor);
    margin-bottom: 74px;
}
.counter_title h2{
    color: var(--whitec);
}
.rl_counter h3,
.rl_counter span {
    color: var(--titlecolor) !important;
    margin: 0;
}
.inner_counter_area{
    position: relative;
}
.main_counter {
    display: block;
    padding: 15px 0;
    text-align: center;
}
.main_counter h2 {
    font-size: 16px;
    font-family: Poppins,sans-serif;
    margin-bottom: 55px;
}
.main_counter i{
    font-size: 60px;
    color: var(--titlecolor);
}
.inner_counter_sub_cont {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-right: 80px;
}
.inner_counter_sub_cont h3, .inner_counter_sub_cont span{
    font-size: 42px;
    font-weight: 700;
    color: var(--bgcolor);
}
.md_0, .rl_counter h2{
    margin: 0;
}
.inner_counter_area h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: -30px;
    position: relative;
    color: var(--whitec);
}
.inner_counter_area img {
    position: absolute;
    top: 0;
    right: 0;
}
.main_counter img{
    float: left;
}

/* breadcam */
.br_counter {
    background-color: var(--bgcolor);
    padding: 70px 0 0;
    margin: 45px 0 65px;
}
.br_counter_icon img{
    float: left;
}
.br_title_cn {
    margin: -10px 0 0;
}
.br_main_counter {
    text-align: center;
}
.br_title_cn h3,.br_title_cn span, .br_counter_icon h2{
    color: var(--titlecolor);
}
.h3_counter h2{
    color: var(--whitec);
}
/*===== counter area end  ====*/


/*=====START MEMBER AREA ======*/
.team_member_area {
    padding: 60px 0;
}
.witr_team{
    margin: 0 0 40px;
}
.section_title_area h3{
    font-size: 48px;
    font-weight: 600;
    color: var(--whitec);
}
.bn_member_title h2{
    color: var(--whitec);
}
.inner_single_title img {
    width: 100%;
    position: relative;
}

/* blog overlay css */
.single_team_img{
    overflow: hidden;
}
.team_thumb{
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: var(--whitec);
    background-color: var(--whitec);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 25px 25px 0px 25px;
    transition: .5s;
}
.team_thumb:hover{
    border: 4px solid var(--bgcolor);
}
.team_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #febd1f6b;
    transform: scale(0);
    transition: .5s;
}
.team_thumb:hover .team_overlay{
    transform: scale(1.2);
}
/* tr team left text */
.team_left {
    margin-top: 121px;
    margin-left: 20px;
}
/* title tr team text */
.tr_team_right_text span{
    font-weight: 700;
}
.tr_team_right_text h3{
    color: var(--titlecolor);
    margin: 7px 0 60px;
}
/* main team devloper */
.team_thumb {
    margin-bottom: 30px;
    position: relative;
}
.inner_single_title {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 20px 30px 0 rgba(42,67,113,.15);
}
/* icon overlay */
.inner_ti_th {
    position: absolute;
    left: 6px;
    bottom: -64px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
/* icon */
.inner_ti_th a i {
    display: block;
    text-align: center;
    color: var(--whitec);
    background-color: var(--titlecolor);
    transition: .5s;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    margin: 5px 0;
    padding: 0px 0px 0px 0px;
}
.inner_ti_th a i:hover{
    background-color: var(--bgcolor);
}
.team_thumb:hover .inner_ti_th {
    bottom: 64px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.inner_ex_left{
    margin-left: 20px;
}
/* Team img */

/* team de info */
.single_team_item {
    padding: 20px 0;
    text-align: center;
}
.single_team_item h5{
    font-size: 24px;
    font-weight: 700;
}
.single_team_item span{
    color: var(--bgcolor);
}
.share_it_icon i {
    text-align: center;
    background: var(--titlecolor);
    color: var(--whitec);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    position: absolute;
    bottom: 116px;
    left: 30px;
    border-radius: 100%;
}
/* about */
.about_team{
    margin: 60px 0 0;
}
/* h2 team css */
.h2_team_thumb{
    padding: 0;
}
.h2_team_active{
    left: -50px;
    bottom: 50%;
}
.team_thumb:hover .h2_team_active {
    left: 10px;
}
/* h2 team css */

/*===== END MEMBER AREA ======*/


/*===== video area start  ====*/
.video_area {
    padding: 200px 0;
    margin: 30px 0 60px;
}
.cu_videobr{
    margin: 60px 200px;
}
.inner_video_area {
    position: relative;
    padding: 0 0px 80px;
}
.inner_video_area a {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    background-color: var(--bgcolor);
    color: var(--whitec);
    transition: .5s;
    animation: witr-shadow 1s linear infinite;
    position: absolute;
}
@keyframes witr-shadow{
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
/* about */
.about_video{
    margin: 0 0 40px;
}
/*===== video area end  ====*/


/*===== service area start  ====*/
.service_area{
    padding: 60px 0;
}
/* section title */
.section_title{
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.section_title img {
    position: absolute;
    top: -20px;
    left: 40%;
}
.section_title h4{
    color: var(--bgcolor);
}
.section_title h2{
    font-size: 48px;
}
.section_title h3{
    font-size: 48px;
    color: var(--titlecolor);
}
/* section title */
.main_service_item {
    padding: 40px 25px 25px 25px;
    text-align: center;
    transition: .5s;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: var(--whitec);
    margin-bottom: 20px;
}
.main_service_item:hover{
    background-color: var(--bgcolor);
}
/* icon */
.single_service >i{
    color: #FEBD1F;
    font-size: 50px;
    width: 100px;
    height: 100px;
    transition: .5s;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    background-color: #FCF5E4;
    border-radius: 100px 100px 100px 100px;
}

.main_service_item:hover:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: var(--bgcolor);
    -webkit-transition: .5s;
    transition: .5s;
}
/* title */
.single_service h3 {
    margin: 10px 0 5px;
    transition: .5s;
}
.main_service_item:hover .single_service h3 a{
    color: var(--whitec)
}
.single_service p {
    margin-bottom: 20px;
    transition: .5s;
}
.main_service_item:hover .single_service p{
    color: var(--whitec)
}
/* service btn */
.service_btn a{
    color: #133C5C;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-style: none;
    transition: .5s;
    padding: 12px 30px;
}
.service_btn a i {
    font-size: 30px;
    position: relative;
    bottom: -5px;
}
.main_service_item:hover .service_btn a{
    color: var(--whitec)
}
/* h2 service css */
.h2_main_service:hover{
    background-color: rgb(0 0 0 / 70%);
}
.h2_service {
    text-align: left;
}
.h2_service i {
    background-color: transparent;
    font-size: 35px;
    width: 0;
    height: 0;
    line-height: 1;
}
.h2_service_btn a{
    border: 1px solid var(--bgcolor);
}
.h2_service_btn a:hover{
    background-color: var(--bgcolor);
}
/* h2 service css */
.h3_setion_title h4{
    margin-bottom: 15px;
}
.h3_setion_title h2,.h3_setion_title h3{
    color: #222;
    font-size: 36px;
}
/*===== service area end  ====*/



/*===== client area start  ====*/
.restimonial_area {
    padding: 0px 0px 130px 0px;
    margin: 45px 0 55px;
}
.witr_testi_itemt {
    padding: 0 10px;
}
.em_single_testimonial {
    position: relative;
    margin-bottom: 30px;
    transition: .5s;
    padding: 37px 30px 26px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    text-align: left;
    border: 2px solid var(--bgcolor);
    background: var(--whitec);
}
.em_test_thumb {
    float: left;
    margin-right: 20px;
}
.test-part {
    margin-bottom: 10px;
}
.test-part, .test-part h6, .test-part ul li {
    display: inline-block;
}
.em_test_thumb img {
    display: initial!important;
    border-radius: 50%;
    width: 59px;
}
.all_color_testimonial h6, .all_color_testimonial h2 {
    font-size: 25px;
}
.test_q_icon_ri {
    background: var(--bgcolor);
    color: var(--titlecolor);
    float: right;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    top: 20px;
    right: 20px;
    text-align: center;
    position: absolute;
}
.em_testi_title span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
	color:var(--bgcolor);
}
.em_testi_content {
    position: relative;
    text-align: center;
}
.em_testi_text {
    overflow: hidden;
    padding-top: 15px;
    float: left;
    text-align: left;
}
.test-part ul li {
    padding-top: 0;
}
.execllent_toggol {
    display: flex;
    align-items: center;
    justify-content: center;
}
.em_crating i{
    font-size: 18px;
    color: var(--bgcolor);
}
.em_single_testimonial:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.13);
}

.restimonial_area .slick-prev {
    left: 44%;
    visibility: visible;
    opacity: 11;
    top: 112%;
}
.restimonial_area .slick-next {
    top: 50%;
    opacity: 11;
    visibility: visible;
    left: 48%;
}
.restimonial_area .slick-next {
    top: 112%;
    opacity: 11;
    visibility: visible;
    right: 71px;
}
.restimonial_area .slick-prev::before, .restimonial_area .slick-next::before {
    border-radius: 0;
}
/* about */
.br_client {
    padding: 115px 0 90px;
}
.br_client{
    padding: 120px 0;
}
.client_br{
    margin-bottom: 0;
}
.witr_background_test{
    border-top: 2px solid var(--bgcolor);
    border-bottom: 2px solid var(--bgcolor);
    margin-top: 50px;
    margin-bottom: 60px;
    background-color: var(--whitec);
}
.test_border{
    box-shadow: 0 0 10px 0 rgb(240 241 243);
    padding: 50px 40px;
    width: 70%;
    margin: -50px auto;
    border-left: none;
    border-right: none;
}
.h2_restimonial_area{
    padding: 70px 0 100px;
}
/*===== client area end  ====*/

/* ===== 14. Skill Area CSS ===== */
.witr_single_progress {
    overflow: hidden;
    margin-bottom: 25px;
}
.witr_title2 .witr_label {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    display: inline-block;
}
.progress {
    height: 6px;
    border-radius: 0;
    margin-top: 2px;
    background-color: #d05832;
}
.witr_progress-style2.progress {
    box-shadow: none;
    overflow: visible;
}
.progress-bar {
    background: #fff;
    overflow: inherit;
}
.witr_progress-style2 .progress-bar {
    position: relative;
    text-align: left;
    line-height: 4px;
    box-shadow: none;
}
.witr_progress-style2 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 600;
    font-size: 16px;
}
.witr_progress-style2 .witr_percent {
    color: #fff;
    background: transparent;
}
.call_skill_area .witr_button_area {
    margin-top: 60px;
}
.progress_bar_area {
    background: #F9F9F9;
    padding: 95px 0px 80px;
}
.witr_progress-style8 {
    position: relative;
    height: 40px;
    box-shadow: none;
    border-radius: 20px;
    overflow: visible;
    padding: 7px;
    box-shadow: 0 1px 10px rgba(68, 68, 68, 0.08);
}
.witr_progress-style8 + .witr_progress-style8 {
    margin-top: 30px;
}
.witr_progress-style8 .progress-bar {
    text-align: left;
    border-radius: 0;
    box-shadow: none;
    border-radius: 15px;
}
.witr_progress-style8 .witr_label {
    position: absolute;
    left: 20px;
    font-size: 13px;
    font-weight: 500;
    top: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    text-align: start;
}
.witr_progress-style8 .witr_percent {
    position: absolute;
    right: 14px;
    top: 50%;
    font-weight: 500;
    font-size: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.progress_bar_area .progress {
    margin-top: 29px;
}
.witr_progress-style8 {
    background: #fff;
}
.witr_progress-style5 {
    height: 24px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    margin-top: 30px;
}
.witr_progress-style5 + .witr_progress-style5 {
    margin-top: 60px;
}
.witr_progress-style5 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
}
.witr_title5 .witr_label {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    font-weight: 600;
}
.witr_progress-style5 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 12px;
    top: -35px;
    padding: 3px 6px;
    border-radius: 4px;
}
.witr_progress-style5 .witr_percent:after {
    content: "";
    position: absolute;
    border: 11px solid transparent;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.progress.witr_progress-style5 {
    margin-top: 37px;
}.witr_progress-style5 {
    height: 24px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    margin-top: 30px;
}
.witr_progress-style5 + .witr_progress-style5 {
    margin-top: 60px;
}
.witr_progress-style5 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
}
.witr_title5 .witr_label {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    font-weight: 600;
}
.witr_progress-style5 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 12px;
    top: -35px;
    padding: 3px 6px;
    border-radius: 4px;
}
.witr_progress-style5 .witr_percent:after {
    content: "";
    position: absolute;
    border: 11px solid transparent;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.progress.witr_progress-style5 {
    margin-top: 37px;
}
.right_progress_inner .progress {
    background-color: #e9ecef;
}
.witr_progress-style5 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 12px;
    top: 10px;
    padding: 3px 6px;
    border-radius: 4px;
}
.witr_progress-style5 .witr_percent {
    background: #222;
}
.progress_bar_area .witr_section_title {
    padding-bottom: 32px;
}
.progress_area2 {
    padding: 95px 0 80px;
}
.progress_area2 .witr_section_title {
    margin-bottom: 30px;
}
.progress_area2 .progress-bar {
    background: var(--bgcolor);
}
.progress_area2 .progress {
    background-color: #e9ecef;
}
.progress_area2 .witr_percent {
    color: #272727;
    font-weight: 700;
}
.progress_area2 .witr_label {
    font-weight: 700;
    color: #272727;
    font-size: 17px;
}
.progress_area2 .witr_single_progress {
    overflow: hidden;
    margin-bottom: 20px;
}
.progress2_witr_inner .witr_progress-style7 .witr_percent {
    position: absolute;
    right: -13px;
    font-weight: 500;
    font-size: 10px;
    padding: 3px 6px;
}
.witr_progress-style7 .witr_percent {
    background: #272727;
}
.witr_progress-style7 .witr_percent::after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.progress2_witr_inner .progress.witr_progress-style7 {
    overflow: visible;
}
.progress2_witr_inner .witr_percent {
    color: #fff;
    font-weight: 700;
}
.progress2_witr_inner .progress {
    margin-top: 8px;
}
.progress2_witr_inner .witr_label {
    font-weight: 600;
    font-size: 15px;
}
/* ===== Progress Area CSS ===== */
.progress_area3 {
    background: #f9f9f9;
    padding: 95px 0 50px;
}
.progress_area3 .progress-bar {
    background: var(--bgcolor);
}
.progress_area3 .witr_single_progress {
    margin-bottom: 50px;
	position:relative;
}
.progress_area3 .witr_title5 .witr_label {
    color: #222;
}
.right_progress_inner .witr_single_progress {
    margin-bottom: 20px;
    position: relative;
}
.progress_area3  .witr_progress-style8 .witr_percent {
    color: var(--titlecolor);
    margin: 0;
    background: transparent;
}

/* ===== Progress Area CSS ===== */
.circle_area {
    padding: 104px 0 85px;
}
.circle_area .witr_section_title {
    margin-bottom: 30px;
}
.witr_circle_area {
    text-align: center;
    margin-bottom: 20px;
}
.witr_cp_class {
    position: relative;
}
span.witr_cir_text {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    font-size: 20px;
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
    color: #1B1F2E;
}
.witr_circle_title {
    margin-top: 10px;
}
.progressbar_title_section {
    background: #F9F9F9;
    padding: 85px 0px 35px;
}
/*===== client area start  ====*/

.contact_area {
    padding: 70px 0 120px;
}
/* inner contact form */
.inner_contact_area.text-left {
    padding: 30px 50px 38px 50px;
}
.inner_contact_form {
    margin-top: 20px;
}
.inner_contact_content h2 {
    font-size: 38px;
    font-weight: 700;
    color: var(--whitec);
    margin-bottom: 40px;
    text-align: center;
}
/* inner contact form */
.inner_contact_form input {
    outline: none;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    margin-right: 15px;
    font-size: 14px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--whitec);
    border-radius: 0px 0px 0px 0px;
    background: #B0111100;
    color: var(--whitec);
    border-radius: 5px;
}
.inner_contact_form input:hover{
    border-color: var(--bgcolor);
}
.contact_video img {
    width: 100%;
}
.inner_contact_form input::placeholder{
    color: var(--whitec);
}
.inner_contact_form textarea {
    width: 100%;
    outline: none;
    padding: 5px 20px;
    height: 150px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--whitec);
    border-radius: 5px;
    font-size: 14px;
    color: var(--whitec);
    background: #B0111100;
}
.inner_contact_form textarea:hover{
    border-color: var(--bgcolor);
}
textarea::placeholder {
    color: var(--whitec);
}
.inner_contact_form {
    text-align: center;
    display: block;
}
.inner_contact_form button {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
    background-color: var(--bgcolor);
    color: var(--whitec);
    border-radius: 0;
    transition: .5s;
    width: 100%;
}
.inner_contact_form button:hover{
    color: var(--whitec);
    background-color: var(--titlecolor);
}
.inner_contact_map {
    width: 100%;
    height: 100%;
}
.inner_contact_map iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
/* contact video */
.contact_video {
    position: relative;

}
.contact_veno_box a {
    top: 45%;
    left: 40%;
    width: 75px;
    height: 75px;
    font-size: 23px;
    color: var(--whitec);
    background-color: var(--bgcolor);
}
.contact_veno_box a i{
    line-height: 3;
}
.br_contact {
    padding-bottom: 110px;
}
/*===== contact area end  ====*/


/*======== testimonial area start ==========*/
.testimonial_area {
    padding: 120px 0 40px;
    position: relative;
}

.to_test{
    margin-top: -60px;
}
/* about testimonial area css */
.single_testimonial_text h4{
    font-weight: 500;
    letter-spacing: 3px;
}
.single_testimonial_text h2{
    font-size: 48px;
}
.ticon i {
    display: inline-block;
    color: var(--bgcolor);
}

.test_single_img {
    display: flex;
    gap: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.tstitle{
    color: var(--brcolor);
    padding: 10px 0px 0px 0px;
}
.tesspanf{
    color: var(--paracolor);
    font-size: 16px;
}
.breadcam_test{
    background-color: #F7F7F7 !important;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.11);
    border-bottom: 2px solid var(--bgcolor) !important;
    border-top: none;
}
/* h2 testimonial css */
.h2_test{
    border: none;
    position: relative;
    text-align: center;
}
.h2_test_icon {
    position: absolute;
    top: 50%;
    background: transparent;
    font-size: 90px;
    color: #EFF0F0;
    left: 44%;
}
.h2_test_part {
    float: none;
}
.h2_ttth{
    text-align: center;
}
/* h2 testimonial css */

/* h3 testimonial */
.restimonial_area.h3_test {
    margin: -200px 0 -45px;
}

/*======== testimonial area end ==========*/
.witr_section_title h2, h3 {
    font-size: 48px;
    margin-top: 10px;
}
.h3_setion_title h3{
    margin-bottom: 15px;
}
.h3_setion_title p{
    width: 80%;
    margin: 10px auto;
}
/*======== brand area start ======*/
.brand_area {
    padding: 70px 0 55px;
    background-color: #F2F6F7;
}
.about_brand {
    padding: 25px 0 70px;
}
.inner_brand_area {
    text-align: -webkit-center;
}
/* service */
.service_brand {
    margin: -80px 0 10px;
}
/* h2 brand */
.h2_brand {
    background: transparent;
    padding: 60px 0;
}
/* h2 brand */

/* h3 brand */
.h3_brand {
    margin: -70px 0 60px;
    background: transparent;
}
.br_service_brand {
    background: transparent;
    margin: -10px 0 70px;
}
/*====== brand area end ======*/

/*======== blog area start  ==========*/
.blog_area {
    padding: 65px 0 120px;
    position: relative;
}
.about_blog {
    margin: -40px 0 -32px;
}
/* inner blog area css */
.inner_blog_area {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
/* inner blog thumb css */
.wblogovermeta {
    position: absolute;
    z-index: 999;
}
.wblogovermeta span {
    display: inline-block;
    color: var(--whitec);
    background: var(--bgcolor);
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}
.inner_blog_thumb{
    position: relative;
    overflow: hidden;
}
.inner_blog_img img{
    width: 100%;
    transition: .5s;
}
.inner_blog_area:hover .inner_blog_img img{
    transform: scale(1.2);
}
/* blog overlay css */
.blog_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transform: scale(0);
    transition: .5s;
}
.inner_blog_area:hover .blog_overlay{
    transform: scale(1.2);
}
/* inner blog absolute css */
.inner_blog_absolute {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    color: var(--whitec);
    background: var(--brcolor);
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}
/* inner blog text css */
.single_blog_title {
    padding: 15px 20px 33px;
    position: relative;
    background-color: var(--whitec);
}
.inner_blog_text span a{
    color: var(--paracolor);
    font-weight: 400;
}
.inner_blog_text span {
    font-size: 14px;
    margin-right: 10px;
    color: var(--paracolor);
}
.inner_blog_text span i{
    margin-right: 3px;
    color: var(--bgcolor);
}
/*inner blog content css */
.inner_blog_content {
    padding: 10px 0px 0px;
}
.inner_blog_content h2 a {
    display: inline-block;
    margin-bottom: 21px;
    font-weight: 700;
    font-size: 22px;
}
.inner_blog_content h2 a:hover{
    color: var(--bgcolor);
}
.inner_blog_content p {
    font-size: 16px;
    margin: -10px 0 0;
}
.witr_btn_sinner >a {
    font-size: 14px;
    font-weight: 500;
    color: var(--titlecolor);
    font-family: "Poppins", sans-serif;
}
.inner_blog_content >a:hover{
    color: var(--bgcolor);
}
/* inner blog btn css */
.inner_blog_btn {
    padding: 17px 0px 0px;
}
.blbtn{
    font-size: 14px;
}
.inner_blog_btn a {
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: 600;
    background-color: #F1F1F1;
    border-style: none;
    transition: .5s;
    border-radius: 0px 30px 0px 30px;
    padding: 12px 30px 12px 30px;
    text-transform: uppercase;
}
.inner_blog_btn a:hover{
    color: var(--whitec);
    background: var(--brcolor);
}
.inner_blog_btn a i{
    font-weight: 700;
    margin-left: 4px;
}
.csingle_contant input {
    width: 100% !important;
}
.csingle_contant textarea {
    width: 100% !important;
}
.product_meta {
    margin-top: 30px;
}
.prdc-lft {
    position: relative;
}
/* h2 blog */
.h2_blog_title {
    padding: 10px;
}
.h2_blog_thumb{
    padding: 10px;
}
/* h2 blog */
.h2_blog {
    padding: 40px 0 100px;
}
/* h3 blog */
.h3_blog {
    margin: -65px 0 0;
}
.latest_blog{
    margin-bottom: 60px;
}
.latest_blog h4{
    color: var(--bgcolor);
}
.latest_blog h2{
    font-size: 48px;
}
.latest_btn{
    text-align: end;
}
.latest_btn a{
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 4px 4px 4px 4px;
    margin: 0px 35px 0px 0px;
    padding: 15px 30px;
    display: inline-block;
    color: var(--whitec);
    background-color: var(--bgcolor);
}
/*======== blog area end  ==========*/



/*======= circle progress start ======*/
.circle_progress_bar{
    padding: 50px 0 50px;
}
.fsdfg{
    text-align: center;
}
span.witr_cir_text {
    color: var(--blackc);
    font-size: 22px;
}
span.witr_cir_text {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
}
.witr_circle_title {
    margin-top: 10px;
}
.witr_circle_title h2 {
    color: var(--blackc);
}
.cir_witr .allcostyle {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    margin: 0 0 35px 0;
    padding: 0;
    border: none;
}
.cir_witr .allcostyle h2 {
    margin: 16px 0 8px 0;
}
.prog_page_cir {
    margin: 0;
}
.prog_page_cir .cir_inner {
    padding: 0;
}
.prog_page_cir .witr_circle_area{
    margin-right:25px;
    margin-left:25px;
}
/*======= circle progress end =====*/


/* golobal slick defult arrow css */
.slick-prev , .slick-next{
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    background: none;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.glowbal:hover .slick-prev ,.glowbal:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
.slick-prev {
    left: -80px;
}
.slick-next{
    right: -55px;
}
.slick-prev::before ,.slick-next::before{
    content: '\eac9';
    font-family: IcoFont;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    font-size: 40px;
    background-color: var(--titlecolor);
    color: var(--whitec);
    transition: 1s;
}
.slick-next::before{
    content: '\eaca';
}
.slick-prev:hover::before ,.slick-next:hover::before{
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/*======== faq area start  ==========*/
.to_faq_area {
    padding: 60px 0 60px;
}
.single_faq_img img{
    width: 100%;
}
.faq_text h4{
    color: var(--bgcolor);
}
.faq_text h2{
    font-size: 48px;
    margin: 10px 0 20px;
}
.faq_text p {
    margin: 30px 0 40px;
}
/* apartment form css */
.apart_Form{
    margin-top: 35px;
}
.inner_apartment_form input{
    width: 100%;
    height: 45px;
    margin-bottom: 23px;
    padding: 0 20px;
    outline: none;
}
.inner_apartment_form textarea{
    width: 100%;
    height: 160px;
    padding: 10px 20px;
    outline: none;
}
.inner_apartment_form button {
    margin-top: 20px;
    width: 100%;
    padding: 15px 0 15px;
    background-color: var(--bgcolor);
    color: var(--whitec);
    font-size: 16px;
    font-weight: 600;
    outline: none;
    border: none;
    transition: .5s;
    text-transform: uppercase;
}
.inner_apartment_form button:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* inner faq accrodion item css */
.faq_header{
    text-align: center;
}
.faq_header h2{
    font-size: 48px;
}
.faq_header h2 span{
    font-weight: 700;
}
.faq_header p {
    width: 68%;
    padding: 10px 15px 0;
    margin: 0 auto 40px;
}
.inner_faq_ac_item {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.inner_faq_ac_item a {
    width: 100%;
    font-size: 18px;
    padding: 15px 30px 15px 20px;
    font-weight: 600;
    display: flex;
    color: var(--titlecolor);
    justify-content: space-between;
    align-items: center;
}
.inner_faq_ac_item a:hover{
    color: var(--bgcolor);
}
.inner_faq_ac_item a i{
    font-size: 18px;
    font-weight: 700;
    right: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    color: var(--titlecolor);
}
.inner_faq_ac_item a.active {
    background-color: var(--bgcolor);
    color: var(--whitec);
    position: relative;
    border: none;
}
.inner_faq_ac_item a.active::before {
    content: '\ef9a';
    font-family: Icofont!important;
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 30px;
    width: 30px;
    text-align: center;
    height: 30px;
    color: var(--whitec);
    line-height: 30px;
    font-size: 18px;
}
.inner_faq_ac_item a.active i{
    display: none;
}
/* inner faq text */
.inner_faq_text {
    width: 100%;
    border-radius: 0 0 5px 5px;
    border: 1px solid var(--textcolor);
}
.inner_faq_text p {
    margin: 0 20px 0 20px;
    font-weight: 400;
    padding: 10px 15px 10px;
}
/*======== faq area end  ==========*/

/*======= pricing area start  ======*/
/* ===== 21. Pricing Area CSS ===== */
.dt_pricing_area {
    padding: 50px 0 100px 0;
}
.dt_pricing_area .witr_section_title {
    margin-bottom: 50px;
}
.witr_pricing_icon i {
    font-size: 40px;
    padding-top: 40px;
    display: block;
    color: var(--bgcolor);
    text-align: center;
}
.prt_content {
    padding: 10px 0 7px;
    font-size: 20px;
    text-align: center;
}
.pricing_area {
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.pricing-part {
	text-align:center;
}
.all_pricing_color h5 {
    font-size: 35px;
}
.all_pricing_color h2, .all_pricing_color h3, .all_pricing_color h4, .all_pricing_color h5 {
    margin: 0;
}
.all_pricing_color span {
    font-size: 35px;
    margin-right: 5px;
}
.pricing_bar_title {
    position: relative;
    margin: 50px 0;
}
.pricing_bar_title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    left: 0;
    right: 0;
    top: 50%;
}
.pricing_style_7.pricing-part h4 {
    font-size: 16px;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-weight: 600;
	background:#edb509;
}
.witri_texti_list {
    margin-top: 25px;
}
.pricing-part ul {
    padding: 0 30px;
	text-align:center;
}
.witri_texti_list ul li {
    font-size: 17px;
    margin-bottom: 17px;
    padding: 7px 0 0 0;
    list-style: none;
}
.witr_btnp_color {
    padding-top: 37px;
    padding-bottom: 40px;
}
.witr_btnp_color a.btn {
    background-color: var(--bgcolor);
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--bgcolor);
    margin: 0px 0px 20px 0px;
    cursor: pointer;
    padding: 17px 30px;
    transition: .5s;
    color: var(--whitec);
    display: inline-block;
}
.witr_btnp_color a.btn:hover {
    color: var(--bgcolor);
    background-color: transparent;
    border-color: var(--bgcolor);
}
.pricing-part strong {
    font-size: 19px;
    font-weight: 400;
    position: absolute;
    right: -40px;
    top: 13px;
    padding: 7px 20px;
    width: 160px;
    text-align: center;
    transform: rotate(45deg);
    background: #edb509;
    color: #fff;
}
.pricing_page_pricing {
    background: 0 0;
}
/*======= pricing area end  ======*/

/*======= google map area start  ======*/
.gogle_map_area{
    border: 15px solid var(--bgcolor);
}
.google_map_title iframe {
    width: 100%;
    height: 706px;
}
/*======= google map area end  ======*/

/*======== contact area start  ==========*/

.inner_contact_area.text-left {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 30px 40px 70px 40px;
}
.inner_contact_content h2{
    font-size: 38px;
    font-weight: 700;
    color: var(--whitec);
}
.inner_contact_content p span{
    color: var(--bgcolor);
}
/* contact box text */
.contact_box {
    margin-bottom: 40px;
}

.contact_box h4 {
    color: var(--whitec);
    font-size: 24px;
}
.contact_box p {
    margin-right: auto;
    margin-left: 0px;
}
/*======== contact area end  ==========*/


/*======== contact_box start ==========*/
.contact_box {
    padding: 120px 0 95px;
    background: #F9F9F9;
    margin-top: -60px;
}
.contact_text {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--bgcolor);
    padding: 30px 30px 30px 30px;
    margin-bottom: 20px;
    text-align: center;
}
.contact_text:hover{
    border: 2px solid var(--bgcolor);
}
.single_contact_humb i{
    background-color: #F3F3F3;
    color: var(--bgcolor);
    font-size: 30px;
    height: 80px;
    width: 80px;
    transition: .5s;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
}
.contact_text:hover .single_contact_humb i{
    background-color: var(--titlecolor);
}
.single_contact_humb h3 {
    color: var(--titlecolor);
    font-size: 24px;
    margin: 10px 0 15px;
}
.single_contact_humb p{
    font-size: 16px;
}
/*====== contact box end ==========*/


/*====== single page accordion start=====*/
.single_page_accordion {
    padding: 20px 0 30px;
}
.single_ac_items{
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}
.single_ac_items a{
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--paracolor);
}
.single_ac_items a i{
    margin-right: 8px;
}
.single_ac_items a.active{
    position: relative;
    color: var(--bgcolor);
}
.single_ac_items a.active::before {
    content: "\ef9a";
    position: absolute;
    font-family: Icofont!important;
    top: 18px;
    left: 20px;
    bottom: 0;
}
.single_ac_items a.active i{
    opacity: 0;
    visibility: hidden;
}
.single_accor_contents {
    margin: 10px 20px 10px;
}
.single_accor_contents p {
    font-weight: 600;
    padding-bottom: 15px;
}
/*======== single page accordion end ==========*/

/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 65px 0 130px;
}
/* portfolio 2 css */
.section_title_area h4{
    font-size: 16px;
    color: var(--bgcolor);
}
.section_title_area h2{
    font-size: 60px;
}
.portfolio_title p {
    width: 64%;
    margin: 0 auto;
}
/* portfolio 2 sub content css */
.portfolio_2_subc {
    padding: 0px 0 5px 15px;
}
.portfolio_2_subc h2 a{
    font-size: 24px;
    transition: .5s;
    color: var(--brcolor);
}
.portfolio_2_subc h2 a:hover{
    color: var(--bgcolor);
}
.portfolio_nav_all {
    padding: 24px 0 30px;
}
/* portfolio nav css */
.portfolio_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio_nav ul li{
    display: inline-block;
    border: 1px solid #f3eaea;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
}
.portfolio_nav ul li.current_menu_item{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.portfolio_nav ul li:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* portfolio items css */
.portfolio_img_area{
    position: relative;
    overflow: hidden;
}
.portfolio_2{
    margin-bottom: 20px;
}
.portfolio_img_area img{
    width: 100%;
}
.portfolio_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(222 169 26 / 40%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_portfolio_items:hover .portfolio_overlay{
    opacity: 1;
    visibility: visible;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #febd1f80;
    text-align: center;
}
.overlay >a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 65px;
    border-radius: 100%;
    text-align: center;
    color: var(--whitec);
    margin-right: 6px;
    transition: .5s;
    margin-top: 22%;
    background-color: var(--bgcolor);
}
.overlay >a:hover{
    color: var(--whitec);
    background-color: var(--titlecolor);
}
.overlay >a >i{
    font-size: 22px;
}
.overlay h2{
    margin: 10px 0;
    color: var(--whitec);
}
.overlay p{
    color: var(--whitec);
}
.overlay >h2 >a:hover{
    color: var(--bgcolor);
}
.overlay.port_text >h2 >a{
    margin: 10px 0;
    color: var(--whitec)!important;
}
.port_text >h2 >a:hover{
    color: var(--bgcolor);
}
/* portfolio text */
.am_portfolio_text{
}
.port_text .am_portfolio_text h2 {
    display: inline-block;
    font-size: 24px;
    transition: .5s;
    margin: 0 0 10px;
    color: var(--whitec);
}
.am_portfolio_text h2 a:hover{
    background: none;
    color: var(--bgcolor);
}
.am_portfolio_text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
    margin: -5px 0 -2px;
}
.inner_portfolio_items:hover .overlay{
    opacity: 1;
    visibility: visible;
}
/* portfolio content css */
.portfolio_overlay_cont {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
}
.portfolio_overlay_cont >a{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    background: none;
    color: var(--whitec);
}
.portfolio_overlay_cont >a:hover{
    background: var(--bgcolor);
    color: var(--whitec);
}
.portfolio_overlay_cont >a i{
    font-size: 25px;
}
.portfolio_overlay_cont h2{
    margin: 0;
}
.portfolio_overlay_cont h2 a {
    margin: 0;
    display: inline-block;
    font-size: 24px;
    color: var(--whitec);
    transition: .5s;
}
.portfolio_overlay_cont h2 a:hover{
    color: var(--bgcolor);
}
.portfolio_overlay_cont p{
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_portfolio_items:hover .portfolio_overlay_cont{
    top: 50%;
    opacity: 1;
    visibility: visible;
}
/* portfolio lower nav area css */
.portfolio_lo_nav_area{
    padding: 40px 0 0;
}
.inner_portfolio_lower_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_portfolio_lower_nav ul li{
    display: inline-block;
}
.inner_portfolio_lower_nav ul li a{
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    padding: 15px 24px;
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}
.inner_portfolio_lower_nav ul li a.current{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a i{
    font-size: 22px;
    font-weight: bold;
}
/* single portfolio */
.prots-contentg ul {
    display: inline-block;
    margin-bottom: 20px;
}
.prots-contentg ul li {
    padding-top: 15px;
    padding-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.prots-contentg ul li b {
    font-size: 18px;
    font-weight: 600;
}
.prots-contentg ul li span.eright {
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
}
/*======== portfolio area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 60px 0 120px;
}
.inner_yblog_form {
    position: relative;
    width: 100%;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_form input {
    width: 80%;
    outline: none;
    height: 55px;
    border: 1px solid #efefef;
    margin-left: 20px;
    padding-left: 20px;
}
.inner_yblog_form button {
    position: absolute;
    display: inline-block;
    right: 0;
    outline: none;
    border: none;
    padding: 16px 20px 15px;
    margin-right: 13px;
    background-color: #ddddddfa;
}
.inner_yblog_form button i{
    font-size: 18px;
}
/* inner  left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 20px 20px 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_left_title h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.inner_yblog_left_title a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}
.inner_yblog_left_title a.bottom{
    border-bottom: none;
}
.inner_yblog_left_title a:hover{
    color: var(--hoverbg);
}
/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 13px 0 12px;
    margin-top: 0;
}
.inner_yblgo_left_style2 a:hover{
    color: var(--bgcolor);
}
/* blog left inner css */
.inner_yblog_left_img{
    margin-bottom: 10px;
}
.inner_yblog_left_img img {
    width: 100%;
    margin: 12px 0 -0;
}
.yblog_left_inner {
    padding: 0 0;
    background: none;
    margin-bottom: 30px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
}
.yblog_left_sub{
    padding: 25px 0 30px 15px;
}
.yblog_left_sub h2 a{
    width: 100%;
}
.yblog_left_sub h2 a:hover{
    color: var(--bgcolor);
}
.yblog_left_text_sub {
    padding: 10px 0px 15px;
}
.yblog_left_text_sub span{
    color: var(--paracolor);
}
.yblog_left_text_sub span i{
    color: var(--bgcolor);
}
.yblog_left_sub p{
    font-size: 16px;
    font-weight: 400;
    width: 95%;
}
.yblog_left_sub >a {
    display: inline-block;
    margin: 15px 0 0;
    padding: 7px 25px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    color: var(--paracolor);
    text-transform: capitalize;
}
.yblog_left_sub >a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.ycalender_inner h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 14px 0 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}
.ycalender_inner {
    padding: 20px 20px;
    width: 100%;
}
.ycalender_inner th {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
}
.ycalender_inner td {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
}
.speko_active{
    color: var(--whitec);
    background-color: var(--bgcolor);
}
.transko_active{
    color: var(--whitec);
    background-color: var(--bgcolor);
}
.speko_theme_widget .widget a {
    color: var(--pracolor);
}
.wp-calendar-nav span a {
    border: none;
    padding: 10px 0 0;
}
/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 100px 0 85px;
}
.inner_project_information_img {
    margin-bottom: 20px;
}
.inner_project_information_img img{
    width: 100%;
}
/* inner project right content css */
.inner_project_right_content h2{
    font-size: 24px;
}
.inner_project_right_content p span{
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: 700;
}
/* inner project infomation icons css */
.inner_project_in_icon a{
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--whitec);
    color: var(--bgcolor);
    font-size: 20px;
    margin-right: 4px;
}
.inner_project_in_icon a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}
.inner_project_text_area h2{
    font-size: 24px;
}
.inner_project_information_descrip {
    margin-bottom: 8px;
}
.inner_project_information_descrip h4{
    font-size: 16px;
}
.inner_project_information_descrip p{
    margin: 0;
}
/* inner project information description css */
.inner_project_infor_list{
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.inner_project_infor_list li{
    margin-bottom: 5px;
}
/*======== project information area end  ==========*/

/*======== single blog page area start  ==========*/
.inner_single_box_area{
    background-color: #f8f9fa;
    padding: 20px 20px 20px;
}
.inner_single_box_area p {
    margin-bottom: 5px;
}
.inner_single_page_content_area p{
    margin-top: 20px;
}

/* single shop page */
/* Demo Product Area Start */

.sec_padding {
    padding: 100px 0 90px;
  }
  .prdc-pic img {
    width: 100%;
  }
  .prdc-pic {
    position: relative;
    margin-bottom: 30px;
  }
  .prdc-lft .onsale {
    padding: 8px 12px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    right: auto;
    top: 10px;
    left: 10px;
    line-height: 1;
    min-width: auto;
    min-height: auto;
  }
  .prdc-lft .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
  }
  .prdc-lft .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
  }
  .prdc-lft .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
  }
  .product .product_title {
    margin-bottom: 4px;
    font-size: 24px;
  }
  .price ins {
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
  }
  .qntity_own {
    font-weight: 700;
  }
.tab_list_main {
    box-shadow: 0px 0 28px 6px rgb(0 0 0 / 5%);
    margin-bottom: 30px !important;
}
.inner_tab_star i{
    display: inline-block;
    color: var(--bgcolor);
}
.single_shop_btn {
    position: relative;
    margin-top: -60px;
}
  .quantity .qty {
    border: 1px solid #ddd;
  }
  .quantity .qty {
    border: 1px solid #ddd;
    margin: 0 10px;
    height: 39px;
    width: 90px;
    text-align: center;
  }
  form.cart.single_pcart {
    display: flex;
    align-items: baseline;
    margin: 21px 0;
}
  form.cart .button {
    background: #be9674;
    padding: 12px 15px;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s;
    border: none;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
  }
  form.cart .button:hover {
    background: #e0a067;
  }
  p.price {
    color: #e0a067;
  }
  p.price del {
    font-weight: 500;
    opacity: 0.5;
    display: inline-block;
  }
  .entry-summary span {
    font-weight: 700;
    margin-top: 7px;
  }
  
  .entry-summary span a {
    font-weight: 700;
    color: var(--titlecolor);
  }
  .tbd_product.single_summery_p_icon {
    margin-bottom: 10px;
    box-shadow: none;
    /* box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2); */
    padding: 12px 0;
  }
  .single_summery_p_icon .thb_product_car {
    position: inherit;
    justify-content: flex-start;
    opacity: 1;
  }
  .demo-pr {
    position: static !important;
  }
  .woocommerce-tabs ul.tabs {
    padding: 0 0 10px;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
  }
  .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
  }
  .woocommerce-tabs ul.tabs li.active a {
    border: none;
    display: inline-block;
    padding: 8px 1.5em;
    background: #be9674;
    margin-right: 15px;
    margin-left: 2px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px 4px 0 0;
  }
  .woocommerce-Reviews-title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  span.comment-reply-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .stars {
    display: block;
    margin: 0 0 10px;
  }
  #review_form_wrapper .comment-form label {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 700;
  }
  
  .comment-form-rating p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
  }
  .comment-form-rating .star-rating {
    color: #ffc107;
  }
  
  .comment-form-rating p.stars a {
    color: #ffc107;
  }
  .comment-form-rating p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
  }
  
  .comment-form-rating p.stars a:hover ~ a::before {
    content: "\e021";
  }
  
  .comment-form-rating p.stars:hover a::before {
    content: "\e020";
  }
  
  .comment-form-rating p.stars.selected a.active::before {
    content: "\e020";
  }
  
  .comment-form-rating p.stars.selected a.active ~ a::before {
    content: "\e021";
  }
  
  .comment-form-rating p.stars.selected a:not(.active)::before {
    content: "\e020";
  }
  .comment-form-comment textarea {
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    width: 100%;
    height: 75px;
  }
  button.button {
    font-size: 100%;
    margin: 0 0 45px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    border: 0;
    transition: .5s;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
}
.stars i{
    color: var(--bgcolor);
}
  button.button:hover {
    color: var(--whitec);
    background: var(--bgcolor);
  }
  h2.witr_related_title {
    padding: 20px 0 40px;
  }
  .wp_related .tbd_product {
    margin: 50px 0;
    box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2);
  }
  
  /* Demo Product Area End */
/* single comment title css */
.single_comment_title{
    margin: 35px 0 55px;
}
.single_comment_title h3{
    font-size: 20px;
    color: var(--whitec);
}
.single_post_comment_area input {
    width: 47%;
    outline: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
}
/* inner single post checkbox css */
.inner_single_post_checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.inner_single_post_checkbox input {
    height: 15px;
    width: 12px;
    margin-right: 6px;
}
.single_post_comment_area textarea{
    width: 97%;
    padding: 10px 20px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.single_post_comment_area button{
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border: none;
    outline: none;
    transition: .6s;
}
.single_post_comment_area button:hover{
    background-color: var(--bgcolor);
}
.single_post_comment_area {
    margin-top: 30px;
    padding: 30px;
}
/*======== single blog page area end  ==========*/

/*===== subscribe area start ======*/
.subscribe_area {
    background-color: var(--titlecolor);
}
/* home 2 subscribe area css */
.inner_subscribe_form_area  p{
    margin: 0;
}
.h2_subscribe_area {
    padding: 65px 0 50px;
}
.subscribe_flex {
    align-items: center;
    padding: 20px 100px 25px;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: var(--bgcolor);
    clip-path: polygon(8% 0%, 100% 0%, 95% 100%, 3% 100%);
}
.subscriber_text h2 {
    font-size: 36px;
    margin-bottom: 25px;
}
.subscriber_text h2 span{
    color: var(--whitec);
}
/* subscribe form area css */
.inner_subscribe_form_area{
    position: relative;
    overflow: hidden;
}
.inner_subscribe_form_area input {
    width: 80%;
    font-size: 16px;
    line-height: 28px;
    border-radius: 0px;
    border: none;
    outline: none;
    padding: 15px 30px;
    height: 60px;
    background: var(--whitec);
    color: var(--paracolor);
    margin-right: 10px;
}
.inner_subscribe_form_area input::placeholder{
    color: var(--paracolor);
}
.inner_subscribe_form_area button {
    width: 21%;
    border-radius: 0;
    border: none;
    outline: 0;
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    font-size: 40px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    padding: 10px 15px;
    background: var(--titlecolor);
    color: var(--whitec);
}
.inner_subscribe_form_area button:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/*======== subscribe area end  ==========*/

/*======== footer area start  ==========*/
.footer_area {
    padding: 100px 0 75px;
    background-size: cover;
    position: relative;
    z-index: 999;
    background-color: var(--titlecolor);
}
.footer_logo {
    display: flex;
    gap: 245px;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 100px;
}
.footer_text h2{
    color: var(--whitec);
    font-size: 36px;
}
.footer_widget h4 {
	margin-bottom: 20px;
	padding: 0 0 12px;
	font-size: 24px;
	color: var(--whitec);
	position: relative;
}
.footer_widget h4::before {
	content: '';
	position: absolute;
	bottom: 0;
	border: 1px solid var(--bgcolor);
	width: 25%;
	border-radius: 50%;
}

/* footer socail icon css */
.footer_socail_icons {
    padding: 10px 0 0;
    margin-bottom: 10px;
}
.footer_socail_icons a {
    color: var(--whitec);
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--whitec);
    border-radius: 0;
}
.footer_socail_icons a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
    border-color: var(--bgcolor);
}
.footer_widget p {
    color: var(--whitec);
    margin-top: 20px;
    margin-bottom: 0px;
}
.phone{
    margin: 0;
}
.phone a{
    color: var(--whitec);
    font-size: 16px;
}
/* about */
.bread_footer {
    margin-top: 19px;
}
.footer_addres_area h4{
    color: var(--bgcolor);
}
.footer_addres_area i{
    font-size: 18px;
}
/* footer nav css */
.footer_nav {
    margin-top: 25px;
}
.footer_nav ul{
    list-style: none;
    padding-left: 0;
}
.footer_nav ul li {
    padding: 0 0 10px;
}
.footer_nav ul li a{
    color: var(--whitec);
    font-size: 16px;
    font-weight: 400;
}
.footer_nav ul li a:hover{
    color: var(--bgcolor);
}
/* footer icon css */
.footer_social_icons{}
.footer_social_icons a{
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 5px;
    height: 40px;
    width: 40px;
    transition: .5s;
    line-height: 40px;
    color: var(--whitec);
    text-align: center;
    background-color: #3a5e7b;
}
.footer_social_icons a:hover{
    background-color: var(--bgcolor);
}
.footer_social_icons a i{}
/* footer address area css */
.footer_addres_area {
    margin-top: 25px;
}
.footer_addres_area h5 {
    color: var(--brcolor);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.footer_address_area p {
    font-size: 16px;
    color: var(--whitec);
    font-weight: 400;
    margin: 15px 0;
}
.footer_address_area p i{
    margin-right: 6px;
}
/* footer widget sub img */
.footer_blog_area
{
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
}
.footer_blog_area img {
	height: auto;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
/* about footer area css */
.about_footer_area {
    padding: 50px 0 25px;
    margin: 70px 0 0;
}
.about_footer_area .footer_widget h4 {
    font-size: 24px;
    position: relative;
    margin-bottom: 18px;
}
.about_footer_area .footer_widget h4::before{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid var(--brcolor);
    width: 26%;
}
.about_footer_area .footer_left_area p{
    font-size: 16px;
    font-weight: 400;
}
.about_footer_area .footer_socail_icons a{
    border: none;
    background-color: var(--bgcolor);
    color: var(--whitec);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    margin-right: 5px;
    border-radius: 4px;
}
.about_footer_area .footer_socail_icons a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.about_footer_area .footer_addres_area p{
    font-size: 16px;
    font-weight: 400;
}
/* h2 footer */
.footer_main_add {
	display: flex;
	gap: 12px;
	padding-top: 10px;
}
.footer_main_add a {
	color: var(--whitec);
	transition: .5s;
}
.footer_main_add a img {
	width: 70px;
}
.footer_add_cont {
    text-align: left;
}
/*======== footer area end  ==========*/

/*======== copyright area start  ==========*/
.copyright_area {
    padding: 26px 0 24px;
    position: relative;
    background-color: var(--bgcolor);
}
.copy-right-text p{
    color: var(--titlecolor);
    margin: 0;
}
.copyright_menu{
    text-align: right;
}
.copyright_menu a {
    padding: 0 10px;
    color: var(--titlecolor);
    font-size: 16px;
    font-weight: 400;
}
.copyright_menu a:hover{
    color: var(--whitec);
}
/*======== copyright area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    position: fixed;
    bottom: 40px;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    color: var(--whitec);
    background: var(--bgcolor);
    display: none;
    cursor: pointer;
    z-index: 9999;
}