

#loader-wrapper{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: white; z-index: 500;}

.loader {
    position: absolute;
    top: 50%; margin-top: -50px;
    left: 50%; margin-left: -50px;
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #02457D; /* Green */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1.2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.big-titles {
	margin: 50px 0 30px;
}
.big-titles h1 {
	font-size: 2.6rem;
	font-weight: 700;
}
.big-titles h2 {
	font-size: 1.5rem;
}

.count_call_bg h1 {
	font-size: 2.6rem;
}

.count_call_bg h1,.count_call_bg h2,.count_call_bg p {
	color: #fff;
}

.inline-flex {
    display: inline-flex;
}
.align-center {
	text-align: center !important;
}

.button-style-1 {
    display: inline-block;
    font-size: 16px;
    padding: 13px 30px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border-radius: 30px;
	cursor: pointer;
}
.button-style-1:hover {
    background-color: var(--bgcolor);
}
.button-style-2 {
    display: inline-block;
    font-size: 16px;
    padding: 13px 50px;
    background-color: var(--bgcolor);
    color: var(--whitec);
    border-radius: 30px;
	cursor: pointer;
}
.button-style-2:hover {
    background-color: var(--brcolor);
    color: var(--whitec) !important;
}
.button-style-3 {
    display: inline-block;
    font-size: 16px;
    padding: 13px 50px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border-radius: 30px;
	cursor: pointer;
}
.button-style-3:hover {
    background-color: var(--bgcolor);
    color: var(--whitec) !important;
}
.button-style-4 {
    display: inline-block;
    font-size: 16px;
    padding: 13px 50px;
    color: var(--whitec);
    background-color: var(--bgcolor);
    border-radius: 30px;
	cursor: pointer;
	border: 1px solid #fff;
}
.button-style-4:hover {
    background-color: var(--brcolor);
    color: var(--whitec) !important;
	border: 1px solid var(--brcolor);
}


.readmore a {
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	
}
.readmore-style-01 {
	font-size:1em;
	color: #000000;
	text-decoration: underline;
}
.readmore-style-01:after {
}
.readmore-style-01 a:hover {
	letter-spacing:2px; 
}
.readmore-style-01 i {
	margin-left: 20px;
}
.readmore-style-02 {
	font-size:1em;
	color: #ffffff;
	text-decoration: underline;
	padding-right: 30px;
	z-index: 2222;
}
.readmore-style-02 a {
	color: #fff;

}
.readmore-style-02 a:after {
	content: "";
	width: 20px;
	height: 30px;
	margin-left: 10px;
	display: inline-flex;
	align-items: center;
	background: url("../images/icons/arrow-circle-right-white.svg") no-repeat top left;
	background-size: 20px;
}
.readmore-style-02 a:hover {
	letter-spacing:2px; 
}
.readmore-style-02 i {
	margin-left: 20px;
}


/*-- home_are --*/
.home_area_one h1 {
	font-size: 3em;
	font-weight: 700 !important;
}
.home_area_two {
	padding: 40px 0 20px;
}
.home_area_two .button-style-1 {
	margin-top: 75px;
	padding: 13px 50px;
}
.home_area_two .button-style-1:hover {
	color: #fff;
}
.home_area_two .readmore-style-01 {
	margin-top: 35px;
}
.home_area_four .titles-description {
	max-width: 75%;
	margin: 25px auto;
	text-align: center;
}
.home_area_four .titles-readmore {
	margin: 15px auto;
	text-align: center;
}
.home-academic-exploration {
	margin-top: 40px;
	margin-bottom: 100px;
}
.titles-block {
	margin: 25px 0;
}
.titles-block h1 {
	font-size: 3em;
	font-weight: 700 !important;
}
.titles-block .big-titles {
	margin: 0;
}
.titles-block .readmore {
	text-align: right;
	margin-top: 5px;
	
}
.home-news-list {
	padding:50px 0 100px;
}

.home_videos_block {
	background-color: #F3F3F3;
	margin-top: 50px;
	margin-bottom: 100px;
	padding: 100px 0;
}
.home_videos_block .row {
	display: flex;
	align-items: center;
}
.home_videos_block .big-titles {
	margin: 0 0 30px;
}
.home_videos_block .big-titles h1 {
	font-size: 2em;	
}
.home_videos_block .video_block video {
	max-width: 100%;
}
.home_videos_block .readmore {
	margin-top: 50px;
}

.unionlogos {
	padding-top: 50px;
	max-width: 450px;
}

/*-- secondpages_area_one --*/

.secondpages_area_one {
	padding-top: 75px;
	padding-bottom: 75px;
}
.secondpages_area_one .row {
	display: flex;
	align-items: center;
}
.secondpages_area_one .big-titles h1 {
	font-size: 3em;
}
.secondpages_area_one .description {
	margin-bottom: 30px;
}
.secondpages_area_one .img-box {
	width: 100%;
}
.secondpages_area_one .img-box img {
	width: 100%;
	max-width: 100%;
}

.secondpages_area_one .big-titles:after {
	content: "";
	width: 70px;
	height: 8px;
	display: block;
	background-color: var(--bgcolor);
	margin: 50px 0;
}
.line-bottom:after {
	width: 100% !important;
	height: 1px !important;
	background-color:var(--greycolor) !important;
	margin: 20px 0 !important;
}
.secondpages_area_one .text-center .big-titles::after {
	margin: 50px auto;
}

.secondpages_area_one .col-7 {
	padding-right: 100px;
}

/*-- secondpages_area_two --*/
.secondpages_area_two {
	padding-top: 20px;
	padding-bottom: 20px;
}
.secondpages_area_two .big-titles h1 {
	font-size: 3em;
}
.secondpages_area_two .big-titles:after {
	content: "";
	width: 70px;
	height: 8px;
	display: block;
	background-color: var(--bgcolor);
	margin: 50px 0;
}
.secondpages_area_two .text-center .big-titles::after {
	margin: 50px auto;
}

/*-- secondpages_area_three --*/
.secondpages_area_three {
	padding-top: 20px;
	padding-bottom: 20px;
}
.secondpages_area_three .big-titles h1 {
	font-size: 2.5em;
}
.secondpages_area_three .big-titles:after {
	content: "";
	width: 70px;
	height: 8px;
	display: block;
	background-color: var(--bgcolor);
	margin: 50px 0;
}
.secondpages_area_three .text-center .big-titles::after {
	margin: 50px auto;
}


