/*
    Templete  Name: Maxmid
*/

/*
Table Of Content

1. header top area
2. main menu area
3. slider area
4. video slider area  
5. breadcum area
6. feature area
7. about area
8. service area
9. project area
10.counter area
11. call to action area
12. contact area
13. contact service
14. map area
15. testimonial area
16. team area
17. pricing area
18. faq area
19. blog area
20. brand area
21. portfolio area
22. project information area
23. single blog page area 
24.  footer area

*/

/* ======= site font family ==========*/
@import url('css2.css');

:root{
    --blackc: #000;
    --whitec: #fff;
    --bgcolor: #002e70;
    --brcolor: #0799d1;
    --paracolor: #212529;
    --hoverbg: #dc3e03;
    --titlecolor: #000;
}
html,body{
    overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* defult css */
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Yantramanav", sans-serif;
    color: var(--paracolor);
}

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-size: 22px;
    font-weight: 700;
    color: var(--titlecolor);
    line-height: 1.2;
    font-family: "Yantramanav", sans-serif;
    padding: 0;
    margin-bottom: 10px;
    
}
h1{
    font-size: 30px;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 15px;
}
h6{
    font-size: 15px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{ 
    color:inherit;    
}
.btn-primary:focus,
select:focus,
textarea:focus,
input:focus{
   box-shadow: none !important;
	border: none;
	
}
textarea,
input{
	outline:none;
	
}
.btn:focus {
    text-decoration: none;
    outline: none;
	box-shadow: none;
	
}
input:focus,
button:focus{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;	
}
::-moz-placeholder {
    font-size: 16px;
}
::-webkit-input-placeholder {
    font-size: 16px;
}
:-ms-input-placeholder {
    font-size: 16px;
}
::placeholder {
    font-size: 16px;
	color:#333;
}
a{
    font-size: 15px;
    font-weight: 500;
    color: var(--blackc);
    text-decoration: none;
    transition: .5s;
}
a:focus, 
a:hover {
    text-decoration: none;
	outline: none;
} 
a:hover:hover{
    color: var(--brcolor);
}
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;
}
.witr_all_pd0{
    padding: 0;
}

.fl, .left {
	float: left;
}
.fr, .right {
	float: right;
}
.cle{*zoom: 1;clear: both; zoom: 1;}
.cle:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;font-size: 0px;}


/* highlight color css */
.highlight{
    color: var(--brcolor);
}
/* highlight color css */
.highlight{
    color: var(--brcolor);
}
/*======= header top area start =====*/
.header_top_area {
    background-color: var(--blackc);
    padding: 10px 80px;
}
/* header left */
.header_left span, .header_right span{
    font-size: 15px;
    font-weight: 500;
    color: var(--whitec);
}
.header_left span, .header_left a {
    margin: 0 15px 0 0;
    color: var(--whitec);
}
.header_left span i,
.header_left a i{
    margin-right: 6px;
}
/* header right */
.header_right a{
    margin-left: 12px;
    color: var(--whitec);
}
.header_right a:hover{
    color: var(--textcolor);
}
.header_right span i{
    margin-right: 5px;
}
/*=========== header top area end =============*/

/*======== main menu area start ==========*/
.main_menu_area {
    padding: 0 80px 0 0;
    background-color: var(--whitec);
	box-shadow: 0px 0px 4px 2px rgb(0 27 67 / 14%);
    position: relative;
    z-index: 11;
}

.site_logo_area{
	background: #001c47;
	height: 100%;
	text-align: center;
	display: flex;
}

.site_logo_area a{
	margin: auto;
    display: inline-block;
}


/* 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: rgb(0 0 0 / 70%);
}
.main_menu_area .sticky_logo{
    display: none;
}
.main_menu_area.sticky .main_logo{
    display: none;
}
.main_menu_area.sticky .sticky_logo{
    display: block;
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a:hover,
.main_menu_area.sticky .inner_main_nav_area >ul >li.active >a{
    color: var(--brcolor);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_btn a{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_icons >i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_right_text h3,
.main_menu_area.sticky .main_nav_right_text h3 a{
    color: var(--whitec);
}
.main_menu_area.sticky .language_web .langu span{
	color: var(--whitec);
}
.main_menu_area.sticky .language_web .langu:hover span{
	color: #037acc;
}



/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* 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{
    justify-content: end;
}
.main_menu_all_item{
    align-items: center;
}
/* inner main nav area css */
.inner_main_nav_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_main_nav_area >ul >li {
    display: inline-block;
    position: relative;
}
.inner_main_nav_area >ul >li >a {
    display: inline-block;
    margin: 35px 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--bgcolor);
}


.inner_main_nav_area >ul >li >a>i {
    font-size: 14px;
    font-weight: 700;
    color: var(--titlecolor);
}
.inner_main_nav_area >ul> li> a:hover,.inner_main_nav_area >ul> li.active> a{
    color: var(--brcolor);
}
.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 */
.main_nav_right_together {
    display: flex;
    align-items: baseline;
}
/* main nav right text area css */
.main_nav_right_text{
	border-right: 1px solid #c8c8c8;
}
.main_nav_right_text h3{
    color: var(--brcolor);
}
.main_nav_right_text h3 a {
    font-size: 18px;
    color: var(--bgcolor);
}

.language_web{
	display: inline-block;
	margin: auto 20px auto 20px;
}

#head .top{ width:100%; height:30px; line-height:30px; color:#fff; background-color: #686868; }
.language_web .langu{ position:relative; padding:0 14px 0 10px; cursor:pointer; transition:all .3s;}
.language_web .langu img{ 
	margin-top:-3px;
    vertical-align: middle;
    border-style: none;
	width: 20px;
}
.language_web .langu span{ padding:0 4px; }
.language_web .langu:after{ position:absolute; content:"";top:45%; right:0; margin-top:-8px; border:6px solid #fff; border-color:transparent transparent #666 transparent ; }
.language_web .langu:hover span{ color:#0066cc; transition: all .3s; }
.language_web .langu:hover:after{ margin-top:-2px; border:6px solid #0066cc; border-color: #0066cc transparent transparent transparent;transition: all .3s; }
.langu .languageBox{ display:none; position:absolute; width:114px; left:50%;transform:translateX(-50%);top:30px; text-align:center;z-index:10; }
.langu .language{ width:100%; margin-top:6px;border: 1px solid #e6e6e6;background-color: #fff; }
.langu .language a{ display:block; padding:6px 0; color:#808080;text-decoration: none; }
.langu .language a:hover{ color:#333; background-color: #f5f5f5; transition:all .3s; }
.language_web .langu:hover .languageBox{ display:block; transition:all .3s; }


/* main nav icons */
.main_nav_icons {
    margin: 0 20px 0 20px;
}
.main_nav_icons >i{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    color: var(--blackc);
    cursor: pointer;
    transition: .5s;
}
.main_nav_icons >i:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.main_nav_btn {
    margin-left: 12px;
}
.main_nav_btn a {
    display: inline-block;
    font-size: 16px;
    padding: 15px 45px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
.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: #000000c2;
    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;
    outline: 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;
}
/* drop down menu css */



.inner_main_nav_area ul li .sub_menu{
    position: absolute;
    top: 130%;
    left: 0;
    width: 240px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--whitec);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li{
    position: relative;
}
.inner_main_nav_area ul li .sub_menu li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 17px;
}
.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 nav_cp area start ==========*/
.inner_main_nav_area >ul >li.nav_cp{
	position: inherit;
}

.inner_main_nav_area ul li.nav_cp .sub_menu{
	width: 100%;

}

.inner_main_nav_area ul li.nav_cp .sub_menu .container_nav>li{
	width: 20%;
	padding: 0 20px;
    border-right: 1px solid #ededed;
}
.container_nav{
	width: 80%;
    display: flex;
    margin: auto;
}

.inner_main_nav_area ul li  .sub_menu2 li a{
	font-size: 16px;
	color:#333;
	font-weight: 300;
}



.inner_main_nav_area ul li .sub_menu a.dh_navbt{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
	padding: 6px 0px;
	width: 100%;
}
.inner_main_nav_area ul li .sub_menu a.dh_navbt img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

/*======== main nav_cp 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: auto;
}
.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}
.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}
.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_menu_o  i {
    font-size: 26px;
}
.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}
.mobile_cicon {
    position: absolute;
    right: 30px;
    top: 50px;
}
.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out 0s;
}
.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}
/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
/* inner slider area */
.inner_slider_area {
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
}
.inner_slider_area img{
	width: 100%;
}

.inner_slider_content {
    width: 59%;
    margin: 0 auto;
    text-align: center;
}
.inner_slider_content h1{
    font-size: 22px;
    color: var(--whitec);
    margin: 0;
}
.inner_slider_content h2{
    font-size: 100px;
    font-weight: 600;
    color: var(--whitec);
    margin: 0;
}
.inner_slider_content p {
    width: 60%;
    margin: 0 auto;
    font-size: 18px;
    color: var(--whitec);
}
/* golobal btn css */
.m_btn {
    margin-top: 10px;
}
.m_btn a {
    display: inline-block;
    padding: 18px 45px;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 16px;
    margin-right: 10px;
}
.m_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.m_btn a.active{
    background: transparent;
    border: 1px solid var(--whitec);
}
.m_btn a.active:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid transparent;
}
/* slider defult arrow css */
.slider_area .slick-prev, .slider_area .slick-next {
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
}
.slider_area .slick-prev{
    left: 0;
}
.slider_area .slick-next{
    right: 10px;
}
.slider_area:hover .slick-prev, .slider_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
.slider_area .slick-prev::before ,.slider_area .slick-next::before{
    content: '\eac9';
    font-family: IcoFont;
    color: var(--blackc);
    display: inline-block;
    background: 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    font-size: 50px;
    font-weight: 700;
}
.slider_area .slick-next::before{
    content: '\eaca';
}
.slider_area .slick-prev:hover::before ,.slider_area .slick-next:hover::before{
    background-color: var(--whitec);
    color: var(--blackc);
}
/*======== slider area end  ==========*/

/*======== video slider area start  ==========*/
.video_slider_area{
    position: relative;
    height: 100%;
}
.video_slider_area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    
}
.witr_youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}


.video-container{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--primary-color) url(../images/video.jpg) no-repeat center
 center/cover;
}
.video-container video{
	min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
	width: 100%;
}


.video-container.pc_banner{
	display:inline;
}
.video-container.m_banner{
	display: none;
}



/*======== video slider area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.inner_breadcum_area {
    padding: 160px 0;
}
.inner_breadcum_area h1{
    font-size: 29px;
    font-weight: 700;
    color: var(--whitec);
    margin: 0;
}
.inner_breadcum_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_breadcum_area ul li{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
    font-size: 22px;
}
/*======== breadcum area end  ==========*/

/*========  feature area start ==========*/



.feature_area {
    position: relative;
    margin-top: -60px;
	
}
.single_feature {
    display: flex;
    padding: 25px 20px 20px 20px;
    background: #037acc;
}
.feature_icon{
    margin-right: 10px;
}
.feature_content h3{
    color: var(--whitec);
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0px;
}
.feature_content h3 a {
    font-size: 18px;
}
.feature_content h3 a:hover{
    color: var(--whitec);
}
.feature_content p{
    font-size: 14px;
    margin-bottom: 8px;
    color: var(--whitec);
}
.feature_content>a{
    color: var(--whitec);
}
.feature_content>a:hover{
    color: var(--brcolor);
}
.feature_content>a>i{
    font-weight: 700;
    color: var(--whitec);
}

.sy_gjimg{
	padding-top: 40px;
}

.sy_gjimg img {
	max-width: 100%;
}


/*========  feature area ened ==========*/

/*======== about area start  ==========*/
.about_area {
    padding: 80px 0 120px;
}

.about_area .row{
	
	padding-top: 30px;
}
.about_area .align-items-center{
	border-top: 1px solid rgb(218 218 218 / 37%);
}
.inner_about_area {
    position: relative;
    margin-top: 30px;
	margin-left: 40px;
}
/* section title area css */
.section_title_area {
    margin-bottom: 85px;
    position: relative;
	z-index: 1;
}

/* section title absolute text css */
.sec_title_ab {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    z-index: -1;
}
.sec_title_ab h4{
    font-size: 110px;
    -webkit-text-stroke: 1px #c6d4d9;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-weight: 900;
	text-transform: uppercase;
}
.about_area .section_title_area{
    margin-bottom: 10px;
}
.about_area .section_title_area h3::before{
	display: none;
}
.section_title_area h2{
    font-size: 20px;
    font-weight: 500;
    color: var(--brcolor);
}

.about_area .section_title_area h3{
	font-size: 30px;
	color:#000000;
	font-weight: 600!important;
}

.section_title_area h3{
    font-size: 50px;
    font-weight: 900;
    color: #002868;
	margin-top: 10px;
	text-transform: uppercase;
}

.section_title_area h3::before{
	content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 10%;
    height: 2px;
    margin: 0 auto;
    background-color: #0078ca;
    z-index: 1;
}

.section_title_area p{
    margin: 10px 0 10px;
    width: 100%;
	color:#666;
	font-size:16px;
	font-weight: 200;
	text-align: justify;
}


.about-box-item.style-home2 {
    display: flex;
    gap: 51px;
    align-items: center;
}

.about-box-icon{
    position: relative;
    z-index:1;
}

.about-box-icon:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    left: 22px;
    top: 13px;
    background: #EDF0F5;
    border-radius: 50px;
    z-index: -1;
}

