/* Top Links */
:root {
	/* scroll-behavior: smooth; */
	scroll-behavior: auto !important;
}

.top-link-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: #1d1d24;
	width: 100%;
	padding: 0;
}

.top-link-header li {
	float: left;
	padding: 10px 15px;
}

.top-link-header li a {
	color: #fff;
	font-size: 14px;
}

.top-link-header li a:hover {
	color: #be1938;
}

.top-link-header li a i {
	margin-right: 5px;
}

/* Top Links End */

/* Banner */
.section-banner {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
	/* background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./../images/background/cyber_2.jpg);
    background-image: url(https://themes.envytheme.com/vaximo/wp-content/uploads/2020/08/bg-1-1.jpg); */
}

.section-banner .video {
	height: 100vh !important;
	width: 100vw !important;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	z-index: 1;
}

.section-banner .video video {
	object-fit: cover;
}

.section-banner .slider {
	z-index: 1;
}

.section-banner .slider .item {
	animation: slideIn 2s linear;
}

.section-banner .slider .item.item2 {
	display: none;
}

.section-banner .slider .item.item3 {
	display: none;
}

.section-banner .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-banner .bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 2s linear;
	animation: zoom 30s;
}

.section-banner .bg-img img.hidden {
	display: none;
}

.section-banner .bg-img img.visuallyhidden {
	opacity: 0;
}

.get-in-touch-page {

	background: url(/assets/images/contact-us.png) !important;
	height:600px !important
}
/* .page-title.style-two{
    background: url(https://images.unsplash.com/photo-1517048676732-d65bc937f952?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1903px;
    height: 420px;
}

.page-title.style-two .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 420px;
	background-repeat: repeat-x;
	animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}

.page-title.style-two .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	bottom: -100px;
	width: 860px;
	height: 350px;
	background-repeat: no-repeat;
}

.page-title.style-two:before{
	display: none;
} */


@keyframes slideIn {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes zoom {
	0% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(1.5, 1.5);
	}
}

.section-banner .banner-shape-3 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.section-banner .banner-shape-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.section-banner .banner-shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	-webkit-animation: Focus 2s linear 2s infinite;
	animation: Focus 2s linear 2s infinite;
}

@keyframes Focus {
	0% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.section-banner .owl-wrapper {
	transform: translate3d(0px, 0px, 0px) !important;
	width: 100%;
	z-index: 1;
}

.section-banner .owl-carousel .owl-item {
	display: none;
}

.section-banner .owl-carousel .owl-item.active {
	display: block;
}

#banner_carousel .item {
	width: 100%;
	height: 100vh;
	transition: all 3s;
}

#banner_carousel .item.show {
	display: block;
}

#banner_carousel .item.hide {
	display: none;
}

#banner_carousel .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.custome_nav .btn_prev {
	position: absolute;
	left: 80px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #65636d;
	/* border-radius: 15%; */
	cursor: pointer;
	z-index: 10;
	/* background: transparent; */
	background: #2e2d2d;
	color: #65636d;
	transition: all 1s;
}

.custome_nav .btn_next {
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #65636d;
	/* border-radius: 15%; */
	cursor: pointer;
	z-index: 10;
	/* background: transparent; */
	background: #2e2d2d;
	color: #65636d;
	transition: all 1s;
}

.custome_nav .btn_prev:hover,
.custome_nav .btn_next:hover {
	border: 1px solid rgb(186 86 86);
	background: #be1938;
	transition: all 0.5s ease 0s;
}

.custome_nav .btn_prev:hover i,
.custome_nav .btn_next:hover i {
	color: #fff;
	transition: 0.5s;
}

#banner_carousel {
	position: relative;
}

.owl-item.active .item img {
	transform: scale(1);
}

.owl-item.active .item .title span {
	display: block
}

.owl-item.active .item .cta {
	display: flex
}

.section-banner .content-box {
	width: 100%;
	display: flex;
	z-index: 5;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}

.section-banner .content-box .text {
	color: #fff;
}

.section-banner .content-box h1 {
	position: relative;
	font-size: 55px;
	line-height: 65px;
	letter-spacing: 3px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 25px;
}

.section-banner .content-box p {
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 60px;
	max-width: 600px;
}

.section-banner .info {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 25px;
	background: #e21f3614;
	border: 1px solid #3d3637;
	max-width: 600px;
}

.section-banner .info a {
	color: #fff;
	font-size: 14px;
}

.section-banner .info a i {
	color: #fa5b5e;
	font-size: 14px;
	margin-right: 8px;
}

.section-banner .info a:hover {
	color: #fa5b5e;
}

.section-banner .info a:hover i {
	color: #fa5b5e;
}

.default-btn {
	z-index: 1;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	padding: 14px 30px 14px;
	line-height: 1;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-align: center;
	background-color: #be1938;
	position: relative;
	overflow: hidden;
	border: 1px solid #be1938;
}

a.default-btn.outline:hover {
	background: #be1938;
	border-color: #be1938;
}

a.default-btn.outline {
	background: transparent;
	border: 1px solid;
}

.default-btn i {
	color: #fff;
}

.default-btn:hover {
	background: #be1938;
	color: #fff;
}

.default-btn:hover i {
	color: #ffffff;
}

@keyframes zoom {
	0% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(1.5, 1.5);
	}
}

/* Banner End */

/* Top Header */
/* .megamenu-visible {
	overflow: hidden !important;
} */

.main-header .navigation .dropdown .panel {
	background: #fff;
	border: 1px solid #dbdbdc;
	left: 0;
	width: 100%;
	top: 100px;
	transition: none;
	z-index: 2;
	position: absolute;
	right: 0;
	display: none !important;
	height: 380px;
}

.main-menu .navigation li.dropdown .panel.open {
	display: block !important;
}

.main-header .navigation .dropdown .panel .overview {
	background: #fafafa;
	padding: 2rem 1rem 2rem 1rem;
}

.main-header .navigation .dropdown .panel .overview h1 {
	font-weight: 700;
	margin-bottom: 20px;
}

.main-header .navigation .dropdown .panel .overview p {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.main-header .navigation .dropdown .panel .overview a {
	color: #be1938;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
}

.main-header .navigation .dropdown .panel article.tab-icon {
	display: block;
	height: 4.5rem;
	width: 4rem;
	margin: auto;
}

.main-header .navigation .dropdown .panel h3.nav-link-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.57;
	letter-spacing: .035rem;
	text-transform: uppercase;
}

/* .main-header .navigation .dropdown .panel .list,
.main-header .navigation .dropdown .megamenu .list {
	padding: 5px 20px;
	border-left: 1px solid #aaa;
	height: 100%;
} */

/* .main-header .navigation .dropdown .panel .list.list-one,
.main-header .navigation .dropdown .megamenu .list.list-one {
	border: none;
} */

/* .main-header .navigation .dropdown .panel .list .service,
.main-header .navigation .dropdown .megamenu .list .service {
	color: #000;
	padding-bottom: 30px;
	font-weight: 700;
} */

/* .main-header .navigation .dropdown .panel .list .sub_services li,
.main-header .navigation .dropdown .megamenu .list .sub_services li {
	margin-bottom: 3px;
}

.main-header .navigation .dropdown .panel .list .sub_services li a.sub_link,
.main-header .navigation .dropdown .megamenu .list .sub_services li a.sub_link {
	color: #777;
	display: block;
	padding: 1px 10px;
	font-size: 14px;
	font-weight: 500;
}

.main-header .navigation .dropdown .panel .list .sub_services li a.sub_link.main,
.main-header .navigation .dropdown .megamenu .list .sub_services li a.sub_link.main {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}

.main-header .navigation .dropdown .panel .list .sub_services li a.sub_link:hover,
.main-header .navigation .dropdown .megamenu .list .sub_services li a.sub_link:hover {
	background: #e6e8eb;
}

.megamenu-wrapper .content {
	position: absolute;
	top: 0;
	left: 55%;
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
} */

/* Top Header End */

/* Services Section */
.section-services .service-block {
	/* padding: 20px 15px; */
	/* height: 100%; */
}

.service-block .inner-box {
	/* width: 100%;
    height: 500px;
    padding: 40px 30px;
    background: #0e0129;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 30%);
    transition: all 0.8s ease; */
}

.service-block.even .inner-box {
	background: linear-gradient(45deg, #0d0232 0%, #5f0090 50%, #1467ab 100%);
	transform: translateY(-20px);
}

.service-block .inner-box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(https://templates.hibootstrap.com/cysec/default/assets/images/pricing-bg-shape.png);
	background-repeat: no-repeat;
	background-position: bottom -55px center;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.service-block .inner-box:hover {
	transform: translateY(-30px);
}

.service-block .inner-box h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.service-block .inner-box p {
	color: #bebbbb;
	line-height: 22px;
}

.service-block .inner-box img {
	min-width: 150px;
	z-index: 1;
}

.service-block-one {
	height: 100%;
}

.service-block-one .inner-box {
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 50px 20px;
	border-radius: 5px;
	transition: all 900ms ease;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 9%);
	background: #fff;
}

.service-block-one .inner-box:hover {
	background: #0e0129;
	box-shadow: 0 0 10px 3px rgb(0 0 0 / 30%);
}

.service-block-one .inner-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-radius: 5px;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before {
	height: 100%;
	top: 0px;
}

.service-block-one .inner-box h4 {
	margin-bottom: 30px;
}

.service-block-one .inner-box .icon-box {
	position: relative;
	display: inline-block;
	margin-bottom: 33px;
}

.service-block-one .inner-box .icon-box i {
	position: relative;
	display: inline-block;
	font-size: 80px;
	background: #fff;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 50px rgb(0 0 0 / 10%);
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box i {
	box-shadow: none;
}

.service-block-one .inner-box .icon-box .border-layer {
	position: absolute;
	width: 170px;
	height: 170px;
	left: -10px;
	top: -10px;
	border: 2px solid #fff;
	border-radius: 50%;
	clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0);
	transition: all 500ms ease;
	-webkit-animation: service_hexagon 2s infinite linear;
	-moz-animation: service_hexagon 2s infinite linear;
	-o-animation: service_hexagon 2s infinite linear;
	animation: service_hexagon 2s infinite linear;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.service-block-one .inner-box:hover .icon-box .border-layer {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

.service-block-one .inner-box:hover .border-layer {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.service-block-one .inner-box .icon-box .border-layer:before {
	position: absolute;
	content: '';
	background: #ffffff;
	width: 8px;
	height: 8px;
	left: 33px;
	bottom: 9px;
	border-radius: 50%;
}

.service-block-one .inner-box p {
	color: #666;
}

.service-block-one .inner-box a {
	font-size: 18px;
}

.service-block-one .inner-box:hover h4,
.service-block-one .inner-box:hover h4 a,
.service-block-one .inner-box:hover p {
	color: #fff;
}

/* .service-block-one .inner-box:hover{
    box-shadow: 0 0 3rem 0 rgb(0 0 0 / 10%);
    transform: scale(1.1);
    border-color: #be1938;
}
.service-block-one .inner-box.green:hover {
    box-shadow: 0 0 3rem 0 rgb(0 0 0 / 10%);
    transform: scale(1.1);
	border-color: rgb(39 195 152);
}
.service-block-one .inner-box.blue:hover {
    box-shadow: 0 0 3rem 0 rgb(0 0 0 / 10%);
    transform: scale(1.1);
	border-color: rgb(52 149 250);
}
    .service-block-one .inner-box.yellow:hover {
        box-shadow: 0 0 3rem 0 rgb(0 0 0 / 10%);
    transform: scale(1.1);
	border-color: rgb(233 149 23);
}

.service-block-one .inner-box:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-radius: 5px;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before{
	height: 100%;
	top: 0px;
}

.service-block-one .inner-box h4{
}

.service-block-one .inner-box .icon-box{
	position: relative;
	display: inline-block;
	margin-bottom: 33px;
}

.service-block-one .inner-box .icon-box i{
	position: relative;
	display: inline-block;
	font-size: 50px;
	background: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box i{
    background: #f4f5f9;
	box-shadow: none;
}

.service-block-one .inner-box .icon-box .border-layer{
	position: absolute;
	width: 120px;
	height: 120px;
	left: -10px;
	top: -10px;
	border: 2px solid #fff;
	border-radius: 50%;
	clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0);
	transition: all 500ms ease;
	-webkit-animation: service_hexagon 2s infinite linear;
    -moz-animation: service_hexagon 2s infinite linear;
    -o-animation: service_hexagon 2s infinite linear;
    animation: service_hexagon 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.service-block-one .inner-box:hover .icon-box .border-layer{
	border: 2px solid #be1938;
}
.service-block-one .inner-box.green:hover .icon-box .border-layer{
	border: 2px solid rgb(39 195 152);
}
.service-block-one .inner-box.blue:hover .icon-box .border-layer{
	border: 2px solid rgb(52 149 250);
}
.service-block-one .inner-box.yellow:hover .icon-box .border-layer{
	border: 2px solid rgb(233 149 23);
}
.service-block-one .inner-box:hover .icon-box .border-layer{
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.service-block-one .inner-box:hover .border-layer{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.service-block-one .inner-box .icon-box .border-layer:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 8px;
	height: 8px;
	left: 15px;
	bottom: 9px;
	border-radius: 50%;
}
.service-block-one .inner-box:hover .icon-box .border-layer:before{
	background: #be1938;
}
.service-block-one .inner-box.green:hover .icon-box .border-layer:before{
	background: rgb(39 195 152);
}
.service-block-one .inner-box.blue:hover .icon-box .border-layer:before{
	background: rgb(52 149 250);
}
.service-block-one .inner-box.yellow:hover .icon-box .border-layer:before{
	background: rgb(233 149 23);
}
.service-block-one .inner-box p{
	color: #666;
}

.service-block-one .inner-box:hover h4,
.service-block-one .inner-box:hover h4 a,
.service-block-one .inner-box:hover p{
} */
/* Services End */

/* About */
.about-blockquote {
	padding: 5px 5px 5px 35px;
	border: 1px solid #e7e5e5;
	border-left: 4px solid #fa5b5e;
	border-radius: 5px;
	margin-top: 25px;
}

.about-blockquote:hover {
	transform: scale(1.1);
}

.about-list {
	margin-top: 25px;
}

.about-icon {
	float: left;
	margin-right: 10px;
}

.about-icon i {
	font-size: 20px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: linear-gradient(to right, #fa5b5e 0%, #f84447 100%);
	border-radius: 50%;
	display: inline-block;
}

.section-about .content-box p {
	margin-bottom: 15px;
}

/*  */

#image_block_05 .image-box {
	position: relative;
	display: block;
	min-height: 480px;
	margin-top: 6px;
}

#image_block_05 .image-box .image {
	/* position: absolute;
	border-radius: 5px; */
	z-index: 5;
}

#image_block_05 .image-box .image img {
	width: 100%;
	border-radius: 5px;
}

#image_block_05 .image-box .image-1 {
	left: 0px;
	bottom: 0px;
}

#image_block_05 .image-box .image-2 {
	top: 40px;
	right: 0px;
}

