/*
***************************
    Theme Name: Oldkare
    1.main menu area
    2.mobile logo area
    3.slider area
    4.about area
    5.tab area
    6.video area
    7.contact area
    8.team area
    9.testimonial area
    10.marquee area
    11.service area
    12.call to action
    13.port area
    14.counter area
    15.marquee area
    16.faq area
    17.blog area
    18.footer area
    19.copy right

***********************
*/


/* ======= site font family ==========*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&family=Heebo&display=swap');

:root{
    --blackc: #000000;
    --whitec: #fff;
    --bgcolor: #94010f;
    --paracolor: #555;
    --titlecolor: #030925;
    --brcolor: #222222;
}
html,body{
    overflow-x: hidden;
}
/* defult css */
body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Heebo", 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: "Barlow", serif;
    color: var(--titlecolor);
}
h1,
h1 a{
    font-size: 30px;
}
h2,
h2 a{
    font-size: 24px;
}
h3,
h3 a{
    font-size: 22px;
}
h4,
h4, h4 a {
    font-size: 16px;
    color: #00008b;
    text-transform: uppercase;
}
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;
} 

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;
    color: #ffee00;
}
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 start ==========*/
.header_top {
    padding: 12px 85px;
    background: #00008b;
}
.top_menu_left {
    color: var( --whitec);
    margin-left: 0;
}
.top_menu_left span {
    color: var(--whitec);
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
}
.top_menu_left span i {
    margin-right: 6px;
}
/*--ICON--*/
.top_menu_left a{
    margin-right: 6px;
    color: var(--whitec);
    font-size: 13px;
}
.top_menu_left a span{
    color: var(--whitec);
    font-size: 14px;
}
.top_menu_left a i{
    margin-right: 6px;
}
.top_menu_left_icon {
    display: inline-block;
    margin-left: 15px;
}
.top_menu_left_icon>a>i{
    margin-right: 0px;
}
.top_menu_left_icon a i{
    transition: .5s;
    font-size: 14px;
    font-weight: 600;
    color: var(--whitec);
}
.top_menu_left_icon a i:hover{
    color: var(--bgcolor);
}

/*--top_menu_right--*/
.main_top_right {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 80px;
}
.top_menu_right {
    color: var( --whitec);
    margin-right: 15px;
    border-left: 2px solid #fff;
}
.top_menu_right a{
    color: var(--whitec);
    margin-left: 14px;
    transition: .5s;
}
.top_menu_right a{
    font-size: 18px;
}
.top_menu_right :hover{
    color: var(--titlecolor);
}
.absolute_menu .sticky .header_top{
    display: none;
}
/*======== header top end ==========*/

/*======== main menu area start ==========*/
.main_menu_area {
    transition: .5s;
    padding: 0 115px;
    background-color: var(--whitec);
}
.main_menu_area.breadcam_menu {
    background-color: var(--whitec);
}
.datait_nav_area.video_main_menu {
    background: transparent;
    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: rgba(0,0,0,0.7);
    box-shadow: 0 0 2px #18bbef;
}
.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: #0ab3f0;
}
.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: center;
}
/* 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;
    margin: 0;
}
/* inner main nav area css */
.inner_main_nav_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.inner_main_nav_area >ul >li {
    display: inline-block;
    position: relative;
}
.inner_main_nav_area >ul >li >a {
    display: block;
    margin: 0;
    padding: 0 18px;
    transition: .2s;
    position: relative;
    color: #272727;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
}
.inner_main_nav_area >ul >li >a:hover{
    color: #00008b;
}


/*--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(--bgcolor) !important;
}
.main_nav_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a:hover{
    color: var(--bgcolor);
}
/* main nav icons together */
.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(--titlecolor);
    margin-left: 25px;
    cursor: pointer;
    font-size: 16px;
}
.main_menu_area.sticky .main_nav_icons >i{
    color: var(--whitec);
}
.main_nav_icons >i:hover{
    background-color: var(--bgcolor);
}
/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    bottom: 100%;
    left: 0;
    background: rgb(254 189 17 / 64%);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.nav_icon_popup.icon_popup {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

/* main nav icon right */
.main_nav_icon_right {
    margin-left: 22px;
    display: none;
}
.main_nav_icon_right> i {
    font-size: 30px;
    cursor: pointer;
    color: var(--blackc);
}
.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 h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 15px 0 14px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
    position: relative;
}
/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}
.inner_nav_icon_popup input{
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}
/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
}
.inner_nav_popup_btnicon{
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}
.inner_nav_icon_popup i{
    display: inline-block;
    margin-top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}
