﻿@font-face {
    font-family: Lora;
    src: url(../font/Lora-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.woff') format('woff');
       
}
.blog-details-section {
    background: #0F193F;
}
.nav_scroll i {
	color: #fff;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 200px;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    color: #09aff3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-left:before {
    content: "\e628";
}

.pagination-menu ul li:last-child{
	position: relative;
	top: 3px;
}
.sticky {
    background: #121a40 !important;
}
.blog-section {
    background: #050924 !important;
}

.icon-right {
    position: relative;
	color: #000;
}

.icon-right:before {
    content: "\e642";
}

.icon-calender:before {
    content: "\e600";
}

.icon-behance:before {
    content: "\e87a";
}

.icon-googleplus:before {
    content: "\e87b";
}

.icon-Youtube:before {
    content: "\e880";
}

.icon-comment:before {
    content: "\e8e8";
}

.icon-facebook:before {
    content: "\e630";
}
.icon-phone{
	font-size: 20px !important;
}
.icon-phone:before {
    content: "\e6a0";
}

.icon-address:before {
    content: "\e636";
}

.icon-user:before {
    content: "\e645";
}

.icon-email:before {
    content: "\e66f";
}

.icon-search:before {
    content: "\e6c8";
}

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529
}

*,::after,::before {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: Lora;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff
}

h1,h2,h3,h4,h5 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem
	}
}

h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
	h4 {
		font-size: 1.5rem
	}
}