#image_block_05 .image-box .image-3 {
	/* left: 129px;
	top: 0px; */
}

#image_block_05 .image-box .pattern-layer {
	position: absolute;
	right: 30px;
	bottom: 7px;
	width: 201px;
	height: 121px;
	background-repeat: no-repeat;
	z-index: 1;
}

#image_block_05 .image-box .elipse {
	position: absolute;
	right: 222px;
	bottom: 82px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	z-index: 2;
	-webkit-animation: zoom-fade 5s infinite linear;
	animation: zoom-fade 5s infinite linear;
}

.shape1 {
	position: absolute;
	z-index: 1;
	top: 18%;
	left: 5%;
}

.shape2 {
	position: absolute;
	z-index: 1;
	left: 15%;
	top: 80%;
}

.shape3 {
	position: absolute;
	z-index: 1;
	right: 10%;
	bottom: 22%;
}

.shape1 img {
	animation: movebounce 5s linear infinite;
}

.shape2 img {
	animation: movescale 3s linear infinite;
}

.shape3 img {
	animation: movebounce 5s linear infinite;
}

@keyframes movescale {
	0% {
		transform: scale(.8);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(.8);
	}
}

@keyframes movebounce {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}

/* About End */

/* Cyber Section */
.cyber-section {
	background: url(https://themes.envytheme.com/vaximo/wp-content/uploads/2020/07/banner-bg-1-1-1-1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cyber-section .content {
	padding: 140px 60px;
}

.cyber-section p,
.industries-section p {
	color: rgb(168 170 183);
	text-transform: uppercase;
	font-weight: 700;
}

.cyber-section .item {
	cursor: pointer;
	color: #fff;
	background: #be19381a;
	border: 1px solid #be193847;
	border-radius: 5px;
	padding: 8px 15px;
	margin: 15px 0;
	font-size: 14px;
}

.cyber-section .item:hover {
	color: #fb5155;
}

.cyber-section .item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	width: 25px;
	height: 25px;
	border: 1px solid #be1938;
	background: #be1938;
	border-radius: 15px;
}

.cyber-section .item .icon i {
	color: #ffffff;
	font-size: 10px;
}

.operation-center-image {
	border-radius: 0px 30px 30px 30px;
	overflow: hidden;
	max-width: 80%;
	margin: auto;
}

.operation-center-image img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	min-height: 600px;
}

.operation-center-image:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* Cyber Section End */

/* Pricing */
/* .pricing-card {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 20%);
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.pricing-card.pricing-card-2 {
    transform: translateX(20px);
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 50%);
    background: linear-gradient(-60deg, #031d26 0%, #25292d 100%);
}
.pricing-card:hover {
    transform: translateX(40px);
}
.pricing-card .pricing-card-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
}
.pricing-card.pricing-card-2 .pricing-card-wrapper h3 {
    color: #f92f48;
}
.pricing-card .pricing-card-wrapper .pricing-list {
    width: 65%;
}
.pricing-card.pricing-card-2 .pricing-card-wrapper .pricing-list hr.gr-divider::before {
    background-image: linear-gradient(135deg, #fff 12.5%, transparent 12.5%, transparent 50%, #fff 50%, #fff 62.5%, transparent 62.5%, transparent 100%);
}
.pricing-list ul {
    display: flex;
    justify-content: start;
    align-items: center;
}
.pricing-list ul li {
    padding: 20px 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}
.pricing-list ul li.check {
    color: #000;
}
.pricing-list ul li i {
    font-size: 20px;
}
.pricing-list ul li.check i {
    color: #178be3;
} */
.pricing-card {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 40px;
	padding-bottom: 60px;
	/* display: flex;
    justify-content: center; */
	text-align: center;
	background: #fff;
	border-top: 5px solid #f92f2f;
	box-shadow: 0 0 20px 3px rgb(0 0 0 / 8%);
	transition: all 1s ease;
}

.pricing-cards .col-lg-4 {
	padding-left: 10px;
	padding-right: 10px;
}

.pricing-card.pricing-card-2 {
	transform: scale(1.1);
	box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 40%);
	background: #0e0129;
	z-index: 10;
}

.pricing-card:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(https://templates.hibootstrap.com/cysec/default/assets/images/pricing-bg-shape.png);
	background-repeat: no-repeat;
	background-position: top -55px center;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.pricing-card:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(https://themes.envytheme.com/vaximo/wp-content/themes/vaximo/assets/img/shape/5.png);
	background: url(https://templates.envytheme.com/seqty/default/assets/img/pricing-shape.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	right: 0;
	bottom: 0px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.pricing-card:hover::before,
.pricing-card.pricing-card-2::before {
	opacity: 1;
}

.pricing-card .title {
	color: #f92f2f;
	font-size: 35px;
	font-weight: 700;
}

.pricing-card .pricing-list li {
	color: #535151;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px;
	border-bottom: 1px solid #eee2e2;
	margin-bottom: 10px;
}

.pricing-card.pricing-card-2 .pricing-list li {
	color: #cecaca;
	border-bottom: 1px solid #2c2933;
}

.pricing-card:hover {
	transform: translatey(-30px);
	background: #0e0129;
	box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 40%);
	transition: all 0.5s ease;
}

.pricing-card:hover .pricing-list li {
	color: #cecaca;
	border-bottom: 1px solid #2c2933;
}

/* Pricing End */

/* CTA */
.cta-section {
	background: url(https://wallpaperaccess.com/full/1393342.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.image-layer .image-1 {
	position: absolute;
	left: 50px;
	bottom: 70px;
}

.image-layer .image-2 {
	position: absolute;
	right: 30px;
	top: -50px;
}

.cta-section .title-inner h1 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 45px;
	/* font-weight: 600; */
	color: #fff;
	margin-bottom: 20px;
}

.cta-section .title-inner h5 {
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
	letter-spacing: 0.5px;
	font-size: 18px;
}

.cta-section .title-inner p {
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
	letter-spacing: 0.5px;
}

/* CTA End */

/* Clients */
section.section {
	/* padding: 120px 0; */
}

.partners-carousel {
	margin: 1rem;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	border: 1px solid rgba(163, 152, 152, 0.3);
	border-radius: 10px;
	margin: 0 100px;
}

.partners-carousel figure.logo-box.slick-slide {
	height: 165px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 15px;
	margin: 0 20px;
}

.partners-carousel img {
	margin: .2rem;
}

.partners-carousel img:hover {
	transform: scale(1.3);
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	position: absolute;
	padding: 5px 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	font-size: 0;
}

.slick-slider .slick-prev {
	top: 32%;
	left: -1%;
}

.slick-slider .slick-next {
	top: 32%;
	right: -1%;
}

.slick-slider .slick-prev span,
.slick-slider .slick-next span {
	font-size: 20px;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	transform: scale(1.2);
	transition: all 500ms ease;
}

.slick-slider .slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.slick-slider .slick-dots li {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-slider .slick-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #ced3d7;
}

.slick-slider .slick-dots li.slick-active button {
	width: 15px;
	height: 15px;
	background: #fa5b5e;
}

/* Clients End */

/* Footer */
/** main-footer **/
@media(max-width:778px){
	.logomobileadjustment{
		text-align: center;
	}
	.socialiconmobileadjustment{
		justify-content: center !important;
		display: flex;
	}
}

/* Footer End */

/* Sub Banner */
.section-sub-banner {
	/* background-color: #110b44;
    background-image: linear-gradient(-60deg, #091a56 0%, #1f589f 100%); */
	background: url(https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
}

.section-partners.section-sub-banner {
	background: url(https://images.unsplash.com/photo-1517048676732-d65bc937f952?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-contact.section-sub-banner {
	background: url(https://images.unsplash.com/photo-1462826303086-329426d1aef5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-sub-banner .pattern-layer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 420px;
	background-repeat: repeat-x;
	animation: slide 100s linear infinite;
	-webkit-animation: slide 100s linear infinite;
}

.section-sub-banner .content-box h1 {
	position: relative;
	font-size: 45px;
	color: #fff;
}

.section-sub-banner .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #871f33;
	padding: 20px 20px;
}

.section-sub-banner .title h3 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	/* margin-bottom: 15px !IMPORTANT; */
	color: #ffffff;
	/* text-transform: uppercase; */
	font-family: 'Muli', sans-serif;
}

.section-sub-banner .sec-title h1 {
	border-bottom: 3px solid #b12f48;
	padding: 20px 40px;
	background: #00000047;
}

/* Sub Banner End */

/* Partners Sub Page */
.contact-section .pattern-layer,
.partners-section .pattern-layer {
	position: absolute;
	left: 0px;
	top: 0;
	right: 0px;
	width: 100%;
	height: 940px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.customer-logos-wrapper .logos-wrapper {
	display: flex;
	flex-direction: row;
	align-items: inherit;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.customer-logos-wrapper .logos-wrapper .customer-logos {
	width: 10rem;
	height: 5.5rem;
	margin: 0 2rem;
	background-repeat: no-repeat;
	position: relative;
}

.customer-logos-wrapper .logos-wrapper .customer-logos img {
	width: 100%;
	height: 100%;
}

.customer-logos:hover {
	transform: scale(1.2);
	transition: 0.5s;
}

/* Partners Sub Page End */

/* Contact Us Sub */
/** contact-section **/

#content_block_09 .content-box {
	position: relative;
}

#content_block_09 .content-box #contact-form {
	position: relative;
	display: block;
	background: #fff;
	padding: 56px 40px 60px 40px;
	border-radius: 5px;
	box-shadow: 0 0px 50px rgba(2, 13, 49, 0.2);
}

#content_block_09 .content-box #contact-form:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: calc(100% - 40px);
	left: 20px;
	top: 20px;
	z-index: -1;
	border-radius: 5px;
	box-shadow: 0 0px 50px rgba(2, 13, 49, 0.2);
}

#content_block_09 .content-box #contact-form .form-group {
	position: relative;
	margin-bottom: 26px;
}

#content_block_09 .content-box #contact-form .form-group:last-child {
	margin-bottom: 0px;
}

#content_block_09 .content-box #contact-form .form-group label {
	position: relative;
	display: block;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	color: #1d165c;
	font-weight: 600;
	margin-bottom: 13px;
}

#content_block_09 .content-box #contact-form .form-group label i {
	font-size: 14px;
	color: #7f7f7f;
	margin-right: 10px;
}

#content_block_09 .content-box #contact-form .form-group input[type='text'],
#content_block_09 .content-box #contact-form .form-group input[type='email'],
#content_block_09 .content-box #contact-form .form-group textarea {
	position: relative;
	width: 100%;
	height: 55px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 10px 20px;
	font-size: 16px;
	font-style: italic;
	transition: all 500ms ease;
}

#content_block_09 .content-box #contact-form .form-group input:focus,
#content_block_09 .content-box #contact-form .form-group textarea:focus {}

#content_block_09 .content-box #contact-form .form-group textarea {
	display: block;
	height: 120px;
	resize: none;
	margin-bottom: 4px;
}

#content_block_09 .content-box #contact-form .form-group button {
	display: block;
	width: 100%;
}

.contact-section .image-box {
	position: relative;
	display: block;
}

.contact-section .image-box img {
	width: 100%;
}

.info-sub-section i {
	background: #3970c7 none repeat scroll 0 0;
	border-radius: 500px;
	box-shadow: 0px 0px 8px 0px rgb(88 91 94 / 70%);
	color: #fff;
	float: left;
	font-size: 18px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	margin-right: 20px;
	text-align: center;
}

