/************ TABLE OF CONTENTS ***************

====================================================================
                          Home-DS
====================================================================

/** news-section **/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');

.news-section {
	position: relative;
	padding-bottom: 125px;
}

.news-section .title-inner {
	position: relative;
	padding: 125px 0px 163px 0px;
}

.news-block-one .inner-box {
	position: relative;
	display: block;
}

.news-block-one .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #eaeaef;
}

.news-block-one .inner-box .image-box:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	top: 0px;
	right: 0px;
	opacity: 0.9;
	z-index: 1;
	transition: all 500ms ease;
}

.news-block-one .inner-box .image-box:before {
	background: -webkit-linear-gradient(-45deg, #110b44, #3596f0 100%);
	background: -moz-linear-gradient(-45deg, rgba(2, 0, 36, 1) 0%, rgba(17, 11, 68, 1) 0%, rgba(53, 150, 240, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(2, 0, 36, 1) 0%, rgba(17, 11, 68, 1) 0%, rgba(53, 150, 240, 1) 100%);
	background: linear-gradient(-45deg, rgba(2, 0, 36, 1) 0%, rgba(17, 11, 68, 1) 0%, rgba(53, 150, 240, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#3596f0", GradientType=1);
}

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

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

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

.news-block-one .inner-box .lower-content .file-box {
	position: relative;
	display: block;
	margin-bottom: 14px;
}

.news-block-one .inner-box .lower-content .file-box i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #666666 !important;
	margin-right: 10px;
}

.news-block-one .inner-box .lower-content .file-box p {
	position: relative;
	display: inline-block;
}

.news-block-one .inner-box .lower-content .title-box {
	position: relative;
	display: block;
	padding-left: 0px;
	margin-bottom: 0px;
}

.news-block-one .inner-box .lower-content .title-box .post-date {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 55px;
	height: 55px;
	text-align: center;
	border-radius: 5px;
	padding: 8px 0px;
}

.news-block-one .inner-box .lower-content .title-box .post-date p {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}

.news-block-one .inner-box .lower-content .title-box .post-date span {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}

.news-block-one .inner-box .lower-content .title-box h4 {
	line-height: 28px;
}

.news-block-one .inner-box .lower-content .text {
	position: relative;
	margin-bottom: 21px;
}

.news-block-one .inner-box .lower-content .link a {
	color: #1d165c;
}

.news-block-one .inner-box .lower-content .link a i {
	font-size: 14px;
	font-weight: 400;
	margin-right: 10px;
}

.news-section .lower-content .inner-content {
	position: relative;
	margin-top: -125px;
}

.news-section .title-inner .pattern-layer .pattern-1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1335px;
	height: 100%;
	background-repeat: no-repeat;
}

.news-section .title-inner .pattern-layer .pattern-2 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1350px;
	height: 100%;
	background-repeat: no-repeat;
}

/** award-style-two **/

.award-style-two {
	position: relative;
	/* padding: 0px 0px; */
	margin-top: 50px !important;
	/* float: none; */
}

.bg-blue {
	background-color: #104cba;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.award-style-two:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .9;
	content: "";
}

.award-style-two .content-box {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 0px;
}

.award-style-two .content-box:before {
	position: absolute;
	content: '';
	background: #e5e5e5;
	width: 1px;
	height: 350px;
	top: -17px;
	right: -30px;
}

.award-style-two .content-box h3 {
	font-size: 24px;
	margin-bottom: 31px;
}

.award-style-two .content-box .award-image {
	position: relative;
	display: block;
	margin-bottom: 21px;
}

.award-style-two .testimonial-content {
	position: relative;
	margin: 0px 100px;
}

.award-style-two .testimonial-content .inner-box {
	position: relative;
	display: block;
	background: #fff;
	padding: 0px 30px 30px 28px;
	border-radius: 5px;
	box-shadow: 0 5px 40px 10px #eaeaef;
}

.award-style-two .testimonial-content .inner-box:before {
	position: absolute;
	content: "\f10d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 130px;
	line-height: 130px;
	right: 50px;
	bottom: 25px;
	color: #f6f6f6;
}

.award-style-two .testimonial-content .inner-box .rating {
	position: relative;
	margin-bottom: 17px;
}

.award-style-two .testimonial-content .inner-box .rating li {
	position: relative;
	display: inline-block;
	font-size: 20px;
}

.award-style-two .testimonial-content .inner-box p {
	font-size: 20px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 36px;
	margin-bottom: 50px;
}

.award-style-two .testimonial-content .inner-box .author-info {
	position: relative;
	padding-left: 80px;
}

.award-style-two .testimonial-content .inner-box .author-info .image-box {
	position: absolute;
	left: 0px;
	top: 16px;
}

.award-style-two .testimonial-content .inner-box .author-info .image-box .icon-box i {
	font-size: 3rem;
}

.award-style-two .testimonial-content .inner-box .author-info .image-box img {
	width: 100%;
	border-radius: 50%;
}

.award-style-two .testimonial-content .inner-box .author-info h4 {
	line-height: 28px;
	margin-bottom: 5px;
}

.award-style-two .testimonial-content .inner-box .author-info .designation {
	position: relative;
	display: block;
	line-height: 24px;
}

.award-style-two .owl-nav {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.award-style-two .owl-nav .owl-prev,
.award-style-two .owl-nav .owl-next {
	position: relative;
	font-size: 20px;
	color: #dddddd;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	margin: 10px 0px;
	transition: all 500ms ease;
}

.award-style-two .owl-nav .owl-prev:hover,
.award-style-two .owl-nav .owl-next:hover {
	color: #fff;
}

/** main-footer **/

.main-footer .footer-top {
	background: url('../../ui/images/earth.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	z-index: 1;
	position: relative;
}

.main-footer .footer-top:before {
	position: absolute;
	top: 0px;
	left: 0;
	content: "";
	width: 100%;
	height: 30px;
	background: url(../images/page-bg-after.png) no-repeat center;
	background-size: cover;
	z-index: 1;
	transform: rotate(180deg);
}

.main-footer .footer-top::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 14, 41, 0.6);
	content: "";
	z-index: -1;
}

.main-footer {
	position: relative;
	overflow: hidden;
}

.main-footer .footer-top {
	position: relative;
	padding: 120px 0px 60px 0px;
}

.main-footer .widget-section .widget-title {
	position: relative;
	margin-bottom: 0px;
}

.main-footer .widget-section .widget-title h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 20px;
}

.main-footer .widget-section .widget-title .decor {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 57px;
	height: 9px;
	background-repeat: no-repeat;
}

.main-footer .widget-section .contact-widget .widget-content .box h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 4px;
}

.main-footer .widget-section .contact-widget .widget-content .box p {
	color: rgba(255, 255, 255);
	text-align: left;
}

.main-footer .widget-section .contact-widget .widget-content .box {
	position: relative;
	margin-bottom: 21px;
}

.main-footer .widget-section .contact-widget .widget-content .box:last-child {
	margin-bottom: 0px;
}