/* header bbtn */
.donate_btn_header{
    display: inline-block;
}
.donate_btn_header a {
    background: var(--bgcolor);
    color: var(--whitec);
    display: block;
    font-size: 18px;
    margin-left: 20px;
    border-radius: 5px;
    padding: 13px 15px;
    font-weight: 500;
}
/* 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(--bgcolor);
}
/* 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(--bgcolor);
    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(--bgcolor);
    margin-left: 5px;
}
.inner_main_nav_area >ul >li:hover .sub_menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.inner_main_nav_area .sub_menu >li > ul.sub_menu{
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li:hover  ul.sub_menu{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.navd_active{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* h3 menu */
.h3_search_icon i{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.h3_menu_btn a{
    background-color: var(--bgcolor);
    transition: .5s;
}
.h3_menu_btn a:hover{
    background-color: var(--titlecolor);
}
/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area{
    display:none !important;
}
.mean-container a.meanmenu-reveal {
    display: none !important;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-bar {
    background: #fff;
    padding: 0;
}
.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: #444;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li a:hover {
    color: #ff4a17;
}
.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
    padding: 80px 20px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    transform: translateX(100%);
    background: #ffffff;
}
.tx-s-open {
    transform: translateX(0);
}
.mobile_p .tuetion_theme_widget > div.widget_block {
    padding: 0;
}
.mobile_p .tuetion_theme_widget > div {
    padding: 20px 0px 20px;
    box-shadow: none;
}
.mean-container .mean-nav ul li a {
    border: 0;	
    width: 100%;
    border-top: 1px solid #ddd;	
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: 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: 700px;
    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: 60%;
    animation: img-anim-right 3.3s cubic-bezier(.645,.045,.355,1) .4s forwards;
    opacity: 0;
    height: 675px;
    padding: 133px 30px 0;
}
.inner_slider_content:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background-color: #00000052;
}
@keyframes img-anim-right{
    0% {
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 50%);
        opacity: 0;
    }
    100% {
        transform: translateX(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-size: 20px;
    color: var(--whitec);
    margin: 0 0 5px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.inner_slider_content h2 {
    font-size: 75px;
    color: var(--whitec);
    width: 55%;
    font-weight: 600;
}
.inner_slider_content h3{
    font-size: 72px;
    color: var(--whitec);
}
.inner_slider_content p {
    font-size: 20px;
    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: #00008b;
    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: #00008b;
}
.b_btn a.active{
    background: transparent;
    border: 1px dashed var(--whitec);
}
.b_btn a.active:hover{
    color: var(--whitec);
    border-color: var(--titlecolor);
    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: 60px;
    width: 80%;
    margin: 0 auto;
    color: var(--whitec);
}
.slider_2 p {
    color: var(--whitec);
    font-size: 22px;
  width: 60%;
  margin: 25px auto 10px auto;
  line-height: 1.5;
  font-weight: 600;
}
/* 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;
}
.breadcum_area::after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    background: rgba(0,0,0,0.77);
}
.inner_breadcum_area {
    padding: 60px 0;
    text-align: center;
}
.inner_breadcum_area h1 {
    font-size: 42px;
  color: var(--whitec);
  margin: 0 auto 20px auto;
}
.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  ==========*/

/*======== about area end =======*/
.about_area {
    padding: 125px 0 60px;
}
.about_title h2 {
    font-size: 33px;
    margin: 10px 0 25px;
}
.about_title p{
    color: var(--titlecolor);
}
.departmentlist ul li{
    color: var(--titlecolor);
    list-style: none;
    font-size: 18px;
    display: block;
    padding: 8px 7px;
    margin-bottom: 1px;
}
.departmentlist ul li i{
    margin-right: 5px;
    color: var(--bgcolor);
}
.discover_more{
    color: var(--whitec);
    background-color: #00008b;
    border-style: default;
    border-radius: 5px 5px 5px 5px;
    padding: 14px 40px 14px 40px;
}
.about_btn{
    margin: 30px 0px 0px 0px;
}
.discover_more:hover{
    color: var(--whitec);
    background: var(--titlecolor);
}
/*======== about area end  ==========*/

/*===== service area start  ====*/
.service_area {
    padding: 95px 0 80px;
    margin: 60px 0 20px;
    background-color: #F9F9F9;
}
/* section title */
.section_title{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.section_title h2 {
    font-size: 48px;
}
.section_title h3 {
    font-size: 48px;
}
.main_service{
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    padding: 40px 30px 50px;
    position: relative;
    margin-bottom: 20px;
}
.main_service:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3px;
    height: 0%;
    transition: .5s;
    background: #00008b;
}
.main_service:hover:before {
    height: 40%;
}
.service_title i{
    color: #00008b;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    background: #00ffff;
    border-radius: 5px 5px 5px 5px;
}
.main_service:hover .service_title i{
    background: #00008b;
    color: var(--whitec);
}
.service_title h3 {
    margin: 20px 0 20px;
}
.service_title h3 a{
    font-weight: 600;
    font-size: 22px;
}
.service_list_op ul {
    display: table-cell;
    padding: 0;
}
.service_title p{
    color: var(--titlecolor);
}
.service_list_op ul li {
    list-style: none;
    margin-bottom: 7px;
}
.service_list_op ul i{
    margin-right: 15px;
    transition: .5s;
    color: var(--bgcolor);
}
.main_service:hover .service_list_op ul i{
    background: var(--bgcolor);
    color: var(--whitec);
}
.service_btn {
    position: relative;
    margin-top: 30px;
}
.service_btn a {
    padding: 12px 30px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: var(--bgcolor);
    background: #94010f26;
}
/* single service */
.single_service{
    padding: 120px 0 60px;
}
.main_single_service{
    text-align: left;
}
.witr_text_widget_inner h2{
    font-size: 40px;
    margin-top: 20px;
}
.witr_text_widget_inner p{
    color: var(--titlecolor);
}
.witr_widget_list li{
    list-style: none;
    margin-bottom: 30px;
    color: var(--titlecolor);
}
/*===== service area end  ====*/

/*======= team area start  ======*/
.team_area {
    padding: 60px 0 35px;
}
.main_team {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}
.single_team img{
    width: 100%;
}
.main_team:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #94010f6e;
    transition: .5s;
    display: none;
}
.main_team:hover:before{
    height: 0;
}
/* team_text */
.team_text {
    position: absolute;
    width: fit-content;
    left: 0;
    top: 75%;
    margin: auto;
    text-align: center;
    right: 0;
    padding: 10px 25px;
    transition: .5s;
    background: rgba(0,0,0,0.35);
  border-radius: 10px;
  box-shadow: 0 0 2px #1bbeef;
}
.main_team:hover .team_text{
    top: -60px;
}
.team_text h2 a {
    color: var(--whitec);
    font-size: 24px;
}
.team_text span{
    color: #f9f9f9;
  text-shadow: 2px 2px 2px #00008b;
}
.main_team:hover .team_icon{
    bottom: 0;
}
.team_icon{
    position: absolute;
    bottom: -110px;
    height: 100px;
    width: 100%;    
    padding-top: 30px;
    text-align: center;
    transition: .5s;
    background: #0ff;
}
.team_icon a{
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    transition: .5s;
    color: #00008b;
    background-color: #0ff;
    box-shadow: 0 0 2px #00008b;
}
.team_icon a:hover{
    color: #0ff;
    background: #00008b;
}
.con_port {
    padding: 60px 0 !important;
    background: #F9F9F9;
}
/*======= 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: 36px;
}
.skill_title p{
    color: var(--titlecolor);
    margin: 20px 0 30px;
}
/* progress bar */
.inner_progres_bar h2{
    font-size: 16px;
}
.inner_progres_bar .progress {
    height: 4px;
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: inherit;
}
.single_about_text.single_faq {
    overflow: hidden;
}
.inner_progres_bar .progress-bar{
    border-radius: 30px;
    background-color: var(--bgcolor);
    overflow: inherit;
}
.progress-bar span {
    color: var(--titlecolor);
    text-align: end;
    margin-top: -50px;
    font-size: 16px;
}
.inner_ab img{
    width: 100%;
}
.skill_title {
    margin-top: 120px;
}
/* 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: 110px 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: 18px;
    padding: 15px 30px 15px 20px;
    font-weight: 600;
    display: flex;
    color: var(--titlecolor);
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--titlecolor);
}
.inner_faq_text p {
    font-size: 16px;
    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  ====*/
.video_area{
    margin: 60px 0;
}
.inner_video_area {
    background-position: center;
    background: url(assets/images/video1-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.inner_video_area:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
    height: 100%;
    background-color: #94010FD6;
}
.inner_video_area {
    padding: 200px 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(--bgcolor);
    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;
}
/* inner testimonial content */
.test_part {
    margin: 0 15px 40px;
    border-radius: 10px;
    color: var(--whitec);
    background: #00008b;
    padding: 48px 30px 26px 30px;
}
.test_part h6{
    font-weight: 700;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 7px;
    color: var(--whitec);
}
.postimg {
    position: absolute;
}
.test_part p{
    color: var(--whitec);
    height: 234px;
}
/* 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 ==========*/


/*===== 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(--bgcolor);
}
.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(--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;
    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(--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 {
    margin-top: -55px;
    margin-bottom: 0;
    z-index: 9;
    position: relative;
    padding: 15px 10px;
    background: var(--whitec);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.04);
}
/* inner blog text css */
.single_blog_title {
    padding: 20px 30px 25px;
    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: 22px;
}
.inner_blog_content h2 a:hover{
    color: var(--bgcolor);
}
.inner_blog_content p{
    color: var(--titlecolor);
}
.inner_blog_content >a{
    font-size: 14px;
    color: var(--brcolor);
}
.inner_blog_content >a:hover{
    color: var(--bgcolor);
}
/* inner blog btn css */
.inner_blog_btn {
    margin-top: 35px;
}
.inner_blog_btn a {
    border-radius: 5px;
    padding: 10px 30px;
    transition: .5s;
    border: 1px solid #ddd;
}
.inner_blog_btn a:hover{
    color: var(--whitec);
    background: var(--bgcolor);
}

/*======== blog area end  ==========*/

/*======== nb brand area start  ==========*/
.brand_area {
    padding: 80px 0;
    margin: 60px 0;
    background: var(--bgcolor);
}
.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: 520px;
    border: 10px solid var(--titlecolor);
}
/*======= google map area end  ======*/

.old_contact_area {
    padding: 60px 0;
    position: relative;
    background: url(assets/images/sld.webp);
    background-size: cover;
    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 */
.twr_form_box_title h5{
    color: var(--titlecolor);
}
.twr_form_box_title h2{
    color: var(--titlecolor);
}
/* title */
.inner_contact_area{
    position: relative;
    background-size: cover;
    padding: 60px 35px 60px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 7%);
}
.twr_form_box input,.twr_form_box textarea {
    border: 1px solid #6f747a;
    width: 100%;
    height: 60px;
    color: #6f747a;
    margin-bottom: 23px;
    padding: 10px;
    border-radius: 5px;
    background: transparent;
}
.twr_form_box textarea{
    width: 100%;
    height: 150px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #6f747a;
    background: transparent;
    border: 1px solid #6f747a;
}
.twr_form_box textarea::placeholder,.twr_form_box input::placeholder{
    color: #6f747a;
}
.stcontact_style2 button {
    width: 100%;
    padding: 15px 0;
    color: var(--whitec);
    border: none;
    border-radius: 5px;
    transition: .5s;
    background: #00008b;
}
.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 box */
.mian_contact{
    padding: 30px 30px 10px 30px;
}
.contact_text h2{
    color: var(--whitec);
}
.contact_text p{
    color: var(--whitec);
}
/* contact box */
/*======== 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 {
    background: var(--titlecolor);
    margin-top: 0;
}

/* foote top */
.footer_widget {
    margin: 0 0 15px;
}
.footer_middle {
    padding: 100px 0 30px;
}
.footer-top-inner {
    display: flex;
}
.footer-top-inner p {
    margin-left: auto;
    margin-right: auto;
    width: 81%;
    color: var(--whitec);
}
.footer_logo_area p {
    padding: 15px 0 15px;
    color: var(--whitec);
}
/* footer socail icon css */
.footer_socail_icons a {
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 35px;
    width: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: var(--whitec);
    background-color: #00008b;
    border: 1px solid #fff;
}
.footer_socail_icons a:hover{
    background-color: #00008b;
    opacity: 0.5;
}
/* footer widget */
.footer_widget  p {
    color: var(--whitec);
    margin-top: 15px;
    width: 270px;
}
.footer_widget h4 {
    margin-bottom: 20px;
    padding: 0 0 12px;
    font-size: 24px;
    color: var(--whitec);
    position: relative;
    font-weight: 700;
}
.footer_widget h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    border: 1px solid var(--bgcolor);
    width: 25%;
    border-radius: 50%;
}
/* 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;
}
.footer_nav.q-li ul li {
    padding: 0 0 10px;
    margin-bottom: 12px;
}
.footer_nav ul li a{
    font-size: 16px;
  color: var(--whitec);
  font-weight: 600;
  line-height: 1.7;
}
.footer_nav.serv-li ul li a{
    font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.7;
}
.footer_nav.serv-li ul li{
     margin-bottom: 4px;
}
.footer_nav ul li a i{
    color: #fff;
}
.footer_nav ul li a:hover{
    color: #81c3e6;
}
/* footer address area css */
.footer_address_area p i{
    color: var(--whitec);
    margin-right: 6px;
}
.footer_blog_area {
    margin-top: 30px;
}
.footer_main_add{
    display: flex;
    margin-bottom: 20px;
}
.footer_blog_area img{
    width: 70px;
    height: 39px;
    margin-right: 10px;
}
.footer_add_cont a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
    line-height: 19px;
}
.footer_add_cont a:hover{
    color: var(--whitec);
}
.footer_add_cont span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--whitec);
}
/* footer widget sub img */
/*======== footer area end  ==========*/

