/*
    Theme Name: Ghura

    1.main menu area
    2.mobile logo area
    3.slider area
    4.service area 
    5.about area
    6.call to action 
    7.video area
    8.gh contact area
    9.team member area
    10.pricing area
    11.testimonial area
    12.port area
    13.skill area
    14.blog area
    15.call to area
    16.footer area


*/


/* ======= site font family ==========*/

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400..700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root{
    --blackc: #000000;
    --whitec: #fff;
    --paracolor: #555;
    --titlecolor: #3d2415;
    --brcolor: #bd9557;
}
html,body{
    overflow-x: hidden;
}
/* defult css */
body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    color: var(--paracolor);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-family: "Lora", serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    color: var(--titlecolor);
    margin: 0 0 10px;
    font-size: 24px;
}
h1,
h1 a{
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    color: var(--brcolor);
    text-transform: uppercase;
    padding: 0;
    font-size: 18px;
}
h2,
h2 a{
    font-size: 24px;
}
h3,
h3 a{
    font-size: 22px;
}
h4, h4 a {
    font-size: 20px;
}
h5,
h5 a{
    font-size: 16px;
}
h6,
h6 a{
    font-size: 15px;
}
ul{
    margin: 0;
    padding: 0;
}
.btn-primary:focus,
select:focus,
textarea:focus,
input:focus{
   box-shadow: none !important;
    border: none;
}
textarea, input, select {
    outline: none;
    border: 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;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    transition: .5s;
	text-decoration:none;
	color:var(--brcolor);
}
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.txbd_mailchimp{
    color: var(--whitec);
}
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(--brcolor);
}

/*======== main menu area start ==========*/
.main_menu_area {
    transition: .5s;
    padding: 0 45px;
    background: url(assets/image/menu.png);
}

.datait_nav_area.video_main_menu {
    margin-top: -55px;
    padding: 0 10px;
}
.datait_nav_area .video_nav ul li a{
    color: var(--whitec);
}
.datait_nav_area .video_nav ul li a i, .main_nav_icons.side_page_icon i{
    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: rgba(0,0,0,0.7);
}
.styky_down.sticky{
    padding-top: 55px;
}
.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(--brcolor);
}
.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 25px 35px;
    transition: .5s;
    position: relative;
    color: var(--whitec);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.inner_main_nav_area >ul >li >a:hover{
    color: var(--brcolor);
}


/*--top_menu_right--*/

/* 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(--brcolor) !important;
}
.main_nav_btn a:hover{
    background-color: var(--brcolor);
    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(--brcolor);
}
/* main nav icons together */
.catring_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(--whitec);
    margin-left: 25px;
    cursor: pointer;
    font-size: 16px;
}
.main_nav_icons >i:hover{
    background-color: var(--brcolor);
}
/* 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 {
    font-size: 30px;
    cursor: pointer;
}
.inner_nav_popup_form_icons.side_page_icon button i{
    color: var(--whitec) !important;
}
.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: var(--whitec);
    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 h3 {
    background-color: var(--brcolor);
    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;
}
/* header bbtn */
.donate_btn_header{
    display: inline-block;
}
.donate_btn_header a {
    background: var(--brcolor);
    color: var(--whitec);
    display: block;
    font-size: 16px;
    margin-left: 20px;
    padding: 14px 35px;
    font-weight: 500;
}
.donate_btn_header a:hover{
    background: var(--titlecolor);
}
/* header bbtn */
/* address middle css */
.main_menu_address_a {
    display: flex;
    align-items: center;
    margin-left: 0px;
    gap: 14px;
}