.main-footer .widget-section .contact-widget .widget-content .box li {
	position: relative;
	display: block;
	margin-bottom: 4px;
}

.main-footer .widget-section .contact-widget .widget-content .box li:last-child {
	margin-bottom: 0px;
}

.main-footer .widget-section .contact-widget .widget-content .box li i {
	color: #fff;
	padding-right: 15px;
}

.main-footer .widget-section .contact-widget .widget-content .box li a {
	color: rgba(255, 255, 255);
}

.main-footer .widget-section .contact-widget .widget-content .box li a:hover {
	color: #fff;
}

.main-footer .widget-section .links-widget .widget-content ul li {
	position: relative;
	display: block;
	margin-bottom: 14px;
}

.main-footer .widget-section .links-widget .widget-content ul li:last-child {
	margin-bottom: 0px;
}

.main-footer .widget-section .links-widget .widget-content ul li a {
	position: relative;
	display: inline-block;
	color: rgba(255, 255, 255);
}

.main-footer .widget-section .links-widget .widget-content ul li a:hover {
	color: #fff;
}

.main-footer .widget-section .about-widget .widget-content .box {
	position: relative;
	padding-left: 0px;
	margin-bottom: 0px;
}

.main-footer .widget-section .about-widget .widget-content .box .logo {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px 0px 15px 0px;
}

.main-footer .widget-section .about-widget .widget-content .box .text p {
	color: rgba(255, 255, 255, 0.6);
}

.main-footer .widget-section .about-widget .widget-content .subscribe-box .form-group {
	position: relative;
	margin: 0px;
}

.main-footer .widget-section .about-widget .widget-content .subscribe-box .form-group input[type='email'] {
	position: relative;
	width: calc(100% - 190px);
	height: 55px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #1e2332;
}

.main-footer .widget-section .about-widget .widget-content .subscribe-box .form-group button {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 12px 42px;
}

.main-footer .widget-section .about-widget .widget-content .subscribe-box .form-group input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.main-footer .footer-bottom.style-one {
	position: relative;
	background: #041029;
	padding: 22px 0px;
}

.main-footer .footer-bottom.style-one .copyright p,
.main-footer .footer-bottom.style-one .copyright p a,
.main-footer .footer-bottom.style-one .footer-nav li a {
	color: #ffffff;
}

.footer-bottom .copyright p,
.footer-bottom .copyright p a,
.footer-bottom .footer-nav li a {
	color: rgba(255, 255, 255, 0.6);
}

.footer-bottom .copyright p a:hover,
.footer-bottom .footer-nav li a:hover {
	color: #fff;
}

.footer-bottom .footer-nav li {
	position: relative;
	display: inline-block;
	padding-right: 13px;
	margin-right: 6px;
}

.main-footer .footer-bottom.style-one .footer-nav li:before {
	background: #666;
}

.footer-bottom .footer-nav li:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.6);
	width: 3px;
	height: 1px;
	top: 14px;
	right: 0px;
}

.footer-bottom .footer-nav li:last-child:before {
	display: none;
}

.footer-bottom .footer-nav li:last-child {
	padding: 0px;
	margin: 0px;
}

.image-box1 {
	position: absolute;
	top: 80px;
	left: 33px;
}

figure.image-1 img {
	width: 256px;
	z-index: 9;
	position: relative;
	/* top: 0; */
}

.image-box2 {
	position: absolute;
	bottom: 96px;
	right: 0;
	left: auto;
}

figure.image-2 img {
	width: 377px;
	z-index: 999;
	position: relative;
}

/** about-style-two **/

.about-style-two {
	position: relative;
}

#content_block_03 .content-box .text {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

#content_block_03 .content-box .lower-box {
	position: relative;
	padding: 0px 0px 0px 0px;
}

#content_block_03 .content-box .lower-box .icon-box {
	position: absolute;
	left: 0px;
	top: -6px;
	width: 63px;
	height: 63px;
	line-height: 63px;
	text-align: center;
}

#content_block_03 .content-box .lower-box .icon-box i {
	position: relative;
	font-size: 30px;
	line-height: 63px;
	color: transparent;
}

#content_block_03 .content-box .lower-box .icon-box .bg-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 63px;
	height: 63px;
	background-repeat: no-repeat;
}

#content_block_03 .content-box .lower-box h5 {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #040535;
	font-weight: 700;
	margin-bottom: 2px;
}

#content_block_03 .content-box .lower-box a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: 'Josefin Sans', Sans-serif;
	font-weight: 600;
}

#content_block_03 .content-box .lower-box a {
	color: #110b44;
}

#content_block_03 .content-box .lower-box a i {
	font-size: 14px;
	font-weight: 400;
	margin-right: 10px;
}

/** case-style-two **/

.case-style-two {
	position: relative;
	padding: 0px 0px;
	clear: both;
}

.case-style-two:before {
	position: absolute;
	content: '';
	background-image: linear-gradient(75deg, rgba(19, 81, 168, 0.85) 10%, rgba(22, 46, 102, 0.85));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.industries-area:before {
	position: absolute;
	content: '';
	background: linear-gradient(75deg, rgba(19, 81, 168, 0.85) 10%, rgba(22, 46, 102, 0.85));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


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

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

.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;
}

.lower-content .box h4 a {
	color: #fff !important;
}

.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 .image-box .overlay-layer {
	background: -webkit-linear-gradient(-45deg, rgba(0, 187, 110, 0.9), rgba(1, 86, 213, 0.9) 100%);
	background: -moz-linear-gradient(-45deg, rgba(0, 187, 110, 0.9), rgba(1, 86, 213, 0.9) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0, 187, 110, 0.9), rgba(1, 86, 213, 0.9) 100%);
	background: linear-gradient(-45deg, rgba(0, 187, 110, 0.9), rgba(1, 86, 213, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#00bb6e", GradientType=1);
}

.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;
}

.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;
	text-align: left;
}

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

.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;
}

/** clients-style-two **/

/** contact-section **/

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

#content_block_09 .content-box #contact-form {
	position: relative;
	display: block;
	background: #fff;

}

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

#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:focus,
#content_block_09 .content-box #contact-form .form-group textarea:focus {
	outline: none;
}

#content_block_09 .content-box #contact-form .form-group textarea {
	display: block;
	resize: none;
}

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

.contact-section .image-box {
	position: relative;
	display: block;
	margin: -40px -330px 0px 60px;
}

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

/** page-title **/

.page-title {
	position: relative;
	overflow: hidden;
	padding: 35px 0px 35px 0px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-title.style-two {
	background-color: #110b44;
}

.page-title.style-two .pattern-layer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 820px;
}

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

.page-title:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.9;
}

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

.page-title .content-box h1 {
	position: relative;
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
}

.page-title .content-box .bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0px 3px;
}

.page-title .content-box .bread-crumb li span {
	font-size: 13px;
}

.page-title .content-box .bread-crumb li:last-child {
	padding: 0px;
	margin: 0px;
}

