@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Alex+Brush&family=Allison&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Gothic+A1&family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=News+Cycle:wght@400;700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Outfit", serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.other-page-banner-section {
	float: left;
	width: 100%;
	position: relative;
}
.other-page-title-wrapper {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}
.other-page-title-wrapper .other-page-title {
	font-size: 34px;
	color: #fff;
	font-weight: 600;
}
/******** Menu css ********/
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 268px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #333;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 7px;
	top: -44px;
	z-index: 9999;
	background: #0d91d5;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 15px;
	color: #404040;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	font-weight: 400;
}
li.contact-btn {
	margin-top: 22px;
	padding: 0px 17px;
	text-align: center;
	border-bottom: none !important;
}
li.contact-btn a {
	color: #fff !important;
	font-weight: 600 !important;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #d5d5d5;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-left: 40px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #ffffff;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 17px;
	font-weight: 500;
	font-family: "Poppins", serif;
}
span.arrow {
	padding-left: 0px;
	color: #ffffff;
	margin-left: 6px;
	position: absolute;
	top: 4px;
	font-size: 14px;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
span.arrow i {
	font-weight: 400;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 16px;
	background: #0d91d5;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #000000;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 8px 15px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #e3e3e3;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.logo a {
	display: inline-block;
	max-width: 85%;
}
.mobile-menu.wrapper-menu {
	padding-top: 5px;
}
.header-section {
	position: absolute;
	z-index: 333;
	padding-top: 17px;
	width: 100%;
	left: 0;
	top: 0;
}
li.menu-item-has-children.contact-btn a {
	padding: 2px 17px;
	border-radius: 50px;
	background-color: #0d91d5;
}
/******** Menu css End ********/

/******** index ********/
.banner-section {
	position: relative;
}
.banner-wrapper img {
	width: 100%;
}
.banner-details-info {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.content-details-info .heading-title {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 8px;
}
.content-details-info .heading-title span {
	display: inline-block;
	color: #0d7ab2;
}
.content-details-info p {
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 20px;
}
.content-details-info ul {
	margin-bottom: 32px;
}
.content-details-info ul li {
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	padding-right: 20px;
	position: relative;
}
.content-details-info ul li::after {
	content: "";
	position: absolute;
	right: 5px;
	width: 5px;
	height: 5px;
	background: #106d9d;
	top: 10px;
	border-radius: 50px;
}
.content-details-info ul li.right::after {
	background: none;
}
.btn-wrapper a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	background-color: #0d91d5;
	padding: 8px 28px;
	border-radius: 7px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
.btn-wrapper a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #1ea1e5 30%, #0076b3);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.btn-wrapper a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #1ea1e5 30%, #0076b3);
}
.footer-details-info ul li a:hover {
	color: #0076b3;
}
.partner-logo-section {
	padding: 45px 0px 40px;
	background: #000000;
}
.heading-text {
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 30px;
}
.partner-logo {
	text-align: center;
	margin-bottom: 15px;
}
.partner-logo-section .btn-wrapper {
	text-align: center;
	padding-top: 5px;
}
.security-section {
	padding: 90px 0px 60px;
	background-image: url(../images/background1.jpg);
	background-size: cover;
}
.security-section .btn-wrapper {
	padding-top: 7px;
}
.transformation-section {
	padding: 90px 0px 60px;
	background-image: url(../images/background2.jpg);
	background-size: cover;
}
.transformation-section .btn-wrapper {
	padding-top: 25px;
}
.explore-more-section {
	padding: 15px 0px;
	background: #17344e;
}
.explore-more {
	text-align: center;
}
.explore-more a {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
}
.explore-more a i.far {
	font-size: 16px;
	padding-left: 10px;
}
.partner-section {
	padding: 50px 0px;
	background-image: url(../images/background3.jpg);
	background-size: cover;
	background-position: center;
}
.content-details-info.wrapper {
	width: 38%;
	margin-top: 55px;
}
.footer-section {
	padding-top: 45px;
	float: left;
	width: 100%;
	box-shadow: rgb(0 0 0 / 15%) -2px -2px 3.2px;
}
.footer-logo a {
	display: inline-block;
}
.footer-details-info-row {
	padding-left: 45px;
}
.footer-details-info .footer-details-title {
	font-size: 15px;
	color: #585858;
	font-weight: 600;
	font-family: "Poppins", serif;
}
.footer-details-info ul li a {
	color: #585858;
	font-size: 14px;
	font-family: "Poppins", serif;
}
.footer-details-info.wrapp .footer-details-title {
	margin-bottom: 7px;
}
.copyright-info {
	margin-top: 35px;
	padding: 15px 0px;
	border-top: solid 1px #d5d5d5;
}
.copyright-text {
	font-size: 12px;
	color: #585858;
	font-family: "Poppins", serif;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	font-size: 12px;
	color: #585858;
	font-family: "Poppins", serif;
}
.our-story-box-wrapper {
	background: #000;
	padding: 15px;
	border-radius: 8px;
	height: 100%;
}
.our-story-box-wrapper .our-story-title {
	font-size: 22px;
	margin-bottom: 22px;
	color: #fff;
	font-weight: 600;
}
.our-story-box-wrapper p {
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	text-align: justify;
}
.our-story-box-wrapper ul li {
	margin-bottom: 18px;
	color: #fff;
	font-size: 17px;
	display: flex;
}
.our-story-box-wrapper ul li img {
	margin-right: 8px;
	vertical-align: bottom;
}
.our-story-box-wrapper ul li i {
	font-size: 23px;
	margin-right: 8px;
	color: #0d91d5;
}
/******** Landing Page css ********/
.landing-page-bg {
	background: url(../images/body-bg1.jpg);
	float: left;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: cover;
}
.landing-page-bg .copyright-info {
	background: #072549;
	text-align: center;
	border-top: none;
	padding: 10px;
	margin-top: 0;
	float: left;
	width: 100%;
}
.landing-page-bg .copyright-info .copyright-text {
	color: #fff;
}
.landing-page-bottom-logo {
	background-color: rgba(0, 0, 0, 0.3);
}
.landing-page-bottom-logo ul {
	text-align: center;
	display: flex;
}
.landing-page-bottom-logo ul li {
	margin-right: 33px;
}
.landing-page-bottom-logo {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 42px 0px;
}
.landing-page-bottom-section .bottom-title {
	text-align: center;
	font-size: 61px;
	color: #fff;
	letter-spacing: 5px;
	padding-top: 0;
	padding-bottom: 26px;
}
.landing-page-bottom-section {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.language-box-wrapper {
	display: inline-block;
	margin-left: 35px;
	text-align: right;
	float: right;
}
.language-box-wrapper .language-box-row {
	display: flex;
}
.language-box-row .select-box-language select {
	width: 45px;
	margin-left: 8px;
	border: none;
}
.language-box-icon i {
	color: #fff;
}
/****** Solutions Page css ******/
.solutions-section {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.solutions-row {
	border: solid 1px #cdcdcd;
	padding: 20px;
	border-radius: 7px;
	float: left;
	width: 100%;
	display: flex;
	margin-bottom: 30px;
}
.solutions-row .solutions-details-info {
	width: 90%;
	padding-right: 20px;
}
.solutions-row .solutions-img-wrapper {
	width: 45%;
}
.solutions-details-info .solutions-title {
	font-size: 21px;
	margin-bottom: 6px;
	color: #0d7ab2;
	font-weight: 800;
}
.solutions-img-wrapper .solutions-img-box {
	width: 154px;
	height: 154px;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
}
.solutions-img-wrapper .solutions-img-box img {
	object-fit: cover;
	height: 100%;
}
.solutions-details-info p {
	font-size: 16px;
	color: #666666;
	line-height: 23px;
	margin-bottom: 4px;
}
.read-more-btn a {
	font-size: 15px;
	color: #0d91d5;
	font-weight: 600;
}
/****** News-list Page css ******/
.news-list-section {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.news-list-row {
	float: left;
	width: 100%;
	border: solid 1px #cccccc;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.news-details-info {
	padding: 15px;
	float: left;
	width: 100%;
}
.news-details-info .news-list-title {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 21px;
	color: #333333;
	font-weight: 600;
}
.news-details-info .date {
	font-size: 15px;
	color: #0d7ab2;
	font-weight: 500;
	float: left;
	width: 100%;
}
.news-list-section .btn-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 22px;
}
.section-title-new {
	float: left;
	width: 100%;
	margin-bottom: 24px;
	font-size: 29px;
	color: #0d7ab2;
	font-weight: bold;
	position: relative;
}
.section-title-new span {
	background-color: #fff;
	position: relative;
	z-index: 33;
	padding-right: 20px;
}
.section-title-new:After {
	content: "";
	width: 100%;
	border-bottom: solid 1px #eeeeee;
	height: 3px;
	display: inline-block;
	top: 22px;
	position: absolute;
	left: 0;
}
.announcement-wrapper {
	margin-top: 53px;
}
/****** News-Details Page css ******/
.news-details-section {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.news-details-info1 {
	float: left;
	width: 100%;
}
.news-details-info1 .news-details-info-title .news-date {
	font-size: 19px;
	margin-bottom: 4px;
	color: #0d7ab2;
}
.news-details-info-title .news-details-title {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.news-details-section p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.news-details-info1 .news-details-info-title {
	margin-bottom: 33px;
}
.news-details-img {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 37px;
}
.news-img-box {
    position: relative;
    overflow: hidden;
}
.news-img-box img {
	width: 100%;
	-webkit-transition: all .5s;
    transition: all .5s;
}
.news-img-box:hover img {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
    -ms-transform: rotate(3deg) scale(1.1, 1.1);
    transform: rotate(3deg) scale(1.1, 1.1);
}


.contents-details-section {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contents-details-info {
	float: left;
	width: 100%;
}
.contents-details-info-title .contents-details-title {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.contents-details-info .contents-details-info-title {
	margin-bottom: 33px;
}



.nav_area > ul > li ul.sub-menu li:last-child a {
	border-bottom: none;
}
.landing-page-bg .container {
	max-width: 1300px;
}
.providing-section {
	padding: 40px 0px 0px;
	position: relative;
	float: left;
	width: 100%;
}
.providing-heading-title {
	text-align: center;
	margin-bottom: 35px;
	font-size: 27px;
	font-weight: 600;
	color: #333333;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 10px;
}
.providing-heading-title span {
	color: #0d7ab2;
	display: inline-block;
}
.providing-heading-title::after {
	content: "";
	position: absolute;
	width: 63px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-bottom: solid 2px #0d91d5;
}
.providing-You-need-details-info p {
	text-align: justify;
	font-size: 15px;
	color: #585858;
	line-height: 24px;
	margin-bottom: 25px;
}
.providing-You-need-details-img {
	margin-left: 20px;
}
.providing-You-need-details-img img {
	width: 100%;
}
.providing-slider-box-wrapper-row {
	padding-top: 80px;
	margin: auto;
}
.providing-slider-box-wrapper {
	border: solid 1px #cccccc;
	border-radius: 5px;
	overflow: hidden;
	margin: 0px 4px;
}
.providing-slider-box-wrapper .providing-slider-img img {
	width: 100%;
}
.providing-slider-box-wrapper .providing-slider-box-title {
	text-align: center;
	padding: 18px;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	background: #ffffff;
}
.providing-slider-box-wrapper:hover .providing-slider-box-title {
	color: #0d91d5;
	background: #000000;
}
#slider-providing .owl-nav button.owl-prev {
	position: absolute;
	left: -5%;
	top: 43%;
	box-shadow: none !important;
	outline: none !important;
}
#slider-providing .owl-nav button.owl-next {
	position: absolute;
	top: 43%;
	right: -5%;
	box-shadow: none !important;
	outline: none !important;
}
#slider-providing .owl-nav button.owl-next img {
	max-width: 35px !important;
}
#slider-providing .owl-nav button.owl-prev img {
	max-width: 35px !important;
}
#slider-providing .owl-dot {
	display: none;
}
.threatbook-section {
	padding: 40px 0px 45px;
	background-image: url(../images/background4.jpg);
	background-size: cover;
	float: left;
	width: 100%;
}
.threatbook-heading-title {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}
.threatbook-heading-title::after {
	content: "";
	position: absolute;
	width: 62px;
	/* left: 242px; */
	margin-left: 20px;
	top: 29px;
	border-bottom: solid 2px #ffffff;
}
.threatbook-details-wrapper {
	position: relative;
	padding-left: 30px;
}
.threatbook-details-wrapper::after {
	content: "";
	position: absolute;
	height: 26px;
	background: antiquewhite;
	left: 0;
	top: 0;
	border-left: solid 8px #0d7ab2;
}
.threatbook-details-wrapper .threatbook-details-title {
	font-size: 20px;
	font-weight: 600;
	color: #0d91d5;
	padding-bottom: 3px;
}
.threatbook-details-wrapper p {
	font-size: 15px;
	color: #ffffff;
	text-align: justify;
	line-height: 24px;
}
.threatbook-details-row {
	padding-top: 20px;
	padding-bottom: 30px;
}
.threatbook-details-img {
	margin-left: 50px;
}
.threatbook-details-img img {
	width: 100%;
}
.threatbook-details-text p {
	position: relative;
	padding-left: 23px;
}
.threatbook-details-text p img {
	position: absolute;
	left: 0;
	max-width: 15px;
	top: 3px;
}
#slider-providing .owl-nav button {
	width: 35px;
	height: 35px;
	border: solid 2px #cccccc;
	border-radius: 100px;
	color: #cccccc;
	font-size: 18px;
}
#slider-providing .owl-nav button:hover {
	background-color: #0d91d5;
	border: solid 2px #0d91d5;
	color: #ffffff;
}
.providing-slider-bg {
	float: left;
	width: 100%;
	background: #f5f5f4;
	padding-bottom: 60px;
}