.main_nav_middle_box_item p{
    padding: 20px;
    color: var(--paracolor);
}
.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(--titlecolor);
    color: var(--whitec);
    display: block;
    transition: .5s;
    font-size: 16px;
    margin-left: 20px;
    border-radius: 50px;
    padding: 16px 40px;
    font-weight: 600;
}
.menu_btn a:hover{
    color: var(--whitec);
    background-color: var(--brcolor);
}
/* 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:before {
    opacity: 0;
    transition: .1s;
    position: absolute;
    top: 50%;
    content: "//";
    transition: .5s;
    transform: translateY(-50%);
}
.inner_main_nav_area ul li .sub_menu li:hover:before{
    color: var(--brcolor);
    opacity: 1;
}
.inner_main_nav_area ul li .sub_menu li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    padding: 6px 17px;
    text-transform: capitalize;
    font-family: Barlow,sans-serif;
}
.inner_main_nav_area ul li .sub_menu li a:hover{
    color: var(--brcolor);
    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(--brcolor);
    color: var(--whitec);
}
/* h3 menu */
.h3_search_icon i{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.h3_menu_btn a{
    background-color: var(--brcolor);
    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: 23px;
    background: #66666617;
    height: 23px;
    line-height: 23px;
    top: -3px;
}
.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;    
    color: var(--blackc);
}
.mobile_cicon i{
    color: var(--blackc);
}
.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 {
    position: relative;
    overflow: hidden;
    padding: 0 80px 70px;
    background: var(--titlecolor);
}
.inner_slider_area {
    height: 785px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    position: relative;
}
.inner_slider_content {
    margin: 0 auto 0;
    text-align: center;
    animation: img-anim-right 3.3s cubic-bezier(.645,.045,.355,1) .4s forwards;

}
@keyframes img-anim-right{
    0% {
        transform: translateY(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 50%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.inner_slider_content h1 {
    font-weight: 600;
    font-family: "Lora", Sans-serif;
    font-size: 24px;
    color: var(--whitec);
    margin: 0 0 5px;
    text-transform: uppercase;
}
.inner_slider_content h2 {
    font-size: 72px;
    color: var(--whitec);
    font-weight: 600;
}
.inner_slider_content h3{
    font-size: 72px;
    color: var(--whitec);
}
/* golobal btn css */
.b_btn {
    margin-top: 45px;
}
.b_btn a {
    display: inline-block;
    padding: 18px 40px;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 16px;
    font-weight:600;
    border: 1px solid transparent;
    margin-right: 10px;
    border-radius: 5px;
}
.b_btn a:hover{
    background-color: var(--whitec);
    color: var(--brcolor);
}
.b_btn a.active{
    background: var(--whitec);
    color: var(--titlecolor);
}
.b_btn a.active:hover{
    color: var(--whitec);
    background: var(--titlecolor);
}
/* slider 2 */
.inner_slider_sld {
    margin: 0 auto;
    justify-content: center;
}
.inner_slider_sld::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: #00000052;
}
.slider_2 {
    position: relative;
    z-index: 9;
    text-align: center;
}
.slider_2 h1{
    color: var(--whitec);
    font-size: 25px;
}
.slider_2 h2{
    font-size: 83px;
    width: 80%;
    margin: 0 auto;
    color: var(--whitec);
}
.slider_2 p {
    color: var(--whitec);
    font-size: 20px;
    width: 42%;
    margin: 10px auto;
}
/* slider 2 */
/*======== 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: #0000003b;
}
.witr_youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: 16 / 9;
    pointer-events: none;
    z-index: -9999;
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/*======== video area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    position: relative;
    background-size: cover;
    z-index: 1;
    background-position: center center;
}
.breadcum_area::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    background: transparent;
}
.inner_breadcum_area {
    padding: 207px 0;
    text-align: center;
}
.inner_breadcum_area h1 {
    font-size: 50px;
    color: var(--whitec);
    margin: 0;
}
.inner_breadcum_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.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;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
    font-size: 22px;
}
/*======== breadcum area end  ==========*/

/*======== about area end =======*/
.about_are {
    padding: 60px 0 60px;
    position: relative;
}
.about_title h1{
    font-weight: 500;
    font-family: "Lora", serif;
}
.about_title h2 {
    font-size: 48px;
    margin-bottom: 20px;
}
.witrlistw {
    margin: 30px 0 25px;
}
.witrlistw ul {
    padding: 0;
    margin: 0;
}
.witrlistw ul li{
    list-style: none;
    margin-bottom: 10px
}
.witrlistw ul li span{
    font-size: 16px;
    color: var(--titlecolor);
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Lora", Sans-serif;
    padding: 0px 0px 5px 0px;
    color: #000000;
}
.witrlistw ul li span i{
    margin-right: 5px;
    color: #009046;
}
/* about btn */
.itth_btn {
    text-align: end;
    margin-left: auto;
}
.itth_btn a{
    font-family: "Federo", Sans-serif;
}
/* txbdsi */
.main_txbdsi {
    display: flex;
    gap: 150px;
}
.txbdicon{
    margin-bottom: 20px;
}
.txbdicon i{
    font-size: 45px;
    color: var(--brcolor);
}
.txbdsvflex {
    display: flex;
    gap: 14px;
    align-items: baseline;
}
.txbdcon_itd h2 {
    color: var(--brcolor);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
/* about skill */
/* progress bar */
.inner_progres_bar h2{
    font-size: 16px;
}
.inner_progres_bar .progress {
    height: 12px;
    overflow: visible;
    background: var(--brcolor);
    border-radius: 0;
    position: relative;
}
.inner_progres_bar {
    overflow: hidden;
}
.inner_progres_bar .progress-bar {
    border-radius: 30px;
    background-color: var(--whitec);
    overflow: inherit;
    height: 6px;
    margin: 3px 5px 0;
}
.progress-bar span {
    color: var(--titlecolor);
    text-align: end;
    margin-top: -50px;
    font-size: 16px;
    position: absolute;
    right: 0;
}
.inner_ab img{
    width: 100%;
}

/*======== about area end ==========*/

/*======== call to action end ==========*/
.call_to_action{
    margin: 60px 0;
}

.main_call_title h1{
    font-size: 18px;
    font-weight: 500;
    color: var(--brcolor);
    text-transform: uppercase;
}
.main_call_title h2 {
    font-size: 48px;
    margin: 0 0 35px;
}
.call_txbdsi {
    display: flex;
    gap: 14px;
    transition:.5s;
    align-items: center;
}
.call_txbdsi:hover .call_iconalltf i{
    background: var(--titlecolor);
}
.call_iconalltf{
    margin-bottom: 10px;
}
.call_iconalltf i{
    font-size: 40px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    display: inline-block;
    transition: .5s;
    border-radius: 50%;
    color: var(--whitec);
    background: var(--brcolor);
}
.call_txbdcon h2{
    font-size: 20px;
    font-weight: 500;
}
.call_txbdcon p{
    font-size: 20px;
    font-weight: 700;
    color: var(--titlecolor);
}

/*======== call to action end ==========*/

/*===== service area start  ====*/
.service_area {
    padding: 120px 190px;
    background: #F6F2E6;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    border-bottom: 2px dashed var(--brcolor);
}
/* section title */
.section_title{
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.section_title img {
    position: absolute;
    top: -35px;
    left: 0;
    margin: 0 auto;
    right: 0;
    animation: title_shap 5s linear 1s infinite alternate running;
    z-index: -1;
}
.itth_title{
    text-align: left;
}
.itth_title img {
    left: 0;
}
@keyframes title_shap{
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(45px);
    }
}
.section_title h1 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}
.section_title h2{
    font-size: 48px;
}
.section_title h3{
    font-size: 48px;
    color: var(--titlecolor);
}
/* section title */
.main_service_item {
    padding: 45px 20px 50px 25px;
    text-align: left;
    transition: .5s;
    margin: 0 10px;
    background: var(--whitec);
    background-size: cover;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}
/* icon */

/* title */
.single_service h3 {
    margin: 20px 0 10px;
    transition: .5s;
}
.single_service h3 a{
    font-size: 24px;
}
.single_service p {
    margin-bottom: 20px;
    transition: .5s;
    font-size: 14px;
}
.service_btn {
    margin-top: 35px;
}
.service_btn a{
    transition: .5s;
    border-radius: 30px;
    border: solid var(--brcolor);
    color: var(--paracolor);
    padding: 10px 120px 12px 30px;
    position: relative;
    border-width: 1px 0px 1px 1px;
}
.service_btn a:hover{
    background: var(--brcolor);
    color: var(--whitec);
}
.service_btn a i {
    color: var(--brcolor);
    z-index: 1;
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--brcolor);
    position: absolute;
    right: 0;
    top: 0;
}
.service_btn a,.service_btn a i{
    background: var(--whitec);
}
/*===== service area end  ====*/

/*===== video area start  ====*/

.inner_video_area {
    background-position: center;
    background: url(assets/image/video.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.inner_video_area {
    padding: 260px 0;
}
.inner_video_area a{
    display: inline-block;
    width: 94px;
    height: 94px;
    line-height: 94px;
    font-size: 25px;
    border-radius: 10px;
    background-color: var(--whitec);
    color: var(--brcolor);
    animation: witr-shadow 1s linear infinite;
}
@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);
    }
}
/*===== video area end ====*/