h5 {
	font-size: 1.25rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	padding-left: 2rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ul ul {
	margin-bottom: 0
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

img {
	max-width: 100%;
	vertical-align: middle
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,input,textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	text-transform: none
}

textarea {
	resize: vertical
}

.container {
	width: 100%;
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

@media (min-width:1400px) {
	.container {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

@media (min-width:768px) {
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}
}

@media (min-width:992px) {
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important;
	border: 0!important
}

.align-items-center {
	align-items: center!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.d-sm-block {
		display: block!important
	}
}

@media (min-width:768px) {
	.d-md-block {
		display: block!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
}


body,html {
	font-family: Lora !important;
	overflow-x: hidden
}

html {
	scroll-behavior: smooth
}

body {
	color: #7b7b7b;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	font-family: Lora;
}

p {
	font-weight: 400;
	font-style: normal
}

h1,h2,h3,h4,h5,h6 {
	color: #101210;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 11px;
	line-height: 1.2;
	font-weight: 600;
	transition: .5s;
	font-size: 22px
}

a {
	transition: all .3s ease-out 0s
}

a {
	color: #101010;
	text-decoration: none
}

.btn:focus,a:focus {
	text-decoration: none;
	outline: 0
}

a:focus,a:hover {
	text-decoration: none;
	color: #101010
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit;
	transition: .5s
}

h1 {
	font-size: 50px
}

h2 {
	font-size: 35px
}

h3 {
	font-size: 30px
}

h5 {
	font-size: 20px
}

h6 {
	font-size: 18px
}

.align-items-center {
	align-items: center!important
}

.d-flex {
	display: flex!important
}

.white h1,.white h2,.white h3,.white h4,.white h5,.white h6 {
	color: #fff
}

.white p {
	color: #fff
}

.white i {
	color: #fff
}

ul {
	margin: 0;
	padding: 0
}

ul {
	margin: 0;
	padding: 0
}

button:focus,input:focus {
	outline-color: #121040;
	border: 1px solid #121040!important
}

textarea:focus {
	border: 1px solid #121040!important;
	outline-color: #121040
}

select:focus {
	border-color: #121040;
	outline-color: #121040;
	border: 1px solid #121040
}

hr {
	margin: 60px 0;
	padding: 0;
	border-bottom: 1px solid #eceff8;
	border-top: 0
}

hr.style-2 {
	border-bottom: 1px dashed #f10
}

hr.mp-0 {
	margin: 0;
	border-bottom: 1px solid #eceff8
}

hr.mtb-40 {
	margin: 40px 0;
	border-bottom: 1px solid #eceff8;
	border-top: 0
}

label {
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400
}

a,address,cite,dfn,em,i,li,ol,ul,var {
	font-style: normal;
	font-weight: 400
}

.text-right {
	text-align: right!important
}

.pr-0 {
	padding-right: 0
}

.pl-0 {
	padding-left: 0
}

body,html {
	overflow-x: hidden
}

html {
	scroll-behavior: smooth
}

body {
	color: #7b7b7b;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}

p {
	font-weight: 400;
	font-style: normal
}

h1,h2,h3,h4,h5 {
	color: #fff;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 11px;
	line-height: 1.2;
	font-weight: 600;
	transition: .5s;
	font-size: 24px
}

a {
	transition: all .3s ease-out 0s
}

a {
	color: #fff;
	text-decoration: none
}

a:focus {
	text-decoration: none;
	outline: 0
}

a:focus,a:hover {
	text-decoration: none;
	color: #fff
}

h2 a,h4 a {
	color: inherit;
	transition: .5s
}

h4 {
	font-size: 20px;
	margin: 0;
}

.align-items-center {
	align-items: center!important
}

ul {
	margin: 0;
	padding: 0
}

ul {
	margin: 0;
	padding: 0
}

button:focus,input:focus {
	outline-color: #121040;
	border: 1px solid #121040!important
}

textarea:focus {
	border: 1px solid #121040!important;
	outline-color: #121040
}

a,i,li,ul {
	font-style: normal;
	font-weight: 400
}

a.meanmenu-reveal {
	display: none
}

.mean-container .mean-bar {
	background: #121a40;
	float: left;
	min-height: 60px;
	padding: 4px 0 0;
	position: relative;
	width: 100%;
	z-index: 1
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 18px;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
	float: right
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none
}

.mean-container .mean-nav ul li {
	background: #f8f8f8;
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #2C4563
}

.mean-container .mean-nav ul li a {
	background: #f8f8f8;
	color: #232323;
	display: block;
	float: left;
	font-size: 16px;
	margin: 0;
	padding: 1em 5%;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	width: 90%
}

.mobile-menu-area {
	background: #262626
}

.mean-container .mean-nav ul li li a {
	border-top: 1px solid rgba(255,255,255,.25);
	color: #232323;
	font-size: 14px;
	font-weight: 500;
	opacity: .75;
	padding: 1em 10%;
	text-shadow: none!important;
	text-transform: capitalize;
	visibility: visible;
	width: 80%
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: 0;
	margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
	background: #f8f8f8 none repeat scroll 0 0
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0
}

.mean-container .mean-bar,.mean-container .mean-bar * {
	box-sizing: content-box
}

.mean-remove {
	display: none!important
}

.mean-bar a{
	color: #fff;
	font-size: 20px;
	display: block;
	height: 48px;
	font-weight: 550;
	line-height: 48px;
	padding-left: 15px;
}

.mean-container .mean-bar::after {
	color: #fff;
	content: "MENU";
	font-size: 21px;
	left: 5%;
	position: absolute;
	top: 12px
}

.mean-container .mean-bar::after {
	display: none
}

.mean-container .mean-nav ul li a:hover {
	border-radius: 0
}

.mean-container a.meanmenu-reveal span {
	background: #fff
}

.mobile-menu-area {
	background: #fff none repeat scroll 0 0
}

.mean-container .mean-nav ul li {
	background: #444
}

.mean-container a.meanmenu-reveal {
	color: #fff
}

.meanmenu-reveal.meanclose:hover {
	color: #fff!important
}

.mean-container a.meanmenu-reveal:hover span {
	background: #fff
}

.it-solution_nav_manu {
	transition: .5s;
	z-index: 2;
	position: relative;
	padding: 0 70px 0;
	margin-bottom: -101px
}

.sticky {
	left: 0;
	margin: auto;
	position: fixed!important;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 5px -2px rgba(0,0,0,.1);
	background: #fff!important;
	transition: .5s!important;
	z-index: 922;
	animation: .5s running fadeInUp;
	animation-name: slideInDown
}

.sticky .it-solution_menu>ul>li>a {
	color: #101210
}

nav.it-solution_menu {
	position: relative;
	z-index: 1;
	margin-bottom: -3px;
	text-align: right;
}

.it-solution_menu ul {
	list-style: none;
	display: inline-block
}

.it-solution_menu>ul>li {
	display: inline-block;
	position: relative;
	z-index: 1
}

.it-solution_menu>ul>li>a {
	display: inline-block;
	margin: 32px 12px;
	transition: .5s;
	position: relative;
	z-index: 1;
	font-size: 17px;
	color: #0a0a0a;
	font-weight: 400;
}

.widget_search,.widget-sidebar-box ,.widget-social-box,.widget-sidebar-box-right{
    background: #12254A !important;
}

h4.sidebar-title {
    color: #FFFF !important;
}

.blog-meta-content {
    background: #072444 !important;
}

.it-solution_menu>ul>li>a:hover {
	color: #121040
}

nav.it-solution_menu span {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	margin-left: 2px
}

.it-solution_menu>ul>li>a:hover {
	color: #121040
}

.it-solution_menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 130%;
	width: 217px;
	text-align: left;
	background: #fff;
	margin: 0;
	z-index: 1;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	transition: .5s;
	visibility: hidden;
	border-top: 2px solid #121040;
	opacity: 0
}

.it-solution_menu ul li:hover>.sub-menu {
	visibility: visible;
	top: 100%;
	opacity: 1
}

.it-solution_menu ul .sub-menu li {
	position: relative
}

.it-solution_menu ul .sub-menu li a {
	display: block;
	padding: 12px 20px;
	width: 217px;
	margin: 0;
	line-height: 1.3;
	letter-spacing: normal;
	font-size: 17px;
	font-weight: 500;
	text-transform: capitalize;
	transition: .1s;
	visibility: inherit!important;
	color: #101210!important
}

.it-solution_menu ul .sub-menu li:hover>a {
	background: #121040;
	color: #fff!important
}

.it-solution_menu li a:hover:before {
	width: 101%
}

.mobile-menu.mean-container {
	overflow: hidden
}

nav.it-solution_menu.style-two ul li a {
	color: #ffff
}

.blog-section,.blog-details-section {
	padding: 120px 0 90px
}

.single-blog-box {
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #2C4563;
	margin-bottom: 30px
}

.widget_search form input {
    background: #050924 !important;
}

.blog-thumb {
	border-radius: 5px 5px 0 0;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.blog-thumb img {
	transition: .5s
}

.single-blog-box:hover .blog-thumb img {
	transform: scale(1.1)
}

.blog-meta-content {
	padding: 26px 30px 18px;
	overflow: hidden;
}

.blog-text a {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #ffff;
	display: inline-block;
	background: #09aff2;
	padding: 2px 15px;
	border-radius: 15px
}

.blog-meta-icon p i {
	color: #09aff2;
	display: inline-block;
	padding-right: 5px;
	font-size: 15px
}

.blog-meta-icon p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin: auto
}

.blog-meta-icon a {
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	transition: .5s;
	padding: 12px 0 45px;
	position: relative
}

.blog-meta-icon a:before {
	position: absolute;
	content: "";
	left: -30px;
	bottom: 20px;
	width: 117%;
	height: 1px;
	background: #2C4563
}

.cate-title{
	margin-bottom: 15px;
}

.single-blog-box:hover .blog-meta-icon a,
.cate-title a:hover{
	color: #09aff2
}

.logo a {
	color: #fff
}

.people-icon {
	display: inline-block;
	padding-right: 5px
}

.it-solution_nav_manu {
	background: #121040 !important;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: 9999
}

.footer-widget-content {
	display: flex;
	flex-direction: column
}

.people-icon i {
	display: inline-block;
	color: #ffff;
	background: #09aff2;
	border-radius: 12px;
	height: 24px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	font-size: 15px
}

.people-name {
	display: inline-block
}

.people-name h5 {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin: auto
}

.people-button {
	display: inline;
	float: right
}

.people-button a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	transition: .5s
}

.people-button a i {
	font-size: 14px;
	position: relative;
	top: 2px;
	color: #fff;
	padding-left: 5px
}

.single-blog-box:hover .people-button a {
	color: #09aff2
}

.footer-section {
	background: #0a1338;
	padding: 100px 0
}

.footer-widget-description p {
	font-size: 17px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	width: 95%;
	padding: 50px 0 18px
}

.footer-social-icon ul {
	list-style: none
}

.footer-social-icon ul li {
	display: inline-block
}
.footer-social-icon ul li a i{
	color: #fff;
}
.footer-social-icon ul li a {
	display: inline-block;
	color: #ffff !important;
	background: #003d56;
	height: 38px;
	line-height: 38px;
	width: 38px;
	text-align: center;
	border-radius: 30px;
	font-size: 15px;
	margin-right: 5px;
	transition: .5s;
	opacity: .9
}

.footer-social-icon ul li a:hover {
	background: #09aff2;
	color: #fff
}

.footer-widget-title h3 {
	font-size: 24px;
	color: #09aff2;
	font-weight: 600;
	margin: auto;
	padding-bottom: 30px
}

.footer-widget-menu ul {
	list-style: none
}

.footer-widget-menu ul li {
	padding-bottom: 15px
}

.footer-widget-menu ul a {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	font-weight: 400
}

.footer-widget-menu ul a i {
	color: #fff;
	font-size: 15px;
	padding-right: 5px
}

.footer-widget-menu ul a:hover {
	color: #09aff2
}

.footer-widget-title-left h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	margin: auto;
	padding-bottom: 32px
}

.icon-box {
	display: inline-flex;
	padding-bottom: 16px
}

.icon-box-content {
	margin: -6px 0 0 10px
}

.widget-icon i {
	display: inline-block;
	background: #09aff2;
	color: #ffff;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 20px;
	border-radius: 2px
}

.icon-box-content p {
	opacity: .502;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin: auto
}

.icon-box-content h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin: auto
}

.copyright-section {
	background: #111b45;
	padding: 18px 0
}

.copyright-description p {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	margin: auto
}

.contact-section {
	padding: 122px 0;
	background-color: #060606
}

.project {
	background-color: #182044;
	padding: 30px 35px 42px;
	border-radius: 5px
}

.form-box {
	position: relative;
	z-index: 1
}

.form-box i {
	position: absolute;
	top: 18px;
	right: 32px;
	color: #777;
	font-size: 17px
}

.contact-form-content h1 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px;
}

.form-box i {
	color: #fff;
}

.form-box input {
	height: 60px;
	width: 99%;
	margin-bottom: 30px;
	padding: 0 25px;
	outline: 0;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	display: inline-block;
	background-color: #102346
}

.form-box textarea {
	color: #fff;
	width: 100%;
	margin-bottom: 15px;
	padding: 18px 25px 115px;
	outline: 0;
	border: 1px solid #f0f1f2;
	border-radius: 5px;
	display: inline-block;
	background-color: #102346
}

.form-box button {
	display: inline-block;
	border: 1px solid #01ADEE !important;
	background-color: transparent;
	outline: 0;
	border-color: #01adee;
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	padding: 13px 50px;
	border: 0;
}

.widget_search {
	background: #edf4f7;
	padding: 45px 35px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 10px 57px rgba(7,76,190,.05)
}

.widget_search form input {
	display: inline-block;
	padding: 14px 110px 14px 75px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 30px
}

.widget_search form i {
	font-size: 16px;
	font-weight: bold;
	color: #09aff2;
	position: absolute;
	left: 84px;
	top: 59px
}

.widget-sidebar-box {
	background: #edf4f7;
	padding: 40px 30px 45px;
	border-radius: 5px;
	border-bottom: 30px;
	box-shadow: 0 10px 25px rgba(7,76,190,.05);
	margin-bottom: 30px
}

h4.sidebar-title {
	font-size: 24px;
	color: #01101e;
	font-weight: 700;
	margin: 0;
	position: relative;
	z-index: 1
}

h4.sidebar-title:before {
	position: absolute;
	content: "";
	right: 25px;
	top: 17px;
	width: 200px;
	height: 100%;
	border-top: 1px dashed
}

ul.sidebar-menu {
	list-style: none
}

ul.sidebar-menu li a {
	font-size: 17px;
	color: #888f99;
	font-weight: 400;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 12px 10px 11px 20px;
	margin: 30px 0 0;
	width: 100%;
	transition: .5s;
	position: relative;
	z-index: 1
}

ul.sidebar-menu li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #09aff2;
	transition: .5s;
	z-index: -1
}

