* {
	border: 0;
	outline: 0
}

.container-fluid {
	max-width: 1300px!important;
	font-family: Muli, sans-serif
}

body {
	font-family: Muli, sans-serif
}

.v-center {
	align-items: center
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

a {
	text-decoration: none
}

.header {
	display: block;
	width: 100%;
	position: relative;
	z-index: 99
}

.header .item-left {
	flex: 0 0 17%
}

.header .logo a {
	font-size: 30px;
	color: #000;
	font-weight: 700;
	text-decoration: none
}

.header .item-center {
	flex: 0 0 66%
}

.header .item-right {
	flex: 0 0 15%;
	display: flex;
	justify-content: flex-end
}

.header .item-right a {
	text-decoration: none;
	font-size: 16px;
	color: #555;
	display: block;
	transition: color .3s ease
}

.header .menu>ul>li {
	display: inline-block;
	margin-left: 25px;
	padding: 32px 0
}

.header .menu>ul>li>a {
	font-size: 17px;
	font-weight: 400;
	color: #000;
	position: relative;
	text-transform: capitalize;
	transition: color .3s ease
}

.header .menu>ul>li .sub-menu {
	position: absolute;
	z-index: 500;
	background-color: #fff;
	box-shadow: 0 13px 24px rgba(0, 0, 0, .3);
	transition: all .5s ease;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
	top: 86px
}

.header .menu>ul>li .sub-menu>ul>li {
	line-height: 1
}

.header .menu>ul>li .sub-menu>ul>li>a {
	display: inline-block;
	padding: 7px 0;
	font-size: 15px;
	color: #555;
	transition: color .1s ease;
	text-decoration: none;
	text-transform: capitalize
}

.header .menu>ul>li .sub-menu>ul>li>a:hover {
	text-decoration: none
}

.header .menu>ul>li .single-column-menu {
	padding: 20px
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
	line-height: 1;
	display: block
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
	padding: 10px 0;
	display: inline-block;
	font-size: 15px;
	color: #555;
	transition: color .1s ease
}

.header .menu>ul>li .sub-menu.mega-menu {
	left: 2%
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
	max-width: 95%;
	width: 100%;
	flex-wrap: wrap;
	top: 86px
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
	flex: 0 0 25%;
	padding: 0 15px
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
	font-size: 16px;
	color: #2da6d9;
	font-weight: 500;
	line-height: 1;
	padding: 10px 0
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
	text-align: center
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px
}

.header .item-right a:hover,
.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .menu>ul>li:hover>a {
	color: #2da6d9;
	text-decoration: none;
	cursor: pointer
}

.mobile-menu-head,
.mobile-menu-trigger {
	display: none
}

@media (max-width:991px) {
	.header .item-center {
		order: 3;
		flex: 0 0 100%
	}
	.header .item-left,
	.header .item-right {
		flex: 0 0 auto
	}
	.v-center {
		justify-content: space-between
	}
	.header .mobile-menu-trigger {
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center
	}
	.header .mobile-menu-trigger span {
		display: block;
		height: 2px;
		background-color: #333;
		width: 24px;
		position: relative
	}
	.header .mobile-menu-trigger span:after,
	.header .mobile-menu-trigger span:before {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #333
	}
	.header .mobile-menu-trigger span:before {
		top: -6px
	}
	.header .mobile-menu-trigger span:after {
		top: 6px
	}
	.header .item-right {
		align-items: center
	}
	.header .menu {
		position: fixed;
		width: 320px;
		background-color: #fff;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all .5s ease;
		z-index: 1099
	}
	.header .menu.active {
		transform: translate(0)
	}
	.header .menu>ul>li {
		line-height: 1;
		margin: 0;
		display: block
	}
	.header .menu>ul>li>a {
		line-height: 50px;
		height: 50px;
		padding: 0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, .1)
	}
	.header .menu>ul>li>a i {
		position: absolute;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg)
	}
	.header .menu .mobile-menu-head {
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #fff;
		top: 0
	}
	.header .menu .mobile-menu-head .go-back {
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0, 0, 0, .1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000;
		font-size: 16px;
		display: none
	}
	.header .menu .mobile-menu-head.active .go-back {
		display: block
	}
	.header .menu .mobile-menu-head .current-menu-title {
		font-size: 15px;
		font-weight: 500;
		color: #000
	}
	.header .menu .mobile-menu-head .mobile-menu-close {
		height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0, 0, 0, .1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000;
		font-size: 25px
	}
	.header .menu .menu-main {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto
	}
	.header .menu>ul>li .sub-menu,
	.header .menu>ul>li .sub-menu.mega-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin: 0;
		padding: 15px;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0);
		overflow-y: auto
	}
	.header .menu>ul>li .sub-menu.active {
		display: block
	}
	@keyframes slideLeft {
		0% {
			opacity: 0;
			transform: translateX(100%)
		}
		100% {
			opacity: 1;
			transform: translateX(0)
		}
	}
	@keyframes slideRight {
		0% {
			opacity: 1;
			transform: translateX(0)
		}
		100% {
			opacity: 0;
			transform: translateX(100%)
		}
	}
	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
		margin-top: 0
	}
	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
		margin-bottom: 20px
	}
	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0
	}
	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
		flex: 0 0 100%;
		padding: 0
	}
	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a,
	.header .menu>ul>li .sub-menu>ul>li>a {
		display: block
	}
	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
		margin-bottom: 15px
	}
	.menu-overlay {
		position: fixed;
		background-color: rgba(0, 0, 0, .5);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity: 0;
		transition: all .5s ease
	}
	.menu-overlay.active {
		visibility: visible;
		opacity: 1
	}
}