.page-title .content-box .bread-crumb li a {
	color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
	color: #3499d0;
}

/*** 
====================================================================
                          Service-Page
====================================================================

***/

/** service-section-five using side bar in innerpages**/

.service-section-five {
	position: relative;
}

.service-block-five {
	position: relative;
	margin-bottom: 30px;
}

.service-block-five .inner-box {
	position: relative;
	display: block;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
	padding: 20px 20px 0px 30px;
	/*box-shadow: 0 5px 40px 10px #eaeaef;*/
	border: 1px solid #eaeaef;
}

.service-details .service-block-five .inner-box {
	position: relative;
	display: block;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
	padding: 20px 15px 15px 20px;
	box-shadow: none !important;
	border: 1px solid #eaeaef;
}

.service-block-five .inner-box .icon-box {
	position: relative;
	display: inline-block;
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 23px;
	color: transparent !important;
	background: -webkit-linear-gradient(-90deg, #aeaeae, #aeaeae 100%);
}

.service-block-five .inner-box h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.service-block-five .inner-box h3 a {
	display: inline-block;
	color: #1d165c;
}

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

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

.service-block-five .inner-box .list-item li:before {
	content: "\f140";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding: 0 10px 0 0;
	color: #e61819;
}


.service-block-five .inner-box .list-item li a {
	color: #666;
}

.service-block-five .inner-box .list-item li a:hover {
	color: #1d165c;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
	display: none !important;
}

.service-block-five .inner-box .image-box {
	position: absolute;
	top: 30px;
	right: -200px;
}

.service-block-five .inner-box .link {
	position: absolute;
	right: 25px;
	bottom: 40px;
}

.service-block-five .inner-box .link a {
	position: relative;
	display: inline-block;
	color: #fff;
	z-index: 2;
	transform: scale(0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.service-block-five .inner-box .link .btn-style-four:before {
	background: #fff;
}

.service-block-five .inner-box .link a:hover {
	color: #fff !important;
}

.service-block-five .inner-box:hover .link a {
	transform: scale(1);
	transition-delay: .15s;
}

.process-style-two.alternate-2 {
	position: relative;
	padding-top: 0px;
}

.process-style-two.alternate-2:before {
	display: none;
}

.process-style-two.alternate-2 .pattern-layer {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 1430px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

/** service-details **/

.service-details {
	position: relative;
	padding: 30px 0px;
}

.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;
}

.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 h5 i {
	margin-right: 12px;
}

.service-details-content .inner-box .technology-box .content-box h5 {
	font-weight: 600;
}

.service-details-content .inner-box .technology-box .content-box h4:before {
	content: "\f140";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding: 0 10px 0 0;
	color: #e61819;
}

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

.service-details-content .inner-box .technology-box .content-box pre {
	line-height: 28px;
	margin-bottom: 24px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
}

.service-details-content .inner-box .technology-box .content-box .list-item li {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 12px;
}

.service-details-content .inner-box .technology-box .content-box .list-item li a {
	position: relative;
	color: #666;
}

.service-details-content .inner-box .technology-box .content-box .list-item li:before {
	content: "\f140";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding: 0 10px 0 0;
	color: #e61819;
}

.service-details-content .inner-box .technology-box .icon-box {
	position: relative;
	display: inline-block;
	align-items: start;
	text-align: center;
	padding-left: 16px;
	flex: none;
}

.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 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: 30px;
}

.content-box h4.usefullinks {
	margin: 30px 0px 0px 0px;
}

.service-details-content .inner-box .technology-box .btn-box {
	margin-top: 15px;
}

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

.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;
}

.contact-section.alternate-3 {
	position: relative;
	padding: 125px 0px 130px 0px;
}

.contact-section.alternate-3 .pattern-layer {
	top: 0px;
}

.service-sidebar {
	position: relative;
	margin-left: 0px;
}

.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: 14px;
	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;
}

.sidebar-file .download-option {
	position: relative;
	border: 1px solid #e5e5e5;
	margin-bottom: 50px;
}

.sidebar-file .download-option li {
	position: relative;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 15px 15px 15px;
	justify-content: space-between;
}

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

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

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

.sidebar-file .download-option li .box {
	position: relative;
	/* padding-right: 48px; */
	align-items: center;
	display: flex;
}

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

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

.sidebar-file .download-option li .box h5 a {
	color: #1d165c;
}

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

.sidebar-file .download-link-option {
	position: relative;
	border: 1px solid #e5e5e5;
	margin-bottom: 50px;
}

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

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

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

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

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

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

.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;
}

/** news-style-two **/

.news-section.style-two {
	position: relative;
	padding: 125px 0px;
}

.news-section.home-boxed {
	background: #fff;
}

.news-block-one .image-box a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	z-index: 1;
	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: .6s;
	transition-duration: .6s;
}

.news-block-one .inner-box:hover .image-box a {
	opacity: 1;
}

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