ul.sidebar-menu li a:hover:before {
	width: 100%
}

ul.sidebar-menu li a:hover {
	color: #fff
}

ul.sidebar-menu li a:hover i {
	color: #ffff;
	border-color: #fff
}

ul.sidebar-menu li a i {
	color: #888f99;
	font-size: 18px;
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border: 1px solid #888f99;
	border-radius: 15px;
	text-align: center;
	margin: 0 5px 0 0;
	transition: .5s
}

ul.sidebar-menu li a span {
	float: right;
	margin-right: 20px
}

.widget-social-box {
	background: #edf4f7;
	text-align: center;
	margin-bottom: 30px;
	padding: 40px 0 35px
}

.widget-social-content h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin: 30px 0 24px
}

.widget-social-content p {
	font-size: 17px;
	line-height: 27px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	width: 84%;
	margin: auto
}

.social-icon-list {
	margin-top: 27px
}

.social-icon-list ul {
	list-style: none
}

.social-icon-list ul li {
	display: inline-block
}

.social-icon-list ul li a {
	display: inline-block;
	border: 1px solid #09aff3;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border-radius: 10px;
	margin: 0 2px 0
}

.social-icon-list ul li a:hover {
	background: #121040;
	color: #fff
}

.widget-sidebar-box-right {
	background: #edf4f7;
	border-radius: 5px;
	padding: 40px 30px 35px;
	margin-bottom: 30px
}