.info-sub-section i:hover {
	background: linear-gradient(to right, #fb5155 0%, #f92a75 50%, #fb5155 100%);
}

.single-info {
	height: 100%;
	text-align: center;
	box-shadow: 5px 0px 10px 3px rgb(0 0 0 / 10%);
	background-color: #fff;
	padding: 30px 30px;
	font-family: 'Muli', sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.why-section .single-info {
	padding: 20px 10px;
}

.single-info .img-box img {
	max-width: 80px;
	width: 100%;
	height: auto;
}

.single-info:hover {
	box-shadow: 15px 0px 20px 3px rgb(0 0 0 / 25%);
	transform: scale(1.1);
	transition: all 1s ease;
}

.single-info .icon {
	background: #b12f48;
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	margin-bottom: 20px;
	float: left;
	padding: 20px;
}

.single-info,
.single-info p {
	font-family: 'Muli', sans-serif;
}

.single-info p {
	line-height: 20px;
}

/* Contact Us Sub End */

/* Team Section */


.team-section {
	position: relative;
}

.team-block {
	padding: 20px 10px 0 20px;
	border: 1px solid #e3e3e3;
	margin: -1px 0 0 -1px;
}

.team-section .team-block-one {
	margin-bottom: 50px;
}

.team-block-one .inner-box {
	position: relative;
	display: block;
	padding-right: 24px;
}

.team-block-one .inner-box .image-box {
	position: relative;
	display: block;
	border-radius: 5px;
}

.team-block-one .inner-box .image-box img {
	width: 100%;
	border-radius: 5px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
	opacity: 0.5;
}

.team-block-one .inner-box .image-box .contact-box {
	position: absolute;
	right: -24px;
	bottom: 25px;
	width: 50px;
	height: 110px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team-block-one .inner-box .image-box .contact-box:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	top: 0px;
	right: 0px;
	border-radius: 30px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .contact-box:before {
	width: 100%;
	left: 0px;
}

.team-block-one .inner-box .image-box .contact-box .email {
	position: absolute;
	top: 0px;
	right: 0px;
}

.team-block-one .inner-box .image-box .contact-box .email i {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #aeaeae;
	text-align: center;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .contact-box .email i {
	color: #fff;
}

.team-block-one .inner-box .image-box .contact-box .email:before {
	position: absolute;
	content: '';
	background: #e5e5e5;
	height: 1px;
	width: 34px;
	left: 8px;
	bottom: 0px;
}

.team-block-one .inner-box .image-box .contact-box .email span {
	position: absolute;
	display: inline-block;
	right: 50px;
	top: 20px;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	border-radius: 3px;
	padding: 0px 12.5px;
	color: #666;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .contact-box .email:hover span {
	opacity: 1;
	visibility: visible;
	right: 65px;
}

.team-block-one .inner-box .image-box .contact-box .email span:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 12px;
	height: 12px;
	top: 6px;
	right: -3px;
	transform: rotate(45deg);
}

.team-block-one .inner-box .image-box .contact-box .social-links {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.team-block-one .inner-box .image-box .contact-box .social-links .share {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #aeaeae;
	text-align: center;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .contact-box .social-links .share {
	color: #fff;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list {
	position: absolute;
	top: 6px;
	right: 43px;
	width: 130px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .contact-box .social-links:hover .list {
	visibility: visible;
	opacity: 1;
	right: 58px;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list li {
	position: relative;
	display: inline-block;
	margin-left: 6px;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list li:first-child {
	margin-left: 0px;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #8d8d8d;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list li a:hover {
	color: #fff;
}

.team-block-one .inner-box .lower-content {
	padding-top: 26px;
}

.team-block-one .inner-box .lower-content h4 {
	margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content .designation {
	position: relative;
	display: block;
	line-height: 20px;
}

.team-section .more-btn {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 36px;
}

/* Team Section End */

/* Why Us */
.why-section {
	background: url(https://www.a10networks.com/wp-content/uploads/7-Strategies-for-CSO-Cyber-Security-Survival-1000x377-1-2048x772.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.d-card {
	padding: 50px 60px;
	background: #00000073;
	border: 1px solid #474856;
}

.d-card h1,
.d-card p {
	color: #fff;
}

/* Why Us End */

section.section-info {
	margin-top: -100px;
}

/* Flipbox */
.flipbox {
	position: relative;
	width: 100%;
	min-height: 300px;
	padding: 15px;
	transform-style: preserve-3d;
	perspective: 1000px;
	cursor: pointer;
}

.flipboxbody {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: 0.9s ease;
}

.flipboximgcontainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	box-shadow: 0 5px 5px #7e7676;
	/* background: #fff; */
	/* background: #0e0129; */
	/* border-radius: 10px; */
	/* border: 2px solid #eee; */
	/* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px; */
	/* box-shadow: rgb(132 126 126) 10px 10px 10px; */
}

.flipboximgcontainer figcaption {
	position: absolute;
	height: 80px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10;
}

.flipboximgcontainer figcaption .icon {
	width: 60px;
	height: 80px;
	font-size: 32px;
	color: #ffffff;
	background: #be1938;
	line-height: 40px;
	padding: 20px 0 20px 0px;
	text-align: center;
	float: left;
}

.flipboximgcontainer figcaption .icon span {
	margin: 0;
	font-size: 30px;
}

.flipboximgcontainer .text {
	margin: 0;
	height: 100%;
	padding: 15px 15px 15px 75px;
}

.flipboximgcontainer img {
	width: 100%;
	height: 100%;
}

.flipbox h3 {
	text-transform: none;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	margin: 0;
	letter-spacing: 0;
	color: #fff;
}

.flipbox h5 {
	color: #cfc1c1;
	font-size: 25px;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
}

.flipboxcontent {
	width: 100%;
	height: 100%;
	background: #0e0129;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transform: rotateY(180deg);
	/* border-radius: 10px; */
	box-shadow: 0 5px 5px #7e7676;
	position: relative;
	padding: 30px 0;
}

.flipboxcontent::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(https://templates.hibootstrap.com/cysec/default/assets/images/pricing-bg-shape.png);
	background-repeat: no-repeat;
	background-position: bottom -55px center;
	left: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.flipboxcontent div {
	background: #0e0129;
	transform-style: preserve-3d;
	padding: 10px;
	transform: translateZ(100px);
	width: 80%;
	display: flex;
	flex-direction: column;
	color: #e0d5d5;
}

.flipbox:hover .flipboxbody {
	transform: rotateY(180deg);
}

.flipbox .flipboxcontent h3 {
	color: #d35a68;
}

.flipbox .flipboxcontent p {
	color: inherit;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
}

.bg-dark .flipboximgcontainer,
.bg-dark .flipboxcontent {
	box-shadow: 0 5px 5px #3a445d;
}

/* Flipbox End */

/** industries-section **/

.industries-section {
	position: relative;
	padding: 125px 0px 90px 0px;
}

.industries-section .pattern-layer .pattern-1 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background: url(https://www.seekpng.com/png/full/7-74625_galaxy-png-black-and-white.png);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.industries-section .pattern-layer .pattern-2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 463px;
	background-size: cover;
	background-repeat: repeat-x;
	animation: slide 100s linear infinite;
	-webkit-animation: slide 100s linear infinite;
}

.industries-section .inner-box {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 35px 30px 30px 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	transition: all 500ms ease;
}

.industries-section .inner-box:hover {
	box-shadow: 0 20px 30px rgb(54 27 59);
}

.industries-section .inner-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	border-radius: 5px;
	transition: all 500ms ease;
}

.industries-section .inner-box:hover:before {
	height: 100%;
	top: 0px;
}

.industries-section .inner-box .pattern-layer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 137px;
	background-repeat: no-repeat;
	opacity: .05;
	transition: all 500ms ease;
}

.industries-section .inner-box:hover .pattern-layer {
	opacity: 1;
}

.industries-section .inner-box span {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.industries-section .inner-box h4 {
	line-height: 28px;
	margin-bottom: 100px;
}

.industries-section .inner-box h4,
.industries-section .inner-box h4 a {
	color: #fff;
	font-size: 1.4rem;
}

.industries-section .inner-box .btn-box {
	position: absolute;
	right: 30px;
	bottom: 60px;
}

.industries-section .inner-box .btn-box a {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
}

.industries-section .inner-box:hover .btn-box a {
	background: #fff;
}

.industries-section .inner-box .icon-box {
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 0.6);
	margin: 0px;
	transition: all 500ms ease;
}


.industries-section .content-box .btn-box a {
	color: #fff;
	font-weight: 600;
}

.industries-section .content-box {
	position: relative;
	margin-bottom: 30px;
}

.industries-section .sec-title {
	margin-bottom: 42px;
}

/** industries-section End **/

/** service-details **/

.service-details {
	position: relative;
	padding: 60px 0px;
	text-align: justify;
}

.service-details-content .inner-box .two-column {
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.service-details-content .inner-box .two-column .left-column .title-box h2 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 50px;
}

.service-details-content .inner-box .two-column .left-column .title-box .btn-style-four {
	border-radius: 3px;
	padding: 9px 15px 9px 35px;
}

.service-details-content .inner-box .two-column .left-column .title-box .btn-style-four:before {
	left: 18px;
	top: 18px;
}

.service-details-content .inner-box .two-column .right-column .text p {
	margin-bottom: 23px;
	line-height: 28px;
}

.service-details-content .inner-box .two-column .right-column .text p:last-child {
	margin-bottom: 0px;
}

.service-details-content .inner-box .single-image {
	position: relative;
	display: block;
	margin-bottom: 67px;
	border-radius: 5px;
}

.service-details-content .inner-box .single-image img {
	width: 100%;
	border-radius: 5px;
}

.service-details-content .inner-box .carousel-box .carousel-inner {
	position: relative;
	margin: 0px -15px;
}

.service-details-content .inner-box .carousel-box .single-item {
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 0 0px 30px 5px #eaeaef;
	margin: 30px 15px;
	border-radius: 5px;
}

.service-details-content .inner-box .carousel-box .single-item .box {
	position: relative;
	padding: 21px 30px 23px 100px;
	border-bottom: 5px solid #f6f6f6;
}

.service-details-content .inner-box .carousel-box .single-item .box .icon-box {
	position: absolute;
	left: 30px;
	top: 24px;
	font-size: 50px;
	line-height: 50px;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-details-content .inner-box .carousel-box .single-item .box span {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.service-details-content .inner-box .carousel-box .single-item .inner {
	position: relative;
	padding: 22px 30px 21px 30px;
}

.service-details-content .inner-box .carousel-box .single-item .inner p {
	margin-bottom: 16px;
}

.service-details-content .inner-box .carousel-box .top-box {
	position: relative;
	margin-bottom: 12px;
}

.service-details-content .inner-box h3 {
	position: relative;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 9px;
	font-weight: 600;
}

.service-details-content .inner-box .carousel-box .top-box p {
	line-height: 28px;
}

.service-details-content .inner-box .carousel-box .owl-dots {
	position: relative;
	display: block;
	text-align: center;
	margin-top: -9px;
}

.service-details-content .inner-box .carousel-box .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #aeaeae;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
	transition: all 500ms ease;
}


.service-details-content .inner-box .carousel-box {
	position: relative;
	margin-bottom: 60px;
}

.service-details-content .inner-box .technology-box .content-box p {
	line-height: 28px;
	margin-bottom: 24px;
	padding-right: 20px;
}

.service-details-content .inner-box .technology-box .content-box .list-item li {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	padding-left: 23px;
	margin-bottom: 12px;
}

.service-details-content .inner-box .technology-box .content-box .list-item li span {
	position: absolute;
	left: 0px;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.service-details-content .inner-box .technology-box .content-box .list-item li span:before {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	left: -2px;
	top: -2px;
	border-radius: 50%;
}

.service-details-content .inner-box .technology-box .content-box .list-item li span:after {
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	left: -4px;
	top: -4px;
	border-radius: 50%;
}

.service-details-content .inner-box .technology-box .icon-box {
	position: relative;
	display: block;
	min-height: 320px;
	margin-top: 13px;
}

.service-details-content .inner-box .technology-box .icon-box .icon {
	position: absolute;
	width: 170px;
	height: 170px;
	text-align: center;
	border-radius: 5px;
	padding: 33px 15px 12px 15px;
}

.service-details-content .inner-box .technology-box .icon-box .icon-1 {
	left: 0px;
	top: 0px;
	z-index: 1;
	box-shadow: 0 20px 40px rgba(97, 41, 172, 0.5);
}

.service-details-content .inner-box .technology-box .icon-box .icon-2 {
	right: 0px;
	top: 20px;
	z-index: 1;
	box-shadow: 0 20px 40px rgba(253, 48, 122, 0.5);
}

.service-details-content .inner-box .technology-box .icon-box .icon-3 {
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	box-shadow: 0 20px 40px rgba(251, 81, 85, 0.5);
}

.service-details-content .inner-box .technology-box .icon-box .icon i {
	position: relative;
	font-size: 65px;
	line-height: 65px;
	color: #fff;
	margin-bottom: 35px;
}

.service-details-content .inner-box .technology-box .icon-box .icon h4 {
	color: #fff;
}

.service-details-content .inner-box .technology-box {
	position: relative;
	margin-bottom: 66px;
}

.service-details-content .inner-box .application-box .inner {
	position: relative;
	margin: 0px -15px;
}

.service-details-content .inner-box .application-box .mobileview {
	display: none;
}


.service-details-content .inner-box .application-box .single-item {
	position: relative;
	float: left;
	width: 170px;
	margin: 0px 15px;
}

.service-details-content .inner-box .application-box p {
	margin-bottom: 32px;
	line-height: 28px;
}

.service-details-content .inner-box .application-box .single-item .box {
	position: relative;
	display: inline-block;
	width: 170px;
	height: 158px;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 3px;
	text-align: center;
	padding: 31px 15px 20px 15px;
	transition: all 500ms ease;
}

.service-details-content .inner-box .application-box .single-item .box:hover {
	box-shadow: 0 20px 40px rgba(251, 81, 85, 0.4);
}

.service-details-content .inner-box .application-box .single-item .box:before {
	position: absolute;
	content: '';
	left: -1px;
	top: -1px;
	width: 170px;
	height: 0px;
	border-radius: 3px;
	transition: all 500ms ease;
}

.service-details-content .inner-box .application-box .single-item .box:hover:before {
	height: 158px;
}

.service-details-content .inner-box .application-box .single-item .box:after {
	position: absolute;
	content: '';
	background: #f6f6f6;
	width: 150px;
	height: 50px;
	left: 9px;
	bottom: -11px;
	right: 0px;
	border-radius: 5px;
	z-index: -1;
	transition: all 500ms ease;
}

.service-details-content .inner-box .application-box .single-item .box i {
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	color: #aeaeae;
	margin-bottom: 15px;
	transition: all 500ms ease;
}

.service-details-content .inner-box .application-box .single-item .box h4 {
	transition: all 500ms ease;
	font-weight: 600;
}

.service-details-content .inner-box .application-box .single-item .box:hover i,
.service-details-content .inner-box .application-box .single-item .box:hover h4 {
	color: #fff;
}

.service-details-content .inner-box .application-box {
	position: relative;
	margin-bottom: 77px;
}

.service-details-content .inner-box .recent-case h3 {
	margin-bottom: 28px;
}

.service-sidebar {
	position: relative;
	margin-right: 30px;
	border: 1px solid #333333;
	border-radius: 5px;
}

.service-sidebar .sidebar-categories {
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 0 5px 40px 10px #eaeaef;
	margin-bottom: 50px;
}

.service-sidebar .sidebar-categories li {
	position: relative;
	display: block;
	padding: 12px 30px 12px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.service-sidebar .sidebar-categories li:last-child {
	border-bottom: none;
}

.service-sidebar .sidebar-categories li a h5 {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	transition: all 500ms ease;
}

.service-sidebar .sidebar-categories li a {
	position: relative;
	display: block;
	padding: 13px 10px 9px 30px;
}

.service-sidebar .sidebar-categories li a i {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 600;
	opacity: 0;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.service-sidebar .sidebar-categories li a.active i,
.service-sidebar .sidebar-categories li a:hover i {
	opacity: 1;
}

.service-sidebar .sidebar-categories li a:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	top: 0px;
	right: 0px;
	transition: all 500ms ease;
}

.service-sidebar .sidebar-categories li a.active:before,
.service-sidebar .sidebar-categories li a:hover:before {
	width: 100%;
	left: 0px;
}

.service-sidebar .sidebar-categories li a.active h5,
.service-sidebar .sidebar-categories li a:hover h5 {
	color: #fff;
}

.service-sidebar .sidebar-file .download-option {
	position: relative;
	border: 1px solid #e5e5e5;
	box-shadow: 0 30px 30px 5px #eaeaef;
	margin-bottom: 50px;
}

.service-sidebar .sidebar-file .download-option li {
	position: relative;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 17px 80px 13px 20px;
}

.service-sidebar .sidebar-file .download-option li:last-child {
	border-bottom: none;
}

.service-sidebar .sidebar-file .download-option li .icon-box {
	position: absolute;
	top: 13px;
	right: 9px;
	padding-left: 10px;
}

.service-sidebar .sidebar-file .download-option li .icon-box:before {
	position: absolute;
	content: '';
	background: #e5e5e5;
	width: 1px;
	height: 37px;
	top: 5px;
	left: 0px;
}

.service-sidebar .sidebar-file .download-option li .icon-box a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #b5b5b5;
	padding: 10px;
	z-index: 1;
}

.service-sidebar .sidebar-file .download-option li .box {
	position: relative;
	padding-left: 48px;
}

.service-sidebar .sidebar-file .download-option li .box .image {
	position: absolute;
	left: 0px;
	top: 3px;
}

.service-sidebar .sidebar-file .download-option li .box h5 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.service-sidebar .sidebar-file .download-option li .box span {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
}

.service-sidebar .sidebar-award {
	position: relative;
	display: block;
	text-align: center;
	border: 1px solid #e5e5e5;
	padding: 38px 20px 32px 20px;
	margin-bottom: 50px;
}

.service-sidebar .sidebar-award h3 {
	font-size: 24px;
	margin-bottom: 31px;
}

.service-sidebar .sidebar-award .award-image {
	position: relative;
	margin-bottom: 21px;
}

.service-sidebar .sidebar-testimonial {
	position: relative;
	display: block;
	border: 1px solid #e5e5e5;
	padding: 39px 40px;
	border-radius: 3px;
}

.service-sidebar .sidebar-testimonial .content-box .upper-box {
	position: relative;
	padding-bottom: 17px;
	border-bottom: 1px solid #e5e5e5;
}

.service-sidebar .sidebar-testimonial .content-box .upper-box .logo-image {
	position: relative;
	display: inline-block;
	margin-bottom: 2px;
}

.service-sidebar .sidebar-testimonial .content-box .upper-box .rating li {
	position: relative;
	display: inline-block;
	font-size: 20px;
}

.service-sidebar .sidebar-testimonial .content-box .upper-box .rating-box .rating {
	position: relative;
	display: inline-block;
	margin-right: 7px;
	padding-right: 16px;
}

.service-sidebar .sidebar-testimonial .content-box .upper-box .rating-box .rating:before {
	position: absolute;
	content: '';
	background: #e5e5e5;
	width: 1px;
	height: 20px;
	top: 4px;
	right: 0px;
}

.service-sidebar .sidebar-testimonial .content-box .upper-box .rating-box span {
	position: relative;
	display: inline-block;
	font-size: 16px;
}

.service-sidebar .sidebar-testimonial .content-box .text {
	position: relative;
	padding: 22px 0px 17px 0px;
}

.service-sidebar .sidebar-testimonial .content-box .text p {
	font-size: 20px;
	line-height: 36px;
	font-family: 'Josefin Sans', sans-serif;
}

.service-sidebar .sidebar-testimonial .content-box .author-info {
	position: relative;
	padding: 12px 0px 8px 90px;
}

.service-sidebar .sidebar-testimonial .content-box .author-info .author-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.service-sidebar .sidebar-testimonial .content-box .author-info .author-image img {
	width: 100%;
	border-radius: 50%;
}

.service-sidebar .sidebar-testimonial .content-box .author-info h4 {
	line-height: 26px;
	margin-bottom: 0px;
}

.service-sidebar .sidebar-testimonial .content-box .author-info .designation {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.service-sidebar .main-ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.service-sidebar .main-ul li {
	text-align: center;
	font-weight: 600;
}

.service-sidebar .main-ul>li>span {
	display: block;
	background: #333333;
	padding: 20px 10px;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
	text-transform: capitalize;
}

.service-sidebar .main-ul .sub-ul {
	padding: 0px;
}

.service-sidebar .sub-ul li {
	display: block;
	border-bottom: 1px solid #333333;
}

.service-sidebar .sub-ul li:last-child {
	border-bottom: none;
}

.service-sidebar .sub-ul li a {
	display: block;
	padding: 20px 10px;
	font-size: 14px;
	line-height: 1;
	color: #333333;
	text-transform: capitalize;
}

.service-sidebar .sub-ul li:hover a,
.service-sidebar .sub-ul li.active a {
	color: #be1938;
	background: #e9eaf0;
	text-decoration: none;
}

/* New */
.homepage-header-content {
	color: #fff;
	height: 100%;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.homepage-header-content h1 {
	font-size: 52px;
	line-height: 72px;
	text-align: center;
	color: #fff;
	max-width: 1300px;
	font-weight: 800;
}

/* Case Studies */
.section.cards {
	margin-bottom: 0px !important;
}

.cards,
.cards-item {
	display: flex;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.cards {
	align-items: stretch;
	flex-flow: row wrap;
	z-index: 10;
	margin-bottom: 60px;
}

.cards,
.cards-item {
	display: flex;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.cards {
	align-items: stretch;
	flex-flow: row wrap;
	z-index: 10;
}

.cards,
.cards-item {
	display: flex;
	overflow: hidden;
	position: relative;
}

.cards-item {
	background-color: #f8f8f8;
	flex-flow: row nowrap;
	height: 354px;
	transition: none 0s ease 0s;
	width: 50%;
}

.homepage .blog-portfolio-content .colored-titles-table table tr:nth-of-type(2n) td:first-of-type,
.homepage a,
.homepage a.list-block-link-item h5,
.homepage a.list-block-link-item:hover .list-block-links-title,
.homepage table a {
	color: #0b75fd;
}

.homepage .cards-item:first-child,
.homepage .cards-item:nth-child(6) {
	background-color: #293648 !important
}

.cards-item:nth-child(2),
.cards-item:nth-child(8) {
	background-color: transparent;
}

.homepage .cards-item:nth-child(3),
.homepage .cards-item:nth-child(7) {
	background-color: #293648 !important
}

.cards-item:nth-child(3),
.cards-item:nth-child(4) {
	flex-flow: row-reverse;
}

.cards-item-inner {
	width: 50%;
}

.homepage .cards-item:first-child *,
.homepage .cards-item:nth-child(3) *,
.homepage .cards-item:nth-child(6) *,
.homepage .cards-item:nth-child(7) * {
	color: #fff;
}

.cards-item:nth-child(2) *,
.cards-item:nth-child(8) * {
	color: #fff;
}

.cards-item:nth-child(2) .cards-item-inner,
.cards-item:nth-child(8) .cards-item-inner {
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
}

.cards-item:nth-child(2) .cards-item-inner-img,
.cards-item:nth-child(8) .cards-item-inner-img {
	filter: grayscale(100%);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.cards-item:nth-child(5) .cards-item-inner-img {
	display: none;
}

.cards-item:nth-child(5) .cards-item-inner {
	width: 100%;
}

.cards-item-content {
	padding: 36px;
}

.cards .sub-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
}

.cards-item .title {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 20px;
}

.cards-item .cards-item-inner-img {
	position: relative;
}

.cards-item .cards-item-inner-img span {
	width: 100% I !important;
}

.cards-item:hover img {
	transform: scale(1.1);
}

.cards-item:hover .title {
	text-decoration: underline;
}

.text-underline:hover {
	text-decoration: underline !important;
}

.page-title.style-two {
	background: url(https://images.unsplash.com/photo-1517048676732-d65bc937f952?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.partners-page .page-title.style-two {
	background: url('./../images/background/office.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-title {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-title.style-two .pattern-layer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 420px;
	background-repeat: repeat-x;
	animation: slide 100s linear infinite;
	-webkit-animation: slide 100s linear infinite;
}

.pattern-layer {
	background-image: url(/assets/images/shape/shape-62.png);
}

.auto-container {
	position: static;
	max-width: 1300px;
	padding: 0px 15px;
	margin: 0 auto;
}

.page-title .content-box h1 {
	position: relative;
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	font-weight: 900;
	background: #0000004a;
	padding: 15px 40px;
	border-radius: 2px;
	letter-spacing: 5px;
}

/* case studies */


.case-studies .case-block-two {
	margin-bottom: 40px;
}

.case-studies {
	padding: 140px 0px 130px 0px;
}

.case-studies .pagination-wrapper {
	position: relative;
	display: block;
	margin-top: 20px;
}


/** case-style-three **/

.case-style-three {
	position: relative;
	padding: 125px 0px 130px 0px;
}

.case-style-three .case-block-two .inner-box {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.case-style-three .case-block-two .inner-box .image-box {
	border-radius: 0px;
}

.case-style-three .case-block-two .inner-box .image-box img {
	border-radius: 0px;
}

.case-style-three .case-block-two .inner-box .lower-content .box {
	margin-bottom: 15px;
}

.case-style-three .case-block-two .inner-box .lower-content {
	padding: 32px 30px 16px 30px;
}

.case-style-three .case-block-two .inner-box .lower-content .text {
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
}

.case-style-three .case-block-two .inner-box .lower-content .link {
	position: relative;
}

.case-style-three .case-block-two .inner-box .lower-content .link i {
	position: absolute;
	left: 0px;
	top: -2px;
	font-size: 14px;
	font-weight: 400;
	opacity: 0;
	transition: all 500ms ease
}

.case-style-three .case-block-two .inner-box .lower-content .link a:hover i {
	opacity: 1;
}

.case-style-three .case-block-two .inner-box .lower-content .link a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	color: #1d165c;
}

.case-style-three .case-block-two .inner-box .lower-content .link a:hover {
	padding-left: 22px;
}


/** project-two-column **/

.project-two-column {
	position: relative;
	padding: 130px 0px 80px 0px;
}

.project-page .case-block-two {
	margin-bottom: 43px;
}

.project-page .case-block-two .inner-box .lower-content .box h3 {
	font-size: 24px;
	line-height: 32px;
}

.project-page .case-block-two .inner-box .lower-content .box h3 a:hover {}

.project-two-column .case-block-two .inner-box .lower-content {
	padding-top: 29px;
}

.project-two-column .case-block-two .inner-box .lower-content .box p {
	margin-bottom: 10px;
}

/** project-three-column **/

.project-three-column {
	position: relative;
	padding: 140px 0px 130px 0px;
}

.project-page .filters {
	position: relative;
	margin-bottom: 53px;
}

.project-page .filter-btns li {
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 26px;
	font-weight: 600;
	color: #1d165c;
	margin-right: 32px;
	transition: all 500ms ease;
	cursor: pointer;
}

.project-page .filter-btns li:last-child {
	margin-right: 0px;
}

.project-page .filter-btns li.active,
.project-page .filter-btns li:hover {}

.project-page .filter-btns li span {
	position: absolute;
	top: -20px;
	right: -23px;
	font-size: 14px;
	opacity: 0;
	transition: all 500ms ease
}

.project-page .filter-btns li.active span,
.project-page .filter-btns li:hover span {
	opacity: 1;
}

.project-three-column .pagination-wrapper {
	position: relative;
	display: block;
	border-top: 1px solid #e5e5e5;
	padding-top: 50px;
	margin-top: 10px;
}

.project-page.case-style-three .case-block-two .inner-box .lower-content .link a:hover {
	padding-left: 0px;
	color: #1d165c !important;
}

.project-page.case-style-three .case-block-two .inner-box .lower-content .link a:hover:before {
	opacity: 0;
}

.project-page.case-style-three .case-block-two .inner-box .lower-content .link .btn-style-four span {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 3px;
	background: #fff;
}

.project-page.case-style-three .case-block-two .inner-box .lower-content .link .btn-style-four:before {
	top: 8px;
}

.project-page.case-style-three .case-block-two .inner-box .lower-content .link .btn-style-four:hover span {
	color: #fff;
}

.case-block-two .inner-box .image-box .client-box {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	transition: all 500ms ease;
}

.case-block-two .inner-box .image-box .client-box .client-logo {
	position: relative;
	display: inline-block;
	background: #fff;
	width: 72px;
	height: 72px;
	text-align: center;
	border-radius: 50%;
	padding: 15px;
	cursor: pointer;
}

.case-block-two .inner-box .image-box .client-box span {
	position: absolute;
	top: 16px;
	right: 70px;
	width: 128px;
	display: inline-block;
	background: #fff;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Josefin Sans', Sans-serif;
	padding: 7px;
	text-align: center;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.case-block-two .inner-box .image-box .client-box:hover span {
	right: 90px;
	opacity: 1;
	visibility: visible;
}

.case-block-two .inner-box .image-box .client-box span:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 12px;
	height: 12px;
	top: 14px;
	right: -5px;
	transform: rotate(45deg);
}

.case-block-two .inner-box .image-box .client-box .client-logo img {
	width: auto;
	border-radius: 50%;
}




/** case-style-two **/

.case-style-two {
	position: relative;
	padding: 125px 0px;
	background: #fff;
}

.case-style-two .top-inner {
	position: relative;
	margin-bottom: 40px;
}

.case-style-two .top-inner .btn-box {
	position: relative;
	margin-top: 60px;
}

.case-style-two .top-inner .btn-box .theme-btn {
	padding: 11px 38px;
}

.case-block-two .inner-box {
	position: relative;
	display: block;
}

.case-block-two .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 3px;
}

.case-block-two .inner-box .image-box img {
	width: 100%;
	border-radius: 3px;
}

.case-block-two .inner-box .image-box .client-box {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	transition: all 500ms ease;
}

.case-block-two .inner-box .image-box .client-box .client-logo {
	position: relative;
	display: inline-block;
	background: #fff;
	width: 72px;
	height: 72px;
	text-align: center;
	border-radius: 50%;
	padding: 15px;
	cursor: pointer;
}

.case-block-two .inner-box .image-box .client-box span {
	position: absolute;
	top: 16px;
	right: 70px;
	width: 128px;
	display: inline-block;
	background: #fff;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Josefin Sans', Sans-serif;
	padding: 7px;
	text-align: center;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.case-block-two .inner-box .image-box .client-box:hover span {
	right: 90px;
	opacity: 1;
	visibility: visible;
}

.case-block-two .inner-box .image-box .client-box span:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 12px;
	height: 12px;
	top: 14px;
	right: -5px;
	transform: rotate(45deg);
}

.case-block-two .inner-box .image-box .client-box .client-logo img {
	width: auto;
	border-radius: 50%;
}

.case-block-two .inner-box .image-box .link {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.case-block-two .inner-box .image-box .link a {
	position: relative;
	display: inline-block;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
	transform: scale(0, 0);
}

.case-block-two .inner-box:hover .image-box .link a {
	transform: scale(1, 1);
}

.case-block-two .inner-box .image-box .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	transform: scale(0, 0);
	transition: all 500ms ease;
}

.case-block-two .inner-box:hover .image-box .overlay-layer {
	transform: scale(1, 1);
}

.case-block-two .inner-box .lower-content {
	position: relative;
	padding-top: 22px;
}

.case-block-two .inner-box .lower-content .box {
	position: relative;
	padding-left: 70px;
}

.case-block-two .inner-box .lower-content .box .icon-box {
	position: absolute;
	left: 0px;
	top: 8px;
	font-size: 50px;
	line-height: 50px;
	color: #d0d0d0;
}

.case-block-two .inner-box .lower-content .box p {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 6px;
}

.case-style-two .owl-dots {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 33px;
}

.case-style-two .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: transparent;
	background: #aeaeae;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px 8px;
	transition: all 500ms ease;
}

.case-style-two .owl-theme .owl-dots .owl-dot span:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 2px;
	top: 2px;
	transition: all 500ms ease;
}



.case-block-two .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 3px;
}

.case-block-two .inner-box .image-box img {
	width: 100%;
	border-radius: 3px;
}

.case-block-two .inner-box .image-box .client-box {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	transition: all 500ms ease;
}

.case-block-two .inner-box .image-box .client-box .client-logo {
	position: relative;
	display: inline-block;
	background: #fff;
	width: 72px;
	height: 72px;
	text-align: center;
	border-radius: 50%;
	padding: 15px;
	cursor: pointer;
}

.case-block-two .inner-box .image-box .client-box span {
	position: absolute;
	top: 16px;
	right: 70px;
	width: 128px;
	display: inline-block;
	background: #fff;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Josefin Sans', Sans-serif;
	padding: 7px;
	text-align: center;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.case-block-two .inner-box .image-box .client-box:hover span {
	right: 90px;
	opacity: 1;
	visibility: visible;
}

.case-block-two .inner-box .image-box .client-box span:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 12px;
	height: 12px;
	top: 14px;
	right: -5px;
	transform: rotate(45deg);
}

.case-block-two .inner-box .image-box .client-box .client-logo img {
	width: auto;
	border-radius: 50%;
}

.case-block-two .inner-box .image-box .link {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.case-block-two .inner-box .image-box .link a {
	position: relative;
	display: inline-block;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
	transform: scale(0, 0);
}

.case-block-two .inner-box:hover .image-box .link a {
	transform: scale(1, 1);
}

.case-block-two .inner-box .image-box .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	transform: scale(0, 0);
	transition: all 500ms ease;
}

.case-block-two .inner-box:hover .image-box .overlay-layer {
	transform: scale(1, 1);
}

.case-block-two .inner-box .lower-content {
	position: relative;
	padding-top: 22px;
}

.case-block-two .inner-box .lower-content .box {
	position: relative;
	padding-left: 70px;
}

.case-block-two .inner-box .lower-content .box .icon-box {
	position: absolute;
	left: 0px;
	top: 8px;
	font-size: 50px;
	line-height: 50px;
	color: #d0d0d0;
}

.case-block-two .inner-box .lower-content .box p {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 6px;
}

.case-style-two .owl-dots {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 33px;
}

.case-style-two .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: transparent;
	background: #aeaeae;
	border-radius: 50%;
	cursor: pointer;
	margin: 0px 8px;
	transition: all 500ms ease;
}

.case-style-two .owl-theme .owl-dots .owl-dot span:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 2px;
	top: 2px;
	transition: all 500ms ease;
}


/* case studies detail */


/** project-details **/

.project-details {
	position: relative;
}

.project-details .project-details-content {
	padding: 125px 0px;
}

.project-details-content .data-box .title-box span {
	position: relative;
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}

.project-details-content h3 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 19px;
}

.project-details-content .data-box .title-box {
	position: relative;
	margin-bottom: 50px;
}

.project-details-content .data-box .intro-box .single-item {
	position: relative;
	display: block;
	margin-bottom: 43px;
}

.project-details-content .data-box .intro-box .single-item:last-child {
	margin-bottom: 0px;
}

.project-details-content .data-box .intro-box .single-item .right-column {
	position: relative;
	float: left;
	max-width: 460px;
	width: 100%;
	margin-top: -5px;
}

.project-details-content .data-box .intro-box .single-item .left-column {
	position: relative;
	float: left;
	max-width: 300px;
	width: 100%;
	padding-left: 42px;
}

.project-details-content .data-box .intro-box .single-item .left-column:before {
	position: absolute;
	content: '';
	background: #e5e5e5;
	width: 1px;
	height: 60px;
	top: -7px;
	right: 60px;
}

.project-details-content .data-box .intro-box .single-item .left-column .icon-box {
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: 24px;
}

.project-details-content .data-box .intro-box .single-item .left-column span {
	position: relative;
	display: block;
	font-size: 13px;
	font-family: 'Josefin Sans', sans-serif;
	color: #1d165c;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0px;
}

.project-details-content .data-box .intro-box {
	position: relative;
	margin-bottom: 55px;
}

.project-details-content .single-image {
	position: relative;
	display: block;
	margin-bottom: 55px;
}

.project-details-content .processing-system .title-box h3 {
	margin-bottom: 10px;
}

.project-details-content .single-image img {
	width: 100%;
}

.project-details-content .processing-system .tab-btn-box {
	position: relative;
	display: block;
	margin-bottom: 67px;
	border-top: 1px solid #e5e5e5;
}

.project-details-content .processing-system .tab-btn-box:before {
	position: absolute;
	content: '';
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 9px;
	height: 9px;
	left: 0px;
	top: -5px;
	border-radius: 50%;
}

.project-details-content .processing-system .tab-btn-box:after {
	position: absolute;
	content: '';
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 9px;
	height: 9px;
	right: 0px;
	top: -5px;
	border-radius: 50%;
}

.project-details-content .processing-system .tab-btn-box .tab-btns {
	position: absolute;
	left: 0px;
	top: -27px;
	width: 100%;
}

.project-details-content .processing-system .tab-btn-box .tab-btns li {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
}

.project-details-content .processing-system .tab-btn-box .tab-btns li span {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	color: #1d165c;
	background: #fff;
	padding: 14px 31.5px;
	cursor: pointer;
	transition: all 500ms ease;
	border-radius: 5px;
	box-shadow: 10px 5px 40px 10px #eaeaef;
}

.project-details-content .processing-system .tab-btn-box .tab-btns li.active-btn span,
.project-details-content .processing-system .tab-btn-box .tab-btns li span:hover {
	color: #fff;
}

.project-details-content .processing-system .tab-btn-box .tab-btns li span:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 15px;
	height: 15px;
	top: 19px;
	right: -6px;
	transform: rotate(45deg);
	transition: all 500ms ease;
}

.project-details-content .processing-system .tab-btn-box .tab-btns li.active-btn span:before,
.project-details-content .processing-system .tab-btn-box .tab-btns li span:hover:before {}

.project-details-content .processing-system .title-box {
	position: relative;
	margin-bottom: 60px;
}

.project-details-content .processing-system .tabs-content .content-box .text {
	position: relative;
	padding: 0px 0px 0px 300px;
}

.project-details-content .processing-system .tabs-content .content-box .image-box {
	position: relative;
	display: block;
	margin-bottom: 67px;
	margin-right: 70px;
}

.project-details-content .processing-system .tabs-content .content-box .image-box img {
	width: 100%;
}

.project-details-content .processing-system .tabs-content .content-box .text h3 {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

.project-details-content .processing-system {
	position: relative;
	padding-bottom: 53px;
	margin-bottom: 55px;
	border-bottom: 1px solid #e5e5e5;
}

.project-details-content .result-box h3 {
	margin-bottom: 10px;
}

.project-sidebar {
	position: relative;
	margin-top: -60px;
	margin-left: 30px;
}

.project-sidebar .info-box {
	position: relative;
	display: block;
	background: #fff;
	padding: 30px 40px 30px 40px;
	border-radius: 5px;
	box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}

.project-sidebar .info-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 3px;
	right: 0px;
	border-radius: 5px;
	z-index: -1;
}

.project-sidebar .info-box .single-item {
	position: relative;
	display: block;
	padding: 26px 0px 23px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.project-sidebar .info-box .single-item:last-child {
	border-bottom: none;
}

.project-sidebar .info-box .single-item .box {
	position: relative;
	padding-left: 20px;
	margin-bottom: 7px;
}

.project-sidebar .info-box .single-item .box .icon-box {
	position: absolute;
	left: 0px;
	top: -4px;
	font-size: 14px;
	line-height: 24px;
	color: #555;
}

.project-sidebar .info-box .single-item .box span {
	position: relative;
	display: block;
	font-size: 13px;
	/* font-family: 'Josefin Sans', sans-serif; */
	color: #1d165c;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0px;
}

.project-sidebar .info-box .single-item .text a {
	color: #666;
}

.project-sidebar .info-box .single-item .text a:hover {}

.single-info {
	height: 100%;
	text-align: center;
	box-shadow: 5px 0px 10px 3px rgb(0 0 0 / 10%);
	background-color: #fff;
	padding: 30px 30px;
	font-family: 'Muli', sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.single-info,
.single-info p {
	font-family: 'Muli', sans-serif;
}

.single-info .img-box img {
	max-width: 80px;
	width: 100%;
	height: auto;
}

.section-contact .image-box {
	position: relative;
	display: block;
}

.section-contact .image-box img {
	width: 100%;
}

.single-info div {
	position: relative;
	display: block;
}

.single-info div span {
	position: relative !important;
}

.single-info .img-2 span {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 80px !important;
}

.single-info .img-2 span {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100px !important;
}

.mira-e-pakistan {
	object-fit: unset !important;
}

.single-info .img-3 span {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 140px !important;
}

.single-info .img-4 span {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 140px !important;
}

.single-info .faisalmasjid span {
	width: 165px !important;
}

.row {
	margin-right: unset !important;
	margin-left: unset !important;
}

.section-contact.section-sub-banner {
	background: url(https://images.unsplash.com/photo-1462826303086-329426d1aef5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


#content_block_09 .content-box {
	position: relative;
}

#content_block_09 .content-box #contact-form {
	position: relative;
	display: block;
	background: #fff;
	padding: 56px 40px 60px 40px;
	border-radius: 5px;
	box-shadow: 0 0px 50px rgba(2, 13, 49, 0.2);
}

#content_block_09 .content-box #contact-form:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: calc(100% - 40px);
	left: 20px;
	top: 20px;
	z-index: -1;
	border-radius: 5px;
	box-shadow: 0 0px 50px rgba(2, 13, 49, 0.2);
}

#content_block_09 .content-box #contact-form .form-group {
	position: relative;
	margin-bottom: 26px;
}

#content_block_09 .content-box #contact-form .form-group:last-child {
	margin-bottom: 0px;
}

#content_block_09 .content-box #contact-form .form-group label {
	position: relative;
	display: block;
	font-size: 16px;
	/* font-family: 'Josefin Sans', sans-serif; */
	color: #1d165c;
	font-weight: 600;
	margin-bottom: 13px;
}

#content_block_09 .content-box #contact-form .form-group label i {
	font-size: 14px;
	color: #7f7f7f;
	margin-right: 10px;
}

#content_block_09 .content-box #contact-form .form-group input[type='text'],
#content_block_09 .content-box #contact-form .form-group input[type='email'],
#content_block_09 .content-box #contact-form .form-group textarea {
	position: relative;
	width: 100%;
	height: 55px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 10px 20px;
	font-size: 16px;
	font-style: italic;
	transition: all 500ms ease;
}

/* #content_block_09 .content-box #contact-form .form-group input:focus,
#content_block_09 .content-box #contact-form .form-group textarea:focus{

} */

#content_block_09 .content-box #contact-form .form-group textarea {
	display: block;
	height: 120px;
	resize: none;
	margin-bottom: 4px;
}

#content_block_09 .content-box #contact-form .form-group button {
	display: block;
	width: 100%;
}

.partners-section {
	padding: 120px 0;
	/* background: #f8f8f8; */
}

.partners-section .auto-container {
	position: static;
	max-width: 1600px;
	padding: 0px 15px;
	margin: 0 auto;
}


.section-sub-banner {
	/* background-color: #110b44;
    background-image: linear-gradient(-60deg, #091a56 0%, #1f589f 100%); */
	background: url(https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
}

.section-partners.section-sub-banner {
	background: url(https://images.unsplash.com/photo-1517048676732-d65bc937f952?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-contact.section-sub-banner {
	background: url(https://images.unsplash.com/photo-1462826303086-329426d1aef5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-sub-banner .pattern-layer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 420px;
	background-repeat: repeat-x;
	animation: slide 100s linear infinite;
	-webkit-animation: slide 100s linear infinite;
}

.section-sub-banner .content-box h1 {
	position: relative;
	font-size: 45px;
	color: #fff;
}

.section-sub-banner .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #871f33;
	padding: 20px 20px;
}

.section-sub-banner .title h3 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	/* margin-bottom: 15px !IMPORTANT; */
	color: #ffffff;
	/* text-transform: uppercase; */
	font-family: 'Muli', sans-serif;
}

.section-sub-banner .sec-title h1 {
	border-bottom: 3px solid #b12f48;
	padding: 20px 40px;
	background: #00000047;
}


.contacts-section .auto-container {
	position: static;
	max-width: 1600px;
	padding: 0px 15px;
	margin: 0 auto;
}

.image-box .js-tilt span {
	position: relative !important;
	width: 100% !important;
	height: 20rem !important;
}


/* TEAMS  */

.photocontainer {
	text-align: center;
}

/** team-section **/

.team-section {
	position: relative;
	padding: 125px 0px 130px 0px;
}

.team-block-one .inner-box {
	position: relative;
	display: block;
	padding-right: 24px;
}

.team-block-one .inner-box .image-box {
	position: relative;
	display: block;
	border-radius: 5px;
}

.team-block-one .inner-box .image-box img {
	width: 100%;
	border-radius: 5px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
	opacity: 0.5;
}

.team-block-one .inner-box .image-box .contact-box {
	position: absolute;
	right: -24px;
	bottom: 25px;
	width: 50px;
	height: 110px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team-block-one .inner-box .image-box .contact-box:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	top: 0px;
	right: 0px;
	border-radius: 30px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .contact-box:before {
	width: 100%;
	left: 0px;
}

.team-block-one .inner-box .image-box .contact-box .email {
	position: absolute;
	top: 0px;
	right: 0px;
}

.team-block-one .inner-box .image-box .contact-box .email i {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #aeaeae;
	text-align: center;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .contact-box .email i {
	color: #fff;
}

.team-block-one .inner-box .image-box .contact-box .email:before {
	position: absolute;
	content: '';
	background: #e5e5e5;
	height: 1px;
	width: 34px;
	left: 8px;
	bottom: 0px;
}

.team-block-one .inner-box .image-box .contact-box .email span {
	position: absolute;
	display: inline-block;
	right: 50px;
	top: 20px;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	border-radius: 3px;
	padding: 0px 12.5px;
	color: #666;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .contact-box .email:hover span {
	opacity: 1;
	visibility: visible;
	right: 65px;
}

.team-block-one .inner-box .image-box .contact-box .email span:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 12px;
	height: 12px;
	top: 6px;
	right: -3px;
	transform: rotate(45deg);
}

.team-block-one .inner-box .image-box .contact-box .social-links {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.team-block-one .inner-box .image-box .contact-box .social-links .share {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #aeaeae;
	text-align: center;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .contact-box .social-links .share {
	color: #fff;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list {
	position: absolute;
	top: 6px;
	right: 43px;
	width: 130px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .contact-box .social-links:hover .list {
	visibility: visible;
	opacity: 1;
	right: 58px;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list li {
	position: relative;
	display: inline-block;
	margin-left: 6px;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list li:first-child {
	margin-left: 0px;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #8d8d8d;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list li a:hover {
	color: #fff;
}

.team-block-one .inner-box .lower-content {
	padding-top: 26px;
}

.team-block-one .inner-box .lower-content h4 {
	margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content .designation {
	position: relative;
	display: block;
	line-height: 20px;
}

.team-section .more-btn {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 36px;
}

.team-section.alternate-2 .team-block-one .inner-box:hover .image-box img {
	opacity: 1;
}

.team-section.alternate-2 .team-block-one .inner-box .image-box .contact-box:before {
	display: none;
}

.team-section.alternate-2 .team-block-one .inner-box:hover .image-box .contact-box .email i,
.team-section.alternate-2 .team-block-one .inner-box:hover .image-box .contact-box .social-links .share {
	color: #aeaeae;
}

.team-section.alternate-2 .team-block-one .inner-box .image-box .contact-box .email i:hover,
.team-section.alternate-2 .team-block-one .inner-box .image-box .contact-box .social-links .share:hover {
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.team-section.alternate-2 .more-btn {
	margin-top: 49px;
}

.main-menu .navigation>li.current a,
.main-menu .navigation>li.open a,
.main-menu .navigation>li:hover a:not(.sub_link) {
	position: relative;
	/* padding: 20px 10px; */
}

.subheader {
	background-color: #FAFDFF;
	font-size: 0.75em;
	font-weight: bold;
	padding: 0.75em;
}

.custom-badges .badge {
	font-size: 18px !important;
	margin-top: 10px;

}

.title-copy-boxes-content {
	min-width: 70%;
	min-height: 91px;
}

.badge-custom {
	background-color: #B12F48;

	color: white;
}

.badge {
	font-size: 15px;

}

.link-arrow-custom {
    height: 38px;
    border: 1px solid #c4c4c4;
    position: absolute;
    margin-left: 15px;
    padding-top: 8px;
    width: 42px;
}

.icon-arrow-svg-custom {
	height: 21px;
	min-width: 24px;
	width: 22px;
	margin-left: 8px !important;
}


/** team-section **/

.style-events {

    background: url(/assets/images/events/ncert/ncert-complete-2.png) !important;
	height: 600px !important;

}


.team-section {
	position: relative;
	padding: 125px 0px 130px 0px;
}

.team-block-one .inner-box {
	position: relative;
	display: block;
	padding-right: 24px;
}

.team-block-one .inner-box .image-box {
	position: relative;
	display: block;
	border-radius: 5px;
}

.team-block-one .inner-box .image-box img {
	width: 100%;
	border-radius: 5px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
	opacity: 0.5;
}

.team-block-one .inner-box .image-box .contact-box {
	position: absolute;
	right: -24px;
	bottom: 25px;
	width: 50px;
	height: 110px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team-block-one .inner-box .image-box .contact-box:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	top: 0px;
	right: 0px;
	border-radius: 30px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .contact-box:before {
	width: 100%;
	left: 0px;
}

.team-block-one .inner-box .image-box .contact-box .email {
	position: absolute;
	top: 0px;
	right: 0px;
}

.team-block-one .inner-box .image-box .contact-box .email i {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #aeaeae;
	text-align: center;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .contact-box .email i {
	color: #fff;
}

.team-block-one .inner-box .image-box .contact-box .email:before {
	position: absolute;
	content: '';
	background: #e5e5e5;
	height: 1px;
	width: 34px;
	left: 8px;
	bottom: 0px;
}

.team-block-one .inner-box .image-box .contact-box .email span {
	position: absolute;
	display: inline-block;
	right: 50px;
	top: 20px;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	border-radius: 3px;
	padding: 0px 12.5px;
	color: #666;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .contact-box .email:hover span {
	opacity: 1;
	visibility: visible;
	right: 65px;
}

.team-block-one .inner-box .image-box .contact-box .email span:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 12px;
	height: 12px;
	top: 6px;
	right: -3px;
	transform: rotate(45deg);
}

.team-block-one .inner-box .image-box .contact-box .social-links {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.team-block-one .inner-box .image-box .contact-box .social-links .share {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #aeaeae;
	text-align: center;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .contact-box .social-links .share {
	color: #fff;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list {
	position: absolute;
	top: 6px;
	right: 43px;
	width: 130px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .contact-box .social-links:hover .list {
	visibility: visible;
	opacity: 1;
	right: 58px;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list li {
	position: relative;
	display: inline-block;
	margin-left: 6px;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list li:first-child {
	margin-left: 0px;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #8d8d8d;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}

.team-block-one .inner-box .image-box .contact-box .social-links .list li a:hover {
	color: #fff;
}

.team-block-one .inner-box .lower-content {
	padding-top: 26px;
}

.team-block-one .inner-box .lower-content h4 {
	margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content .designation {
	position: relative;
	display: block;
	line-height: 20px;
}

.team-section .more-btn {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 36px;
}

.team4 {
	font-family: "Montserrat", sans-serif;
	color: #8d97ad;
	font-weight: 400;
}

.team4 h1,
.team4 h2,
.team4 h3,
.team4 h4,
.team4 h5,
.team4 h6 {
	color: #3e4555;
}

.team4 .font-weight-medium {
	font-weight: 500;
}

.team4 h5 {
	line-height: 22px;
	font-size: 18px;
}

.team4 .subtitle {
	color: #8d97ad;
	line-height: 24px;
	font-size: 13px;
}

.team4 ul li a {
	color: #8d97ad;
	padding-right: 15px;
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
}

.team4 ul li a:hover {
	-webkit-transform: translate3d(0px, -5px, 0px);
	transform: translate3d(0px, -5px, 0px);
	color: #316ce8;
}


.chooseus-section {
	position: relative;
	background: #fff;
	padding: 125px 0px 130px 0px;
}

.chooseus-section .sec-title {
	margin-bottom: 60px;
}

#content_block_04 .content-box .single-item {
	position: relative;
}

#content_block_04 .content-box .single-item:first-child {
	padding-left: 190px;
	margin-bottom: 67px;
}

#content_block_04 .content-box .single-item:last-child {
	padding-right: 190px;
}

#content_block_04 .content-box .single-item .icon-box {
	position: absolute;
	top: 14px;
	width: 158px;
	height: 158px;
	line-height: 158px;
	text-align: center;
	font-size: 70px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

#content_block_04 .content-box .single-item .icon-box:before {
	position: absolute;
	content: '';
	background: #f6f6f6;
	width: 138px;
	height: 100%;
	left: 10px;
	border-radius: 10px;
}

#content_block_04 .content-box .single-item:first-child .icon-box:before {
	top: 10px;
}

#content_block_04 .content-box .single-item:last-child .icon-box:before {
	top: -10px;
}

#content_block_04 .content-box .single-item .icon-box i {
	position: relative;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#content_block_04 .content-box .single-item .icon-box .bg-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 158px;
	height: 158px;
	background-repeat: no-repeat;
}

#content_block_04 .content-box .single-item:first-child .icon-box {
	left: 0px;
}

#content_block_04 .content-box .single-item:last-child .icon-box {
	right: 0px;
}

#content_block_04 .content-box .single-item .box h4 {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 27px;
}

#content_block_04 .content-box .single-item .box h4:before {
	position: absolute;
	content: '';
	width: 55px;
	height: 2px;
	bottom: 0px;
}

#content_block_04 .content-box .single-item:first-child .box h4:before {
	left: 0px;
}

#content_block_04 .content-box .single-item:last-child .box h4:before {
	right: 0px;
}

#content_block_04 .content-box .single-item .box p {
	margin-bottom: 20px;
	line-height: 28px;
}

#content_block_04 .content-box .single-item .box a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	/* font-family: 'Josefin Sans', Sans-serif; */
	font-weight: 600;
	color: #040535;
}

#content_block_04 .content-box .single-item .box a:hover {}

#content_block_04 .content-box .single-item:first-child .box a i {
	margin-right: 10px;
}

#content_block_04 .content-box .single-item:last-child .box a i {
	margin-left: 10px;
}

#video_block_01 .video-inner {
	position: relative;
	width: 100%;
	padding: 175px 0px 130px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}

#video_block_01 .video-inner .pattern-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

#video_block_01 .video-inner .video-btn {
	position: relative;
	display: inline-block;
	width: 116px;
	height: 115px;
	line-height: 115px;
	text-align: center;
	margin-left: 40px;
	border-radius: 50%;
}