.news-section.style-two .news-block-one .inner-box .lower-content .link a i {
	font-size: 14px;
	margin-right: 10px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post {
	position: relative;
	padding: 0px 0px 0px 75px;
	padding-bottom: 10px;
	margin-bottom: 36px;
	border-bottom: 1px solid #e5e5e5;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 54px;
	height: 54px;
	text-align: center;
	border-radius: 5px;
	padding: 8px 0px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date {
	background: rgb(2, 0, 36);
	background: -moz-linear-gradient(-45deg, rgba(2, 0, 36, 1) 0%, rgba(29, 22, 92, 1) 0%, rgba(0, 123, 255, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(2, 0, 36, 1) 0%, rgba(29, 22, 92, 1) 0%, rgba(0, 123, 255, 1) 100%);
	background: linear-gradient(-45deg, rgba(2, 0, 36, 1) 0%, rgba(29, 22, 92, 1) 0%, rgba(0, 123, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#007bff", GradientType=1);
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date p {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
	text-align: center;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date span {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box {
	position: relative;
	margin-bottom: 9px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #666666 !important;
	margin-right: 10px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box p {
	position: relative;
	display: inline-block;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 0px;
	color: #1d165c;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a {
	display: inline-block;
	color: var(--fontmain);
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a:hover {
	color: #e61819;
}

.blog-classic-sidebar {
	padding: 130px 0px 90px 0px;
}

.blog-modern-sidebar .news-block-one {
	margin-bottom: 70px;
}

.blog-modern-sidebar .blog-modern-content {
	position: relative;
	margin-right: 30px;
}

.blog-modern-sidebar .news-block-one .inner-box .lower-content {
	padding: 36px 30px 0px 40px;
}

.blog-modern-sidebar .news-block-one .inner-box .lower-content .title-box .post-date {
	top: 4px;
}

.blog-modern-sidebar .news-block-one .inner-box .lower-content .title-box h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

.blog-modern-sidebar .news-block-one .inner-box .lower-content .file-box {
	margin-bottom: 5px;
}

.blog-modern-sidebar .news-block-one .inner-box .lower-content .title-box {
	margin-bottom: 18px;
}

.news-block-two .inner-box {
	position: relative;
	margin-bottom: 30px;
}

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

.news-block-two .inner-box .image-box:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	top: 0px;
	right: 0px;
	opacity: 0.9;
	z-index: 1;
	transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box:before {
	width: 100%;
	left: 0px;
}

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

.news-block-two .image-box a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	z-index: 1;
	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: .6s;
	transition-duration: .6s;
}

.news-block-two .inner-box:hover .image-box a {
	opacity: 1;
}

.news-block-two .image-box .btn-box {
	position: absolute;
	left: 40px;
	bottom: 10px;
}

.news-block-two .image-box .btn-box a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Josefin Sans', sans-serif;
	background: #fff;
	font-weight: 600;
	color: #1d165c;
	border-radius: 5px;
	padding: 11.5px 24px 11.5px 21px;
}

.news-block-two .image-box .btn-box a span {
	position: relative;
	display: inline-block;
	font-size: 25px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	margin-left: 12px;
}

.page-title .content-box .file-box {
	position: relative;
	display: block;
	margin-bottom: 23px;
	margin-top: 29px;
}

.page-title .content-box .file-box i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
}

.page-title .content-box .file-box p {
	color: #fff;
	display: inline-block;
	font-weight: 700;
}

.page-title .content-box .info-box {
	position: relative;
	display: block;
	margin-top: 36px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.page-title .content-box .info-box li {
	position: relative;
	float: left;
	width: 33.333%;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	padding-top: 26px;
	padding-bottom: 28px;
	color: #fff;
	font-weight: 500;
}

.page-title .content-box .info-box li:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.2);
	width: 1px;
	height: 60px;
	top: 0px;
	right: 0px;
}

.page-title .content-box .info-box li:last-child:before {
	display: none;
}

.page-title .content-box .info-box li span {
	font-size: 17px;
	font-weight: 600;
}

.page-title .content-box .info-box li i {
	margin-right: 10px;
}

.blog-details-content {
	position: relative;
}


.blog-details-content .author-box .inner .share .share-btn:hover {
	background: #110b44;
	border-color: #110b44;
}

.blog-details-content .author-box .inner .share {
	position: relative;
	display: inline-block;
}

.blog-details-content .author-box .inner .share .share-btn {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #1d165c;
	font-weight: 600;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	z-index: 1;
}

.blog-details-content .author-box .inner .share .share-btn:hover {
	color: #fff;
}

.blog-details-content .author-box .inner .share .social-links {
	position: absolute;
	right: -115px;
	bottom: 10px;
	width: 115px;
	opacity: 0;
	visibility: hidden;
	padding-left: 15px;
	transform: translateX(15px);
	transition: all 500ms ease;
}

.blog-details-content .author-box .inner .share:hover .social-links {
	opacity: 1;
	transform: translateX(0px);
	visibility: visible;
}

.blog-details-content .author-box .inner .share .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.blog-details-content .author-box .inner .share .social-links li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #666;
}

.blog-details-content .author-box {
	position: relative;
	margin-bottom: 35px;
}

.blog-details-content .author-box .author-image {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}


.blog-details-content .author-box .author-image img {
	width: 100%;
	border-radius: 50%;
}

.blog-details-content .author-box .inner {
	position: relative;
	padding-left: 140px;
}

.blog-details-content .author-box .inner .author-info h4 {
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 24px;
}

.blog-details-content .author-box .inner .author-info p a {
	color: #666;
}

.blog-details-content .author-box .inner .author-info {
	position: relative;
	margin-bottom: 15px;
}

.blog-details-content .author-box .inner .text {
	position: relative;
	margin-bottom: 23px;
}

.nav-btn-box .box .post-date {
	position: absolute;
	top: 4px;
	width: 54px;
	height: 54px;
	text-align: center;
	border-radius: 5px;
	padding: 8px 0px;
}

.nav-btn-box .btn-left .box .post-date {
	left: 0px;
}

.nav-btn-box .btn-right .box .post-date {
	right: 0px;
}

.nav-btn-box .box .post-date p {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}

.nav-btn-box .box .post-date span {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}

.nav-btn-box .btn-inner .box .file-box {
	position: relative;
	margin-bottom: 4px;
}

.nav-btn-box .btn-inner .box .file-box i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: transparent !important;
}

.nav-btn-box .btn-inner .box .file-box p {
	position: relative;
	display: inline-block;
	font-weight: 700;
}

.nav-btn-box.style-two .btn-inner .prev-btn,
.nav-btn-box.style-two .btn-inner .next-btn {
	margin-bottom: 16px;
}

.nav-btn-box.style-two .btn-inner .btn-left .box {
	padding-left: 75px;
}

.nav-btn-box.style-two .btn-inner .btn-right .box {
	padding-right: 75px;
}

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

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

/*** 

====================================================================
                          MY CSS
====================================================================

***/

#custom_carousel .item {

	color: #000;
	background-color: #eee;
	padding: 20px 0;
}

#custom_carousel .controls {
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	text-align: center;
	position: relative;
	background: #ddd
}

#custom_carousel .controls li {
	display: inline-block;
	width: 16%;
	padding: 10px 10px;
	border-top: 3px solid transparent;
}

#custom_carousel .controls li.active {
	background-color: #eee;
	border-top: 3px solid orange;
}

#custom_carousel .controls a small {
	overflow: hidden;
	display: block;
	font-size: 10px;
	margin-top: 5px;
	font-weight: bold
}

/*  niyo slider */
.slider-top-margin2 {
	margin-top: 75px;
}

@media only screen and (max-width: 991px) {
	.slider-top-margin2 {
		margin-top: 71px;
	}
}

.inner-page-top-margin {
	margin-top: 95px;
}

@media only screen and (max-width: 991px) {
	.inner-page-top-margin {
		margin-top: 71px;
	}
}

.slider-area {
	position: relative;
}

.slider-area .nivo-controlNav {
	display: none;
}

.slider-area .nivo-directionNav a {
	text-indent: -9999999px;
	opacity: 0;
	visibility: hidden;
	background-color: #ffffff;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: 2px solid rgba(204, 210, 212, 0.2);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.slider-area .nivo-directionNav a:hover {
	background-color: #396cf0;
}

.slider-area .nivo-directionNav a:hover:before {
	color: #ffffff !important;
	background: transparent !important;
}

.slider-area .nivo-directionNav a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #111111 !important;
	cursor: pointer;
	font-size: 1.6rem;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	left: 0;
	right: 0;
	text-indent: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.slider-area .nivo-directionNav a.nivo-prevNav {
	left: 0;
}

.slider-area .nivo-directionNav a.nivo-prevNav:before {
	content: "\f053";
}

.slider-area .nivo-directionNav a.nivo-nextNav {
	right: 0;
}

.slider-area .nivo-directionNav a.nivo-nextNav:before {
	content: "\f054";
}

.slider-area:hover a {
	opacity: 1;
	visibility: visible;
}