.about-content.style-home2 h4 {
    font-size: 18px;
    transition: 0.5s;
    line-height: 30px;
    font-weight: 200;
    color: #333;
    width: 90%;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 10px;
}

.about-list-item {
    margin-top: 50px;
}
.about-list-item ul{
	padding-left: 0;
}
.about-list-item ul li {
    color: #0d0d0d;
    font-size: 18px;
    margin-bottom: 5px;
	display: block;
}

.about-list-item ul li img {
    margin-right: 14px;
}


.about-contact {
    margin-top: 10px;
	display: flex;
	margin-left: 30px;
}

.about-contact-icon i {
    float: left;
    display: inline-block;
    font-size: 20px;
    background: #002e6f;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50px;
    line-height: 55px;
    color: #fff;
    margin-right: 24px;
}

.about-contact-content p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 1px;
    color: #0d0d0d;
}

.about-contact-content a {
    font-size: 22px;
    display: inline-block;
    color: #0d0d0d;
    font-weight: 500;
}

.about-gd-call{
	display: flex;
	margin-bottom: 30px;
}


/* about left title area css */

.about-thumb {
    position: relative;
}
.about-thumb img{
	max-width: 100%;
}
.about-shape1 {
    position: absolute;
    right: -81px;
    top: 37%;
    z-index: -1;
    display: inline-block;
}

.about-shape2 {
    position: absolute;
    left: 21%;
    bottom: 10px;
}

.about-section-shape {
    position: absolute;
    left: 8%;
    bottom: 30%;
    z-index: -1;
}




.about_left_title {
    z-index: -1;
    position: absolute;
    top: -45px;
    left: -80px;
}
.about_left_title h3{
    font-size: 110px;
    -webkit-text-stroke: 1px #c6d4d9;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-weight: 900;
}

.bounce-animate1 {
    animation-name: float-bob1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob1;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob1;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob1;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob1 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}


