/*
***************************
    Theme Name: deshvisa
    1.main menu area
    2.mobile logo area
    3.slider area
    4.feature area
    5.about area
    6.marquee area
    7.service area
    8.call to action
    9.tab area
    10.why choose
    11.team member
    12.faq area
    13.brand area
    14.testimonial area
    15.marquee area
    16.blog area
    17.footer area
    18.copy right

***********************
*/


/* ======= site font family ==========*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Merriweather+Sans:wght@300..800&display=swap');

:root{
    --blackc: #000000;
    --whitec: #fff;
    --bgcolor: #dc002d;
    --paracolor: #555;
    --titlecolor: #030925;
    --brcolor: #222222;
}
html,body{
    overflow-x: hidden;
}
/* defult css */
body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Barlow Condensed", 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-size: 24px;
    font-weight: 700;
    font-family: "Merriweather Sans", sans-serif;
    color: var(--titlecolor);
}
h1,
h1 a{
    font-size: 16px;
    color: var(--bgcolor);
    text-transform: capitalize;
}
h2,
h2 a{
    font-size: 24px;
}
h3,
h3 a{
    font-size: 22px;
}
h4,
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(--bgcolor);
}
a:focus, 
a:hover {
    text-decoration: none;
	outline: none;
} 
h2 span.highlight{
    color: var(--bgcolor);
}

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(--bgcolor);
}
.witr_all_pd0{
    padding: 0;
}
/* highlight color css */
h2 span.highlight{
    color: var(--bgcolor);
}


/*======= header top area start =====*/
.header_top_area {
    border-bottom: 1px solid var(--whitec);
    display: flex;
    gap: 70px;
    align-items: center;
}
.topmain_border {
    background: var(--titlecolor);
    padding: 0;
    padding-right: 25px;
}
/* header left */
.header_left {
    background: var(--bgcolor);
    padding: 12px 50px;
}
.header_left span, .header_right span, .header_left a {
    font-size: 15px;
    font-weight: 500;
    color: var(--whitec);
}
.header_left span, .header_left a {
    margin: 0 40px 0 0;
    color: var(--whitec);
}
.header_left span i,
.header_left a i{
    margin-right: 6px;
}
/* header right */
.header_right a {
    margin: 0 6px 0;
    color: var(--whitec);
}
.top_address{
    text-align: right;
}
.top_address a {
    margin: 0 15px 0 0;
    color: var(--whitec);
}
/*======== header top area end ==========*/