.solutions-row:hover {
    background: #f7f7f7;
}









/****** Mobile Layout ******/
@media only screen and (max-width: 767px) {
.threatbook-heading-title::after {
	display: none;
}
.threatbook-heading-title {
	font-size: 30px;
}
#slider-providing .owl-nav button {
	background-color: #ffffff;
}
.providing-You-need-details-img {
	margin-left: 0;
}
.landing-page-bottom-section .bottom-title {
	font-size: 28px;
	letter-spacing: initial;
	padding-bottom: 26px;
}
.landing-page-bottom-logo {
	padding: 13px 0px;
}
.besign-by {
	text-align: center;
}
.footer-details-info-row {
	padding-left: 0;
}
.content-details-info.wrapper {
	width: 100%;
	margin-top: 30px;
}
.content-details-info .heading-title {
	font-size: 29px;
}
.our-story-box-wrapper ul li img {
	width: 26px;
	height: 27px;
}
.our-story-box-wrapper {
	margin-bottom: 26px;
	height: auto;
}
.security-section .offset-6 {
	margin-left: 0;
}
.transformation-section {
	padding: 50px 0px 50px;
}
.security-section {
	padding: 50px 0px 50px;
}
.banner-wrapper-home img {
	width: 100%;
	height: 469px;
	object-fit: cover;
}
.banner-details-info .content-details-info {
	margin-top: 44px;
}
.our-partners-logo .col-md-2 {
	max-width: 33.333%;
}
.our-partners-logo .partner-logo {
	margin-bottom: 7px;
}
.footer-details-info {
	margin-top: 20px;
	float: left;
	width: 100%;
}
.other-page-banner-section .banner-wrapper img {
	height: 250px;
	object-fit: cover;
}
.solutions-img-wrapper .solutions-img-box {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	float: right;
}
.solutions-row .solutions-details-info {
	padding-right: 10px;
}
.solutions-details-info .solutions-title {
	font-size: 19px;
	margin-bottom: 6px;
}
.solutions-details-info p {
	font-size: 14px;
	line-height: 19px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.landing-page-bottom-logo ul {
	display: inline-block;
}
.landing-page-bottom-logo ul li {
	margin-right: 13px;
	max-width: 28%;
	float: left;
	min-height: 32px;
	display: flex;
	align-items: center;
}
.landing-page-logo {
	width: 75%;
}
.landing-page-language-box {
	width: 25%;
}
.landing-page-bg .logo a {
	max-width: 100%;
}
.landing-page-header-section {
	padding-top: 11px;
}
}

/****** Tablet Layout ******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.providing-slider-box-wrapper-row {
	padding: 0px 20px;
	padding-top: 61px;
}
.providing-slider-box-wrapper .providing-slider-box-title {
	font-size: 20px;
}
.content-details-info.wrapper {
	width: 60%;
	margin-top: 55px;
}
.transformation-section {
	padding: 60px 0px 60px;
}
.banner-wrapper-home img {
	height: 400px;
	object-fit: cover;
}
.header-section .toggle {
	right: 21px;
	top: -2px;
}
.landing-page-bottom-section .bottom-title {
	font-size: 26px;
	letter-spacing: initial;
	padding-bottom: 20px;
}
.solutions-img-wrapper .solutions-img-box {
	width: 130px;
	height: 130px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
}