/*===== gh contact area start ====*/
.gh_contact_area{
    margin: 0 0 60px;
    z-index: 1;
    position: relative;
}
/* inner contact form */
.gh_inner_contact_area{
    padding: 70px 50px;
    margin-top: -100px;
    background: var(--titlecolor);
}
.inner_contact_form {
    margin-top: 20px;
}
.inner_contact_content h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--whitec);
    margin-bottom: 15px;
}
/* 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: 0 0 1px 0;
    border-color: var(--whitec);
    background: #B0111100;
    color: var(--whitec);
}
.inner_contact_form input:hover{
    border-color: var(--brcolor);
}
.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: 0 0 1px 0;
    border-color: var(--whitec);
    font-size: 14px;
    color: var(--whitec);
    background: #B0111100;
}
.inner_contact_form textarea:hover{
    border-color: var(--brcolor);
}
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(--brcolor);
    color: var(--whitec);
    border-radius: 0;
    transition: .5s;
    width: 100%;
}
.inner_contact_form button:hover{
    color: var(--titlecolor);
    background-color: var(--whitec);
}
.gh_inner_faq_area{
    margin-top: 100px;
}

/*===== gh contact area end ====*/

/*======== contact box area start  ==========*/
.contact_box {
    padding: 110px 0 20px;
}
.main_contact_box {
    display: block;
    text-align: center;
    background-color: #F6F2E6;
    padding: 45px 0px 43px 0px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
}
.contact_icon h2{
    color: var(--whitec);
    margin: 0;
    text-transform: capitalize;
}
.contact_box_text p{
    margin: 0;
}
/*======== contact box area end  ==========*/