#video_block_01 .video-inner .video-btn .btn-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 116px;
	height: 115px;
	background-repeat: no-repeat;
}

#video_block_01 .video-inner .video-btn a {
	position: relative;
	display: inline-block;
	width: 116px;
	height: 115px;
	border-radius: 50%;
	font-size: 24px;
	z-index: 1;
}

#video_block_01 .video-inner .video-btn a i {
	position: relative;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#content_block_04 {
	margin-bottom: 67px;
}

#video_block_01 {
	margin-bottom: 67px;
}



.project-details {
	position: relative;
}

.project-details .project-details-content {
	padding: 125px 0px;
}

.project-details-content .data-box .title-box span {
	position: relative;
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}

.project-details-content h3 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 19px;
}

.project-details-content .data-box .title-box {
	position: relative;
	margin-bottom: 50px;
}

.project-details-content .data-box .intro-box .single-item {
	position: relative;
	display: block;
	margin-bottom: 43px;
}

.project-details-content .data-box .intro-box .single-item:last-child {
	margin-bottom: 0px;
}

.project-details-content .data-box .intro-box .single-item .right-column {
	position: relative;
	float: left;
	max-width: 460px;
	width: 100%;
	margin-top: -5px;
}

.project-details-content .data-box .intro-box .single-item .left-column {
	position: relative;
	float: left;
	max-width: 300px;
	width: 100%;
	padding-left: 42px;
}