/* inner about list area css */
.inner_about_list ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.inner_about_list ul li {
    margin-right: 100px;
    color: var(--paracolor);
}
.inner_about_list ul li i{
    color: var(--brcolor);
    margin-right: 10px;
}
/* inner about title box css */
.inner_about_title_box {
    display: flex;
    margin: 30px 0 50px;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #0799D1;
    padding: 20px 25px 20px 18px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.inner_ab_tbox_icon{
    margin-right: 20px;
}
.inner_ab_tbox_icon i{
    color: #0798D04D;
    font-size: 45px;
}
.inner_ab_title_subc h4{
    color: var(--bgcolor);
}
.inner_ab_title_subc p{
    font-size: 14px;
    color: var(--brcolor);
}
.inner_about_area .m_btn a.active{
    background-color: var(--bgcolor);
    color: var(--whitec);
    border: none;
}
.inner_about_area .m_btn a.active:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* inner about right area css */
.inner_about_right_area{
    position: relative;
}
.inner_about_right_counter {
    position: absolute;
    bottom: -20px;
    right: 26px;
    padding: 20px 90px 20px 80px;
    background-repeat: no-repeat;
	background: linear-gradient(90deg, #002e6f, #037acc);
}
.inner_ab_counter_sub_cont{
    display: flex;
    align-items: baseline;
}
.inner_ab_counter_sub_cont h3, .inner_ab_counter_sub_cont span{
    font-size: 45px;
    font-weight: 600;
    color: var(--whitec);
}
.ab_counter_area h2 {
    font-size: 20px;
    font-weight: 500;
    color: var(--whitec);
    margin-top: -10px;
	text-transform: uppercase;
}
/*======== about area end  ==========*/

/*======== product area start  ==========*/
.product_area{
	padding: 120px 0px;
	background-image: url(../image/product_bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.sy_product_bt{
	text-align: center;
}

.sy_product_bt h3{
	font-size: 50px;
	color:#002e6f;
	text-transform: uppercase;
	position: relative;
}
.sy_product_bt h3::before{
	content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 10%;
    height: 2px;
    margin: 0 auto;
    background-color: #0078ca;
    z-index: 1;
}

.container-fluid{
	margin-top: 60px;
}

.category-single-box.style1{
	padding: 10px 32px 10px 10px;
	display: flex;
    align-items: center;
	position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
	border-radius: 5px;
	background-repeat: no-repeat;
    background-size: 100%;
	transition: all 0.9s;
}

.category-single-box.style1:hover{
	background-size: 110% ;
}

.category-box-title a{
	display: block;
}

.category-box-title  h4{
	font-size: 24px;
	color:#fff;
	margin: 0px 0px;
}

.cat-shop-btn a, .cat-shop-btn button{
	font-size: 15px;
	display: block;
    line-height: 28px;
    color: #ffffff;
    font-weight: 200;
    font-family: "Nunito";
    background: #037acc;
    border-radius: 5px;
    padding: 12px 40px 12px 40px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
	text-transform: uppercase;
}
.cat-shop-btn i{
	position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #ffffff;
    color: #ff7a1f;
    line-height: 35px;
    text-align: center;
    font-size: 28px;
    transition: 0.5s;
    margin-left: 8px;
    margin-top: -1px;
}
.cat-shop-btn span{
	position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #ff7a1f;
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.cat-shop-btn:hover a{
	color:#fff;
	
}

.category-single-box.active span, .category-single-box:hover span{
	width: 40rem;
    height: 40rem;
}
.category-box-img{
	padding-right: 10px;
}


/*.category-single-box:before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: polygon(100% 100%, 100% 100%, 100% 0%, 0% 0%);
    transform: scale(0);
    transform-origin: top right;
    background-image: linear-gradient(-86deg, #00a6d0 0%, #1b6fed 100%);
    pointer-events: none;
    transition: all 400ms ease-in-out;
    opacity: 60%;
    z-index: -1;
}

.category-single-box.active:before, .category-single-box:hover:before{
	transform: scale(1);
}
*/



.sy_product_nr{
	margin-top: 40px;
}

.sy_product_nav{
	background-image: url(../image/sy_cpnav_bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
	height: 100%;
}

.sy_product_nav .wk{
	padding: 50px 30px;
}

.sy_product_nav .bt{
	text-align: center;
}
.sy_product_nav .bt h5{
	font-size: 30px;
	color:#fff;
	font-weight: 900;
	letter-spacing:1px;
}
.sy_product_nav .cp_nav{
	display: block;
	margin-top: 30px;
} 

.sy_product_nav .cp_nav ul{
	padding: 0 10px;
}

.sy_product_nav .cp_nav ul li{
	list-style: none;
	background: #0bb0ee;
	width: 100%;
	margin-top: 15px;
	text-align: center;
	transition: .5s;
}
.sy_product_nav .cp_nav ul li:hover{
	background-color: var(--bgcolor);
}
.sy_product_nav .cp_nav ul li a{
	font-size: 18px;
	color:#fff;
	padding: 20px 0px;
	display: block;
}
.sy_product_nav .cp_tb{
	margin-top: 30px;
}
.sy_product_nav .cp_tb img{
	max-width: 100%;
}
.sy_product_nav .cp_nx{
	margin-top: 30px;
	text-align: center;
}
.sy_product_nav .cp_nx h2{
	font-size: 45px;
	color:#fff;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.sy_product_lb{
	height: 100%;
}

.sy_product_lb .wk{
	padding: 25px 30px 0px 30px;
	background: #efefef;
	height: 100%;
	box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.13);
}
.sy_cplb{
	
}
.sy_cplb:hover .sy_cplb_img img{
	transform: scale(1.1);
}
.sy_cplb:hover .sy_cplb_txt{
	background: #e1e3e3;
}
.sy_cplb_img a{
	display: block;
	overflow: hidden;
}
.sy_cplb_img img{
	width: 100%;
	transition: .5s;
}
.sy_cplb_txt{
	text-align: center;
	transition: .5s;
}
.sy_cplb_txt a{
	display:block; 
	padding: 20px 0;
}
.sy_cplb_txt a p{
	font-size: 16px;
	color:#666666;
	margin-bottom: 0;
}





/*======== product area end  ==========*/

/*======== odm/oem area start  ==========*/
.odm_area{
	padding: 120px 0px;
	background: #f7f7f7;
    background-image: url(/uploads/home/hzms_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.odm_area h1{
	font-size: 55px;
    color: #000;
    line-height: 1;
    margin-bottom: 0;
	text-transform: uppercase;
}

.hz_mode{
	margin-top: 60px;
}
.syodm_wz{
	margin-top: 20px;
    padding-left: 30px;
}

.syodm_bt h3{
	font-size: 36px;
	color:#000;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 20px;
}
.syodm_bt p{
	font-size: 26px;
    margin-bottom: 0;
    color: #002868;
	position: relative;
    z-index: 1;
}
.syodm_bt p::before{
	content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 10%;
    height: 2px;
    background-color: #0078ca;
    z-index: -1;
}

.syodm_nr{
	padding-top: 20px;
}

.syodm_nr p{
	font-size: 16px;
	line-height: 30px;
	color:#333;
}

.syodm_lb{  }

.syodm_lb ul{
	margin-left: 0;
	padding-left: 0;
	display: inline-block;
}

.syodm_lb ul li{
	width: 50%;
	display: flex;
	float: left;
	margin-top: 26px;
}

.syodm_lb ul li img{
	width: 22px;
	height: 22px;
	margin: auto 10px auto 0;
}

.syodm_lb ul li p{
	font-size: 18px;
	color:#666;
	margin: auto 0;
	font-weight: 600;
}


.syodm_img{
	 position: relative;
}
.syodm_img img{
 max-width: 100%;
}


.syodm_img1 {
	padding-left: 20%;
	text-align: right;
}
.syodm_img1 img{
	max-width: 100%;
}

.syodm_imgbj{
	position: absolute;
	background: #037acc;
    top: 20px;
    right: -35px;
    height: 90%;
    width: 30%;
    z-index: -1;
}


.syodm_img2 {
	position: absolute;
	left: 20%;
	bottom:-20px;
	box-shadow: 2px 0px 20px 0 rgb(0 0 0 / 29%);
}

.syodm_img2 img{
	max-width: 100%;
}

.syodm_icon1{
	position: absolute;
	top:0;
}

.syodm_icon1 img,
.syodm_icon2 img{
	max-width: 100%;
}

.syodm_icon2{
	position: absolute;
    bottom: -20%;
    right: -30%;
}

/*======== odm/oem area end  ==========*/

/*======== obm area start  ==========*/

.obm_area{
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0px;
	position: relative;
	height: 440px;
}

.obm_area_img{
	position: absolute;
	bottom:0;
}
.obm_area_img img {
	margin-top: -60px;
}

.obm_area .container{
	height: 100%;
	position: relative;
}

.obm_area_nr{
	width: 690px;
	text-align: center;
    position: absolute;
    left: 15%;
    top: 30%;
}

.obm_area_nr h3{
	font-size: 60px;
	color:#fff;
	position: relative;
	margin-bottom: 0;
	z-index: 1;
}

.obm_area_nr h3::before{
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 20%;
    height: 8px;
    margin: 0 auto;
    background-color: #0bb0ee;
    z-index: -1;
}




.obm_area_nr h2 {
	font-size: 22px;
	color:#fff;
}

.obm_area_ly{
	background: #fff;
    width: 410px;
    border-radius: 10px;
    position: absolute;
    right: -30px;
	bottom:-80px;
	box-shadow: 2px 0px 20px 0 rgb(0 0 0 / 29%);
}
.obm_area_ly .wk{
	padding: 45px 40px;
}
.obm_area_ly .wk h3{
	font-size: 20px;
	color:#333;
	margin-bottom: 30px;
}

.obm_area_ly  .inner_contact_form button{
	padding: 10px 30px;
}

.obm_area_ly .inner_contact_form input{
	background: #f3f3f3;
	color:#666;
}
.obm_area_ly .inner_contact_form textarea{
	background: #f3f3f3;
	color:#666;
}

/*======== obm area end  ==========*/


/*======== cooperation area start  ==========*/
.ny_cooperation{
	
}

.ny_cooperation .section_title_area h3{
	margin-top: 30px;
}
.marquee-slider-left .slick-slide {
  direction: ltr; }
/* ## Marquee Iconic Box */

.ny_obm{
	padding: 100px 0 35px;
}
.ny_obm h1{
	font-size: 55px;
    color: #000;
    line-height: 1;
    margin-bottom: 0;
}
.ny_obm h2{
	font-size: 23px;
    line-height: 35px;
    color: #037acc;
}
.ny_obm .ny_obm_img{
	margin-top: -320px;
}
.iconic-slider-right .slick-list {
  padding-top: 30px !important; }

.iconic-slider-right .marquee-iconic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

  @media only screen and (max-width: 991px) {
    .iconic-slider-right .marquee-iconic-box {
      margin-right: 20px;
      margin-bottom: 20px; } }

.iconic-slider-right.style-two .marquee-iconic-box:nth-child(even) {
  margin-top: 40px; }

.iconic-slider-right.text-white .marquee-iconic-box {
  margin-right: 20px;
  background: #2B2B2B;
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.1); }
  .iconic-slider-right.text-white .marquee-iconic-box .subtitle {
    opacity: 0.35; }

.iconic-slider-right.style-three .marquee-iconic-box {
  border-radius: 12px;
  padding: 10px 20px 10px 15px; }
  @media only screen and (min-width: 992px) {
    .iconic-slider-right.style-three .marquee-iconic-box {
      margin-right: 50px;
      margin-bottom: 30px; } }
  .iconic-slider-right.style-three .marquee-iconic-box .image {
    max-width: 35px;
    margin-right: 15px; }
    .iconic-slider-right.style-three .marquee-iconic-box .image img {
      -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.5); }
  .iconic-slider-right.style-three .marquee-iconic-box .title {
    font-size: 16px; }

.iconic-slider-left .slick-list {
  padding-bottom: 30px !important; }

.iconic-slider-left .marquee-iconic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 991px) {
    .iconic-slider-left .marquee-iconic-box {
      margin-left: 20px;
      margin-bottom: 20px; } }

.iconic-slider-left.text-white .marquee-iconic-box {
  margin-left: 20px;
  background: #2B2B2B;
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.1); }
  .iconic-slider-left.text-white .marquee-iconic-box .subtitle {
    opacity: 0.35; }

.iconic-slider-left.style-three .marquee-iconic-box {
  border-radius: 12px;
  padding: 10px 20px 10px 15px; }
  @media only screen and (min-width: 992px) {
    .iconic-slider-left.style-three .marquee-iconic-box {
      margin-left: 50px;
      margin-bottom: 30px; } }
  .iconic-slider-left.style-three .marquee-iconic-box .image {
    max-width: 35px;
    margin-right: 15px; }
    .iconic-slider-left.style-three .marquee-iconic-box .image img {
      -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.5); }
  .iconic-slider-left.style-three .marquee-iconic-box .title {
    font-size: 16px; }

.marquee-iconic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 35px 10px 10px;
  border: 1px solid var(--border-color);
  -webkit-box-shadow: 0px 10px 60px rgba(185, 102, 231, 0.2);
  box-shadow: 0px 10px 60px rgba(185, 102, 231, 0.2); }
  .marquee-iconic-box .icon {
    color: white;
    font-size: 35px;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    line-height: 60px;
    border-radius: 50%;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .marquee-iconic-box .icon {
        width: 45px;
        height: 45px;
        font-size: 25px;
        line-height: 45px;
        margin-right: 10px; } }
  .marquee-iconic-box .image {
    max-width: 60px;
    margin-right: 20px; }
    @media only screen and (max-width: 991px) {
      .marquee-iconic-box .image {
        max-width: 45px;
        margin-right: 10px; } }
    .marquee-iconic-box .image img {
      border-radius: 10%;
      max-width: 100%;
}
  .marquee-iconic-box .title {
    margin-bottom: 0;
    letter-spacing: -0.54px; }
    @media only screen and (min-width: 992px) {
      .marquee-iconic-box .title {
        font-size: 18px; } }
  @media only screen and (max-width: 991px) {
    .marquee-iconic-box .subtitle {
      display: block;
      font-size: 14px;
      margin-top: -5px; } }

/*======== cooperation area end  ==========*/

/*======== service area start  ==========*/
.ser_pro_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.hz_mode3{
	background: #f7f7f7;
}

.hz_mode3 .service_area h3::before,
.hz_mode2 .service_area h3::before{
	display: none;
}

.service_area {
    padding: 180px 0 50px;
}
.ny_cplc .service_area{
	padding: 80px 0 50px;
}

/* single service page css */
.single_service_page{
    padding: 130px 0 50px;
}
/* single service area css */
.single_service {
    position: relative;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #002E70;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.13);
    background-color: #FFFFFF;
    padding: 80px 30px 25px 30px;
    margin: 30px 15px 40px;
}

.single_service .nr{
	height: 78px;
	overflow: hidden;
}

.single_service i {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 35px;
    text-align: center;
    transition: 1s;
}
.single_service:hover i{
    transform: rotateY(180deg);
}
.single_service h2{
    color: var(--bgcolor);
}

.service_area h3{
	font-size: 50px;
	color:#002868;
	position: relative;
	z-index: 1;
}

.service_area h3::before{
	content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 10%;
    height: 2px;
    margin: 0 auto;
    background-color: #0078ca;
    z-index: -1;
}



.single_service>a{
    font-size: 16px;
    color: var(--bgcolor);
} 
/* slick dots css */
.slick-dots{
    list-style: none;
    text-align: center;
}
.slick-dots li{
    margin: 0 5px;
    display: inline-block;
}
.slick-dots li button{
    border: none;
    outline: none;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 0;
    background-color: #0799d15c;
}
.slick-dots li.slick-active button{
    background-color: var(--bgcolor);
}
/* 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;
}
.slick-prev{
    left: 20px;
}
.slick-next{
    right: 40px;
}
.slick-prev::before ,.slick-next::before{
    content: '\ea93';
    font-family: IcoFont;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    font-size: 40px;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: 1s;
}
.slick-next::before{
    content: '\ea94';
}
.slick-prev:hover::before ,.slick-next:hover::before{
    background-color: var(--bgcolor);
    color: var(--whitec)
}
/*======== service area end  ==========*/

/*======== about-fzlc area start  ==========*/

/* 发展历程 */
.about-fzlc{
	position:relative;
	padding: 80px 0 100px;
	
}
.about-fzlc::after{
	content: "";
    background: url(../img/bg/fzlc_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
	width: 100%;
    z-index: -2;
    left: 0;
    position: absolute;
    top: 0;
}
.ny_fzlc.about-fzlc::after{
	display: none;
}


.about-fzlc::before{
	background: linear-gradient(90deg,#003375,#2e7eff);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
	opacity: 0.6;
}
.ny_fzlc.about-fzlc::before{
	display: none;
}


.about-fzlc .section-title h1,.about-fzlc .section-title h5{
	color:#fff;
}
.ny_fzlc.about-fzlc .section-title h1,.ny_fzlc.about-fzlc .section-title h5{
	color:#333;
}
.about-fzlc .section-title p{
	color:#fff;
	font-size: 14px;
	line-height: 26px;
}

.ny_fzlc.about-fzlc .section-title p{
	color:#333;
}

.slider-button-block{
	margin-bottom: 40px;
}

.slider-button-block .owl-next, .slider-button-block .owl-prev{
	width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 1px solid #f5f5f5;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ny_fzlc .slider-button-block .owl-next, .ny_fzlc .slider-button-block .owl-prev{
	border: 1px solid #333;
}
.ny_fzlc  .slider-button-block i{
color:#333;
font-size: 22px;	
}

.slider-button-block i{
color:#fff;
}

.history .section-title {
    margin-bottom: 30px;
}

.history-wrapper {
    position: relative;
}
.about-fzlc .align-items-center{
padding: 0 20px;	
}
.history-wrapper::after {
    content: '';
    position: absolute;
    background-color: #f5f5f5;
    height: 4px;
    top: 22px;
    left: 40px;
    width: 100%;
    z-index: -4;
}

.history .section-title p {
    margin-top: 16px;
}

.history-year span {
    width: 48px;
    height: 48px;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 50%;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.history-year span::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.history-slider .owl-item:nth-child(odd) .history-wrapper .history-year span {
    border: 2px solid #c7c7c7;
}

.history-slider .owl-item:nth-child(odd) .history-wrapper .history-year span::after {
    background-color: #c7c7c7;
}

.history-slider .owl-item .history-wrapper .history-year span {
    border: 2px solid #c7c7c7;
}

.history-slider .owl-item .history-wrapper .history-year span::after {
    background-color:#99a2b9;
}

.history-box {
    border: 2px solid #afb0e1;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    background-color: #fff;
    margin-top: 30px;
}

.history-year h6 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.ny_fzlc .history-year h6{
	color:#333;
}
.history-box>.arrow {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border: 2px solid #afb0e1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -16px;
    left: 13px;
    border-width: 2px 0px 0px 2px;
}

.history-box .history-content:not(:last-child) {
    margin-bottom: 30px;
}

.history-box .history-content h6 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.history-box .history-content span {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #666;
}
.history-box .history-content span p{
	 color: #333;
	margin-top: 10px;
}
.history .owl-item.center.active .history-year span {
    border: 4px solid #6e1c7b;
}

.history .owl-item.center.active .history-year span::after {
    background-color: #6e1c7b;
}

.history .owl-item.center.active .history-content h6 {
    color: #6e1c7b;
}

.history .owl-item.center.active .history-box {
    background-color: #FFFDFC;
}

.history .owl-item.center.active .history-box>.arrow {
    background-color: #FFFDFC;
}



/*======== about-fzlc area end  ==========*/

/*======== project area start  ==========*/
.project_area {
    padding: 60px 0 0px;
    position: relative;
    z-index: 2;
}
.project_width{
    max-width: 1600px;
}

.project_qyhj1 .portfolio_img_area{
	margin: 10px 5px 10px;
}

.inner_project_area{
    position: relative;
    overflow: hidden;
    margin: 10px 5px 10px;
}
.inner_project_img img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.inner_project_area:hover .inner_project_img img{
    transform: scale(1.2);
}
.project_overlay {
    position: absolute;
    top: 60px;
    left: 55px;
    bottom: 60px;
    right: 55px;
    background-color: #002E70;
    opacity: 0.7;
    transform: scale(0);
    transition: .5s;
}
.inner_project_area:hover .project_overlay{
    transform: scale(1.2);
}
.project_content {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: .5s;
}
.inner_project_area:hover .project_content {
    bottom: 150px;
}
.project_content h2{
    margin: 0;
}
.project_content h2  a, .project_content p{
    color: var(--whitec);
}
.project_content h2 a:hover{
    color: var(--brcolor);
}
/*======== project area end  ==========*/

/*<!-- ============================================================== -->
<!-- hendrio Shop Details  Css -->
<!-- ============================================================== -->*/

.zoom-thumbs {
  width: 100%;
  margin: 18px auto 0 auto;
}
.zoom-thumbs.swiper-container{
	padding: 0px 60px;
} 
.zoom-thumbs .swiper-slide img {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border: 1px solid #e1e1e1;
  border-radius: 10px
}
.zoom-thumbs .swiper-slide:hover img {
  border-color: #35b8bb;
}
.zoom-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: #35b8bb;
}
.zoom-thumbs .swiper-slide .img-responsive {
  width: auto;
	border-radius: inherit!important;
	max-width: 100%;
}



.zoom-top .swiper-slide, .zoom-top-2 .swiper-slide {

  border: 2px solid #e1e1e1;
  padding: 3px;
  overflow: hidden
}

.zoom-top .swiper-slide img{
	max-width: 100%;
}

.zoom-top .swiper-slide::before, .zoom-top-2 .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}
.zoom-top .swiper-slide .full-preview, .zoom-top-2 .swiper-slide .full-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 24px;
  color: #fff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(90deg,#037acc,#015995);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 10ms;
  transition-delay: 10ms;
  opacity: 0;
  border-radius: 5px
}
.zoom-top .swiper-slide:hover .full-preview, .zoom-top-2 .swiper-slide:hover .full-preview {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.zoom-top .swiper-slide:hover::before, .zoom-top-2 .swiper-slide:hover::before {
  opacity: .4;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.product-details-content.ml-25px {
  margin-left: 25px
}
.cplbt {
	margin-bottom: 40px;
}
.cplbt img{
	max-width: 100%;
}



.shop-detials {
    padding: 100px 0 70px;
}

.cpxq .post-comment-description p {
	margin-bottom: 0;
}
.cpxq .tabs_item:first-child{
	border: 1px solid #dddddd;
    padding: 10px;
}

.style-three.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    border: 1px solid rgba(6,36,98,0.1);
    padding: 15px 44px 15px;
    border-radius: 10px;
    margin-right: 15px;
}

.style-three .tabs li a {
    background: inherit;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.style-three .tabs li.current:before {
    background: transparent;
    border: 0;
}

.style-three li.current a {
    border: 1px solid #da242b;
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
    padding-left: 30px;
}

.category-title h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 26px;
    padding: 0px 0 23px;
}
.category-icon-list ul{
	padding-left: 0;
}
.category-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #ff9d34;
    letter-spacing: .4em;
    font-size: 16px;
	padding-left: 0px;
}

li.category-text {
    letter-spacing: 0 !important;
    color: #67686C!important;
    padding-left: 6px;
}

.category-price h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #da242b;
    padding: 6px 0 19px;
}