.sub-menu .nav-link {
	padding: 0 1rem
}

.nav-pills .show>.nav-link,
.sub-menu .nav-pills .nav-link.active {
	color: #fff;
	background-color: #f3f3f300!important;
	font-weight: 400!important;
	border: 0;
	border-right: 5px solid #1e4258
}

.sub-menu .nav-pills .nav-link {
	border-radius: 0;
	color: #fff;
	box-shadow: none;
	background-color: #293248;
	margin: 0;
	border: 0;
	padding: 15px 13px;
	font-weight: 400!important
}

.list-item {
	width: 24%;
	display: inline-grid
}

.list-item .list-item-li {
	line-height: 1.8
}

ul.list-item-li li a {
	font-size: 15px;
	letter-spacing: .15px;
	color: #616161
}

.list-item-li-before li a:before {
	content: "\e916";
	font-family: fontello;
	font-weight: 400;
	color: #000;
	margin-right: 5px
}

.free_tools ul {
	display: inline-block
}

p.title {
	margin: 10px 0;
	color: #3ca1e8;
	font-size: 18px
}

.dropdown-menu {
	left: -95px
}

.pad-rgt {
	padding-right: 2.4rem
}

.dropdown-menu a {
	display: block!important;
	padding-left: 10px;
	padding-bottom: 5px
}

.dropdown>.dropdown-menu {
	top: 55px!important
}

.lang_icon {
	font-size: 25px
}

.nav-tabs {
	display: none
}

.card {
	border: 1px solid rgb(0 0 0 / 0)
}

.sub-menu .card-header {
	background-color: #fff!important;
	color: #ddd!important
}

.sub-menu .card-header p a {
	text-decoration: none!important;
	color: #2d2c2c!important
}

.searchwrap {
	position: absolute;
	width: 26%;
	padding: 30px;
	background-color: #e9f8ff;
	text-align: center;
	top: 88px;
	border: 1px solid #1b1b1b00;
	border-radius: 4px;
	display: none
}

.search_bar {
	width: 100%;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #5d5c5c
}

.searchwbxopen {
	cursor: pointer;
	padding-top: 5px;
	font-size: 17px
}

.search_bar:focus {
	color: #495057;
	background-color: #fff;
	border-color: #2c2c2c91;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0)
}

.searchwbxopen:hover .searchwrap {
	display: block
}

.searchwrap:after {
	content: "";
	position: absolute;
	top: -23px;
	right: 4px;
	border-top: 11px solid #44444400;
	border-bottom: 11px solid #e9f8ff;
	border-left: 11px solid transparent;
	border-right: 11px solid #44444400
}