.project-details-content .data-box .intro-box .single-item .left-column:before {
	position: absolute;
	content: '';
	background: #e5e5e5;
	width: 1px;
	height: 60px;
	top: -7px;
	right: 60px;
}

.project-details-content .data-box .intro-box .single-item .left-column .icon-box {
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: 24px;
}

.project-details-content .data-box .intro-box .single-item .left-column span {
	position: relative;
	display: block;
	font-size: 13px;
	/* font-family: 'Josefin Sans', sans-serif; */
	color: #1d165c;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0px;
}

.project-details-content .data-box .intro-box {
	position: relative;
	margin-bottom: 55px;
}

.project-details-content .single-image {
	position: relative;
	display: block;
	margin-bottom: 55px;
}

.project-details-content .processing-system .title-box h3 {
	margin-bottom: 10px;
}

.project-details-content .single-image img {
	width: 100%;
}

.project-details-content .processing-system .tab-btn-box {
	position: relative;
	display: block;
	margin-bottom: 67px;
	border-top: 1px solid #e5e5e5;
}

.project-details-content .processing-system .tab-btn-box:before {
	position: absolute;
	content: '';
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 9px;
	height: 9px;
	left: 0px;
	top: -5px;
	border-radius: 50%;
}

.project-details-content .processing-system .tab-btn-box:after {
	position: absolute;
	content: '';
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 9px;
	height: 9px;
	right: 0px;
	top: -5px;
	border-radius: 50%;
}