.widget-sidebar-box-right h4.sidebar-title:before {
	position: absolute;
	content: "";
	right: 30px;
	top: 17px;
	width: 175px;
	height: 100%;
	border-top: 1px dashed
}

.tag-item {
	margin-top: 22px
}

.tag-item ul {
	list-style: none
}

.tag-item ul li {
	display: inline-block
}

.tag-item ul li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	opacity: 0.7;
	font-weight: 400;
	text-align: center;
	padding: 5px 17px;
	border: 1px solid #aaa;
	border-radius: 2px;
	margin: 0 5px 10px 0;
	transition: .5s
}

.tag-item ul li a:hover {
	background: #121040;
	color: #ffff
}

.single-blog-details-box {
	border: 1px solid #2C4563;
	border-radius: 5px;
	margin-bottom: 30px
}

.blog-details-thumb {
	overflow: hidden
}

.blog-details-thumb img {
	width: 100%;
	border-radius: 5px 5px 0 0;
	transition: .5s
}

.blog-details-thumb img:hover {
	transform: scale(1.1)
}

.blog-details-content {
	padding: 44px 40px 50px
}

.meta-blog-details ul li {
	display: inline-block;
	padding-right: 15px
}

.meta-blog-details ul li {
	display: inline-block
}

.meta-blog-details ul li i {
	color: #09aff3;
	font-size: 14px;
	padding-right: 3px
}