@media screen and (max-width:1214px) {
	.header .item-right {
		flex: 0 0 10%
	}
}

@media screen and (max-width:991px) {
	.header .menu>ul>li {
		padding: 0
	}
	.list-item {
		width: 100%
	}
	.vert-tab-resp {
		display: none
	}
	.responsive_item {
		flex: 0 0 100%;
		max-width: 100%
	}
	p.title {
		margin: 0
	}
}

@media (min-width:991px) {
	.nav-tabs {
		display: flex
	}
	.card {
		border: 0
	}
	.card .card-header {
		display: none
	}
	.card .collapse {
		display: block
	}
}

@media (max-width:992px) {
	.tab-pane {
		display: block!important;
		opacity: 1
	}
	.searchwbxopen {
		padding-top: 0
	}
	.search_nav_icon {
		margin-right: 0!important
	}
	.header {
		padding: 9px 18px
	}
	.searchwrap {
		width: 40%;
		top: 80px;
		right: 6%
	}
}

header .card-body {
	padding: 0!important
}

header .nav-tabs {
	border-right: 1px solid #1e4258;
	border-bottom: 0;
	height: 100%;
	padding-left: 20px;
	background-color: #303c54
}

.js-arrow-down {
	float: right;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #233354;
	position: relative;
	left: 0;
	top: 13px
}

.latest-product {
	background: #fff;
	border: 1px solid #29abe2;
	padding: 8px 10px;
	color: #2da6d9;
	border-radius: 8px;
	font-size: 15px;
	display: inline-block;
	margin-top: 11px;
	margin-right: 12px
}

a.latest-product:hover {
	color: #2da6d9
}

.latest-pro-sec {
	background: #f0f8ff;
	padding: 30px
}

.padding-inner {
	padding: 20px
}

.search_nav_icon {
	margin: 9px
}

@media (min-width:992px) and (max-width:1072px) {
	.header .menu>ul>li {
		margin-left: 17px
	}
}

@media (min-width:992px) and (max-width:1339px) {
	.latest-product {
		background: #fff;
		border: 1px solid #29abe2;
		padding: 9px 4px;
		color: #2da6d9;
		border-radius: 8px;
		font-size: 13px;
		display: inline-block;
		margin-top: 11px;
		margin-right: 4px
	}
	.latest-pro-sec {
		background: #f0f8ff;
		padding: 30px 12px
	}
}

@media (min-width:280px) and (max-width:397px) {
	.header .logo a img {
		width: 113px
	}
}

.free_tools ul li a:hover {
	color: #000!important;
	text-decoration: underline!important
}

@media (min-width:992px) and (max-width:1250px) {
	.header {
		padding: 0 15px
	}
}

header .nav-pills .nav-link:hover {
	background-color: #fff;
	border: 0
}