.secondpages_videos_block .plyr__play-large {
	border: none;
}

/*-- future_block01 --*/

.future_block01 {
	padding: 100px 0 0;
}
.future_block01 .future_block01_list{
	margin: 50px 0;
}
.future_block01_list .image-box {
	width: 100%;
	height: 100%;
	min-height: 300px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.image-box img {
	max-width: 100%;
}
.future_block01 .future_block01_list:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color:darkgrey;
	margin-top: 50px;
}
.future_block01 .future_block01_list .big-titles h1 {
	font-size: 2em;
}


/*-- simple_block --*/

.simple_block01 {
	padding: 100px;
}
.simple_block01 .big-titles h1 {
	font-size: 2em;
}
.img-box img {
	max-width: 100%;
}


.simple_block02 {
	padding: 100px 0;
}
.simple_block02 .container {
	background-color: var(--bgcolor);
}
.simple_block02 .big-titles h1 {
	font-size: 2em;
	color: #fff;
}
.simple_block02 .description, .simple_block02 .readmore, .simple_block02 .readmore a {
	color: #fff;
}
.simple_block02 .img-box img {
	max-width: 100%;
}
.simple_block02 .flexslider {
	padding: 0;
	margin-left: 15px;
}
.simple_block02 .flexslider .slides li {
	width: 100%;
	height: 600px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.inner_info_block {
	padding: 50px 35px 50px 75px;
}

.simple-title-underline {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	font-size: 2.6em;
	margin-bottom: 20px;
}
.simple-title-underline .description {
	font-size: 14px;
	color: var(--bgcolor);
	margin-left: 10px;
	font-weight: 300;
}

.consultants_area {
	padding: 100px 0 50px;
}



/*-- simple_colorbg_nopic_block01 --*/
.simple_colorbg_nopic_block01 {
	padding:50px 0;
}
.simple_colorbg_nopic_block01 .container {
	background-color: var(--bgcolor);
}
.simple_colorbg_nopic_block01 .big-titles {
	margin: 50px 0;
}
.simple_colorbg_nopic_block01 h1 {
	color: #fff;
	font-size: 2.5em;
	line-height: 1.5em;
}
.simple_colorbg_nopic_block01 h2 {
	color: #fff;
	color: var(--brcolor);
	font-size: 1.5rem;
}
.simple_colorbg_nopic_block01 h2 a {
	color: #fff;
	text-decoration: underline;
	font-size: 1.5rem;
}
.simple_colorbg_nopic_block01 h3 {
	color: #fff;
	color: var(--brcolor);
	font-size: 1.2rem;
	font-weight: 500 !important;
}
.simple_colorbg_nopic_block01 h3 a {
	color: #fff;
	text-decoration: underline;
	font-size: 1.2rem;
	font-weight: 500 !important;
}
.simple_colorbg_nopic_block01 .description {
	color: #fff;
	margin-bottom: 50px;
}
.simple_colorbg_nopic_block01 .readmore {
	margin: 0 auto;
}

/*-- simple_colorbg_nopic_block02 --*/
.simple_colorbg_nopic_block02 {
	margin-top: 50px;
	padding:50px 0;
	background-color: var(--brcolor);
}
.simple_colorbg_nopic_block02 .big-titles {
	margin: 20px 0;
}
.simple_colorbg_nopic_block02 h1 {
	color: #fff;
}
.simple_colorbg_nopic_block02 a:hover {
	color: #fff !important;
}

.simple_colorbg_nopic_block01-with-qr-code .image-box {
	padding: 30px;
	max-width: 275px;
}
.simple_colorbg_nopic_block01-with-qr-code .big-titles h1 {
	font-size: 2.2em;
}

/*-- simple_colorbg_nopic_block03 --*/
.simple_colorbg_nopic_block03 {
	padding:50px 0;
}
.simple_colorbg_nopic_block03 .big-titles {
	margin: 50px 0;
}
.simple_colorbg_nopic_block03 h1 {
	color: #fff;
	font-size: 2.5em;
	line-height: 1.5em;
}
.simple_colorbg_nopic_block03 .description {
	color: #fff;
	margin-bottom: 50px;
}
.simple_colorbg_nopic_block03 .col-lg-6 {
	display: flex;
	align-items: center;
}
.simple_colorbg_nopic_block03 .readmore {
	margin: 0 auto;
}



/*-- simple_img_fixed_bg --*/
.simple_img_fixed_bg {
	padding: 150px 0;
	margin: 25px 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*-- flexslider-img-bg --*/
.flexslider-img-bg .flexslider {
	padding: 0;
}
.flexslider-img-bg .flexslider .slides li {
	background-repeat: no-repeat !important;
	background-position: 100px 0 !important;
    background-size: cover !important;
	background-color:var(--bgcolor) !important;
}
.flexslider-img-bg .flexslider .inner_info_block h1 {
	z-index: 32;
	position: relative;
}
.flexslider-img-bg .flexslider h2 {
	color: #fff;
}
.flexslider-img-bg .flexslider p {
	color: #fff;
}
.flexslider-img-bg .flexslider .slides {
	display: flex;
}

.line-block-left-white {
	display: flex;
	align-items: center;
	color: #fff;
}
.line-block-left-white:before {
	content: "";
	width: 30px;
	height: 3px;
	display: block;
	background-color: #fff;
	margin-right: 10px;
}

/*-- invitation_rule_area --*/
.invitation_rule_area {
	margin-top: 50px;
}
.invitation_rule_area .simple-line-block {
	margin-bottom: 25px;
}
.invitation_rule_area .big-titles {
	margin-bottom: 50px;
	
}.invitation_rule_area .big-titles h2 {
	font-size: 2.6em;
}
.invitation_rule_area .number {
	font-size: 3em;
	font-weight: 700;
	color: #D9D9D9;
}
.invitation_rule_area .description {
	font-size: 0.9em;
}
.invitation_rule_area .col-lg-3 {
	display: flex;
}

.co-chair-block .titles-block {
	background-color: #001835 !important;
}
.chief-expert-block .titles-block {
	background-color: var(--bgcolor) !important;
}
.review-experts-block .titles-block {
	background-color: var(--bgcolor) !important;
}
.block_list .image-box {
	background-color: rgba(0,0,0,0.1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 400px;
}


/*-- bottom-partners-logo --*/
.bottom-partners-logo {
	position: relative;
	z-index: 5;
}
.bottom-partners-logo .big-titles {
	margin-top:50px; 
}
.bottom-partners-logo .image-box {
	max-width: 400px;
	height: 175px;
	text-align: center;
	align-items: center;
	display: flex;
	margin: 30px auto 15px;
}
.bottom-partners-logo .image-box img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.bottom-partners-logo .name {
	color: #fff;
	text-align: center;
	
}



/*-- partners_logos --*/
.partners_logos {
	margin-bottom: 100px;
}
.partners_logos .big-titles {
	text-align: center;
}
.partners_logos .logos-block {
	margin-bottom: 20px;
}
.partners_logos .logos-block .image-box {
    width: 100%;
    height: 150px;
	text-align: center;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.partners_logos .logos-block .image-box img {
	max-width: 100%;
    max-height: 100%;
}
.partners_logos .logos-block .title {
	text-align: center;
	margin-top: 15px;
}

/*-- organizing_committee_block --*/
.organizing_committee_block {
	margin-bottom: 100px;
}
.organizing_committee_block .row {
	justify-content: center;
}
.organizing_committee_block .row:before {
	content: "";
	width: 50%;
	height: 1px;
	background-color: darkgray;
	margin: 0 auto;
	display: block;
}
.organizing_committee_block .big-titles {
	text-align: center;
}
.organizing_committee_block .titles-block {
	background-color: var(--bgcolor);
	padding: 20px;
	color: #fff;
	text-align: center;
	margin: 0;
	min-height: 140px;
}
.organizing_committee_block .titles-block .name {
	font-size: 1.5em;
	margin-top: 5px;
}
.organizing_committee_block .titles-block .titles {
	font-size: 0.9em;
	opacity: 0.75;
}
.organizing_committee_block  .block_list {
	margin-bottom: 25px;
}

.organizing_committee_block_small .titles-block .name {
	font-size: 1.2em;
}
.organizing_committee_block_small .titles-block .titles {
	font-size: 0.75em;
	margin-top: 5px;
}

.no-before:before, .no-before .row:before {
	display: none !important;
}


/*-- secretariat_block --*/
.secretariat_block {
	padding-bottom: 100px;
}
.secretariat_block .row {
	justify-content: ;
}
.secretariat_block .col-lg-4 {
	margin-bottom: 25px;
}
.secretariat_block .titles-block {
	height: 100%;
	border: 1px solid #aaaaaa;
	padding: 40px 30px;
	margin: 0;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.secretariat_block .titles-block:hover {
	border: 1px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.secretariat_block .titles-block .name {
	font-size: 1.5em;
	line-height: 1.35em;
	font-weight: 700;
	margin-bottom: 10px;
}
.secretariat_block .titles-block p {
	margin: 0;
	font-size: 0.9em;
	color: #666666;
}
.secretariat_block .titles-block .titles span {
	color: var(--bgcolor);
	margin-right: 5px;
	margin-top: 10px;
}


/*-- kwicks --*/
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 30px auto;
	padding: 0;
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwicks li{
	float: left;
	width: 243px;
	height: 600px;
	margin-right: 20px;
	
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	
	position: relative;
}
.kwicks li:before {
	content: "";
	display: block;
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); 
	
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.kwicks li:hover:before {
	height: 500px;
}
.kwicks li .info {
	width: 300px;
	margin:50px 50px;
	position: absolute;
	bottom: 0;
	color: #fff;
	
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;

}
.kwicks li .info h2 {
	font-size: 1.8em;
	color: #fff;
}
.kwicks li .description {
	opacity: 0;
	display: none;
	margin-bottom:-200px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.kwicks li:hover .description {
	opacity: 1;
	margin-bottom:0;
	display: block;
}


.collec_area .flip-block {
	width: 85%;
	height:260px;
	margin:0 auto 20px;
}
.collec_area .big-titles {
	margin: 0;
	text-align: center;
}
.collec_area .description {
	text-align: center;
	margin-bottom: 50px;
}
.collec_area .title {
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.35em;
}
.collec_area .flip-block-info {
	font-size: 1em;
	line-height: 1.5;
}

/*-- flip animation -- */
.flip-block {
    position: relative;
    display: block;
	cursor: pointer;
}
.flip-block > div {
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    /*动画元素transform-style*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transition: .8s ease-in-out ;
    -moz-transition:  .8s ease-in-out ;
    /*动画元素背后设置为hidden*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.flip-block-img {
    /*
    绕y轴旋转
    */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    z-index: 2;
}
.flip-block-img img {
	width: 100%;
	height: auto;
	display: block;
}

.flip-block-info {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    z-index: 1;
	background-color: var(--bgcolor);
	padding: 20px;
	font-size: 1.5em;
	text-align: center;
	align-items: center;
	display: flex;
}

.flip-block:hover .flip-block-img {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
}

.flip-block:hover .flip-block-info {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
}



/*-- news-list-block1 -- */
.news-list-block1 {
	margin-bottom: 35px;
	position: relative;
	background-color:#F3F3F3 ;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.news-list-block1:hover {
	background-color:#ffffff ;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}
.news-list-block1 .news-title {
	font-size: 2em;
	font-weight: 400;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 限制显示两行 */
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word; /* 确保长单词也能换行 */
}
.news-list-block1 .news-title:after {
	content: "";
	display: block;
	width: 54px;
	height: 5px;
	left: 0;
	margin-top: 30px;
	background-color: #00B2E3;
}
.news-list-block1 .news-image {
	width: 100%;
	height: 100%;
	min-height: 375px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.news-list-block1 .news-list-info {
	padding: 40px 50px;
}
.news-list-block1 .bottom-info {
	position: absolute;
	bottom: 40px;
}
.news-list-block1 .readmore-ico {
	content: "";
	display: block;
	width: 35px;
	height: 50px;
	position: absolute;
	right: 40px;
	bottom: 30px;
	background: url("../images/basic/readmore-style-00.svg") no-repeat right;
	background-size: 70px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.news-list-block1:hover .readmore-ico {
	background-position: left;
}


/*-- news-list-block2 -- */
.news-list-block2 {
	margin-bottom: 35px;
	position: relative;
	background-color:#fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.news-list-block2:hover {
	background-color:#ffffff ;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.news-list-block2 .news-title {
	display: block;
	padding-bottom: 50px;
	margin-top: 10px;
}
.news-list-block2 .news-title h1 {
	font-size: 1.75rem;
	line-height: 1.35;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 限制显示两行 */
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word; /* 确保长单词也能换行 */
}
.news-list-block2 .news-title h1:hover {
	color: var(--brcolor);
}
.news-list-block2 .news-image {
	width: 100%;
	height: 100%;
	min-height: 300px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.news-list-block2 .news-list-info {
	padding: 40px;
}
.news-list-block2 .bottom-info {
	position: absolute;
	bottom: 20px;
}
.news-list-block2 .news-list-info .tags span {
	color: #00B2E3;
	margin-right: 5px;
}
.news-list-block2 .readmore-ico {
	content: "";
	display: block;
	width: 35px;
	height: 50px;
	background: url("../images/basic/readmore-style-00.svg") no-repeat right;
	background-size: 70px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.news-list-block2:hover .readmore-ico {
	background-position: left;
}

/*-- news-list-block3 -- */
.news-list-block3 {
	height: 100%;
	margin-bottom: 35px;
	position: relative;
	background-color:#fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.news-list-block3:hover {
	background-color:#ffffff ;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.news-list-block3:hover .news-image {
	background-size: cover;
}
.news-list-block3 .news-list-info {
	padding: 30px 30px 75px;
}
.news-list-block3 .news-title {
	    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.news-list-block3 .news-image {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; /* 背景图片居中 */
    overflow: hidden; /* 防止放大时溢出 */
    position: relative;
}
.news-list-block3 .news-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease; /* 添加过渡效果 */
}
.news-list-block3:hover .news-image:before {
    transform: scale(1.1); /* 鼠标悬停时放大 10% */
}

.news-list-block3 .news-list-info .tags {
	margin-bottom: 15px;
}
.news-list-block3 .news-list-info .tags .name:before {
	content: "\f007";
	font-family: FontAwesome;
}
.news-list-block3 .news-list-info .tags span:before {
	content: "|";
	margin: 0 7px 0 5px;
}
.news-list-block3 .bottom-info {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.news-list-block3 .news-list-info .tags span {
	color:var(--bgcolor);
	margin-right: 5px;
}
.news-list-block3 .readmore-ico {
	display: block;
	width: 35px;
	height: 50px;
	background: url("../images/basic/readmore-style-00.svg") no-repeat right;
	background-size: 70px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.news-list-block3:hover .readmore-ico {
	background-position: left;
}


/*-- news-list-block4 -- */
.news-list-block4 {
	height: 100%;
	margin-bottom: 25px;
	position: relative;
	background-color:#fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	padding: 25px 25px 10px 25px;
	
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.news-list-block4:hover {
	background-color:#ffffff ;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.news-list-block4:hover .news-image {
	background-size: cover;
}
.news-list-block4 .news-list-info {
	margin-bottom: 30px;
}
.news-list-block4 .news-title {
	width: 80%;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 700;
	display: block;
}
.news-list-block4 .news-image {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; /* 背景图片居中 */
    overflow: hidden; /* 防止放大时溢出 */
    position: relative;
}
.news-list-block4 .news-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease; /* 添加过渡效果 */
}
.news-list-block4:hover .news-image:before {
    transform: scale(1.1); /* 鼠标悬停时放大 10% */
}

.news-list-block4 .news-list-info .tags {
	margin-bottom: 15px;
}
.news-list-block4 .news-list-info .tags .name:before {
	content: "\f007";
	font-family: FontAwesome;
}
.news-list-block4 .readmore {
	position: absolute;
	top: 59px;
	right: 20px;
}
.news-list-block4 .news-list-info .tags span {
	color:var(--bgcolor);
	margin-right: 5px;
}
.news-list-block4 .readmore-ico {
	display: block;
	width: 35px;
	height: 50px;
	background: url("../images/basic/readmore-style-00.svg") no-repeat right;
	background-size: 70px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.news-list-block4:hover .readmore-ico {
	background-position: left;
	opacity: 1;
}
.news-list-block4 .author {
	margin: 20px 0 15px;
}
.news-list-block4 .description {
	font-weight: 500;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.news-list-block4 .related-news {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.3);
}

.related-news .news-list-block4 {
	padding: 0;
	box-shadow: none;
}
.related-news .news-list-block4 .news-list-info{
    padding-bottom: 5px;
}
.related-news .news-list-block4 .news-list-info .tags {
	margin-bottom: 5px;
}
.related-news .news-list-block4 .news-list-info .tags span {
	font-size: 12px;
}
.related-news .news-list-block4 .news-title {
	font-size: 14px;
}
.related-news .news-list-block4 .readmore {
	top: 27px;
	right: 10px;
	display: flex;
    align-items: flex-start;
}
.related-news .news-list-block4 .readmore-ico {
	width: 35px;
	height: 50px;
	background-size: 70px;
	opacity: 0.5;
}
.news-list-block4:hover .news-list-block4 .readmore-ico {
	background-position: right;
	opacity: 0.5;
}
.news-list-block4:hover .news-list-block4 .readmore-ico:hover {
	background-position: left;
	opacity:1;
}
.related-news .news-list-block4 .author {
	margin: 3px 0;
	font-size: 12px;
}



/*-- news-list-block5 -- */
.news-list-block5 {
	margin-bottom: 35px;
	position: relative;
	background-color:#fff;
	padding: 10px 15px 40px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.news-list-block5 .news-title {
	width: 85%;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: 700;
	margin-bottom: 30px;
}
.news-list-block5 .author {
	margin: 10px 0;
}
.news-list-block5 .author span {
	color: var(--brcolor);
	margin-right: 10px;
	font-size: 1.35em;
}
.news-list-block5 .date {
	margin-top: 30px;
}
.news-list-block5 .readmore {
	position: absolute;
	top: 59px;
	right: 20px;
}
.news-list-block5 .readmore-ico {
	display: block;
	width: 35px;
	height: 50px;
	background: url("../images/basic/readmore-style-00.svg") no-repeat right;
	background-size: 70px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.news-list-block5 .readmore-ico:hover {
	background-position: left;
	opacity: 1 !important;
}

/*-- news-detail-block --*/
.news-detail-block {
	padding-bottom: 100px;
}
.news-detail-block .left-box {
	margin-top: 100px;
	margin-bottom: 30px;
}
.left-box .author-block {
	padding: 30px;
	box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
}
.left-box .author-block .name {
	font-size: 2em;
	font-weight: 700;
}
.left-box .author-block .titles {
	color: var(--bgcolor);
}
.left-box .author-block .titles p {
	font-size: 0.9em;
	margin: 0;
}


.news-detail-block .right-box {
	margin-top: 100px;
	box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
}
.news-detail-block .right-box .inner-box {
	padding: 30px 30px 50px;
}
.news-detail-block .right-box .big-titles {
	margin: 10px 0;
}
.news-detail-block .right-box .detail-box {
	margin: 30px 0;
}
.news-detail-block .right-box .detail-box img {
	max-width: 100% !important;
	height: auto !important;
}

/* inner  left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 20px 20px 35px;
    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 {
	position: relative;
    display: inline-block;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 400;
	color: var(--bgcolor);
}
.inner_yblog_left_title a.bottom{
    border-bottom: none;
}
.inner_yblog_left_title a:hover{
    color: var(--bgcolor);
}
.inner_yblog_left_title a:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url("../images/icons/readmore-style-02-bgcolor-short.svg") no-repeat center;
	background-size: 20px;
	position: absolute;
	right: 0;
	bottom: 12px;
}
.inner_yblog_left_title a:hover:after {
	background: url("../images/icons/readmore-style-02-short-hover.svg") no-repeat center;
}
/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #dddddd;
    padding: 5px 15px 5px 0;
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

/*-- inner_yblog_form --*/
.inner_yblog_form {
    position: relative;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_form input {
    width: 100%;
    outline: none;
    height: 55px;
    border: 1px solid #efefef;
    padding-left: 20px;
}
.inner_yblog_form button {
    position: absolute;
    right: 15px;
    display: inline-block;
    outline: none;
    border: none;
    padding: 15px 20px 14px;
    background-color: #dddddd;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.inner_yblog_form button:hover {
	background-color: var(--bgcolor);
}
.inner_yblog_form button i{
    font-size: 18px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.inner_yblog_form button:hover i {
	color: #fff;
}

.inner_single_box_area{
    background-color: #f8f9fa;
    padding: 20px 20px 20px;
}
.inner_single_box_area p {
    margin-bottom: 5px;
}


/* portfolio lower nav area css */
.portfolio_lo_nav_area{
    padding: 40px 0 0;
}
.inner_portfolio_lower_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_portfolio_lower_nav ul li{
    display: inline-block;
}
.inner_portfolio_lower_nav ul li a{
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    padding: 15px 24px;
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}
.inner_portfolio_lower_nav ul li a.current{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a i{
    font-size: 22px;
    font-weight: bold;
}


/*-- table-case-list --*/
.table-case-list {
	margin:50px 0;
}
.table-case-list table {
	border: 0;
	width: 100%;
}
.table-case-list table .titles {
	width: 80%;
}
.table-case-list table th {
	border-top: 1px solid var(--bgcolor);
	border-bottom: 1px solid var(--bgcolor);
}
.table-case-list table tr {
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.table-case-list table tr th {
	padding: 15px 0;
	text-align:center;
}
.table-case-list table tr td {
	padding: 15px 0;
}
.table-case-list table tr td:first-child {
	text-align: left;
}
.table-case-list .selected {
	width:12px;
	height: 12px;
	background-color:var(--bgcolor);
	display: block;
	border-radius: 50%;
	margin: 0 auto;
}
.table-case-list .unselected {
	width:12px;
	height: 12px;
	border: 1px solid #000;
	display: block;
	border-radius: 50%;
	margin: 0 auto;
}


/*-- countdown_area --*/
.countdown_area {
	padding: 0 0 50px;
}
.countdown_area .big-titles {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	margin-top: 20px;
	padding-bottom: 30px;
}


.countdown-dd-ss {
	margin-top: -30px;
	margin-bottom: 30px;
}
.countdown-dd-ss span {
	font-size: 1.25em;
	font-weight: 700;
	margin: 0 65px;
	color: #fff;
}



.copyright_area {
	margin: 75px 0 100px;
}
.copyright_area .big-titles h2 {
	margin-top: 0;
}
.copyright_area .big-titles {
	margin-top: 0;
}
.copyright_area h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 30px;
}
.copyright_area h4 {
	margin-top: 30px;
	margin-bottom: 20px;
	border-top: 1px solid rgba(0,0,0,0.15);
	padding-top: 20px;
}


/*-- simple-line-block --*/
.simple-line-block {
	border: 1px solid rgba(0,0,0,0.3);
	padding: 30px;
}

.simple-line-block .title {
	margin-top: 30px;
	margin-bottom: 30px;
}
.simple-line-block h5 {
	font-size: 1em;
	padding-left: 5px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.simple-line-block h5:hover {
	color: var(--brcolor);
}
.simple-line-block-right {
	margin-left: 25px;
	width:calc(50% - 25px);
}




/*-- downloads --*/
.download-file {
	display: inline-block;
}
.download-file .img-box {
	float: left;
	width: 50px;
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.download-file .name {
	float: left;
	max-width: 85%;
}
.download-file .name h5 {
	padding-left: 0;
	font-size: 1em;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.download-file .name h5:hover {
	color: var(--brcolor);
}
.download-file .name p {
	font-size: 0.8em;
}


/*-- simple-image-text-box --*/
.simple-image-text-box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.simple-image-text-box .description {
	margin-left: 25px;
}
.simple-image-text-box .image-box {
	min-width: 150px;
}
.simple-image-text-box .image-box img {
	width: 150px;
}


/*-- button-step-1 --*/
.button-step-1 {
	text-align: center;
	margin: 30px auto;
}
.button-step-1 .button-style-1 {
	margin: 30px auto;
	background-color: var(--bgcolor);
	font-size: 1.35em;
	padding:13px 50px;
}
.button-step-1 .arrow-down-circle-icon {
	width: 45px;
	height: 45px;
	display: block;
	background:url("../images/icons/arrow-down-circle.svg") no-repeat center;
	background-size: cover;
	margin: 40px auto 30px;
	animation: slideDown 3s infinite; /* 应用动画 */
}
@keyframes slideDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px); /* 向下移动50px */
    }
    100% {
        transform: translateY(0);
    }
}





/*-- .open-hide-box --*/
.open-hide-box {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 333;
	width: 100%;
	height: 100%;
	display: none;
}
.open-hide-box-bg {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.85);
}
.open-hide-box .wechat-qrcode {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
	width: 150px;
	height: 150px;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	z-index: 999;
}
.open-hide-box .wechat-qrcode img {
	width: 100%;
	margin-bottom: 10px;
}



/*-- welcome-box --*/
.welcome-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(0,0,0,0.85);

  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome-box-inner {
  max-width: 900px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  z-index: 1000;
  overflow: scroll;
  
  max-height: 90vh;
  margin: 0 auto; 
}
.welcome-box-inner .title-box {
	text-align: center;
	font-weight: 700;
	margin-bottom:20px;
}
.welcome-box .confirm-button {
	width: 100%;
	color: #fff;
	font-size: 1.2em;
	line-height: 2.5em;
	text-align: center;
	display: inline-block;
	background-color: var(--bgcolor);
	cursor: pointer;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.welcome-box .confirm-button:hover {
	background-color: var(--brcolor);
}
.welcome-box-inner .description {
	margin: 25px 0;
}
.welcome-box-inner .description p {
	margin: 15px 0;
}
.welcome-box-inner .form-group {
	margin-bottom: 20px;
}
.welcome-box-inner .form-group span {
	color: var(--bgcolor);
	text-decoration: underline;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.welcome-box-inner .form-group span:hover {
	color: var(--brcolor);
}


/*-- cookies-note-box --*/
.cookies-note-box {
	display: none;
	background-color: #ffffff;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	left: 0;
	bottom: 0;
	padding: 50px;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.cookies-note-box a,.cookies-note-box a:hover {
	text-decoration: underline;
}
.cookies-note-box button {
	background-color: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 8px 20px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.cookies-note-box button:hover {
	background-color:var(--bgcolor);
}


/*List Style One*/
.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	padding-left:28px;
	margin-bottom:10px;
}

.list-style-one li:before{
	position:absolute;
	content:'\f046';
	left:0px;
	top:0px;
	font-size:16px;
	color:#781f52;
	font-family: 'FontAwesome';
}

/*List Style Two*/

.list-style-two{
	position:relative;
	margin-bottom:30px;
}

.list-style-two li{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	padding-left:20px;
	margin-bottom:6px;
}

.list-style-two li:before{
	position:absolute;
	content: '';
	left:0px;
	top: 10px;
	height: 5px;
	width: 5px;
	background: #781f52;
	font-family: 'FontAwesome';
	transform: rotate(-45deg);
}

/*List Style Three*/

.list-style-three{
	position:relative;
	margin-bottom:30px;
}

.list-style-three li{
	position:relative;
	font-size:16px;
	padding-left:20px;
	margin-bottom:6px;
}

.list-style-three li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:7px;
	height:7px;
	border-radius:50%;
	background-color:var(--bgcolor);
	font-family: 'FontAwesome';
}











/*
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 ==========*/
/* Source Han Sans CN ExtraLight */
.Source-Han-Sans-CN-ExtraLight {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 100;
	font-style: normal;
}
	
/* Source Han Sans CN Light */
.Source-Han-Sans-CN-Light {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 200;
	font-style: normal;
}
	
/* Source Han Sans CN Normal */
.Source-Han-Sans-CN-Normal {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 300;
	font-style: normal;
}
	
/* Source Han Sans CN Regular */
.Source-Han-Sans-CN-Regular {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 400;
	font-style: normal;
}
	
/* Source Han Sans CN Medium */
.Source-Han-Sans-CN-Medium {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 500;
	font-style: normal;
}
	
/* Source Han Sans CN Bold */
.Source-Han-Sans-CN-Bold {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 700;
	font-style: normal;
}
	
/* Source Han Sans CN Heavy */
.Source-Han-Sans-CN-Heavy {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 900;
	font-style: normal;
}

:root{
    --blackc: #000;
    --whitec: #fff;
    --bgcolor: #02457D;
    --brcolor: #00B2E3;
    --paracolor: #212529;
    --hoverbg: #dc3e03;
    --titlecolor: #000;
    --greycolor: #a0a0a0;
}
.color-grey-bg {
	background-color:#F3F3F3;
}
.color-grey {
	color:#aaaaaa;
}
.bg-bgcolor {
	background-color: #02457D;
}
.bg-brcolor {
	background-color: #00B2E3;
}
.color-rd {
	color: #D80000;
}
.flex-center {
	display: flex;
	align-items: center;
}
.flex-end {
	justify-content: flex-end;
}
html,body{
    overflow-x: hidden;
}
/* defult css */
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: "source-han-sans-simplified-c", "Source Han Sans",sans-serif,"思源黑体","阿里巴巴普惠体","Adobe黑体","微软雅黑";
    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: "source-han-sans-simplified-c", "Source Han Sans",sans-serif,"思源黑体","阿里巴巴普惠体","Adobe黑体","微软雅黑";
    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;
}
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;	
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

p.form-messege{
    margin-top: 8px;
}
.witr_all_pd0{
    padding: 0;
}
/* highlight color css */
.highlight{
    color: var(--brcolor);
}
/* highlight color css */
.highlight{
    color: var(--brcolor);
}
/*======= header top area start =====*/
.header_top_area {
    background-color: #02457D;
    padding: 10px 80px;
	color: #ffffff;
}
.header_top_area a {
	font-weight: 300;
	position: relative;
}
.site_logo_area img {
	width: 100%;
	max-width:250px;
}
.top-bar-info {
	float:right;
	margin-bottom: 0;
}
.top-bar-info li {
	list-style: none;
	float: left;
	margin-right: 30px;
}
.header-open-icon {
	display: none;
	position: absolute;
	right: 35px;
	top: 15px;
	cursor: pointer;
}
.header-open-icon .open-icon {
	position: absolute;
	lef: 0;
	top: 0;
	width: 20px;
	height: 20px;
	display: block;
	background: url("../images/icons/minus.svg") no-repeat center;
	background-size: 80%;
	transform: rotate(90deg);
}
.header-open-icon .close-icon {
	position: absolute;
	lef: 0;
	top: 0;
	width: 20px;
	height: 20px;
	display: block;
	background: url("../images/icons/minus.svg") no-repeat center;
	background-size: 80%;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.rotate90 {
	transform: rotate(90deg);
}

.language-choose a,.login-choose a {
	color: #ffffff;
	margin-right: 3px;
}
.language-choose,.login-choose {
	font-weight: 200;
	font-size: 0.85em;	
}
.header_top_area .login a {
	color: #ffffff;
}

.header_top_area .top-bar-search input {
	border: 0;
	width: 120px;
	height: 25px;
	font-size: 12px;
	border-radius: 2px;
    background-color:rgba(255,255,255,0.3);
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	padding-left: 5px;
	padding-right: 22px;
}
.header_top_area .top-bar-search input:focus {
	width: 160px;
    background-color:rgba(255,255,255,1);
}
.header_top_area .top-bar-search i {
	position: absolute;
	right: 5px;
	top: 0;
	line-height: 24px !important;
	color: var(--bgcolor);
	cursor: pointer;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.header_top_area .top-bar-search i:hover {
	color: var(--brcolor);
}
.header_top_area .language-choose i,.header_top_area .login-choose i {
	color: #ffffff;
	margin-right: 3px;
	font-size: 17px;
}


/* header left */
.header_left span, .header_right span{
    font-size: 15px;
    font-weight: 300;
    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 {
	text-align: right !important;
	padding-right: 20px;
}
.header_right a{
    margin-left: 12px;
    color: var(--whitec);
	cursor: pointer;
}
.header_right a:hover{
    color: var(--brcolor) !important;
}
.header_right i{
	font-size: 16px;
}
/*=========== header top area end =============*/

/*======== main menu area start ==========*/
.main_menu_area {
    padding: 0 0 0 0;
    background-color: var(--whitec);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
/* mobile menu */
.mobile_menu{
    display: none;
}
.mobile_logo_area{
    display: none;
	border-bottom: 1px solid #02457D;
}
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgb(2 69 125 / 100%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.main_menu_area .sticky_logo{
    display: none;
}
.main_menu_area.sticky .main_logo{
    display: none;
}
.main_menu_area.sticky .sticky_logo{
    display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li:hover >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 .inner_main_nav_area >ul >li >a {
	margin-top: 10px;
	margin-bottom: 15px;
}

/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
	float: right;
}
/* 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: 10px 0 0;
}
.inner_main_nav_area >ul >li {
    display: inline-block;
    position: relative;
}
.inner_main_nav_area >ul >li >a {
    display: inline-block;
    margin: 35px 32px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
}
.inner_main_nav_area >ul >li >a>i {
    font-size: 14px;
    font-weight: 700;
    color: var(--titlecolor);
}
.inner_main_nav_area >ul> li:hover > a{
    color: #02457D;
}
.inner_main_nav_area >ul> li > a:after{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	margin: 3px auto;
	background: #02457D;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	opacity: 0;
}
.inner_main_nav_area >ul> li:hover > a:after{
	opacity: 1;
}
.inner_main_nav_area >ul> li:hover > a:after{
	opacity: 1;
}
.inner_main_nav_area >ul> li > a.current:after{
	opacity: 1;
}
.main_menu_area.sticky .inner_main_nav_area >ul> li:hover > a:after {
	background: #00B2E3;
}
.main_menu_area.sticky .inner_main_nav_area >ul> li > a.current:after {
	background: #ffffff;
}
.absolute_menu .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a:hover, .inner_main_nav_area >ul> li > a.current{
    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 h3{
    color: var(--brcolor);
}
.main_nav_right_text h3 a {
    font-size: 18px;
    color: var(--bgcolor);
}
/* main nav icons */
.main_nav_icons {
    margin: 0 20px 0 50px;
}
.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: 5px;
    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: 16px;
    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 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: var(--bgcolor);
}
.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;
	margin: 20px 0;
}
.mobile_menu_o  i {
    font-size: 26px;
}
.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}
.mobile_menu_logo img {
	max-width: 260px;
}
.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: 950px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
}
.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: 25px;
}
.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: '\f060';
    font-family: FontAwesome;
    color: var(--blackc);
    display: inline-block;
    background: 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    font-size: 30px;
    font-weight: 700;
}
.slider_area .slick-next::before{
    content: '\f061';
}
.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;
    background-color: #00000067;
}
.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 slider area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    background-size: cover;
    background-position: center center;
	position: relative;
}
.breadcum_area:before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-color: #02457D;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
.inner_breadcum_area {
    padding: 120px 0;
}
.breadcum_area .container{
	z-index: 2;
	position: relative;
}
.inner_breadcum_area h1{
    font-size: 3rem;
    font-weight: 100 !important;
    color: var(--whitec);
    margin: 20px auto;
}
.inner_breadcum_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_breadcum_area ul li{
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    color: var(--whitec);
}
.inner_breadcum_area ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    color: var(--whitec);
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
    font-size: 12px;
	font-weight: 100;
	margin: 0 10px;
}
/*======== breadcum area end  ==========*/

/*========  feature area start ==========*/
.feature_area {
    position: relative;
    margin-top: -80px;
}
.single_feature {
    display: flex;
    padding: 25px 20px 20px 40px;
    background-color: var(--brcolor);
}
.feature_icon{
    margin-right: 20px;
}
.feature_content h3{
    color: var(--whitec);
}
.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);
}
/*========  feature area ened ==========*/

/*======== about start  ==========*/



/*======== about area end  ==========*/

/*======== service area start  ==========*/
.ser_pro_bg {
    background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
    background-position: left center;
}
.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 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);
}
.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: 12px;
    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: '\f060';
    font-family: FontAwesome;
    display: inline-block;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    font-size: 20px;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: 1s;
}
.slick-next::before{
    content: '\f061';
}
.slick-prev:hover::before ,.slick-next:hover::before{
    background-color: var(--bgcolor);
    color: var(--whitec)
}
/*======== service area end  ==========*/

/*======== project area start  ==========*/
.project_area {
    padding: 60px 0 0px;
    position: relative;
    z-index: 2;
}
.project_width{
    max-width: 1600px;
}
.inner_project_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.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  ==========*/

/*===== 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: 100px;
    z-index: 1;
    background-size: cover;
    padding: 20px 0 50px;
    background-repeat: no-repeat;
    background-position: center center;
}
.count_call_bg:before {
	content: "";
	width: 80%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)); 
	opacity: 0.6;
	z-index: 1;
}
.count_call_bg2 {
	padding: 100px 0 !important;
}
.count_call_bg2:before {
	width: 100% !important;
	background: rgba(0,0,0,0.5);
}
.count_call_bg_bgcolor:before {
	background: linear-gradient(to left, rgba(2,69,125,0), rgba(2,69,125,1)) !important; 
	opacity: 1 !important;
}
.count_call_bg .counter_area {
	z-index: 2;
	position: relative;
}
.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: 0px 0 50px;
    margin: 0;
}
.inner_contact_area {
    padding: 75px 55px 50px 60px;
    background-color: var(--bgcolor);
    margin-bottom: 20px;
	height: 100%;
}
.inner_contact_area .section_title_area{
    margin-bottom: 30px;
}
.contact_area .inner_contact_right_img {
	width: 100%;
	height: 100%;
	display: block;
	background: url("../images/basic/bottom-elements.jpg") no-repeat center;
	background-size: cover;
}
.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 form */
.inner_contact_form input {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    color: var(--whitec);
    outline: none;
    width: 100%;
    height: 40px;
    background: transparent;
    margin-right: 15px;
    margin-bottom: 23px;
}
.inner_contact_form input::placeholder{
    color: var(--whitec);
}
.inner_contact_form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    background: transparent;
    outline: none;
    color: var(--whitec);
}
.inner_contact_form textarea::placeholder{
    color: var(--whitec);
}
.inner_contact_form button {
    margin-top: 28px;
    padding: 12px 40px;
    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;
}
.contact_service_area .row > div {
	margin-bottom: 25px;
}
.inner_contact_service {
    padding: 50px 30px 65px 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	height: 100%;
}
.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(--bgcolor);
    color: var(--whitec);
    transition: .5s;
}
.inner_contact_service:hover i{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_contact_service h3 a {
    display: inline-block;
    font-size: 30px;
    margin: 22px 0 10px;
}
.inner_contact_service p{
    margin: 0;
}
/*======== contact service end ==========*/

/*======== map area start  ==========*/
.map_area {
    margin-top: 30px;
    margin-bottom: 100px;
}
.inner_map_area {
    width: 100%;
    height: 500px;
}
.inner_map_area iframe {
    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  =========*/


/*** 

====================================================================
	faq-section
====================================================================

***/
.faq_area {
  padding-bottom: 50px;
}
.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active {}
.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 40px;
  background-color: var(--bgcolor);
	background-image: url("../images/icons/icon_question.svg");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 10px 25px;
}
.faq-one-accrodion .accrodion-title:hover {
  background-color: var(--bgcolor);
}
.faq-one-accrodion .accrodion-title h4 {
  padding: 10px 15px 10px 30px;
  margin: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion-title h4 span {
  position: relative;
  height: 37px;
  width: 37px;
  background-color: #781f52;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  color: #FFF;
  margin-right: 10px;
}
.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 25px;
}
.faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: var(--brcolor);
}
.faq-one-accrodion .accrodion-title h4::before {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 51%;
  right: -15px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  font-family: 'FontAwesome';
  content: "\f106";
  font-size: 22px;
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 25px 25px 25px 45px;
	background-image: url("../images/icons/icon_answer.svg");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 10px 25px;
}
.faq-one-accrodion .accrodion-content p {
  margin: 0;
  line-height: 30px;
}

.faq-online {
	position: fixed;
	right: 40px;
	bottom: 100px;
	z-index: 9999;
}
.faq-online a {
	width: 55px;
	height: 55px;
	padding-top: 55px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	display: block;
	background: url("../images/icons/faq.svg") no-repeat 100%;
	background-position: top center;
}

/*======== faq area end  ==========*/

/*======== blog area start  ==========*/
.blog_area {
    padding: 110px 0 50px;
}
/* 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);
    border-bottom: 2px solid var(--blackc);
    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;
}
.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: var(--bgcolor);
    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: 115px 0 120px;
}
.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;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
}
.portfolio_nav ul li.current_menu_item{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.portfolio_nav ul li:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* 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;
}
.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 area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 100px 0 35px;
}
/* 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: 80px 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 0;
	position: relative;
	background:#02457D url("../images/basic/bottom-elements.jpg") right top repeat-y;
	background-size: 500px;
}
/* footer top area css */
.footer_top {
    margin-bottom: 45px;
	color:var(--whitec);
}
.footer_area h1 {
	color:var(--whitec);
	font-size: 3rem;
}
.footer_area p {
	color:var(--whitec);
	margin: 30px 0;
}
.footer_top_img img {
	max-width: 125px;
}



/* 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;
	cursor: pointer;
}
.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);
}
.footer_address ul li i{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: var(--brcolor);
    color: var(--whitec);
    margin-right: 10px;
}
/* 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: var(--whitec);
}
.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 {
    padding: 25px 0;
	background-color: #000000;
}
.copyright_text p{
    color: var(--whitec);
    margin: 0;
}
/* copy right nav css */
.copyright_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.copyright_nav ul li{
    display: inline-block;
    color: var(--whitec);
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.15);
	padding: 0 25px;
}
.copyright_nav ul li:first-child {
	padding-left: 0;
}
.copyright_nav ul li:last-child {
	border-right: 0;
}
.copyright_nav ul li a {
    display: inline-block;
    font-size: 16px;
    color: var(--whitec);
}
.copyright_nav ul li a:hover{
    color: var(--brcolor);
}
.copyright_nav a {
	font-weight: 400;
}
/*======== footer area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    bottom: 40px;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    background: var(--bgcolor);
    color: var(--whitec);
    box-shadow: 0 0 10px #0000002e;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
#scrollUp:hover {
    background: var(--brcolor);
	bottom: 45px;
}