.meta-blog-details ul li a {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	font-weight: 400
}

.blog-details-title h2 {
	margin: 14px 0 20px
}
.cate{margin-bottom: 15px;}
.blog-details-title h2 a, .cate a {
	font-size: 30px;
	color: #fff;
	font-weight: 500
}

.blog-details-title p {
	font-size: 17px;
	line-height: 27px;
	color: #fff;
	font-weight: 400;
	margin: inherit;
}

.blog-details-button {
	margin-top: 26px
}

.blog-details-button i{
	color: #fff;
}

.blog-details-button a {
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	background: #09aff2;
	color: #fff;
	padding: 12px 35px;
	border-radius: 2px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.blog-details-button a i {
	font-size: 14px;
	padding-left: 4px
}

.blog-details-button a:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: -50px;
	left: 0;
	border-bottom: 55px solid #0a0a0a;
	border-right: 30px solid transparent;
	transition: all .6s ease;
	transform: translateX(-100%);
	z-index: -1
}

.blog-details-button a:hover:before {
	transform: translateX(-40%)
}

.blog-details-button a:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: -50px;
	border-left: 30px solid transparent;
	border-bottom: 55px solid #0a0a0a;
	transition: all .6s ease;
	transform: translateX(100%);
	z-index: -1
}

.blog-details-button a:hover::after {
	transform: translateX(40%)
}