.nav-top {
	background-image: linear-gradient(to right, #275078, #0c2844)
}

.top-mail {
	color: #fff!important;
	position: relative;
	top: 0;
	margin: 0
}

.top-mail a {
	color: #fff
}

.dropdown-toggle::after {
	content: "\e918"!important;
	font-family: fontello;
	border: 0;
	padding-top: 2px;
	vertical-align: unset
}

.dropdown>.tp-nav {
	top: 42px!important;
	left: -35px
}

.rd-btn {
	border: 1px solid #fff;
	padding: 5px;
	color: #fff;
	transition: .5s;
	border-radius: 5px
}

.rd-btn:hover {
	background-color: #fff;
	color: #224867;
	text-decoration: none
}

.container-fluid {
	font-family: Muli, sans-serif;
	color: #212529
}

.light_p {
	color: #465461!important
}

.slider-bg {
	background-image: url(../img/banner/slider-bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 91px 0 86px;
	font-family: Muli, sans-serif
}

.owl-dot:focus {
	outline: 0;
	border: none
}

#index_slider .item .h1 {
	color: #fff;
	font-size: 3.5rem;
	margin: 5px 0 28px;
	letter-spacing: 1.2px
}

.is_content {
	color: #fff;
	font-weight: 100;
	font-size: 19px;
	margin: 27px 0 35px;
	line-height: 1.7;
	letter-spacing: .3px
}

.is_title {
	color: #fff;
	font-size: 24px;
	letter-spacing: .8px;
	position: relative;
	display: inline-block;
	font-weight: 100;
	background: linear-gradient(to right, #275078, #0c2844);
	padding: 3px 22px 6px;
	border-radius: 46px
}

.is_btn {
	display: flex
}

.btn-ftr:hover {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	color: #3e6391;
	text-decoration: none;
	border-radius: 5px
}

.btn-pur {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	color: #3e6391;
	text-decoration: none;
	border-radius: 5px
}

.btn-pur:hover {
	border: 1px solid #fff;
	padding: 10px;
	background-color: #fff0;
	color: #fff;
	text-decoration: none;
	border-radius: 5px
}

.btn-ftr {
	border: 1px solid #fff;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px
}

.sub-btn {
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-family: Lato, sans-serif;
	font-weight: 500;
	border: 0;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	display: inline-block;
	box-shadow: inset 1px 1px 1px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
	outline: 0;
	background: linear-gradient(to right, #275078, #0c2844)
}

.sub-btn:hover {
	background: linear-gradient(to right, #0c2844, #275078);
	color: #fff;
	text-decoration: none
}

.sub-btn:hover:after {
	left: 0;
	width: 100%;
	text-decoration: none
}

.sub-btn:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: #4784bd;
	border-radius: 5px;
	box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
	transition: all .3s ease
}

.img_thumb {
	position: relative
}

.play_btn {
	position: absolute;
	top: 40%;
	left: 40%;
	z-index: 2;
	cursor: pointer
}

.sg_img_show {
	opacity: .7;
	transition: .2s;
	cursor: pointer
}

.play_btn:hover,
.sg_img_show:hover {
	opacity: 1;
	transition: .2s
}

.bg-light-gary {
	background-color: #e9f0f573
}

.cm_box {
	text-align: center;
	background-color: #fff;
	padding: 17px 0 20px 0;
	margin: 5px 0
}

.cn-strip-box {
	padding: 15px 10px;
	cursor: pointer
}

.cn-strip-box p {
	font-weight: 500;
	color: #00a4de;
	padding: 5px 0;
	font-size: 14px;
	margin-bottom: 6px
}

.cn-strip-box:hover p {
	color: #465a61
}

.cn-strip-box {
	border-radius: .2rem;
	background: #fff;
	border: 1px dotted #dcefff;
	-webkit-box-shadow: 0 2px 4px 0 rgb(228 242 255);
	-webkit-transition: .6s cubic-bezier(.215, .61, .355, 1);
	-o-transition: .6s cubic-bezier(.215, .61, .355, 1);
	transition: .6s cubic-bezier(.215, .61, .355, 1)
}

.cm_box span {
	display: inline-block;
	background-image: url(../img/layout/os-image.png);
	width: 45px;
	height: 47px;
	filter: grayscale(1);
	transition: .4s
}

.cm_box:hover span {
	filter: grayscale(0);
	transition: .2s
}

.icon-mac-color {
	background-position: 89px
}

.icon-linux-color {
	background-position: right
}

.cm_box:hover i.icon-mac-color {
	color: #9c9c9c
}

.cm_box:hover i.icon-linux-color {
	color: #161616
}

.main_pr_box h6 {
	font-size: 18px;
	text-transform: uppercase
}

.main-pr-tabs a {
	color: #2d364c;
	text-decoration: none
}

.home-tab .item {
	border-left: 3px solid #23517900;
	box-shadow: 0 0 1px #0c274300
}

.home-tab .item.active {
	border-left: 3px solid #235179;
	box-shadow: 0 0 1px #0c2743;
	background-color: #ffffffb3
}

.ws-icon-box {
	padding: 47px;
	color: #fff;
	border-right: 1px solid #d6d6d6;
	height: 100%
}

.content-box h5 {
	margin: 13px 0 15px;
	font-size: 21px
}

.cli-bg {
	position: relative
}

.cli-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 200px;
	height: 400px;
	border-top-right-radius: 290px;
	border-bottom-right-radius: 270px;
	border: 40px solid #e9f6fc;
	border-left: 0
}

.ot-testimonials .testimonial-wrap .testimonial-inner {
	box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
	-webkit-box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #fff;
	padding: 80px 50px 70px;
	text-align: center
}

#owl-testimonial .item {
	color: #465461!important
}

.ot-heading .h3 {
	margin-bottom: 25px;
	color: #32373c
}

.num-inc {
	font-size: 45px;
	font-weight: 700;
	background: linear-gradient(to right, #275078, #0c2844);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.light_text {
	color: #2c364e!important;
	text-transform: capitalize;
	font-weight: 500
}

.map-bg h4 {
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.trust_sec {
	border-radius: 4px
}

.number_row {
	box-shadow: 0 0 24px #e6e6e6a8;
	background-color: #fbfbfb;
	padding: 19px;
	margin-top: 93px
}

.text_clr {
	color: #212223
}

.cm_box .icon-mac-color {
	filter: contrast(.2);
	transition: .2s
}

#back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 7rem;
	line-height: 30px;
	right: 1rem;
	font-size: 22px;
	z-index: 9999;
	transition: .3s ease;
	background: #fff;
	border: 1px solid #ddd;
	color: #777;
	padding: 1px 7px 7px
}

.my-6 {
	margin-bottom: 5.2rem!important;
	margin-top: 5.2rem!important
}

.t-bg::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 250px;
	height: 450px;
	border-top-left-radius: 290px;
	border-bottom-left-radius: 270px;
	border: 40px solid #e9f6fc;
	border-right: 0
}

.btmbg-gray {
	background-color: #e9f0f5
}

.bg-map {
	background-color: #2c364e!important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom
}

.social-icon-list li {
	display: inline-block;
	letter-spacing: normal;
	zoom: 1;
	line-height: normal;
	margin: 0 5px 8px 0
}

.hyperlink-ft {
	color: #fff;
	text-decoration: none
}

.hyperlink-ft:hover {
	color: #e6e6e6;
	text-decoration: underline
}

.btmbg-gray {
	background-color: #e9f0f5
}

.strip-box {
	border-radius: .2rem;
	background: #fff;
	text-align: center;
	padding: .425rem 0 .625rem 0
}

.bg-map {
	background-color: #2c364e!important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom
}

.cn-strip-box {
	border-radius: .2rem;
	background: #f5fbff2b;
	text-align: center;
	padding: .425rem 0 .625rem 0;
	margin-top: 17px
}

.cn-strip-box:hover {
	background-color: #fff;
	-webkit-transform: translateY(-16px);
	-ms-transform: translateY(-16px);
	transform: translateY(-16px);
	-webkit-box-shadow: 0 40px 80px 0 rgba(1, 1, 64, .08);
	box-shadow: 0 40px 80px 0 rgba(1, 1, 64, .08)
}

#index_slider .owl-dots .owl-dot span {
	margin: 0;
	margin-right: 7px
}