.slider-area .nivo-caption {
	opacity: 1;
}

.slider-area .nivo-caption p {
	padding: 0;
}

.slider-layout1 .nivo-caption {
	top: 0;
}

@media only screen and (max-width: 575px) {
	.slider-layout1 .nivo-caption {
		top: 20px;
	}
}

/*  nevo end slider */
.slider-data .lower-box a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: 'Josefin Sans', Sans-serif;
	font-weight: 600;
	color: #1d165c;
}

.slider-data .lower-box a i {
	font-size: 14px;
	font-weight: 400;
	margin-right: 10px;
}

.slide_main {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.slide_main {
	position: relative;
	height: 70vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
}

.slide_main::before {
	content: "";
	background-color: #110b44;
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.5;
}

.main-slider .content-box h2 {
	position: relative;
	display: block;
	color: #fff;
	margin-bottom: 20px;
}

.main-slider-carousel .owl-dots {
	display: block;
}

.main-slider .owl-nav .owl-next {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.main-slider .owl-nav .owl-prev {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
	font-size: 20px;
	color: #dddddd;
	width: 35px;
	height: 35px;
	line-height: 36px;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
	margin: 0px 10px;
	transition: all 500ms ease;
	background: #1798d0;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
	color: #fff;
}

.main-slider .content-box .lower-box a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: 'Josefin Sans', Sans-serif;
	font-weight: 600;
	color: #fff;
	margin-top: 20px;
}

.main-slider .content-box p {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	-webkit-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}

.main-slider .content-box .lower-box a i {

	margin-right: 8px;
	font-size: 14px;
}

.input-group>.btn-danger:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#custom-search-input .input-group .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #FFF;
	outline: 0;
	box-shadow: none;
}

.input-group-btn .btn-danger {
	border-radius: 0px 0.25rem 0.25rem 0px;
}

.inner-box.shedo {
	box-shadow: none !important;
}

#custom-search-input {
	margin: 0;
	padding: 0;
}

#custom-search-input .search-query {
	width: 100%;
	padding-right: 3px;
	padding-left: 15px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0;
}

#custom-search-input button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 5px 5px;
	margin-top: 2px;
	position: absolute;
	right: 0;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #D9230F;
	cursor: unset;
	z-index: 2;
}

.search-query:focus {
	z-index: 0;
}

#custom-search-input .input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	-ms-flex: auto;
	flex: auto;
	/* min-width: 0; */
	margin-bottom: 0;
}

.carousel-inner-data {
	margin: 20px auto;
	height: 350px;
	overflow: hidden;
}

.carousel-inner-data ul {
	list-style: none;
	position: relative;
}

.carousel-inner-data li {
	height: auto;
}

.main-panel .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e7eaed;
	border-radius: 0;
	min-height: 400px;
}

.main-panel .card .card-description {
	margin-bottom: .875rem;
	font-weight: 400;
	color: #76838f;
}

.main-panel ul.about {
	list-style: none;
	color: black;
	padding: 0;
}

.main-panel li.about-items {
	margin: 10px;
	font-size: 0.9rem;
	/* font-weight: 400; */
}

.main-panel li.about-items i {
	color: #110b44;
}

.main-panel span.about-item-name {
	width: 100px;
	display: inline-flex;
	margin-left: 10px;
}

.main-panel span.about-item-detail {
	display: inline-flex;
	width: calc(100% - 138px);
}

.profile-header {
	position: relative;
}

.user-image {
	z-index: 5;
	text-align: center;
}

.lower-box1 {
	outline: none;
	padding: 4px 7px;
	border: 1px solid #21a7d0;
	border-radius: 5px;
	display: inline-block;
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #111111;
	background: #f3f8f9;
}

.lower-box1 a {
	color: #000;
}

.lower-box1 a i {
	padding: 0px 15px 0px 0px;
}

.user-image img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	border: 3px solid #777;
}

.profile-card .profile-content {
	padding: 10px 0px 2px 0px;
}

.profile-card .profile-name {
	font-size: 1.2rem;
	color: #3249b9;
	font-weight: 600;
	text-align: center;
}

.profile-card .profile-designation {
	font-size: 13px;
	color: #777;
	text-align: center;
}

.innertable table tr th {
	font-size: 14px;
	vertical-align: middle;
}

.innertable table tr td a {
	font-size: 16px;
	vertical-align: middle;
	color: #1d165c;
	font-weight: 600;
}

/*.innertable figure.image {
    display: inline-block;
    margin-right: 10px;
}
*/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #FFFFFF;
	background-color: #110b44;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
	/* border: 1px solid transparent; */
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	background: #6c757d;
	color: #fff;
	/* border: 0; */
	padding: 12px;
}

.faq-page-section {
	position: relative;
	padding: 130px 0px;
}

/*.inner-box span{
	position: relative;
	display: block;
	font-size: 12px;
	margin-bottom: 6px;
	text-transform: uppercase;
}*/

.inner-box h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin: 0px;
}

.content-box-one {
	position: relative;
	padding-bottom: 100px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 100px;
}

.sitemap ul.links.clearfix li {
	display: inline-flex;
	width: calc(100% - 0px);
	margin-left: 4px;
}

.sitemap i {
	padding-right: 11px;
	margin-top: 8px;
	color: red;
}

/* Switch 3 Specific Style Start */


.switch {
	position: relative;
	display: inline-block;
	margin-bottom: 0px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
/*.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}*/

.slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 0px;
	bottom: 4px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	box-shadow: 0 0px 15px #2020203d;
	/* background: white url(https://i.ibb.co/FxzBYR9/night.png);*/
	/*background-image: url(../../ui/images/moon-half.png);*/
	background-image: url(../../ui/images/dark.png);
	/* background: url(http://p1.pichost.me/i/66/1910819.jpg) no-repeat center center fixed; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
	/*background-image: url(../../ui/images/sun-half.png);*/
	background-image: url(../../ui/images/sun.png);
	/*background: white url('https://i.ibb.co/7JfqXxB/sunny.png');*/
	background-repeat: no-repeat;
	background-position: center;
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

/* Switch 3 Specific Style end */


.tree,
.tree ul,
.tree li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.tree {
	margin: 0 0 1em;
	text-align: center;
}

.tree,
.tree ul {
	display: table;
}

.tree ul {
	width: 100%;
}

.tree li {
	display: table-cell;
	padding: .5em 0;
	vertical-align: top;
}

.tree li:before {
	outline: solid 1px #666;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.tree li:first-child:before {
	left: 50%;
}

.tree li:last-child:before {
	right: 50%;
}

.tree code,
.tree span {
	border: solid .2em #020000;
	border-radius: .3em;
	display: inline-block;
	margin: 11px 14.7px 1.3em;
	padding: 1em 2em;
	position: relative;
	background: #13475a;
	color: #fff;
}

.tree ul:before,
.tree code:before,
.tree span:before {
	outline: solid 1px #666;
	content: "";
	height: 1em;
	left: 50%;
	position: absolute;
}

.tree ul:before {
	top: -1em;
}

.tree code:before,
.tree span:before {
	top: -21px;
}

.tree>li {
	margin-top: 0;
}

.tree>li:before,
.tree>li:after,
.tree>li>code:before,
.tree>li>span:before {
	outline: none;
}


/* ------------------------------------
    . accordion CSS
---------------------------------------*/
#accordion .panel {
	border: none;
	border-radius: 3px;
	box-shadow: none;
	margin-bottom: 15px;
}