/*======== copyright area start  ==========*/
.copy_right {
    margin: 50px 0 0;
    padding: 24px 0 0;
    position: relative;
    align-items: center;
}
.copy_right:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ffffff61;
}
.copy_right_text p {
    color: var(--whitec);
    margin: 0;
    text-align: left;
}
/* 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: 120px;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    color: var(--whitec);
    background: #00008b;
    display: none;
    cursor: pointer;
    z-index: 9999;
}
/***********************************/

.main_logo img
{
  width: 200px;
  height: 133px;
}
.h-clk
{
 margin-right: 20px;
}
.h-clk span
{
 color: #fff;
}
.sticky_logo img
{
  width: 130px;
  height: 86px;
}
.offer-bg
{
  background-image: url(../images/offer-bg.webp);
  padding: 200px 0;
  background-position: bottom;
}
.offer-bg.skill_area {
  margin: 0;
  border-top: 1px solid #DDDDDD;
}
.bg-text h2
{
  font-size: 36px;
  line-height: 1.5;
  color: #fff;
}
.off-li li
{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 15px;
  list-style-type: disclosure-closed;
  color: #fff;
}
.off-li
{
  padding-left: 20px;
  margin-top: 20px;
}
.box-row
{
 margin-top: 60px;
 justify-content: center;
}
.brand-logo-sec
{
 padding: 90px 0;
 background-color: #F9F9F9;
}
.brand-logo-sec .col-lg-3 img 
{
  width: 280px;
  margin: 0 auto;
  display: block;
  height: 116px;
  box-shadow: 0 0 3px #18439d;
}
.high-100
{
 height: 100px;
}
.footer_widget img
{
  width: 250px;
  height: 166px;
  margin: 0 auto;
}
.footer_widget a
{
 color: #fff;
}
.footer_widget a:hover
{
 color: #81c3e6;
}
.copy_right p a
{
 color: #fff;
}
.copy_right p a:hover
{
 color: #81c3e6;
}
.foot-links
{
 padding-left: 50px;
}
.serv-row 
{
 justify-content: center;
}
.own-row 
{
 justify-content: center;
}
.new-h1
{
 font-size: 36px !important;
 line-height: 1.5;
 margin-bottom: 20px;
}
.owner-sec
{
 background-color: #F9F9F9;
}
.cont-info p
{
 font-weight: 600;
 font-size: 17px;
 line-height: 1.7;
}
.cont-img img
{
  width: 360px;
  height: 370px;
  margin: 0 auto;
  display: block;
}
.lt-bg
{
 background-color:#f9f9f9;
}
.cont-form-sec
{
 padding: 90px 0;
}
.form-img img
{
 width: 525px;
 height: 700px;
 margin: 0 auto;
  display: block;
}
.map-sec iframe
{
 width: 100%;
 height: 450px;
 border: 0;
}
.h-call img
{
  width: 150px;
  height: 70px;
}
.box-row h3
{
 color: #00008b;
}
.cont-info a:hover {
  color: #00008b;
}
.site-sec h2
{
 font-size: 36px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Barlow", serif;
  color: #030925;
}
.active a
{
 color: #00008b !important;
}
.single_team h2
{
 color: #f9f9f9;
  text-shadow: 2px 2px 2px #00008b;
}
.sticky .active a {
  color: #0ab3f0 !important;
}
.top_menu_right :hover {
  color: #0ab3f0;
}