.category-price span {
    color: #616161;
    padding-left: 14px;
    text-decoration: line-through;
}

.category-color p {
    color: #062462;
    line-height: 26px;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 0 6px;
}

.category-color span {
    color: #67686C;
    padding-left: 20px;
    position: relative;
}

.category-color span:before {
    position: absolute;
    content: ":";
    left: 4px;
    top: -3px;
}

/* --- Quantity button 
================================*/

.category-count-button {
    display: inline-flex;
    padding: 8px 0 30px;
} 

.quantity-with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 170px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
}

.quantity .cart-plus-minus > .ctnbutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 38px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: .5s;
    background: #da242b;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
    border: 0;
    height: 54px;
    text-align: center;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    color: #062461;
    background-color: #fff !important;
    background: linear-gradient(90deg, #da242b 50%, transparent 0) repeat-x, linear-gradient(90deg, #da242b 50%, transparent 0) repeat-x, linear-gradient(0deg, #da242b 50%, transparent 0) repeat-y, linear-gradient(0deg, #da242b 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus > .ctnbutton.dec {
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    height: 100%;
    border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus > .ctnbutton.inc {
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 30px 0 0 30px;
}

/*categories button
=========================*/

.category-button {
    display: inline-block;
    padding-left: 0px;
}

.category-button a {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
    background: #da242b;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.category-button a:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #062461;
    border-radius: 4px;
    transition: .5s;
}

.category-button a i {
    padding-left: 10px;
    font-size: 16px;
}

.category-button a:hover:before {
    left: 0;
    width: 100%;
}

/* table
================*/

table.category-table {
    padding: 2px 0 0;
    display: inline-block;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #062461;
    font-weight: 500;
}

table.category-table tr td {
    padding-right: 25px;
    padding-bottom: 12px;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #0D0E14;
    font-weight: 500;
}

table.category-table td.table-text {
    color: #616161;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
}

table.category-table td.table-text:before {
    position: absolute;
    content: ":";
    left: -15px;
    top: 0;
    font-size: 20px;
    color: #0D0E14;
}

/*shop tab style
=====================*/

.appoinment-tab {
    padding: 60px 0 0;
}

.appoinment-tab .tabs li a {
    font-size: 15px;
    background: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    color: #062462;
    font-family: 'Inter';
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 9px 29px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.appoinment-tab li.current a {
    background: #da242b;
    color: #fff;
}

/*tabs items table
=======================*/

table.tab-items-table {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

table.tab-items-table tr {
    background: #fff;
    height: 66px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: 20px 0 0 30px;
}

tr.tabs-bg {
    background: #F5F5F5 !important;
}

table.tab-items-table tr td {
    padding-right: 100px;
}

table.tab-items-table td.table-title {
    font-size: 16px;
    color: #062462;
    font-weight: 500;
}

table.tab-items-table td.table-text {
    color: #0d0e14;
    font-weight: 400;
}

table.tab-items-table td.table-text i {
    color: #ff9d34!important;
    margin-left: 10px !important;
}


/*post comment box
===================*/ 

.post-comment-thumb {
    float: left;
    margin-right: 20px;
}

.post-content {
    overflow: hidden;
}

/*comment icon list*/

ul.comment-icon-list li {
    list-style: none;
    display: inline-block;
    color: #ff9d34;
    letter-spacing: .2em;
    font-size: 14px;
}

/*post title*/

h4.post-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 0;
    padding: 2px 0 9px;
}

h4.post-title span {
    padding-left: 31px;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    position: relative;
}

.post-title span:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 9px;
    height: 1px;
    width: 15px;
    background: #0D0E14;
}

/*right reply*/

span.rights-reply {
    font-weight: 500;
    color: #062461;
    cursor: pointer;
}

.posts-reply span i {
    display: inline-block;
    margin-right: 5px;
}

/*sidebar title*/

.product-details-respond {
    padding: 35px 0 0;
}

.sidebar-title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

/*sidebar desc*/

.sidebar-description p {
    font-size: 15px;
    margin: 6px 0 25px;
}

/*sidebar rating list*/

p.sidebar-text {
    display: inline-block;
}

.sidebar-rating-list ul {
    display: inline-block;
    padding-left: 15px;
}

.sidebar-rating-list ul li {
    list-style: none;
    display: inline-block;
    color: #ff9d34;
    letter-spacing: .4em;
    font-size: 15px;
}

/*from box*/

.contact-form-box2 {
    padding: 25px 0 0;
}

p.form_text {
    color: #000;
    margin-bottom: 10px;
    padding: 10px 0 0;
}

h6.form-title {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 13px;
    margin: 0;
}

.contact-form-box2 .form-box input {
    height: 54px;
    background-color: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    transition: .5s;
    padding: 0px 25px;
    display: block;
    width: 100%;
    color: #616161;
    margin-bottom: 30px;
    border-radius: 4px;
}

.contact-form-box2 .from-box input::placeholder {
    color: #616161;
    opacity: .6;
}

.contact-form-box2 .form-box textarea {
    height: 155px;
    background-color: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    transition: .5s;
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 4px;
}

.contact-form-box2 .from-box textarea::placeholder {
    color: #616161;
    opacity: .6;
}

.product-item-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 20px 0 30px;
}