/*=====START MEMBER AREA ======*/
.team_member_area {
    padding: 60px 0;
}
/* blog overlay css */
.inner_single_title img{
    width: 100%;
}
.team_thumb {
    background-color: var(--whitec);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.team_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    background-color: rgb(0 0 0 / 64%);
    transform: scale(0);
    transition: .5s;
}
.team_thumb:hover .team_overlay{
    transform: scale(1.2);
}
/* 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;
    right: 30px;
    bottom: -64px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
/* icon */
.inner_ti_th a{
    display: block;
    text-align: center;
    color: var(--whitec);
    background-color: var(--brcolor);
    transition: .5s;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 5px 0;
    padding: 0px 0px 0px 0px;
}
.inner_ti_th a:hover{
    background-color: var(--titlecolor);
}
.team_thumb:hover .inner_ti_th {
    bottom: 80px;
    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 h2 a{
    font-size: 24px;
    font-weight: 700;
}
.single_team_item h2{
    margin: 0;
}
.share_it_icon i {
    text-align: center;
    background: var(--brcolor);
    color: var(--whitec);
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 45px;
    position: absolute;
    bottom: 116px;
    right: 30px;
}

/*===== END MEMBER AREA ======*/

/*======= pricing area start  ======*/
.pricing_area{
    padding: 55px 0 30px;
    position: relative;
}
.price_shap {
    position: absolute;
    z-index: -1;
    animation: circle_shap 5s linear 1s infinite alternate running;
    top: 41%;
    left: 0;
}
@keyframes circle_shap{
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(45px);
    }
}
.project_title {
    text-align: left;
}
/* inner pricing area css */
.it_pricing_middle {
    background: url(assets/image/price_bg.png);
    background-size: cover;
}
.inner_pricing_title.it_title h2{
    color: var(--whitec);
}
.inner_pricing_title2.it_title h2 span{
    color: var(--whitec);
}
.inner_pricing_area{
    padding: 40px 30px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px var(--bshadow);
    text-align: left;
    margin-bottom: 30px;
    background-color: #F1F1F1;
}
.data_pr_item {
    display: flex;
    gap: 100px;
    background-color: var(--titlecolor);
    padding: 10px;
    border-radius: 30px;
    align-items: baseline;
    margin-top: -10px;
}
.dt_pricing_btn a{
    font-size: 14px;
    font-weight: 700;
    color: var(--whitec);
    display: block;
    border-radius: 30px;
    background-color: var(--brcolor);
    padding: 10px 30px 10px 30px;
}
.dt_pricing_btn a:hover{
    color: var(--brcolor);
    background-color: var(--whitec);
}
.data_pr_content p {
    color: var(--whitec);
    margin: 0;
    font-size: 14px;
}
/* inner pricing text css */
.inner_pricing_text {
    border-radius: 5px 5px 0 0;
}
.inner_pricing_title h2 {
    font-size: 30px;
    margin: 10px 0;
}
.inner_pricing_title2 {
    margin-top: 10px;
}
.inner_pricing_title2 h2 {
    font-size: 40px;
}
.inner_pricing_title2 h2 span{
    font-size: 18px;
    font-weight: 500;
    color: var(--paracolor);
}
/* inner pricing list area css */
.inner_pricing_list_area {
    padding: 10px 0 10px;
}
.inner_pricing_list_area ul{
    list-style: none;
    border-radius: 10px 10px 10px 10px;
}
.inner_pricing_list_area ul li i{
    color: var(--brcolor);
    margin-right: 10px;
    font-size: 20px;
}
.inner_pricing_list_area ul li {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 0;
}
/* inner pricing btn css */
.inner_pricing_btn a {
    position: relative;
    display: inline-block;
    padding: 12px 50px;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}
.inner_pricing_btn a:hover{
    background-color: var(--titlecolor);
    color: var(--whitec);
}

/*======= pricing area end  ======*/