/*======== main menu area start ==========*/
.main_menu_area {
    padding: 0 10px 0 0px;
}
/* site logo area css */
.site_logo_area {
    background: var(--whitec);
    padding: 50px 0 0;
    text-align: center;
    height: 100%;
}
/* 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: var(--whitec);
}
.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:hover{
    color: var(--bgcolor);
}
/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 45px;
}
/* landing menu area css */
.landing_menu{
    justify-content: end;
}
/* 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: inline-block;
    margin: 30px 20px 30px;
    text-transform: capitalize;
    color: var(--whitec);
    font-size: 16px;
    font-weight: 700;
    font-family: "Merriweather Sans", serif;
}
.inner_main_nav_area >ul >li >a>i{
    font-weight: 700;
}
.inner_main_nav_area >ul> li> a:hover{
    color: var(--bgcolor);
}
.absolute_menu .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a:hover{
    color: var(--linkcolor);
}
/* main nav icons together */
.advola_right_area {
    display: flex;
    align-items: center;
}
.main_nav_icons_together {
    display: flex;
    align-items: center;
}
/* main nav icons */
.main_nav_icons {
    margin-left: 7px;
}
.main_nav_icons >i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    transition: .5s;
    font-size: 19px;
    color: var(--whitec);
}
.main_nav_icons >i:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* main nav btn css */
.main_nav_btn {
    margin-left: 25px;
}
.main_nav_btn a {
    color: var(--whitec);
    display: block;
    font-size: 20px;
    margin-left: 20px;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 600;
    background: var(--bgcolor);
}
.main_nav_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    top: -110%;
    left: 0%;
    background: #000000f0;
    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;
    top: 0;
}
/* 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;
    box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}
.inner_nav_icon_popup input::placeholder{
    font-size: 30px;
}
/* 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: 15px;
    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(--brcolor);
    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: 180%;
    opacity: 1;
    visibility: visible;
}
.main_nav_middle_box_item p{
    padding: 20px;
}
/* main nav icon right */
.main_nav_icon_right {
    margin-left: 18px;
}
.main_nav_icon_right> i {
    display: inline-block;
    font-size: 35px;
    border-radius: 10px;
    cursor: pointer;
}
/* 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;
    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(--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;
}
/* 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;
    color: var(--blackc);
    padding: 6px 17px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Merriweather 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;
}
/*======== 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;
}
.inner_slider_area {
    height: 830px;
    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: left;
    width: 91%;
    animation: img-anim-right 3.3s cubic-bezier(.645,.045,.355,1) .4s forwards;
    opacity: 0;
}
@keyframes img-anim-right{
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 50%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.inner_slider_content h1 {
    font-weight: 600;
    font-size: 24px;
    color: var(--whitec);
    margin: 0 0 5px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.inner_slider_content h2 {
    font-size: 65px;
    color: var(--whitec);
    font-weight: 600;
}
.inner_slider_content h3{
    font-size: 65px;
    color: var(--whitec);
}
.inner_slider_content p {
    font-size: 16px;
    color: var(--whitec);
    margin: 22px auto 15px 0;
    width: 40%;
}
/* golobal btn css */
.b_btn {
    margin-top: 45px;
}
.b_btn a {
    display: inline-block;
    padding: 18px 40px;
    background-color: var(--bgcolor);
    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(--bgcolor);
}
.btncircle i {
    color: var(--white);
    background: var(--brcolor);
    border: 1px solid var(--brcolor);
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px;
    transition: .5s;
    animation: witr-shadow 1s linear infinite;
}
.b_btn a.btncircle {
    background: transparent;
    padding-bottom: 27px;
}
@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);
    }
}
/* 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: #00000096;
}
.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;
}
.inner_breadcum_area {
    padding: 80px 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;
    font-weight: 600;
    color: var(--whitec);
}
.inner_breadcum_area ul li{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--whitec);
}
.inner_breadcum_area ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--whitec);
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
    font-size: 22px;
}
/*======== breadcum area end  ==========*/