.project-details-content .processing-system .tab-btn-box .tab-btns {
	position: absolute;
	left: 0px;
	top: -27px;
	width: 100%;
}

.project-details-content .processing-system .tab-btn-box .tab-btns li {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
}

.project-details-content .processing-system .tab-btn-box .tab-btns li span {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	/* font-family: 'Josefin Sans', sans-serif; */
	color: #1d165c;
	background: #fff;
	padding: 14px 31.5px;
	cursor: pointer;
	transition: all 500ms ease;
	border-radius: 5px;
	box-shadow: 10px 5px 40px 10px #eaeaef;
}

.project-details-content .processing-system .tab-btn-box .tab-btns li.active-btn span,
.project-details-content .processing-system .tab-btn-box .tab-btns li span:hover {
	color: #fff;
}

.project-details-content .processing-system .tab-btn-box .tab-btns li span:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 15px;
	height: 15px;
	top: 19px;
	right: -6px;
	transform: rotate(45deg);
	transition: all 500ms ease;
}

.project-details-content .processing-system .tab-btn-box .tab-btns li.active-btn span:before,
.project-details-content .processing-system .tab-btn-box .tab-btns li span:hover:before {}

.project-details-content .processing-system .title-box {
	position: relative;
	margin-bottom: 60px;
}

.project-details-content .processing-system .tabs-content .content-box .text {
	position: relative;
	padding: 0px 0px 0px 300px;
}

.project-details-content .processing-system .tabs-content .content-box .image-box {
	position: relative;
	display: block;
	margin-bottom: 67px;
	margin-right: 70px;
}

.project-details-content .processing-system .tabs-content .content-box .image-box img {
	width: 100%;
}