.pagination-menu {
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center
}

.pagination-menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 7px
}

.pagination-menu ul li a {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	background-color: #003d56;
	border: 1px solid rgba(129,129,129,.4);
	transition: .5s
}

.pagination-menu ul li a i{
	color: #fff;
}

.pagination-menu ul li a:hover {
	color: #fff;
	border: 1px solid #65cef5;
	background-color: #65cef5
}

@media (min-width:1200px) and (max-width:1600px) {
	.it-solution_menu ul {
		padding: 0 90px 0 0
	}

	.blog-meta-icon a {
		font-size: 22px
	}

	.footer-widget-menu ul a {
		font-size: 14px
	}

	.blog-meta-icon a:before {
		width: 120%
	}

	.widget_search {
		padding: 45px 20px
	}

	.widget_search form i {
		left: 50px
	}

	.widget_search form input {
		padding: 14px 80px 14px 75px
	}

	h4.sidebar-title:before {
		right: 5px;
		width: 160px
	}

	.widget-sidebar-box-right h4.sidebar-title:before {
		right: 10px;
		width: 130px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.it-solution_menu ul {
		padding: 0 10px 0 0
	}

	.it-solution_menu>ul>li>a {
		margin: 32px 8px;
		font-size: 15px
	}

	.blog-meta-content {
		padding: 26px 20px 18px
	}

	.blog-meta-icon a {
		font-size: 18px
	}

	.blog-meta-icon a:before {
		left: -22px;
		width: 117%
	}

	.footer-widget-menu ul a i {
		display: none;
		color: #fff;
	}

	.footer-widget-menu ul a {
		font-size: 14px
	}

	.icon-box-content h4 {
		font-size: 16px
	}

	.widget-sidebar-box {
		padding: 40px 15px 45px
	}

	.widget_search {
		padding: 45px 12px
	}

	.widget_search form i {
		left: 50px
	}

	.widget_search form input {
		padding: 14px 38px 14px 75px
	}

	h4.sidebar-title:before {
		width: 110px
	}

	.widget-sidebar-box-right h4.sidebar-title:before {
		right: 5px;
		width: 75px
	}

	.tag-item ul li a {
		padding: 5px 20px
	}

	.blog-details-title h2 a {
		font-size: 25px
	}

	.blog-details-title p {
		width: 100%
	}
}

@media(max-width:991px) {
	.copyright-description{
		margin-bottom: 20px;
	}
	.mobile-menu.mean-container{
		overflow: visible;
	}
	.blog-section,.blog-details-section {
		padding: 60px 0 40px;
	}
	.footer-section {
		padding: 50px 0;
	}

	.contact-section {
		padding: 60px 0;
	}
	.mean-container .mean-bar{
		min-height: unset !important;
		height: 48px;
		padding: 0 !important;
	}

	.mean-container a.meanmenu-reveal{
		padding: 13px 18px;
	}
}	

.mean-container .mean-bar {
	background: #121040;
	float: left;
	min-height: 60px;
	padding: 4px 0 0;
	position: relative;
	width: 100%;
	z-index: 1
}

@media (min-width:768px) and (max-width:991px) {
	.sticky {
		position: absolute!important
	}

	.it-solution_nav_manu {
		display: none
	}

	.blog-meta-icon a {
		font-size: 20px
	}

	.blog-meta-icon a:before {
		width: 122%
	}

	h4.sidebar-title:before {
		width: 480px
	}

	.widget-sidebar-box-right h4.sidebar-title:before {
		width: 455px
	}

	.tag-item ul li a {
		padding: 5px 30px
	}
}

@media only screen and (min-width:600px) and (max-width:767px) {
	.sticky {
		position: absolute!important
	}

	.it-solution_nav_manu {
		display: none
	}

	.blog-meta-icon a {
		font-size: 18px
	}

	.blog-meta-icon a:before {
		width: 126%
	}

	.footer-widget-content {
		margin-top: 30px
	}

	h4.sidebar-title:before {
		width: 300px
	}

	.widget-sidebar-box-right h4.sidebar-title:before {
		width: 275px
	}

	.blog-details-title h2 a {
		font-size: 22px
	}

	.blog-details-title p {
		width: 100%
	}
}

@media only screen and (min-width:480px) and (max-width:599px) {
	.sticky {
		position: absolute!important
	}

	.it-solution_nav_manu {
		display: none
	}

	.blog-meta-icon a:before {
		width: 115%
	}

	.blog-meta-icon a {
		font-size: 20px;
		line-height: 30px
	}

	.footer-widget-content {
		margin-top: 30px
	}

	h4.sidebar-title:before {
		width: 240px
	}

	.widget-sidebar-box-right h4.sidebar-title:before {
		width: 210px
	}

	.blog-details-title h2 a {
		font-size: 20px
	}

	.blog-details-title p {
		width: 100%
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.sticky {
		position: fixed !important
	}

	.it-solution_nav_manu {
		display: none
	}

	.blog-meta-icon a {
		font-size: 20px;
		line-height: 30px
	}

	.blog-meta-icon a:before {
		width: 118%
	}

	.footer-widget-title {
		margin-top: 35px
	}

	.copyright-description p {
		font-size: 14px
	}

	.contact-form-content h1 {
		font-size: 24px
	}

	.widget-sidebar-box {
		padding: 40px 15px 45px
	}

	.widget_search {
		padding: 45px 10px
	}

	.widget_search form input {
		padding: 14px 55px 14px 60px
	}

	.widget_search form i {
		left: 40px
	}

	h4.sidebar-title:before {
		width: 110px
	}

	.widget-sidebar-box-right h4.sidebar-title:before {
		right: 5px;
		width: 80px
	}

	.blog-details-content {
		padding: 25px 25px 50px
	}

	.blog-details-title h2 a {
		font-size: 20px
	}

	.blog-details-title p {
		width: 100%
	}
}

@media (max-width:992px) {
	.footer-logo{
		margin-bottom: 30px;
	}

	.blog-details-title h2 a, .cate a{
		font-size: 20px;
	}
}

.positionFixed{bottom:0;left:50%;position:fixed;transform:translate(-50%,0);z-index:999;width:100%;background-color:#e4e4e4;display:flex;justify-content:center}
.ad-div{margin-bottom:50px;width:100%}
.t_de{height:.2rem;max-width:100%;line-height:.3rem;font-size:.6rem;padding:.5rem 0 1rem 0;box-sizing:border-box;color:#707070;text-align:center}
.grecaptcha-badge{visibility:hidden}