.t-bg {
	position: relative
}

.main_pr_box .h6 {
	font-size: 18px;
	text-transform: uppercase
}

.hvr_con {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../../asset/img/counter-banner/icon.png) no-repeat;
	transition: .3s
}

.earth {
	filter: brightness(.5)
}

.ws-icon-box.br_btm {
	border-bottom: 1px solid #657f95
}

.content-box p {
	font-weight: 300
}

.our_heading h1 {
	font-size: 47px;
	line-height: 1.4;
	font-weight: 700;
	padding-top: 12px;
	letter-spacing: -.8px
}

.slider_product {
	color: #fff;
	border: 1px solid #fff;
	padding: 27px
}

.slider_product .h5 {
	font-size: 17px;
	font-weight: 300;
	letter-spacing: .4px
}

.slider_product .text-small {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .4px
}

.slider_product .h5 {
	font-size: 19px;
	font-weight: 300;
	letter-spacing: .4px
}

.slider_product {
	color: #fff;
	padding: 21px 21px;
	background-color: #4a597b;
	border-radius: 5px;
	margin-top: 33px
}

.slider_product a {
	color: #fff;
	font-weight: 100;
	font-size: 14px;
	border-bottom: 1px solid #bbb
}

.slider_product a:hover {
	border-bottom: 1px solid #bbbbbb00
}