.project-details-content .processing-system .tabs-content .content-box .text h3 {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

.project-details-content .processing-system {
	position: relative;
	padding-bottom: 53px;
	margin-bottom: 55px;
	border-bottom: 1px solid #e5e5e5;
}

.project-details-content .result-box h3 {
	margin-bottom: 10px;
}

.page-title .content-box .icon-box {
	position: relative;
	display: inline-block;
	background: #fff;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	padding: 15px;
	margin-bottom: 8px;
}

.page-title .content-box h3 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 28px;
}

.page-title .content-box h2 {
	position: relative;
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	font-weight: 700;
}

.customer-logos-wrapper .logos-wrapper {
	display: flex;
	flex-direction: row;
	align-items: inherit;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

/* .customer-logos-wrapper .logos-wrapper .customer-logos {
	width: 10rem;
	height: 10rem;
	margin: 0 2rem;
	background-repeat: no-repeat;
} */

/* .customer-logos-wrapper .logos-wrapper .customer-logos span {
	width: 130px !important;
	height: 130px !important;
} */

.customer-logos-wrapper .logos-wrapper .customer-logos img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
}

.customer-logos:hover {
	transform: scale(1.5);
	transition: 0.5s;
}

.octane {
	background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
	color: transparent;
	-webkit-background-clip: text;
	font-family: 'Montserrat' !important;
	line-height: 40px;
	align-items: center;
	top: -17%;
	left: -7px;
	bottom: 0;
	right: 0;
	font-size: 50px;
	--tw-gradient-to: #5a71dd;
	--tw-gradient-from: #0e9f6e;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 97, 249, 0));
}

.notlogos {
	margin: 32px 0;
}

/* .image-side span{
	width: 637px!important;
    height: 598px!important;
} */


.page-event {
	background-color: #212121;
	padding-bottom: 40px;
}

.page-event .cover {
	background-color: #36353a;
	height: 360px;
	background-image: url('https://goo.gl/NA3iQP&#39');
	background-position: center center;
	background-size: cover;
}

.page-event .cover .heading {
	font-size: 243px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ccc;
	transition: font-size 0.3s;
}

.page-event .cover .heading::first-letter {
	color: #db2d8e;
}

.page-event .upcoming-sec {
	padding: 5vh 0;
	border-bottom: 1px solid #ccc;
}

.page-event .upcoming-sec .heading {
	font-size: 30px;
	color: #fff;
}

.page-event .upcoming-event-list {
	color: #ccc;
}

.page-event .upcoming-event-list .event-block {
	padding: 5vh 0;
	border-bottom: 1px solid #ccc;
}

.page-event .upcoming-event-list .event-block .sec-1,
.page-event .upcoming-event-list .event-block .sec-2 {
	padding-bottom: 3vh;
}

.page-event .upcoming-event-list .event-block .sec-1 table .month {
	text-transform: uppercase;
	color: #db2d8e;
	font-size: 30px;
}

.page-event .upcoming-event-list .event-block .sec-1 table .month-date-devider {
	width: 5vh;
	margin: 1vh 0;
	background-color: #3cbfaf;
	height: 5px;
}

.page-event .upcoming-event-list .event-block .sec-1 table .date {
	font-size: 36px;
	font-weight: bolder;
	line-height: normal;
}

.page-event .upcoming-event-list .event-block .sec-1 table .title {
	padding-left: 20px;
	vertical-align: top;
	font-size: 30px;
}

.page-event .upcoming-event-list .event-block .sec-2 img {
	width: 100%;
}

.page-event .upcoming-event-list .event-block .sec-3 .title {
	font-size: 30px;
	padding-bottom: 2vh;
}

.page-event .upcoming-event-list .event-block .sec-3 .venue table td {
	vertical-align: top;
}

.page-event .upcoming-event-list .event-block .sec-3 .venue table td i {
	color: #db2d8e;
	padding-left: 3px;
	padding-right: 10px;
}

.page-event .upcoming-event-list .event-block .sec-3 .venue table td .dim-color a {
	color: rgba(204, 204, 204, 0.3);
}

.page-event .upcoming-event-list .event-block .sec-3 .time {
	padding-bottom: 3vh;
}

.page-event .upcoming-event-list .event-block .sec-3 .time table td {
	vertical-align: top;
}

.page-event .upcoming-event-list .event-block .sec-3 .time table td i {
	color: #db2d8e;
	padding-right: 10px;
}

.page-event .upcoming-event-list .event-block .sec-3 .time table td .dim-color {
	color: rgba(204, 204, 204, 0.3);
}

.page-event .upcoming-event-list .event-block .sec-3 .sort-story {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}

.page-event .upcoming-event-list .event-block .sec-3 .group-of-btn {
	padding-top: 3vh;
}

.page-event .upcoming-event-list .event-block .sec-3 .group-of-btn .book-ticket {
	background-color: #3cbfaf;
	color: #fff;
	margin-bottom: 10px;
}

.page-event .page-heading {
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 17px;
	word-break: break-all;
	padding: 10px;
}

.director-heading {
	color: #6b7280 !important;
	font-weight: 600 !important;

	font-size: 26px !important;
}

.major-heading-teams {
	font-weight: bold !important;
	font-size: 32px !important;
	color: #1d165c !important;

}

.emailTag a {
	font-weight: bold;
	font-size: 19px;

	/* text-decoration: underline; */
}

.emailTag a:hover {

	text-decoration: underline;
}

.page-event .page-heading::first-letter {
	color: #db2d8e;
}

@media (min-width: 992px) {
	.upcoming-event-list .event-block .sec-1 table .title {
		display: none;
	}
}

@media (max-width: 991px) {
	.page-event .cover .heading {
		font-size: 180px;
		padding-top: 7vh;
	}

	.upcoming-event-list .event-block .sec-3 .title {
		display: none;
	}
}

@media (max-width: 767px) {
	.page-event .cover .heading {
		font-size: 140px;
		padding-top: 11vh;
	}
}

@media (max-width: 575px) {
	.page-event .cover {
		height: 214px;
	}

	.page-event .cover .heading {
		font-size: 70px;
	}

	.page-event .upcoming-event-list .event-block .sec-1 table .month {
		font-size: 14px;
	}

	.page-event .upcoming-event-list .event-block .sec-1 table .date {
		font-size: 36px;
	}

	.page-event .upcoming-event-list .event-block .sec-1 table .title {
		padding-left: 20px;
		font-size: 20px;
		vertical-align: top;
	}
}

/* 
* {
	box-sizing: border-box;
  }
  @font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
  }
  html,
  body {
	margin: 0;
	padding: 0;
  } 
  body {
	font-family: 'PT Sans', Arial, Verdana;
	background-color: #eee;
  } 
  h1 {
	text-align: center;
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #222;
  }*/
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 75px;
	margin: auto;
	position: relative;
	background-color: #2c3e50;
	z-index: 7;
}

.menu li {
	float: left;
	width: 25%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.menu.five-elems li {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.menu a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size: 18px;
	z-index: 9;
}

@media only screen and (min-width: 415px) and (max-width: 992px) {
	.menu a {
		font-size: 15px;
		text-align: center;
	}
}

@media(max-width: 415px) {
	.menu a {
		font-size: 15px;
		text-align: center;
		border-right: 1px solid #f0808059;
		border-left: 1px solid #f080804d;
	}
}

a.active {
	background-color: #e74c3c;
	/* pointer-events: none; */
}

/* .menu li.active{
	pointer-events: none;
} */

li.slider {
	width: 25%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background-color: #e74c3c; */
	z-index: 8;
	transition: left 0.4s, background-color 0.4s;
}

.menu.five-elems li.slider {
	width: 20%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	transition: left 0.4s, background-color 0.4s;
}

.menu li:nth-child(1):hover~.slider,
.menu li:nth-child(1):focus~.slider,
.menu li:nth-child(1):active~.slider {
	left: 0;
	background-color: #3498db;
}

.menu li:nth-child(2):hover~.slider,
.menu li:nth-child(2):focus~.slider,
.menu li:nth-child(2):active~.slider {
	left: 25%;
	background-color: #9b59b6;
}

.menu li:nth-child(3):hover~.slider,
.menu li:nth-child(3):focus~.slider,
.menu li:nth-child(3):active~.slider {
	left: 50%;
	background-color: #e67e22;
}

.menu li:nth-child(4):hover~.slider,
.menu li:nth-child(4):focus~.slider,
.menu li:nth-child(4):active~.slider {
	left: 75%;
	background-color: #16a085;
}

.menu.five-elems li:nth-child(1):hover~.slider,
.menu.five-elems li:nth-child(1):focus~.slider,
.menu.five-elems li:nth-child(1):active~.slider {
	left: 0;
	background-color: #3498db;
}

.menu.five-elems li:nth-child(2):hover~.slider,
.menu.five-elems li:nth-child(2):focus~.slider,
.menu.five-elems li:nth-child(2):active~.slider {
	left: 20%;
	background-color: #9b59b6;
}

.menu.five-elems li:nth-child(3):hover~.slider,
.menu.five-elems li:nth-child(3):focus~.slider,
.menu.five-elems li:nth-child(3):active~.slider {
	left: 40%;
	background-color: #e67e22;
}

.menu.five-elems li:nth-child(4):hover~.slider,
.menu.five-elems li:nth-child(4):focus~.slider,
.menu.five-elems li:nth-child(4):active~.slider {
	left: 60%;
	background-color: #16a085;
}

.menu.five-elems li:nth-child(5):hover~.slider,
.menu.five-elems li:nth-child(5):focus~.slider,
.menu.five-elems li:nth-child(5):active~.slider {
	left: 80%;
	background-color: #b52b2b;
}

* {
	font-family: 'Montserrat', sans-serif !important;

}

.fas {
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900;

}

.partners {
	width: 10rem;

	height: 5rem !important;
	/* border-right: 1px solid grey; */
	margin: 9px 2rem !important;
	background-repeat: no-repeat;
}

.partnerlogo span {
	width: 130px !important;
	height: 71px !important;
	top: 12px !important;
	left: 15px !important;
}

.partnerlogo span {
	width: 130px !important;
	height: 52px !important;
	top: 12px !important;
	left: 15px !important;
}

.customlogosetting span {
	top: -40px !important;
	left: 0;
	/* bottom: -61px !important; */
	right: 0;
	width: 160px !important;
	height: 150px !important;

}

.classtriggerpartners {
	transform: scale(1.1) !important;
	transition: 0.5s;
	box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 14%);
	margin: 12px;
	background: white !important;
	border-bottom: 1px solid !important;
	border-radius: 12px;
}

.partnerlogo:hover {
	transform: scale(1.1) !important;
	transition: 0.5s;
	box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 14%);
	margin: 12px;
	border-bottom: 1px solid !important;
	background: white !important;
	border-radius: 12px;
}

.customlogosetting:hover {
	transform: scale(1.1) !important;
	transition: 0.5s;
	box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 14%);
	margin: 12px;
	background: white !important;
	border-radius: 12px;
	border-bottom: 1px solid !important;
}

.control ul li ul li a {
	font-size: 16px;
	text-align: center;
	border-left: 4px solid transparent;
	padding: 28px 0px;
	font-weight: unset;
	color: white !important;
	margin: 14px 10px;
	border-bottom: 1px solid #d3d3d347;
}