/*contact form button*/

.style-two.contact-form button {
    padding: 11px 53px;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    background: #da242b;
    transition: 0.5s;
    font-weight: 500;
}

.style-two.contact-form button i {
    padding-left: 6px;
    position: relative;
    top: 2px;
}

.style-two.contact-form button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
}

.style-two.contact-form button:hover:before {
    transform: scale(1);
    opacity: 1;
}

.style-two.contact-form button:hover {
    color: #062461;
}

/*
Shop style two
=====================*/

.shops-section {
    padding: 100px 0 40px;
}

.shops-section .row.products {
    padding-left: 0;
}

.single-products-box2 {
    display: flex;
    margin-bottom: 35px;
}

.single-products-box2 .products-thumb img {
    width: inherit;
    transition: .5s;
    border-radius: 4px;
    margin-right: 30px;
}

.single-products-box2 .product-content2 {
    text-align: left;
}

.single-products-box2 .product-title h2 {
    font-size: 24px;
    line-height: 15px;
}

.single-products-box2 .product-price p {
    margin-bottom: 5px;
}

p.description {
    padding: 12px 0 4px;
}

.product-thumb-icon2 a {
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    background-color: #062462;
    color: #ffff;
    transition: .5s;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.product-thumb-icon2 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #da242b;
    transform: scale(0);
    transition: .5s;
}

.product-thumb-icon2 a:hover:after {
    transform: scale(1);
}

/*Tab style
======================*/

.shops-section .tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: right;
    padding: 5px 0 0;
}

.shops-section .tabs {
    display: inline;
}

.shops-section  .tabs li.current:before {
    position: inherit;
    border: 0;
}

.shops-section .tabs li a {
    font-size: 35px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #062462 !important;
    display: inline-block;
    margin-right: 0;
    margin-left: 15px;
    padding: 0;
}

.shops-section li.current a {
    color: #fff !important;
    background: #da242b !important;
}

/*widget
==============*/

.widget {
    display: inline-block;
}

.widget select {
    padding: 15px 13px;
    width: 85%;
    display: inline-block;
    position: relative;
    top: -6px;
    color: #6A6E49;
}



/*Tab Items
=======================*/

.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

 .tab ul.tabs{
	padding-left: 0;
}

.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.tabs li a {
    font-size: 18px;
    background: url(../image/tab1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #152b63;
    font-family: 'Inter';
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 15px 93px;
    transition: all 0.5s ease-in-out;
    margin-right: 30px;
    border-radius: 5px 35px 35px 35px;
}

.tabs li a span {
    font-size: 18px;
    padding-right: 6px;
    color: #cd0d14;
}

.tabs_item {
    display: none;
    padding: 30px 0;

}

.tabs_item:first-child {
    display: block;
}

.tab-thumb {
    margin-right: 65px;
    position: relative;
    z-index: 1;
}

.tab-thumb:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    transform: scale(0);
    transform-origin: bottom right;
    background-image: linear-gradient(-86deg, #152b63 0%, #152b63 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .25;
}

.tab-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 92px;
    height: 92px;
    background-color: #152b63;
}

.tb-icons {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 92px;
    height: 92px;
    line-height: 80px;
    text-align: center;
    background-color: #cd0d14;
    display: inline-block;
    border-radius: 0 50px 50px 50px;
}

li.current a {
    background: url(../image/tab-active.png);
    color: #fff;
    background-repeat: no-repeat;
}

li.current a span {
    color: #fff;
}

.tabs li.current:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 30px;
    bottom: -7px;
    margin: auto;
    width: 23px;
    transform: rotate(45deg);
    transition: .5s;
    border: 18px solid;
    border-right-color: #cd0d14;
    border-top-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    border-bottom-width: 0;
}

.tabs_item .hendrio-section-title p {
    padding: 17px 0 5px;
}