/* =============================== Site Map ================================ */
.sitemapul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #00008b;
    /*border: 1px solid;*/
    border-radius: 10px;
}
.sitemapul ul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #0094d9;
    border: 1px solid #0094d9;
    border-radius: 10px;
    color: #000;
}

.sitemapul li
{
    background: #f8f8ff;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.sitemapul h3
{
    background: #f8f8ff;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.sitemapul h3 a
{
    font-weight: bold;
    font-size: 20px;
    color: #00008b !important;
    text-decoration: none;
}
.sitemapul h3 a:hover
{
    color: #030925 !important;
}

/*****************************/

.box-row .b_btn a {
  display: inline-block;
  padding: 8px 24px;
  background-color: #00008b;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  margin-right: 10px;
  border-radius: 5px;
}
.box-row .b_btn a:hover
{
 background-color: #00ffff;
 color: #00008b;
}
.footer_address_area .icofont-clock-time
{
 float: left;
 margin-top: 6px;
 height: 30px;
 margin-right: 10px;
}
.testim img {
  width: 200px;
  height: 32px;
  margin: 40px auto 0 auto;
  display: block;
}
.testim .h-p
{
  font-size: 16px;
  color: #00008b;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.4;
  text-align: center;
}
.testim h3
{
  font-size: 48px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.4;
  text-align: center;
}
.testim 
{
 padding: 75px 0 40px 0;
}

.glowbal
{
 position: relative;
}
.week-all
{
 position: absolute;
 top: 5%;
 left: 10%;
}
.week-all img
{
 width: 120px;
 height: 120px;
 border-radius: 50%;
 box-shadow: 0 0 20px #02a3e7;
}
.week-7 img
{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-shadow: 0 0 4px #fff;
  margin: 12px auto;
  display: block;
  border: 6px solid #00008b;
}

.h-call
{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.im-7d 
{
  width: 120px !important;
  height: 120px !important;
  border-radius: 50%;
}
.sticky .im-7d {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
}

.sub-h4
{
  font-size: 16px;
  color: #00008b !important;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow", serif;
}
.single_team h3 {
  color: #f9f9f9;
  text-shadow: 2px 2px 2px #00008b;
  font-size: 24px;
  font-weight: 700;
  font-family: "Barlow", serif;
}
.inner_blog_area h3
{
  font-size: 24px;
  font-weight: 700;
  font-family: "Barlow", serif;
  color: #030925;
}
.inner_contact_area h3
{
 font-size: 36px;
  font-weight: 700;
  font-family: "Barlow", serif;
  color: #030925;
}

.hom-about img
{
 width: 600px;
 height: 360px;
 margin: 0 auto;
 display: block;
}
.serv-row .inner_blog_area img
{
 width: 100%;
 height: 312px;
 margin: 0 auto;
 display: block;
}
.own-row .main_team img
{
 width: 100%;
 height: 428px;
 margin: 0 auto;
 display: block;
}
.stcontact_style2.form-btn input {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: .5s;
  background: #00008b;
}

.stcontact_style2.form-btn input:hover {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: .5s;
    background: #030925;
}
.captcha{
    margin-bottom: 10px;
}
#reload{
    padding: 8px 15px;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: .5s;
   background: #00008b;
}
/**** Media Queries ****/

@media (max-width: 1199px)
{
.inner_main_nav_area > ul > li > a {
    font-size: 15px !important;
    margin: 12px 5px 12px !important;
  }
.inner_main_nav_area > ul > li > a
{
 padding: 0 10px;
}
.h-call img {
  width: 120px;
  height: 56px;
}
.im-7d {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
}
.slider_2 h2 {
  font-size: 50px;
  width: 80%;
}
.slider_2 p {
  font-size: 20px;
  width: 60%;
  margin: 25px auto 10px auto;
}
.h-clk span
{
 font-size: 15px;
}
.top_menu_left span {
  margin-right: 10px;
  font-size: 17px;
}
.inner_slider_area {
    height: 600px !important;
  }
.hom-about img {
  width: 100%;
  height: 273px;
}
.testim h3 {
  font-size: 36px;
}
.testim .cont div p {
  font-size: 16px !important;
  width: 90% !important;
}
.brand-logo-sec .col-lg-3 img {
  width: 100%;
  height: 90px;
}
.footer_area .col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 20px;
  }
.foot-links {
  padding-left: 0;
}
.own-row .main_team img {
  width: 100%;
  height: 305px;
}
.single_team h3 {
  font-size: 20px;
}
.team_text span {
  font-size: 14px;
}
.serv-row .inner_blog_area img {
  width: 100%;
  height: 222px;
}
.inner_blog_area h3 {
  font-size: 21px;
}
.inner_blog_content p {
  font-size: 15px;
}
.form-img img {
  width: 100%;
  height: 608px;
}

}

@media (max-width: 1023px)
{
.main_top_right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_top .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }
.top_menu_left span {
    font-size: 17px;
    text-align: center;
    margin: 0 auto 6px auto;
    display: block;
  }
.mobile_menu_logo img
{
 width: 120px;
 height: 80px;
}
.hom-about .int-row .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }
.hom-about img {
    width: 100%;
    height: 417px;
  }