#accordion .panel-heading {
	padding: 0;
	border: none;
	border-radius: 3px;
}

#accordion .panel-title a {
	display: block;
	padding: 12px 15px;
	background: #fff;
	font-size: 18px;
	font-weight: 400;
	color: #e61819;
	border: 1px solid #ececec;
	position: relative;
	transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed {
	box-shadow: none;
	color: #1d165c;
	border: 1px solid #eaeaef;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
	content: "\f067";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	width: 25px;
	height: 25px;
	line-height: 28px;
	font-size: 15px;
	font-weight: 900;
	color: #e61819;
	text-align: center;
	position: absolute;
	top: 8px;
	right: 15px;
	transform: rotate(135deg);
	transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
	color: #b8b8b8;
	transform: rotate(0);
}

#accordion .panel-title a:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #ececec;
	position: absolute;
	top: 0;
	right: 55px;
}

#accordion .panel-body {
	padding: 15px 15px;
	border: none;
	font-size: 15px;
	color: #615f5f;
	line-height: 27px;
	border: 1px solid #eaeaef;
}

.content-box .lower-box {
	position: relative;
	padding: 0px 0px 0px 0px;
	display: flex;
	justify-content: flex-end;
}

.content-box .lower-box a i {
	font-size: 14px;
	margin-right: 10px;
}

.content-box .lower-box a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: 'Josefin Sans', Sans-serif;
	font-weight: 600;
	color: #1d165c;
}


/* ------------------------------------
    32. Preloader CSS
---------------------------------------*/
#loading {
	/* background-image: linear-gradient(-41deg, #110b44, #110b44) ; */
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 999999;
	background: #dadada;

}

#loading.icon-preloader .loader {
	position: absolute;
	width: 300px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#loading.icon-preloader .loader i:before {
	font-size: 80px;
	color: #ffffff;
}

#loading.icon-preloader .loader img {
	max-width: 80px;
}


/*search style*/
.p-search {
	border: solid 1px red;
}

.p-search .search {
	border: solid 1px blue;
}

.p-search .search label {
	border: solid 1px cyan;
	display: none;
}

.p-search .search input[type="search"] {
	border: solid 1px black;
	border-radius: 4px;
	height: 35px;
	width: 300px !important;
}

span.highlight {
	background: #20c997;
	color: #fff;
	padding: 0 3px;
}

.search-results {
	border: solid 1px grey;
	border-radius: 8px;
	padding: 10px;
}

.result-title {
	border-bottom: dotted 1px green;
}

.result-title,
.result-title a {
	color: green;
}

.result-title a:hover,
.result-title a:focus {
	text-decoration: none;
}

.result-category {
	color: cyan;
}

.result-text {
	color: darkblue;
	margin-left: 15px;
}

.result-created {
	font-size: 12px;
	margin-left: 15px;
	color: grey;
}

.pagination {
	/*border: solid 1px red;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.pagination ul {
	margin: 0px;
	padding: 0px;
	display: flex;
}

.pagination ul li {
	list-style: none;
	display: inline-block;
}

.pagination ul li span.pagenav:hover,
.pagination ul li span.pagenav:focus,
.pagination ul li a.pagenav:hover,
.pagination ul li a.pagenav:focus {
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.pagination ul li span.pagenav:hover,
.pagination ul li span.pagenav:focus {
	color: green;
}

.pagination ul li a.pagenav:hover,
.pagination ul li a.pagenav:focus {
	color: red;
}

.pagination ul li span.pagenav,
.pagination ul li a.pagenav {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagination ul li span.pagenav {
	color: grey;
}

.pagination ul li a.pagenav {
	/*display: block;*/
	color: #007bff;
}

	.pagination ul li a:hover,
	.pagination ul li a:focus {
		text-decoration: none;
		color: #1d165c;
	}