/*======== faq area start  ==========*/
.faq_area {
    padding: 50px 0 60px;
}
.cn_faq h2{
    font-size: 36px;
}
.cn_faq p {
    color: var(--titlecolor);
    margin: 20px 0 35px;
}
.inner_faq_img img{
    width: 100%;
}
.inner_faq_left_content h2{
    font-size: 48px;
    text-transform: uppercase;
}
/* inner faq accrodion item css */
.inner_faq_ac_item {
    border: none;
    margin-bottom: 20px;
    border-radius: 5px;
}
.inner_faq_ac_item a {
    width: 100%;
    font-size: 16px;
    padding: 11px 15px;
    font-weight: 700;
    display: flex;
    color: var(--titlecolor);
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    border-bottom: 1px solid var(--titlecolor);
    font-family: Lora, sans-serif;
}
.inner_faq_text p {
    font-size: 16px;
    padding: 10px 25px 0px;
}
.inner_faq_ac_item a:hover{
    color: var(--brcolor);
}
.inner_faq_ac_item a i{
    font-size: 18px;
    font-weight: 700;
}
/* active */
.inner_faq_ac_item a.active{
    position: relative;
    color: var(--brcolor);
    border: none;
}
.inner_faq_ac_item a.active::before {
    content: '\eacb';
    font-family: Icofont!important;
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 30px;
    font-size: 22px;
}
.inner_faq_ac_item a.active i{
    display: none;
}
/*======== faq area end  ==========*/

/* single blog */
.csingle_contant input, .csingle_contant textarea {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding: 10px;
    color: var(--paracolor);
    border: 1px solid var(--brcolor);
}
.csingle_contant input::placeholder, .csingle_contant textarea::placeholder{
    color: var(--paracolor);
}
.csingle_contant textarea{
    height: 150px;
}
.csingle_contant button{
    width: 100%;
    padding: 20px 0;
    border: none;
    color: var(--whitec);
    background: var(--brcolor);
}
/* single blog */

/*===== contact area area end  ====*/

/*======== testimonial area start ==========*/
.testimonial_area {
    position: relative;
    z-index: 1;
    margin: 50px 30px;
    padding: 60px 0 60px;
    background: url(assets/image/testimonial-bg.png);
    background-size: cover;
}
.middle_client{
    padding: 60px 0;
}
/* inner testimonial content */
.gen_client{
    padding: 60px 0 40px;
}
.txbdmb30 {
    margin-bottom: 30px;
}
.tsdflex {
    margin: 10px 0;
}
.tsimg{
    gap: 14px;
}
.tsitem {
    position: relative;
    text-align: left;
}
.tstitle{
    margin-bottom: 5px;
    font-size: 22px;
    color: var(--whitec);
}
.txbdbcolor {
    color: var(--brcolor);
    font-size: 16px;
    font-weight: 400;
}
.terevtx {
    margin-left: 10px;
}
.tscon p{
    font-weight: 600;
    font-size: 20px;
    color: var(--whitec);
}
.test_active{
    margin-top: 100px;
}
/* test arrow */
.test_active .slick-prev, .test_active .slick-next {
    top: 111%;
    opacity: 1;
    visibility: visible;
}
.test_active .slick-next {
    left: 74px;
}
/* test arrow */

/* dots */
.slick-dots {
    bottom: 24%;
    position: absolute;
    right: -95%;
    transform: translateX(-50%);
    display: inline-block;
    z-index: 11;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    background-color: var(--whitec);
}
.slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 20px;
    border: 0;
    margin: 0 5px;
    cursor: pointer;
    padding: 0;
    transition: 0.5s;
    outline: 0;
    border-radius: 3px;
    background: var(--titlecolor);
}
.slick-dots li.slick-active button {
    background: var(--brcolor);
}


/* about testimonial area css */
.br_test_area {
    padding: 50px 0 10px;
}
.single_testimonial_text h4{
    font-weight: 500;
    letter-spacing: 3px;
}
.single_testimonial_text h2{
    font-size: 48px;
    color: var(--titlecolor);
}
.ticon i {
    display: inline-block;
    color: var(--brcolor);
}
.single_testimonial {
    position: relative;
    border: 1px dashed var(--brcolor);
    margin-bottom: 30px;
}
.test_single_img {
    display: flex;
    gap: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.tstitle_content{
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--titlecolor);
    padding: 10px 0px 0px 0px;
}
.breadcam_test p{
    color: var(--titlecolor);
}
.tesspanf {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
}
.breadcam_test {
    background-color: #F7F7F7 !important;
    padding: 10px 15px 30px;
}
.alltesicl_title h2{
    color: var(--titlecolor);
}
.alltesicl_title p{
    color: var(--paracolor);
}
/* breadcam */
/*======== testimonial area end ==========*/

/*======== port area start  ==========*/

.port_area {
    padding: 60px 0 60px;
}
.witr_port_section {
    position: relative;
    text-align: center;
    margin: 0 10px;
}
.witr_port_section img{
    width: 100%;
}
.witr_port_section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    background: #00294b6b;
}
.team_overlay_icon a {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    font-size: 22px;
    opacity: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    background: #00294b;
    color: #fff;
}
.witr_port_section:hover:before {
    opacity: 1;
}
.witr_port_section:hover .team_overlay_icon a {
    opacity: 1;
}