.btn-oh {
	color: #fff;
	background: linear-gradient(to right, #275078, #0c2844);
	padding: 14px 34px;
	margin-right: 13px;
	border-radius: 3px;
	font-size: 17px;
	transition: .3s
}

.btn-oh1 {
	color: #4a597b;
	background: #fff;
	padding: 14px 34px;
	margin-right: 13px;
	border-radius: 3px;
	font-size: 17px;
	transition: .3s;
	border: 1px solid #4a597b
}

.btn-oh:hover {
	color: #4a597b;
	background: #fff;
	transition: .3s
}

.oh_rating {
	display: inline-flex;
	align-items: center
}

.oh_rating img {
	max-width: 80px
}

.oh_rating h3 {
	font-size: 20px;
	font-weight: 600
}

.oh_rating p {
	font-size: 13px
}

.oh_google {
	background-color: #fff;
	padding: 10px 22px;
	border-radius: 8px;
	box-shadow: 0 0 4px #e1eaff;
	color: #3174f1;
	font-weight: 400
}

.oh_google.media {
	align-items: center
}

.oh_tp.media {
	align-items: center
}

.oh_tp {
	background-color: #fff;
	padding: 10px 22px;
	border-radius: 8px;
	box-shadow: 0 0 4px #e1eaff;
	color: #21ab7d
}

.oh_sitejabber {
	background-color: #fff;
	padding: 10px 22px;
	border-radius: 8px;
	box-shadow: 0 0 4px #e1eaff;
	color: #f15c1d;
	align-items: center
}

.button-light {
	color: #fff;
	background-color: #1c4e7f;
	border-color: #f8f9fa;
	padding: 4px 8px 6px
}

.button-light:hover {
	color: #fff
}

span.cntr {
	display: inline-block;
	font-size: 18px;
	padding: 4px 23px 6px;
	border-radius: 34px;
	box-shadow: 0 0 2px #ddd;
	color: #fff;
	font-weight: 300;
	background: linear-gradient(to right, #275078, #0c2844)
}

.client_review {
	background-image: url(../img/banner/review.jpg);
	height: 500px;
	border-radius: 0 0 74px 0;
	padding: 10px 47px 10px 97px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.client_review h4 {
	position: relative
}

.client_review_main {
	box-shadow: 30px 30px 53px 0 rgb(2 156 236 / 7%);
	padding-bottom: 50px
}

.client_review h4::after {
	content: "";
	position: absolute;
	top: 70%;
	background-image: url(../img/dotted.png);
	width: 65%;
	height: 89%;
	background-repeat: no-repeat;
	left: -43px;
	opacity: .1;
	z-index: 1
}

.client_review h4 {
	color: #fff;
	line-height: 49px;
	font-size: 35px;
	z-index: 999999
}

.client_content_sec {
	padding: 48px 101px 0
}

.client_content p {
	line-height: 25.5px;
	font-size: 16px;
	color: #465461!important
}

.client_suggest h3 {
	line-height: 38.5px;
	font-size: 27px;
	color: #465461!important;
	font-weight: 400
}

.client_content h5 {
	letter-spacing: -.5px;
	font-size: 19px;
	color: #465461!important
}

.cc_image_t {
	display: inline-flex;
	align-items: center
}

.em_mark i {
	color: #f0f8ff;
	font-weight: 100;
	font-size: 21px;
	background-color: #2d97ff21;
	padding: 22px;
	border-radius: 52px;
	position: relative;
	left: -18%;
	top: 7px;
	z-index: 1
}

.em_mark h4 {
	z-index: 99
}

#owl-testimonial .owl-nav {
	margin-top: 0
}

#owl-testimonial .owl-dot.active span {
	background: #2fa4d5;
	transition: .3s
}

#owl-testimonial .owl-dots span {
	background: #2fa3d507;
	border: 1px solid #2fa4d5;
	transition: .3s
}

#owl-testimonial .owl-prev span {
	background: #e6f7ff;
	top: 84%;
	border: 0;
	transition: .3s;
	bottom: 0;
	color: #275078;
	font-size: 27px;
	height: 47px
}