.off-li li {
  font-size: 18px;
  margin-bottom: 15px;
}
.offer-bg {
  padding: 120px 0;
}
.brand-logo-sec .col-lg-3 img {
    width: 100%;
    height: 65px;
  }
.copy_right .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 0;
  }
.copy_right_text p {
  font-size: 15px;
}
.own-row .main_team img {
    width: 100%;
    height: 346px;
  }
 .serv-row .inner_blog_area img {
    width: 100%;
    height: 252px;
  }
.lt-bg .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }
.cont-img img {
  width: 360px;
  height: 370px;
  margin: 0 auto;
  display: initial;
}
.cont-form-sec .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }
.form-img img {
    width: 450px;
    height: 600px;
  }

}

@media (max-width: 767px)
{
.inner_slider_area {
    height: 520px !important;
  }
.slider_2 p {
    font-size: 17px !important;
    width: 85% !important;
  }
.slider_2 h1 {
  font-size: 20px;
}
.b_btn a {
  padding: 10px 24px;
  font-size: 15px;
}
.hom-about img {
    width: 100%;
    height: 309px;
  }
.off-li li {
    font-size: 17px;
    margin-bottom: 15px;
  }
.bg-text h2 {
  font-size: 33px;
}
.testim h3 {
    font-size: 33px;
  }
.brand-logo-sec .col-lg-3 img {
    width: 360px;
    height: 150px;
    margin: 0 auto 25px auto;
  }
.footer_middle, .copy_right_text p {
    text-align: left !important;
  }
.footer_widget p {
  width: 230px;
}
.footer_widget h4 {
  font-size: 22px;
}
.footer-widget-area.text-end {
  text-align: left !important;
}
.footer_socail_icons a
{
 margin-top: 8px;
 margin-bottom: 0;
}
.inner_breadcum_area h1 {
  font-size: 36px;
}
.own-row .main_team img {
    width: 100%;
    height: 531px;
  }
.serv-row .inner_blog_area img {
    width: 100%;
    height: 387px;
  }
.high-100 {
  height: auto;
}

}