.pagination ul li.pagination-start span,
.pagination ul li.pagination-start a {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.pagination ul li.pagination-end span,
.pagination ul li.pagination-end a {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.page-link:hover {
	color: pink;
}

/*End search style*/
.float-bob-y {
	animation-name: float-bob-y;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob-y;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob-y;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob-y;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.image-layer {
	position: absolute;
	left: -8px;
	bottom: 195px;
}

.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;
}

.contact-section.style-two .image-layer {
	position: absolute;
	left: -8px;
	bottom: 195px;
}

.logo-area .logo-item {
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.15), 0px 3px 14px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	padding: 3px 31px;
	overflow: hidden;
	transition: 150ms;
}

.logo-area .owl-stage .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-area .owl-carousel .owl-item {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.logo-area .logo-item:hover img {
	-webkit-transform: translate(-5px, 0);
	transform: translate(-5px, 0);
}

.logo-area .logo-item img {
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}


/*animation */

.scene {
	/* width: 230px; */
	/* height: 200px; */
	/* background: url(./background.jpg) center no-repeat; */
	background-size: cover;
	/* border: 5px solid #191919; */
	border-radius: 20px;
	position: relative;
	z-index: 999999;
}

.scene img {
	position: absolute;
}

.stars {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: stars-rotate 100s linear forwards;
}

.astronaut {
	top: 140px;
	right: 10px;
	width: 90px;
	animation: astronaut-move 20s infinite;
}

.ship {
	top: 60px;
	left: 120px;
	width: 50px;
	transform: scale(0);
	animation: ship-move 15s 3s infinite;
}

.comet {
	top: 150px;
	left: -250px;
	width: 150px;
	animation: comet-move 20s 5s infinite;
}

.moon {
	bottom: -50px;
	right: -50px;
	width: 150px;
}

@keyframes astronaut-move {
	to {
		transform:
			translate(-300px, -150px) rotate(-360deg)
	}
}

@keyframes ship-move {
	25% {
		transform: scale(.5) translate(-170px, -25px);
	}

	50%,
	100% {
		transform: scale(4) translate(250px, 300px);
	}
}

@keyframes stars-rotate {
	to {
		transform: rotate(360deg);
	}
}

@keyframes comet-move {
	to {
		transform:
			translate(500px, -150px);
		filter: hue-rotate(360deg);
	}
}


/* sign */
.lower-box2 {
	outline: none;
	padding: 4px 7px;
	border: 1px solid #21a7d0;
	border-radius: 5px;
	display: inline-block;
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #111111;
	background: #1798d0;
	text-align: center;
}

a.lower-box2 {

	color: #fff;
}

.blink_me {
	animation: blinker 5s linear infinite;
	color: #fff;
}

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

	50% {
		opacity: 0.7;
	}

	100% {
		opacity: 0;
	}
}

/*ministe */
.minsters .small-img .minister {
	text-align: center;
	width: 100%;
}

.minsters .minister {
	margin-bottom: 16px;
	box-shadow: 0 5px 40px 0 rgba(104, 108, 133, .3);
	background: #fff;
	border-radius: 7px;
	overflow: hidden;
}

.flex {
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: -webkit-flex; */
	display: flex;
}

.minsters .img {
	overflow: hidden;
	position: relative;
	width: 160px;
}

.minsters>div {
	margin: 0 8px 16px;
	flex: 1;
}

.minsters h3 {
	font-weight: 700;
	font-size: 20px;
}

.minsters p {
	font-size: 14px;
}

.minsters .text {
	padding: 15px 15px 20px;
	background: #fff;
	position: relative;
	font-size: 14px;
}

/*
Industries  Area Style
======================================================*/

.industries-area {
	background-color: #f2fefe;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.industries-area .industries-content h3 {
	margin-bottom: 20px;
	color: #fff;
}

.industries-area .industries-content p {
	color: #fff;
}

.industries-area .industries-content .default-btn {
	margin: 18px auto -6px;
	display: table;
}

.industries-area .industries-content .industries-item {
	margin-top: 15px;
}

.industries-area .industries-content .industries-item li {
	font-size: 16px;
	font-weight: 600;
	color: #212121;
	font-family: "Dosis", sans-serif;
	margin-bottom: 15px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	position: relative;
	padding-left: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
}

.industries-area .industries-content .industries-item li i {
	position: absolute;
	top: 13px;
	left: 17px;
	color: #1dd3f8;
}

.industries-area .industries-list-tab .tabs li {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border-radius: 60px 0 0 60px;
	transition: all 0.5s;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 20px;
}

.industries-area .industries-list-tab .tabs li:last-child {
	margin-bottom: 0;
}

/* .industries-area .industries-list-tab .tabs li h3 {
	padding-top: 30px;
	padding-left: 80px;
	padding-right: 30px;
	padding-bottom: 30px;
	font-size: 18px;
} */
a {
	display: inline-block;
	transition: all 0.5s;
	text-decoration: none;
}

/* .industries-area .industries-list-tab .tabs li a {
	padding-top: 30px;
	padding-left: 80px;
	padding-right: 30px;
	padding-bottom: 30px;
	font-size: 18px;
} */
.industries-area .industries-list-tab .tabs li a {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	font-size: 18px;
}

.industries-area .industries-list-tab .tabs li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #5372ff;
	z-index: -1;
	border-radius: 60px 0 0 60px;
	transition: all 0.5s;
}

.industries-area .industries-list-tab .tabs li i {
	position: absolute;
	left: 30px;
	top: 32px;
	font-size: 40px;
	color: #1dd3f8;
	line-height: 1;
	transition: all 0.5s;
}

.industries-area .industries-list-tab .tabs li h3 {
	transition: all 0.5s;
	font-size: 18px;
	font-weight: bold;
}

.industries-area .industries-list-tab .tabs li span {
	margin-bottom: -3px;
	display: block;
	font-weight: 600;
	transition: all 0.5s;
	color: #4d4d4d;
}

.industries-area .industries-list-tab .tabs li:hover i {
	color: #ffffff;
	transform: rotate(360deg);
}

.industries-area .industries-list-tab .tabs li:hover h3 {
	color: #ffffff;
}

.industries-area .industries-list-tab .tabs li:hover span {
	color: #ffffff;
}

.industries-area .industries-list-tab .tabs li:hover a {
	right: 20px;
}

.industries-area .industries-list-tab .tabs li:hover::before {
	width: 100%;
	border-radius: 60px 0 0 60px;
}

.industries-area .industries-list-tab .tabs li.current i {
	color: #ffffff;
	transform: rotate(360deg);
}

.industries-area .industries-list-tab .tabs li.current h3 {
	color: #ffffff;
}

.industries-area .industries-list-tab .tabs li.current span {
	color: #ffffff;
}

.industries-area .industries-list-tab .tabs li.current a {
	right: 20px;
}

.industries-area .industries-list-tab .tabs li.current::before {
	width: 100%;
	border-radius: 60px 0 0 60px;
}

.industries-area .industries-img {
	text-align: center;
	margin-top: 30px;

}

.industries-area .industries-img img {
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.16);

}

.tab .tabs_item {
	display: none;
}

.tab .tabs_item:first-child {
	display: block;
}

.service-style-three .offer-shape img:nth-child(2) {
	top: 0;
	right: 0;
}

.service-style-three .offer-shape img {
	position: absolute;
}

.service-style-three .offer-shape img:nth-child(1) {
	bottom: 0;
	left: 0;
}

.top-inner {
	z-index: 999;
	position: relative;
}



.default-btn {
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	padding: 18px 35px;
	line-height: 1;
	transition: all 0.5s;
	z-index: 1;
	text-transform: capitalize;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background-color: #1dd3f8;
}

/** service-style-three **/

.service-style-three {
	position: relative;
}

.bg-color-1 {
	background: #E7F9FC;
}

.service-block-three .inner-box {
	position: relative;
	display: block;
}

.service-block-three .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	background: #0e1d40;
	border-radius: 30px;
}

.service-block-three .inner-box .image-box img {
	width: 100%;
	transition: all 500ms ease;
}

.service-block-three .inner-box:hover .image-box img {
	opacity: 0.5;
	transform: scale(1.05);
}

.service-block-three .inner-box .lower-content {
	position: relative;
	margin: 0px 30px;
	text-align: center;
}

.service-block-three .inner-box .lower-content .inner {
	position: relative;
	display: block;
	background: #fff;
	padding: 21px 0 4px 0px;
	margin-top: -42px;
	z-index: 1;
	box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
	/* height: 61px; */
}

.service-block-three .inner-box .lower-content .inner:before {
	position: absolute;
	content: '';
	background: #13c5dd;
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	transition: all 500ms ease;
}

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

.service-block-three .inner-box .lower-content .icon-box {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
	margin-top: -38px;
	margin-bottom: 10px;
	top: -12px;
}


.service-block-three .inner-box .lower-content .icon-box img {
	display: inline-block;
	width: auto;
}

.service-block-three .inner-box .lower-content h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 23px;
	font-weight: 700;
	margin-bottom: 18px;
}

.service-block-three .inner-box .lower-content h3 a {
	display: inline-block;
	color: #222;
}



.service-block-three .inner-box .lower-content p {
	transition: all 500ms ease;
}

.service-block-three .inner-box:hover .lower-content h3 a,
.service-block-three .inner-box:hover .lower-content p {
	color: #fff;
}

.service-style-three .pattern-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-style-three.service-page-1 .service-block-three .inner-box {
	margin-bottom: 30px;
}

.bg-color-1 {
	background: #E7F9FC;
}