#owl-testimonial .owl-next span {
	background: #e6f7ff;
	top: 84%;
	border: 0;
	transition: .3s;
	bottom: 0;
	color: #275078;
	font-size: 27px;
	height: 47px
}

#owl-testimonial .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #1f1f1f;
	text-decoration: none
}

.resp_tab_new .fade:not(.show) {
	opacity: 0;
	display: none!important
}

.wsn_sec {
	background: #f0f8ff38;
	border: 2px solid #cbe7ff;
	padding: 30px 20px;
	border-radius: 11px;
	position: relative;
	overflow: hidden;
	transition: .5s;
	min-height: 315px
}

.wsn_hiddden {
	position: absolute;
    top: 100%;
    left: 40%;
    background-color: #fff;
    border-radius: 11px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    text-decoration: none;
    height: 100%;
    width: 0;
    overflow: hidden;
}

.owl-carousel .owl-item img {
	width: auto
}

.wsn_hiddden a:hover {
	text-decoration: none
}

.wsn_sec:hover .wsn_hiddden {
    top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    overflow: visible;
    left: 0;
}

.wsn_sec h4 {
	color: #2277bf;
	font-weight: 600
}

.wsn_sec p {
	color: #5197bd;
	margin-bottom: 0
}

.wsn_sec h5 {
	color: #5197bd;
	margin: 16px 16px 0
}

.cm_box {
	transition: .6s cubic-bezier(.215, .61, .355, 1)
}

.cm_box:hover {
	background-color: #fff;
	-webkit-transform: translateY(-16px);
	-ms-transform: translateY(-16px);
	transform: translateY(-16px);
	-webkit-box-shadow: 0 40px 80px 0 rgb(1 1 64 / 8%);
	transition: .6s cubic-bezier(.215, .61, .355, 1)
}