.tabs_item .hendrio-section-title h4 {
    margin-top: 0;
}

.tabs_item .hendrio-button a {
    margin-top: 30px;
}

.tab-thumb:hover:before {
    transform: scale(1);
}



/*<!-- ============================================================== -->
<!-- hendrio Shop Details end Css -->
<!-- ============================================================== -->*/




/*===== counter area start  ====*/
.counter_area {
    padding: 75px 0 50px;
}
.inner_counter_area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_counter_img{
    margin-right: 20px;
}
/* inner counter sub content css */
.inner_counter_sub_cont {
    display: flex;
    align-items: baseline;
}
.inner_counter_sub_cont h3, .inner_counter_sub_cont span{
    color: var(--whitec);
    font-size: 50px;
    font-weight: 900;
}
.inner_counter_area h2 {
    font-size: 18px;
    margin-top: -5px;
    color: var(--whitec);
}
/*===== counter area end  ====*/



/*===== call to action area start  ====*/
.count_call_bg {
    position: relative;
    margin-top: -180px;
    z-index: 1;
    background-size: cover;
    padding: 180px 0 270px;
    background-repeat: no-repeat;
    background-position: center center;
}

.ny_cpjs .ny_jjjs2{
	
}
.ny_cpjs .ny_jjjs2 p{
	color:#fff;
	
}
.call_to_action{
    padding: 80px 0 50px;
}
.call_to_action .section_title_area::before{
    display: none;
}
.call_to_action .section_title_area h3, .call_to_action .section_title_area p{
    color: var(--whitec);
}
.call_to_action .section_title_area p {
    font-size: 18px;
    width: 48%;
    margin: 5px auto 0;
}
.call_to_action .section_title_area .sec_title_ab{
    z-index: 2;
}
.call_to_action .section_title_area .sec_title_ab h4{
    -webkit-text-stroke-color: #0798D04D;
    opacity: 1;
}
.call_to_action .m_btn{
    margin-top: 40px;
}
.call_to_action .m_btn a{
    padding: 18px 45px;
}
.call_to_action .m_btn a.icon {
    display: inline-block;
    margin-right: -5px;
    padding: 7px 30px 13px;
    text-align: center;
    font-size: 26px;
    background-color: var(--whitec);
    color: var(--brcolor);
}
/*===== call to action area end  ====*/

/*======== contact area start  ==========*/
.contact_area {
    position: relative;
    z-index: 2;
    margin-top: -230px;
}
/* single page contact area css */
.single_page_contact {
    padding: 50px 0 100px;
    margin: 0;
}
.inner_contact_area {
    padding: 60px 55px 72px;
    background-color: var(--bgcolor);
    
}
.inner_contact_area .section_title_area{
    margin-bottom: 30px;
}
.inner_contact_area .section_title_area h2{
    font-size: 17px;
    color: var(--whitec);
}
.inner_contact_area .section_title_area h3{
    font-size: 48px;
    color: var(--whitec);
}
.inner_contact_area .section_title_area::before{
    display: none;
}

.inner_contact_right_img{
	height: 100%;
	overflow: hidden;
}

.inner_contact_right_img img{
	height: 100%;
}


/* inner contact form */
.inner_contact_form input {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    color: var(--whitec);
    outline: none;
    width: 100%;
    height: 40px;
    background: transparent;
    padding: 0 20px;
    margin-right: 15px;
    margin-bottom: 23px;
}
.obm_area_ly .inner_contact_form input::placeholder{
    color: #666666;
}
.inner_contact_form input::placeholder{
   color: var(--whitec);
}
.inner_contact_form span{
	color:#ffffff69;
}

.inner_contact_form input{
	
}
.inner_contact_form .yzm .yzmsr{
	border-bottom: none;
	width: 50%;
	color:#ffffff69;
}
.yzm_gx {
	width: 50%;
	text-transform: uppercase;
    font-size: 12px;
}
.inner_contact_form .yzm{
	display: flex;
	border-bottom: 1px solid #f1f1f1;
}

.inner_contact_form a{
	color:#ffffff69;
	font-size: 12px;
	margin-left: 2px;
}


.inner_contact_form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    background: transparent;
    outline: none;
    padding: 20px 20px;
    color: var(--whitec);
}
.obm_area_ly .inner_contact_form textarea::placeholder{
    color: #666666;
}
.inner_contact_form textarea::placeholder{
   color: var(--whitec);
}
.inner_contact_form button {
    margin-top: 18px;
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 600;
    border: none;
    outline: none;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: .5s;
}
.inner_contact_form button:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_contact_form p.form-messege{
    color: var(--whitec);
}
/*======== contact area end  ==========*/