.sec-pad {
	padding: 142px 0px 50px 0px;
}

.industries-img:before {
	position: absolute;
	left: 11px;
	height: 60%;
	width: 20px;
	content: '';
	top: 11px;
	background-color: #d57315;
}

.industries-img:after {
	position: absolute;
	top: 11px;
	height: 20px;
	width: 60%;
	content: '';
	left: 11px;
	background-color: #d57315;
}
/* gallery start*/

.ltn__gallery-item {
	border-radius: 7px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
	box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
	margin-top: 10px;
}

	.ltn__gallery-item:hover .ltn__gallery-item-img::before {
		opacity: 0.9;
		visibility: visible;
	}

	.ltn__gallery-item:hover .ltn__gallery-item-img img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.ltn__gallery-item:hover .ltn__gallery-action-icon {
		top: 50%;
		opacity: 1;
		visibility: visible;
	}

.ltn__gallery-item-inner {
	position: relative;
	overflow: hidden;
}

	.ltn__gallery-item-inner h4 {
		margin-bottom: 5px;
	}

	.ltn__gallery-item-inner p {
		margin-bottom: 0;
		font-size: 14px;
	}

.ltn__gallery-item-img {
	position: relative;
	overflow: hidden;
}

	.ltn__gallery-item-img::before {
		position: absolute;
		content: "";
		height: 100%;
		width: 100%;
		background-color: #000000;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		z-index: 1;
	}

	.ltn__gallery-item-img img {
		-webkit-transition: all 3.5s ease 0s;
		-o-transition: all 3.5s ease 0s;
		transition: all 3.5s ease 0s;
		aspect-ratio: 16/9;
		object-fit: cover;
		width: 100%;
	}

.ltn__gallery-action-icon {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 2;
}

	.ltn__gallery-action-icon i {
		width: 50px;
		height: 50px;
		line-height: 50px;
		background-color: #fff;
		color: #000000;
		border-radius: 100%;
		margin: 3px;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

		.ltn__gallery-action-icon i:hover {
			background-color: #1d2c65;
			color: #fff;
		}


.ltn__gallery-item-info {
	border: 1px solid #e5eaee;
	padding: 33px 35px;
	background: var(--gallery_color);
}

.ltn__gallery-item-inner .ltn__gallery-item-info a {
	color: #086ad7;
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1;
	display: block;
}
.pagenum {
	margin-bottom: 30px;
}


.portal {
	background: #1937b2;
	padding: 5px 10px 5px 10px;
	color: #fff;
	border-radius: 9px;
	margin-top: 14px;
}

.portal:hover {
		color: #fff;
}
/***----chat box wrapper css------****/
#chat-circle {
	position: fixed;
	bottom: 175px;
	right: 21px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: white;
	z-index: 100;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 0.7);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 0.7);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 0.7);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 0.7);
	z-index: 999999;
}

	#chat-circle i {
		font-size: 18px;
	}

.btn-raised {
	background: #0CB7FF;
	box-shadow: 0 0 0 0 rgba(235, 49, 90, 0.22);
}

.btn#my-btn {
	background: white;
	padding-top: 13px;
	padding-bottom: 12px;
	border-radius: 45px;
	padding-right: 40px;
	padding-left: 40px;
	color: #5865C3;
}

.chat-box {
	display: none;
	position: fixed;
	right: 30px;
	z-index: 10000;
	bottom: 85px;
	background: #fff;
	width: 350px;
	max-width: 85vw;
	max-height: 100vh;
	border-radius: 25px;
	-ms-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
}



.chat-box-toggle {
	float: right;
	margin-right: 20px;
	cursor: pointer;
}

.chat-box-header {
	background: linear-gradient(180deg, #1E2574 0%, #106CE6 100%);
	height: 90px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
}

.chat-box-body {
	position: relative;
	height: 370px;
	height: auto;
	border: 1px solid #e2e2e2;
	overflow: hidden;
}

	.chat-box-body:after {
		content: "";
		background-image: url(../unmehta_final/assets/img/chat.png);
		height: 100%;
		background-position: center 0;
		background-size: cover;
		opacity: 0.9;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: 100%;
		position: relative;
	}


.chat-input {
	background: #fff;
	width: 100%;
	position: relative;
	height: 50px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: none;
	resize: none;
	outline: none;
	border: 1px solid #e2e2e2;
	color: #777;
	border-top: none;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}

.chat-submit {
	position: absolute;
	bottom: 7px;
	right: 10px;
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 50%;
	background: linear-gradient(90deg, #0E6DE8 0%, #1E2B7F 100%);
	width: 35px;
	height: 35px;
	font-size: 18px;
	color: #fff;
}
.startRecording-submit {
	position: absolute;
	bottom: 7px;
	right: 44px;
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 50%;
	background: linear-gradient(90deg, #0E6DE8 0%, #1E2B7F 100%);
	width: 35px;
	height: 35px;
	font-size: 18px;
	color: #fff;
}

.stopRecording-submit {
	position: absolute;
	bottom: 7px;
	right: 44px;
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 50%;
	background: linear-gradient(90deg, #0E6DE8 0%, #1E2B7F 100%);
	width: 35px;
	height: 35px;
	font-size: 18px;
	color: #fff;
}


.chat-logs {
	padding: 15px;
	height: 350px;
	overflow-y: auto;
}

	.chat-logs::-webkit-scrollbar-track {
		background-color: #F5F5F5;
	}

	.chat-logs::-webkit-scrollbar {
		width: 5px;
		background-color: #F5F5F5;
	}

	.chat-logs::-webkit-scrollbar-thumb {
		background: linear-gradient(90deg, #0E6DE8 0%, #1E2B7F 100%);
	}

@media only screen and (max-width: 500px) {
	.chat-logs {
		height: 40vh;
	}
}

.chat-msg.user > .msg-avatar img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	float: left;
	width: 15%;
	position: relative;
	z-index: 10;
}

.chat-msg.self > .msg-avatar img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	float: right;
	width: 15%;
	z-index: 10;
}

.cm-msg-text {
	background: #ECF1F8;
	padding: 8px 25px 8px 25px;
	color: #666;
	z-index: 10000000;
	max-width: 75%;
	float: left;
	margin-left: 10px;
	position: relative;
	border-radius: 20px;
	margin-top: 12px;
}

.chat-msg {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

	.chat-msg.self > .cm-msg-text {
		float: right;
		margin-right: 10px;
		background: linear-gradient(90deg, #0E6DE8 0%, #1E2B7F 100%);
		color: #fff;
		position: relative;
		z-index: 10;
	}

.user span img {
	float: right;
}

.cm-msg-button > ul > li {
	list-style: none;
	float: left;
	width: 50%;
}

.chat-msg img {
	position: relative;
	z-index: 100;
}

.cm-msg-button {
	clear: both;
	margin-bottom: 70px;
}

@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

/* chat boat end */
@media print {
	#uw-main,
	#uw-widget-custom-trigger {
		display: none !important;
		visibility: hidden !important;
	}
}