.trust_sec {
	border-radius: 4px;
	border: 1px solid #ddd;
	background: linear-gradient(to right, #2750781a, #0c28440f);
	padding: 20px 0 11px 0
}

.number_row {
	box-shadow: 0 0 24px #e6e6e6a8;
	background-color: #fbfbfb;
	padding: 19px;
	margin-top: 93px
}

.img_t_user {
	width: 51px!important;
	border-radius: 30px
}

.upper_content {
	background: #f0f8ff
}

.upper_content {
	background: linear-gradient(to right, #275078, #0c2844);
	padding: 30px 15px;
	border-radius: 12px;
	border: 1px solid #cbe7ff;
	color: #fff
}

.upper_content img {
	width: auto!important
}

.upper_content img {
	width: auto!important;
	filter: brightness(0) invert(1);
	border: 1px solid #224970
}

.video_section {
	background-image: url(../img/banner/slider-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 80px;
	height: 400px
}

.video_head {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: .2px
}

.video_left {
	padding: 100px 0
}

.video_left p {
	color: #fff!important
}

.video_right {
	background-color: #f5fbff;
	padding: 40px;
	margin-top: 69px;
	border-radius: 7px;
	box-shadow: 0 0 10px #8d99a542
}

.video_right h4 {
	font-weight: 600;
	font-size: 28px
}

.up_text {
	letter-spacing: 1.8px;
	color: #6f6f6f;
	font-size: 18px
}

.cmn_p {
	color: #656565;
	font-size: 15px;
	letter-spacing: .2px;
	font-weight: 400;
	line-height: 1.7
}

.video_media h5 {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	letter-spacing: .3px
}

.video_media p {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	letter-spacing: .3px;
	color: #4b5a55;
	margin-bottom: 0
}

.work_section {
	background-color: #ececec;
	padding: 60px 0 50px
}

.text-anim {
	color: #3079ed;
	animation-name: focus-in-contract;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none
}

@keyframes focus-in-contract {
	0% {
		letter-spacing: 1em;
		filter: blur(12px);
		opacity: 0
	}
	100% {
		filter: blur(0);
		opacity: 1
	}
}

.letter {
	display: inline-block;
	line-height: 1em;
	transform-origin: 0 0
}

.ml102 {
	position: relative;
	font-weight: 700;
	font-size: 1em
}

.ml102 .text-wrapper {
	position: relative;
	padding-top: .2em;
	padding-right: .05em;
	padding-bottom: .1em;
	overflow: hidden
}

.ml102 .letter {
	display: inline-block;
	line-height: 1em;
	transform-origin: 0 0
}

.margin-left {
	margin-left: 8px
}

.margin-right {
	margin-right: 8px
}

.margin-right-mobile {
	margin-right: 35%
}

.ml14 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: .1em;
	padding-right: .05em;
	padding-bottom: .15em
}

.ml14 .line {
	opacity: 0;
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	transform-origin: 100% 100%;
	bottom: 0
}

.ml14 .letter {
	display: inline-block;
	line-height: 1em
}

span.letters {
	color: #264f76;
	background-clip: text;
	font-weight: 700
}

@media screen and (max-width:651px) {
	.oh_rating {
		display: inline-flex;
		flex-direction: column;
		align-items: normal;
		row-gap: 22px
	}
	.oh_tp.media {
		margin: 0!important
	}
	.oh_google.media {
		margin: 0!important
	}
}

.ripple {
	position: relative;
	overflow: hidden
}

.ripple:before {
	border-radius: 50%;
	background: linear-gradient(to right, #275078, #0c2844);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0
}

.ripple:hover:before {
	transition: all .5s ease-out;
	opacity: 0;
	width: 160px;
	height: 160px;
	margin-top: -80px;
	margin-left: -80px
}

.div_krn {
	background-color: #e1f4fc;
	padding: 15px 15px
}

.div_krn span {
	background-color: #fff;
	padding: 8px 15px;
	font-size: 17px;
	border-radius: 62px;
	border: 1px solid #00b3ff;
	margin-top: 4px;
	margin-right: 19px!important;
	display: none
}

.div_krn p {
	color: #fff!important
}

.div_krn {
	background: linear-gradient(to right, #275078, #0c2844);
	padding: 22px 25px 25px;
	min-height: 100%;
	border-radius: 5px;
	box-shadow: 0 0 0 -2px #b1e8ff;
	transition: .3s
}

.rg_gap {
	row-gap: 22px
}

.div_krn:hover {
	box-shadow: 5px 5px 0 -2px #b1e8ff;
	transition: .3s
}

.video-play-button {
	box-sizing: content-box;
	display: inline-flex;
	width: 54px;
	height: 54px;
	border: 1px solid #fff;
	border-radius: 52px;
	justify-content: center;
	align-items: center
}

.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 18px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	left: 3px
}

.video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1
}

.oh_buttons {
	display: flex;
	justify-content: center
}

#play-video {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #fff;
	column-gap: 10px;
	cursor: pointer;
	text-decoration: underline;
	margin: 24px 0
}

.sectionvideo {
	display: flex;
	justify-content: flex-end;
	padding-top: 71px
}

.sv_img {
	background-image: url(../img/banner/video.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	width: 90%;
	border-bottom-left-radius: 74px;
	box-shadow: 20px 5px 24px #cfcfcf;
	display: flex;
	align-items: center;
	padding-left: 67px
}

.new_vid_sec {
	position: relative
}

.sectionvideo::after {
	content: "";
	background: linear-gradient(to top, #deefff 30%, #fff 100%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 60%;
	z-index: -1;
	left: 0
}

.sv_img h4 {
	color: #fff;
	font-size: 47px;
	line-height: 1.3
}

.sv_img p {
	color: #f0f8ff!important;
	font-size: 17px;
	letter-spacing: .3px;
	font-weight: 400
}

@media screen and (max-width:590px) {
	.sv_img {
		height: auto;
		width: 96%
	}
}

@media (min-width:992px) {
	.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
		margin-top: 0;
		visibility: visible;
		opacity: 1
	}
}

@media (max-width:992px) {
	.video_right {
		margin-top: 0
	}
	.video_section {
		height: auto;
		padding-bottom: 40px
	}
	.video_left {
		padding: 40px 0
	}
	.client_content_sec {
		padding: 48px 31px 0
	}
	.client_review {
		height: 260px
	}
}

@media (max-width:360px) {
	.sv_img h4 {
		font-size: 30px
	}
	.sv_img p {
		font-size: 20px
	}
}

.text-awe {
	color: #09f
}