.tabone {
	color: white !important;
	background-image: linear-gradient(to right, #464646, #515151);
	border-radius: 8px;
}

.tabtwo {
	color: white !important;
	background-image: linear-gradient(to right, #7e0001, #cc0000);
	border-radius: 8px;
}

.tabthree {
	color: white !important;
	background-image: linear-gradient(to right, #4b4a48, #777777);
	border-radius: 8px;
}

.tabfour {
	color: white !important;
	background-image: linear-gradient(to right, #441468, #6d27a3);
	border-radius: 8px;
}

.tabfive {
	color: white !important;
	background-image: linear-gradient(to right, #293947, #445e77);
	border-radius: 8px;
}

.tabsix {
	color: white !important;
	background-image: linear-gradient(to right, #7e0025, #c3013d);
	border-radius: 8px;
}

.buttonpressed {
	border-left: 4px solid #3498db !important;
	margin-right: -12px !important;
	/* position: absolute; */
	/* height: 100px; */
	border-radius: 8px;
}

.control {
	position: relative;
	margin: 28px;
	width: 300px;
	margin-top: 3rem;
}

.premium {
	width: 89rem;
	height: 451px;
	padding-top: 80px;
}

.premium-first {
	/* width: 89rem;
	height: 410px;
	padding-top: 80px; */
	padding: 70px 0;
}

.premium-second {
	/* width: 89rem; */
	/* height: 410px;
	padding-top: 40px; */
	padding: 70px 0;
}

.customer-icons {
	width: 275px;

}

.premiumholder {
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
	.service-details-content .inner-box .application-box .mobileview {
		display: flex;

	}

	.service-details-content .inner-box .application-box .webview {
		display: none;
	}

	.info-sub-section .row .offset-1 {
		margin-left: unset !important;
	}

	.info-sub-section .row .col-7 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.info-sub-section .row .pl-4 {
		padding-left: 2.5rem !important;
	}
}

/* @media only screen and  (min-width: 415px) and (max-width: 992px) {
	.page-event .upcoming-event-list .event-block .sec-1 table .date {
		font-size: 24px;
	}
  } */
.premium-logos span {
	height: 185px !important;
	width: 218px !important;
}

.premium-logos {
	/* border-radius: 50%;
	box-shadow: 0px 0px 5px 0px rgb(187 176 47 / 61%);
	height: 185px; */
	/* border: 2px solid rgb(187 176 47 / 61%); */
	/* width: 185px; */
	/* border-radius: 50%; */
	box-shadow: 0px 0px 5px 0px rgb(195 194 183 / 61%);
	height: 185px;
	/* border: 2px solid rgb(187 176 47 / 61%); */
	width: 185px;
}

.premium-logos:hover {
	/* border: 2px solid rgb(187 176 47 / 61%); */
	/* border-image: linear-gradient(279.09deg, #007aff, #2767f8 15.7%, #8938e5 51.03%, #ff00cf 90.95%) !important;
    border-image-slice: 1 !important; */
	/* border-radius: 50%; */
	border: 2px solid rgb(213 212 204 / 61%);
}

.subbadge .sub span {
	/* height: 50px !important; */
	/* width: 50px !important; */
	/* width: 79px !important; */
	/* left: 0px !important; */
	/* top: 20px !important; */
	height: 50px !important;
	width: 50px !important;
	/* width: 79px !important; */
	left: 0px !important;
	top: -15px !important;
}

.subbadge img {
	filter: grayscale(1);
	opacity: 0.4;
}

.premium-logos:hover+.subbadge span img {
	filter: grayscale(0.5);
	opacity: 0.8;
}

.col-md:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.col-md {
	transform: scale(1);
	transition: 0.5s;
}

.hrbar {
	margin-bottom: 34px;

}

.hrbar .premiumtitle {
	padding: 0px 10px;
	/* font-size: 20px !important; */
	min-width: 262px;
	width: 420px;
	font-weight: bold;
}

.hrbar hr {
	width: 48% !important;
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
	border: 0;
	border-top: 1px solid rgb(213 207 128) !important;
}

.microsoft span {
	position: relative !important;
	top: 6px !important;
	left: 1px !important;
	bottom: 0;
	right: 0;
	height: 148px !important;
	width: 187px !important;
}

.microsoft span img {
	padding: 10px !important;
}

.azure span {
	position: relative !important;
	top: 12px !important;
	left: 1px !important;
	bottom: 0;
	right: 0;
	height: 148px !important;
	width: 187px !important;
}

.azure span img {
	padding: 10px !important;
}

@media (max-width: 556px) {
	.premium-logos span {
		height: 127px !important;
		width: 132px !important;
	}

	.azure span {
		position: relative !important;
		top: -15px !important;
		left: -20px !important;

	}
}



.huawei span img {
	padding: 29px !important;
	top: -7px !important;
}

.vmware span img {
	padding: 22px !important;
	top: 11px !important
}

.premium-logos span img {
	object-fit: contain !important;
}

.dell span img {
	padding: 40px !important;
}

.oracle span {
	top: -24px !important;
}

.oracle span img {
	padding: 9px !important;
}

.aws span {
	top: 0px !important;
}

.aws span img {
	padding: 9px !important;
}

.fortinet span img {
	padding: 15px !important;
}

.lastelem {
	top: 100px;
}

.seclast {
	top: 35px;
}

@media (max-width: 415px) {
	.page-event .upcoming-event-list .event-block .sec-1 table .date {
		font-size: 17px;
	}

	.page-event .upcoming-event-list .event-block .sec-2 span {
		height: 27vh !important;
		position: relative !important;

	}

	.page-event .container .upcoming-event-list .event-block .row .sec-2 span img {
		object-fit: contain !important;

	}
}

@media only screen and (min-width: 415px) and (max-width: 767px) {
	.page-event .upcoming-event-list .event-block .sec-1 table .date {
		font-size: 17px;
	}

	.page-event .upcoming-event-list .event-block .sec-2 span {
		height: 36vh !important;
		position: relative !important;

	}

	.page-event .container .upcoming-event-list .event-block .row .sec-2 span img {
		object-fit: contain !important;

	}
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
	.page-event .upcoming-event-list .event-block .sec-1 table .date {
		font-size: 24px;
	}

	.page-event .upcoming-event-list .event-block .sec-2 span {
		height: 49vh !important;
		position: relative !important;

	}

	.page-event .container .upcoming-event-list .event-block .row .sec-2 span img {
		object-fit: contain !important;

	}
}

@media (min-width: 768px) {
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media(max-width:1280px) {
	.navig ul .sub-menu ul {
		display: flex;
		justify-content: center;
	}

	.navig {
		width: unset;
	}

	.homepage-grid-item {
		width: unset !important;
	}
}

@media (max-width:1280px) {
	.navig ul .sub-menu ul {
		display: flex;
		justify-content: center;
	}

	.navig {
		width: unset;
	}

	.homepage-grid-item {
		width: unset !important;
	}
}

@media (max-width: 575px) {
	.navig ul ul {
		/* background-color: #ebebeb; */
		margin-left: unset !important;
	}

	.partnerclass li {
		flex: 50%;
		padding: 4px;
	}

	.partnerclass li a {
		/* background: #f8f8f8; */
		font-size: 11px !important;
		text-align: center !important;
		border-left: 4px solid transparent;
		padding: unset !important;
		font-weight: unset;
		margin: unset !important;
		color: #000000ba !important;
		border-bottom: 1px solid #d3d3d347;
	}

	.partners {
		width: 7.5rem !important;
		height: 7rem !important;
		margin: 1rem 2rem !important;
		background-repeat: no-repeat !important;
	}

	.partnerclass {
		flex-wrap: wrap;
	}

	.partners span {
		width: 90px !important;
		height: 90px !important;
		top: 12px !important;
		left: 15px !important;
	}

	.control {
		margin-bottom: -2px !important;
		margin: 11px;
		margin-top: 1rem;
	}

	.custom {
		margin-bottom: 9px;
		background: #f8f8f8;
	}

	.stickyness {
		position: sticky;
		top: 0;
		background: white;
		z-index: 100000000000;
	}

	.buttonclick {
		/* background: #ebebeb; */
		border-left: unset !important;
		border-bottom: 4px solid #3498db !important;
	}

	.partnerclass li a:hover {
		background: #ebebeb !important;
		border-left: unset !important;
	}
}

.about-us-page-img .image-box span {
	width: 637px !important;
	height: 626px !important;
}

.primarybtn {
	border-radius: 5px;
	background: rgb(68 96 199);
	border: none;
	padding: 10px 25px;
}

.primarybtn:hover {
	background: rgb(48 72 163);
}

.get-in-touch {
	background: url(https://themebeyond.com/html/convoke/img/bg/r_schedule_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0;
}

.get-in-touch:hover .overlay {
	background: linear-gradient(120deg, rgb(18 19 32 / 82%) 85%, rgba(0, 0, 0, .4) 95%);
}

@media only screen and (min-width: 557px) and (max-width: 1340px) {
	.mobilerow {
		justify-content: center;
		height: 200px;
		display: flex;
	}

	.col-md {
		width: 32% !important;
	}

	.premium-logos {
		border-radius: 50%;
		box-shadow: 0px 0px 5px 0px rgb(187 176 47 / 61%);
		height: 185px;
		/* border: 2px solid rgb(187 176 47 / 61%); */
		width: 112px !important;
		height: 112px !important;
		margin-bottom: 15px;
	}

	.premium-logos span {
		height: 128px !important;
		width: 140px !important;
	}

	.oracle span img {
		padding: 18px !important;
		top: -3px !important;
	}

	.oracle span {
		top: -24px !important;
	}

	.fortinet span img {
		padding: 25px !important;
		top: -24px !important;
	}

	.subbadge .sub span {
		height: 35px !important;
		width: 35px !important;
		/* width: 79px !important; */
		left: 0px !important;
		top: 20px !important;
	}

	.dell span img {
		padding: 34px !important;
		top: -19px !important;
		left: 4px !important;
	}

	.huawei span img {
		padding: 28px !important;
		top: -26px !important;
	}

	.microsoft span img {
		padding: 30px !important;
		top: -35px !important;
		left: -27px !important;
	}

	.vmware span img {
		padding: 23px !important;
		top: -18px !important;
		left: 5px !important;
	}
}

@media(max-width:556px) {
	.mobilerow {
		justify-content: center;
		height: 200px;
		display: flex;
	}

	.col-md {
		width: 32% !important;
	}

	.premium-logos {
		border-radius: 50%;
		box-shadow: 0px 0px 5px 0px rgb(187 176 47 / 61%);
		height: 185px;
		/* border: 2px solid rgb(187 176 47 / 61%); */
		width: 100px !important;
		height: 100px !important;
		margin-bottom: 15px;
	}

	.premium-logos span {
		height: 128px !important;
		width: 140px !important;
	}

	.oracle span img {
		padding: 24px !important;
		top: -3px !important;
	}

	.oracle span {
		top: -24px !important;
	}

	.fortinet span img {
		padding: 25px !important;
		top: -24px !important;
	}

	.subbadge .sub span {
		height: 35px !important;
		width: 35px !important;
		/* width: 79px !important; */
		left: 0px !important;
		top: 5px !important;
	}

	.dell span img {
		padding: 36px !important;
		top: -27px !important;
		left: -6px !important;
	}

	.huawei span img {
		padding: 33px !important;
		top: -32px !important;
		left: -10px !important;
	}

	.microsoft span img {
		padding: 30px !important;
		top: -41px !important;
		left: -41px !important;
	}

	.vmware span img {
		padding: 27px !important;
		top: -23px !important;
		left: -1px !important;
	}
}

/* ******************** mobile view design fix for menu items  ******************* */
.devops-mobile {
	display: none;
}

@media(max-width:992px) {
	.menumobilefix {
		margin-left: 0 !important;
	}

	.menumobilefix li button {
		width: 245px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.devops-mobile {
		display: unset !important;
	}

	.devops .swiper-slide {
		border-right: unset !important;

	}

	.menumobile {
		display: none;
	}

	/* .devops-mobile-text-area{
		display: none;
	} */
	.articleholder {
		padding: 15px;
		font-size: 21px;
		font-weight: bold;
	}
}

.contactcontrol {
	width: 50%;
	padding-top: 32px;
	/* background: #1f2937; */
	/* border-radius: 5px; */
	padding-left: 20px;
	border-right: 1px solid lightgrey;
	margin-right: 30px;
}

.containercontrol {
	text-align: center;
	justify-content: center;
	display: flex;
}

.contacttitle {
	float: right;
	padding-bottom: 17px;
	font-weight: bold;
	padding-right: 63px;
	color: #898b89;
	margin: 20px;
	margin-bottom: 20px !important;
	/* padding-top: 80px; */
	text-align: right;
	width: 24%;
}

.demotextholding {
	padding-left: 2rem;
	padding-top: 37px;
}

.wp-block-separator {
	margin-bottom: 20px !important;
}

.Section__backgroundMask {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: var(--sectionBackgroundOverflow);
}

.Section__background {
	position: relative;
	height: 600px;
	width: 100%;
	top: 0;
	left: 0;
	transform-origin: 100% 0;
	transform: skewY(-6deg);
	background: #adaeb340;
	overflow: hidden;
}

.title-copy-boxes-text {
	font-size: 10px;
	color: white;
}

.testimonialtitle {
	font-weight: 700;
	margin-bottom: 1rem;
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.testimonialtext {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 300;
}

.testimonialdetail {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
}

.article_author span img {
	-o-object-fit: cover;
	object-fit: cover;
	padding: 2px !important;
	border-radius: 50%;
}

.article_author span {
	position: relative !important;
	height: 40px !important;
	inset: 0 !important;
	width: 40px !important;
	border-radius: 50% !important;
	margin-right: 7px !important;
	border: 2px solid #ff7b7b !important;
}

.avatarholder {
	display: flex;
}

.maincontainerauthor {
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 35px;
}


/* ************** about *************** */

.page-section {

	color: #1f2937;
}

.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}

.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	content: "";
	background-color: #e9ecef;
}

.timeline>li {
	position: relative;
	min-height: 50px;
	margin-bottom: 50px;
}

.timeline>li:after,
.timeline>li:before {
	display: table;
	content: " ";
}

.timeline>li:after {
	clear: both;
}

.timeline>li .timeline-panel {
	position: relative;
	float: right;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline>li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline>li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline>li .timeline-image {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	text-align: center;
	color: white;
	border: 7px solid #e9ecef;
	border-radius: 100%;
	background-color: #1f2937;
}

.timeline>li .timeline-image h4,
.timeline>li .timeline-image .h4 {
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline>li:last-child {
	margin-bottom: 0;
}

.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
	margin-top: 0;
	color: inherit;
}

.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
	text-transform: none;
}

.timeline .timeline-body>ul,
.timeline .timeline-body>p {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.timeline:before {
		left: 50%;
	}

	.timeline>li {
		min-height: 100px;
		margin-bottom: 100px;
	}

	.timeline>li .timeline-panel {
		float: left;
		width: 41%;
		padding: 0 20px 20px 30px;
		text-align: right;
	}

	.timeline>li .timeline-image {
		left: 50%;
		width: 100px;
		height: 100px;
		margin-left: -50px;
	}

	.timeline>li .timeline-image h4,
	.timeline>li .timeline-image .h4 {
		font-size: 13px;
		line-height: 18px;
		margin-top: 16px;
	}

	.timeline>li.timeline-inverted>.timeline-panel {
		float: right;
		padding: 0 30px 20px 20px;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.timeline>li {
		min-height: 150px;
	}

	.timeline>li .timeline-panel {
		padding: 0 20px 20px;
	}

	.timeline>li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px;
	}

	.timeline>li .timeline-image h4,
	.timeline>li .timeline-image .h4 {
		font-size: 14px;
		line-height: 26px;
		color: white;
		margin-top: 56px;
	}

	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 20px 20px;
	}
}

@media (min-width: 1200px) {
	.timeline>li {
		min-height: 170px;
	}

	.timeline>li .timeline-panel {
		padding: 0 20px 20px 100px;
	}

	.timeline>li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}

	.timeline>li .timeline-image h4,
	.timeline>li .timeline-image .h4 {
		/* margin-top: 40px; */
	}

	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 100px 20px 20px;
	}
}

.page-section {
	padding: 6rem 0;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
	font-size: 1rem;
	font-weight: 400;
	font-style: italic;
	font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	margin-bottom: 4rem;
}

/* @media (min-width: 768px) {
	section {
		padding: 9rem 0;
	}
} */

.text-center {
	text-align: center !important;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
	font-size: 1rem;
	font-weight: 400;
	font-style: italic;
	font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	margin-bottom: 4rem;
}

.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d !important;
}
/* ************ circle animation on about *********** */

.circle {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-color: #1f2937;

	position: fixed;
	left: 50%;

}

.circle:before,
.circle:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #1f2937;
	border-radius: 50%;
}


.circle:before {
	animation: ripple 2s linear infinite;
}

.circle:after {
	animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
		opacity: 1;
	}

	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}
/* ************ circle animation on about *********** */
/* ************** about *************** */

@media(max-width:778px){
	.contactmobileview{
      display: block !important;
	}
	.contactmobileview .contactcontrol {
		width: unset !important;
	}
	.contactmobileview .contact-form{
		width: unset !important;
	}
	.contactformcontainer{
		padding: 120px 0px 80px !important;
	}
	.containercontrol h3{
		width: 100%;
	}
}
.customborderadjustment .col-span-2{
	border-color: #d3d3d326 !important;
}
.customborderadjust{
	border-color: #d3d3d326 !important;
}