/*======== port area end  ==========*/

/* ===== 7. Skill Area CSS ===== */
.skill_area {
    padding: 60px 0 30px;
    position: relative;
}
.witr_section_title_inner h2{
    font-size: 48px;
}
.inner_progres_bar h2{
    font-size: 16px;
    color: var(--brcolor);
}
.inner_progres_bar{
    margin-bottom: 15px;
}
.witter_skill {
    margin-bottom: 15px;
    border-radius: 20px !important;
}
.witter_skill .progress-bar{
    background: var(--titlecolor);
    margin: 0;
    height: 12px;
}
/*======== skill area end ======*/

/*===== counter area start  ====*/
.inner_counter_area {
    position: relative;
    margin: 0 0 20px;
    padding: 30px 10px 30px 10px;
    border-radius: 0px 0px 5px 0px;
}
.border_counter_left{
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #E8BE7F;
}
.border_counter_right{
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-color: #E8BE7F;
}
.border_counter_bottom{
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #E8BE7F;
    padding: 30px 10px 30px 10px;
}
.inner_counter_sub_cont {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: -25px;
    position: relative;
}
.inner_counter_sub_cont h3, .inner_counter_sub_cont span {
    font-size: 56px;
    font-weight: 700;
    color: var(--brcolor);
}
.inner_counter_area h2 {
    margin-top: 0;
    color: var(--whitec);
    position: relative;
    font-weight: 700;
    font-size: 20px;
}
.c_shap img {
    margin-bottom: 30px;
}
/*===== counter area 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: 0;
}
.slick-next {
    right: 25px;
}
.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(--brcolor);
    color: var(--whitec);
}


/*======== blog area start  ==========*/
.blog_area{
    padding: 60px 0 40px;
    position: relative;
}
/* inner blog area css */
.inner_blog_area {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.11);
}
/* inner blog thumb css */
.wblogovermeta {
    position: absolute;
    z-index: 999;
}
.wblogovermeta span {
    display: inline-block;
    color: var(--paracolor);
    background: var(--brcolor);
    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 {
    z-index: 9;
    position: relative;
}
/* inner blog text css */
.single_blog_title {
    padding: 15px 20px 24px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
}
.inner_blog_text span a{
    font-weight: 400;
}
.inner_blog_text span {
    font-size: 16px;
    margin-right: 10px;
    color: #888;
}
.inner_blog_text span i{
    margin-right: 3px;
    color: var(--brcolor);
}
/*inner blog content css */
.inner_blog_content {
    padding: 10px 0px 0px;
}
.inner_blog_content h2 a {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 22px;
}
.inner_blog_content h2 a:hover{
    color: var(--brcolor);
}
.inner_blog_content p{
    color: var(--titlecolor);
}
.inner_blog_content >a{
    font-size: 14px;
    color: var(--brcolor);
}
.inner_blog_content >a:hover{
    color: var(--brcolor);
}
/* inner blog btn css */
.inner_blog_btn a {
    transition: .5s;
    color: var(--brcolor);
}
.inner_blog_btn a:hover{
    color: var(--titlecolor);
}

/*======== blog area end  ==========*/

/*======== nb brand area start  ==========*/
.brand_area {
    margin: 60px 0;
    text-align: center;
}
.br_brand{
    margin-bottom: 120px;
}
.brand_title h2{
    font-size: 72px;
    margin-bottom: 70px;
    color: var(--whitec);
}
.inner_brand_area img{
    margin: 0 auto;
}
.wh_brand h2{
    color: var(--titlecolor);
}
/*======== nb brand area end  ==========*/

/*======= google map area start  ======*/
.wiitter_google_map{
    padding: 0 0 60px;
}
.google_map_title iframe{
    width: 100%;
    height: 520px;
    border: 10px solid var(--brcolor);
}
/*======= google map area end  ======*/

.old_contact_area {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
/* title */
.twr_form_box_title h2{
    color: var(--brcolor);
    text-align: left;
}
/* title */

.twr_form_box input,.twr_form_box textarea {
    border-bottom: 1px solid var(--titlecolor);
    width: 100%;
    height: 45px;
    color: var(--whitec);
    margin-bottom: 23px;
    padding: 10px;
    background: transparent;
    color: var(--paracolor);
}
.twr_form_box textarea{
    width: 100%;
    height: 150px;
}
.twr_form_box textarea::placeholder,.twr_form_box input::placeholder{
    color: var(--paracolor);
}
.stcontact_style2 button {
    width: 100%;
    padding: 15px 0;
    color: var(--whitec);
    border: none;
    border-radius: 5px;
    transition: .5s;
    background: var(--brcolor);
}
.stcontact_style2 button:hover{
    background: var(--titlecolor);
}
/* google map */
.inner_contact_map {
    width: 100%;
    height: 100%;
}
.inner_contact_map iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

/*======== contact area end  ==========*/

/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 115px 0 120px;
    background-color: var(--whitec);
}
/* portfolio 2 css */
.portfolio_2{
    margin-bottom: 30px;
}
.portfolio_title{
    text-align: center;
}
.portfolio_title h2 {
    font-size: 16px;
    color: var(--brcolor);
}
.portfolio_title h3 {
    font-size: 52px;

}
.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(--brcolor);
}
.portfolio_nav_all {
    padding: 24px 0 55px;
}
/* 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;
    color: var(--paracolor);
    transition: .5s;
}
.portfolio_nav ul li.current_menu_item{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.portfolio_nav ul li:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* portfolio items css */
.portfolio_img_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.portfolio_img_area img{
    width: 100%;
}
.portfolio_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #94010f80;
    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: rgb(222 169 26 / 40%);
    text-align: center;
}
.overlay >a{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    color: var(--whitec);
    margin-right: 6px;
    transition: .5s;
    margin-top: 15%;
}
.overlay a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.overlay >a >i{
    font-size: 22px;
}
.overlay h2 a{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    font-size: 24px;
    color: var(--whitec);
    transition: .5s;
}
.pz_text {
    padding: 15px 20px;
    box-shadow: 0 0 16px 8px rgb(242 242 242 / 80%);
    margin-top: -20px;
}
.pz_text h2 a {
    color: var(--titlecolor);
    font-size: 24px;
}
.pz_text p{
    color: var(--blackc);
}
.overlay h2 a:hover{
    background: none;
    color: var(--blackc);
}
.overlay p{
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.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: 62px;
    border-radius: 5px;
    text-align: center;
    background: none;
    color: var(--whitec);
}
.portfolio_overlay_cont >a:hover{
    background: var(--brcolor);
    color: var(--whitec);
}
.portfolio_overlay_cont >a i{
    font-size: 25px;
}
.portfolio_overlay_cont h2{
    margin: 0;
}
.portfolio_overlay_cont h2 a {
    margin-top: 10px;
    display: inline-block;
    font-size: 24px;
    color: var(--whitec);
    transition: .5s;
}
.portfolio_overlay_cont h2 a:hover{
    color: var(--brcolor);
}
.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(--brcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a i{
    font-size: 22px;
    font-weight: bold;
}
/*======== portfolio area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 120px 0 110px;
    background: var(--whitec);
}
.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;
}
.yblog_left_sub h2 a{
    color: var(--blackc);
}
.yblog_left_sub p{
    color: var(--paracolor);
}
.inner_yblog_form button i{
    font-size: 18px;
}
.recent-post-item {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.recent-post-item a img {
    width: 70px;
}
.recent-post-text a{
    transition: .5s;
}
.recent-post-text a:hover{
    color: var(--brcolor);
}
.recent-post-image {
    margin-bottom: 5px;
    flex: 0 0 auto;
}
/* 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(--brcolor);
}
/* 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(--brcolor);
}
/* 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(--brcolor);
}
.yblog_left_text_sub {
    padding: 0px 0 10px;
    margin: 0;
}
.yblog_left_text_sub span{
    color: var(--paracolor);
}
.yblog_left_text_sub span i{
    color: var(--brcolor);
}
.yblog_left_sub p{
    font-size: 16px;
    font-weight: 400;
    width: 95%;
}
.inner_single_box_area  p{
    color: var(--paracolor);
}
.inner_single_page_content_area p{
    color: var(--paracolor);
}
.yblog_left_sub >a {
    display: inline-block;
    margin: 7px 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(--brcolor);
    color: var(--whitec);
}
.ycalender_inner h5 {
    background-color: var(--brcolor);
    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;
    color: var(--paracolor);
}
.ycalender_inner td {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
    color: var(--paracolor);
}
.data_active{
    color: var(--whitec) !important;
    background-color: var(--brcolor);
}
/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 120px 0 110px;
}
.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(--brcolor);
    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(--brcolor);
    font-size: 20px;
    margin-right: 4px;
}
.inner_project_in_icon a:hover{
    background-color: var(--brcolor);
    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;
    color: var(--paracolor);
}
/* 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;
    color: var(--paracolor);
}
/*======== project information area end  ==========*/

/*===== video area start  ====*/
.call_to_area {
    padding: 60px 0 70px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.about_call{
    margin-top: 60px;
}
.video_alin{
    align-items: center;
}
.video_title h2 {
    font-size: 48px;
    margin: 10px 0 12px;
}
.call_btn a{
    color: var(--whitec);
    background: var(--brcolor);
    display: inline-block;
    border-radius: 15px;
    padding: 17px 42px;
    transition: .5s;
}
.call_btn a:hover{
    background-color: var(--titlecolor);
}
/*===== video area end  ====*/

/*======== footer area start  ==========*/
.footer_area {
    margin: 50px 0 0;
    padding: 50px 10px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 999;
}
.footer_upper {
    padding: 50px 0 30px;
    border-bottom: 1px solid var(--whitec);
}
.inner_footer_upper_content{
    padding: 0px 0px 0px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: var(--brcolor);
}
.inner_footer_upper_content h2{
    font-size: 36px;
    font-weight: 500;
    color: var(--whitec);
}
.inner_footer_upper_content p{
    color: var(--whitec);
}
/* footer middle area css */
.footer_middle {
    padding: 45px 0 20px;
}
/* footer logo area css */
.footer_left_area h1{
    font-size: 22px;
    color: var(--brcolor);
}
.footer_left_area p {
    padding: 10px 0 8px;
    font-size: 14px;
    color: var(--whitec);
}
/* footer socail icon css */
.footer_socail_icons {
    padding: 10px 0 0;
}
.footer_socail_icons a{
    display: inline-block;
    color: var(--whitec);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--whitec);
    font-size: 19px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 10px;
}
.footer_socail_icons a:hover{
    background-color: var(--brcolor);
    border: 1px solid transparent;
}
/* footer widget  css*/
.footer_widget h2 {
    padding: 0 0 12px;
    font-size: 18px;
    color: var(--brcolor);
}
/* footer nav css */
.footer_nav {
    margin-top: 10px;
}
.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(--brcolor);
}
/* footer address area css */
.footer_addres_area {
    margin-top: 10px;
}
.footer_addres_area h5 {
    color: var(--brcolor);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.footer_addres_area p {
    font-size: 14px;
    color: var(--whitec);
    font-weight: 400;
    margin-bottom: 5px;
}
.footer_addres_area p i{
    margin-right: 6px;
}
/* footer widget sub img */
.footer_wid_sub_img {
    margin-top: 15px;
}
.inner_footer_widget_img{
    margin-bottom: 20px;
}
.inner_footer_widget_img img{
    width: 100%;
    height: auto;
}

/* footer nav css */
.footer_nav {
    margin-top: 12px;
}
.footer_nav ul{
    list-style: none;
    padding-left: 0;
}
.footer_nav ul li {
    padding: 0 0 10px;
    color: var(--whitec);
    display: flex;
    gap: 10px;
}
.footer_nav ul li i{
    margin-right: 5px;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    border-radius: 5px;
    color: var(--whitec);
    text-align: center;
    background: var(--brcolor);
}
/* subscribe form area css */
.inner_subscribe_form_area{
    position: relative;
    overflow: hidden;
}
.inner_subscribe_form_area input {
    width: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 15px 30px;
    height: 50px;
    background: var(--whitec);
    color: var(--paracolor);
    margin-right: 10px;
    border-radius: 7px;
}
.inner_subscribe_form_area input::placeholder{
    color: var(--paracolor);
}
.inner_subscribe_form_area button {
    width: 20%;
    border-radius: 0;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    padding: 5px 15px;
    transition: .5s;
    background: var(--brcolor);
    color: var(--whitec);
    margin: 5px;
    border-radius: 5px;
}
.inner_subscribe_form_area:hover.inner_subscribe_form_area button{
    background-color: var(--titlecolor);
    color: var(--whitec);
}
/*======== footer area end  ==========*/

/*======== copyright area start  ==========*/
.copy_right {
    margin: 30px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid var(--whitec);
}
.copy_right_text {
    text-align: center;
}
.copy_right_text p {
    color: var(--whitec);
    margin: 0;
}
/* footer widget area */
.footer-widget-area ul{
	list-style: none;
	padding: 0;
	margin:0;
}
.footer-widget-area ul li{
	display:inline;
	margin-left:26px;
}
.footer-widget-area ul li a{
	display: inline-block;
	color:var(--whitec);
	transition: .5s;
}
.footer-widget-area ul li a:hover{
	color:var(--brcolor);
}
/*======== copyright area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    position: fixed;
    bottom: 62px;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    color: var(--whitec);
    background: var(--brcolor);
    display: none;
    cursor: pointer;
    z-index: 9999;
}
/*======== single service css  ==========*/
.ht_single_service_area {
    padding: 100px 0 30px;
}
.ht_single_service_text,
.ht_single_service_list {
    background: var(--brcolor);
    margin-bottom: 20px;
    padding: 20px 30px;
    border-radius: 10px;
}
.ht_single_service_text{
	border-radius: 0px 0px 10px 10px;	
}
.ht_single_service_text h2,
.ht_single_service_text p,
.ht_single_service_list h2,
.ht_widget_list li {
    color: var(--whitec);
}
.ht_widget_list{
	padding-left: 20px;	
}
.inner_faq_area {
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
}