/*======== contact service start ==========*/
.contact_service_area{
    padding: 105px 0 50px;
}
.inner_contact_service {
    padding: 50px 30px 65px 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.inner_contact_service i{
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: .5s;
}
.inner_contact_service:hover i{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_contact_service h3 a {
    display: inline-block;
    font-size: 22px;
    margin: 12px 0 10px;
}
.inner_contact_service p{
    margin: 0;
}
/*======== contact service end ==========*/

/*======== map area start  ==========*/
.map_area {
    margin: 0 0 0px;
}
.inner_map_area .lh-map{
    width: 100%;
    height: 500px;
}
.inner_map_area {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}


/*======== map area end  ==========*/

/* ====== testimonial area start  =========*/
.testimonial_area {
    padding: 95px 0 50px;
}
.inner_testimonial_area {
    display: flex;
    align-items: center;
    margin: 20px 15px;
    position: relative;
}
/* inner test img css */
.inner_test_img{
    margin-right: 30px;
}
.inner_test_content p {
    font-size: 22px;
    font-weight: 500;
}
.inner_test_content h2{
    color: var(--brcolor);
    margin: 0;
}
.inner_test_content span{
    font-weight: 500;
    color: var(--bgcolor);
}
.inner_test_content i{
    position: absolute;
    top: -25px;
    right: 25px;
    font-size: 100px;
    color: #0799d11a;
}
/* testimonial slick dots css */
.testimonial_area .slick-dots{
    margin-top: 75px;
}
/* ====== testimonial area end  =========*/

/* ====== team area start  =========*/
.team_area {
    padding: 120px 0 100px;
}

.team_area .m_btn{
	margin-top: 90px;
	text-align: center;
}


/* about team area css */
.about_team {
    padding: 40px 0 170px;
}
/* single page team css */
.single_page_team{
    padding: 125px 0 50px;
}
.team_width {
    max-width: 1645px;
}
/* inner team area css */
.inner_<strong>team_area</strong>{
    position: relative;
    margin-bottom: 20px;
}

.sp_lb{
	margin-bottom: 80px;
}

.inner_team_img{
    /*position: relative;*/
    overflow: hidden;
	height: 40vh;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.inner_team_img img{
    width: auto;
    height: 100%;
}



/* team overlay css */
.team_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #01307475;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_team_area:hover .team_overlay{
    opacity: 1;
    visibility: visible;
}
.team_socail_icons{
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: .5s;
}
.inner_team_area:hover .team_socail_icons{
    bottom: 45%;
}
.inner_team_area{
	position:relative;
}


/* team socail icon css */
.team_socail_icons a {
    display: inline-block;
    background-color: #02010100;
    color: var(--whitec);
    border-style: solid;
    border:none;
    width: 55px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    margin: 0 3px;
}
.team_socail_icons a:hover{
    
}
/* inner team content css */
.inner_team_content {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 20px;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--whitec);
    transition: .5s;
}
.inner_team_content h2{
    color: #333333;
    margin: 0;
}
.inner_team_content p{
    color: var(--bgcolor);
    margin: 0;
}
.inner_team_area:hover .inner_team_content{
    background-color: #0066cc;
}
.inner_team_area:hover .inner_team_content h2, .inner_team_area:hover .inner_team_content p{
    color: var(--whitec);
}
/* ====== team area end  =========*/

/*======= pricing area start  ======*/
.ny_scgc{
	
}

.ny_scgc_sp{
	display: block;
	height: auto;
    position: relative;
    margin-bottom: 60px;
}

.ny_scgc_lbimg{}

.ny_scgc_lbimg img{ 
width: 100%;
}

.ny_scgc_lb  .inner_pricing_area{
	padding: 20px 20px;
	height: auto;
}

.ny_scgc_lb .inner_pricing_area h2{
	font-size: 26px;
	margin: 30px 0 10px;
}

.ny_scgc_lbnr{
	display: flex;
}



/* ====== team area end  =========*/

/*======= pricing area start  ======*/
.pricing_area {
    padding: 125px 0 100px;
}
.inner_pricing_area {
    position: relative;
    overflow: hidden;
    padding: 30px 0px 60px 0px;
    margin-bottom: 20px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
}
.inner_pricing_area h2 {
    font-size: 40px;
    color: var(--bgcolor);
    margin: 15px 0 10px;
}
.inner_pricing_area h3 {
    display: inline-block;
    margin: 15px 0 15px;
    font-size: 25px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 100%;
    background: var(--brcolor);
    color: var(--whitec);
}
.inner_pricing_area h5 {
    position: absolute;
    right: -40px;
    top: 13px;
    width: 160px;
    transform: rotate(45deg);
    font-size: 19px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* pricing bar title css */
.pricing_bar_title {
    position: relative;
    padding: 40px 0 30px;
}
.pricing_bar_title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    left: 0;
    right: 0;
    z-index: -2;
    top: 50%;
}
.pricing_bar_title h4{
    display: inline-block;
    font-size: 16px;
    padding: 13px 30px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border-radius: 30px;
}
/* inner pricing nav area css */
.inner_pricing_nav ul{
    list-style: none;
    padding: 0;
}
.inner_pricing_nav ul li{
    font-size: 17px;
    padding: 10px 0;
}
.inner_pricing_nav ul li i{
    margin-right: 6px;
    font-size: 20px;
    font-weight: 700;
}
.inner_pricing_area a {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    padding: 16px 30px;
    border: 1px solid #ddd;
}
.inner_pricing_area a:hover{
    background-color: var(--bgcolor);
    border: 1px solid transparent;
    color: var(--whitec);
}
.inner_pricing_area a i{
    margin-left: 6px;
    font-size: 20px;
}
/*======= pricing area end  ======*/

/*======== faq area start  ==========*/
.faq_area {
    padding: 120px 0 50px;
}
.inner_faq_content p {
    padding: 5px 0 5px;
    width: 70%;
    font-weight: 400;
}
/* inner faq accrodion item css */
.inner_faq_ac_item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.inner_faq_ac_item a {
    width: 100%;
    display: inline-block;
    background: var(--whitec);
    color: var(--blackc);
    font-size: 17px;
    padding: 12px 30px 12px 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner_faq_ac_item a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_faq_ac_item a i{
    font-size: 20px;
    font-weight: 900;
}
.inner_faq_ac_item a.active{
    background-color: var(--brcolor);
    color: var(--whitec);
    position: relative;
}
.inner_faq_ac_item a.active::before {
    content: "\eacb";
    position: absolute;
    font-family: Icofont!important;
    top: 8px;
    right: 30px;
    font-size: 20px;
    font-weight: 700;
    color: var(--whitec);
}
.inner_faq_ac_item a.active i{
    display: none;
}
/* inner faq text */
.inner_faq_text {
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: var(--whitec);
}
.inner_faq_text p {
    margin: 10px 20px 10px;
}
/* inner accordion items */
.inner_ac_items{
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}
.inner_ac_items a {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
}
.inner_ac_items a.active{
    position: relative;
}
.inner_ac_items a.active::before {
    content: "\ef9a";
    position: absolute;
    font-family: Icofont!important;
    top: 10px;
    left: 24px;
    font-size: 17px;
    font-weight: 600;
    color: var(--blackc);
}
.inner_ac_items a.active i{
    opacity: 0;
    visibility: hidden;
}
.inner_ac_items a i {
    margin-right: 10px;
    font-size: 17px;
}
.inner_ac_items a:hover{
    color: var(--bgcolor);
}
.inner_ac_cont p {
    display: inline-block;
    padding: 15px 25px 15px;
}
/*======== faq area end  ==========*/

/*======== blog area start  ==========*/
.blog_area {
    padding: 110px 0 80px;
	background-image: url(/uploads/home/sy_news_bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.blog_area .m_btn{
	text-align: center;
}


/* single page blog css */
.single_page_blog{
    padding: 105px 0 105px;
}
/* inner blog area css */
.inner_blog_area {
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 0px 4px 0 rgba(0,0,0,.05);
    margin-bottom: 20px;
}
/* inner blog thumb css */
.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 text css */
.inner_blog_text {
    padding: 20px 20px 8px;
}
.inner_blog_text span a{
    color: var(--paracolor);
    font-weight: 400;
}
.fzlc_ny .inner_blog_text span{
	font-size: 20px;
	font-weight: 600;
}

.inner_blog_text span {
    font-size: 14px;
    margin-right: 10px;
    color: var(--brcolor);
}
/*inner blog content css */
.inner_blog_content {
    padding: 0 20px 5px;
}
.inner_blog_content h3{
    margin: 0;
}
.inner_blog_content h3 a {
    display: inline-block;
    color: #333;
    font-size: 18px;
}
.inner_blog_content h3 a:hover{
    color: var(--brcolor);
}
/* blog btn area css */
.blog_sub_btn {
    padding: 5px 20px 20px;
}
.blog_sub_btn >a{
    font-size: 14px;
    color: var(--brcolor);
    font-weight: 700;
    text-transform: uppercase;
}
.blog_sub_btn >a:hover{
    color: var(--bgcolor);
}
/*======== blog area end  ==========*/

/*======== brand area start  ==========*/
.brand_area{
    padding: 65px 0 130px;
}
/* service brand area css */
.service_brand{
    padding: 110px 0 130px;
}
.inner_brand_area img{
    margin: 0 auto;
}
.brand_area:hover .slick-prev ,.brand_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/*======== brand area end  ==========*/

/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 60px 0 120px;
}
.portfolio_area .container{
	max-width:80%;
}
.portfolio_area .sy_product_lb{
	height: auto;
	padding-bottom: 40px;
}
.portfolio_area .sy_product_lb .wk{
	box-shadow:none;
	background: #fff;
}
.portfolio_area .sy_cplb{
	border: 1px solid #dddddd;
    margin-bottom: 20px;
}
.portfolio_area  .sy_cplb_txt a{
	border-top: 1px solid #dddddd;
}


.portfolio_nav_all {
    padding: 0px 0 22px;
}
/* portfolio nav css */
.portfolio_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio_nav ul li{
    display: inline-block;
    border: 1px solid #f3eaea;
    
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
}
.portfolio_nav ul li a{
	padding: 10px 20px;
	display: block;
}


.portfolio_nav ul li.current_menu_item{
    background-color: #0799d1;
    color: #fff;
}
.portfolio_nav ul li.current_menu_item a{
	color: #fff;
}

.portfolio_nav ul li:hover{
    background-color: #0799d1;
    color: #fff;
}

.portfolio_nav ul li:hover a{
	color: #fff;
}


/* portfolio items css */
.portfolio_area .section_title_area{
    margin-bottom: 50px;
}
.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: rgb(222 169 26 / 40%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_portfolio_items:hover .portfolio_overlay{
    opacity: 1;
    visibility: visible;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0798d1a1;
    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{
    margin: 0;
	color:#fff;
}
.overlay h2 a{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    color: var(--whitec);
    transition: .5s;
}
.overlay h2 a:hover{
    background: none;
    color: var(--blackc);
}
.overlay p{
    color: var(--whitec);
}
.inner_portfolio_items:hover .overlay{
    opacity: 1;
    visibility: visible;
}

.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 span{
	background-color: #b3b3b3;
    color: var(--whitec);
	display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    padding: 15px 20px;
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}

.inner_portfolio_lower_nav ul li a{
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    padding: 15px 24px;
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}
.inner_portfolio_lower_nav ul li a.current{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a:hover,.inner_portfolio_lower_nav ul li.active a{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a i{
    font-size: 22px;
    font-weight: bold;
}
/*======== portfolio area end  ==========*/



/*blog Post
================*/

.blogs-section .widget-sidebar-box {
    padding: 13px 30px 30px;
}

.upp.widget-sidebar-box {
    padding: 13px 30px 15px;
}

.blogs-section h4.sidebar-title.upp {
    padding: 0 0 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
}

.widget-recent-post {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.rpost-thumb {
    margin-right: 20px;
}

.rpost-thumb img{
	width: 70px;
	height: 70px;
	border: 1px solid #dddddd;
}

.rpost-content h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #062461;
    display: inline-block;
    transition: .5s;
    font-family: 'Inter';
}

/*sidebar quick contact*/

.widget-sidebar-quick-contact {
    background: url(../picture/sidebar-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px;
    margin-bottom: 30px;
    border-radius: 5px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.logo-thumb img {
    width: 48%;
}

h3.widget-title2 {
    padding: 25px 0 20px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

h5.sidebar-title {
    font-size: 16px;
    color: #da242b;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

h5.sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 168px;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

h5.sidebar-title:after {
    position: absolute;
    content: "";
    left: 168px;
    right: 0;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

h5.sidebar-title2 {
    font-size: 24px;
    color: #fff;
    padding: 12px 0 48px;
}

.widget-button a {
    padding: 12px 35px;
    background: #D9232B;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.widget-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(10deg, #fff 0%, #fff 100%);
    transition: .5s;
    border-radius: 4px;
}

.widget-button a:hover:before {
    width: 100%; 
    left: 0;
}

/*======== blog left area start  ==========*/
.ny_dz_bug{
	
}

.nydz_bug_lb{
	margin-bottom: 30px;
}
.nydz_bug_lb .bt{
	
}
.nydz_bug_lb .bt h3{
	font-size: 24px;
	text-transform: uppercase;
}
.nydz_bug_lb .wk{
	border: 1px solid #333;
	
}
.nydz_bug_nr{
	border-bottom: 1px solid #333;
	display: flex;
}

.nydz_bug_nr_img{
	width: 20%;
	padding: 10px;
	border-right: 1px solid #333;
}

.nydz_bug_nr_img  .tp{
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.13);
}

.nydz_bug_nr_img .tp img{
	max-width: 100%;
}
.nydz_bug_lb .wzbt{
	margin-top: 10px;
}
.nydz_bug_lb .wzbt h5{
	font-size: 18px;
	text-transform: uppercase;
}

.nydz_bug_nr_wz{
	width: 80%;
	padding: 10px;
	display: flex;
}
.nydz_bug_nr_wz .nrwk{
	margin: auto 0;
}
.nydz_bug_nr_wz .nrbt{
	
}

.nydz_bug_nr_wz .nrbt h4{
	font-size: 26px;
	color:#666;
}



/*======== blog left area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 100px 0 35px;
}
.inner_yblog_form {
    position: relative;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_form input {
    width: 90%;
    outline: none;
    height: 55px;
    border: 1px solid #efefef;
    margin-left: 20px;
    padding-left: 20px;
}
.inner_yblog_form button {
    position: absolute;
    right: 0;
    display: inline-block;
    outline: none;
    border: none;
    padding: 15px 20px 14px;
    background-color: #dddddd;
}
.inner_yblog_form button i{
    font-size: 18px;
}
/* inner  left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 20px 20px 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_left_title h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
.inner_yblog_left_title h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26%;
    border-radius: 50%;
    border: 1px solid var(--brcolor);
}
.inner_yblog_left_title a {
    display: inline-block;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 400;
}
.inner_yblog_left_title a.bottom{
    border-bottom: none;
}
.inner_yblog_left_title a:hover,.inner_yblog_left_title a.cur{
    color: var(--hoverbg);
}
.inner_yblog_left_title a i{
    font-weight: 900;
}


.service-details {
    background: #fff;
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

.service-details:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 36%;
    height: 100%;
    background: url(../image/serv-dtls-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-widget form {
    position: relative;
}

.sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    border: 0;
    border-radius: 4px;
    padding: 0 20px 0;
}

.sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #da242b;
    color: #fff;
    position: absolute;
    right: 0;
}

.widget-sidebar-box {
    padding: 30px 30px 30px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 25px;
    position: relative;
    z-index: 1;
}

h4.sidebar-title:before {
    position: absolute;
    content: "";
    left: -29px;
    top: 0;
    width: 3px;
    height: 30px;
    background: #da242b;
    border-radius: 5px;
}

ul.sidebar-menu {
    border-top: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 30px 0 0;
}

ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

ul.sidebar-menu li a {
    font-size: 16px;
    color: #062461;
    font-weight: 400;
    transition: .5s;
}

ul.sidebar-menu li a i {
    background: #E5E8EF;
    border-radius: 20px;
    font-size: 16px;
    padding: 0px 3px;
    margin-right: 5px;
    transition: .5s;
}

ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

ul.sidebar-menu li:hover a i {
    background: #DA242B;
    color: #fff;
}

ul.sidebar-menu2 li {
    display: block;
    list-style: none;
    background: #F6F6F6;
    color: #062461;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

li.sidbr-mb {
    margin: 0 !important;
}

img.sidbr-icn {
    padding-right: 15px;
}



/* innr blog left style 2 css*/
.inner_yblgo_left_style2 ul {
	margin-bottom: 0;
	padding-left:0;
}
.inner_yblgo_left_style2 ul li{
	display: block;
	border-bottom: 1px solid #dddddd;
}

.inner_yblgo_left_style2 a {
    display: inline-block;
    width: 100%;
    padding: 13px 0 12px;
    margin-top: 0;
}
/* blog left inner css */
.yblog_left_inner{
    margin-bottom: 30px;
    border-bottom: none;
    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: 90%;
}
.yblog_left_text_sub {
    padding: 0px 0 10px;
}
.yblog_left_text_sub span{
    color: var(--bgcolor);
}
.yblog_left_text_sub span i{
    color: var(--brcolor);
}
.yblog_left_sub p{
    font-size: 16px;
    font-weight: 400;
    width: 95%;
}
.yblog_left_sub >a {
    display: inline-block;
    margin: 7px 0 0;
    padding: 7px 25px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
    text-transform: capitalize;
}
.yblog_left_sub >a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.ycalender_inner h5 {
    background-color: var(--brcolor);
    color: var(--whitec);
    padding: 14px 0 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}
.ycalender_inner {
    padding: 20px 20px;
    width: 100%;
}
.ycalender_inner th {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
}
.ycalender_inner td {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
}
/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 100px 0 85px;
}
.inner_project_information_img {
    margin-bottom: 20px;
}
.inner_project_information_img img{
    width: 100%;
}
/* inner project right content css */
.inner_project_right_content h2{
    font-size: 24px;
}
.inner_project_right_content p span{
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: 700;
}
/* inner project infomation icons css */
.inner_project_in_icon a{
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--whitec);
    color: var(--bgcolor);
    font-size: 20px;
    margin-right: 4px;
}
.inner_project_in_icon a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}
.inner_project_text_area h2{
    font-size: 24px;
}
.inner_project_information_descrip {
    margin-bottom: 8px;
}
.inner_project_information_descrip h4{
    font-size: 16px;
}
.inner_project_information_descrip p{
    margin: 0;
}
/* inner project information description css */
.inner_project_infor_list{
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.inner_project_infor_list li{
    margin-bottom: 5px;
}
/*======== project information area end  ==========*/

/*======== single blog page area start  ==========*/
.inner_single_box_area{
    background-color: #f8f9fa;
    padding: 20px 20px 20px;
}
.inner_single_box_area p {
    margin-bottom: 5px;
}
.inner_single_page_content_area p{
    margin-top: 20px;
}
/* inner single page middle text css */
.inner_single_page_middle_text {
    margin: 35px 0 45px;
}
.inner_single_page_middle_text h2{
    font-size: 24px;
}
/* single blog group css */
.single_blog_group {
    margin-top: 125px;
}
.inner_single_blog_group_box {
    background-color: #f8f9fa;
    padding: 10px 20px 30px;
    margin-top: 30px;
}
.inner_single_blog_group_box p{
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 0;
}
.inner_single_blog_group_box span{
    font-size: 1.125em;
    font-weight: 400;
    color: var(--paracolor);
}
.single_blog_post_area {
    margin: 20px 0 30px;
    padding: 25px 0 25px;
    border-top: 1px solid var(--textcolor);
    border-bottom: 1px solid var(--textcolor);
}
.single_blog_post_area p{
    margin: 0;
}
.single_blog_post_area a{
    color: var(--paracolor);
    font-size: 16px;
    font-weight: 400;
}
.single_blog_post_area a:hover{
    color: var(--hoverbg);
}
/* single comment title css */
.single_comment_title{
    margin: 35px 0 55px;
}
.single_comment_title h3{
    font-size: 20px;
}
.single_post_comment_area input {
    width: 47%;
    outline: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
}
/* inner single post checkbox css */
.inner_single_post_checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.inner_single_post_checkbox input {
    height: 15px;
    width: 12px;
    margin-right: 6px;
}
.single_post_comment_area textarea{
    width: 97%;
    padding: 10px 20px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.single_post_comment_area button{
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border: none;
    outline: none;
    transition: .6s;
}
.single_post_comment_area button:hover{
    background-color: var(--bgcolor);
}
/*======== single blog page area end  ==========*/

/*======== footer area start  ==========*/
.footer_area {
    padding: 95px 0 25px;
	background: #000000;
    background-repeat: no-repeat;
    background-size: cover;
}
/* footer top area css */
.footer_top {
    padding-bottom: 20px;
    margin-bottom: 90px;
    border-bottom: 1px solid rgb(218 218 218 / 37%);
}
.footer_top_cont {
    border-left: 3px solid var(--brcolor);
    padding-left: 30px;
}
.footer_top_cont h2{
    font-size: 35px;
    color: var(--whitec);
}
.footer_top_cont p{
    color: var(--whitec);
}
.footer_top_right_form p input {
    width: 75%;
    font-size: 16px;
    border: none;
    outline: 0;
    padding: 15px 30px;
    height: 54px;
}
.footer_top_right_form p button{
    display: inline-block;
    font-size: 18px;
    border: none;
    outline: 0;
    padding: 13px 15px;
    background-color: var(--brcolor);
    color: var(--whitec);
}

.footer_top_right_form{
	
}

.footer_top_icon{
	
}

.footer_top_fb {
	margin-left: 10px;
	display: inline-block;
}

/* footer wdget css */
.footer_widget p {
    color: var(--whitec);
	margin-bottom: 0;
	margin: auto 0;
	line-height: 1.2;
	width: 80%;
}
/* footer socail icon css */
.footer_socail_icons a {
    display: inline-block;
    color: var(--whitec);
    background-color: var(--brcolor);
    font-size: 18px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
}
.footer_socail_icons a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* footer widget */
.footer_widget h2 {
    padding: 0 0 12px;
    color: var(--whitec);
    text-transform: uppercase;
}
/* footer address area css */
.footer_address ul{
    list-style: none;
    padding-left: 0;
}
.footer_address ul li{
    font-size: 17px;
    font-weight: 400;
    padding: 0 0 10px;
    color: var(--whitec);
	display: flex;
	margin-bottom: 10px;
}
.footer_address ul li i{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--whitec);
    margin-right: 10px;
	font-size: 25px;
}
/* footer nav css */
.footer_nav ul{
    list-style: none;
    padding-left: 0;
}
.footer_nav ul li {
    padding: 0 0 10px;
}
.footer_nav ul li a{
    font-size: 17px;
    font-weight: 400;
    color: #999999;
}
.footer_nav ul li a:hover{
    color: var(--brcolor);
}
/* footer widget sub img */
.footer_wid_sub_img {
    margin-top: 20px;
}
.inner_footer_widget_img{
    margin-bottom: 20px;
}
.inner_footer_widget_img img{
    width: 100%;
    height: auto;
}
/* copy right area css */
.copy_right_area {
    margin-top: 60px;
    padding-top: 25px;
    border-bottom: 1px solid rgb(218 218 218 / 37%);
}
.copyright_text p{
    color: var(--whitec);
    margin: 0;
}
.copyright_text p a{
	color: var(--whitec);
}
/* copy right nav css */
.copyright_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.copyright_nav ul li{
    display: inline-block;
}
.copyright_nav ul li a {
    display: inline-block;
    margin-left: 20px;
    font-size: 17px;
    color: var(--whitec);
}
.copyright_nav ul li a:hover{
    color: var(--brcolor);
}
/*======== footer area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    bottom: 40px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    background: var(--brcolor);
    color: var(--whitec);
    box-shadow: 0 0 10px #0000002e;
}