/*======== feature area start  ==========*/
.feature_area{
    padding: 120px 0 40px;
}
.main_feature{
    background: url(assets/image/ser-1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 25px 15px 25px 15px;
    transition: .5s;
    margin-bottom: 20px;
}
.main_feature:hover{
    background: url(assets/image/ser-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.feature_thumb{
    display: flex;
    gap: 14px;
    align-items: center;
}
.feature_icon i{
    background-color: var(--whitec);
    color: var(--bgcolor);
    border-style: none;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 35px;
    width: 62px;
    height: 62px;
    line-height: 58px;
    transition: .5s;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
}
.main_feature:hover .feature_icon i{
    background: var(--titlecolor);
    color: var(--whitec);
}
.feature_content h2{
    font-size: 18px;
}
/*======== feature area end  ==========*/

/*======== about area end =======*/
.about_area {
    padding: 60px 0 60px;
}
.about_title h2 {
    font-size: 47px;
    margin: 10px 0 25px;
}
.about_title h3{
    background-color: var(--titlecolor);
    color: var(--whitec);
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 20px 10px 20px;
}
.about_title p {
    color: var(--titlecolor);
    margin: 25px 0 20px;
}
.departmentlist ul li {
    color: var(--titlecolor);
    list-style: none;
    font-size: 16px;
    display: block;
    padding: 8px 7px;
    margin-bottom: 1px;
    font-weight: 600;
    font-family: "Merriweather Sans", sans-serif;
}
.departmentlist ul li i{
    margin-right: 5px;
    color: var(--bgcolor);
}
.discover_more {
    color: var(--whitec);
    background-color: var(--titlecolor);
    border-radius: 5px 5px 5px 5px;
    padding: 15px 10px 15px 30px;
    transition: .5s;
    font-family: "Merriweather Sans", sans-serif;
}
.about_btn{
    margin: 30px 0px 0px 0px;
}
.discover_more:hover{
    color: var(--whitec);
    background: var(--bgcolor);
}
.discover_more i{
    background-color: var(--whitec);
    text-align: center;
    color: var(--bgcolor);
    font-size: 20px;
    border-radius: 5px 5px 5px 5px;
    margin: 0px 0px 0px 15px;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    transition: .5s;
}
.discover_more:hover.discover_more i{
    transform: rotate(360deg);
}
/*======== about area end  ==========*/

/*======== marquee area start  ==========*/
.marquee_area {
    margin: 40px 0 0;
    padding: 25px 0;
    background: var(--bgcolor);
}
.marquee {
    position: relative;
    gap: 0px;
    display: flex;
    overflow: hidden;
}
.marleft{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 200%;
    animation: 50s linear infinite marleft;
}
@keyframes marleft{
    0% {
        transform: translateX(0);
    }
    
    100% {
        transform: translateX(-50%);
    }
}
.marleft h2 {
    -webkit-text-stroke-color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
    font-size: 30px;
    font-weight: 300;
    opacity: 1;
    margin: 0 40px;
}
.txmartex{
    -webkit-text-stroke: 1px #888888;
}
/*======== marquee area end  ==========*/

/*===== service area start  ====*/
.service_area {
    padding: 120px 0 100px;
    margin: 0 0 40px;
    background: url(assets/image/service-bg.png);
    background-size: cover;
}
/* section title */
.section_title{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.section_title h2 {
    font-size: 48px;
}
.section_title h3 {
    font-size: 48px;
}
.section_title h3 span.highlight{
    color: var(--bgcolor);
}
.main_service {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    position: relative;
    margin: 0 10px 20px;
    padding-bottom: 20px;
}
.main_service:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 0%;
    transition: .5s;
    border: 1px solid var(--bgcolor);
}
.main_service:hover:before {
    height: 100%;
}
.service_img img{
    width: 100%;
}
.service_icon i {
    color: var(--bgcolor);
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background: var(--whitec);
    border-radius: 100%;
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 999;
    transition: .5s;
}
.main_service:hover .service_icon i{
    background: var(--bgcolor);
    color: var(--whitec);
}
.service_title {
    margin: 0 20px;
}
.service_title h3 {
    margin: 35px 0 5px;
}
.service_title h3 a{
    font-weight: 600;
    font-size: 20px;
}
.service_title p{
    padding-bottom: 15px;
    border-bottom: 1px solid var(--bgcolor);
}
.service_btn {
    position: relative;
    margin-top: 20px;
}
.service_btn a {
    margin: 20px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.service_btn a i{
    color: var(--whitec);
    border-radius: 50%;
    background: var(--bgcolor);
}
/*===== service area end ====*/

/* =============== tab section =============*/
.tab_area {
    padding: 35px 0 60px;
    position: relative;
}
/* tab menu */
.tab-menu {
    background-color: #051C3A;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #DC002D;
    border-radius: 10px 10px 10px 10px;
    margin: 0px 0px 50px 0px;
    justify-content: center;
}
span.witr_tab_icona {
    float: none;
    display: block;
    margin-bottom: 8px;
}
.tab-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 10px auto;
    gap: 100px;
    padding: 0;
    margin: 0;
}
.tab-menu ul li {
    list-style: none;
    margin: 0 0 0;
    text-align: center;
}
.tab-menu ul li a {
    display: inline-block;
    color: var(--whitec);
    padding: 10px 20px;
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px transparent;
    font-family: "Merriweather Sans", sans-serif;
}
.tab-menu ul li a.active{
    color: var(--whitec);
    background: var(--bgcolor);
}
.tab-menu ul li a span i{
    font-size: 50px;
}
.witr_btn_sinner a{
    color: var(--titlecolor);
}
.tab_btn a {
    width: 100%;
    font-family: "Merriweather Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    border: 3px solid var(--bgcolor);
    padding: 12px 30px;
    border-radius: 5px;
    color: var(--whitec);
    transition: .5s;
    background: var(--titlecolor);
}
.tab_btn a:hover{
    background: var(--bgcolor);
}
.tab_btn{
    margin-top: 50px;
}
/*===== end tab section ====*/

/*===== why choose start ====*/
.why_choose {
    margin: 60px 0;
    padding: 120px 0;
    background: url(assets/image/why-bg-02.png);
    background-size: cover;
}
.single_why img{
    width: 100%;
}
.witr_icon_title i{
    color: var(--bgcolor);
    font-size: 25px;
}
.why_title h2{
    font-size: 47px;
}
.why_title h4{
    margin: 5px 0 0;
}
.txbdcon_why {
    margin-bottom: 20px;
}
.txbdcon_why h2{
    font-size: 20px;
}
.txbdcon_why p {
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: var(--bgcolor);
    margin: 0px -24px 0px 23px;
    padding-left: 15px;
}
/* cunter */
.why_counter {
    background: var(--bgcolor);
    padding: 15px 50px 10px;
    margin-left: -150px;
    border-radius: 10px;
    border: 4px solid var(--titlecolor);
    margin-top: 60px;
}
.inner_counter_area{
    position: relative;
}
.main_counter {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
}
.inner_counter_sub_cont {
    display: flex;
    justify-content: start;
    align-items: baseline;
}
.inner_counter_sub_cont h3, .inner_counter_sub_cont span{
    font-size: 40px;
    font-weight: 700;
    color: var(--whitec);
}
.inner_counter_area h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: -5px;
    position: relative;
    color: var(--whitec);
}
.inner_counter_area img {
    position: absolute;
    top: 0;
    right: 0;
}
/* cunter */
/*===== why choose end ====*/

/*===== call to action start ====*/
.call_to_action{
    padding: 60px 0;
}
.single_call h2{
    font-size: 47px;
}
.br_call{
    margin-top: 60px;
}
/*===== call to action end ====*/

/*======== team area start ==========*/
.team_member {
    padding: 60px 0 40px;
}
.single_team_img {
    position: relative;
    overflow: hidden;
}
.single_team {
    margin-bottom: 20px;
    border-style: solid;
    border-width: 0px 0px 3px 3px;
    border-color: #DC002D;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 0px 0 0px 10px;
}
.team_single_icon a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    transition: .5s;
    border-radius: 0px 100px 100px 100px;
    text-align: center;
    color: var(--whitec);
    background-color: var(--bgcolor);
}
.team_single_icon a:hover{
    color: var(--whitec);
}
.team_single_icon {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 11;
}
.single_team_img img{
    width: 100%;
}
/* social icon */
.team_social_icon {
    position: absolute;
    transition: .5s;
    bottom: -50%;
    right: 0;
    z-index: 9999;
}
.single_team:hover .team_social_icon{
    bottom: 25%;
}
.team_social_icon a {
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    margin: 5px 3px;
    transition: .5s;
    border-radius: 5px;
    color: var(--whitec);
    background-color: var(--bgcolor);
}
.team_social_icon a:hover{
    color: var(--bgcolor);
    background-color: var(--whitec);
}
/* team text */
.team_text {
    text-align: left;
    z-index: 1;
    position: relative;
    background: var(--whitec);
    padding: 18px 10px 23px;
}
.team_text h2 {
    margin: 0;
}
.team_text h2 a{
    font-size: 20px;
}
.team_text p{

}
/*===== team area end =====*/

/*======= skill start  ======*/
.skill_area {
    padding: 100px 0 60px;
    margin: 60px 0 0;
    border-top: 1px solid #DDDDDD;
}
.skill_title h2 {
    font-size: 47px;
}
.skill_title p{
    color: var(--titlecolor);
    margin: 20px 0 30px;
}
/* progress bar */
.inner_progres_bar h2{
    font-size: 16px;
}
.inner_progres_bar .progress {
    height: 12px;
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: inherit;
    border: 1px solid var(--bgcolor);
}
.single_about_text.single_faq {
    overflow: hidden;
}
.inner_progres_bar .progress-bar{
    border-radius: 30px;
    background-color: var(--bgcolor);
    overflow: inherit;
    margin: 2px;
}
.progress-bar span {
    color: var(--titlecolor);
    text-align: end;
    margin-top: -50px;
    font-size: 16px;
}
.inner_ab img{
    width: 100%;
}
.skill_title {
    margin-top: 100px;
}
/* web */
.skill_left h4{
    color: var(--bgcolor);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

/*===== skill end  ======*/

/*======== faq area start  ==========*/
.faq_area {
    padding: 130px 0;
    margin: 60px 0;
    background: url(assets/image/video-faq-bg.png);
    background-size: cover;
    background-position: center;
}
.cn_faq h2 {
    font-size: 47px;
    margin-bottom: 60px;
    color: var(--whitec);
    border-bottom: 1px solid var(--bgcolor);
}
/* 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: 18px;
    padding: 15px 30px 15px 20px;
    font-weight: 600;
    display: flex;
    color: var(--titlecolor);
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    color: var(--whitec);
    border: 1px solid var(--whitec);
}
.inner_faq_text p {
    font-size: 16px;
    color: var(--whitec);
    padding: 10px 25px 0px;
}
.inner_faq_ac_item a:hover{
    color: var(--bgcolor);
}
.inner_faq_ac_item a i{
    font-size: 18px;
    font-weight: 700;
}
/* active */
.inner_faq_ac_item a.active{
    position: relative;
    background-color: var(--bgcolor);
    color: var(--whitec);
    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  ==========*/

/*===== video area start  ====*/
.inner_video_area {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
 
.inner_video_area {
    padding: 200px 90px;
    text-align: left;
}
.inner_video_area a {
    display: inline-block;
    width: 94px;
    height: 94px;
    line-height: 94px;
    font-size: 25px;
    text-align: center;
    border-radius: 50px;
    background-color: var(--bgcolor);
    color: var(--whitec);
    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  ====*/


/* single blog */
.csingle_contant input, .csingle_contant textarea {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding: 10px;
}
.csingle_contant textarea{
    height: 150px;
}
.csingle_contant button{
    width: 100%;
    padding: 20px 0;
    border: none;
    color: var(--whitec);
    background: var(--bgcolor);
}
/* single blog */

/*===== contact area area end  ====*/

/*======== testimonial area start ==========*/
.testimonial_area {
    position: relative;
    z-index: 1;
    padding: 60px 0 60px;
}
.test_bg {
    background: url(assets/image/texti-bg.png);
    background-size: cover;
    padding: 150px 54px;
}
/* inner testimonial content */
.client_title h2{
    font-size: 60px;
}
.test_part {
    border-radius: 10px;
    color: var(--whitec);
    text-align: center;
}
.test_title h2{
    display: inline-block;
    font-size: 18px;
    padding-bottom: 10px;
    color: var(--bgcolor);
}
.test_title span{
    color: var(--paracolor);
}
.postimg img{
    display: inline-block;
}
.test_part p{
    color: var(--titlecolor);
    font-family: "Merriweather Sans", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
/* 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(--bgcolor);
}
/*======== testimonial 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(--bgcolor);
    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;}
/* inner blog thumb css */
.wblogovermeta {
    position: absolute;
    z-index: 999;
}
.wblogovermeta span {
    display: inline-block;
    color: var(--paracolor);
    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 {
    z-index: 9;
    position: relative;
}
/* inner blog text css */
.single_blog_title {
    padding: 20px 0 0;
    position: relative;
}
.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(--bgcolor);
}
/*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: 18px;
}
.inner_blog_content h2 a:hover{
    color: var(--bgcolor);
}
.inner_blog_content p{
    color: var(--titlecolor);
}
/* inner blog btn css */
.inner_blog_btn a {
    color: var(--bgcolor);
    transition: .5s;
    font-size: 14px;
    font-weight: 600;
}
.inner_blog_btn a i{
    margin-right: 10px;
    color: var(--whitec);
    border-radius: 100%;
    background: var(--bgcolor);
}
.inner_blog_btn a:hover{
    color: var(--titlecolor);
}
/*======== blog area end  ==========*/

/*======== nb brand area start  ==========*/
.brand_area {
    padding: 60px 0;
}
.br_brand{
    margin-top: 60px;
}
.inner_brand_area img{
    margin: 0 auto;
}
/*======== nb brand area end  ==========*/

/*======== pricing area start  ==========*/
.pricing_area{
    padding: 60px 0;
}
.main_price{
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
}
.witr_pricing_icon i {
    font-size: 40px;
    padding-top: 40px;
    display: block;
    color: var(--bgcolor);
}
.pricing-part h3{
    font-size: 30px;
    padding: 26px 0 12px;
    display: block;
}
.newsssss h5 {
    margin: 10px 0px;
    padding: 12px 0;
    font-size: 35px;
    color: var(--whitec);
    background: var(--bgcolor);
}
.pricing-part span {
    font-size: 24px;
    margin-right: 5px;
}
.witri_texti_list {
    margin-top: 25px;
}
.pricing-part ul {
    padding: 0 30px;
}
.witri_texti_list ul li {
    list-style: none;
    font-size: 17px;
    margin-bottom: 17px;
    color: var(--titlecolor);
}
.witri_texti_list ul li i {
    margin-right: 10px;
}
.witr_btnp_color {
    padding-top: 37px;
    padding-bottom: 40px;
}
.pricing-part a.btn {
    padding: 17px 30px;
    display: inline-block;
    color: var(--whitec);
    background: var(--bgcolor);
    border: 1px solid var(--bgcolor);
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
}
.pricing-part a.btn:hover{
    color: var(--bgcolor);
    background: transparent;
    border: 1px solid var(--bgcolor);
}
/*======== pricing area end  ==========*/

/*======= google map area start  ======*/
.wiitter_google_map{
    padding: 0 0 60px;
}
.google_map_title iframe{
    width: 100%;
    height: 460px;
    border-radius: 10px;
    border: 5px solid var(--titlecolor);
}
/*======= google map area end  ======*/

.contact_area {
    padding: 60px 0;
    z-index: 1;
}

.old_contact_area::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.85;
    background: var(--bgcolor);
}
/* title */

/* title */
.inner_contact_area{
    position: relative;
    background-size: cover;
    padding: 60px 35px 60px;
    border-radius: 10px;
    text-align: left;
}
.twr_form_box input,.twr_form_box textarea {
    border: 1px solid var(--titlecolor);
    width: 100%;
    height: 45px;
    color: var(--paracolor);
    margin-bottom: 23px;
    padding: 10px;
    border-radius: 5px;
    background: transparent;
}
.twr_form_box textarea{
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: var(--whitec);
    background: transparent;
    border: 1px solid var(--titlecolor);
}
.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(--bgcolor);
}
.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_text h2{
    font-size: 47px;
}
ul.contact_icon{
    margin: 0;
    padding: 0;
}
ul.contact_icon li{
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--titlecolor);
    margin-bottom: 5px;
    font-family: "Merriweather Sans", Sans-serif;
}
ul.contact_icon li i{
    color: var(--bgcolor);
    font-size: 20px;
}
/* witr siconw */
ul.contact_icon {
    margin: 25px 0 60px;
    padding: 0;
}
.witr_siconw ul li{
    list-style: none;
}
.witr_siconw ul li a{
    background-color: var(--titlecolor);
    color: var(--whitec);
    width: 35px;
    height: 35px;
    transition: .5s;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
}
.witr_siconw ul li a:hover{
    background: var(--bgcolor);
}
.inner_contact_form button{
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    padding: 15px 30px;
    color: var(--whitec);
    transition: .5s;
    border: none;
    background: var(--titlecolor);
}
.inner_contact_form button:hover{
    background: var(--bgcolor);
}
/*======== 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 h2 {
    font-size: 16px;
    color: var(--bgcolor);
}
.portfolio_title h3 {
    font-size: 36px;

}
.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 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(--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;
    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(--bgcolor);
    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(--bgcolor);
    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(--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;
}
/*======== 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(--bgcolor);
}
.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(--bgcolor);
}
/* 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: 0px 0 10px;
    margin: 0;
}
.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%;
}
.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(--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;
    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(--bgcolor);
}
/*======== 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(--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;
    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  ==========*/

/*======== footer area start  ==========*/
.footer_area {
    margin-top: 60px;
    background: url(assets/image/footer-bg.jpg);
    background-size: cover;
    padding: 30px 0;
}
.im_footer_top{
    border-bottom: 5px solid var(--bgcolor);
}
.f_top{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 30px 25px;
}
.footer_icon i{
    background-color: var(--whitec);
    color: var(--bgcolor);
    border-radius: 10px 10px 10px 10px;
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    display: inline-block;
    text-align: center;
    transition: .5s;
}
.f_top:hover .footer_icon i{
    background: var(--bgcolor);
    color: var(--whitec);
}
.f_top_title h2{
    color: var(--whitec);
    font-family: "Merriweather Sans", Sans-serif;
    font-size: 16px;
    margin: 0;
}
.f_top_title p{
    color: var(--whitec);
}
/* footer middle */
.footer_middle {
    padding: 30px 0 0;
}
.footer_title h2 {
    font-size: 36px;
    color: var(--whitec);
    margin: 5px 0 25px;
}
/* subscribe form area css */
.inner_subscribe_form_area{
    position: relative;
    overflow: hidden;
}
.inner_subscribe_form_area p{
    margin: 0;
}
.inner_subscribe_form_area input {
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none;
    padding: 0 10px;
    height: 60px;
    background: transparent;
    color: var(--whitec);
    margin-right: 10px;
    height: 50px;
    border-bottom: 1px solid var(--bgcolor);
}
.inner_subscribe_form_area input::placeholder{
    color: var(--whitec);
}
.inner_subscribe_form_area button {
    width: 30%;
    border-radius: 0;
    border: none;
    outline: none;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    font-size: 16px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    padding: 12px 15px;
    transition: .5s;
    background: transparent;
    color: var(--whitec);
    font-weight: 400;
    border-bottom: 1px solid var(--whitec);
}
.footer_title h2{
    color: var(--whitec);
    font-size: 16px;
    margin-top: 30px;
}
.footer_widget{
    text-align: right;
    padding: 0px 15px 0px 0px;
    border-style: solid;
    border-width: 0px 2px 0px 0px;
    border-color: #DC002D;
}
.footer_widget h2 {
    font-size: 21px;
    color: var(--whitec);
    margin-bottom: 20px;
}
.footer_nav ul{
    margin: 0;
    padding: 0;
}
.footer_nav ul li{
    list-style: none;
    margin-bottom: 5px;
}
.footer_nav ul li a {
    color: var(--whitec);
}
/* br footer */
.br_footer {
    text-align: center;
    padding: 60px 0 70px;
}
.br_footer p {
    color: var(--whitec);
    margin: 15px auto 20px;
    width: 62%;
}
/* footer socail icon css */
.footer_socail_icons a {
    display: inline-block;
    border-radius: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 45px;
    width: 45px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    color: var(--whitec);
    background-color: var(--bgcolor);
}
.footer_socail_icons a:hover{
    background-color: var(--titlecolor);
}

/*======== footer area end  ==========*/

/*======== copyright area start  ==========*/
.copy_right {
    padding: 18px 0;
    position: relative;
    background: var(--bgcolor);
}
.copy_text p {
    color: var(--whitec);
    margin: 0;
    text-align: center;
}

/*======== 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(--bgcolor);
    display: none;
    cursor: pointer;
    z-index: 9999;
}
/*======== single service css  ==========*/
.ht_single_service_area {
    padding: 100px 0 60px;
}
.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;	
}
.inner_faq_area h2,
.inner_faq_area p,
.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: #24263b;
    padding: 30px;
    margin-bottom: 20px;
}