@media (max-width: 639px)
{
 .top_menu_left span {
    font-size: 16px;
  }
.slider_2 h2 {
    font-size: 25px !important;
    width: 100% !important;
  }
.inner_slider_area {
    height: 450px !important;
  }
.hom-about img {
    width: 100%;
    height: 273px;
  }
.testim h3 {
    font-size: 30px;
  }
.testim .cont div p {
    font-size: 15px !important;
    width: 90% !important;
  }
.footer_area .col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }
.footer_widget p {
    width: 100%;
  }
.footer_middle {
    padding: 15px;
  }
.footer_widget img {
  width: 250px;
  height: 166px;
  margin: 0 auto;
  display: block;
}
#scrollUp {
    bottom: 115px !important;
    right: 15px !important;
  }
.inner_breadcum_area h1 {
    font-size: 30px;
  }
.own-row .main_team img {
    width: 100%;
    height: 469px;
  }
.serv-row .inner_blog_area img {
    width: 100%;
    height: 342px;
  }
.form-img img {
    width: 100%;
    height: 608px;
  }
.map-sec iframe {
  width: 100%;
  height: 360px;
}
.sitemapul {
  width: 90%;
}

}

@media (max-width: 479px)
{
.main_top_right {
  margin-right: 0;
}
.h-clk span {
    font-size: 14px;
  }
.slider_2 p {
    font-size: 16px !important;
    width: 85% !important;
  }
.hom-about img {
    width: 100%;
    height: 201px;
  }
.testim h3 {
    font-size: 25px;
  }
.testim .cont div b {
  font-size: 17px !important;
}
.sm-txt {
  font-size: 15px;
}
.brand-logo-sec .col-lg-3 img {
    width: 100%;
    height: 140px;
  }
.own-row .main_team img {
    width: 100%;
    height: 346px;
  }
.inner_breadcum_area h1 {
    font-size: 28px;
  }
.serv-row .inner_blog_area img {
    width: 100%;
    height: 252px;
  }
.new-h1 {
  font-size: 30px !important;
}
.about_area {
  padding: 60px 0 60px;
}
.cont-img img {
    width: 100%;
    height: 345px;
  }
.form-img img {
    width: 100%;
    height: 448px;
  }
.inner_blog_area h3 {
    font-size: 18px;
  }

}

@media (max-width: 359px)
{
 .main_top_right {
    display: none;
  }
.slider_2 h2 {
    font-size: 22px !important;
    width: 90% !important;
  }
 .slider_2 h1 {
    font-size: 18px;
  }
P {
  font-size: 15px;
}
.hom-about img {
    width: 100%;
    height: 178px;
  }
.bg-text h2 {
    font-size: 30px;
  }
.off-li li {
    font-size: 16px;
    margin-bottom: 10px;
  }
.testim h3 {
    font-size: 23px;
  }
.brand-logo-sec .col-lg-3 img {
    width: 100%;
    height: 123px;
  }
.own-row .main_team img {
    width: 100%;
    height: 304px;
  }
.serv-row .inner_blog_area img {
    width: 100%;
    height: 222px;
  }
 .new-h1 {
    font-size: 26px !important;
  }
.cont-img img {
    width: 100%;
    height: 304px;
  }
.form-img img {
    width: 100%;
    height: 394px;
  }
.map-sec iframe {
    width: 100%;
    height: 320px;
  }

}